@font-face{
    font-family: 'Asap';
    src: url(../fontes/Asap/Asap-SemiBold.ttf);
}


label{
    font-family: 'Asap';
}

th{
    font-family: 'Asap';
    font-size: 14px !important;
}

body{
    font-size: 15px !important;
    overflow-x: hidden;
}

/*DISPOSITIVOS MAIORES DO QUE 1000PX*/
@media only screen and (min-width:1000px){
    .divMeioRelPoltronas{
        margin-left:-4.5rem !important;
    }
}
/* FIM MAIOR 1000PX*/

.nav-sidebar > .nav-item .nav-icon.fa, .nav-sidebar > .nav-item .nav-icon.fab, .nav-sidebar > .nav-item .nav-icon.far, .nav-sidebar > .nav-item .nav-icon.fas, .nav-sidebar > .nav-item .nav-icon.glyphicon, .nav-sidebar > .nav-item .nav-icon.ion{
    font-size: 1rem !important;
}
.nav-sidebar > .nav-item > .nav-treeview{
    padding-left: 15px;
}
/* SWEET ALERT CONF */
.swal2-popup {
    font-family: inherit;
    font-size: 15px !important;
}
.swal2-popup.swal2-toast {
    cursor: pointer;
    max-width: 400px;
}
.swal2-popup.swal2-toast .swal2-content{
    text-align: left;
    margin-left: 10px;
    word-wrap: anywhere;
}
/* END SWEET ALERT CONF */
.layout-external-page{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}
.layout-external-page .main-footer{
    margin-left: 0px !important;
}
.layout-external-page .error-page{
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 55px);
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
    width: 100%;
    overflow-y: auto;
}
.layout-external-page .error-page .error-box{
    width: 600px;
    max-width: calc(100% - 15px);
}
.btn-warning{
    color: #fff !important;
}
.brand-link {
    display: flex;
    align-items: center;
}
.brand-link .brand-image{
    max-width: 90%;
}


/*Configurações mobile*/
@media only screen and (max-width:1000px){
    #mostraCalendarioMeusNaEquipe{
        padding:8px;
        line-height: 1rem;
    }
    #mostraCalendarioMeusNasEquipes{
        padding:8px;
        line-height: 1rem;
    }
    #mostraCalendarioDeTodosNaEquipe{
        padding:8px;
        line-height: 1rem;
    }
    .text-muted{
        text-align: center;
        line-height: 1rem;
    }
    
    .fc .fc-toolbar > * > * {
    float: left !important;
    margin-left: .20em !important;
}

.fc-toolbar .fc-left {
        margin-left: -1.84rem !important;
}

.fc-toolbar .fc-right {
    margin-right: -1.9rem !important;
    margin-top: 0rem !important;
}
.fc-toolbar .fc-center {
    margin-left: -7rem;
    margin-top: 1rem;
    margin-bottom:-1rem;
}
}
/*FIM  --- Configurações mobile*/



.ui-autocomplete {
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    width: auto !important;
    max-width: 300px;
    overflow-x: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ui-autocomplete li {
    padding: 5px 10px;
    list-style: none;
}

.ui-autocomplete li:hover {
    background-color: #f0f0f0;
}