.navbar-bd-login {    
    background-color: #323232; 
}

.bg-odd {
    background-color: #F5F5F5 !important;
} 

.btn-red{
    background-color: red !important;
}

.bg-red{
    background-color: red !important;
}

.bg-white{
    background-color: #fff !important;
}

.bd-etobe {
    border: 1px solid #33cb98 !important;
}

.bd-etobe2 {
    border: 1px solid #06043d !important;
}

.bg-etobe {
    background-color: #33cb98 !important;
}

.bg-etobe2 {
    background-color: #06043d !important;
}

.bg-diverg {
    background-color: #ffEEAA !important; 
    font-weight: bold !important; 
}

.bd-diverg {
    border-left: 1px #CC0000 solid !important;
    border-top: 1px #CC0000 solid !important;
    border-right: 1px #CC0000 solid !important;
    border-bottom: 1px #CC0000 solid !important;
}

.bd-diverg-C {
    border-left: 1px #CC0000 solid !important;
    border-top: 1px #CC0000 solid !important;
    border-right: 1px #CC0000 solid !important;
}

.bd-diverg-S {
    border-left: 1px #CC0000 solid !important;
    border-bottom: 1px #CC0000 solid !important;
    border-right: 1px #CC0000 solid !important;
}

.bg-gray{
    background-color: #DCDCDC;
}

.bg-gray-cl{
    background-color: #f7f7f7 !important;
}

.bg-graymd{
  background-color: #EDEDED;
  padding-bottom: 5px; 
  padding-top: 15px;
  padding-left: 15px; 
  padding-right: 15px;
  margin-left: -15px; 
  margin-right: -15px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.bg-gray-dk{
    background-color: #808080 !important;
}

.bd-gray-dk{
    border-color: #808080 !important;
}

.bg-green{
    background-color: #1E8449 !important;
}

.bg-blue{
    background-color: #1996D7 !important;
}

.bg-yellow {
    background-color: #F4D03F !important;
}

.bg-yellow-clear{
    background-color: #feda90 !important;
}

.bg-primary3 {
    background-color: #2c7be5!important
}

a.bg-primary3:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #1862c6!important
}


/**************** ORIGINAL BOOTSTRAP 3 COLORS ********************/
.bg-soft-secondary {
    background-color: #748194!important
}
.bg-soft-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
}
a.bg-soft-primary:hover,
a.bg-soft-primary:focus {
    background-color: #286090 !important;
}
.bg-soft-success {
    background-color: #dff0d8 !important;
}
a.bg-soft-success:hover,
a.bg-soft-success:focus {
    background-color: #c1e2b3 !important;
}
.bg-soft-info {
    background-color: #d9edf7 !important;
}
a.bg-soft-info:hover,
a.bg-soft-info:focus {
    background-color: #afd9ee !important;
}
.bg-soft-warning {
    background-color: #fcf8e3 !important;
}
a.bg-soft-warning:hover,
a.bg-soft-warning:focus {
    background-color: #f7ecb5 !important;
}
.bg-soft-danger {
    background-color: #f2dede !important;
}



a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #5d6878!important
}

.bg-success3 {
    background-color: #00d27a!important
}

a.bg-success3:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #009f5c!important
}

.bg-info3 {
    background-color: #27bcfd!important
}

a.bg-info3:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #02a7ef!important
}

.bg-warning3 {
    background-color: #f5803e!important
}

a.bg-warning3:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #f2600e!important
}

.bg-danger3 {
    background-color: #e63757!important
}

a.bg-danger3:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #d01a3b!important
}

.bg-light {
    background-color: #f9fafd!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #d3daf0!important
}

.bg-dark {
    background-color: #0b1727!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #000!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}


.bg-primary-dark {
    background-color: #0d47a1 !important;
}

.bg-success-dark {
    background-color: #007E33 !important;
}

.bg-success2 {
    background-color: #33b033 !important;
}

.bg-warning-dark {
    background-color: #FF8800 !important;
}

.bg-info-dark {
    background-color: #0099CC !important;
}

.bg-danger-dark {
    background-color: #CC0000 !important;
}

.bg-danger2 {
    background-color: #e8585d !important;
}

.ft-primary{
    color: #0d47a1 !important;
}

.ft-success{
    color: #3c763d  !important;
}

.ft-info{
    color: #31708f !important;
}

.ft-warning{
    color: #8a6d3b !important;
}

.ft-danger{
    color: #a94442 !important;
}
  
.ft-diverg-sma {
    color: #ff4444 !important;
    font-weight: bold;
}
  
.ft-diverg-big {
    color: #00C851 !important;
    font-weight: bold;
}

.negrito {
    font-weight: bold !important;
}

.ft-black{
    color: #000 !important;
}

.ft-gray{
    color: #DCDCDC;
}

.ft-gray-cl{
    color: #f7f7f7 !important;
}

.ft-gray-dk{
    color: #808080 !important;
}

.ft-green{
    color: #007E33 !important;
}

.ft-red{
    color: red !important;
    font-weight: bold !important;
}

.ft-blue{
    color: #1996D7 !important;
}

.ft-white{
    color: #FFF !important;    
}

.ft-white-a {
    color: #FFF !important;        
}

.ft-white-a:hover, .ft-white-a:focus {
    color: #000 !important;
}

.ft-red{
    color: #FF6347 !important;
}

.ft-etobe {
    color: #33cb98 !important;
}

.ft-etobe2 {
    color: #06043d !important;
}

.ft-orange {
  color: #FF8800;
}

.ft-yellow {
    color: #FFC300 !important;
}

.ft-green_2{
    color: #1E8449 !important;
}

.ft-purple {
    color: #96129f !important;
}

.btn-etobe{color:#FFF !important;background-color:#33cb98 !important;border-color:#31bd8e !important;}
.btn-etobe:focus{color:#FFF !important;background-color:#31bd8e !important;border-color:#31bd8e !important}
.btn-etobe:hover{color:#FFF !important;background-color:#31bd8e !important;border-color:#31bd8e !important}

.btn-etobe2{color:#FFF !important;background-color:#06043d !important;border-color:#03022b !important;}
.btn-etobe2:focus{color:#FFF !important;background-color:#03022b !important;border-color:#03022b !important}
.btn-etobe2:hover{color:#FFF !important;background-color:#03022b !important;border-color:#03022b !important}


/*Customização do Menu lateral (aside-menu)*/
.wrapper:before,
.sidebar-brand, .sidebar-brand:hover {
  background-color: #06043d !important;
}
.sidebar-link .fab, .sidebar-link .fal, .sidebar-link .far, .sidebar-link .fas, .sidebar-link svg, a.sidebar-link .fab, a.sidebar-link .fal, a.sidebar-link .far, a.sidebar-link .fas, a.sidebar-link svg {
    color: #06043d !important;
}