﻿.custom-btn span em {
  font-family: "Open Sans" !important;
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
}

body.ow-body-color {
  background-color: #FFFFFF;
}

body.BodyImage {
  background-image: url("images/background.jpg");
}

.ow-table {
  display: table;
}

.ow-cell, .ow-vcenter {
  display: table-cell;
}

.ow-vcenter {
  vertical-align: middle;
}

.ow-header-container {
  padding: 15px 0;
}
.ow-header-container a:hover, .ow-header-container a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .ow-header-container {
    padding: 10px 0;
  }
}

.ow-logo-container {
  padding-right: 12px;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .ow-logo-container {
    padding-right: 5px;
    border-right: none;
  }
}

.ow-text-container {
  color: #fff;
  padding-left: 12px;
}
.ow-text-container h1, .ow-text-container h2, .ow-text-container h3, .ow-text-container h4 {
  margin: 0;
}
@media (max-width: 767px) {
  .ow-text-container {
    padding-left: 0;
  }
}

.ow-header-wrapper {
  background-color: #242a30;
}

#main {
  position: relative;
}
#main:before, #main:after {
  content: " ";
  display: table;
}
#main:after {
  clear: both;
}

#main.ow-container-top-image {
  background-image: url("images/background.jpg");
  background-repeat: repeat-x;
}

.ow-background-image {
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .ow-background-image {
    display: block;
  }
}

.ow-main-container {
  background-color: #fff;
  border: 1px solid #eeeeee;
  position: relative;
  padding-bottom: 30px;
  min-height: 400px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 1;
}
@media (min-width: 768px) {
  .ow-main-container {
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .ow-main-container {
    margin-top: 135px;
  }
}

.ow-navbar-default {
  background-color: #d6d2cc;
  border-color: #c9c6c0;
}
.ow-navbar-default .navbar-brand {
  color: #7c6b71;
}
.ow-navbar-default .navbar-brand:hover, .ow-navbar-default .navbar-brand:focus {
  color: #242a30;
}
.ow-navbar-default .navbar-text {
  color: #7c6b71;
}
.ow-navbar-default .navbar-nav > li > a {
  color: #7c6b71;
}
.ow-navbar-default .navbar-nav > li > a:hover, .ow-navbar-default .navbar-nav > li > a:focus {
  color: #242a30;
}
.ow-navbar-default .navbar-nav > .active > a, .ow-navbar-default .navbar-nav > .active > a:hover, .ow-navbar-default .navbar-nav > .active > a:focus {
  color: #242a30;
  background-color: #c9c6c0;
}
.ow-navbar-default .navbar-nav > .open > a, .ow-navbar-default .navbar-nav > .open > a:hover, .ow-navbar-default .navbar-nav > .open > a:focus {
  color: #242a30;
  background-color: #c9c6c0;
}
.ow-navbar-default .navbar-toggle {
  border-color: #c9c6c0;
}
.ow-navbar-default .navbar-toggle:hover, .ow-navbar-default .navbar-toggle:focus {
  background-color: #c9c6c0;
}
.ow-navbar-default .navbar-toggle .icon-bar {
  background-color: #7c6b71;
}
.ow-navbar-default .navbar-collapse,
.ow-navbar-default .navbar-form {
  border-color: #7c6b71;
}
.ow-navbar-default .navbar-link {
  color: #7c6b71;
}
.ow-navbar-default .navbar-link:hover {
  color: #242a30;
}
.ow-navbar-default .nav > li > a:hover, .ow-navbar-default .nav > li > a:focus {
  background-color: #d6d2cc;
}

@media (max-width: 767px) {
  .ow-navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #7c6b71;
  }
  .ow-navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .ow-navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #242a30;
  }
  .ow-navbar-default .navbar-nav .open .dropdown-menu > .active > a, .ow-navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .ow-navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #242a30;
    background-color: #c9c6c0;
  }
}
.ow-navbar-default .dropdown-menu {
  min-width: 220px;
  background-color: #f5f4f3;
  border: 1px solid #c9c6c0;
}
.ow-navbar-default .dropdown-menu > .active > a, .ow-navbar-default .dropdown-menu > .active > a:hover, .ow-navbar-default .dropdown-menu > .active > a:focus {
  color: #242a30;
  background-color: #d6d2cc;
}
.ow-navbar-default .dropdown-menu > li > a {
  color: #7c6b71;
}
.ow-navbar-default .dropdown-menu > li > a:hover, .ow-navbar-default .dropdown-menu > li > a:focus {
  color: #242a30;
  background-color: #d6d2cc;
}

.ow-navbar-default .divider {
  background-color: #c9c6c0;
}

.ow-page-name {
  color: #242a30;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px solid #242a30;
}
.ow-page-name h1, .ow-page-name h2, .ow-page-name h3, .ow-page-name h4 {
  margin: 0;
}
.ow-page-name .ow-title {
  font-weight: bold;
  padding-left: 12px;
}
.ow-page-name h3 > .ow-icon {
  font-size: 18px;
  top: 0px;
}

.ow-btn-primary {
  color: #7c6b71;
  background-color: #f5f4f3;
  border-color: #f5f4f3;
}
.ow-btn-primary:hover, .ow-btn-primary:focus, .ow-btn-primary:active, .ow-btn-primary.active, .open > .ow-btn-primary.dropdown-toggle {
  color: #7c6b71;
  background-color: #f5f4f3;
  border-color: #f5f4f3;
}
.ow-btn-primary:active, .ow-btn-primary.active, .open > .ow-btn-primary.dropdown-toggle {
  background-image: none;
}
.ow-btn-primary.disabled, .ow-btn-primary.disabled:hover, .ow-btn-primary.disabled:focus, .ow-btn-primary.disabled:active, .ow-btn-primary.disabled.active, .ow-btn-primary[disabled], .ow-btn-primary[disabled]:hover, .ow-btn-primary[disabled]:focus, .ow-btn-primary[disabled]:active, .ow-btn-primary[disabled].active, fieldset[disabled] .ow-btn-primary, fieldset[disabled] .ow-btn-primary:hover, fieldset[disabled] .ow-btn-primary:focus, fieldset[disabled] .ow-btn-primary:active, fieldset[disabled] .ow-btn-primary.active {
  background-color: #f5f4f3;
  border-color: #f5f4f3;
}
.ow-btn-primary .badge {
  color: #f5f4f3;
  background-color: #7c6b71;
}

