
*{
    box-sizing: border-box;
}

@media print {
    .noprint {
        display: none;
    }
}

html,body{
    width:100%;
    height:100%; 
    margin:0!important;
    padding:0!important;
    background-color: #f8f8f8;
      
}

label{
    display: block!important;
    
}

.labelForm{
    margin-top:15px;
    padding: 5px 0 5px;
    font-weight: bold;
}

.inputForm{

}

.w100{
    width:100%!important;
}

.hide{
    display:none;
}

#top{
    background-color: #2f4751;
    padding:15px;
}

#top img{
    width:100px;
}

#top a{
    color:#fff;
}

#menuMobile{
    display: flex;
    flex-direction: column;
    padding:25px 25px;
    z-index: 999999;
    
}

#menuMobile a{
    color:#333;
    font-size: 16px;
    padding:10px 15px;
    font-weight: bold;
    z-index: 999999;
}

.uk-offcanvas-bar{
    background-color: #f8f8f8!important;
}


.submenu{
    width: 100%;
    background-color: #f8f8f8;
    padding:10px; 
    
}

.uk-button-primary{
    
    background-color: #2f4751!important;
}

.uk-container{ 
    background-color: #fff!important;
    padding-bottom:#Fff!important;
}

.form-home{
    padding:0px 15px 15px 15px;   
    margin:0 auto;
    width:100%;
    max-width:600px; 
}

.inputLabel{
    border:none;
    border-bottom:1px dotted #7885a0; 
    font-weight: bold!important;
    
}

input{
    border-radius: 5px!important;
}

/*TELA DE CHECKIN*/
#msgPesquisa .msgPesquisaTxt{
    width: 100%;
    background-color: #ff0;
    color: #000;
    padding: 10px;
    text-align: center;

}

#chkNomecontrole, #chkNomeCadastro{
    padding: 15px 15px;
    background-color: #000;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin: 0 auto 15px;
    width: auto;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
}

#chkConfig{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
}

#chkInfo, #chkStatus{
    width:100%;
    text-align: right;
    font-size: 10px;
    color: #ccc;
    font-style: italic;
}

.chkPesquisa{
    border:1px solid #ccc; 
    border-radius:15px; 
    overflow:hidden; 
    max-width:850px; 
    margin:0px auto; 
    background-color:#f8f8f8; 
    padding:15px 15px 15px 15px;
    width:90%;
}

.chkResultados{
    border:1px solid #ccc; 
    border-radius:15px; 
    overflow:hidden; 
    max-width:850px; 
    margin:15px auto; 
    background-color:#f8f8f8; 
    padding:0 15px 0 15px;
}


.home-box{
    text-align: center;
    width:100%;
    border:1px solid #ccc;
    height:180px;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    /*background-color: #f8f8f8;*/
    margin: 0 auto 15px!important;
    max-width: 300px;
}


.home-titulo{
    font-size:20px;
    font-weight: bold;
    color: #666;
}

.home-numero{
    font-size:45px;
    line-height: 50px;
    font-weight: bold;
}

.menu-controle{
    position:fixed;
    bottom:0; 
    left:0;
}

.relatorio-ca{
    position:fixed;
    bottom:0; 
    left:0;
    width:100%;
    min-height:100vh;
    z-index: 9999;
    background-color:rgba(0,0,0,0.8);
}



/*ETIQUETA*/
.area-etiqueta{
    width: 100%;
    min-height:300px;
    padding:25px;
    background-color: #eaeaea;
    position: relative;
    border: 0px solid #ccc;
    
}

.etiqueta{
    border: 0px solid #000;
    background-color: #fff;
    position:absolute;
    top:2px;
    left:2px;
}

.itens-etiqueta{
    width:100%;
    height:100%;
    border: 0px solid #f00;
    position: relative;
}

.itemEtiqueta{
    display: flex;
    align-items: center;
    position: absolute;
}

.itemEtiquetaBorda{
    border: 1px dotted #f00;    
}




/*CERTIFICADO*/
.area-certificado{
    width: 100%;
    min-height:800px;
    padding:25px;
    background-color: #eaeaea;
    position: relative;
    border: 0px solid #ccc;
    
}

.certificado{
    border: 0px solid #000;
    background-color: #fff;
    position:absolute;
    top:2px;
    left:2px;
    background-size:cover;
}

.itens-certificado{
    width:100%;
    height:100%;
    border: 0px solid #f00;
    position: relative;
}

.itemcertificado{
    display: flex;
    align-items: center;
    position: absolute;
}

.itemcertificadoBorda{
    border: 1px dotted #f00;    
}




/*ALERTAS*/
.chkAlerta{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.chkAlerta-green{
    background-color: darkgreen;
}

.chkAlerta-red{
    background-color: #f00;
}


/*Reconhecimento Facial*/
.saudacao{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #000;
    background-color: #ff0;
    font-family: Arial, Helvetica, sans-serif;
    
}

#timer{
    background-color: #000;
    color:#ff0;
    width:25px;
    height:25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    margin:0 auto;
}



/*CERTIFICADO e QRCODE USUARIOS*/
.box-login-user{
    border:1px solid #ccc;
    margin:0 auto;
    border-radius: 25px; 
    overflow:hidden;
}

.box-login-logo{
    padding:15px 0 15px;
    text-align: center;
}

.boxQrcode{
    border-radius:25px;
    padding:15px 10px 15px 10px;
    margin:15px auto;
    width:100%;
    max-width:400px;
    text-align:center;
}

.infoQrcode{
    background-color:#fff;
    border-radius:15px;
    padding:15px;
    border:2px solid #ccc; 
    width:100%;

    
}



/*ITENS AGENDA*/
.agenda-box-branco-transp{
    background-color:rgba(255,255,255,0.8);
    border-radius:15px;
    padding:15px;
}

.agenda-box-preto-transp{
    background-color:rgba(0,0,0,0.8);
    border-radius:15px;
    padding:15px;
}

.item-agenda{
    border-bottom:1px solid #ccc;
    width:100%;
    padding:15px;
}


/*VIDEO RESPONSIVO*/
.videoresponsivo{
    aspect-ratio: 16/9;
    width:100%;
}