/* http://stackoverflow.com/questions/21604674/bootstrap-modal-background-jumps-to-top-on-toggle */
body.modal-open {
  overflow: visible;
}
.red-color-line {
  height: 6px;
  background-image: -webkit-linear-gradient(left, #ed1b24, #ee1c25 100%);
  background-image: -moz-linear-gradient(left, #ed1b24, #ee1c25 100%);
  background-image: -o-linear-gradient(left, #ed1b24, #ee1c25 100%);
  background-image: linear-gradient(to right, #ed1b24, #ee1c25 100%);
}
.photo-modal {
  max-width: 100%;
  max-height: 100%;
}
.fs-14 {
  font-size: 14px;
}
.mls {
  margin-left: 5px;
}
.mts {
  margin-top: 5px;
}
.mlm {
  margin-left: 15px;
}
.mbm {
  margin-bottom: 15px;
}
.mbl {
  margin-bottom: 20px;
}
.mtm {
  margin-top: 15px;
}
.pzero {
  padding: 0;
}
.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
ul.linkList > li a,
.dropdown-menu {
  font-size: 20px;
}
#logo.light-version {
  border-right: 1px solid #e4e5e7;
  margin: 0;
  padding: 9px;
  vertical-align: middle;
  width: 325px;
  text-align: left;
}
#logo.light-version a {
  line-height: 31px;
}
#logo.light-version img.candleIcon {
  width: auto;
  height: 38px;
  vertical-align: bottom;
  margin-right: 9px;
}
.icheckbox_square-green,
.iradio_square-green {
  width: 40px;
  height: 40px;
  background-size: auto 40px;
}
.icheckbox_square-green.checked,
.iradio_square-green.checked {
  background-position: -79px 0;
}
.icheckbox_square-green.checked.disabled,
.iradio_square-green.checked.disabled {
  background-position: -120px 0;
}
.icheckbox_square-green.checked.disabled,
.iradio_square-green.checked.disabled,
.icheckbox_square-green .checked.disabled.hover,
.iradio_square-green .checked.disabled.hover {
  background-position: -159px 0;
}
.icheckbox_square-green.disabled,
.iradio_square-green.disabled,
.icheckbox_square-green .disabled.hover,
.iradio_square-green .disabled.hover {
  background-position: -119px 0;
}
.icheckbox_square-green.hover,
.iradio_square-green.hover {
  background-position: -40px 0;
}
.icheckbox_square-green.checked.hover,
.iradio_square-green.checked.hover {
  background-position: -79px 0;
}
.glyphicon-warning-sign {
  font-size: 1.5em;
}
.offline-icon {
  font-weight: 600;
}
.lot-search-panel input {
  height: 50px;
  width: 400px;
  font-size: 35px;
}
#header .color-line {
  background-image: linear-gradient(to right, #ed1b24, #ee1c25 100%) !important;
}
.large-input {
  max-width: 400px;
  margin: 0 auto;
  width: 75%;
}
.large-input input {
  height: 50px;
  font-size: 30px;
}
.large-input span.glyphicon {
  font-size: 28px;
  bottom: 7px;
  right: 6px;
  top: auto;
}
.has-info .control-label {
  color: #3498db;
}
.has-info .form-control {
  border-color: #3498db;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-info .form-control-feedback {
  color: #3498db;
}
ul.notifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 300px;
}
ul.notifications-list li.notification {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 5px;
  background: #ffffff;
  /* margin: 10px; */
  padding: 10px;
}
ul.notifications-list li.notification a {
  padding: 0;
  color: #34495e;
  font-size: 17px;
}
ul.notifications-list li.notification h4 {
  font-size: 15px;
  margin: 2px 0px;
}
ul.notifications-list li.notification span.body {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
}
ul.notifications-list li.notification span.date {
  display: block;
  color: #999;
  font-weight: 300;
  font-size: 12px;
}
ul.notifications-list li.notification.severity1 {
  border-left: 3px solid #e74c3c;
}
ul.notifications-list li.notification.severity2 {
  border-left: 3px solid #e67e22;
}
ul.notifications-list li.notification.severity3 {
  border-left: 3px solid #62cb31;
}
ul.notifications-list li.notification.unread {
  background: #f0f4ff;
}
ul.notifications-list li.notification-footer {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
/* Toastr custom styles*/
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  margin: 10px auto 0;
}
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success {
  background-image: none;
}
#toast-container > div {
  background: #fff;
  padding: 20px;
  color: #6a6c6f;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
