body {
color: #333333;
background-color: #1e2d3b;
background-position-x: 50%;
background-position-y: 10%;
background-repeat: no-repeat;
background-attachment: scroll;
background-origin: padding-box;
background-clip: border-box;
font-family: sans-serif; 
}

.pt-5, .py-5 {
    padding-top: 20px !important;
}

.application-title {
    display: block;
    width: 100px;
    height: 100px;
}

.main-header {
    background-color: #fff;

}

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

.group-label {
    color: white;
}

.main-item-container {
    background-color: #f4f4f4;
    padding-bottom: 1rem;
    margin-top: 1rem;
border-radius: 10px;
}

.main-menu-container {
    background-color: #f4f4f4;
}


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

.main-menu-container .navbar-light .navbar-nav .nav-item :hover {
  color: #f8b864;
background-color: #f4f4f4;
}

.main-menu-container .navbar-light .navbar-nav .nav-item .active {
  color: #333333;
font-weight: bold;
background-color: #f4f4f4;
}

.border-content-box  {
  border: 0.05rem solid #1e2d3b;
}

.user-bubble {
background-color: #1e2d3b;
color: #f7f7f7;
}
 
.user-bubble .dropdown-item:hover, .dropdown-item:focus {
background-color: #1e2d3b;
color: #f4f4f4;
}

.user-bubble .nav-link .user-info {
    color: #f4f4f4;
}

.user-bubble-mobile {
  color: #f4f4f4;
  background-color: #1e2d3b;
}

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

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

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

.base-tab-header .nav-link:hover {
background-color: white;
color: #333333;
border-top: 2px solid #f4f4f4;
}

.text-link {
  color: #333333;
}

.group-label {
    color:  #1e2d3b;
    font-style: italic;
    font-size: 18px;
}

element.style {
    border-style: solid;
    border-bottom-width: 15px;
    border-color: #5A5A5A;
    width: 15px;
    margin: 0px auto;
}

.border-content-box .content-title {
    background-color: #1e2d3b;
color: #fff;
}

.border-content-box {
    border: 0.05rem solid #5a5a5a;
padding-bottom: 0px;
}

.border-bottom, .group-label {
    border-bottom: 1px dotted #d5e4f1!important;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: bold;
    line-height: 1.2;

} 
.page-header h2.header-title {
    margin-top: 15px;
    font-size: 24px;
    font-weight: lighter;
    border-bottom: 1px dotted #1A1A1A;
    padding-bottom: 15px;
}

.header{
    background-color: #5a5a5a;
    border-color: #5a5a5a;
}

.pb-0, .py-0 {
    padding-bottom: 10px!important;
}

.row{
Margin-bottom: 10px;
}

.col{
Margin-bottom: 8p;
}

