

/* bar styles */

tr.bar{
  border: solid 2px #004664;
  border: solid 2px var(--whitelabel-page-sidebar-bg);
}

tr.bar .primary{
  background: #01CD50 !important;
  background: var(--whitelabel-btn-primary-bg) !important;
  border: none;
}

tr.bar .secondary{
  background: white;
  border: none;
}

/* end bar styles */

span.header-options {
  margin-right: 25px;
  margin-top: 20px;
}

span.header-options a{
  margin-left: 5px;
}

/* checkbox td styles */

.checkbox-td-inner{
  position: relative;
}

.checkbox-td input {
  position: absolute !important;
  opacity: 0;
  left: 0;
  cursor: pointer;
}

.checkbox-td label::before {
  content: "";
  display: inline-block;
  cursor: pointer !important;
  vertical-align: text-bottom;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 2px solid #01CD50;
  border: 2px solid var(--whitelabel-btn-primary-bg);
  border-radius: 50%;
  background: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-td input[type=checkbox]:checked + label::before {
  background: #01CD50;
  background: var(--whitelabel-btn-primary-bg);
}

/* end checkbox td styles */


.badge {
  padding: 7px 10px !important;
  height: auto !important;
}

.table-data td, .table-data th {
  padding: 6px;
}

.dashboard-head.row{
  padding: 25px;
  background: #e9e9e9;
  margin: 0px -25px;
  margin-bottom: 25px;
}

.dashboard-head > div{
  text-align: center;
  border-right: solid 2px white;
}

@media screen and (max-width: 992px){
  .dashboard-head > div{
    text-align: center;
    padding-bottom: 6px;
    border-right: none;
    border-bottom: solid 2px white;
    margin-bottom: 12px;
  }
}

.dashboard-head > div:last-of-type{
  border: none;
}


.dashboard-head.row .col-xs-2{
  padding: 0px 25px;
}


.dashboard-head.row .col-xs-6{
  padding-right: 10px;
  padding-left: 10px;
}

.dashboard-head .graph-head-title{
  color: #004664;
  color: var(--whitelabel-page-sidebar-bg);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.dashboard-head .graph-head-value{
  color: #39E764;
  color: var(--whitelabel-page-sidebar-select);
  font-weight: 800;
  font-size: 30px;
}

.dashboard-head .graph-head-sub-title{
  color: #004664;
  color: var(--whitelabel-page-sidebar-bg);
}

.dashboard-head .graph-head-sub-value{
  color: #39E764;
  color: var(--whitelabel-page-sidebar-select);
  font-weight: 700;
}

.btn-group{
  border-right: none;
  margin-top: 10px;
}

.dashboard-head .btn-group a{
  margin-top: 2px;
  margin-bottom: 2px; 
}

.dashboard-head .btn-group .btn.btn-default{
  background: transparent;
  border: solid 2px #004664;
  border: solid 2px var(--whitelabel-page-sidebar-bg);
  font-size: 12px;
  font-weight: 600;
  color: #3C3C3C !important;
  color: var(--whitelabel-page-header-color) !important;
  padding: 10px 25px;
  width: auto !important;
  margin-right: 5px;
}

.dashboard-head .btn-group .btn.btn-default:hover{
  background: #004664;
  background: var(--whitelabel-page-sidebar-bg);
  color: white !important;
}

/*
 * Records screen
 */
.massivePoint {
  border: 1px solid #BBB;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  font-weight: normal;
  background: #004664;
  background: var(--whitelabel-page-sidebar-bg);
  color: #ccc;
  width: 260px !important;
  transform: translateY(-3px);
  border: none;
}

@media screen and (max-width: 992px){
  .massivePoint{
    width: 100% !important;
    margin-top: 20px;
  }
}

.massivePoint h2 {
  padding: 0;
  margin: 0;
  font-size: 200%;
}

.massivePoint h2.goodPoint {
  color: #39E764 !important;
  color: var(--whitelabel-page-sidebar-select) !important;
}

.massivePoint h2.warnPoint {
  color: #39E764 !important;
  color: var(--whitelabel-page-sidebar-select) !important;
}

.massivePoint p {
  margin: 2px 0 0 0;
  color: #fff;
}

.massivePoint a{
  color: #01CD50;
  color: var(--whitelabel-btn-primary-bg);
}

.massivePoint a:hover{
  color: #01CD50;
  color: var(--whitelabel-btn-primary-bg);
}

.warningField {
  color: #884400;
  background: #FFE0C0 !important;
}

.warningText {
  color: #DD0000;
  font-weight: 600;
}

/*
 * Bootstrap form overrides
 */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled] {
  color: #888 !important;
  background: #DDD !important;
}

.large-icon {
  font-size: 24px !important;
}

/*
 * Report status
 */
#reportStatus {
  border: 1px solid #DDD;
  padding: 40px;
  text-align: center;
  background: #2192e7;
  color: #FFF;
  border-radius: 8px;
  min-height: 250px;
}

