/*CSS COSTUMIZADO DO SISTEMA*/

.texto-preto {
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.wrapper-page-important {
    max-width: 500px !important;
}

.side-menu.left {
    background: #222D32;
}

.topbar .topbar-left {
    background-color: #008D4C;
}

.navbar-custom {
    background-color: #00A650;
    color: #FFF ;
}

.navbar-custom ul{
    color: white;
    padding-left: 7px;
    padding-right: 7px;  
}

.navbar-custom ul:hover {
    background-color: #008D4C;  
}

.button-menu-mobile {
    background-color: #DFEED9;
}
.button-menu-mobile i {
    color: #1A581D;
}

.color-verde-escuro {
    color: #1A581D !important;
}

.color-vermelho-escuro {
    color: #8B0000 !important;
}

.wrapper-page .input-group-text-custom {
    color: #DFEED9;
    background-color: #1A581D ;
    border-color: #1A581D;
}

.btn-success {
    background-color: #1A581D;
    border: 1px solid #1A581D;
    color: #DFEED9;
}

a.btn-success:hover {
    color: #DFEED9;
}

.btn-outline-dpge {
    color: #1A581D;
    border-color: #1A581D;
}

a.btn-outline-dpge:hover {
    color: #FFF;
    background-color: #1A581D;
}

/* table.dpge thead {
    background-color: #1A581D !important;
    color: #DFEED9 !important;
}

table.dpge tfoot {
    background-color: #1A581D !important;
    color: #DFEED9 !important;
} */
.footer div{
    color: #909090;
}


.notifyjs-metro-success {
    color: #DFEED9 !important;
    background-color: #1A581D !important;
    border: 1px solid #1A581D !important;
}

#sidebar-menu > ul > li:hover{
    background-color: #1a2327!important;
}

#sidebar-menu > ul > li > a{
    color: #8AA4AF!important;
}

#sidebar-menu > ul > li > a.active {
    background: #222D32 !important;
    border-left: 5px solid #00A65A;
    color: #FFF!important;
}


#sidebar-menu > ul > li > a.hover {
    background: #213e24 !important;
}

#sidebar-menu .submenu li a {
    padding-left: 30px;
    background-color: #2C3B41;
}

ul.list-unstyled > li.active a.active {
    color: #E1DCA4 !important;

}

#div_id_remember {
  width: 110px;
}

.pagination > .page-item.active .page-link {
  background-color: #1A581D;
  border-color: #1A581D;
}

.table td, .table th { vertical-align: middle; }
.table > thead > tr > th { border: 1px solid #dee2e6 !important; }

h4.page-title { 
    line-height: 38px;
    font-size: 18px;
 }

.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 40px; }
.select2-container--default .select2-selection--single { height: 38px; border: 0; border-radius: 0; border-bottom: 1px solid #aaa; }
