﻿html {
    font-size: 14px;
}

table {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn-novo {
    color: black;
    border-radius: 15px;
    background-color: white;
    border: none;
    height: 60px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.btn-novo:hover {
    background-color: rgba(204,204,204,.7);
}
.btn-nova-rota {
    color: black;
    border-radius: 15px;
    background-color: white;
    border: none;
    width: 170px;
    height: 50px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}
#btn-editar {
    background-color: #ccc;
    border-style: none;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
.btn-menu :hover{
    background-color: rgba(204,204,204,.5);
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Quicksand, sans-serif !important;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background-color: #F8F8F8;
}

video {
    width: 100%;
    height: 100%;
}

#containerMain {
    background-color: #001B54;
    flex-grow: 1;
}
.paginaAtual {
    color: #ffffff;
    background-color: rgba(210,210,210,0.6);
    border-radius: 2px;
}
/*divisor da pagina compartilhada*/
.divisor {
    width: 75%;
    height: 3px;
    background-color: #001B54;
}

.contentButton {
    color: black !important;
    display: flex;
    align-items: center;
    height: 100%;
}
.contentButton:hover{
    background-color: rgba(204,204,204,.7);
}
/*Classes de Tabelas -- Classes para arredondar e remover bordas */
.img-icon {
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}


.arrendTable {
    border-radius: 20px 20px 0 0;
}

.arrendTable-e {
    border-radius: 20px 0 0 20px;
}

.arrendTable-d {
    border-radius: 0 20px 20px 0px;
}

.bg-table {
    background-color: #ccc;
}

.borda-table {
    border-style: none;
}

/* Modal da pagina novo motorista */

.center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#modal-header {
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.img-logo {
    width: 300px;
    padding-left: 5px;
}

.img-close {
    width: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.btn-fechar {
    width: 35px;
    height: 35px;
    background-color: #001A54;
    border-style: none;
}

.btn-fechar:hover {
    background-color: rgba(365,365,365,.1);
 }

.btn-salvar {
    background-color: #C4C4C44D;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-style: none;
    border-radius: 10px;
    width: 150px;
    height: 60px;
}
.btn-salvar:hover {
   background-color: rgba(204,204,204,.7);
}
#btn-voltar {
    background-color: white;
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 25px;
    border-style: none;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    text-decoration: none;
}
#btn-voltar:hover {
    background-color: #ccc;
}

.txt-salvar {
    font-size: 18px;
}

.img-salvar {
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 5px;
    width: 45px;
}

#formNovoMotorista .form-control {
    border: 1px solid white;
    border-radius: 8px;
    color: white;
    background-color: transparent;
}

#formNovoMotorista .form-control:focus {
    box-shadow: none;
    color: white;
}

#formNovoMotorista .form-control {
    box-shadow: none;
    color: white;
}

#formNovoMotorista .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #001A54 inset;
    -webkit-text-fill-color: white !important;
}

/* Gerais */


.textTitle {
    font-size: calc(16px + 1vh);
}

.text-align-end{
    text-align: end!important;
}

.limitImage {
    width: calc(25px + 2vw);
}

.limitImageTitle {
    width: calc(170px + 2vh);
}

.img-logoBackOffice {
    width: calc(200px + 20vw);
    max-width: 330px;
}

.azulMoura {
    background-color: #001A54;
}

.textButtons {
    font-size: calc(14px + .1vh + .1vw);
    text-align: center;
}

.textButtonsHome {
    font-size: calc(16px + 1vh + .2vw);
    text-align: center;
}

.containerLogo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10vh;
}

.round50 {
    border-radius: 50px 50px 0px 0px;
}

.round20 {
    border-radius: 20px 20px 0px 0px;
}

.contentButton {
    color: black !important;
    display: flex;
    align-items: center;
    height: 100%;
}

.negativeMargin {
    margin-top: -35px;
}

.btnAbsolute {
    bottom: 0px;
    min-height: 50px
}

.valor {
    min-height: 100vh;
}

.w-85 {
    width: 85%;
}

.w-40 {
    width: 45%;
}

.h-5px {
    height: 5px;
}

.mr-2 {
    margin-right: 5%;
}

.margin-img-btn-menu {
    margin-right: 8px;
}

.bg-cinza {
    background-color: rgba(204,204,204,.5);
}


.font-bold {
    font-weight: bold !important;
}

.img-Modal {
    width: 80px;
    height: 80px;
}

.img-button {
    width: 35px;
}

.img-Mobile {
    width: 30px;
}

.img-menu {
    height: 30px;
    width: 30px;
}

#img-taxi-login {
    width: 75px;
    height: 70px;
}

#boasVindas {
    font-size: 18px!important
}

/* Pagina Login */

