html {
  font-size: 14px;
}
html,
body {
  padding: 0;
  margin: 0 auto;
  letter-spacing: normal;
}
html,
body.full-viewport-height {
  height: 100%;
}
body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body header {
  font-family: Lato, Helvetica, Arial, sans-serif;
}
body nav {
  font-family: Lato, Helvetica, Arial, sans-serif;
}
body #app-menu {
  padding: 0 15px;
}
body main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body main section {
  margin: 15px 15px 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body main section .pane {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body main section .pane .wrapper {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body main section .pane .content {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}
body main section + section {
  margin-left: 0;
}
body main #main-content {
  position: relative;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
body footer {
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  body {
    display: block;
  }
  body main {
    display: block;
  }
  body main section {
    height: 600px;
  }
  body main section + section {
    margin-left: 15px;
  }
  body main #main-content {
    height: auto;
  }
}
@media print {
  @page {
    size: landscape;
  }
}
/***************
    Flexbox
***************/
.apex-flex-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.apex-flex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/*******
  Logos
********/
.apex-logo-medium {
  margin-left: 12px;
  height: 40px;
}
.btn-apex-primary {
  color: #ffffff;
  font-weight: 400;
  background: linear-gradient(#6182fa, #276cd3);
}
.btn-apex-primary:hover {
  color: #ffffff;
  background: linear-gradient(#486ef9, #2361be);
}
.btn-apex-primary:active {
  color: #ffffff;
  background: linear-gradient(#2f5bf9, #1f56a8);
}
.btn-apex-primary:focus {
  color: #ffffff;
}
.btn-apex-secondary {
  color: #ffffff;
  font-weight: 400;
  background: linear-gradient(#0730c5, #05238f);
}
.btn-apex-secondary:hover {
  color: #ffffff;
  background: linear-gradient(#062aac, #041d76);
}
.btn-apex-secondary:active {
  color: #ffffff;
  background: linear-gradient(#052494, #03175e);
}
.btn-apex-secondary:focus {
  color: #ffffff;
}
.btn-apex-secondary-no-hover {
  color: #ffffff;
  font-weight: 400;
  background: linear-gradient(0.5turn, #0730c5, #05238f);
}
.btn-apex-secondary-no-hover:focus {
  color: #ffffff;
}
.btn-apex-negative {
  color: #ffffff;
  font-weight: 400;
  background: linear-gradient(#ef493e, #bc1910);
}
.btn-apex-negative:hover {
  color: #ffffff;
  background: linear-gradient(#ed3326, #a4160e);
}
.btn-apex-negative:active {
  color: #ffffff;
  background: linear-gradient(#e72113, #8d130c);
}
.btn-apex-negative:focus {
  color: #ffffff;
}
.btn-apex-orange {
  color: #ffffff;
  font-weight: 400;
  background: linear-gradient(#f26e21, #c14e0b);
}
.btn-apex-orange:hover {
  color: #ffffff;
  background: linear-gradient(#ec5f0e, #a9440a);
}
.btn-apex-orange:active {
  color: #ffffff;
  background: linear-gradient(#d4560c, #913a08);
}
.btn-apex-orange:focus {
  color: #ffffff;
}
.btn-outline {
  color: #000000;
  border: 2px solid #728197;
  font-weight: 400;
  background-color: #ffffff;
}
.btn-outline:hover {
  border-color: #68778d;
}
.btn-outline:active {
  border-color: #5b687b;
}
.btn-white {
  color: #000000;
  border: none;
  font-weight: 400;
  background-color: #ffffff;
}
.navbar-apex-header {
  font-size: 14px;
  line-height: 32px;
  border: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  border-radius: 0;
  background-color: #f7fafc;
  height: 48px;
}
.navbar-apex-header .nav li a:hover {
  background-color: transparent;
}
.navbar-apex-header h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-apex-header .navbar-brand {
  height: auto;
  line-height: 0;
  font-size: inherit;
}
.navbar-apex-header .navbar-brand .logo-small {
  width: 184px;
  height: 38px;
  padding-right: 15px;
}
.navbar-apex-header .navbar-appname {
  padding-right: 15px;
  width: 100%;
  text-align: right;
}
.navbar-apex-header ul {
  list-style: none;
  margin: 10px 15px 0 0;
}
.navbar-apex-header ul li {
  margin: 0;
  padding: 0 15px;
}
.navbar-apex-header ul li a,
.navbar-apex-header ul li a:hover,
.navbar-apex-header ul li a:link {
  color: #052391;
  padding: 0;
  display: block;
  line-height: inherit;
}
.navbar-apex-header ul.navbar-right li {
  border: none;
}
.navbar-apex-header ul.navbar-right li:first-child {
  padding-left: 0;
}
.navbar-apex-header ul.navbar-right li:last-child {
  padding-right: 0;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.input-group,
.form-control {
  font-weight: 400;
}
.btn {
  border-radius: 3px!important;
}
nav .nav li a:hover {
  background-color: transparent;
}
nav .nav-pills > li > a {
  border-radius: 0;
}
nav .nav-pills > li > a:first-child {
  margin-left: -15px;
}
.navbar-app {
  background-color: #052391;
  color: #ffffff;
  font-weight: 700;
  border-radius: 0;
  border: none;
  font-size: 14px;
  margin-bottom: 0;
  min-height: 40px;
  letter-spacing: 0.5px;
}
.navbar-app .fa-bars,
.navbar-app .fa-question-circle {
  padding-right: 5px;
}
.navbar-app .fa-sign-out {
  padding-left: 5px;
}
.navbar-app ul.navbar-nav,
.navbar-app .non-collapse-nav {
  list-style: none;
  float: left;
}
.navbar-app ul.navbar-nav > li,
.navbar-app .non-collapse-nav > li {
  float: left;
  cursor: pointer;
  border-left: 1px solid #ffffff;
}
.navbar-app ul.navbar-nav > li:first-of-type,
.navbar-app .non-collapse-nav > li:first-of-type {
  border-left: none;
}
.navbar-app ul.navbar-nav > li:last-of-type,
.navbar-app .non-collapse-nav > li:last-of-type {
  border-right: 1px solid #ffffff;
}
.navbar-app ul.navbar-nav > li > a,
.navbar-app .non-collapse-nav > li > a,
.navbar-app ul.navbar-nav > li > a:link,
.navbar-app .non-collapse-nav > li > a:link,
.navbar-app ul.navbar-nav > li > a:visited,
.navbar-app .non-collapse-nav > li > a:visited,
.navbar-app ul.navbar-nav > li > a:active,
.navbar-app .non-collapse-nav > li > a:active,
.navbar-app ul.navbar-nav > li > a:focus,
.navbar-app .non-collapse-nav > li > a:focus {
  line-height: 20px;
  color: #ffffff;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-app ul.navbar-nav > li > a > i,
.navbar-app .non-collapse-nav > li > a > i,
.navbar-app ul.navbar-nav > li > a:link > i,
.navbar-app .non-collapse-nav > li > a:link > i,
.navbar-app ul.navbar-nav > li > a:visited > i,
.navbar-app .non-collapse-nav > li > a:visited > i,
.navbar-app ul.navbar-nav > li > a:active > i,
.navbar-app .non-collapse-nav > li > a:active > i,
.navbar-app ul.navbar-nav > li > a:focus > i,
.navbar-app .non-collapse-nav > li > a:focus > i {
  color: #ffffff;
}
.navbar-app ul.navbar-nav > li > a:hover,
.navbar-app .non-collapse-nav > li > a:hover {
  background-color: #266cd3;
}
.navbar-app ul.navbar-nav > li.active > a,
.navbar-app .non-collapse-nav > li.active > a,
.navbar-app ul.navbar-nav > li.active > a:link,
.navbar-app .non-collapse-nav > li.active > a:link,
.navbar-app ul.navbar-nav > li.active > a:visited,
.navbar-app .non-collapse-nav > li.active > a:visited,
.navbar-app ul.navbar-nav > li.active > a:hover,
.navbar-app .non-collapse-nav > li.active > a:hover,
.navbar-app ul.navbar-nav > li.active > a:active,
.navbar-app .non-collapse-nav > li.active > a:active,
.navbar-app ul.navbar-nav > li.active > a:focus,
.navbar-app .non-collapse-nav > li.active > a:focus {
  padding-bottom: 5px;
  border-bottom: 5px solid #ffffff;
}
.navbar-app ul.navbar-nav.navbar-right > li:first-of-type,
.navbar-app .non-collapse-nav.navbar-right > li:first-of-type {
  border-left: 1px solid #ffffff;
}
.navbar-app ul.navbar-nav.navbar-right > li:last-of-type,
.navbar-app .non-collapse-nav.navbar-right > li:last-of-type {
  border-right: none;
}
.apex-search-bar {
  padding: 5px 15px;
}
.apex-search-bar .input-group {
  width: 300px;
}
.apex-search-bar .input-group input {
  height: 30px;
}
@media screen and (min-width: 769px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .navbar-apex-header ul {
    margin-top: 0;
  }
  .navbar-apex-header .navbar-appname {
    border-left: none;
    padding: 0;
  }
  .navbar-apex-header button.navbar-toggle,
  .navbar-app button.navbar-toggle {
    background-color: #ffffff;
    border: 1px solid #718096;
  }
  .navbar-apex-header button.navbar-toggle .icon-bar,
  .navbar-app button.navbar-toggle .icon-bar {
    background-color: #a0aec0;
  }
  .navbar-app ul.navbar-nav > li,
  .navbar-app ul.navbar-nav.navbar-right > li,
  .navbar-app ul.navbar-nav li:last-of-type,
  .navbar-app ul.navbar-nav.navbar-right li:last-of-type,
  .navbar-app ul.navbar-nav li:first-of-type,
  .navbar-app ul.navbar-nav.navbar-right li:first-of-type {
    border: none;
  }
  .navbar-app ul.navbar-nav > li.active > a,
  .navbar-app ul.navbar-nav.navbar-right > li.active > a,
  .navbar-app ul.navbar-nav li:last-of-type.active > a,
  .navbar-app ul.navbar-nav.navbar-right li:last-of-type.active > a,
  .navbar-app ul.navbar-nav li:first-of-type.active > a,
  .navbar-app ul.navbar-nav.navbar-right li:first-of-type.active > a,
  .navbar-app ul.navbar-nav > li.active a:link,
  .navbar-app ul.navbar-nav.navbar-right > li.active a:link,
  .navbar-app ul.navbar-nav li:last-of-type.active a:link,
  .navbar-app ul.navbar-nav.navbar-right li:last-of-type.active a:link,
  .navbar-app ul.navbar-nav li:first-of-type.active a:link,
  .navbar-app ul.navbar-nav.navbar-right li:first-of-type.active a:link {
    border: none;
    padding-bottom: 10px;
    padding-left: 30px;
  }
}
#app-menu .form-group {
  padding: 10px 15px;
  font-size: 12px;
}
#app-menu .form-group > label {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0;
}
#app-menu .form-group .input-group-addon,
#app-menu .form-group .form-control {
  border-color: #a0aec0;
  border-width: 1px;
}
#app-menu .form-group .multiselect-container > li > a > label.multiselect-group,
#app-menu .form-group .multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
  color: black;
}
.input-group-addon {
  background-color: #edf2f7;
}
.alert {
  font-family: Lato, Helvetica, Arial, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  border-radius: 0;
  border-width: 0;
}
.alert.apex-standalone-alert {
  border-width: 1px;
  border-radius: 4px;
}
.ng-toast .alert {
  padding: 15px 35px 15px 15px;
  margin-bottom: 20px;
  border-width: 1px;
  border-radius: 4px;
}
#app-messages .alert-info,
#app-messages .alert-warning,
#app-messages .alert-danger,
#app-messages .alert-success {
  padding: 5px 15px;
  font-weight: 400;
}
#app-messages .alert-dismissable .close {
  position: static;
}
.lead {
  margin-bottom: 0;
}
.btn-link {
  color: #266cd3;
}
.btn-link:hover {
  color: #266cd3;
}
.input-group-btn .btn {
  border: 1px solid #052391;
}
.label {
  background-color: #052391;
}
.pane .header > .row > .panel,
.pane .content > .row > .panel,
.pane .footer > .row > .panel,
.pane .header > .panel,
.pane .content > .panel,
.pane .footer > .panel {
  padding-left: 0;
}
.pane .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
  padding: 0 0 0 15px;
}
.pane .panel .panel-heading {
  border: none;
  background-color: transparent;
  padding-bottom: 5px;
  border-bottom: 1px solid #a0aec0;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.pane .panel .panel-heading[data-toggle=collapse]:hover {
  background-color: #f7fafc;
}
.pane .panel .panel-heading .panel-title {
  color: #052391;
  font-weight: normal;
  font-size: 14px;
}
.pane .panel .panel-body {
  padding: 15px 0;
  border-bottom: 1px solid #a0aec0;
}
.pane .panel .panel-body > .row {
  margin-right: 0;
}
.pane .panel.panel-default.apex-ui-featured-panel,
.panel.apex-ui-featured-panel {
  margin-bottom: 20px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f7fafc;
  min-height: 10px;
}
.pane .panel.panel-default.apex-ui-featured-panel .panel-heading,
.panel.apex-ui-featured-panel .panel-heading {
  background-color: #052391;
  border-bottom: 0;
  padding: 10px 15px;
}
.pane .panel.panel-default.apex-ui-featured-panel .panel-heading .panel-title,
.panel.apex-ui-featured-panel .panel-heading .panel-title {
  color: #ffffff;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.pane .panel.panel-default.apex-ui-featured-panel .panel-body,
.panel.apex-ui-featured-panel .panel-body {
  padding: 10px 15px;
  color: #4a5568;
}
.pane .panel.panel-default.apex-ui-featured-panel .panel-body h4,
.panel.apex-ui-featured-panel .panel-body h4 {
  color: #4a5568;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
  font-weight: bold;
}
.pane .panel.panel-default.apex-ui-featured-panel .panel-body img,
.panel.apex-ui-featured-panel .panel-body img {
  margin: 10px 0;
}
.pane .panel.panel-default.apex-ui-featured-panel .panel-body img.full-width,
.panel.apex-ui-featured-panel .panel-body img.full-width {
  max-width: 100%;
}
.group {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.group .title {
  border-top: 1px solid #000000;
  color: #000000;
}
.group + .group {
  margin-top: 15px;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  font-weight: normal;
  border: none;
  padding: 5px;
}
.table > tbody > tr > th {
  color: #000000;
}
.table > tbody > tr > th:first-child {
  padding-left: 0;
}
.table > tbody > tr > th > div {
  border-top: 1px solid #000000;
}
.table > tbody > tr.title-left > th {
  border-top: 1px solid #000000;
}
.table > tbody > tr.title > th {
  color: #052391;
  border: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 0;
}
.panel-heading .popover h3 {
  font-weight: normal;
}
.popover {
  padding: 0;
}
.popover .popover-title {
  background-color: #052391;
  color: #ffffff;
  font-weight: normal;
}
.panel-heading[data-target] {
  cursor: pointer;
}
/* ===================== Well Styles =================== */
.apex-ui-well .well {
  border: 1px solid #f2f2f4;
}
/* ================ Bootstrap 3 Modal styles ================  */
.modal .modal-header {
  border-radius: 5px 5px 0 0;
  color: #ffffff;
}
.modal .modal-body {
  border-bottom: 1px solid #718096;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-footer .loading-dots-container {
  text-align: left;
  line-height: 34px;
}
.modal img {
  display: block;
  max-width: 100%;
  height: auto;
}
.modal.snap-large-preview-modal .modal-content {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.modal.snap-large-preview-modal .modal-content .close {
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: -18px;
  right: 0;
  color: #ffffff;
  text-shadow: none;
  filter: none;
  opacity: 1;
}
.modal.snap-large-preview-modal .modal-content img {
  margin: 0 auto;
}
/* ================ Main Navbar styles ================  */
.navbar-fixed-top {
  background-color: #98a6b5 !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff !important;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #7e8994 !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:active {
  background-color: #052391;
  color: #ffffff;
}
.dropdown-menu.multiselect-container > li > a > label.multiselect-group,
.dropdown-menu.multiselect-container > li > a.multiselect-all label {
  font-weight: normal;
  color: #052391;
}
.dropdown-menu.multiselect-container > li.active > a > label.multiselect-group {
  color: #ffffff;
}
/* ===================== Div utilities =================== */
.apex-ui-clear-every-other-div div:nth-of-type(2n+3) {
  clear: both;
}
/* ===================== SnapImageViewer =================== */
.apex-snap-image-viewer .alert {
  margin: 5px 0;
}
.apex-snap-image-viewer .snap-image {
  padding: 15px 0;
}
.apex-snap-image-viewer .snap-image .btn {
  padding: 0;
}
.apex-snap-image-viewer .snap-image img {
  border: 1px solid #f2f2f4;
  max-width: 100%;
  height: auto;
}
/* ===================== Print a Modal =================== */
@media print {
  .modal-open {
    overflow: auto;
  }
  .modal-open .modal {
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
  }
  .modal-open .outer-wrapper {
    display: none;
  }
  .modal-open .modal-dialog,
  .modal-open .modal-lg,
  .modal-open .modal-sm {
    width: auto;
    margin: 0;
  }
  .modal-open .modal-header,
  .modal-open .modal-footer {
    display: none;
  }
  .modal-open .modal-content {
    border: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
  }
  .modal-open .modal-content .logo-small {
    width: 304px;
    height: 20px;
  }
  .modal-open .modal-content .table.apex-grid thead {
    font-weight: 300;
    border-top: solid #052391 3px;
  }
}
/*
 * Tooltips
 */
.tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #edf2f7;
}
.tooltip .tooltip-inner {
  background-color: #ffffff;
  border: 1px solid #edf2f7;
  color: #000000;
}
.tooltip .tooltip-inner h4 {
  font-size: 16px;
}
.apex-footer {
  font-size: 13px;
  font-weight: 400;
}
.apex-footer a {
  color: #00e2f9;
}
.apex-footer a:hover,
.apex-footer a:visited {
  color: #00e2f9;
}
.apex-footer .footer-nav {
  background: #052391;
  padding: 20px 12px 12px;
  color: #00e2f9;
  margin: 0;
}
.apex-footer .footer-nav .icons {
  text-align: right;
}
.apex-footer img {
  max-width: 100%;
  min-width: 150px;
  margin-bottom: 15px;
}
.apex-footer ul {
  list-style-type: none;
  padding: 0;
}
.apex-footer ul li a {
  color: #00e2f9;
}
.apex-footer .icons i {
  font-size: 19px;
  color: #00e2f9;
  padding: 0 5px;
}
.apex-footer .icons a,
.apex-footer .icons a:hover {
  text-decoration: none;
}
.apex-footer .copyright {
  padding: 15px;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  body #app-menu {
    padding: 0 15px;
  }
  .navbar-apex-header {
    background-color: #edf2f7;
  }
  .navbar-apex-header .navbar-brand {
    padding-left: 15px;
  }
  .navbar-apex-header .navbar-brand-home {
    padding-right: 15px;
    width: 100%;
    text-align: right;
  }
  .navbar-app {
    padding: 0 15px;
  }
  .navbar-app .non-collapse-nav.navbar-right > li:first-of-type {
    border-left: 1px solid #fff;
  }
  footer img {
    max-width: 50%;
  }
  footer ul li {
    display: inline-block;
  }
  footer ul li:not(:last-child):after {
    content: ' |';
    color: #ffffff;
  }
}
.btn-info.active {
  background-color: #052391 !important;
}
.btn-info.active .text-info {
  color: #ffffff;
}
.btn-default .text-info {
  color: #266cd3;
}
.list-group-item.disabled {
  background-color: #edf2f7 !important;
}
.danger {
  color: #ffffff;
}
/* Welcome message */
.jumbotron {
  text-align: center;
  background: transparent;
}
.jumbotron h1 {
  font-size: 2rem;
}
.jumbotron p {
  font-size: 1.125rem;
  font-weight: 300;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.alerts-container {
  margin: 5px;
}
.alerts-container .close {
  color: #000000;
  opacity: 1;
}
.alerts-container .alert {
  padding: 10px 35px 10px 15px;
}
.alerts-container .alert-info {
  border-top: 5px solid #266cd3;
  background-color: #e6ebfe;
}
.alerts-container .alert-warning {
  border-top: 5px solid #f7d92b;
  background-color: #fefbe6;
}
.alerts-container .alert-danger {
  border-top: 5px solid #f91616;
  background-color: #fde8e8;
}
.alerts-container .alert-success {
  border-top: 5px solid #2ed861;
  background-color: #eafbef;
}
/* Angular cloak */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/*
    Hide clear buttons in IE11. They don't trigger events
    correctly which causes Angular bindings to fail.
    See: https://github.com/angular/angular.js/issues/11193
*/
::-ms-clear {
  width: 0;
  height: 0;
}
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 18px;
  background-color: #ffffff;
  color: #000000;
  letter-spacing: 0.4px;
}
body a {
  color: #266cd3;
}
body a:hover,
body a:active {
  color: #266cd3;
}
body a .fa {
  color: #000000;
}
body #app-menu {
  border-bottom: 1px solid #a0aec0;
  font-size: 14px;
  white-space: nowrap;
  background: #f7fafc;
}
body .logout-link {
  border-right: 1px solid #ffffff;
}
body .pane {
  padding: 15px;
  border: 1px solid #f2f2f4;
  background-color: #ffffff;
}
body .pane > .title {
  padding-bottom: 5px;
  border-bottom: 3px solid #052391;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
}
body .pane > .title .col-md-5,
body .pane > .title .col-sm-5 {
  padding-left: 0;
}
body .pane > .title .col-md-7,
body .pane > .title .col-sm-7 {
  padding-right: 0;
}
body .pane > .title .lead {
  color: #052391;
}
body .pane > .title .sub {
  color: #000000;
}
body .pane .header {
  padding: 0 15px 15px;
}
body .pane .header .summary {
  background-color: #f7fafc;
}
body .pane .header .summary .title,
body .pane .header .summary .value {
  display: block;
}
body .pane .header .summary .score .title {
  color: #052391;
}
body .pane .header .summary .score .value {
  font-size: 24px;
}
body .pane > .footer {
  background-color: #ffffff;
  border-top: 1px solid #a0aec0;
  padding: 5px;
  margin-top: 5px;
}
body .loading-panel {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1001;
}
body .loading-panel .loading-panel-content {
  position: fixed;
  height: 50px;
}
body .high-risk {
  font-weight: bold;
  color: #f91616;
}
body .medium-risk {
  font-weight: bold;
  color: #f7d92b;
}
body .low-risk {
  font-weight: bold;
  color: #fbeb8e;
}
body .no-risk {
  font-weight: bold;
  color: #20ac4a;
}
body .numeric {
  text-align: right;
}
body .apex-list {
  table-layout: fixed;
}
body .apex-list tr td,
body .apex-list tr th {
  text-align: left;
  font-size: 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
body .apex-list tr td.numeric,
body .apex-list tr th.numeric {
  text-align: right;
}
body .apex-list tr td.buttons,
body .apex-list tr th.buttons {
  text-align: right;
}
body .apex-list tr td {
  border-bottom: 1px solid #cecfce;
}
body .apex-list tr th {
  border-bottom: 1px solid #000000;
}
body .apex-list tr .high-risk,
body .apex-list tr .medium-risk,
body .apex-list tr .low-risk,
body .apex-list tr .no-risk {
  font-weight: bold;
}
body .apex-list tr.selected {
  background: #ffffcb;
}
body .highlight-container {
  margin: -4px;
  padding: 4px;
}
body .buttons {
  text-align: right;
}
body footer {
  color: #a0aec0;
  background: #000000;
}
.ellipsis-overflow {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.apex-grid-wrapper .apex-grid-title {
  min-height: 1px;
  padding: 8px;
  background-color: #4a5568;
  color: #fff;
  font-weight: bold;
  display: flex;
}
.apex-grid-wrapper .apex-grid-title ~ .apex-grid-title {
  border-top: solid #000000 3px;
}
.apex-grid-wrapper .apex-grid-title .tools-wrapper {
  flex-basis: auto;
  flex-grow: 1;
  margin-right: 28px;
}
.apex-grid-wrapper .apex-grid {
  height: 200px;
  border: none;
}
.apex-grid-wrapper::before {
  content: attr(data-footnote) " ";
  color: #a0aec0;
  position: relative;
  bottom: 0;
  top: -15px;
  right: 15px;
  text-align: right;
  width: 100%;
  line-height: 0;
  display: block;
}
/**************
Loading Dots
**************/
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes three-step-load-1{ 0%, 90%, 100% { opacity: 0; } 15%, 75% { opacity: 1; }}
@-moz-keyframes three-step-load-1{ 0%, 90%, 100% { opacity: 0; } 15%, 75% { opacity: 1; }}
@-o-keyframes three-step-load-1{ 0%, 90%, 100% { opacity: 0; } 15%, 75% { opacity: 1; }}
@keyframes three-step-load-1{ 0%, 90%, 100% { opacity: 0; } 15%, 75% { opacity: 1; };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes three-step-load-2{ 0%, 25%, 90%, 100% { opacity: 0; } 40%, 75% { opacity: 1; }}
@-moz-keyframes three-step-load-2{ 0%, 25%, 90%, 100% { opacity: 0; } 40%, 75% { opacity: 1; }}
@-o-keyframes three-step-load-2{ 0%, 25%, 90%, 100% { opacity: 0; } 40%, 75% { opacity: 1; }}
@keyframes three-step-load-2{ 0%, 25%, 90%, 100% { opacity: 0; } 40%, 75% { opacity: 1; };
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes three-step-load-3{ 0%, 50%, 90%, 100% { opacity: 0; } 65%, 75% { opacity: 1; }}
@-moz-keyframes three-step-load-3{ 0%, 50%, 90%, 100% { opacity: 0; } 65%, 75% { opacity: 1; }}
@-o-keyframes three-step-load-3{ 0%, 50%, 90%, 100% { opacity: 0; } 65%, 75% { opacity: 1; }}
@keyframes three-step-load-3{ 0%, 50%, 90%, 100% { opacity: 0; } 65%, 75% { opacity: 1; };
}
.loading-dots-container {
  text-align: center;
  font-size: 20px;
}
.loading-dots-container .loading-dots-animation .fa {
  color: #f2f2f4;
  -webkit-animation: three-step-load-1 2s infinite;
  -moz-animation: three-step-load-1 2s infinite;
  -o-animation: three-step-load-1 2s infinite;
  animation: three-step-load-1 2s infinite;
}
.loading-dots-container .loading-dots-animation .fa + .fa {
  -webkit-animation: three-step-load-2 2s infinite;
  -moz-animation: three-step-load-2 2s infinite;
  -o-animation: three-step-load-2 2s infinite;
  animation: three-step-load-2 2s infinite;
}
.loading-dots-container .loading-dots-animation .fa + .fa + .fa {
  -webkit-animation: three-step-load-3 2s infinite;
  -moz-animation: three-step-load-3 2s infinite;
  -o-animation: three-step-load-3 2s infinite;
  animation: three-step-load-3 2s infinite;
}
.browsehappy {
  margin: 5px 0;
  padding: 5px 0;
  background: #f2f2f4;
  text-align: center;
  color: #000;
}
/********************
    Progress indicator for updates/forms
********************/
.progress-indicator-container {
  position: relative;
}
.progress-indicator-container .progress-indicator-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  color: black;
  opacity: 0.6;
  z-index: 1001;
}
.progress-indicator-container .progress-indicator {
  position: absolute;
  top: 40%;
  left: 45%;
}
.progress-indicator-container .progress-indicator .fa {
  color: black;
}
label.required::after {
  color: #f00;
  padding-left: 3px;
  content: '*';
}
label.emphasized::after {
  padding-left: 3px;
  content: '*';
}
.calendar-control ul.dropdown-menu button {
  border: none;
}
.calendar-control ul.dropdown-menu li[ng-if="showButtonBar"] button {
  background-color: #052391;
  border: #ffffff 1px solid;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05px;
}
h1,
.h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 34px;
  color: #000000;
}
h2,
.h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 34px;
  color: #2d3748;
}
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
}
h4,
.h4 {
  font-size: 1.5rem;
  font-weight: 1.5rem;
  line-height: 22px;
  color: #2d3748;
}
h5,
.h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 21px;
  color: #000000;
}
h6,
.h6 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 21px;
  color: #2d3748;
}
.lead {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0.875rem;
  color: #000000;
}
.small {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.1px;
  margin-bottom: 0.875rem;
}
.text-success {
  color: #20ac4a;
}
.reset-top-margin {
  margin-top: 0;
}
.pad-top-10 {
  margin-top: 10px;
}
.metric-summary {
  border-top: 3px solid #000000;
  margin: 10px;
  padding-left: 0!important;
  padding-right: 30px;
}
.btn-home {
  height: auto;
  font-size: 20px;
  border-left: 1px solid #ffffff;
}
