*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}


a{
    text-decoration: none;
}

h1,h2,h3,h4
{
        font-weight: normal;   
}

/*----------Login -------------*/
.content
{
    display: flex;
    justify-content: start;
    width: 100%;
    overflow: hidden;
}

.content .right, .content .left, .content .left .top
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.content .left
{
    width: 70%;
    background: linear-gradient(to top left, #adbac2, #d8e3ea);
}


.content .left .top{
    width: 60%;
}

.content .left .top p
{   
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    color: #293546;
}

.content-login #logo
{
    width: 90px;
    margin-bottom: 20px;
}

.content .left .down img{
    width: 300px;
}

.content .right
{
    align-items: start;
    display: flex;
    justify-content: center;
    align-items: first baseline;
    padding-left: 10%;
}

button.btnlogin
{
    margin-top: 20px;
}

.title
{
    font-size: 2.6rem;
    color: #2d2a3b;
}

.subtitle
{
    font-weight: bold;
    font-size: 1.1rem;
    color: #99a1b7;
}


.text-focus
{
    font-style: normal;
    color: #f49517;
}


.menulogin
{
    display: flex;
    width: 100%;
    align-items: center;
}
span.message{
    display: block;
    padding: 10px;
    font-size: 0.8rem;
}

.menulogin a{
    color: #b2abcf;
    font-weight: bold;
}

.menulogin a:hover
{
    color: #fcce93;
}

.space
{
    margin-left: 4%;
}

.message
{
    font-size: 0.8rem;
}

/*menu*/
.interface
{
    display: flex;
}

.menus{
    display: flex;

}

.menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    height: 100vh;
    padding: 20px;
    background: #363342;
}

.menu #logo{
    width: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2c293a;
    padding-bottom: 20px;
}

.menu li{
    list-style: none;
    border-bottom: 1px solid #2c293a;
}

.menu .indent{
    display: block;
    padding: 5px 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    color: #2c2b2b;
    margin-left: 60px;
    font-size: 0.8rem;
    margin-top: -40px;
    border-radius: 0 10px 10px 0;
    border-top: 2px solid #f49517;
    border-bottom: 2px solid #f49517;
    border-right: 2px solid #f49517;
    transition: all 800ms;
    background: #fff;
}

.menu a:hover .indent{
    width: 100px;
    padding: 8px 10px;
    overflow: visible;
}