@media (max-width: 767px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .btn-block-md {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.ow-form-wrapper {
  padding: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eeeeee;
}

legend {
  padding-bottom: 3px;
  border-bottom: 1px solid #e2e7eb;
  /*	+ *, + .ow-legend-margin-fix + * 
      {
          margin-top: 15px;
          -webkit-margin-top-collapse: separate;
      }
      */
  /*	.form-inline &  
      {
          @media (min-width: $screen-sm) 
          { 
              background-color: transparent;
              padding: 0px 15px;
              border-radius: 0px;
              border-left: 2px solid $ow-legend-border-left-color;
          }
      } */
}

.ow-radio-group {
  margin-bottom: 15px;
}
.ow-radio-group .radio:first-child {
  margin-top: 0px;
}

.ow-btn-panel {
  border-top: 1px solid #242a30;
  padding-top: 15px;
}
.ow-btn-panel:before, .ow-btn-panel:after {
  content: " ";
  display: table;
}
.ow-btn-panel:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-inline .ow-btn-panel {
    border-top: none;
    padding-top: 0px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .oca-form-inline .ow-btn-panel {
    border-top: none;
    padding-top: 0px;
    display: inline-block;
  }
}

.ow-footer-wrapper {
  position: relative;
}
.ow-footer-wrapper:before, .ow-footer-wrapper:after {
  content: " ";
  display: table;
}
.ow-footer-wrapper:after {
  clear: both;
}

.ow-footer-container {
  background-color: #d6d2cc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #c9c6c0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px;
  text-align: right;
  font-size: 12px;
  color: #7c6b71;
}
.ow-footer-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ow-footer-container ul a {
  color: #53484c;
  text-decoration: none;
}
.ow-footer-container ul a:hover, .ow-footer-container ul a:focus {
  color: #242a30;
}
@media (max-width: 767px) {
  .ow-footer-container {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .validation-summary-errors > ul {
    padding-left: 15px;
  }
}

.nav-pills.ow-pills-default > li > a {
  color: #7c6b71;
  background-color: transparent;
  border-radius: 0;
  padding: 5px 15px;
}
.nav-pills.ow-pills-default > li > a:hover, .nav-pills.ow-pills-default > li > a:focus {
  color: #242a30;
  background-color: transparent;
}
.nav-pills.ow-pills-default > li.active > a, .nav-pills.ow-pills-default > li.active > a:hover, .nav-pills.ow-pills-default > li.active > a:focus {
  color: #242a30;
  background-color: #f5f4f3;
}

.ow-container-holder:before, .ow-container-holder:after {
  content: " ";
  display: table;
}
.ow-container-holder:after {
  clear: both;
}
@media (max-width: 767px) {
  .ow-container-holder {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.ow-id-container {
  float: left;
}

.ow-info-container h1:first-child, .ow-info-container h2:first-child, .ow-info-container h3:first-child, .ow-info-container h4:first-child, .ow-info-container h5:first-child, .ow-info-container h6:first-child {
  margin-top: 0px;
}
.ow-id-container + .ow-info-container, .ow-id-container-xs + .ow-info-container {
  margin-left: 270px;
}
.ow-id-container + .ow-info-container .ow-pair, .ow-id-container-xs + .ow-info-container .ow-pair {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .ow-id-container + .ow-info-container .ow-pair, .ow-id-container-xs + .ow-info-container .ow-pair {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ow-id-container + .ow-info-container, .ow-id-container-xs + .ow-info-container {
    margin-left: 0px;
  }
}
fieldset .ow-info-container {
  margin-bottom: 15px;
}

.ow-pair-header {
  padding: 5px 0px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}
ul + .ow-pair-header {
  margin-top: 15px;
}

.ow-pair {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.ow-pair .ow-key {
  width: 170px;
  display: inline-block;
  font-weight: bold;
}
.ow-pair .ow-value {
  display: inline-block;
}
.ow-pair ul.ow-value {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  vertical-align: top;
}
.ow-pair ul.ow-value li {
  padding: 0px;
}
.ow-pair ul.ow-value li + li {
  padding-top: 5px;
}
.ow-pair > li {
  font-size: 0;
  padding: 5px 15px;
}
.ow-pair > li:nth-child(odd) {
  background-color: #f0f3f5;
}
.ow-pair > li .ow-key, .ow-pair > li .ow-value, .ow-pair > li .ow-value > li {
  font-size: 14px;
}

.ow-id-container-xs {
  margin-bottom: 15px;
  padding: 5px;
  background-color: transparent;
  border-radius: 4px;
}
.ow-id-container-xs:before, .ow-id-container-xs:after {
  content: " ";
  display: table;
}
.ow-id-container-xs:after {
  clear: both;
}

.ow-id-image-xs {
  float: left;
}

.ow-id-info-xs {
  margin-left: 54px;
  padding-top: 13px;
}
.ow-id-info-xs > div {
  font-weight: bold;
  color: #CC0066;
  margin-left: 15px;
}

.ow-table.table-striped > tbody > tr:nth-child(odd) > td,
.ow-table.table-striped > tbody > tr:nth-child(odd) > th,
.ow-table-responsive.table-striped > tbody > tr:nth-child(odd) > td,
.ow-table-responsive.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f0f3f5;
}

.ow-table.table-striped > tbody > tr .radio {
  margin-bottom: 0px;
}

.ow-col-fixed-small {
  width: 30px;
}

.ow-col-fixed-medium {
  width: 172px;
}

.ow-col-liquid-extrasmall {
  width: 9%;
}

.ow-col-liquid-small {
  width: 12%;
}

.ow-col-liquid-medium {
  width: 20%;
}

.ow-col-liquid-large {
  width: 25%;
}

.ow-col-liquid-extralarge {
  width: 30%;
}

.table tbody > tr > td.ow-vert-align {
  vertical-align: middle;
}

.ow-nowrap {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ow-table-btn-panel {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .ow-table-btn-panel span + .btn {
    margin-top: 8px;
  }
}

.ow-summary-panel {
  border-top: 1px solid #242a30;
  padding: 15px 15px 0px;
  font-weight: bold;
}
.ow-summary-panel:before, .ow-summary-panel:after {
  content: " ";
  display: table;
}
.ow-summary-panel:after {
  clear: both;
}

.ow-table-responsive.table {
  margin-bottom: 0px;
}
.ow-table-responsive.table th {
  background-color: transparent;
}

.ow-table.table {
  margin-bottom: 15px;
}

.ow-radio-group .ow-table.table-striped > tbody > tr {
  cursor: pointer;
}
.ow-radio-group .ow-table.table-striped > tbody > tr:hover > td {
  background-color: #c2ced6;
}

.ow-form-info {
  font-size: 12px;
  font-style: italic;
}

.ow-margin-top-default {
  margin-top: 15px;
}

.ow-alert-bottom {
  margin-top: 15px;
  margin-bottom: 0px;
}

/*
.form-inline .input-group {

    @media (min-width: $screen-sm) { 

        display: inline-table;
        vertical-align: middle;

        .input-group-addon,
        .input-group-btn,
        .form-control {
            width: auto !important;
        }
    }
}
*/
.visible-xs-inline {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline;
  }
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
  color: #777777;
}

ul.ow-list-primary {
  padding-left: 35px;
}
ul.ow-list-primary > li > span.ow-link, ul.ow-list-primary > li > a {
  color: #002d2d;
  text-decoration: none;
  cursor: pointer;
}
ul.ow-list-primary > li > span.ow-link:hover, ul.ow-list-primary > li > span.ow-link:focus, ul.ow-list-primary > li > a:hover, ul.ow-list-primary > li > a:focus {
  color: #00acac;
  text-decoration: underline;
}

a.ow-link {
  color: #002d2d;
  text-decoration: none;
}
a.ow-link:hover, a.ow-link:focus {
  color: #00acac;
  text-decoration: underline;
}

.ow-result-container {
  margin-top: 15px;
}

.ow-loader-image {
  padding-top: 15px;
}
.ow-loader-image img {
  display: block;
  margin: 0 auto;
}

body {
  background: #d9e0e7;
  color: #535353;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar, #previewbar {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #242a30;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  font-weight: 300;
  color: #7c7f83;
}

.oca-login {
  position: relative;
  margin: 168px 0;
}
@media (max-width: 767px) {
  .oca-login {
    margin: 108px 0;
  }
}

.oca-bg-black {
  background: #2d353c !important;
}

.oca-login .oca-login-content {
  padding: 30px 40px;
  color: #999;
  width: 450px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .oca-login .oca-login-header, .oca-login-content {
    width: 100% !important;
  }
}

.oca-btn-primary {
  color: #fff;
  background-color: #006363;
  border-color: #006363;
}
.oca-btn-primary:hover, .oca-btn-primary:focus, .oca-btn-primary:active, .oca-btn-primary.active, .open > .oca-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005353;
  border-color: #005353;
}
.oca-btn-primary:active, .oca-btn-primary.active, .open > .oca-btn-primary.dropdown-toggle {
  background-image: none;
}
.oca-btn-primary.disabled, .oca-btn-primary.disabled:hover, .oca-btn-primary.disabled:focus, .oca-btn-primary.disabled:active, .oca-btn-primary.disabled.active, .oca-btn-primary[disabled], .oca-btn-primary[disabled]:hover, .oca-btn-primary[disabled]:focus, .oca-btn-primary[disabled]:active, .oca-btn-primary[disabled].active, fieldset[disabled] .oca-btn-primary, fieldset[disabled] .oca-btn-primary:hover, fieldset[disabled] .oca-btn-primary:focus, fieldset[disabled] .oca-btn-primary:active, fieldset[disabled] .oca-btn-primary.active {
  background-color: #005353;
  border-color: #005353;
}
.oca-btn-primary .badge {
  color: #006363;
  background-color: #fff;
}

.oca-btn-secondary {
  color: #fff;
  background-color: #005c97;
  border-color: #005c97;
}
.oca-btn-secondary:hover, .oca-btn-secondary:focus, .oca-btn-secondary:active, .oca-btn-secondary.active, .open > .oca-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #145089;
  border-color: #145089;
}
.oca-btn-secondary:active, .oca-btn-secondary.active, .open > .oca-btn-secondary.dropdown-toggle {
  background-image: none;
}
.oca-btn-secondary.disabled, .oca-btn-secondary.disabled:hover, .oca-btn-secondary.disabled:focus, .oca-btn-secondary.disabled:active, .oca-btn-secondary.disabled.active, .oca-btn-secondary[disabled], .oca-btn-secondary[disabled]:hover, .oca-btn-secondary[disabled]:focus, .oca-btn-secondary[disabled]:active, .oca-btn-secondary[disabled].active, fieldset[disabled] .oca-btn-secondary, fieldset[disabled] .oca-btn-secondary:hover, fieldset[disabled] .oca-btn-secondary:focus, fieldset[disabled] .oca-btn-secondary:active, fieldset[disabled] .oca-btn-secondary.active {
  background-color: #145089;
  border-color: #145089;
}
.oca-btn-secondary .badge {
  color: #005c97;
  background-color: #fff;
}

.oca-btn-danger {
  color: #fff;
  background-color: #b40300;
  border-color: #b40300;
}
.oca-btn-danger:hover, .oca-btn-danger:focus, .oca-btn-danger:active, .oca-btn-danger.active, .open > .oca-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a80300;
  border-color: #a80300;
}
.oca-btn-danger:active, .oca-btn-danger.active, .open > .oca-btn-danger.dropdown-toggle {
  background-image: none;
}
.oca-btn-danger.disabled, .oca-btn-danger.disabled:hover, .oca-btn-danger.disabled:focus, .oca-btn-danger.disabled:active, .oca-btn-danger.disabled.active, .oca-btn-danger[disabled], .oca-btn-danger[disabled]:hover, .oca-btn-danger[disabled]:focus, .oca-btn-danger[disabled]:active, .oca-btn-danger[disabled].active, fieldset[disabled] .oca-btn-danger, fieldset[disabled] .oca-btn-danger:hover, fieldset[disabled] .oca-btn-danger:focus, fieldset[disabled] .oca-btn-danger:active, fieldset[disabled] .oca-btn-danger.active {
  background-color: #a80300;
  border-color: #a80300;
}
.oca-btn-danger .badge {
  color: #b40300;
  background-color: #fff;
}

.oca-login .oca-login-header {
  position: absolute;
  top: -80px;
  left: 50%;
  right: 0;
  width: 450px;
  padding: 0 40px;
  margin-left: -225px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .oca-login .oca-login-header {
    left: 0;
    margin: 0;
  }
}

.oca-login .oca-login-header .oca-brand {
  padding: 0;
  font-size: 28px;
}

.oca-login .oca-login-header .oca-brand .oca-logo {
  height: 28px;
  position: relative;
  top: -3.5px;
}

.oca-login .oca-login-header .oca-brand small {
  font-size: 14px;
  display: block;
}

.oca-login .oca-login-header .oca-icon {
  position: absolute;
  right: 40px;
  top: -18px;
  opacity: 0.1;
  filter: alpha(opacity=10);
  font-size: 70px;
}
@media (max-width: 383.5px) {
  .oca-login .oca-login-header .oca-icon {
    display: none;
  }
}

.oca-btn-panel {
  border-top: 1px solid #d9e0e7;
  padding-top: 15px;
}

.oca-page-header-fixed {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .oca-page-header-fixed {
    padding-top: 78px;
  }
}

.navbar.navbar-default {
  background: #fff;
}

.navbar {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .navbar-header {
    border-bottom: 1px solid #eee;
  }
}

.navbar-brand {
  padding: 13px 15px;
}
.navbar-brand img {
  height: 28px;
  position: relative;
  top: -2px;
}

.sidebar {
  position: fixed;
  z-index: 20;
}

.sidebar, .previewbar {
  width: 220px;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 54px;
  background: #2d353c;
}
@media (max-width: 767px) {
  .sidebar, .previewbar {
    left: -220px;
    padding-top: 0;
    z-index: 1030;
  }
}
@media (max-width: 767px) {
  .sidebar-show .sidebar, .sidebar-show .previewbar {
    left: 0;
    animation: sidebarSlideInLeft 0.2s;
    -webkit-animation: sidebarSlideInLeft 0.2s;
  }
}

.sidebar .sub-menu, .previewbar .sub-menu {
  list-style-type: none;
  padding: 10px 0 10px 30px;
  margin: 0;
  background: #1a2229;
  position: relative;
  display: none;
}

.sidebar .has-sub.active > .sub-menu, .previewbar .has-sub.active > .sub-menu {
  display: block;
}

/*
.sidebar .nav li.has-sub>.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    display: none;
    padding: 10px 0 10px 30px;
    margin: 0;
    background: #1a2229;
}
*/
/*
.sidebar .nav li.has-sub:hover>.sub-menu, .sidebar .nav li.has-sub:focus>.sub-menu {
    display: block!important;
    overflow: visible!important;
}
*/
.sidebar .nav > li:after, .sidebar .nav > li:before, .sidebar .nav > li > a:after, .sidebar .nav > li > a:before, .previewbar .nav > li:after, .previewbar .nav > li:before, .previewbar .nav > li > a:after, .previewbar .nav > li > a:before {
  content: "";
  clear: both;
  display: table;
}

.nav > li > a {
  color: #6e7179;
}

.sidebar .nav > li > a, .previewbar .nav > li > a {
  padding: 8px 20px;
  line-height: 20px;
  color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
  color: #333;
  background: #fafafa;
}

.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover, .previewbar .nav > li > a:focus, .previewbar .nav > li > a:hover {
  background: #232a2f;
  color: #fff;
}

.sidebar .sub-menu > li > a:before, .previewbar .sub-menu > li > a:before {
  content: "\f10c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 7px;
  color: #bbc3ca;
  top: 50%;
  margin-top: -4px;
  margin-left: -6px;
}

.sidebar .sub-menu > li.active > a:before, .previewbar .sub-menu > li.active > a:before {
  color: #00acac;
}

a:focus {
  outline: 0;
}

.sidebar .sub-menu > li > a, .previewbar .sub-menu > li > a {
  padding: 5px 20px;
  display: block;
  font-weight: 300;
  color: #bbc3ca;
  text-decoration: none;
  position: relative;
}

.sidebar .sub-menu > li.active > a, .sidebar .sub-menu > li.active > a:focus, .sidebar .sub-menu > li.active > a:hover, .sidebar .sub-menu > li > a:focus, .sidebar .sub-menu > li > a:hover, .previewbar .sub-menu > li.active > a, .previewbar .sub-menu > li.active > a:focus, .previewbar .sub-menu > li.active > a:hover, .previewbar .sub-menu > li > a:focus, .previewbar .sub-menu > li > a:hover {
  color: #fff;
}

/*
.sidebar .sub-menu:before, .previewbar .sub-menu:before {
content: '';
position: absolute;
left: 26px;
top: 0;
bottom: 0;
width: 2px;
background: #10181F;
}
*/
.sidebar .nav > li > a .caret, .previewbar .nav > li > a .caret {
  float: right;
  margin-top: 9px;
}

.sidebar .nav > li > a i, .previewbar .nav > li > a i {
  float: left;
  margin-right: 15px;
  width: 14px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.sidebar .nav .sub-menu > li > a .caret, .previewbar .nav .sub-menu > li > a .caret {
  float: right;
  margin-top: 7px;
}

.nav li.divider {
  background-color: #232a2f;
  height: 1px;
  margin: 0px 0;
  overflow: hidden;
}

@keyframes sidebarSlideInLeft {
  from {
    left: -220px;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes sidebarSlideInLeft {
  from {
    left: -220px;
  }
  to {
    left: 0;
  }
}
.sidebar .nav > li.active > a, .sidebar .nav > li.active > a:focus, .sidebar .nav > li.active > a:hover, .previewbar .nav > li.active > a, .previewbar .nav > li.active > a:focus, .previewbar .nav > li.active > a:hover {
  background: #006363;
}

.oca-main-container {
  margin-left: 220px;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .oca-main-container {
    margin-left: 0;
    padding: 10px;
  }
}

.oca-btn-panel-dark {
  border-top: 1px solid #707478;
  padding-top: 15px;
}
.oca-btn-panel-dark:before, .oca-btn-panel-dark:after {
  content: " ";
  display: table;
}
.oca-btn-panel-dark:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-inline .oca-btn-panel-dark {
    border-top: none;
    padding-top: 0px;
    display: inline-block;
  }
}

.oca-main-container {
  position: relative;
}
.oca-main-container:before, .oca-main-container:after {
  content: " ";
  display: table;
}
.oca-main-container:after {
  clear: both;
}

.panel {
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.panel-heading {
  background: #242a30;
  color: #fff;
  border: none;
}

.panel-body {
  padding: 15px;
}

.panel-with-tabs.panel-default .panel-heading {
  background: #c1ccd1;
  color: #333;
}

.oca-result-container {
  display: none;
}

.oca-search-raw {
  position: relative;
}

#search_result a {
  text-decoration: none;
  color: #707478;
}

#search_result .table-striped > tbody > tr:nth-child(odd) > td, #search_result .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

#search_result .table-striped > tbody > tr > td:hover, #search_result .table-striped > tbody > tr > td:focus {
  background-color: #f9f9f9;
}

#search_result .table-striped > tbody > tr > td:active {
  background-color: transparent;
}
#search_result .table-striped > tbody > tr > td:active .oca-search-icon {
  color: #00acac;
  opacity: 0.3;
}

.oca-search-icon {
  position: absolute;
  font-size: 48px;
  right: 0;
  top: 8px;
  line-height: 1;
  opacity: 0.1;
}

.oca-search-raw-content {
  margin-left: 60px;
  padding-left: 15px;
  padding-top: 2px;
  line-height: 1.3;
}

.raw-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.oca-search-lname, .oca-search-lmname {
  font-weight: bold;
}

.oca-search-lname {
  font-size: 1.2em;
}

#search_result .table {
  margin-bottom: 0px;
}

.oca-page-header {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  line-height: 28px;
  color: #fff;
}

a.oca-widget-holder {
  color: #ddd;
  font-weight: 300;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}

.oca-widget {
  border-radius: 3px;
  color: #fff;
  overflow: hidden;
}

.oca-bg-green {
  background: #00acac !important;
}

.oca-bg-blue {
  background: #348fe2 !important;
}

.oca-bg-purple {
  background: #727cb6 !important;
}

.oca-bg-black {
  background: #2d353c !important;
}

.oca-bg-red {
  background: #ff5b57 !important;
}

.oca-bg-yellow {
  background: #e9b929 !important;
}

.oca-bg-green2 {
  background: #9cc623 !important;
}

.oca-bg-ping2 {
  background: #8b69ae !important;
}

.oca-bg-orange {
  background: #e87e23 !important;
}

.oca-bg-blue2 {
  background: #0f4963 !important;
}

.oca-bg-red2 {
  background: #7f2a00 !important;
}

.oca-bg-blue3 {
  background: #005f60 !important;
}

.oca-bg-green3 {
  background: #80a21d !important;
}

.oca-bg-purple3 {
  background: #9c58b5 !important;
}

.oca-bg-red3 {
  background: #ea4c3b !important;
}

body.oca-bg-background {
  background: #357d8e !important;
}

.oca-widget.oca-widget-stats {
  position: relative;
}

a.oca-widget-holder {
  color: #ddd;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.oca-widget-stats .oca-stats-icon {
  font-size: 42px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  color: #fff;
}

.oca-widget-stats .oca-stats-label {
  padding: 7px 15px;
  background: rgba(44, 45, 47, 0.7);
  font-size: 12px;
}

.oca-stats-icon-holder {
  padding: 15px;
}
.oca-stats-icon-holder:before, .oca-stats-icon-holder:after {
  content: " ";
  display: table;
}
.oca-stats-icon-holder:after {
  clear: both;
}

.row > [class*=col-] {
  padding: 0 10px;
}

a:hover .oca-stats-label, a:focus .oca-stats-label {
  background: rgba(44, 45, 47, 0.8);
}

.oca-special-info {
  margin: 15px 0 35px;
  background-color: transparent;
  padding: 25px;
  color: #fff;
  border-radius: 3px;
}
.oca-special-info h2 {
  margin-top: 0px;
}
.oca-special-info p {
  margin-bottom: 15px;
}
.oca-special-info p + p {
  margin-bottom: 0px;
}
.oca-special-info small {
  color: #fff;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10:before, .row-10:after {
  content: " ";
  display: table;
}
.row-10:after {
  clear: both;
}

.oca-result-container2 {
  margin-top: 20px;
}
.oca-result-container2 > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .rroca-form-inline .form-group {
    display: block;
    margin-bottom: 15px;
    vertical-align: middle;
  }
  .rroca-form-inline .form-control {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
  .rroca-form-inline .input-group {
    display: table;
  }
  .rroca-form-inline .input-group > .form-control {
    width: 100% !important;
  }
}

.oca-form-inline .input-group + .input-group {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .oca-form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .oca-form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .oca-form-inline .input-group > .form-control {
    width: 100%;
  }
  .oca-form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .oca-form-inline .input-group .input-group-addon,
  .oca-form-inline .input-group .input-group-btn,
  .oca-form-inline .input-group .form-control {
    width: auto !important;
  }
  .oca-form-inline .input-group + .input-group {
    margin-top: 0px;
  }
}

.oca-lookup {
  display: flex;
}

.oca-lookup > .form-control {
  margin-right: 3px;
}

.oca-lookup > .form-control:first-child {
  flex-grow: 0;
  flex-shrink: 0;
}

.oca-lookup.oca-lookup-extrasmall-id > .form-control:first-child {
  flex-basis: 10rem;
}

.oca-lookup.oca-lookup-small-id > .form-control:first-child {
  flex-basis: 20rem;
}

@media (min-width: 480px) {
  .oca-lookup.oca-lookup-medium-id > .form-control:first-child {
    flex-basis: 26rem;
  }
}
@media (max-width: 480px) {
  .oca-lookup.oca-lookup-medium-id > .form-control:first-child {
    display: none;
  }
}

@media (min-width: 480px) {
  .oca-lookup.oca-lookup-large-id > .form-control:first-child {
    flex-basis: 35rem;
  }
}
@media (max-width: 480px) {
  .oca-lookup.oca-lookup-large-id > .form-control:first-child {
    display: none;
  }
}

/* LookUp control's description field */
.oca-lookup > .form-control:nth-child(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* LookUp control's full-width ID (search) field */
.oca-lookup.oca-lookup-no-description > .form-control:first-child {
  flex-grow: unset;
  flex-shrink: unset;
  flex-basis: unset;
}

.oca-lookup > .input-group-btn {
  display: flex;
  width: auto;
}

.oca-lookup > .input-group-btn:last-child button {
  border-radius: 3px;
}

@media (min-width: 992px) {
  #trans_start_date, #trans_end_date, #trans_exp_date {
    width: 160px !important;
  }
}

@media (min-width: 992px) {
  #trans_start_date, #trans_end_date, #trans_exp_date {
    width: 160px !important;
  }
}

