body {
  color: #000000;
  font-size: 15px;
  background-color: #ffffff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-origin: padding-box;
  background-clip: border-box;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navbar.navbar-expand-sm.navbar-light.banner {
  background: #fff;
  height: 140px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.application-info {
  content: url("/theme/account_logo");
}

.container {
  max-width: 1300px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.application-title {
  display: block;
  width: 236px;
  height: 93px;
  margin: 3px 0 18px 15px;
  background-size: contain;
  max-height: 100px;
}

.navbar-brand {
  display: flex;
}

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

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

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

.navbar-collapse {
  letter-spacing: 1.5px;
}

.main-item-container {
  background-color: #fff;
  padding-bottom: 1rem;
  margin-top: 1rem;
  border: 2px solid rgba(230,230,230,1);
  padding: 8px 20px 24px;
}

.main-menu-container {
  background: #f0f0f0;
  border-top-color: #bbbbbb;
}

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

.main-menu-container .main-menu-items .nav-item {
  color: #000000;
  padding-right: 0;
  border-color: transparent;
}

.main-menu-container .navbar-light .navbar-nav .nav-item :hover {
  color: #344e41;
  background-color: transparent;
}

.main-menu-container .navbar-light .navbar-nav .nav-item .active :hover {
  color: #344e41 !important;
}

.main-menu-container .navbar-light .navbar-nav .nav-item .active {
  color: #000000;
}

.border-content-box {
  border: 0.5px solid #722b90;
  background: #fff;
  box-shadow: 0px 6px 10px 5px #999;
  padding-bottom: 0px;
}

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

.border-content-box .content-title h5 {
  margin: 0;
  padding: .5rem 0 .5rem 0;
  background-color: #fff;
  color: #000000 !important;
  font-size: 25px;
  font-weight: bold;
}

.user-bubble {
  background-color: #344E41;
  color: #fff !important;
  border-radius: 4px;
}

.user-bubble :hover {
  background-color: #344E41;
  border-radius: 4px;
}

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

.user-bubble .dropdown-item:hover,
.dropdown-item:focus {
  background-color: #344E41;
  color: #fff !important;
  border-radius: 0px !important;
}

.user-bubble .nav-link .user-info {
  color: #fff;
  font-weight: 500;
}

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

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.navbar-nav .dropdown-menu:hover {
  background-color: #fff;
}

.nav-item.dropdown.user-bubble {
  color: #ffffff;
  border-radius: 40px;
}

.user-bubble-mobile {
  color: #ffffff;
  background-color: #333;
}

.base-tab-header a {
  border-radius: 0 !important;
  background-color: #f9f9f9;
  color: #999;
  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: #000000;
  border-color: #c5d0dc;
  border-top-color: #c5d0dc;
  border-bottom-color: transparent !important;
  border-top: 2px solid #348DBE;
  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: #fff !important;
  color: #000000;
  border-color: #c5d0dc;
}

.table {
  color: #333 !important;
}

.dx-datagrid {
  color: #333;
  font-size: 15px;
  cursor: pointer;
}

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

.text-link {
  color: #333333;
}

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

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #344E41;
  font-size: 25px;
  font-weight: bold;
  text-transform: none;
}

.page-header h2.header-title {
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold !important;
  letter-spacing: 1px;
  border-bottom: 0px solid rgba(230,230,230,1);
  padding-bottom: 15px;
  color: #344E41 !important;
  text-align: center;
}

.page-header h2.header-title small span {
  margin-left: .5rem;
  font-size: 24px;
}

.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: 10px !important;
  background: #fff;
}

.row {
  margin-bottom: 13px;
}

.col {
  margin-bottom: 0px;
}

.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;
  border-bottom: 2px solid rgba(230,230,230,1);
}

.group-label {
  color: #344E41 !important;
  font-size: 20px;
  font-weight: bold !important;
  border-bottom-style: solid !important;
}

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

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

.btn-success {
  background-color: #344e41;
  border-color: #344E41;
  border-radius: 0px;
}