/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f100;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  padding: 20px;
  background-color: #323232;
  color: white;
}

.collapsible {
  border-color: #252525;
}

.collapsible-header {
  background-color: #0070bb;
  border-color: #252525;
  font-size: 16px;
  padding: .75rem;
  font-weight: bold;
}

.collapsible-body {
  padding: 5px;
  border-color: #252525;
  background-color: #121212;
}

.fail-reasons p {
  margin: 4px;
}

.row.fail-reasons {
  margin-bottom: 5px
}

.col.s1.cvert {
  margin-top: 15px;
  width: 5%;
  padding: 0;
}

.col.s1.cvert label {
  float: right;
}

.dropdown-content {
  background-color: #323232;
}

.dropdown-content li {
  min-height: 25px;
}

.dropdown-content li span {
  line-height: 14px;
  color: white;
}

.row {
  margin-bottom: 10px
}

.controller-select {
  display: flex;
  justify-content: center
}

.controller-select .input-field {
  margin-top: 0;
  margin-bottom: 0
}

.input-field label {
  color: white;
  display: inline-block;
}

input[type=text]:not(.browser-default) {
  border-bottom: 1px solid #0099ff;
}

.btn {
  background-color: #0099ff;
}

.controller-select img {
  border: 1px solid black;
  border-radius: 5px;
}

[type="radio"]:checked+span:after {
  background-color: #0099ff;
  border: 2px solid #0099ff;
}

[type="checkbox"]:checked+span:not(.lever):before {
  border-right: 2px solid #0099ff;
  border-bottom: 2px solid #0099ff;
}

.dropdown-trigger {
  color: white;
}

.select-dropdown li.optgroup>span {
  color: gray;
}

input[type="text"]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #0099ff;
}

input[type="text"]:not(.browser-default):focus:not([readonly])+label {
  color: white;
}

input[type="text"]:not(.browser-default):disabled {
  border-bottom: 1px solid #0099ff;
}

input {
  color: white
}

.row .col.s6 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #0099ff;
}

.input-field .prefix.active {
  color: #0099ff
}

.model-option {
  border: 1px solid #0099ff;
  border-radius: 5px;
  margin: 0px 3px 0px 3px
}

.autocomplete-content li .highlight {
  color: #0099ff !important;
}

marquee {
  height: 75vh;
}

.select-wrapper .caret {
  fill: white;
}

#pass-button:checked+span:after {
  background-color: #14e314;
  border: #14e314;
}

#fail-button:checked+span:after {
  background-color: red;
  border: red;
}

.modal-content {
  background-color: #121212;
}

.modal .modal-footer {
  background-color: #121212;
}

nav {
  background-color: #0099ff;
  border-radius: 10px 10px 0 0;
}

@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: inherit
  }
}

nav .sidenav-trigger {
  float: none;
  position: inherit;
  z-index: auto;
  margin: 0
}

#bbc-logo {
  margin-top: 3%;
}

.scroll-right {
  height: 50px;
  overflow: hidden;
  position: relative;
}

.scroll-right .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: right;
  /* Starting position */
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  /* Apply animation to this element */
  -moz-animation: scroll-right 15s linear infinite;
  -webkit-animation: scroll-right 15s linear infinite;
  animation: scroll-right 15s linear infinite;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100%);
  }

  100% {
    -moz-transform: translateX(100%);
  }
}

@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
  }
}

@keyframes scroll-right {
  0% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%);
  }

  100% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }
}

.warning-text {
  margin: 0;
  color: #ff6a00;
  font-weight: bold;
}

.model-option p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.model-option .placement-button {
  height: 7px;
  background-color: #0070bb;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #b1d2ef;
  border-radius: 3px;
}

.fr label span {
  font-size: 12px !important;
  color: #d9d9d9;
}

[type="checkbox"]+span:not(.lever):before {
  border: 2px solid #a1a1a1;
  border-radius: 3px
}

.row .col.s1pt5 {
  width: 12.5%;
  margin-left: auto;
  left: auto;
  right: auto
}

#order-number {
  width: 70%;
}

.btn-small i {
  line-height: 1;
}

.btn-small.order-number-button {
  height: 24px;
  width: 25px;
  padding: 0;
}

#test-search-button {
  position: relative;
  top: 4px;
  background-color: #0099ff;
}

#shopify-search-button {
  position: relative;
  top: 4px;
  background-color: #8db543;
}

#log-search-button {
  position: relative;
  top: 7px;
}

#tests-table {
  margin-top: 5px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  line-height: 0.5;
}

#tests-table thead tr {
  border-bottom: 2px solid black;
}