.page-header {
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  line-height: 28px;
}

/* Bootstrap Wizard */
.bwizard-steps {
  font-size: 14.7px !important;
  overflow: hidden !important;
  display: table !important;
  width: 100% !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
}

.bwizard-steps li:before,
.bwizard-steps li:after {
  border: none !important;
}

.bwizard-steps li {
  float: none !important;
  display: table-cell !important;
  padding: 15px !important;
  line-height: 20px !important;
  background: #f0f3f4 !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}

.bwizard-steps li.oca-twopages {
  width: 50%;
}

.bwizard-steps li:hover,
.bwizard-steps li:focus {
  background: #d3dadf !important;
}

.bwizard-steps.clickable li:hover:not(.active) a,
.bwizard-steps.clickable li:focus:not(.active) a {
  color: #333 !important;
}

.bwizard-steps li small {
  font-size: 11px !important;
  color: #525252 !important;
  display: block !important;
  line-height: 14px !important;
}

.bwizard-steps li a {
  margin-left: 30px !important;
  display: block !important;
  text-decoration: none !important;
}

.bwizard-steps li.active small {
  color: #b2e6e6 !important;
}

.bwizard-steps .label {
  float: left !important;
  padding: 0 !important;
  height: 20px !important;
  width: 20px !important;
  line-height: 20px !important;
  text-align: center !important;
  margin-right: 10px !important;
  top: 0 !important;
  background: #585858 !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
}

.bwizard-steps li.active,
.bwizard-steps li.active:hover,
.bwizard-steps li.active:focus {
  background: #006363 !important;
}

.bwizard-steps li.active .label {
  background: rgba(0, 0, 0, 0.6) !important;
}

@media (max-width: 767px) {
  .bwizard-steps li {
    float: left !important;
    width: 100% !important;
  }
}
.pager {
  margin-bottom: 0px;
}

/* Well */
.well {
  padding: 0px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well.well-sm {
  padding: 10px;
}
.well.well-lg {
  padding: 30px;
}

/* Form Elements */
.form-control {
  border: 1px solid #ccd0d4;
  font-size: 12px;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control.input-white {
  background: #fff;
  border-color: #fff;
}

.form-control.input-white:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #e5e9ed;
  opacity: 0.6;
}

.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccd0d4;
}

.form-control:focus {
  border-color: #9fa2a5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-horizontal.form-bordered .form-group {
  border-bottom: 1px solid #eee;
  margin: 0;
}

.form-horizontal.form-bordered .form-group:last-child {
  border-bottom: 0;
}

.form-horizontal.form-bordered .form-group > .control-label {
  padding: 22px 15px 15px;
  color: #242a30;
}

.form-horizontal.form-bordered .form-group > div {
  padding: 15px;
}

.form-horizontal.form-bordered .form-group > div {
  border-left: 1px solid #eee;
}

.form-horizontal.form-bordered .form-group > div.no-label,
.form-horizontal.form-bordered .form-group.web-form-extension-vertical-tab > div {
  border-left: none !important;
}

.form-horizontal.form-bordered .form-group > .control-label {
  border-right: 1px solid #eee;
  margin-right: -1px;
}

.form-horizontal.form-bordered .has-feedback .form-control-feedback {
  top: 15px;
}

label {
  font-weight: 500;
}

.form-horizontal.form-bordered .ow-radio-group {
  margin-bottom: 0px;
}
.form-horizontal.form-bordered .ow-radio-group .ow-table.table {
  margin-bottom: 0px;
}

.row {
  margin: 0 -10px;
}

.row > [class*=col-] {
  padding: 0 10px;
}

.navbar-brand > img {
  display: inline;
}

/* Pace Loader Setting - Added in v1.5 */
.pace-inactive {
  opacity: 0;
  filter: alpha(opacity=0);
}

.pace {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 1020;
}

.pace-progress {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  height: 3px;
  background: #00acac;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
  z-index: 2000;
}

.pace:before {
  content: "";
  background: none;
  position: fixed;
  top: 54px;
  right: 0;
  left: 0;
  height: 3px;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 65px;
  right: 8px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #00acac;
  border-left-color: #00acac;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Page Loader */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: #E6E8EC;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

#page-loader.fade, #transaction_table_loader.fade {
  display: none;
}

#page-loader.fade.in, #transaction_table_loader.fade.in {
  display: block;
}