#toast-container > div:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}
.toast-close-button {
  color: #000;
  opacity: 0.2;
}
.toast-info {
  background: #fff;
  border-left: 6px solid #3498db;
}
.toast-success {
  background: #fff;
  border-left: 6px solid #62cb31;
}
.toast-warning {
  background: #fff;
  border-left: 6px solid #ffb606;
}
.toast-error {
  background: #fff;
  border-left: 6px solid #e74c3c;
}
.toast-progress {
  opacity: 0.6;
}
.toast-info .toast-progress {
  background-color: #3498db;
}
.toast-success .toast-progress {
  background-color: #62cb31;
}
.toast-warning .toast-progress {
  background-color: #ffb606;
}
.toast-error .toast-progress {
  background-color: #e74c3c;
}
.hpanel > .panel-heading {
  font-size: 1.5em !important;
  font-weight: 200 !important;
}
.keyboard-spacing {
  margin-bottom: 300px;
}
input[type="checkbox"] {
  overflow: hidden;
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 5px;
  border: 2px solid #e4e5e7;
  font-family: "Glyphicons Halflings";
}
input[type="checkbox"]:checked {
  background: #6aa750;
}
input[type="checkbox"]:checked:before {
  font-size: 17px;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e013";
  color: #fff;
  margin: 10px;
  display: inline-block;
}
.skipped-overlay {
  position: absolute;
  top: 118px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.84);
  left: 0;
  bottom: 0;
  z-index: 999;
}
.skipped-overlay h3 {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 60px 0 20px;
  font-size: 40px;
}
.skipped-overlay h4 {
  text-align: center;
}
.panel-body.login-body {
  padding: 15px 0;
}
.vertically-center {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
.api-version-tag {
  position: absolute;
  bottom: 3px;
  right: 4px;
  color: #6d6d6d;
}
.number-field {
  z-index: 4;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.login-logo {
  margin: 9px auto 0;
  display: block;
  width: auto;
  height: 189px;
}
.password-reset-logo {
  margin: 9px auto 56px;
  display: block;
  width: auto;
  height: 189px;
}
.view-exceptions-btn-text {
  font-size: 8px;
  width: 40px;
  line-height: 10px;
  text-align: left;
  display: inline-block;
  top: -3px;
  position: relative;
  left: -2px;
}
.melt-pool-indicator {
  font-size: 15px;
  line-height: 30px;
  display: inline;
  padding-top: 4px;
}
.melt-pool-indicator .textGreen {
  color: green;
}
.melt-pool-indicator .textRed {
  color: red;
}
.melt-pool-indicator .textGray {
  color: gray;
}
.melt-pool-indicator .textOrange {
  color: orange;
}
.melt-pool-observation {
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
.lot-fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px solid #9a9999;
  border-radius: 8px;
}
.legend {
  display: block;
  padding: 0;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
}
.grid-wcoc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.backgroundGreen {
  background-color: #8cd969;
}
.backgroundRed {
  background-color: #ed7c71;
}
.backgroundOrange {
  background-color: #f2bb6e;
}
.backgroundGray {
  background-color: #cccccc;
}
.tab-left {
  padding-left: 0.75em;
}
.query-results {
  font-size: 14px;
  font-weight: bold;
}
#queryLotForm {
  font-size: 15px;
  font-weight: bold;
}
#pendingReviewForm {
  font-size: 15px;
  font-weight: bold;
  padding: 20px;
}
.query-page-padding {
  padding: 0 2%;
  padding-top: 20px;
}
.query-border-bottom {
  border-bottom: 1px solid #e4e5e7;
}
.query-date-margin {
  margin-top: 9;
  margin-bottom: 0;
}
.query-date-spacing {
  padding-top: 10px;
}
.zero-margin {
  margin: 0;
}
.query-spacing {
  margin: 0;
}
.icon-padding {
  padding: 0 10px;
}
.upper-case {
  text-transform: uppercase;
}
.unsubscribe-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f1f3f6;
}
.custom-lot-toolbar-button {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.custom-search-button {
  font-size: 18px;
  padding: 6px 96px;
}
.custom-button {
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.no-side-margin {
  margin-right: 0;
  margin-left: 0;
}
.text-align-left {
  text-align: left;
}
.pending-review-table tr {
  background: white;
  border-bottom: 1px solid #ddd;
}
.pending-review-table tr th,
.pending-review-table tr td {
  height: 35px;
  padding-right: 15px;
  padding-left: 20px;
  white-space: nowrap;
}
.pending-review-table tr th {
  color: #aaa;
}
.pending-review-table tr.table-row:hover {
  background: #ddd;
}
.pending-review-table td:last-child {
  width: 100%;
}
.container-spacing {
  height: 84px;
}
.container-spacing md-input-container {
  margin-left: 25px;
  margin-right: 25px;
}
.green-text {
  color: green;
}
.red-text {
  color: red;
}
@media (min-width: 992px) {
  .toolbar-top {
    position: -webkit-sticky;
    position: sticky;
    top: 87px;
  }
}
.flex-container {
  display: flex;
  float: left;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.full-width {
  width: 100%;
}
.side-padding-6 {
  padding-right: 6px;
  padding-left: 6px;
}
.side-margin-4 {
  margin-right: 4px;
  margin-left: 4px;
}
.wcoc-distance {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}
.text-center {
  text-align: center;
}
.align-center {
  margin: auto;
}
.wcoc-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
md-checkbox .md-label {
  margin-right: 16px;
}
.display-flex {
  display: flex;
}
.flex-around {
  justify-content: space-around;
}
.gap-4 {
  gap: 4rem;
}
.w-12 {
  width: 12rem;
}

.glyphicon-warning-sign {
  font-size: 1.5em;
}
.bold-icon {
  font-weight: 600;
}
body.modal-open {
  position: relative !important;
}
.lot-search-form {
  text-align: center;
  margin-top: 2px;
  height: 56px;
}
#lot-search-bar {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  width: 0px;
  box-sizing: border-box;
  border: 0px solid #fff;
  border-radius: 4px;
  background: #fcfcfc;
  padding: 12px 0px 12px 00px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
#lot-search-bar:focus {
  width: 200px;
}
.navbar.navbar-static-top a,
.nav.navbar-nav li a {
  color: #34495e;
}

.lot-search-panel input {
  height: 50px;
  width: 400px;
  font-size: 25px;
  text-transform: uppercase;
}
#exception-barcode {
  margin-right: 20px;
  font-size: 2em;
}
.linkList li {
  margin: 10px 0;
}
.lot-list-table {
  margin-bottom: 0;
}
.dashboard-btns {
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 2px;
}

.file-drop-zone {
  border: none;
  text-align: center;
  position: relative;
  border-radius: 12px;
}
.file-drop-zone .center-icon {
  display: block;
  color: #ababab;
  text-align: center;
  font-size: 29px;
  padding: 30px 100px;
}
.file-drop-zone .center-icon i {
  font-size: 100px;
  margin: 36px auto 0;
  display: block;
}
.btn-container {
  display: inline-block;
}
.btn-container .btn {
  margin: 0 10px;
}
.btn-center {
  padding: 16px 0px;
}
.center-text {
  text-align: center;
}
.text-left {
  text-align: left;
}
.fa-camera,
.fa-paperclip,
.fa-trash-o,
.fa-download,
.fa-file-text-o,
.fa-exclamation-triangle,
.fa-thermometer-half {
  color: #34495e;
}
.photoCaptureForm {
  font-size: 18px;
  margin-top: 20px;
}
#my_camera {
  margin: 0 auto;
}
.thumb {
  float: none;
  position: relative;
  border-radius: 8px;
  text-align: center;
}