.menu ul, .menu a{
    width: 100%;
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

.menu a{
    display: block;
    margin: 15px 0;
    padding: 8px;
    border: 2px solid transparent;
    border-radius: 8px;
}

.menu a i{
    color: #fac481;
    font-size: 1.5rem;

}

.menu a:hover{
    border-color: #f49517;
    background-color: #211f28;
}

.menu a:hover i{
    color: #f49517;
}

.interface .content
{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-content: flex-start;
    width: 100%;
}

.interface .content .top
{
    display: flex;
    padding: 15px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-shadow: 10px 0px 4px rgba(0,0,0,0.1);
}

.content .top ul{
    display: flex;
    justify-content: start;
    align-items: center;
}

.content .top li{
    list-style: none;
}
.content .top a ul{
    display: none;
}

.content .top a{
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
    color: #2b3757;
    margin: 0 20px;
}

.content.top h3{
    font-family: 'Montserrat';
    font-size: 1.1rem;
}

.content-content{
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow-y: scroll;
    height: 100vh;
    overflow-x: hidden;
}

.shortcuts{
    display: flex;
    padding: 20px 30px;
    justify-content: flex-start;
    flex-direction: column;
    width: 350px;
}

.shortcuts h3{
    font-size: 0.9rem;
    color: #abb2c4;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.shortcuts ul{
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: left;
    align-items: first baseline;
}

.shortcuts li{
    list-style: none;
}
.shortcuts a{
    display: flex;
    text-decoration: none;
    margin: 10px 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #4b5675;
}

.shortcuts li a i{
    margin-right: 10px;
}

.shortcuts a:hover
{
    color: #a8b0c4;
}

.listitem.problem{
    overflow-y: scroll;
    height: 250px;
    width: 100%;
}


.menuanomalia{
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
    background-color: #eee;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.menuanomalia .btn{
    padding: 4px;
    border-radius: 4px;
}

.menuanomalia h3{
    margin: 0;
}

/*-----------container-------------*/
.container
{
    display: flex;
    flex-wrap: wrap;
}

.container .divLocal{
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.container .item{
    display: flex;
    width: 265px;
    height: 200px;
    padding: 20px;
    
    margin-right: 10px;
    border-radius: 12px;
    box-shadow: 2px 1px 2px rgba(61, 61, 61, 0.2);
}


.container .item:last-child{
    margin-right: 0;
}

.container .item .subtitle
{
    font-weight: normal;
}

.container .item i{
    display: block;
    font-size: 2rem;
    color: #f34b6f;
    height: 100%;
    margin-right: 4%;
    padding-top: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #e8f5f7;
}


.container .item i.green{
    color: #1cd2ff;
}

.container .item i.alert{
    color: #ffe819;
}


.container .number
{
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    width: 40px;
    border-radius: 10px;
    color: #211f28;
    background-color: #c5c5c5;
}

.comunication
{
    display: flex;
    align-items: center;
    padding: 20px;
    overflow-y: scroll;
    height: 250px;
    width: 95%;
    text-align: justify;
    margin-top: 50px;
}

.btnmenu{
    display: none;
    cursor: pointer;
}
/*-----container hoteis -----------*/
.hoteis{
    margin-top: 10px;
    height: 80vh;
}
.hoteis .card{
    width: 15rem;
    margin: 2%;
    
}

.hoteis.fucionarios .card a{
    color: #2c2b2b;
}

.hoteis.fucionarios .card .btn{
    display: none;
}

.hoteis.fucionarios .card{
    width: 10rem;
    height: 13rem;
    text-align: center;
}

.hoteis.fucionarios .card img{
    height: 100px;
}

.hoteis .card img{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 140px;
}

.hoteis.fucionarios .card-title{
    font-size: 0.9rem;
    font-weight: normal;
}

.hoteis.fucionarios .card-text{
    font-size: 0.9rem;
    color: #4b5675;
}

.hoteis h3{
    font-weight: normal;
}

.menubar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.menubar ul{
    display: flex;
    
}

.menubar li{
    list-style: none;
}

.menubar .btn{
    font-weight: normal;
    padding: 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    margin: 0;
    margin-left: 4%;
}

/*.form-interface.form*/

.form-interface.form
{
    width: 100%;
    margin-top: 10px;
}



.form-interface .form-head
{
    width: 95%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d8e3ea;
}
.outrosDados{
    width: 95%;
    height: 380px;
    overflow-y: scroll;
}
.outrosDados h6{
    padding: 15px;
    color: #fff;
    background-color: #a6a8aa;
}


.formdiv{
    display: flex;
}

.fotofuncinario{
    width: 600px;
    text-align: center;
    line-height: 300px;
    margin-right: 4%;
    height: 97%;
    border-radius: 6px;
    background: #eee;
}

i.fotoicon{
    font-size: 4rem;
    text-align: center;
    color: #a6a8aa;
}



.fotofuncinario.detalhes{
    border-radius: 10px;
    margin-top: 10px;
    height: 350px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

#fotofuncinario{
    display: none;
}

.formdiv .table{
    width: 100%;
}

.formdiv .table td{
    padding: 10px;
}

.formdiv .table a.btn{
    padding: 5px;
}



.form-head h3{
    font-weight: normal;
}

.form-bod
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
    height: 60vh;
    overflow-y: scroll;
}


.form-bod label{
    color: #585858;
}
/*
.form-bod input, .form select
{
    border-radius: 5px;
    font-weight: normal;
    width: 100%;
    font-size: 0.8rem;
    border-color: #ecebf5;
    border-width: 1px;
}

.form-bod input:focus, .form select:focus{
    background: #fff;
}
*/
.form-bod .img-hotel{
    display: none;
}
.form-bod textarea{
    height: 200px;
}

.full-box{
    flex: 1 1 100%;
}

.half-box{
    flex: 1 1 40%;
}

.half-midle-box{
    flex: 1 1 2%;
}

.menu-form{
    display: flex;
    padding: 10px 0;
}

.menu-form .btn{
    padding: 6px;
    margin-right:  2px;
}

.menu-excluir
{
    display: flex;
    height: 0;
    overflow: hidden;
    position: fixed;

    align-items: center;
    flex-direction: column;
    margin-top: -20px;
    margin-left: -40px;
    font-size: 0.9rem;
    background-color: #fff;
    transition: all 400ms ease-in-out;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}

.menu-excluir.view{
    height: 160px;
    overflow: visible;
}

.menu-excluir .menu-cabecalho{
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #e21358;
}
.menu-excluir p{
    padding: 10px;
    text-align: center;
}

.menu-excluir .links
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.menu-excluir .links a.btne:last-child{
    border-right: none;
}

.menu-excluir .btne{
    
    padding: 8px;
    width: 100%;
    color: #505050;
    text-align: center;
    border: 1px solid #eee;
}

.menu-excluir .btne:hover{
    background-color: #eee;
}

.tabela
{
    width: 100%;
    margin-top: 4%;
}

.tabela h2{
    margin-bottom: 2%;
    font-size: 1.4rem;
    background-color: #cff8e4;
    padding: 10px 10px;
    color: #3a3a3a;
}
.tabela th, .tabela td{
    font-size: 0.9rem;
}

.tabela .btn{
    margin-bottom: 0;
    width: 30%;
}
.table th, .table  td{
    padding: 20px;
    font-size: 0.9rem;
}

.consultas table .btn{
    padding: 6px;
    font-size: 0.7rem;
}

.consultas table tbody{
    overflow-y: scroll;
}



table#presencas, table#adiantamentos{
    display: block;
    width: 100%;
    height: 370px;
    overflow-y: scroll;
}