/*
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
.spinner, 
.spinner-small {
    height: 40px;
    width: 40px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px -20px 0 0;
    border: 2px solid #fff;
    border-top: 2px solid #24B498;
    border-radius: 100%;
}
.fade.in .spinner, 
.fade.in .spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}
.spinner-small {
    border: 2px solid rgba(0,0,0,0.05);
    border-top: 2px solid #24B498;
    height: 30px;
    width: 30px;
    margin: -15px -15px 0 0;
}
*/
.alert.fade {
  display: none;
}

.alert.fade.in {
  display: block;
}

.alert h3, .alert h5, .alert h6 {
  margin-top: 0px;
  color: inherit;
}

.oca-row-selectable {
  cursor: pointer;
}

.oca-col-liquid-half {
  width: 50%;
}
@media (max-width: 767px) {
  .oca-col-liquid-half {
    width: auto;
  }
}

.panel label {
  color: #242a30;
}

.table > thead > tr > th {
  color: #242a30;
  font-weight: 600;
}

.table > tbody > tr > td strong {
  color: #242a30;
}

.ignore-margin {
  margin: 0px;
}

/* Unlimited Nav Tabs */
.tab-overflow {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs {
  white-space: nowrap;
  overflow: hidden;
  display: table;
  margin: 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs > li {
  display: table-cell;
  float: none;
}
.tab-overflow .nav.nav-tabs > li > a {
  margin-left: -1px;
}
.tab-overflow .next-button, .tab-overflow .prev-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: none !important;
  opacity: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tab-overflow .prev-button {
  left: 0;
  right: auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button, .tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a, .tab-overflow .prev-button a {
  margin: 0;
  background: #c1ccd1;
}
.tab-overflow .prev-button > a {
  -webkit-border-radius: 3px 0 3px;
  -moz-border-radius: 3px 0 3px;
  border-radius: 3px 0 3px;
}
.tab-overflow.overflow-right .next-button, .tab-overflow.overflow-left .prev-button {
  display: block !important;
  opacity: 1;
  background: none;
}
.tab-overflow .nav-tabs > li.prev-button + li.active > a {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.flat-black .tab-overflow .next-button a,
.flat-black .tab-overflow .prev-button a {
  background: #d2d2d2;
}

.tab-overflow .nav-tabs-inverse .next-button > a,
.tab-overflow .nav-tabs-inverse .prev-button > a,
.nav.nav-tabs.nav-tabs-inverse > li > a,
.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
  background: #242a30;
}

.flat-black .tab-overflow .nav-tabs-inverse .next-button > a,
.flat-black .tab-overflow .nav-tabs-inverse .prev-button > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:focus {
  background: #2A2A2A;
}

.nav.nav-tabs.nav-tabs-inverse > li.active > a,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:focus {
  background: #fff;
  color: #242a30;
}

.p-0 {
  padding: 0 !important;
}

.p-15 {
  padding: 15px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

/* Nav Setting */
.nav > li > a {
  color: #6e7179;
}

.nav > li > a:hover,
.nav > li > a:focus {
  color: #333;
  background: #fafafa;
}

/* Nav Tabs */
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: none !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  color: #242a30;
}

.nav-tabs {
  background: #c1ccd1;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.nav-tabs.nav-tabs-inverse {
  background: #242a30;
}

.nav-tabs.nav-justified > li > a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus {
  background: white;
}

.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav-tabs.nav-tabs-inverse > li > a:focus {
  color: white;
  background: none;
}

.nav-tabs > li,
.nav-tabs.nav-justified > li {
  margin-bottom: 0;
}

.nav-tabs > li > a {
  margin-right: 5px;
  line-height: 20px;
}

/* Nav Pills */
.nav-pills {
  margin-bottom: 10px;
}

.nav-pills > li + li {
  margin-left: 5px;
}

.nav-pills > li > a {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #242a30;
}

.nav-stacked > li + li {
  margin-left: 0;
  margin-top: 5px;
}

/* Tab Content */
.tab-content {
  padding: 15px;
  margin-bottom: 20px;
  background: white;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.nav-tabs + .tab-content {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/*  Plugins Select 2 Choice */
.select2-container.form-control .select2-choice,
.select2-container.form-control .select2-choice {
  background: none !important;
  margin: -6px -12px !important;
  padding: 6px 12px !important;
  line-height: 20px !important;
  border: none !important;
  height: 32px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.select2-container.form-control.input-sm .select2-choice,
.select2-container.form-control.input-sm .select2-choice {
  height: 30px !important;
}

.select2-container .select2-choice .select2-arrow {
  background: none !important;
  border-left: 1px solid #e2e7eb !important;
}

.select2-container.form-control .select2-choice abbr {
  top: 10px !important;
}

.select2-container.form-control.input-sm .select2-choice abbr {
  top: 9px !important;
}

.select2-container .select2-choice .select2-arrow b {
  background-position: 0 3px !important;
}

.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
  background-position: 0 2px !important;
}

.select2-drop-active {
  border-color: #e2e7eb !important;
  -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
}

.select2-drop.select2-drop-above {
  -webkit-box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.2) !important;
}

.select2-search input {
  border-color: #e2e7eb !important;
  border-radius: 4px !important;
}

.select2-drop {
  border-color: #e2e7eb !important;
  padding-top: 5px !important;
  border-top: 1px solid #e2e7eb !important;
}

.select2-results .select2-highlighted {
  background: #edf0f5 !important;
  color: #222 !important;
}

.select2-container.select2-container-multi.form-control {
  height: auto !important;
  width: 240px !important;
}

.select2-container.select2-container-multi.form-control .select2-choices {
  margin: -6px -12px !important;
  border: none !important;
  min-height: 22px !important;
  height: auto !important;
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*.oca-color-blue {
    color: #005c97;
}

.oca-color-blue:hover, .oca-color-blue:focus {
    color: #145089;
}*/
.oca-color-red {
  color: #B80000;
}
.oca-color-red:hover, .oca-color-red:focus {
  color: #6c0000;
}

.oca-group-line {
  padding: 8px;
}
.oca-group-line:before, .oca-group-line:after {
  content: " ";
  display: table;
}
.oca-group-line:after {
  clear: both;
}
.oca-group-line:hover, .oca-group-line:focus {
  background-color: #f5f5f5;
}
.oca-group-line > a {
  display: inline-block;
}

#oca_new_row_holder.fade {
  padding: 8px;
  position: absolute;
  z-index: -1;
}

#oca_new_row_holder.fade.in {
  padding: 8px;
  position: relative;
  z-index: 100;
}

.oca-message-list {
  margin-bottom: 0px;
}
.oca-message-list + .oca-message-list {
  margin-top: 15px;
}

#transaction_result, #mp_history_result {
  margin-top: 15px;
}
#transaction_result:empty, #mp_history_result:empty {
  margin-top: 5px;
}

#oca_acnt_history_error, #oca_mp_history_error {
  margin-bottom: 15px;
}
#oca_acnt_history_error:empty, #oca_mp_history_error:empty {
  margin-bottom: 0px;
}