.file-drop-zone {
  border: none;
  text-align: center;
  position: relative;
  border-radius: 12px;
}
.file-drop-zone.dragover {
  border: 3px dashed #ababab;
}
.file-drop-zone .center-icon {
  display: block;
  color: #ababab;
  text-align: center;
  font-size: 29px;
  padding: 30px 100px;
}
.file-drop-zone .center-icon i {
  font-size: 100px;
  margin: 36px auto 0;
  display: block;
}
.btn-container {
  display: inline-block;
}
.btn-container .btn {
  margin: 0 10px;
}
.btn-center {
  padding: 16px 0px;
}
.center-text {
  text-align: center;
}
.text-left {
  text-align: left;
}
.fa-camera,
.fa-paperclip,
.fa-trash-o,
.fa-download,
.fa-file-text-o,
.fa-exclamation-triangle,
.fa-thermometer-half {
  color: #34495e;
}
.photoCaptureForm {
  font-size: 18px;
  margin-top: 20px;
}
#my_camera {
  margin: 0 auto;
}
.thumb {
  float: none;
  position: relative;
  border-radius: 8px;
  text-align: center;
}

#thirty-minute-round-view {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}
.scrollable-menu {
  height: auto;
  max-height: 250px;
  overflow-x: hidden;
  text-align: center;
  padding: 0 25%;
}
.scrollable-menu li {
  display: inline-block;
  position: relative;
}
.wick-index {
  min-width: 55px;
  float: left;
}

