.conteudo{
    width: 90%;
}

/* Barra de rolagem */
/*::-webkit-scrollbar {width:9px;height:auto;background: #fff;border-bottom:none;}
::-webkit-scrollbar-button:vertical {height:2px;display:block;}
::-webkit-scrollbar-thumb:vertical {background-color: #56baed; -webkit-border-radius: 1px;}
::-webkit-scrollbar-button:horizontal {height:2px;display:block;}
::-webkit-scrollbar-thumb:horizontal {background-color: #56baed; -webkit-border-radius: 1px;}*/

body,html{
    background-color: #f9fafd;
    color: #6c757d;
    height: 100%;
}

.fas{
    color:#56baed;
}
.btn-primary{
    background-color:#56baed;
    border:none;
}

.imgBanner{
    width: 300px;
    margin-left: 40%;

}

.btn-primary:hover{
    background-color:#DBDFE2;
    color: #56baed;
    transition: .5s;
}

.btn-secondary{
    background: none;
    border-radius: 0px;
    border: none;
    color:#56baed;
}

.btn-secondary:hover,.btn-secondary:active{
    border-bottom: 1px solid #56baed;
    background: none;
    color:#56baed;
    /*color: white;
    background-color:#56baed;*/
}
.activation{
    background-color: #56baed;
    color: white;
}

.coloring:hover{
    color: #56baed;
}


.divisor{
    width: 1px;
    margin: 12px 15px;
    background: #56baed;
}

.btnLaranja, .btnLaranjaTwo{
    background-color: #FFAA00;
    border: 1px solid #FFAA00;
    box-shadow: 0 0 0.1em #6c757d;
    color: white;
}

.btnLaranjaTwo:hover, .btnLaranja:active,.btnLaranja:hover, .btnLaranjaTwo:active, .btnLaranjaTwo:focus,.btnLaranja:focus{
    background-color: #FFAA00;
}

.btnAzulClaro,.btnAzulClaroTwo,.btnAzulClaroBuscar,.btnAzulClaroModal,.btnAzulClaroLoading {
    background-color: #4FC6E0;
    border: 1px solid #4FC6E0;
    box-shadow: 0 0 0.1em #6c757d;
}


.btnAzulClaro:hover, .btnAzulClaro:active{
    background-color: #4FC6E0;
}

.btnCinzaClaro:active{
    background-color: #4FC6E0;
    border: 1px solid #4FC6E0;
    box-shadow: 0 0 0.1em #6c757d;
}
.btnCinzaClaro{
    background-color: #CECECE;
    border: 1px solid #CECECE;
    box-shadow: 0 0 0.1em #6c757d;
}

.btnFecharModal{
    color: #6c757d;
}

.btnVermelho{
    background-color: rgba(255,0,0,0.5);
    border:1px solid rgba(255,0,0,0.5);
    box-shadow: 0 0 0.1em #6c757d;
}


.btnAzulClaro:hover,.btnCinzaClaro:hover,.btnLaranja:hover,.btnAzulClaroModal
.btnLaranjaTwo:hover,.btnAzulClaroTwo:hover, .btnVermelho:hover,.btnFecharModal{
    background-color: #E1E1E1;
    border: 1px solid #E1E1E1;
}



.btnAzulClaro:disabled,.btnCinzaClaro:disabled,.btnAzulClaroTwo:disabled,.btnVermelho:disabled{
    background-color: gray;
    border: 1px solid gray;
}

.btnDisabled:disabled{
    color: #6c757d;
    text-decoration: none;
}
.btnDisabled:disabled:hover{

    text-decoration: none;
}


.divBtnRight{
    text-align: right;
    width: 100%;
    margin: 10px 0;
}

.divBtnLeft{
    text-align: left;
    width: 100%;
    margin: 10px 0;
}


.caixaGr{
    background-color: white;
    padding: 15px;
    box-shadow: 0 0 0.2em #6c757d;
    border-radius: 1px;
    margin-left: 5px;
    height: auto;
    margin-bottom: 10px;

}

.h6TitulosPgs{
    color: #4FC6E0;
}



.tituloCard{
    font-weight: normal ;
    font-size: 16px;
    color: rgb(195,191,194);
}

.topoPg{
    background-color: white;
    height: 50px;
    box-shadow: 0 0 0.2em #6c757d;
}

.titulosPgs{
    height: auto;

}

.titulosPgs h6{
    padding-left: 5px;
    padding-top: 20px;
    font-size: 20px;
}

.myBreadcrumbs{

    width: 100%;

    padding-top: 10px;
    font-size: 15px;
}

.myBreadcrumbItem {
    color: #6c757d;
}

.myBreadcrumbItem a{
    text-decoration: underline;
    color: #6c757d;
}

.myBreadcrumbItemEspacador{
    padding-left: 4px;
    padding-right: 4px;
    color: #6c757d;
}

.myBreadcrumbItem, .myActiveBreadcrumb{
    color: #4FC6E0;
}

.firstLineTable{
    background-color: #f2f3f5;
    border-radius: 10px;
}

table{
    border-radius: 10px;
}

.fontTableFirstLine, th{
    font-size: 14px;
    color: #6c757d;
}

.tableInsideDiv{
    margin: 2.5%;
    width: 95%;

}

.links{
    color: #4FC6E0;
    text-decoration: underline;
}

.links:hover{
    color: #6c757d;
    text-decoration: underline;
}
.links:disabled{
    color: #6c757d;
    text-decoration: none;
}

td{
    color: #4e545a;
}


.destacado {
    text-align: left;
    background-color: #F2F3F5;
    border-radius: 5px;

    margin-top: 15px;
}



.destacadoClaro {
    height:40px;text-align: left;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding:10px;
    margin-top: 15px;
}

.tituloDestacado{
    font-weight: bold;
    color: #6c757d;
    padding:10px;
}



::-webkit-scrollbar {width:5px;height:auto;background: #2867ac;border-bottom:none;}
::-webkit-scrollbar-button:vertical {height:2px;display:block;}
::-webkit-scrollbar-thumb:vertical {background-color:#fff; -webkit-border-radius: 1px;}
::-webkit-scrollbar-button:horizontal {height:2px;display:block;}
::-webkit-scrollbar-thumb:horizontal {background-color: #fff; -webkit-border-radius: 1px;}

.nav-link{
    font-size: 13px;
}

.marginCadastro{
    margin-bottom: 10px;
    margin-top: 10px;
}


.marginCadastro label{
    margin-top: 5px;

}


.linkLateral{
    margin-top: -16px;
    padding-left: 25px;
}

.paddingForm{
    padding: 10px;
}




@media (max-width: 575.98px) {

    .imgBanner{
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

}