.btn.btn-white {
  font-weight: 400;
  color: #333;
  background: #fff;
  border-color: #e2e7eb;
}

.btn-white.active, .btn-white:active, .btn-white:focus, .btn-white:hover, .open .dropdown-toggle.btn-white {
  background: #e2e7eb;
  border-color: #d8dde1;
}

.oca_loader div {
  height: 16px;
  width: 8px;
  display: inline-block;
  background-color: #00acac;
  -webkit-animation: oca_loader_loader 2.3s linear infinite;
  -moz-animation: oca_loader_loader 2.3s linear infinite;
  animation: oca_loader_loader 2.3s linear infinite;
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  transform: scale(0.91);
}

.oca_loader div:nth-child(1) {
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

.oca_loader div:nth-child(2) {
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

.oca_loader div:nth-child(3) {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

@-webkit-keyframes oca_loader_loader {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
}
@-moz-keyframes oca_loader_loader {
  0% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.7);
    opacity: 0.1;
  }
}
@keyframes oca_loader_loader {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
input[type=radio],
input[type=checkbox] {
  margin: 3px 0 0;
}

/* Responsive Setting */
@media (max-width: 979px) {
  .form-horizontal.form-bordered .form-group {
    border-bottom: 1px solid #eee;
  }
  .form-horizontal.form-bordered .form-group .control-label {
    padding: 15px 15px 0px 15px;
    margin-bottom: 0px;
    line-height: 34px;
  }
  .form-horizontal.form-bordered .form-group > div {
    padding: 15px;
  }
  .form-horizontal.form-bordered .form-group > div, .form-horizontal.form-bordered .form-group > .control-label {
    border: none;
  }
  .form-horizontal.form-bordered .form-group .control-label:empty {
    display: none;
  }
}
.form-horizontal .ow-radio-group .radio {
  min-height: 0px;
  padding-top: 0px;
}

#oca_adjust_bal_msg, #oca_issue_mp_msg, #oca_sell_service_msg, #oca_sell_event_msg, #oca_sell_variable_msg, .oca-error-messages-p-15 {
  border-bottom: 1px solid #eee;
  padding: 15px;
}
#oca_adjust_bal_msg:empty, #oca_issue_mp_msg:empty, #oca_sell_service_msg:empty, #oca_sell_event_msg:empty, #oca_sell_variable_msg:empty, .oca-error-messages-p-15:empty {
  display: none;
}

