/* 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
 */
body.white-label > .page-header {
  background: linear-gradient(30deg, #343092 0%, #343092 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: #9c9d9d;
  border-color: #666;
  color: #fff;
}
body.white-label .btn-primary {
  background: #343092;
  color: #fff;
  border-color: #333;
}
body.white-label .btn-success {
  background: #343092;
  color: #fff;
  border-color: #000;
}
body.white-label .btn-primary[disabled] {
  background: #343092;
  color: #fff;
  border-color: #000;
}
body.white-label table.table.table-bordered {
  border: 2px solid #666;
}
body.white-label table.table.product-selection-table {
  border-color: #666;
}
body.white-label .product-selection-table .fixed {
  border-color: #666;
}
body.white-label .product-selection-table > thead > tr > th {
  border-color: #666;
}
body.white-label .product-selection-table > thead > tr > td {
  border-color: #666;
}
body.white-label .product-selection-table > tbody > tr > th {
  border-color: #666;
}
body.white-label .product-selection-table > tbody > tr > td {
  border-color: #666;
}
body.white-label .product-selection-table > tfoot > tr > th {
  border-color: #666;
}
body.white-label product-selection-table > tfoot > tr > td {
  border-color: #666;
}
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: none;
}
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 #666;
}
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 #666;
}
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 #666;
}
body.white-label #panel-summary td {
  border: 1px solid #666;
}
body.white-label .dump-channel-label {
  background-color: #666;
}


/* This CSS is not easily revisable.
 */
body.white-label #new-product-selection .modal-content {
  height: 650px;
}
body.white-label #new-product-selection .modal-body {
  height: calc(100vh - 200px);
}
body.white-label #new-product-selection .modal-footer {
  padding-right: 30px;
}

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 #prod-selections-spacer {
  height: 329px;
}

#new-product-selection.other-suppliers .modal-content .btn-secondary {
  background: #636363;
  border-color: #636363;
  color: #fff;
}
#new-product-selection.other-suppliers .modal-content .btn-primary {
  background: #9d719f;
  border-color: #9d719f;
}
#new-product-selection.other-suppliers .modal-content .btn-success {
  background: #9D719F;
  border-color: #cccccc;
}
#new-product-selection.other-suppliers .modal-content .btn-primary[disabled] {
  background: #BFA0C0;
  border-color: #BFA0C0;
}
#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;
}

body.lite .step-bar {
  margin-top: -4px;
  padding: 8px 0 12px 0;
}

body.lite .intro {
  margin-bottom: 16px;
}

#lite-container .btn-success {
  background-color: #343092;
  border-color: #999;
  border-radius: 3px;
}

#lite-container .btn-success:hover {
  background-color: #343092;
  border-color: #999;
  border-radius: 3px;
}

#lite-container .btn-primary {
  border-radius: 3px;
}

#lite-container .btn-disabled {
  border-radius: 3px;
}