table#adiantamentos{
    height: 250px;    
}

table#presencas td, table#adiantamento td
{
    width: 70%;
}

.modal-title{
    font-size: 1.1rem;;
}

.container-status
{
    display: flex;
    padding: 5px 0;
}

.container-status .item{
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-right: 4%;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    border-radius: 20px;
}

.container-status .item i{
    font-size: 2rem;
}

.container-status p{
    font-weight: bold;
    font-size: 0.9rem;
}

.history{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    overflow-x: hidden;
}

.history .table{
    width: 800px;
    overflow-x: scroll;
}

.menuadmin{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
}

.admin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: auto;
    width: 800px;
    overflow-x: hidden;
}

.formadmin input, .formadmin  select{
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    table#presencas{
        height: 100%;
    }
    .modal-title{
        font-size: 0.9rem;;
    }
    .btnmenu{
        display: block;
    }
    .content  .left, .content  .right
    {
        overflow: hidden;
        width: 0;
        transition: all 2s;
    }

    .content .right.show, .content.content-login .left.show{
        width: 100%;
        overflow:visible;
    }

    .content  .left .down img{
        width: 100px;
    }
    .title{
        font-size: 1.8rem;
    }

    .subtitle{
        font-size: 1rem;
    }

    .admin{
        width: 100%;
    }

    .container .divLocal{
        font-size: 0.8rem;
    }
    
    .menu-excluir.view{
        height: 185px;
    }

    /*------- menus -------*/
    .menus{
        position: fixed;
        top: 0;
        left: 0;
        width: 85%;
        margin-left: -100%;
        height: 100vh;
        z-index: 9998; /* Valor alto para sobrepor outros elementos */
        background: #fff;
        overflow-y: hidden;
        transition: all 800ms;
        box-shadow: 20px 10px 20px rgba(61, 61, 61, 0.5);
    }

   

    .menus.show{
        margin-left: 0;
    }

    .menu{
        width: 70px;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .menu #logo{
        width: 40px;
    }
    
    .menu a i{
        font-size: 1.2rem;
    }

    .menu a{
        padding: 4px;
    }
    
    .menu a{
        margin: 6px 0;
    }

    .menu .indent{
        margin-top: -33px;
        margin-left: 40px;
    }

    .comunication{
        flex-direction: column;
        height: 100%;
    }

    .shortcuts{
        height: 100%;
        margin: 0;
    }

    .shortcuts a{
        font-size: 0.7rem;
    }

    .interface .content .top{
        position: fixed;
        top: 0;
        left: 0;
        padding: 10px;
        flex-direction: row-reverse;
        width: 100%;
        z-index: 9999; /* Valor alto para sobrepor outros elementos */
        background: #fff;
    }

    .interface .content .top ul{
        padding: 0;
    }
    
    .interface .content .top a{
        margin: 0 10px;
    }

    .interface .content .top{
        padding: 10px;
    }
    .content .top h3{
        font-size: 0.8rem;
        font-weight: 
        bold;
    }

    .content .top a{
        margin: 0 10px;
        padding: 2px 6px;
        color: #fff;
        border-radius: 4px;
        background-color: #5e5874;
    }

    .content .top a:hover
    {
        color: #2b3757;
        background-color: #eee;
    }

    .interface .content .top i
    {
        font-size: 1.2rem;
    }

    .content{
        height: 100%;
    }

    .content-content{
        margin-top: 80px;
        height: 100%;
        
    }
    
    

    /*------------.container .item*/
    .container .item{
        width: 90%;
    }
    /*-----container hoteis -----------*/
    .hoteis{
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: hidden;
    }

    .hoteis .card
    {
        width: 100%;
        height: 300px;
    }

    .hoteis .container{
        height: 100%;
    }

    .hoteis.fucionarios{
        flex-wrap: nowrap;        
    }

    .hoteis.fucionarios .card{
        width: 43%;
        height: 120px;
        padding: 0;
    }
    .hoteis.fucionarios .card img{
        height: 80px;
    }

    .hoteis.fucionarios .card-title{
        display: none;
    }

    .hoteis.fucionarios .card-text{
        font-size: 0.7rem;
    }

    .hoteis.fucionarios .card .btn{
        display: none;
    }

    
    .hoteis.fucionarios .container{
         height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        overflow-y: hidden;
    }



    .menubar h3{
        font-size: 0.9rem;
    }


    /*.form-bod*/
    .form-bod
    {
        height: 100%;
        overflow-y: hidden;
    }

    .form-head{
        flex-direction: row;
    }

    .form-head .subtitle{
        font-size: 0.8rem;
    }

    .btn{
        font-size: 0.8rem;
    }

    .half-box{
        flex: 1 1 100%;
    }
    .half-box.space
    {
        margin-left: 0;
    }

    .half-midle-box{
        flex: 1 1 100%;
    }

    .half-midle-box.space{
        margin-left: 0;
    }

    .formdiv{
        flex-direction: column;
    }

    .fotofuncinario
    {
        width: 100%;
        height: 300px;
    }
    

    .fotofuncinario.detalhes{
        border-radius: 0;
        margin-top: 0;
        height: 350px;
    }

    i.fotoicon{
        font-size: 3rem;
        text-align: center;
    }


    .tabela .btn{
        width: 100%;
    }

    .tabela h2{
        font-size: 0.9rem;
    }

    .tabela td, .tabela th{
        font-size: 0.8rem;
    }
    .table .no-view-media
    {
        display: none;
    }
    .margem-top{
        margin-top: 10px;
    }
     .modal{
        z-index: 9999; /* Valor alto para sobrepor outros elementos */
        padding-bottom: 30px;
    }

    .views{
        padding-bottom: 20px;
    }

    .outrosDados{
        overflow-y: hidden;
        height: 100%;
        padding: 10px;
        width: 100%;
    }

    .formdiv .table{
        width: 100%;
    }

}