#reportStatus h2, #reportStatus h3 {
  color: #FFF;
  margin-top: 0;
  padding-bottom: 0;
}

#reportProgressBar {
  margin: 30px 0 10px;
  background: #FFF;
  min-height: 36px;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 0 0 15px #E0FFFF;
  color: #888;
  font-size: 120%;
}

#reportProgressBar p {
  padding: 6px;
  margin: 0;
  width: 100%;
}

#reportProgressBarInside {
  background: #0B0;
  height: 36px;
  border-radius: 4px;
}

.reportStatusFaint {
  color: #63c2FF;
}

.selectedRow {
  background-color: #F0F8FF;
}

/*
 * SWMPs
 */
.swmpTocTable {
  width: 100%;
  border: 1px solid #BBB;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  background: #fff;
  -moz-box-shadow: 0 0 16px #BBB;
  -webkit-box-shadow: 0 0 16px #BBB;
  -box-shadow: 0 0 16px #BBB;
}

.swmpTocTable td {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 15px;
  vertical-align: middle;
}

.swmpTocTable th {
  background: #0172c7;
  border: 1px solid #448;
  color: #fff;
  padding: 0px;
  font-size: 160%;
  width: 65px;
  height: 65px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
}

.swmpTocTable th.subSection {
  background-color: #8cd75e;
  border: 1px solid #484;
  font-weight: 300;
}

.swmpReport {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  font-family: 'Open Sans', arial, sans-serif;
}

.swmpReportSummary {
  width: 100% !important;
}

.swmpReport h1 {
  letter-spacing: -3px;
  font-size: 300%;
  font-weight: 400;
  margin: 10px 0 30px 0;
  color: #0172c7;
}

h1.frontPageHeader {
  font-size: 440%;
  margin: 10px 0 40px 0;
}

.swmpReport h2 {
  letter-spacing: -2px;
  font-size: 280%;
  font-weight: normal;
  margin: 10px 0 20px 0;
  color: #444;
}

.swmpReport h3 {
  letter-spacing: -2px;
  font-size: 160%;
  font-weight: normal;
  line-height: 110%;
  margin: 0;
  padding: 0;
  color: #444;
}

.swmpReportHeader {
  height: 60px;
  padding-bottom: 20px;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #ccc;
}

.swmpReportHeader h1 {
  letter-spacing: -2px;
  font-size: 200%;
  font-weight: bold;
  padding: 30px 0 0 0;
  color: #0090d0;
}

.swmpReportHeader img {}

.swmpCoverHeader {
  height: 160px;
}

.swmpCoverHeader img {}

.swmpNotificationArea img {
  float: right;
}

.swmpReport h2 a:link, .swmpReport h2 a:visited {
  color: #444;
}

.swmpReportPage {
  border: 1px solid #888;
  background-color: #FFF;
  padding: 50px 70px;
  min-height: 1200px;
  margin-bottom: 20px;
  text-align: left;
}

.swmpBigTable {
  width: 100%;
  border: 1px solid #98b280;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  color: #33501b;
  background: #fcfffa url("/taos_adjunct/orb/gfx/tableback.jpg") repeat-x top left;
}

.swmpBigTable td {
  border-top: 1px solid #98b280;
  border-bottom: 1px solid #98b280;
  padding: 15px;
  font-size: 140%;
}

