/*!
 * C.A.S. master CSS file
 * Copyright (C) 2016 Software Consulting Services, LLC.
 */
/*********** COLORS ***********/
/* Customize these. */
/* ONLY HERE FOR COMPATIBILITY - should be phased out. */
.scs_b {
  font-weight: bold;
}
.scs_u {
  text-decoration: underline;
}
/* Global reset/overrides */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
div.wrapper {
  min-height: 100%;
  position: relative;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 8px;
  font-size: 70%;
}
nav.hidden + #containerWrapper footer {
  position: relative;
}
#containerWrapper {
  overflow-x: clip;
  /* Uses to make COE step slide work nicely without creating horizontal scrollbars*/
}
body {
  font-family: -apple-system, BlinkMacSystemFont, /* macOS, iOS (current) */ "Helvetica Neue", Helvetica, /* Mac OS X, iOS (older) */ Roboto, /* Android */ Arial, /* Windows (and others) */ sans-serif;
  /* everyone else */
}
a[disabled] {
  pointer-events: none;
  color: #777;
}
.align-top {
  vertical-align: top;
}
.tooltip {
  z-index: 1049;
}
select > option[disabled] {
  background-color: gainsboro;
  text-decoration: line-through;
}
/* Notification modal */
#alert-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1051;
}
#alert-box {
  margin: 0 auto;
  float: right;
}
#alert-window a.close {
  padding-left: 1ch;
}
/* "Login" overlay */
#loginOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: #006BA3;
  color: #eee;
}
#loginOverlay .content {
  width: 100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#loginOverlay .content .logoWrap {
  display: inline-block;
  max-width: 80%;
}
#loginOverlay .content .logoWrap .logo {
  background-size: contain;
  background-image: url("/scs/customimages/tbr_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 1314px;
  height: 170px;
  max-height: 170px;
  margin-bottom: 20px;
  max-width: 100%;
}
#loginOverlay .form-inline {
  margin: 0 10px;
}
#loginOverlay button {
  background-color: #00a6fc;
  color: #eee;
  border-color: #007cbc;
}
#loginOverlay button:hover,
#loginOverlay button:focus {
  background-color: #17afff;
}
#loginOverlay .footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  font-size: 80%;
}
#loginOverlay a {
  color: #00a6fc;
}
#loginOverlay a:hover,
#loginOverlay a:focus {
  color: #17afff;
}
@media (max-width: 767px) {
  #loginOverlay input {
    margin-bottom: 7px;
    border: 0;
  }
  .small-top-margin {
    margin-top: 5px;
  }
}
@media (max-height: 278px) {
  #loginOverlay .footer {
    display: none;
  }
}
#loginControls.has-error input {
  background-color: #f99;
}
/* Links */
a,
.link {
  color: #006BA3;
  cursor: pointer;
}
a:hover,
.link:hover,
a:focus,
.link:focus {
  color: #00283d;
}
/* Navbar */
.navbar {
  border: 0;
  border-radius: 0;
  z-index: 100;
}
.navbar-header .logo {
  background-size: contain;
  background-image: url("/scs/customimages/tbr_logo.png");
  background-repeat: no-repeat;
  background-position: left;
  width: 1314px;
  height: 47px;
  max-height: 47px;
  max-width: 100%;
  padding-left: 6px;
  padding-top: 6px;
}
#navbar .navbarLogoWrap .logo {
  background-size: contain;
  background-image: url("/scs/customimages/tbr_logo.png");
  background-repeat: no-repeat;
  background-position: left;
  width: 1314px;
  height: 80px;
  max-height: 80px;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 3px;
}
.logo.visible-xs-inline {
  position: absolute;
}
.navbar-default {
  background-color: #33b9ff;
  font-weight: bold;
}
.navbar-default .navbar-nav > li > a {
  color: #eee !important;
  cursor: pointer;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  cursor: pointer;
}
.navbar-default .navbar-toggle {
  border: 1px solid #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
span.acctinfo {
  float: right;
  margin-top: 9px;
  color: #eee;
}
@media (max-width: 767px) {
  /* Links are white-ish when navbar is collapsed */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #eee !important;
  }
}
.navbar-default .navbar-nav > li:not(.disabled) > a:hover,
.navbar-default .navbar-nav > li:not(.disabled) > a:focus,
.dropdown-menu > li:not(.disabled) > a:hover,
.dropdown-menu > li:not(.disabled) > a:focus,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-nav > .open > a,
.nav .open > a {
  color: #eee !important;
  background-color: #0babff !important;
}
.navbar-default .navbar-nav > .active > a,
.dropdown-menu > .active > a,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #00a1f5 !important;
  border-color: #00a1f5 !important;
  color: #eee !important;
}
.pagination > li > a {
  color: #006BA3;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #00283d;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px;
}
#contentDimmer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  color: #bbb;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav:not(.hidden) + #containerWrapper #contentContainer {
  margin-top: -20px;
  padding-bottom: 35px;
}
/* Popovers */
a[data-toggle='popover'] {
  color: #fff;
  background-color: #00a1f5;
  padding: 3px;
  border-radius: 2px;
  font-weight: bold;
  text-decoration: none;
  cursor: initial;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media (max-width: 767px) {
  a[data-toggle='popover'] {
    padding: 4px 6px;
  }
}
/* Popup Menu */
.popup-menu {
  z-index: 2000;
  display: block;
}
/* Buttons */
.btn.btn-last {
  border-radius: 0 4px 4px 0 !important;
}
.btn-fill-list-group-item {
  width: 100%;
  border: none;
  border-radius: 0px;
  text-align: left;
  padding: 15px 10px;
}
/* Page-specific controls */
#pwStrengthInd {
  margin-left: 2px;
  width: 98%;
  height: 5px;
}
label#pwStrength {
  margin-top: 9px;
}
/* Ad Info & Inquiry toolbar */
ul.tabs-margin {
  margin-top: 10px;
}
div.tab-content {
  padding: 7px;
  border: 1px solid #ddd;
  border-top: 0;
}
a.preview-image {
  cursor: zoom-in;
}
a.preview-image img {
  max-width: 100%;
}
.preview-frame {
  width: 100%;
  height: 400px;
  border: 1px solid #e5e5e5;
}
div.tab-pane#info .panel-heading h3 {
  font-weight: bold;
}
div.tab-pane#info .col-md-5 {
  padding: 0;
}
div.tab-pane#info .contactinfo {
  margin-left: 20px;
}
div#files {
  position: relative;
}
div#files div.file {
  margin-top: 10px;
}
/* Status labels */
.status_label {
  color: white;
  background: #aaaaaa;
  border-radius: 0.25em;
  width: 1em;
  padding-bottom: 1.5px;
  text-align: center;
  display: inline-block;
  line-height: 1em;
  font-family: sans-serif;
  font-weight: bold;
}
.status_label.new {
  background: #e82a2a;
}
.status_label.new:after {
  content: "n";
}
.status_label.inprogress {
  background: #fcbd05;
}
.status_label.inprogress:after {
  content: "i";
}
.status_label.outtoproof {
  background: #59bbe0;
}
.status_label.outtoproof:after {
  content: "o";
}
.status_label.markupinprogress {
  background: #59bbe0;
}
.status_label.markupinprogress:after {
  content: "m";
}
.status_label.returnedfromproof {
  background: #fcbd05;
}
.status_label.returnedfromproof:after {
  content: "p";
}
.status_label.finished {
  background: #00ab00;
}
.status_label.finished:after {
  content: "f";
}
.status_label.expired {
  background: #00ab00;
}
.status_label.expired:after {
  content: "e";
}
.status_label.killed {
  background: #000000;
}
.status_label.killed:after {
  content: "k";
}
.status_label.pastdeadline {
  background: #e82a2a;
  border-radius: 1em;
}
.status_label.pastdeadline:after {
  content: "!";
}
.status_label.approved {
  background: #00ab00;
  border-radius: 1em;
}
.status_label.approved:after {
  content: "\2713";
}
.status_label.modified {
  background: #fcbd05;
  border-radius: 1em;
}
.status_label.modified:after {
  content: "\2713";
}
.status_label.checkin {
  background: #59bbe0;
  border-radius: 1em;
}
.status_label.checkin:after {
  content: "i";
}
/* Tables3 */
td.fa {
  display: table-cell;
  /* reset to default */
}
.tables3 {
  position: relative;
  /* Per-page Tables3 stuff */
  /* Minimum width select column  */
  /* Ad Info Table Thumbnail View */
}
.tables3 div.dimmer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.tables3 #tab-content div.dimmer {
  margin: -7px;
}
.tables3 div.dimmer i.fa {
  margin-top: 13px;
  top: 13px;
  color: #bbb;
  position: sticky;
  position: -webkit-sticky;
}
.tables3 caption {
  padding: 8px;
}
.tables3 th[data-sortable='true'],
.tables3 th:not([data-filter-type="0"]) {
  cursor: pointer;
  padding-right: 12px;
}
.tables3 th[data-sortable='true']:hover,
.tables3 th:not([data-filter-type="0"]):hover {
  background-color: #f0f0f0;
}
.tables3 th[data-sortable='true'] i.fa.fa-sort,
.tables3 th:not([data-filter-type="0"]) i.fa.fa-filter {
  margin-right: -8px;
}
.tables3 th div.th-left {
  float: left;
}
.tables3 th div.th-right {
  width: 100%;
  text-align: right;
}
.tables3 th[data-sortable='false'][data-filter-type="0"] div.th-right {
  display: none;
}
.tables3 tr:nth-child(even) {
  background-color: #e9e9e9;
}
.tables3 tbody > tr > td {
  vertical-align: middle;
}
.tables3 tbody > tr > td.currency {
  text-align: right;
}
.tables3 tbody > tr > td.td_left {
  text-align: left;
}
.tables3 tbody > tr > td.td_right {
  text-align: right;
}
.tables3 tbody > tr > td.td_center {
  text-align: center;
}
.tables3 .pagination {
  margin: 0;
  padding: 0;
}
.tables3 .table-bottom-spacer {
  padding-bottom: 36px;
}
.tables3 .perpage-dropdown {
  display: inline-block;
  top: -13px;
}
.tables3 div.table-scrollview {
  overflow-x: auto;
  margin-bottom: 15px;
}
.tables3 div.table-scrollview table {
  margin-bottom: 0;
  white-space: nowrap;
}
.tables3 div.table-scrollview.permanent {
  background-color: #fcfcfc;
  border: 1px solid #ccc;
}
.tables3 div.dimmer#dropzone {
  font-weight: bold;
  color: #fff;
  padding-top: 30px;
  font-size: 200%;
  margin: -8px;
  z-index: 100;
}
.tables3 input[type=checkbox] {
  margin: 0;
  margin-left: 12px;
}
.tables3 th[data-column-type='1'] {
  width: 1px;
}
.tables3 #table_thumbnail_view div.thumbnail_col {
  padding-left: 2px;
  padding-right: 2px;
}
.tables3 #table_thumbnail_view div.thumbnail_col span {
  font-size: 20px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div {
  height: 200px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div img {
  max-width: 100%;
  max-height: 200px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div span {
  display: block;
  text-align: center;
  font-size: 150px;
}
.tables3 #table_thumbnail_view div.thumbnail_col div.thumbnail > div a {
  text-decoration: none;
}
.tables3 .pickup_files_preview {
  max-width: 184px;
}
@media (min-width: 768px) {
  .tables3 .table-condensed {
    font-size: 85%;
  }
}
@media (max-width: 767px) {
  .tables3 input[type=checkbox] {
    margin: 0;
  }
}
/* Table filter modal styles */
@media (min-width: 768px) {
  .filter2 :nth-child(1) {
    width: 40%;
  }
  .filter2 :nth-child(2) {
    width: 20%;
  }
  .filter2 :nth-child(3) input {
    width: 20%;
  }
  .filter2 :nth-child(4) {
    width: 15%;
  }
  .filter3 :nth-child(1) {
    width: 30%;
  }
  .filter3 :nth-child(2) {
    width: 55%;
  }
  .filter3 :nth-child(3) {
    width: 15%;
  }
  .filter6 :nth-child(1) {
    width: 15%;
  }
  .filter6 :nth-child(2) {
    width: 30%;
  }
  .filter6 :nth-child(3) {
    width: 15%;
  }
  .filter6 :nth-child(4) input {
    width: 15%;
  }
  .filter6 :nth-child(5) {
    width: 13%;
  }
}
.columns.well {
  background-color: #fbfbfb;
  max-height: 250px;
  overflow-y: auto;
}
.ui-sortable-handle {
  cursor: move;
}
.ui-sortable-handle input {
  cursor: default;
}
#Tables3_pickupwebfiles th[data-column-name='RENAMEFLAG'] {
  width: 1px;
}
/* Icon buttons */
.fa.icon-btn {
  padding: 6px;
  cursor: pointer;
}
.fa.icon-btn.alwaysgreen {
  color: #2ecc40;
}
.fa.icon-btn.alwaysgreen:hover,
.fa.icon-btn.green:hover {
  color: #15b327;
}
.fa.icon-btn.alwaysred {
  color: #ff4136;
}
.fa.icon-btn.alwaysred:hover,
.fa.icon-btn.red:hover {
  color: #e6281d;
}
.fa.icon-btn.yellow:hover {
  color: #cdaa1a;
}
.fa.icon-btn.blue:hover {
  color: #5685af;
}
/* Ad Info fa ext icons */
.fa-ext {
  margin-bottom: 0.7em;
  margin-right: 0.5em;
}
.fa-ext-text {
  margin-top: 1.3em;
}
/* Panels */
.panel-group .panel-heading:not(.no-hover-pointer) {
  cursor: pointer;
}
.panel-group .panel-heading:not(.no-hover-pointer):hover,
.panel-group .panel-heading:not(.no-hover-pointer):focus {
  background-color: #e8e8e8;
}
.panel-group .panel-heading:not(.no-hover-pointer) a:hover,
.panel-group .panel-heading:not(.no-hover-pointer) a:focus {
  text-decoration: none;
}
/* Forms */
.btn-primary {
  background-color: #00a1f5;
  border-color: #00a1f5;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #006BA3;
  border-color: #0095e3;
}
.btn-primary:focus,
.btn-primary:hover:active,
.btn-primary:focus:active {
  background-color: #00283d;
  border-color: #0095e3;
}
.input-group .form-control:not(:last-child) {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.input-group-btn > select {
  min-width: 150px;
}
.form-margined,
.btn-group-margined {
  margin: 10px 0;
}
input.form-control[type='date'] {
  text-align: left;
  /* fix Opera 12 & some other browsers */
}
input[type="file"] {
  display: initial;
}
textarea {
  resize: none;
}
textarea.tall {
  min-height: 350px;
}
.form-control.scs_editor {
  overflow-y: scroll;
  min-height: 300px;
  font-family: reset;
}
form.colorize-invalid .form-control:invalid {
  border-color: red;
}
.form-group-header label {
  text-decoration: underline;
}
@media (max-width: 767px) {
  input[type=checkbox]:not(.static-size) {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .form-condensed .col-sm-8,
  .form-condensed .col-sm-7,
  .form-condensed .col-sm-6,
  .form-condensed .col-sm-5,
  .form-condensed .col-sm-4,
  .form-condensed .col-sm-3,
  .form-condensed .col-sm-2,
  .form-condensed .col-sm-1 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .form-condensed .form-group {
    margin-bottom: 5px;
    margin-left: 0;
    padding: 0 5px;
  }
}
input.appearance-textfield {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
/* Blocks */
.block {
  width: 100%;
  height: 100%;
  float: left;
  padding: 0.5em;
  box-shadow: 0.1em 0.1em 0.2em;
}
.block:hover {
  box-shadow: 0.1em 0.1em 0.4em;
}
.coe-image-picker {
  columns: 2 200px;
}
.coe-image-picker img {
  width: 100%;
  padding: 2px;
  margin: 0.5em;
}
.coe-selected-image {
  outline: 3px solid #006BA3;
}
.coe-nav-tabs {
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 5;
}
.ebill-adpreview {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.no-padding {
  padding: 0;
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
  .coe-order-sidebar {
    position: sticky;
    top: 0.5em;
  }
}
/* Stepper */
.stepper {
  position: relative;
}
.stepper-pane {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0%;
  transition: left 1s ease, transform 1s ease, opacity 0.6s ease-out, visibility 0s linear;
}
.stepper-pane-left {
  left: calc(-100% - 2em);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition-delay: 0s, 0s, 0s, 0.6s;
}
.stepper-pane-right {
  left: calc(100% + 2em);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition-delay: 0s, 0s, 0s, 0.6s;
}
.stepper.stepper-rotate {
  perspective: 1500px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.stepper-rotate .stepper-pane-left {
  transform-origin: top right;
  transform: rotateY(-90deg);
}
.stepper-rotate .stepper-pane-right {
  transform-origin: top left;
  transform: rotateY(90deg);
}
