body {
color: #2A374A !important;
font-size: 15px;
background-color: #2A374A;
background-position-x: 0%;
background-position-y: 0%;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: auto;
background-origin: padding-box;
background-clip: border-box;
font-family:  calibri; 
}
 
.navbar.navbar-expand-sm.navbar-light.banner {
background: #fff;
height: 140px;
}
 
.container {
    max-width: 1150px;
padding-left: 0px;
}

.application-title {
    display: block;
    width: 300px;
    height: 100px;
margin-left: 10px;
margin-bottom: 0px;
margin-top: 0px;
    background-size: contain;
    max-height: 100px;
}


.navbar-brand {
display: flex;
}

.application-info{
content: url("/theme/account_logo");
height: 150px;
margin-top: 10px;

}


.user-bubble {
background-color: #001a44 !important;
color: #fff!important;
border-radius: 10px;
}
 
.user-bubble .dropdown-item:focus, .user-bubble .dropdown-item:hover {
    background-color: #eee;
    color: #133156;
}

.dropdown-item {
font-size: 15px;
border-radius:0px;
}

.dropdown-toggle:after {
    color: #2A374A;
}

.nav-item dropdown user-bubble {
color: #001a44 ;
border-radius: 40px;
}
 
.user-bubble-mobile {
  color: #001a44 ;
  background-color: #333;
}
 
.main-header {
    background-color: #fff;
    height: 120px;
}
 
img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}


.main-menu-container {
    background: #fff;
    border-top: 2px solid #fff;
}
 
.main-menu-container .main-menu-items .nav-item {
    color: #fff;
    padding-right: .0rem;
    border-color: #eee ;
}

.main-menu-container .navbar-light .navbar-nav .nav-item :hover {
  color: #001a44 ;
    background-color: #eee;
}
 
.main-menu-container .navbar-light .navbar-nav .nav-item .active  {
color: #001a44 ;
}

.main-menu-container .main-menu-items .nav-link {
    color: #001a44 ;
}

 .navbar-nav .nav-link {
    color: #fff;
}

.main-item-container {
    background-color: #fff;
    padding-bottom: 1rem;
   margin-top: 1rem;
border: 1px solid #fff;
box-shadow: 0 0 5px 0 #cccccc;
padding: 8px 20px 24px;
}

.base-tab-header a {
 border-radius: 0 !important;
background-color: #f9f9f9;
color: #6c757d;
line-height: 16px;
position: relative;
z-index: 11;
border-color: #c5d0dc;
}
 
.base-tab-header li {
background-color: white;
}
 
.base-tab-header .nav-link.active {
    color: #001a44 ;
    border-color: #c5d0dc;
        border-top-color: #001a44 ;
     border-bottom-color: rgb(197, 208, 220);
    border-top: 2px solid #333;
    border-bottom-color: transparent!important;
    background-color: #fff;
    z-index: 12;
    line-height: 16px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15);
}

.base-tab-header .nav-link:hover {
    background-color: #eee !important;
    color: #001a44 ;
    border-color: #c5d0dc;
}

.table {
color: #2A374A !important;
} 

.dx-datagrid {
    color: #001a44;
font-family: calibri;
font-size: 15px;
cursor: pointer;
}

.base-tab-header, .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: -5px;
}

.text-link {
  color: #001a44;
}
 
element.style {
    border-style: solid;
    border-bottom-width: 15px;
    border-color: #001a44;
    width: 15px;
    margin: 0px auto;
}
 
.border-content-box .content-title {
    background-color: #001a44;
    color: #fff;
}
 
.border-content-box {
    border: 0rem solid #001a44;
padding-bottom: 0px;
}
 
.border-content-box .content-title h5 {

    margin: 0;
    padding: .5rem .75rem .5rem 0;
        padding-left: 0px;
    background-color: #333;
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
background-color: #001a44;

}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
    color: white;
background-color:   #2A374A;
}
 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #001a44;
    font-size: 32px;
    font-weight: normal!important;
    text-transform: none;
} 

.page-header h2.header-title {
    margin-top: 15px;
    font-size: 24px;
font-weight: lighter!important;
    letter-spacing: 1px;
    border-bottom: 1px dashed #c5d0dc;
    padding-bottom: 15px;
    Color: #4b4b4b!important;
text-align: left;
}
 
.page-header h2.header-title small span {
    margin-left: .5rem;
    font-size: 16px;
}
 
.page-header h2.header-title small {
    margin-left: 1px;
    font-size: 16px;
}
 
.header{
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}
 
.pb-0, .py-0 {
    padding-bottom: 0px!important;
}
 
.row{
Margin-bottom: 13px;
}
 
.col{
Margin-bottom: 0px;
}

.display-row-label {
    text-align: right!important;
    color: #2A374A !important;
}
 
.col.page-header {
background: #fff;
text-align: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
 
.row.page-header {
background: #fff;
text-align: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
 
.pb-0, .py-0 {
    padding-bottom: 0px!important;
background: #fff;
}

 
.group-label {
    color:  #001a44 !important;
    font-size: 16px;
font-weight: bold!important;
border-bottom-style: dashed!important;
}

.d-inline-block {
    display: inline-block !important;
border-bottom: 1px dotted #e2e2e2!important;
}

.display-row-label{
    text-align: right!important;
    color: #667e99 !important;
}
 

