
@charset "UTF-8";

.alteraSenha{
    background-color:transparent;
    border:none;
    font-size: 2vh;
}

.appsilsys{
    background:transparent;
    border:solid;
    border-radius:5vh;
    border-width: 0.15vw;
    color:white;
    font-family:QuickSand;
    padding-left:1vh;padding-right: 1vh;
    text-align:center;
}

.atividadesBotao{
    border:none;
    border-radius:50%;
    font-size: 15;
    float:right;
    background-color:transparent;
}
/*//============================================*/
@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }
    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}
.atividadesBotao {
    animation: glowing 1300ms infinite;
}
/*//============================================*/
body{
    background-color:transparent;
    height:90%;
    width: auto;
}
.waiting  { cursor: wait; }


.cabecTitulo{
    text-align: center;
    width: 95%;
}
.cabecHome{
    background-color:transparent;
    color:white;
    font-size:3vh
}
.cabecSair{
    border:none;
    /*color:gold;*/
    cursor:pointer;
    font-size: 32;
    font-weight: bold;
}
.celula{
    align-items: center;
    background-color:white;
    border-color:lightgray;
    border-style:solid;
    border-radius:5%;
    display: flex;
    height: 80%;
    justify-content: center;
    margin:1.5%;
    width:33%;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
}
.celula:hover  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(1.1) rotate(-0deg) ;
    -webkit-transform: scale(1.1) rotate(-0deg) ;
    -o-transform: scale(1.1) rotate(-0deg) ;
    -ms-transform: scale(1.1) rotate(-0deg) ;
    transform: scale(1.1) rotate(-0deg);
    background:#EBEDEF;
}
.celulaDocs{
    align-items: center;
    background-color:white;
    border-color:red;
    border-style:solid;
    border-radius:5%;
    border-width: 5px;
    display: flex;
    height: 80%;
    justify-content: center;
    margin:1.5%;
    width:33%;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);
}
.celulaDocs:hover  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(1.1) rotate(-0deg) ;
    -webkit-transform: scale(1.1) rotate(-0deg) ;
    -o-transform: scale(1.1) rotate(-0deg) ;
    -ms-transform: scale(1.1) rotate(-0deg) ;
    transform: scale(1.1) rotate(-0deg);
    background:#EBEDEF;
}

.circulo {
    /*background: white;*/
    background-color:var(--fundo);
    border:solid;
    border-color: var(--borda);
    border-radius: 50%;
    border-width:11%;
    height: 2vh;
    margin: 0 auto;
    width: 2vh;
}

.circuloX {
    /*background: white;*/
    background-color:var(--fundo);
    border:solid;
    border-color: var(--borda);
    border-radius: 5%;
    border-width:0.1%;
    height: 1vh;
    margin: 0 auto;
    width: 2vh;
}

