/* This CSS can be revised.

  The css-adjustable items include:
  - Background color of header: & > .page-header
  - Background color of progress bar/breadcrumb bar: .breadcrumb-wrapper .breadcrumb-progress
  - Color of buttons:
    - .btn-secondary : currently a dark gray
    - .btn-primary : primary action buttons on modal dialogs
    - .btn-primary[disabled] : disabled version of primary buttons
    - .btn-success : "Continue" and "Back" buttons
  - Table borders
 */
a, a:hover, a:visited {
  color: #0072ce;
}
body.white-label {
  font-size: 13px;
  font-family: verdana,futura,sans-serif;
}

body.white-label h1,
body.white-label h2,
body.white-label h3,
body.white-label h4 {
  font-family: verdana,futura,sans-serif;
}

body.white-label #toggle_spectra_viewer,
body.white-label #add_viability_dye {
  font-family: verdana,futura,sans-serif;
}

body.white-label > .page-header {
  background: linear-gradient(30deg, #0072ce 0%, #0072ce 100%);
}
body.white-label .breadcrumb-wrapper .breadcrumb-progress {
  background: #666;
}
body.white-label .marker-selection-component-breadcrumb-progress {
  background: #666;
}
body.white-label .product-selection-component-breadcrumb-progress {
  background: #666;
}
body.white-label .btn-secondary {
  background-color: #009959;
  border-color: #ddd;
  color: white;
  cursor: pointer;
}
body.white-label .btn-primary {
  background-color: #0072ce;
  border-color: #ddd;
  color: white;
  cursor: pointer;
}
body.white-label .btn-success {
  background: #0072ce;
  border-color: #ddd;
  color: white;
  cursor: pointer;
}
body.white-label .btn-primary[disabled] {
  background: #999;
  border-color: #000;
}

body.white-label .alert-panel-completion.btn.btn-success.show-continuing-dialog.next {
  color: #FFFFFF;
  border-color: #999;
  background-color: #0072ce;

  &:hover {
    background-color: darken(#0072ce, 8%);
  }
}

body.white-label table.table.table-bordered {
  border: 2px solid #0072ce;
}
body.white-label table.table.product-selection-table {
  border-color: #0072ce;
}
body.white-label .product-selection-table .fixed {
  border-color: #0072ce;
}
body.white-label .product-selection-table > thead > tr > th {
  border-color: #0072ce;
}
body.white-label .product-selection-table > thead > tr > td {
  border-color: #0072ce;
}
body.white-label .product-selection-table > tbody > tr > th {
  border-color: #0072ce;
}
body.white-label .product-selection-table > tbody > tr > td {
  border-color: #0072ce;
}
body.white-label .product-selection-table > tfoot > tr > th {
  border-color: #0072ce;
}
body.white-label product-selection-table > tfoot > tr > td {
  border-color: #0072ce;
}
body.white-label table.product-selection #options-header {
  border-color: #666;
}
body.white-label .dump-channel-marker-label {
  background-color: #666;
}
body.white-label .dump-cell.minimized {
  background-color: #666;
}
body.white-label .dump-channel-group-header {
  background-color: #666;
}
body.white-label .section-name {
  background-color: #666;
  border: 1px solid #666;
}
body.white-label .tableFloatingHeaderOriginal tr {
  border: 2px solid #666;
}
body.white-label .table-bordered > thead > tr > th, body.white-label .table-bordered > thead > tr > td, body.white-label .table-bordered > tbody > tr > th, body.white-label .table-bordered > tbody > tr > td, body.white-label .table-bordered > tfoot > tr > th, body.white-label .table-bordered > tfoot > tr > td {
  border: 1px solid #0072ce;
}
body.white-label .table > caption + thead > tr:first-child > th, body.white-label .table > caption + thead > tr:first-child > td, body.white-label .table > colgroup + thead > tr:first-child > th, body.white-label .table > colgroup + thead > tr:first-child > td, body.white-label .table > thead:first-child > tr:first-child > th, body.white-label .table > thead:first-child > tr:first-child > td {
  border-bottom: 2px solid #0072ce;
}
body.white-label #channel-label-section {
  background-color: #333;
}
body.white-label .marker_selections .panel-body {
  border: 2px solid #999;
}
body.white-label #panel-summary th {
  border: 1px solid #0072ce;
}
body.white-label #panel-summary td {
  border: 1px solid #0072ce;
}
body.white-label .dump-channel-label {
  background-color: #666;
}