#equal-width {
  width: 65px;
  float: right;
  padding: 10px 8px;
}
.btn-round {
  border-radius: 4px;
}
.separator {
  border-right: 1px solid #e4e5e7;
}
#timer {
  background-color: #e4e5e7;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#remove-left-border-radius {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#melt-pool-table .candle-index {
  vertical-align: middle;
}

.observation-nav-top .centered-lot-header {
  position: absolute;
  top: 13px;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  margin: 0 24%;
  width: 50%;
}
.observation-nav-top .centered-round-header {
  top: 2px;
}
.observation-nav-top .navbar {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .observation-nav-top .navbar-right {
    display: inline-block;
  }
}
.observation-nav-top .melt-pool-observation {
  font-size: 15px;
  font-weight: bold;
}
.panel-padding {
  padding: 10px !important;
}
.no-side-padding {
  padding-right: 1px;
  padding-left: 1px;
}
.btn-obs-exc {
  margin-top: 17px;
}
.button-bottom-spacing {
  margin-bottom: 4px;
}
.aggressive-btn {
  font-size: 10px;
  white-space: normal;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 34px;
}
.aggressive-btn-2 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.hr-line {
  margin: 0;
  padding: 0;
  margin-top: 4px;
}
.candle-obs-button {
  text-align: center;
  padding: 15px 0 10px 0;
}
.border-right {
  border-right: 1px solid #EEEEEE;
}
.candle-observation {
  min-width: 490px;
  margin-bottom: 0;
}
.candle-observation .observation-main {
  border-right: 1px solid #e4e5e7;
}
.candle-observation .observation-main .wick-header h8 {
  margin-left: 6px;
}
.candle-observation .observation-main .wick-rows {
  min-height: 50px;
  padding-right: 0;
}
.candle-observation .observation-main .wick-count {
  font-size: 17px;
  line-height: 4;
  text-align: right;
  padding: 0;
}
.candle-observation .observation-main .wick-action {
  margin-bottom: 10px;
  padding: 0;
}
.candle-observation .observation-main .btn-sm {
  transform: translateY(65%);
}
.candle-observation .observation-sidebar {
  padding-left: 8px;
}
.candle-observation .observation-sidebar > ul.linkList {
  display: block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.candle-observation .observation-sidebar > ul.linkList li:first-child {
  border-top: 1px solid #e4e5e7;
}
.candle-observation .observation-sidebar > ul.linkList li {
  border-bottom: 1px solid #e4e5e7;
  position: relative;
  display: block;
}
.candle-observation .observation-sidebar > ul.linkList li a {
  color: #6a6c6f;
  font-weight: 500;
  padding: 10px 20px;
  position: relative;
  display: block;
  text-align: center;
}
.candle-observation .observation-sidebar > ul.linkList .split {
  display: inline-block;
  border-right: 1px solid #e4e5e7;
  text-align: center;
  width: 33%;
  font-size: 17px;
  padding: 12px 0;
  margin: 0;
}
.candle-observation .observation-sidebar > ul.linkList .split:last-child {
  border-right: none;
}
.candle-observation .observation-sidebar .candle-observations-overview h5 {
  margin: 14px 0px 5px;
}
.candle-observation .observation-sidebar .candle-observations-overview span.label {
  display: inline-block;
}
.hpanel .panel-body.panel-multi-list {
  padding: 0;
  height: 362px;
  overflow: auto;
}
.hpanel .panel-body.panel-multi-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hpanel .panel-body.panel-multi-list ul li {
  border-bottom: 1px solid #3498DB;
  padding: 9px 20px 5px;
}
.hpanel .panel-body.panel-multi-list ul li label {
  width: 100%;
}
ul.exceptionSummary {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
ul.exceptionSummary .row-one > span {
  margin-right: 15px;
}
ul.exceptionSummary .bold {
  font-weight: bold;
}
ul.exceptionSummary li > div {
  margin-left: 15px;
}
.wick-count {
  font-size: 17px;
  line-height: 4;
  text-align: right;
  padding: 0;
}
.wick-row {
  min-height: 50px;
}
.slider-flex {
  flex: 1 0px;
}

.left-pad {
  padding-left: 10px;
  min-width: 150px;
}
.add-pad {
  padding-top: 9px;
  padding-right: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
}
.add-scroll {
  overflow-x: scroll;
  width: 100%;
}

.notifications-list .glyphicon-trash {
  cursor: pointer;
}

li.exceptionEntry .alert {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e4e5e7;
}
li.exceptionEntry .alert .accentColor {
  background: green;
  height: 100%;
  width: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

#loading-indicator-backdrop {
  background-color: rgba(238, 238, 238, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#loading-indicator-container {
  position: relative;
  top: 40%;
}
#loading-indicator-text {
  text-align: center;
  padding-left: 20px;
  margin: 20px;
  color: #ff0000;
  font-size: 2em;
}
#loading-indicator-img {
  display: block;
  margin: auto;
}

lx-slider .slider-control-button {
  color: #f5323f;
  font-size: 1.8em;
  margin-top: 24px;
  cursor: pointer;
}
lx-slider .slider-control-button.disabled {
  color: #e8e8e8;
  cursor: not-allowed;
}
lx-slider .slider-minus {
  text-align: right;
}
lx-slider rzslider .rz-pointer {
  outline: none;
  background-color: #f5323f;
}
lx-slider rzslider .rz-pointer.rz-active:after {
  background-color: #663333;
}
lx-slider rzslider .rz-ticks .rz-tick {
  background: #ffabae;
  width: 3px !important;
}
lx-slider rzslider .rz-ticks .rz-tick.rz-selected {
  background: #f5323f;
}
lx-slider rzslider .rz-bar {
  background: #ffabae;
}
lx-slider rzslider .rz-bar.rz-selection {
  background: #f5323f;
}