.swmpBigTable th {
  color: #33501b;
  border-top: 1px solid #98b280;
  border-bottom: 1px solid #98b280;
  background: #fcfffa url("/taos_adjunct/orb/gfx/tableback_dark.jpg") repeat-x top left;
  padding: 15px;
  font-size: 140%;
  text-align: right;
  letter-spacing: -1px;
  font-weight: bold;
}

.swmpSmallTable {
  width: 100%;
  border: 1px solid #98b280;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  color: #33501b;
  background: #fcfffa url("/taos_adjunct/orb/gfx/tableback.jpg") repeat-x top left;
}

.swmpSmallTable td {
  border-top: 1px solid #98b280;
  border-bottom: 1px solid #98b280;
  padding: 7px;
  vertical-align: top;
}

.swmpSmallTable th {
  color: #33501b;
  border-top: 1px solid #98b280;
  border-bottom: 1px solid #98b280;
  background: #fcfffa url("/taos_adjunct/orb/gfx/tableback_dark.jpg") repeat-x top left;
  padding: 7px;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}

.swmpReport .taosListTable th {
  background-color: #F0F0FF;
  color: #0090d0;
  font-weight: bold;
  border: 0;
  padding: 8px;
}

.swmpReport .taosListTable td {
  padding: 8px;
}

.swmpReport .taosDataTable td {
  padding: 8px;
}

.swmpReport .taosDataTable th {
  background-color: #F0F0FF;
  color: #0090d0;
  font-weight: bold;
  border: 0;
  padding: 8px;
}

.headlineRow td {
  background-color: #0090d0;
  color: #FFF;
  padding: 15px 5px;
}

.buttonPanel {
  border: 1px solid #DDD;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F0F0F0));
  background: -moz-linear-gradient(top, #fff, #F0F0F0);
  margin-bottom: 12px;
}

.swmpPrint {
  background-color: #444;
  background-image: none;
}

.printExplanation {
  background-color: #FFFFD0;
  color: #444;
  padding: 10px;
  margin-bottom: 40px;
  text-align: left;
}

.swmpStatus {
  text-align: center;
  background-color: #E0FFD0;
  border: 1px solid #A0AFA0;
  color: #282;
  padding: 15px;
  margin: 4px 0px 14px;
  border-radius: 5px;
}

.bigHighlight {
  text-align: center;
  font-family: arial, verdana;
  font-size: 140%;
  padding: 10px;
  color: #444;
  background-color: #FFC;
  border: 1px solid #DDA;
  margin: 10px 0 30px 0;
}

.swmpHeaderTable {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #BBB;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-size: 30px;
  font-weight: normal;
}

.swmpHeaderTable td {
  padding: 0px 10px;
  color: #888;
}

.swmpHeaderTable th {
  color: #0090d0;
  width: 35px;
  font-weight: normal;
}

/*
 * Alerts
 */
.alert h2, .alert h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

/*
 * Help
 */
.help .row {
  margin-bottom: 30px;
}

/*
 * Page header
 */

.logo-default {
  height: 36px;
  position: relative;
  top: -7px;
}

@media (max-width: 500px) {
  .logo-default {
    width: 130px;
  }
}

.top-menu {
  margin-top: 3px !important;
}

/*
 * Drop-down menus
 */
ul.dropdown-menu {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

/*
 * Page
 */
#page-content {
  padding-bottom: 110px;
  /* margin-bottom: 40px;  */
}

/*
 * Breadcrumb
 */
.breadcrumb {
  margin-bottom: 0px;
  border-radius: 0;
}

.breadcrumb>li+li::before {
  content: "/"
}

.breadcrumb i {
  margin-right: 6px;
}

/*
 * Headings
 */
h1 {
  margin: 0 0 20px 0;
}

/*
 * Palette
 */
.badge {
  background: #D00;
}

.btn.btn-default {
  color: #fff;
  background: #5A0;
  border: 0;
}

.btn.btn-default:hover {
  color: #fff;
  background: #380;
}

.btn.btn-default i {
  color: #fff !important;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, .page-sidebar .page-sidebar-menu>li.active>a, .page-sidebar .page-sidebar-menu>li.active.open>a {
  background: #6296C4 !important;
}

.page-content-inner{
  padding: 0px 25px;
  padding-top: 5px;
}

/*
 * Forms
 */

.filterForm {
  padding: 25px;
  background: #e9e9e9;
  margin: 0px -25px;
  /*margin-bottom: 25px;*/
}

.filterForm.flex-filterForm .controls-row{
  display: flex;
  align-items: center;
}

.filter-date-form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: #e9e9e9;
  margin: 0px -25px;
  align-content: center;
}

