
/* 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
 */
 .bg-indigo-600 {
  background-color: gray !important;
}

.border-indigo-600 {
  border-color: #666 !important;
}

.text-indigo-600 {
  color: #000 !important;
}

.check:checked ~ .track {
  box-shadow: inset 0 0 0 20px #f0ad4e !important;
}

.show.experiments [type='checkbox']:checked, .show.experiments [type='radio']:checked {
  background-color: #f0ad4e !important;
}

body.lite .btn-success:hover, body.lite .btn-primary:hover, body.lite body.data form:not(.form-inline):not(.navbar-form) .form-actions input[type=submit]:hover, body.data form:not(.form-inline):not(.navbar-form) .form-actions body.lite input[type=submit]:hover, body.experiments .btn-success:hover, body.experiments .btn-primary:hover, body.experiments body.data form:not(.form-inline):not(.navbar-form) .form-actions input[type=submit]:hover, body.data form:not(.form-inline):not(.navbar-form) .form-actions body.experiments input[type=submit]:hover {
  background-color: #f0ad4e !important;
  filter: brightness(95%);
}

body.lite .lw-btn:hover, body.experiments .lw-btn:hover {
  color: #ff6627 !important;
  filter: brightness(95%);
}

.panel-professor-lite {
  color: #666 !important;
}

body.white-label {
  font-family: Arial,sans-serif;
}

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

body.white-label > h3.popover-title {
  font-family: Arial,sans-serif;
}

body.white-label > .popover-content {
  font-family: Arial,sans-serif;
}

body.white-label .btn-save,
body.white-label #help-dropdown .btn,
body.white-label .page-tips #popover-tips {
  display: none;
}

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,
body.white-label .product-selection-table > thead > tr > th,
body.white-label #matrix-table th,
body.white-label #panel-summary th,
body.white-label > .panel-summary > th {
  text-transform: capitalize;
}

body.white-label .product-selection-table > thead > tr > th {
  text-transform: capitalize;
}

body.white-label #new-product-selection th {
  text-transform: capitalize;
}

body.white-label #panel-summary th {
  text-transform: lowercase;
}

body.white-label #panel-summary th::first-letter {
  text-transform: uppercase;
}

body.white-label #matrix-table th#lasers-th,
body.white-label .product-selection-table > thead > tr > th.laser,
body.white-label #matrix-table th.laser {
  text-transform: none;
}

body.white-label > .page-header {
  background: #666666;
  padding-top: 4px;
}

body.white-label a {
  color: #f0ad4e;
}

body.white-label .panel-body .marker-selection a {
  color: #000;
}

body.white-label .button-container a.btn-info {
  color: #000;
}

body.white-label a.btn-info {
  color: #000;
}

body.white-label .modal-dialog a {
  color: #000;
}

body.white-label .modal-dialog a.btn-secondary {
  color: #fff;
}

body.white-label .modal-dialog .product-selection-param a {
  color: #f0ad4e;
}

body.white-label .alert-panel-completion.btn.btn-success.show-continuing-dialog.next, body.data form:not(.form-inline):not(.navbar-form) .form-actions input.alert-panel-completion.btn-success.show-continuing-dialog.next[type=submit] {
  background: #f0ad4e;
  border: 1px solid #f0ad4e;
}

body.white-label .breadcrumb-wrapper .breadcrumb > li > a:hover {
  color: #f0ad4e;
}

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: #666666;
  border-color: #666666;
  color: #fff;
}
body.white-label .btn-primary {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
body.white-label .btn-success {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}
body.white-label .btn-primary[disabled] {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
body.form-check-input:checked  {
  background: #f0ad4e;
  border-color: #f0ad4e;
}

body.white-label .tablesorter-default thead .headerSortDown,
body.white-label .tablesorter-default thead .tablesorter-headerSortDown,
body.white-label .tablesorter-default thead .tablesorter-headerDesc,
body.white-label .tablesorter-default thead .headerSortUp,
body.white-label .tablesorter-default thead .tablesorter-headerSortUp,
body.white-label .tablesorter-default thead .tablesorter-headerAsc,
body.white-label .tablesorter-default th,
body.white-label .tablesorter-default thead td {
  border-bottom: 2px solid #666666;
}

body.white-label .tablesorter-default thead .headerSortDown:focus,
body.white-label .tablesorter-default thead .tablesorter-headerSortDown:focus,
body.white-label .tablesorter-default thead .tablesorter-headerDesc:focus,
body.white-label .tablesorter-default thead .headerSortUp:focus,
body.white-label .tablesorter-default thead .tablesorter-headerSortUp:focus,
body.white-label .tablesorter-default thead .tablesorter-headerAsc:focus,
body.white-label .tablesorter-default th:focus,
body.white-label .tablesorter-default thead td:focus {
    outline-color: #666;
}



body.white-label .form-control.input-sm {
  border-color: #f0ad4e;
}

body.white-label .select2-container.form-control {
  border-color: #f0ad4e;
}

body.white-label .select2-container .select2-choice {
  border-color: #f0ad4e !important;
}

body.white-label .select2-drop-active {
  border-color: #f0ad4e;
}

body.white-label .select2-results .select2-highlighted {
  color: white;
  background-color: #f0ad4e;
}

body.white-label .select2-results-dept-1.select2-result.select2-result-selectable.current-selected {
  color: white;
  background-color: #f0ad4e;
}

body.white-label .select2-result-label.current-selected {
  color: white;
  background-color: #f0ad4e;
}

body.white-label .ui-menu-item.current-selected {
  color: white;
  background-color: #f0ad4e;
}

body.white-label .ui-front.ui-menu.ui-widget.ui-widget-content.marker-dropdown-menu {
  color: #000;
}

body.white-label .ui-front.ui-menu.ui-widget.ui-widget-content.marker-dropdown-menu li {
  color: #000;
}

body.white-label .rc-slider-handle {
  border: solid 2px #f0ad4e;
}

body.white-label .rc-slider-track {
  background-color: #f0ad4e;
}

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: 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 #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;
}

body.white-label #toggle_spectra_viewer,
body.white-label #add_viability_dye,
body.white-label #toggle_fluorescent_proteins,
body.white-label #toggle_colors_with_no_products,
body.white-label #toggle_kits
{
  font-family: Arial,sans-serif;
  background-color: #666;
}

body.white-label #toggle_spectra_viewer.active,
body.white-label #add_viability_dye.active,
body.white-label #toggle_fluorescent_proteins.active,
body.white-label #toggle_colors_with_no_products.active,
body.white-label #toggle_kits.active

{
  background-color: #333;
}
/* 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 #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: #f0ad4e;
  border-color: #999;
  border-radius: 3px;
}

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

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

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

.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-search input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
