.header{ 
    background: #a6bfd9 !important; 
    border-bottom:1px solid #8badd0 !important;
}

.header-right .separator{
    background-image: linear-gradient(#8badd0 60%, #8badd0) !important;
}

h2{
    color: #11365b !important;
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark,
html .text-dark {
    color: #11365b !important;
}

.card-header{
    background: #069;
}

.card-title{
    color: #fff !important;
}

.card-featured-primary{
    background: #069 !important;
    border-color: #069 !important;
}

html .btn-primary {
	background-color: #069 !important;
	border-color: #069 !important;
	color: #FFF !important;
}

html .btn-primary:active {
	background-color: #069 !important;
	border-color: #069 !important;
	color: #FFF !important;
}

.page-header h2{
    border-bottom-color: #3c3a3a !important;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-title{
    background: #3c3a3a !important;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle{
    background: #3c3a3a !important;
}

.alert-info{
    background: #666!important;
    border-color: #666 !important;
    color: #fff!important;
}

html span.text-primary {
    background-color: #4787ed!important;
}

.body-sign .card-sign .card-title-sign .title {
    background-color: #069 !important;
    color:#fff !important;
}

.body-sign .card-sign .card-body {
    border-top-color: #069 !important;
    color:#fff !important;
}

.bg-login{
    background: #a6bfd9 !important;
    background-image: url(../../global/img/bg_painel_gray.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}