.close{     
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background: #f00;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dialogCloseButton {
    color: #aaaaaa;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.dialogCloseButton:hover,
dialogCloseButton:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.dispositivo{
    /*background-color:gold;*/
    content: "DESKTOP";
}
.dispositivo:before {
    content: "DESKTOP";
}



.divCabec{
    align-items: center;
    background-color:black;
    border-radius:10px;
    border-style:solid;
    display:flex;
    flex-wrap: wrap;
    height: 15vh;
    justify-content: space-around;
    margin-bottom:1%;
    padding-top:2vh;
}
.divCabecTitulo{
    display:flex;
    flex-direction:row;
    width:100%
}

.divFiltros{
    /*background-color: brown;*/
    /*padding:10px;*/
}

.divFiltrosBordas{
    border-color:lightgray;
    border-radius:10px;
    border-style:solid;
    /*border-width: 0.1%;*/
    padding:0.5%;
}

.divFiltrosTop{
    align-items:  center;
    /*background-color:pink;*/
    border-color: #D3D3D3;
    border-radius:10px;
    border-style:solid;
    display:flex;
    flex-direction: row;
    font-size: medium;
    height: 10vh;
    justify-content: space-between ;
    width:98%;
    text-align: left;
}

.cmbfiltros{
    background: #F8F9F9;
    border-color: #EAEDED;
    border-style:none;
    color:black;
    float:right;
    font-family: monospace;
    font-size: 2vh;
    margin-left:5%;
    width: 100%;
}

.cmbusuarios{
    border-color: #EAEDED;
    border-style:none;
    border-width: 0.5vh;
    font-family:monospace;
    font-size:2vh;
}

.confirmaPopupMensagem{
    background-color:transparent;
    border:none;
    color:black;
    display: block;
    font-size:2vh;
    font-weight: bold;
    margin: auto;
}

.container {
    margin: 0 auto;
    max-width: 50%;
    max-height: 50%;
    padding: 25px;
    background: #fff;
    font-family: Verdana;
}


.contornosFiltros{
    background:gray;
    border-color: #D3D3D3;
    border-radius:10px;
    border-style:solid;
    border-width:2px;
    font-size: 14px;
    /*margin:0 auto;*/
    text-align: left;
    /*width:100%;*/
    height: 100%;
}
.desembaca{
    filter:none
}

dialog[open] {
    opacity: 1;
    pointer-events: inherit;
}
dialog::backdrop {
    background-color:rgb(0 0 0 / .5);
}
.dialogCloseButton{
    background-color:black;
    border-radius:50%;
    color:white;
    float:right; 
    top:0;
}

/*.dialogCloseButton:hover,*/
.dialogCloseButton:focus {
    /*color: #000;*/
    text-decoration: none;
    cursor: pointer;
}
.dialogCloseButton:hover  {
    /*background:transparent;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(1.5) rotate(-5deg) ;
    -webkit-transform: scale(1.5) rotate(-5deg) ;
    -o-transform: scale(1.5) rotate(-5deg) ;
    -ms-transform: scale(1.5) rotate(-5deg) ;
    transform: scale(1.5) rotate(-5deg);
}
.dialogPe{
    background-color:transparent;
    text-align:center;
    font-size:18px;
    width:100%;
    white-space: pre-line;
}

.diaLog{
    align-items: center;
    border-radius:5%;
    box-shadow: -2px 2px 10px black;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
}
.diaMsg{
    align-items: center;
    border-radius:2%;
    box-shadow: -2px 2px 10px black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 80%;
    max-width:80%;
    /*width:80%;*/
    opacity: 0;
    overflow-y:scroll;
    /*padding: 5%;*/
    pointer-events: none;
    transition: opacity 0.5s;
    text-wrap: wrap;
}


.div1de2{
    align-items: center;
    background-color:#e9e9e9;
    border-style:none;
    box-shadow: 0 0 5px 5px  #e9e9e9;
    /*border-style:solid;*/
    display:flex;
    flex-direction:column;
    height: 100%;
    justify-content: space-around;
    width:48%;

}

.div1de3{
    align-items: center;
    background-color:#e9e9e9;
    border-style:none;
    box-shadow: 0 0 5px 5px  #e9e9e9;
    /*border-style:solid;*/
    display:flex;
    flex-direction:column;
    height: 100%;
    justify-content: space-around;
    width:32%;
}

.div1de4{
    align-items: center;
    background-color:#e9e9e9;
    border-style:none;
    box-shadow: 0 0 5px 5px  #e9e9e9;
    /*border-style:solid;*/
    display:flex;
    flex-direction:column;
    height: 100%;
    justify-content: space-around;
    width:24%;
}
.div1de5{
    align-items: center;
    border-style:solid;
    display:flex;
    flex-direction:column;
    height: 100%;
    justify-content: space-around;
    padding:0;
    width:19%;
}

/*===========================================================================*/
.divDireita{
    width:50%;
}

.divEsquerda{
    text-align:right;
    width:50%;
}
.divEsqueciSenha{
    background-color:transparent;
    width:100%;
    text-align: center;
}


.divFlexCol{
    display:flex; 
    flex-direction:column;
}

.divFlexRow{
    display:flex; 
    flex-direction:row; 
}


.divFoto{
    /*border-style:solid;*/
    align-items: center;
    display:flex;
    flex-direction: row;
    height:50vh;
    justify-content: center;
    /*margin-top:10vh;*/
    overflow:hidden;
    width:50vh;
}
.divFotoAcessos{
    border-color:grey;
    border-radius:10%;
    border-style:solid;
    display:inline-block;
    float:right;
    height:40%;
    /*overflow:hidden;*/
    width:18%;
}

.divInlineLeft{
    display:inline-block;
    float:left;
}

.divLinhas{
    align-items: flex-start;
    /*border-style:solid;*/
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    margin-top:0;
    padding-bottom:2vh;
    width:90%;
}
.divLinhasCenter{
    align-items: center;
    /*border-style:solid;*/
    display:flex;
    flex-direction:row;
    justify-content: center;
    margin-top:0;
    padding-bottom:2vh;
    width:90%;
}


.divMenu{
    background-color:transparent;
    border-radius: 10px;
    height: 4%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 4%;
    transition-duration: 0.2s;
    width: 100%;
}

.divMenu:nth-child(){
    transform: perspective(300px) rotateY(45deg);
    transform: perspective(1300px) rotateY(45deg);
    box-shadow: -2px 2px 7px gray;
    /*background-color:green;*/
}

.divMenu:nth-child(odd){
    transform: perspective(300px) rotateY(45deg);
    transform: perspective(1300px) rotateY(45deg);
    box-shadow: -2px 2px 7px gray;
}
.divMenu:nth-child(even){
    transform: perspective(1300px) rotateY(-45deg);
    box-shadow: 2px 2px 7px gray;
}

.divMenu:hover{
    transform: rotateY(0);
    transform: perspective(300px) rotateY(45deg);
    background: white;
    color: black;
    box-shadow: 0px 0px 0px;
}

.divMetade{
    background-color:#e9e9e9;
    box-shadow: 0 0 5px 5px  #e9e9e9;
    height:99%;
    margin-top:1%;
    width:99%;
}

.divUmOitavo{
    background-color:#e9e9e9;
    border-style:none;
    box-shadow: 0 0 5px 5px  #e9e9e9;
    /*    display:flex;
        flex-direction: column;*/
    height: 100%;
    /*justify-content: center;*/
    /*margin-left:1%;*/
    width:50%;
}

.divUmQuarto{
    background-color:#e9e9e9;
    border-style:none;
    box-shadow: 0 0 5px 5px  #e9e9e9;
    display:flex;
    flex-direction: row;
    height: 48%;
    /*justify-content: center;*/
    /*margin-left:1%;*/
    width:49%;
}
.divUmQuartoTitulo{
    background:black;
    border-radius:10vh;
    border-style:none;
    color:white;
    font-size: 16px;
    text-align:center;
    width:auto;
}

.divRodape{
    /*background-color:#e9e9e9;*/
    background-color:transparent;
    border-color:#e9e9e9;
    border-radius:10px;
    border-style:none;
    display:flex;
    flex-direction:row;
    height: 10vh;
    justify-content: flex-end;
    margin:0 auto;
    padding:0vh;
    text-align:center;
    /*width: fit-content;*/
    width:fit-content;
    z-index: 999999990; 
    /*    box-shadow: 5px 5px 10px #000000;
        -webkit-box-shadow: 5px 5px 10px #000000;
        -moz-box-shadow: 5px 5px 10px #000000;*/
}

.divRodapeLogin {   /* efeito no rodapé */
    align-items: center;
    background-color:transparent;
    /*background-color:purple;*/
    display: flex;
    height: auto;
    justify-content: center;
    margin:0 auto;
    /*margin-top:-10%;*/
    text-align: center;
    /*width:100%;*/
}
.divRodapeLogin button{
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    background-color:white;
    border-color:lightgray;
    border-style:solid;
    border-radius:15%;
    padding:2vh;
    font-weight: 900;
    font-family: QuickSand;
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow:    9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow:         9px 7px 5px rgba(50, 50, 50, 0.77);

}

.divRodapeLogin:hover > button {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(1.1) rotate(-0deg) ;
    -webkit-transform: scale(1.1) rotate(-0deg) ;
    -o-transform: scale(1.1) rotate(-0deg) ;
    -ms-transform: scale(1.1) rotate(-0deg) ;
    transform: scale(1.1) rotate(-0deg);
    background:#EBEDEF;
}


.divTodas{
    align-items: center;
    background-color: transparent;
    /*background-color: yellow;*/
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    font-family: Monospace;
    height:90%;
    justify-content: space-around;
    /*height: 80%;*/
    margin:0 auto;
    margin-top:1%;
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    /*margin-top:0;*/
}


.divTudo{
    align-items: center;
    /*background-color:lightblue;*/
    display:flex;
    flex-direction:column;
    height: 600px;
    justify-content: center;
    width:100%;
}

.draggable {
    border: none;
    z-index:2;
    background-color:yellow;
    width:200px;
}




.embaca  :not(#inputAutorizacao){
    background: #e9e9e9;    
    filter: blur(3px);
}

.encomendaNova{
    background:black;
    border-radius:10vh;
    border-style:none;
    color:white;
    font-size: 24px;
    text-align:center;
    width:auto;
}

.fa-eye-branco{
    color:white;
}

.fechaPopup{
    background-color:black;
    border:none;
    border-radius:50%;
    color:white;
    float:right;
    font-size:12px;
    font-weight: bold;
    margin-right: 0;
}

.fechaPopup:hover  {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(1.5) rotate(-5deg) ;
    -webkit-transform: scale(1.5) rotate(-5deg) ;
    -o-transform: scale(1.5) rotate(-5deg) ;
    -ms-transform: scale(1.5) rotate(-5deg) ;
    transform: scale(1.5) rotate(-5deg);
    background:#D3D3D3;
}

fieldset{
    align-items:  center;
    background-color:transparent;
    border-color: #D3D3D3;
    border-radius:10px;
    border-style:solid;
    display:flex;
    flex-direction: row;
    /*font-size: ;*/
    /*height: 10%;*/
    justify-content: space-around;
    /*margin-top:100%;*/

    text-align: left;
}

.filtroIcon{
    color:orange;
    /*border-color:green;*/
    border-radius: 50%;
    border-style: solid;
    font-size:large;
    padding:20%;
}


form{
    width: 100%;
}

.foto{
    display:block;
    margin: auto;
    max-height:100%;
    max-width: 100%;
    height:100%;
    object-fit: scale-down;
    width:80%;
}

.fotoAcessos{
    background-color: white;
    border-color:lightgray;
    border-radius:5%;
    border-style: solid;
    display:inline-block;
    float:right;
    /*height: 70;*/
    /*margin-right:10%;*/
    max-height: 100%;
    max-width: 100%;
    object-fit: scale-down;
    width:70%;
}
.fotoEncomendas{
    border-color:lightgray;
    border-radius:5%;
    border-style: solid;
    display:block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    /*height:100%;*/
    object-fit: scale-down;
    /*width:100%;*/
}
.fotEncomendasLegenda{
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 3vh;
    background-color: rgba(0, 150, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: "Lucida Grande", "Arial", sans-serif;
    color: rgba(255, 255, 255, 1);
}
.fotoGaragens{
    background-color: white;
    border-color:lightgray;
    border-radius:5%;
    border-style: solid;
    display:block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: 90;
    width:40%;
    object-fit: scale-down;
}

h1{
    font-family:Monospace;
    margin-bottom: 20px;
}


.horaOuData{
    font-size:1.5vh;
    width:10vh;
}

html{
    background-color:transparent;
    height:100%;
}

.iconeCameraRecebe{
    background:transparent;
    border-style:none;
    display:inline-block;
    border:none;
}

.iconesRodape{
    font-size:3vh
}
.inputContem{
    text-align: center;
    width:80%
}


.inputData{
    font-size:1.2vh;
    width:10vh;
}


.inputs{
    background: #F8F9F9;
    border-color: #EAEDED;
    border-style:none;
    font-family: Monospace;
    font-size:2vh;
    text-align: left;
    width: 100%;
}

.inputSeguranca{
    font-size:small;
}
.inputsLogin{
    background: white;
    border-color: #EAEDED;
    border-style:none;
    font-family: Monospace;
    font-size:2vh;
    text-align: left;
    width: 20%;
}

.linke{
    color:black;
    font-family: "Arial", cursive;
    font-size:small;
    text-decoration: none;

}
.logs{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
 

.microTexto{
    background:transparent;
    border:none;
    font-size:1.5vh;
    font-weight: bold;
    /*margin-bottom: 1%;*/
    text-align:left;
    width: fit-content;
}
#mover{
    /*margin-left:2px;*/
    color:grey;
    font-size: 2.5vh;
    background-color: transparent;
    /*height: 50px;*/
    border-style: none;
    /*border-width: 1px;*/
    cursor:pointer;
    vertical-align: center;
    /*margin-top:20px;*/
}

.onclick{
    cursor:pointer;
}
.opcao{
    display:inline;
}

.opt{
    /*background-color:red;*/
    border:solid black;
}
.p{
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    font-family: Century Gothic;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
    width: 100%;
    letter-spacing: 5px;
}
.p:hover{
    background:transparent;
    color: black;
}
.pavimento-0{
    display:flex;
    flex-direction: column;
    justify-content: space-around
}

.pavimento-0-dupla{
    border-color:red;
    border-style: solido;
    height: 97%;
    width:7.15%;
}
.pavimento-0-numero{
    align-itens:center;
    display:flex;
    flex-direction:column;
    justify-content: center;
}

.pavimento-0-setor{
    border-color: transparent;
    border:none;
    display:flex;
    flex-direction: row;
    height:33.33%;width:100%;
    justify-content: space-around;
}

.pavimento-0-simples{
    border:solid;
    border-color: red;
    display:flex;
    flex-direction: row;
    height: 50%;
    justify-content: space-around;
    width: 100%;
}
.pavimento-0-vazio{
    border-left:none;
    border-right-color: transparent;
    border-top:solid;
    border-top-color:transparent
}

.pintaColuna{
    border-collapse: collapse; /* make the table borders collapse to each other */
    border-color:lightgray;
    width: 100%;
}
.pintaColuna tr:hover td {
    background-color: grey;
    color:white;
}

.pintaColuna th, td {
    background-color: white;
    border:  solid ;
    border-color:lightgray;
    text-align: center;
}
.pintaColuna  th:nth-child(8),td:nth-child(8) {
    background-color: #e9e9e9;
}
.pintaColuna  th:nth-child(9),td:nth-child(9) {
    background-color: #e9e9e9;;
}
.pintaColuna  th:nth-child(10),td:nth-child(10) {
    background-color: #e9e9e9;
}
.pintaColuna  th:nth-child(11),td:nth-child(11) {
    background-color: #e9e9e9;
}
.pintaColuna  th:nth-child(12),td:nth-child(12) {
    background-color: #e9e9e9;
}


.popComentario{
    background:black;
    border: solid 1px grey;
    color: white;
    display: none;
    margin:auto;
    position:fixed;
    max-height:45%;
    overflow-y: scroll;
    padding:5px;
    z-index:999999;
}



.popLog {
    background:#696969;
    background:black;
    /*border: 0.2vh solid #FFFF00;*/
    /*border: solid 0.2vh grey;*/
    border-radius:1vh;
    color: white;
    display: none;
    margin:0 auto;
    max-height: 45%;
    max-width:100%;
    overflow-y: scroll;
    /*padding: 1vh;*/
    padding-bottom: 3vh;
    position:fixed;
    text-align: center;
    top:30%;
    z-index:999999;
}

.pops{

    align-items: center;
    background:#F9F9F9;
    border-radius:5%;
    box-shadow: -2px 2px 10px black;
    display: none;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    margin:0 auto;
    /*    max-height: 80%;
        max-width:80%;*/
    /*opacity:0;*/
    overflow-y:scroll;
    padding: 1%;
    pointer-events: none;
    position:fixed;
    text-align: center;
    /*top: 50%;*/
    /*z-index:999999;*/
    transition: opacity 0.5s;
    width:23%;
    z-index:9900;
    /*z-index:999999990;*/
}
/*//========================================================================*/
.selectPrestadoresFiltrados{
    font-size:small;
    font-family: monospace;
}

.TabAtual{
    background-color:white;
    border-collapse: collapse;
    border-color:lightgray;
    border-style:solid;
    border-collapse: collapse;
}
/*margin-top:2%;*/
.TabAtual td{
    border-color:lightgray;
    border-style:solid;
    text-align:center;
}

.tabCores{
    background-color:transparent;
    border-collapse: collapse;
    border-color:lightgray;
    border-style:none;
    width:100%;
}
/*margin-top:2%;*/
/*:root {
    --background: #1e90ff;
    --border: #ffffff;*/
/*}*/

.tabCores td{
    border-color:lightgray;
    border-style:solid;
    /*display:inline-grid;*/
    text-align:center;
    background-color: var(--background);
    border-color: var(--border);
    /*position: absolute;*/
    transition: transform 1s;
}


table{
    margin:0 auto;
}

/*================================================================================*/
.tableFixHead {
    background-color:"white";
    border:solid;
    border-color:lightgray;
    height: 95%; /* gives an initial height of 200px to the table */
    margin:0 auto;
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    width:100%;

}
/*.tableFixHead thead{
    position:fixed;
}*/

.tableFixHead thead th {
    background-color: white;
    border:solid;
    border-color:lightgray;
    height: 1vh;
    position: sticky;  /*make the table heads sticky */ 
    /**/    top: -0.2px; /* table head will be placed from the top of the table and sticks to it */
    top:0;
}
/*=================================*/
.tbHistoricoPeriodicos {
    background-color:"white";
    border:solid;
    border-color:lightgray;
    margin:0 auto;
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    width:100%;

}
/*.tbHistoricoPeriodicos thead{
    position:fixed;
}*/

.tbHistoricoPeriodicos thead th {
    background-color: white;
    border:solid;
    border-color:lightgray;
    height: 1vh;
    position: sticky;  /*make the table heads sticky */ 
    /**/    top: -0.2px; /* table head will be placed from the top of the table and sticks to it */
    top:0;
}

.tbHistoricoPeriodicos td{
    font-size: 1.5vh;
}

.tableIdosos{
}

.tableIdosos td{
    text-align:center;
}

.tableLog{
    width:100%;
    white-space:nowrap;
}
.tableLog tr{
    line-height: 2vh;
}
.tableLog td{
    padding-right:2vh;
}

.tableMenu{
    height: 35%;
    margin:0 auto;
    width:30%;
}

.tableTitulo{
    background:black;
    border-style: solid;
    border-color:white;
    height:100%;
    padding-top:1%;
    padding-bottom: 1%;
    width: 100%;
}

.tableTitulo td{
    border-color:white;
    border-style:solid;
    height:50%;
    text-align: center;
    width:20%;
}

.tableVagas{
    border-collapse: collapse;
    border-color: #D3D3D3;
    border-style:solid;
    border-width:0.4vh;
    height:50%;
    padding: 1%;
    table-layout: fixed;
    width:70%;
}

.tableVagas thead th{
    border-color: #D3D3D3;
    border-style:solid;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 3;
}

.tableVagas tbody td{
    text-align: center;
}

.tableVeiculos{
    border-collapse: collapse;
    font-size: 1.5vh;
    height:50%;
    margin-top:3%;
    table-layout: fixed;
    width:70%;
}

.tableVeiculos thead th{
    border-color: #D3D3D3;
    border-style:solid;
    font-size:medium;
    font-weight: bold;
    position: sticky;
    text-align: center;
    top: 0;
    z-index: 3;
}

.tableVeiculos  tr{
    border-color: lightgray;
    border-style:solid;
}

.tableVeiculos  td{
    border-color: lightgray;
    border-style:solid;
    text-align: center;
}
.tbAtividades{
    background-color:white;
    border-collapse: collapse;
    width:100%;
}
.tbAtividades td{
    background-color:transparent;
    border-color: lightgray;
    border-style:solid;
    border-width: 0vh;
    font-size: 1.8vh;
    text-align: left;
    text-transform:uppercase;
}

.tbhistoricovagas {
    border-collapse: collapse; /* make the table borders collapse to each other */
    border-color:lightgray;
    width: 100%;

}

.tbhistoricovagas th,
.tbhistoricovagas td {
    background-color: white;
    border:  solid ;
    border-color:lightgray;
    text-align: center;
    text-transform:uppercase;

}
.tbhistoricovagas  th {
    background-color: white;
}

/*=====================================================================================*/
.tbVeiculosxUnidades{
    border-color:black;
    border-style: solid;
    border-width: 0.1vh;
    width:100%;
}
.tbVeiculosxUnidades td{
    background-color:white;
    border-color:black;
    border-style:solid;
    border-width:0.1vh;
    padding-left:1 vh;
    text-align: center;
}

.tdrodape {   /* efeito no rodapé */
    align-items: center;
    /*background-color:pink;*/
    display: inline-flex;
    /*height: auto;*/
    justify-content: center;
    min-width: 1.25em;
    margin-bottom: 0;
    padding-right: 2%;
    text-align: center;
}

.tdrodape button
/*,label*/
{
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    background: transparent;
    border:solid;
    border-color:black;
    border-radius:50%;
    border-width:0.2vh;
    padding:1vh;
    font-weight: 900;
    /*font-family: QuickSand;*/
}

.tdrodape:hover > button
/*,label*/ 
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(1.5) rotate(-5deg) ;
    -webkit-transform: scale(1.5) rotate(-5deg) ;
    -o-transform: scale(1.5) rotate(-5deg) ;
    -ms-transform: scale(1.5) rotate(-5deg) ;
    transform: scale(1.5) rotate(-5deg);
    background:#D3D3D3;
}


.titulo{
    /*    background-color:green;*/
    color:white;
    text-align:center;
    font-weight: bold;
    font-size:  xx-large;
    padding:2vh;
    text-align: center;
    width:100%;
}


.vagas{
    background-color:#e9e9e9;
    border-style:none;
    box-shadow: 0 0 5px 5px  #e9e9e9;
    display:flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/*........................................*/
.tabuleiro {
    align-items: center;
    display:flex;
    flex-direction:column;
    height: 85%;
    justify-content: center;
    margin:0 auto;
    margin-left:25%;
    position: fixed;
    width: 50%;
}
.tbHistVagas{
    height:30px;
}
.toggle{
    color:white;
    font-size: 16;
    margin-top:70%;
}
.toggleFiltro{
    color:white;
    font-size: 10;
    margin-left:25%;
    margin-top:60%;
}

.weekDays-selector input {
    display: none!important;
    width:30vh;
}

.weekDays-selector input[type=checkbox] + label {
    color:white;
    display: inline-block;
    border:none;
    border-radius: 6px;
    background: black;
    height: 2.5vh;
    width: 2.5vh;
    margin-right: 0.3%;
    line-height: 3vh;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked + label {
    background: #2AD705;
    color: #ffffff;
}
.window{
    background:#F9F9F9;
    border-radius:5%;
    box-shadow: -2px 2px 10px black;
    display:none;
    flex-direction: column;
    font-family: Arial;
    justify-content: center;
    margin:0;
    margin:0 auto;
    padding:3%;
    position:absolute;
    text-align: center;
    transition: opacity 0.5s;
    width:30%;
    z-index:9900;
}

.linha{
    padding-bottom:5%;
}

.linhaMenu{
    align-items: center;
    display:flex;
    background-color:white;
    /*    border-style:solid;
        border-color:black;*/
    flex-direction: row;
    height:20%;
    justify-content: center;
    text-align: center;
    width:100%;
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
}



/*========================================================================================*/

/*::-webkit-scrollbar {  your scrollbar width - for JS overlay 
    width: 14px;  vertical scrollbar width 
    height: 14px;  horisontal scrollbar height 
}*/

/*//=======================================*/
 
.overlay {
    position: fixed;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    max-width: 50%;
    max-height: 50%;
    background-color: rgba(0,0,0,0.8);

    /*мой код*/ 
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear, visibility 0.3s linear;
    /*мой код*/ 

    /*просто для примера, показывает, что модальное окно не перекрывает контент страницы когда модалка скрыта*/
    z-index: 100;
}
.segBtn{
    background-color:transparent;
    border:none;
}

.semFiltros{
    height:68vh;
}

.show {
    /*мой код*/ 
    opacity: 1;
    visibility: visible;
    /*мой код*/ 
}
.tecnicoDiv{
    border:grey;
    border:solid;
    border-radius:5%;
    display:flex;
    flex-direction:row;
}
.tecnicoButton{
    background: lightgray;
    border-color:lightgrey;
    border-radius:30%;  
    margin-top:0vh;
}

.text {
    height: 100%;
    background: #fff;
    border: none;
    margin-top: 45px;
    padding: 0 40px 30px 60px;
    overflow-y: auto;
}
.transparente{
    background-color:transparent;
    border:none;
}
.wrapper {
    background: #fff;
    border: 0;
    box-shadow: 0 0 14px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    height: 80%;
    position: relative;
    width: 90%;
}
/*========================================================================================*/