.filter-date-form-container label {
  padding: 0 5px 0 10px;
}

@media screen and (max-width: 992px){
  .filterForm.flex-filterForm .controls-row{
    flex-wrap: wrap;
  }
}

.filterForm.flex-filterForm .massivePoint{
  float: none !important;
  margin-left: auto;
}

.button-list {
  /*margin: 30px 0;*/
  text-align: center;
}

.button-list .btn{
  background: transparent !important;
  border: solid 2px #004664;
  border: solid 2px var(--whitelabel-page-sidebar-bg);
  font-size: 12px;
  font-weight: 600;
  color: #3C3C3C !important;
  color: var(--whitelabel-page-header-color) !important;
  padding: 10px 25px;
  width: auto !important;
  margin-right: 5px;
  transition: 0.2s;
}
@media screen and (max-width: 750px){
  .button-list .btn{
    width: 100% !important;
    margin: 5px 0px;
  }
}


.button-list .btn.btn-default{
  border: solid 2px #004664 !important;
  border: solid 2px var(--whitelabel-page-sidebar-bg) !important;
  color: #3C3C3C !important;
  color: var(--whitelabel-page-header-color) !important;
}

.button-list .btn.btn-default:hover{
  background: #004664 !important;
  background: var(--whitelabel-page-sidebar-bg) !important;
  color: white !important;
}


.button-list .btn.btn-primary{
  border: solid 2px #01CD50 !important;
  border: solid 2px var(--whitelabel-btn-primary-bg) !important;
  color: #3C3C3C !important;
  color: var(--whitelabel-page-header-color) !important;
}

.button-list .btn.btn-primary:hover{
  background: #01CD50 !important;
  background: var(--whitelabel-btn-primary-bg) !important;
  color: white !important;
}


.button-list .btn.btn-danger{
  border: solid 2px #444444 !important;
  border: solid 2px var(--whitelabel-btn-danger-bg) !important;
  color: #888888 !important;
  color: var(--whitelabel-page-header-color) !important;
}

.button-list .btn.btn-danger:hover{
  background: #444444 !important;
  background: var(--whitelabel-btn-danger-bg) !important;
  color: white !important;
}





.button-list-bottom {
  margin-top: 30px;
}

.filterForm .controls-row .form-control, .filterForm .controls-row>div {
  display: inline-block;
  vertical-align: bottom;
}

.filterForm .controls-row:first-child {
  margin-top: 0;
}

.filterForm .controls-row:last-child {
  margin-bottom: 0;
}

.form-horizontal .control-group {
  margin: 5px 0;
}

/*
 * Error states
 */
.form-error {
  color: #EB3246;
  color: var(--whitelabel-alert-danger-bg);
  padding-bottom: 10px;
}

/*
 * Login
 */
.login .content {
  /*background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  padding: 30px;*/
}

.login .welcom-login p{
  color: #fff;
  font-size: 15px;
}

.login .content h3, .login .content h1, .login .content label {
  color: #fff;
  margin: 0;
}

.login .content p {
  color: #444;
  margin-bottom: 30px;
}

.login .content .form-actions {
  /* margin-top: 20px; */
}

.login .form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login .login-submit {
  width: 80%;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px;
  font-size: 15px;
  margin: auto;
  display: block;
}

.repeatable .item {
    display: flex;
    align-items: flex-end;
}
.repeatable .item span {
    padding: 10px;
}
.repeatable .add-row {
    float: right;
}

/*
 * Print styles
 */
