.application-title {
    display: block;
    width: 25rem!important;
    height: 90px;
}

.dx-pager .dx-pages .dx-selection, .dx-pager .dx-page-sizes .dx-selection {
  color: white;
  background-color: #1161e69;
}

.group-label {
    color: #161e69;
}

.main-menu-container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #161e69;
}

.main-menu-container .navbar-light .navbar-nav .nav-item .active {
    background-color: gray;
color:  white;
}

.main-menu-container .navbar-light .navbar-nav .nav-item :hover {
    background-color: gray;
    color: white;
}

.border-content-box  {
  border: 0.05rem solid #19539F;
}

.border-content-box .content-title {
  background-color: #161e69;
  color: white;
}

.user-bubble {
background-color: #161e69;
}
 
.user-bubble .dropdown-item:hover, .dropdown-item:focus {
background-color: white;
color: #161e69;
}
.user-bubble  .nav-link .user-info {
  color: white;
}

.user-bubble-mobile {
  color: white;
  background-color: #161e69;
}

.base-tab-header a {
    color: #161e69;
    text-decoration: none;
}

.base-tab-header li {
background-color: white;
}

.base-tab-header .nav-link.active {
color: #161e69;
background-color: white;
border-top: 2px solid #161e69;
}

.base-tab-header .nav-link:hover {
background-color: white;
color: #161e69;
}

.text-link {
  color: #161e69;
}