.oca-table-selectable > tbody > tr {
  cursor: pointer;
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.oca-table-selectable > tbody > tr:hover > td {
  background-color: #c2ced6;
}

.oca-row-highlight > td {
  background-color: #006363 !important;
  color: #fff !important;
}

.oca-btn-leftborder {
  border-left: 1px solid #008a8a;
}

.form-control.input-inline {
  display: inline;
  width: auto;
  padding: 0 7px;
}

.hidden-xs {
  padding-top: 10px !important;
  float: right !important;
}

#oca_issue_mp_form.fade {
  display: none;
}

#oca_issue_mp_form.fade.in {
  display: block;
}

#oca_sell_service_form.fade.in {
  display: block;
}

#oca_sell_event_form.fade.in {
  display: block;
}

#oca_sell_variable_form.fade.in {
  display: block;
}

/*
@media (min-width: $screen-md) {

.input-group .input-group-btn.oca-inline-btn {
        width: auto !important;
}
}
*/
pre.oca-receipt-header, pre.oca-receipt-footer {
  background-color: transparent;
  border: none;
  color: #707478;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.receipt-container {
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}

.receipt-container:hover, .receipt-container:focus {
  border: 1px dashed #242a30;
}

.print-btn {
  position: absolute;
  bottom: 3px;
  right: 3px;
  display: none;
}