#tests-table tbody tr {
  font-size: 12px;
}

#tests-table thead {
  background-color: #0070bb;
}

.passing-row {
  background-color: #388e3c;
  border-bottom: 1px solid black;
}

.failing-row {
  background-color: #d32f2f;
  border-bottom: 1px solid black;
}

.rgbLed {
  animation-name: backgroundColorPalette;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
  /* linear is enabled default, it’s not necessary to add it make it work but it can make your code more expressive */
}

@keyframes backgroundColorPalette {
  0% {
    border-bottom: 2px solid #ee6055;
  }

  25% {
    border-bottom: 2px solid #60d394;
  }

  50% {
    border-bottom: 2px solid #aaf683;
  }

  75% {
    border-bottom: 2px solid #ffd97d;
  }

  100% {
    border-bottom: 2px solid #ff9b85;
  }
}

#bottom-modal {
  background-color: #323232;
  overflow: visible;
  border-top: 2px solid black;
}

#bottom-modal a {
  color: white;
  height: 22px;
  line-height: 27px;
}

.modal-overlay {
  display: none !important;
}

#controller-id-container {
  width: 22% !important;
}

#controller-id {
  font-size: 12px;
  width: 80% !important;
}

.main-radio-option {
  width: 14% !important;
}

#image-map {
  height: 400px;
  width: 90%;
}

.nav-checkbox label span {
  color: white;
}

.nav-checkbox label [type="checkbox"].filled-in:checked+span:not(.lever):after {
  border: yellow;
  background-color: yellow;
}

.nav-checkbox label [type="checkbox"].filled-in:checked+span:not(.lever):before {
  border-right: 2px solid blue;
  border-bottom: 2px solid blue;
}

.sidenav-checkbox-label {
  padding-left: 32px;
}

.tooltip-content>img {
  max-width: 800px;
}

.material-tooltip {
  border: 1px solid #ababab;
  border-radius: 5px;
}

.notes-container {
  height: 70px;
}

.tag-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tag>label>[type="checkbox"]+span:not(.lever) {
  font-size: 12px;
  padding-left: 25px;
}

.fail-reason-break {
  height: 1px;
  background-color: #353535;
  width: 30%;
  margin-left: 1%;
}

.brand-logo {
  line-height: 60px;
  position: relative !important;
}

.nav-wrapper img {
  margin-top: 3px;
  margin-right: 10px;
}

#production-dates {
  border: 1px solid grey;
  border-radius: 2px;
  margin-top: 10px;
}

#production-dates>div>span {
  font-weight: bold;
}

.browser-select-styled {
  background-color: black;
  color: white;
  border: 1px solid #0099ff;
  border-radius: 5px;
}

.browser-select-styled:focus {
  outline: 1px solid #ffffffc7;
}

select.browser-select-styled:valid {
  border: 2px solid #4caf50;
}

.sub-form {
  border: 2px solid white;
  border-radius: 5px;
  width: 90%;
  top: 5%;
  max-height: 90%;
}

.toast.submitted {
  background-color: #16cb1d;
  border: 2px solid white;
  font-weight: 500;
}

#slide-out {
  background-color: #3d3d3d;
}

#slide-out li a,
#slide-out li i,
#slide-out li label span {
  color: white;
  font-weight: 400;
}

#slide-out li a:hover {
  background-color: rgb(0 0 0 / 20%);
}

#slide-out li label.sidenav-checkbox-label span {
  padding-left: 55px;
  font-size: 14px;
}

/*   .btn, .btn-large, .btn-small, .btn-flat {
    border-radius: 3px;
  } */

.text-enable label [type="checkbox"]+span:not(.lever) {
  padding-left: 28px;
  margin-bottom: 5px;
}

.col.text-enable {
  display: flex;
  align-items: flex-end;
  padding: 0 1.75rem;
}

.fade75 {
  opacity: 75%;
}

.fade50 {
  opacity: 50%;
}

.fade25 {
  opacity: 25%;
}

.switch-field {
	display: flex;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	font-size: 20px;
	line-height: 1;
	text-align: center;
	padding: 10px 25px;
	margin-right: -1px;
	border: 1px solid #0099ff;
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

/* .switch-field input:checked + label {
	background-color: #a5dc86;
	box-shadow: none;
} */

#pass-button:checked + label {
  background-color: #14e314;
}

#fail-button:checked + label {
  background-color: red;
}

.switch-field label:first-of-type {
	border-radius: 5px 0 0 5px;
  background-color: #145514;
}

.switch-field label:last-of-type {
	border-radius: 0 5px 5px 0;
  background-color: #631616;
}