.conteudo {
    width: calc(100% - 244px);
    margin-left: 244px;
    padding:0 35px 15px 35px;
}
.cabecalho-front h5{
    color:#fff;
    font-size: 18px;
    line-height: 18px;
    margin-bottom:0px !important;
    font-weight: 100;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.cabecalho-front h5 b{

font-weight: 500;
margin-left:5px;
}
.navbar{
    background-color: #262f57 !important;
    margin-bottom: 12px;
}
.navbar-brand img{
    width: 298px;
}

.nav-link{
    color:#262f57;
    padding:10px 20px !important;
    border-bottom:1px solid #dadfe4;
}

.nav-link.active {
    background: #c8e2ff !important;
    color: #007bff;
}
ul.navbar-nav.nav.flex-column {
    position: fixed;
    left: 0;
    width: 244px;
    top: 0;
    padding: 0px 0px 0 0px;
    background: #e6ebf1;
    height: 100%;
    z-index: 1;
    padding-top: 68px;
}
.menu-meses{
    position: fixed;
    left: 0;
    width: 244px;
    top: 0;
    padding: 0px 0px 0 0px;
    background: #e6ebf1;
    height: 100%;
    z-index: 1;
    padding-top: 68px;
}
.navbar-nav li a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.navbar-nav li a svg{
    width:13px;
    height: 13px;
    margin-right: 5px;
    fill:#262f57;
}
.navbar-nav .active svg{
    fill:#4ba2ff!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:#4ba2ff!important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#4ba2ff!important;
}
h2 {
    margin-bottom: 18px !important;
    color: #262f57;
    font-weight: 400;
    font-size: 25px;
}
.navbar{
    justify-content: space-between !important;
    height: 68px;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}
table{
    margin-top:20px !important;
}
.table td, .table th{
    border-top:0px !important;
    font-size: 15px;
}
tbody tr {
    border-top: 1px solid #dee2e6;

}
.box-titulo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 68px;

}
.user-info img {
    width: 40px; /* Tamanho da foto */
    height: 40px; /* Tamanho da foto */
    border-radius: 50%; /* Círculo */
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 1000;
}
.user-info:hover .dropdown-menu {
    display: block; /* Mostra o menu ao passar o mouse */
}
.mascara-foto {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #c7e1ff;
    border: 3px solid #007bff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}
.mascara-foto img {
    width: 90%;
    height: 90%;
}
.user-info span{
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 100;
    text-align: right;
}
.user-info span b{
font-weight: 500;
font-size: 14px;
}
.box-botoes{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.box-botoes button, .box-botoes a{
margin-left:10px;
}

.tab-content h5 {
    color: #74b7ff;    
    margin-top:16px;
    margin-bottom:8px;
}
.tab-pane ul{
    padding:0px !important;
    list-style: none !important;
}
textarea#descricao {
    height: 180px;
}
.mes{
    margin-bottom: 18px !important;
    color: #262f57;
    font-weight: 400;
    font-size: 25px;
}
.tab-pane> ul> li {
    border-bottom: 1px solid #e6ebf1;
    padding: 0 0 20px 0;
}
.tab-pane ul ol  {
   list-style-type: disc;
   padding-left: 20px !important;
   margin-bottom:10px;
   font-size: 15px;
}
.tab-pane p{
    margin-bottom:15px;
}
#editor{
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
}
.ref-data{
    padding-left:0px;
    margin-top: 16px;
    display: table;
}
.box-conteudo{
    padding-left:20px !important;
    margin-top:16px;
}
p:empty{
display: none !important;
}
table tr th:last-child{
    width: 160px;
}
.menu-sistema .nav-link {
    font-size: 13px !important;
    line-height: 14px;
    max-width: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 12px !important;
    min-height: 54px;
}

.menu-sistema .nav-link.active {
background-color: #007bff !important;
}
fieldset{
    border-radius: 10px;
     border: 1px solid #dee2e6 !important;
    margin: 5px 0 !important;
    border-top: 1px !important;
    padding: 2px 20px 0px;
     border-top: 1px solid #dee2e6 !important;
   
}
legend{
    font-size: 14px;
    padding:4px 10px;
    text-transform: uppercase;
    background-color: #fff;
    display: table;
    width: auto;
    border-radius:  0 0  10px 10px;
}
iframe.rodapeTce {
    position: fixed;
    bottom: 15px;
    left: 244px;
    width: calc(100% - 244px);
}
.alert-warning {
    color: #262f57c2!important;
    background-color: #c8e2ff!important;
    border-color: #a2bcd9!important;
}