/* Sidebar */
/* Fonts */
/* Headings */
/* Navbar */
/* Button */
/* Panel */
/* Tabs */
/* Tables */
/* Wells */
/* Misc */
#wrapper {
  padding-left: 0;
  -webkit-transition: padding-left 0.5s ease;
  -moz-transition: padding-left 0.5s ease;
  -o-transition: padding-left 0.5s ease;
  transition: padding-left 0.5s ease; }

#wrapper.toggled {
  padding-left: 230px; }

#page-content-wrapper {
  width: 100%;
  position: absolute; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -230px; }

.navbar-logo {
  display: block;
  height: 40px;
  width: 75px;
  float: left;
  padding: 0;
  margin-bottom: 0;
  margin-top: 2px; }
  .navbar-logo img {
    max-width: 75px; }

#page-content-wrapper {
  padding-top: 68px; }
  #page-content-wrapper > .container-fluid {
    padding-bottom: 15px; }

#wrapper.toggled .navbar-logo {
  display: block; }

.flex-xs {
  display: flex; }

.well p:last-child {
  margin: 0; }

/* Form styles */
label {
  color: #19293f; }

button.btn {
  font-weight: 600; }

.input.error {
  color: #d23e34;
  border-color: #d23e34; }

/* loader start */
.loader-modal .loader-text {
  display: none; }

.loader-modal.active .loader-text {
  display: inline-block; }

.loader-modal {
  z-index: 999999;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: visibility .2s;
  transition: visibility .2s; }

.loader-modal.active {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: all;
  visibility: visible; }

.loader-modal .loader-box {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.loader-modal.active .loader-box {
  font-weight: 500;
  font-size: 16px;
  border: 1px solid white;
  padding: 5px 5px 5px 10px;
  color: #fff;
  background-color: #19293f;
  background-position: 8px;
  width: 150px;
  margin: auto;
  margin-top: 10px;
  height: 42px;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  box-shadow: #666 2px 2px 10px; }

.loader-text {
  display: block;
  float: left; }

.loader-text:first-child {
  color: #acb8c8; }

.loader-text:last-child {
  margin-left: 10px;
  line-height: 30px; }

.loader-container {
  position: absolute;
  height: 100%;
  pointer-events: none; }

.loader-modal.active .loader-box.centered {
  margin-top: 50%; }

.loader-modal:not(.active) {
  pointer-events: none; }

/* loader end */
/* Nav styles */
.navbar-smallscreen-info {
  padding: 10px;
  background-color: #535f6f;
  color: white;
  margin-top: -23px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }
  .navbar-smallscreen-info .navbar-title, .navbar-smallscreen-info .navbar-user-info {
    margin: 0;
    display: block;
    color: white; }
  .navbar-smallscreen-info .navbar-title {
    font-size: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 3px;
    text-align: center;
    line-height: 25px; }

.navbar-user-info-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: inline-block;
  white-space: nowrap;
  margin-left: 5px; }

.navbar-default {
  border-bottom: 5px solid #19293f; }
  .navbar-default .navbar-collapse {
    border: none; }
  .navbar-default .brand-row .navbar-nav li a {
    font-weight: bold;
    height: 60px; }
    .navbar-default .brand-row .navbar-nav li a span, .navbar-default .brand-row .navbar-nav li a i {
      float: left; }
    .navbar-default .brand-row .navbar-nav li a span {
      margin-top: 6px; }
    .navbar-default .brand-row .navbar-nav li a div.fa-stack {
      float: left;
      margin-right: 10px; }
      .navbar-default .brand-row .navbar-nav li a div.fa-stack span {
        color: #d23e34;
        margin-top: -4px;
        text-align: center;
        margin-left: 2px; }
  .navbar-default .brand-row .navbar-nav .navbar-user-info {
    float: right;
    line-height: 18px;
    color: white;
    display: none;
    font-size: 14px; }
    .navbar-default .brand-row .navbar-nav .navbar-user-info a {
      padding-top: 10px; }
      .navbar-default .brand-row .navbar-nav .navbar-user-info a i {
        margin-right: 0;
        line-height: 20px; }
      .navbar-default .brand-row .navbar-nav .navbar-user-info a span {
        margin-top: 0; }
    .navbar-default .brand-row .navbar-nav .navbar-user-info .navbar-user-info-name {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 200px;
      display: inline-block;
      white-space: nowrap;
      margin-left: 5px; }
  .navbar-default .main-nav.navbar-nav .navbar-user-info {
    width: 100%; }
  .navbar-default .navbar-brand {
    font-size: 25px;
    color: #19293f;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0; }
  .navbar-default .navbar-brand:hover {
    color: inherit; }
  .navbar-default .navbar-title {
    font-size: 22px;
    font-weight: 700;
    color: #535f6f;
    padding: 15px;
    display: none;
    float: left;
    height: 40px;
    line-height: 20px; }
  .navbar-default .navbar-title-separator {
    font-size: 15px;
    font-weight: 700;
    padding: 15px 0 15px 0;
    display: none;
    float: left;
    height: 40px;
    line-height: 20px;
    color: white; }
  .navbar-default .navbar-nav > li.navbar-action-renew > a {
    background-color: #d23e34; }
  .navbar-default .navbar-nav > li.navbar-action-renew > a:hover, .navbar-default .navbar-nav > li.navbar-action-renew > a:focus {
    background-color: #ad2f26; }
  .navbar-default .navbar-nav > li.navbar-action-renew ul {
    padding: 0;
    margin: 0;
    min-width: initial;
    border: none;
    border-radius: initial;
    background-color: transparent; }
    .navbar-default .navbar-nav > li.navbar-action-renew ul li {
      width: 100%; }
    .navbar-default .navbar-nav > li.navbar-action-renew ul li a {
      background-color: #535f6f;
      color: white;
      width: 100%;
      padding: 15px 30px;
      font-weight: bold; }
    .navbar-default .navbar-nav > li.navbar-action-renew ul li a:hover {
      background-color: #d23e34; }
    .navbar-default .navbar-nav > li.navbar-action-renew ul li:last-child a {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
  .navbar-default .navbar-header ul li a {
    padding: 0; }
  .navbar-default ul li {
    float: left; }
  .navbar-default ul li a {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    font-weight: bold; }
  .navbar-default ul li a i.fa {
    margin-right: 10px; }
  .navbar-default .navbar-user-info-name {
    margin-left: 0; }
  .navbar-default .container-fluid .row {
    background-color: #19293f; }
  .navbar-default .container-fluid .row:first-child {
    background-color: #acb8c8; }
  .navbar-default .container-fluid .row ul {
    float: right; }
  .navbar-default .navbar-toggle {
    margin-right: 0;
    height: 44px;
    width: 25px; }

.brand-row navbar-nav li a {
  font-weight: 600; }

/* Tabs */
ul.nav.nav-tabs {
  border: none; }
  ul.nav.nav-tabs > li > a {
    background-color: #19293f;
    color: white;
    font-weight: bold;
    border: none; }
  ul.nav.nav-tabs > li.active > a, ul.nav.nav-tabs > li:hover > a, ul.nav.nav-tabs > li:focus > a, ul.nav.nav-tabs > li.active:hover > a, ul.nav.nav-tabs > li.active:focus > a {
    background-color: #535f6f;
    color: white;
    border: none; }

.panel-heading {
  height: 43px; }
  .panel-heading .panel-title {
    color: white;
    font-weight: bold;
    display: inline-block;
    height: 20px;
    float: left; }
  .panel-heading .panel-actions {
    float: right;
    list-style: none;
    color: white;
    padding: 0; }
    .panel-heading .panel-actions i {
      padding-right: 5px; }
    .panel-heading .panel-actions a {
      color: white;
      text-decoration: none;
      font-weight: bold; }
    .panel-heading .panel-actions a:hover {
      color: #acb8c8; }
  .panel-heading .panel-count {
    float: left;
    margin-left: 10px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 5px 3px 4px;
    line-height: 20px;
    background-color: #d23e34;
    border-radius: 4px; }

.panel .well {
  background-color: white; }

.panel-default.no-border {
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* Table Styles */
.table thead {
  background-color: #19293f;
  color: white; }

.table tr th {
  border: none; }
  .table tr th a {
    color: white; }

.table tbody tr {
  font-weight: 600; }
  .table tbody tr td, .table tbody tr th {
    border: none; }
  .table tbody tr td.error {
    text-align: center;
    color: #d23e34; }

.table tbody th.sub {
  background-color: #acb8c8;
  color: #19293f; }

.table td input, .table th input {
  width: 100%;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.75);
  padding: 5px; }

.table td input:focus, .table h input:focus {
  outline: none;
  box-shadow: 1px 1px 5px #aaa;
  border: 1px solid #535f6f; }

.table td input.error {
  color: #d23e34;
  border-color: #d23e34; }

.st-head-row {
  background-color: #535f6f;
  color: white; }

.st-head-row-sub {
  background-color: #acb8c8; }

.st-head-row-main {
  background-color: #19293f; }

.table-pagination {
  width: 100%;
  height: 32px;
  background-color: #acb8c8;
  margin-top: -20px;
  margin-bottom: 20px;
  color: white; }
  .table-pagination > span {
    float: left;
    line-height: 32px;
    padding-left: 8px;
    font-weight: 600; }
  .table-pagination .table-page-controls {
    float: right;
    list-style: none; }
    .table-pagination .table-page-controls li {
      float: left; }
      .table-pagination .table-page-controls li a, .table-pagination .table-page-controls li span {
        background-color: #19293f;
        height: 32px;
        color: white;
        display: block;
        padding: 5px 10px;
        text-decoration: none; }
    .table-pagination .table-page-controls li:hover a, .table-pagination .table-page-controls li span.active {
      background-color: #535f6f; }
    .table-pagination .table-page-controls li span {
      background-color: rgba(25, 41, 63, 0.3); }
      .table-pagination .table-page-controls li span a {
        cursor: default; }

.scroll-table-container {
  margin-bottom: 20px;
  overflow-y: scroll; }
  .scroll-table-container table {
    margin-bottom: 0; }

.icon-container {
  line-height: 32px; }

.icon {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 5px;
  display: block; }

.icon.pdf {
  background-image: url("../images/icon-pdf-large.png"); }

.well {
  font-weight: bold; }

@media (max-width: 767px) {
  .table.stacktable.small-only {
    display: table; }
  .table.stacktable.large-only {
    display: none; }
  input[type='checkbox'], input[type='radio'] {
    width: 20px;
    height: 20px; }
  .form-group input[type='radio'] + span,
  .form-group input[type='checkbox'] + span {
    line-height: 28px;
    vertical-align: text-bottom;
    margin-left: 5px; }
  .form-group input[type='radio'] + span + input[type='radio'],
  .form-group input[type='checkbox'] + span + input[type='checkbox'] {
    margin-left: 10px; }
  .navbar-default {
    border: none;
    background-color: transparent;
    pointer-events: none; }
    .navbar-default .brand-row {
      border-bottom: 5px solid #19293f;
      pointer-events: auto; }
    .navbar-default .container-fluid .nav-row {
      background-color: transparent;
      width: 230px; }
    .navbar-default .navbar-collapse {
      box-shadow: none;
      width: 230px;
      height: 100%;
      max-height: 420px;
      left: -230px;
      display: block;
      overflow: auto;
      pointer-events: auto;
      -webkit-transition: left 0.5s ease;
      -moz-transition: left 0.5s ease;
      -o-transition: left 0.5s ease;
      transition: left 0.5s ease;
      background-color: #19293f; }
      .navbar-default .navbar-collapse > ul.navbar-nav {
        margin-top: 0;
        float: none; }
        .navbar-default .navbar-collapse > ul.navbar-nav li {
          background-color: #19293f;
          position: initial;
          width: 230px; }
        .navbar-default .navbar-collapse > ul.navbar-nav li.half-size {
          width: 115px; }
    .navbar-default .navbar-collapse.in {
      left: 0; }
    .navbar-default .navbar-brand {
      max-width: 190px; } }

@media (min-width: 768px) {
  body {
    overflow-x: hidden; }
  .flex-sm {
    display: flex; }
  .navbar-smallscreen-info {
    height: 50px; }
    .navbar-smallscreen-info .navbar-title, .navbar-smallscreen-info .navbar-user-info {
      display: block; }
    .navbar-smallscreen-info .navbar-title {
      float: left;
      font-size: 20px; }
  .navbar-default .brand-row .navbar-nav .navbar-user-info {
    display: block; }
    .navbar-default .brand-row .navbar-nav .navbar-user-info .navbar-user-info-name {
      max-width: 140px; }
  .navbar-default .brand-row .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  .navbar-default .brand-row .navbar-logo {
    height: 50px;
    width: 90px;
    margin-top: 8px; }
    .navbar-default .brand-row .navbar-logo img {
      max-width: 90px; }
  .table.stacktable.small-only {
    display: none; }
  .table.stacktable.large-only {
    display: table; }
  #page-content-wrapper {
    padding-top: 133px; }
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0; }
  .navbar-default {
    /* drop down goes off screen for small sizes */ }
    .navbar-default ul.dropdown-menu {
      left: auto;
      right: 0; } }

@media (min-width: 992px) {
  .flex-md {
    display: flex; }
  .navbar-default {
    /* reset to default for medium and larger */ }
    .navbar-default .navbar-nav > li > a {
      padding-top: 13px;
      padding-bottom: 13px; }
    .navbar-default .navbar-logo {
      margin-right: 10px; }
    .navbar-default ul.dropdown-menu {
      left: initial;
      right: initial; }
  .navbar-smallscreen-info {
    margin-top: -15px; }
  .navbar-header .navbar-title {
    display: block;
    line-height: 30px; }
  .navbar-header .navbar-brand {
    padding-left: 5px;
    line-height: 30px; }
  .navbar-header .navbar-title-separator {
    display: block;
    line-height: 30px; }
  .navbar-header ul li a {
    padding: 10px 15px; }
  .dashboard-services .btn {
    margin-right: 15px; }
  #page-content-wrapper {
    padding-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px; } }

@media (min-width: 1200px) {
  .flex-lg {
    display: flex; }
  .main-nav.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold; }
  #page-content-wrapper {
    padding-top: 160px; }
  .navbar-default .brand-row .navbar-nav .navbar-user-info {
    font-size: 16px; }
  .navbar-default .brand-row .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  .navbar-default .brand-row {
    height: 60px; }
  .navbar-default .navbar-brand {
    line-height: 30px;
    font-size: 30px; }
  .navbar-default .navbar-title-separator, .navbar-default .navbar-title {
    height: 60px;
    line-height: 30px; } }