/*.btn.print-btn {
    color: #00acac;
}*/
.receipt-container:hover .print-btn, .receipt-container:focus .print-btn {
  display: block;
}

/* Fix confirmation dialog styles when style.min.css is not used. */
.jconfirm-box .content {
  padding: 20px 25px;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
  color: white !important;
  background: #585858;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover {
  background: #424242;
}

.disable-link {
  text-decoration: none !important;
  color: black !important;
  cursor: default;
  pointer-events: none !important;
}

.enable-link {
  text-decoration: underline !important;
  color: #075798 !important;
  cursor: pointer !important;
}

.content-pane .content {
  margin-left: 0px !important;
  font-size: 12pt !important;
}

.jconfirm .jconfirm-box div.title-c .title {
  font-size: 14pt !important;
  background-color: #fff;
}

.title-c {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: black !important;
}

.version-position {
  position: absolute;
  bottom: -10pt;
  right: 8pt;
  color: white;
  background: #2d353c;
  border-radius: 25px;
}

.disablediv {
  pointer-events: none;
  opacity: 0.4;
}

.panel-heading-custom {
  background: #eee !important;
  color: #000000 !important;
}

.panel-title-custom {
  font-size: 16px !important;
}

.custom-table-selectable > tbody > tr:hover > td {
  background-color: #c2ced6;
  cursor: pointer;
}

