/* ATE STYLES */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body{
    background: url("../../img/background/email-pattern.png") !important;
}
.scroll {
    max-height: 300px;
    overflow-y: auto;
}
.bg-primary{
    background-color: #1a2035!important;
}

.bg-primary-dark{
    background-color: #1a2035!important;
}

.btn-primary{
    background: #1a2035!important;
    border-color: #1a2035!important;
    color:white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:disabled {
    background: #1a2035 !important;
    border-color: #1a2035 !important; }

.navbar[class*=bg-] {
    border: none!important;
}

.navbar-header[data-background-color=blue2] {
    background: #1a2035!important;
}

.logo-header[data-background-color=blue2] {
    background: #1a2035!important;
}

.sidebar .nav.nav-primary > .nav-item a:hover i,
.sidebar .nav.nav-primary > .nav-item a:focus i,
.sidebar .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true] i,
.sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a:hover i,
.sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a:focus i,
.sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true] i {
    color: #1a2035 !important;
}

.sidebar .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before,
.sidebar[data-background-color="white"] .nav.nav-primary > .nav-item a[data-toggle=collapse][aria-expanded=true]:before {
    background: #1a2035 !important;
}

.sidebar .nav.nav-primary > .nav-item.active a:before,
.sidebar[data-background-color="white"] .nav.nav-primary > .nav-item.active a:before {
    background: #1a2035 !important;
}

.sidebar .nav.nav-primary > .nav-item.active a i,
.sidebar[data-background-color="white"] .nav.nav-primary > .nav-item.active a i {
    color: #1a2035 !important;
}

.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a {
    background: #1a2035 !important;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1), 4px 4px 15px -5px rgba(21, 114, 232, 0.4) !important;
}

.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a:before {
    background: transparent !important;
}

.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a p,
.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a i,
.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a .caret,
.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a span {
    color: #ffffff !important;
}

.sidebar.sidebar-style-2 .nav.nav-primary > .nav-item.active > a[data-toggle=collapse][aria-expanded=true] i {
    color: #ffffff !important;
}

.table-head-bg-primary thead {
    border: 1px solid #1a2035!important;
}

.table-head-bg-primary thead th,
.table-striped-bg-primary tbody tr:nth-of-type(odd) {
    background: #1a2035!important;
    color: #fff!important;
    border: 0!important;
}
.table-head-bg-primary thead th,
.table-striped-bg-primary tbody tr:nth-of-type(odd) {
    background: #1a2035!important;
    color: #fff!important;
    border: 0!important;
}

.nav-pills.nav-primary .nav-link.active {
    background: #1a2035;
    border: 1px solid #1a2035;
}