#containerLogin {
    margin: auto auto;
    background-color: #001A54;
    border-radius: 20px;
    min-height: 93vh;
    box-shadow: .5px 5px 5px rgba(0, 26, 84, .5);
}

    #containerLogin a {
        color: white;
        transition: .5s;
    }

        #containerLogin a:hover {
            color: gray;
        }

    #containerLogin .form-control {
        border: 1px solid white;
        border-radius: 8px;
        color: white;
        background-color: transparent;
    }

        #containerLogin .form-control:focus {
            box-shadow: none;
            background-color: transparent;
            color: white;
        }

        #containerLogin .form-control:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 30px #001A54 inset;
            -webkit-text-fill-color: white !important;
        }

    #containerLogin .form-control {
        box-shadow: none;
        color: white;
    }

        #containerLogin .form-control::-ms-reveal {
            display: none;
        }

    #containerLogin .form-floating label {
        color: white;
    }

    #containerLogin input[type="submit"] {
        color: black;
    }

    #containerLogin .form-floating > .form-floating:focus ~ label {
        color: white;
    }

.positionEye {
    right: 7px;
}

#logo {
    background-color: #F8F8F8;
    border-radius: 5px;
    display: flex;
    margin-left: -15px;
    color: black;
}

#containerMain {
    background-color: #001B54;
    flex-grow: 1;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.33;
    }

    50% {
        opacity: 0.66;
    }

    100% {
        opacity: 1;
    }
}

flash {
    animation-name: fade;
    animation-duration: 1s;
}


/*  Nova Corrida  */

#form-NovaCorrida .form-control {
    border: none;
    color: black;
    background-color: rgba(33,33,33,.08);
}

    #form-NovaCorrida .form-control:focus {
        box-shadow: none;
        color: black;
    }

#form-NovaCorrida .form-control {
    box-shadow: none;
    color: black;
}

    #form-NovaCorrida .form-control::-ms-reveal {
        display: none;
    }

#form-NovaCorrida .form-floating label {
    color: black;
}

#form-NovaCorrida .form-floating > .form-floating:focus ~ label {
    color: black;
}

#form-NovaCorrida .select2 {
    width: 100%!important;
}

.select2-search__field {
    color: black !important;
}


#form-NovaCorrida .select2-selection {
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    color: white;
    background-color: transparent;
}

    #form-NovaCorrida .select2-selection:focus {
        box-shadow: none;
        color: black;
    }

#form-NovaCorrida .select2-selection {
    box-shadow: none;
    color: black;
}

@media(max-width: 400px) {
    .img-logo {
        width: 180px;
    }

    .img-close {
        width: 25px;
    }

    .btn-salvar {
        background-color: #C4C4C44D;
        padding: 5px;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
        width: 140px;
    }

    .img-salvar {
        width: 35px;
        height: 35px;
        padding-left: 2px;
        padding-right: 8px;
        padding-top: 3px;
    }
}

/* Pagina Relatorio */

#Relatorio label {
    color: white;
    margin-bottom: 10px;
}

#Relatorio select {
    margin-top: 20px;
    color: white;
    background-color: #001B54;
}

#Relatorio .dataTables_info {
    color: white !important;
}

#Relatorio .paginate_button {
    background-color: white;
    margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #ccc !important;
    
}

#Relatorio .dt-button {
    background-color: white !important;
    margin-bottom: 5px;
}

#tabelaRelatorio_filter {
    display: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: white;
}

#Relatorio .dt-buttons {
    position: absolute!important;
    right: 0;
    top: 15px;
}
#tabelaRelatorio_filter input {
    border-color: black;
    color: white;
    height: 30px;
    width: 30px;
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-top: 15px;
    color: white;
}

.input-data{
    min-width: 150px;
}

/* Pagina Redefinir senha */

.div-senha {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.div-senha-img {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.div-senha-p {
    display: inline;
    margin-block-start: 0;
    margin-block-end: 0;
}

@media (max-width: 320px) {
    .input-data {
        min-width: 100px;
    }
}

.dataTables_wrapper .dataTables_length, #tabelaRelatorio_length .dataTables_length {
    text-align: start !important;
}
/* Pagina Redefinir senha */
.div-senha {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

/* Relatório motorista */
#RelatorioMotorista {
    height: auto;
}

    #RelatorioMotorista th {
        padding-left: 15px;
        text-align: left;
    }

    #RelatorioMotorista li {
        list-style-type: none;
        font-size: 15px !important;
    }

#containerRelatorio {
    margin-bottom: 4rem;
}

#pagination li {
    margin-right: 10px;
    font-size: 17px !important;
}


.div-senha-p {
    display: inline;
    margin-block-start: 0;
    margin-block-end: 0;
}
@media (max-width: 768px) {
    #containerMenu {
        flex-direction: row !important;
    }
        #containerMenu .divisor {
            width: 0px;
            height: 0px;
            margin: 0;
            padding: 0;
        }

    #tabelaRelatorio_filter input {
        border-color: black;
        color: white;
        height: 30px;
        width: 30px;
        margin-top: 15px;
    }

}

@media (max-width: 375px){
    .img-logoBackOffice {
        width: calc(165px + 30vw);
    }
}

@media (max-width: 345px) {
    .img-logoBackOffice {
        width: calc(165px + 10vw);
    }
}