.oca-table-sap-selectable > tbody > tr {
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.oca-table-sap-selectable > tbody > tr:hover > td {
  background-color: #c2ced6;
}

#tabs .thumbs div.thumb-title {
  word-break: normal !important;
}

.selectedBillType > td {
  background-color: #006363 !important;
  color: #fff !important;
}

#billtype_holder > tbody > tr {
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

#billtype_holder > tbody > tr:hover > td {
  background-color: #c2ced6;
}

.selectedOneCardStatus > td {
  background-color: #006363 !important;
  color: #fff !important;
}

#onecardstatus_holder > tbody > tr {
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

#onecardstatus_holder > tbody > tr:hover > td {
  background-color: #c2ced6;
}

.selectedOneCardAlarm > td {
  background-color: #006363 !important;
  color: #fff !important;
}

#onecardalarm_holder > tbody > tr {
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

#onecardalarm_holder > tbody > tr:hover > td {
  background-color: #c2ced6;
}

@media (max-width: 767px) {
  .hidden-xs-override {
    display: none !important;
  }
}
.width_old_look_up_element {
  width: 100px !important;
}

@media (max-width: 992px) {
  .row-separator-arrow-icon {
    display: none;
  }
  .row-separator-arrow-icon-xs {
    display: block !important;
  }
}
/* WCAG 2.1 changes */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #585858;
  cursor: not-allowed;
  background-color: #fff;
}

.form-horizontal.form-bordered .form-group .notes-style {
  color: #242a30;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* OneCard System Alert Notifications */
.system-notification-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 5px;
}

.system-notification-box::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.system-notification-box::-webkit-scrollbar-thumb {
  background-color: black;
  border: 2px solid black;
  border-radius: 5px;
}

.system-notifications-container {
  width: 40px;
}

.system-notifications-menu {
  padding-top: 5px;
  display: inline-block;
}

.system-notification-count {
  float: right;
  height: 20px;
  min-width: 20px;
  background-color: #b40300;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  left: 9px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  cursor: context-menu;
}

.system-notification-count:empty {
  display: none;
}

.notification-bell-button {
  transition: 0.5s;
}

.notification-bell {
  font-size: 14pt;
  padding-top: 13px;
  color: black;
  cursor: pointer;
}

.system-notification-box {
  width: 350px;
  max-height: 240px;
  border-radius: 3px;
  /*transition: 0.5s;*/
  position: absolute;
  overflow-y: auto;
  padding: 0px;
  right: 10px;
  margin-top: 5px;
  background-color: #F4F4F4;
  -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
  cursor: context-menu;
  display: none;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.33);
}

.notification-bell:hover {
  color: #b40300;
}

.system-notifications {
  width: 100%;
  height: 100%;
  background-color: white;
}

.system-notifications:empty {
  display: none;
}

.loading-system-notifications {
  text-align: center;
  display: block;
  padding: 35px 0;
  padding-bottom: 35px;
  font-weight: bold;
  font-size: 17px;
}

.no-system-notifications {
  text-align: center;
  display: block;
  padding-top: 35px;
  font-weight: bold;
  font-size: 17px;
  background-color: #F4F4F4;
}

.system-notification {
  padding: 10px 15px;
  overflow: auto;
  background-color: white;
  transition: 0.5s;
  color: black;
  border-bottom-style: solid;
  border-bottom-color: #888888;
  border-bottom-width: 1px;
}

.new-notification-group {
  /*background-color: #b40300;*/
  margin-bottom: 10px;
  box-shadow: 0px 0px 8px #888888;
}

.system-notification:hover {
  background-color: #BFBFBF;
}

.system-notification:last-child {
  border-bottom: none;
}

.new-notification-group:last-child {
  margin-bottom: 0px;
}

.notification-group-title {
  padding-left: 10px;
  font-size: 15px;
  color: white;
}

.notification-group-title-container {
  padding: 4px 0px;
  background-color: #b40300;
}

/* ----------------------------------- */
.awp-valid {
  color: green;
}

.awp-invalid {
  color: red;
}

/* Fargo Connect */
.fc-label {
  color: #006363;
  font-weight: bold;
  font-size: 12pt;
}

.fc-printing-info-container {
  padding: 10px;
  background-color: #f0f3f4;
  border-radius: 4px;
  margin-top: 15px;
}

#fc-printing-blockmode-task-id {
  font-weight: bold;
}

#fc-certificate-name,
#fc-certificate-effective-date,
#fc-certificate-expiration-date,
#fc-certificate-sha1-thumbprint,
#fc-certificate-serialnumber,
#fc-certificate-issuer,
#fc-certificate-subject {
  margin-top: 7px;
}

.fc-confirm-label {
  text-align: center;
  font-size: 12pt;
  padding: 10px;
  color: #337ab7;
  font-weight: bold;
}

#printcards-last-status-image {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  color: #006363;
}

.panel-heading-bgcolor-aliceblue {
  background: aliceblue !important;
  color: #000000 !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.roster-label {
  margin-bottom: 8px;
}

.roster-switchery {
  height: 89px;
}

@media (max-width: 767px) {
  .oc-hidden-xs {
    display: none;
  }
}
/* Tab styles for forms with Tabs navigation */
.nav-pills > li > a {
  border-radius: 3px !important;
  line-height: 20px !important;
  background-color: white;
}

.nav > li > a:hover {
  background-color: rgb(235, 243, 249);
}

.nav-pills > li.active > a {
  background-color: #2a72b5 !important;
}

/* styles for save and cancel buttons within the tabs context UI */
.save-buttons-group {
  display: flex !important;
  justify-content: space-between;
  gap: 5px;
}

.save-buttons-group button {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .save-buttons-group {
    flex-direction: column;
  }
}

#bal_holder {
    table-layout: fixed;
}

#bal_holder td div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