@media print {
  a[href]:after {
    content: "";
  }
}

@media print {
  .noprint, .printExplanation, .button-list {
    display: none;
  }

  .swmpPrint {
    background: white;
  }

  .swmpReport {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
  }

  .swmpReportPage {
    border: 0;
    background-color: transparent;
    padding: 50px 70px;
    min-height: 1200px;
    margin-bottom: 20px;
    text-align: left;
  }

  .table {
    font-size: 80% !important;
  }

  img.gauge {
    max-width: 90px;
  }
}


.page-header.navbar.navbar-fixed-top {
  /*
  height: 53px !important;
  padding: 11px !important;
  height: auto !important;
  */
}

.filterForm.invoice{
  margin-bottom: 0px;
}

.filterForm.invoice .controls-row{
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.filterForm.invoice .controls-row > input:first-of-type{
  width: 75%;
}

.filterForm.invoice .controls-row .date{
  display: flex;
  align-items: center;
}
.filterForm.invoice .controls-row .date .text {
  padding: 0 5px;
}

#form_form .nav-tabs {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.gtosinvoiceviewlist{
  /* --- */
}
.button-top-bar{
  padding: 25px;
  margin: 0px -25px;
  background: #e9e9e9;
  position: relative;
}

.button-top-bar::after{
  content: '';
  position: absolute;
  top: 0;
  background: white;
  left: 25px;
  right: 25px;
}

.gtosinvoiceviewlist::before{
  content: '';
  display: block;
  height: 2px;
  background: white;
  left: 25px;
  right: 25px;
  position: absolute;
  top: 0;
}

#search-field .icon-magnifier{
  transform: translateX(1px);
}

.page-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: -5px;
}

.taosTableCountBar {
  padding: 5px 0;
}

.page-sidebar-menu ul.sub-menu a{
  font-size: 13px !important;
}

.chart-totals {
  height: 70px;
  margin-top: 15px;
  overflow-y: visible;
}

/* Loading spinner */
.loader {
  border: 5px solid #f3f3f3;
  border-top-color: rgb(243, 243, 243);
  border-top-style: solid;
  border-top-width: 5px;
  border-top: 5px solid #555;
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
  display: block;
  z-index: 99;
  position: absolute;
  left: 56%;
  top: 5px;
}
@media (max-width: 1450px) {
  .loader {
      left: 53%;
  }
}
@media (max-width: 992px) {
  .loader {
    top: -5px;
    left: 57%;
  }
}
@media (max-width: 510px) {
  .loader {
    left: 50%;
  }
}

#search-group {
  position: relative;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#search-results {
  display: none;
}

#search-results .close-search {
  margin-bottom: 2rem;
}

.u-text-center {
  text-align: center;
}
.u-margin-top-small {
  margin-top: 1rem;
}
.u-margin-top-medium {
  margin-top: 2rem;
}
.u-margin-top-large {
  margin-top: 4rem;
}
#search-results .container-fluid:last-child {
  padding-bottom: 14rem;
}

.imageRotateBtn {
  display: none;
}

.gtos_imageFullSizeContainer .imageRotateBtn {
  display: inline-block;
}

#preview-container {
  width: 100%;
  height: 600px;
  overflow: auto;
  border: 1px solid #ddd;
  padding: 5px;
  display: none;
  flex-direction: column;
  align-items: center;
}

.menu-ticket {
  margin-top: 5px;
  margin-bottom: 20px;
  border: 0;
  color: #888;
  border-collapse: collapse;
}

.img-wrapper {
  position: relative;
  display: inline-block;
  width: 248px;
}

.image-label {
  position: absolute;
  top: 224px;
  left: 0;
  width: 100%;
  padding: 4px 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.menu-ticket td {
  padding: 0;
  border: 0;
  text-align: right
}

.menu-ticket td a {
  padding: 0 5px;
  font-size: 18px;
  color: #154563;
}

.menu-ticket td a:hover {
  text-decoration: none;
}

.download-link:hover {
  color: #44abe7;
}

.delete-link:hover {
  color: #d42016;
}

.view-link:hover {
  color: #39cc53;
}