/* This CSS is not easily revisable.
 */
body.white-label #white-label-nav {
  float: right;
  margin: 20px 29px -15px 0;
  font-size: 90%;
}
body.white-label #white-label-nav ul {
  list-style-type: none;
}
body.white-label #white-label-nav ul li {
  float: right;
  margin-left: 15px;
}
body.white-label #white-label-nav .navbar-btn {
  margin-top: -8px;
  margin-bottom: 0;
}
body.white-label #white-label-nav .dropdown-menu {
  border: 1px solid red;
  margin: 2px 0 0 -70px;
}
body.white-label #white-label-nav .dropdown-menu li {
  float: none;
  margin-left: 0;
}
body.white-label.panels-new #white-label-nav, body.white-label.saved-panels #white-label-nav, body.white-label.sessions-new #white-label-nav, body.white-label.passwords-new #white-label-nav, body.white-label.registrations-new #white-label-nav {
  margin: 15px 45px 5px 0;
}
body.white-label.panels-new #white-label-nav > ul > li > a, body.white-label.saved-panels #white-label-nav > ul > li > a, body.white-label.sessions-new #white-label-nav > ul > li > a, body.white-label.passwords-new #white-label-nav > ul > li > a, body.white-label.registrations-new #white-label-nav > ul > li > a {
  color: white;
}
body.white-label.panels-new > .page-header, body.white-label.saved-panels > .page-header, body.white-label.sessions-new > .page-header, body.white-label.passwords-new > .page-header, body.white-label.registrations-new > .page-header {
  margin-top: -55px;
}
body.white-label.panels-new > .page-header h2, body.white-label.saved-panels > .page-header h2, body.white-label.sessions-new > .page-header h2, body.white-label.passwords-new > .page-header h2, body.white-label.registrations-new > .page-header h2 {
  margin-bottom: 5px;
}
body.white-label.title-page {
  padding-top: 0px;
}
body.white-label .breadcrumb > li.active > a:after {
  content: "";
  width: 14px;
  height: 16px;
  background: url(/images/black_dot.png) no-repeat;
  background-size: 14px 16px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -6px;
  z-index: 20;
}
body.white-label #prod-selections-spacer {
  height: 329px;
}

#new-product-selection.other-suppliers .modal-content .btn-secondary {
  background-color: #0072ce;
  border-color: #ddd;
  color: white;
  cursor: pointer;
}
#new-product-selection.other-suppliers .modal-content .btn-primary {
  background-color: #0072ce;
  border-color: #ddd;
  color: white;
  cursor: pointer;
}
#new-product-selection.other-suppliers .modal-content .btn-success {
  background: #0072ce;
  border-color: #ddd;
  color: white;
  cursor: pointer;
}
#new-product-selection.other-suppliers .modal-content .btn-primary[disabled] {
  background: #999;
  border-color: #333;
}
#new-product-selection.other-suppliers .modal-content table.table.table-bordered {
  border: 2px solid #9d719f;
}
#new-product-selection.other-suppliers .modal-content .table-bordered > thead > tr > th, #new-product-selection.other-suppliers .modal-content .table-bordered > thead > tr > td, #new-product-selection.other-suppliers .modal-content .table-bordered > tbody > tr > th, #new-product-selection.other-suppliers .modal-content .table-bordered > tbody > tr > td, #new-product-selection.other-suppliers .modal-content .table-bordered > tfoot > tr > th, #new-product-selection.other-suppliers .modal-content .table-bordered > tfoot > tr > td {
  border: 1px solid #9d719f;
}
#new-product-selection.other-suppliers .modal-content .logo-container {
  float: right;
}
#new-product-selection.other-suppliers .modal-content .modal-header .white-label-modal-header {
  padding: 16px 0 6px 0;
}
#new-product-selection.other-suppliers .modal-content .modal-header .white-label-modal-close {
  padding-top: 16px;
}
#new-product-selection.other-suppliers .modal-content .branding-logo {
  max-height: 64px;
  margin-top: -22px;
  margin-right: 16px;
}
#new-product-selection .modal-dialog {
  width: 100%;
}
