/* Utility */
.util-UX-hidden {
  display: none !important; }

input.util-faded-placeholder::-webkit-input-placeholder {
  color: #c4c3c3; }

input.util-faded-placeholder::-moz-placeholder {
  color: #c4c3c3; }

.util-application-backdrop {
  position: absolute;
  z-index: 99;
  background: #222f3c;
  height: 100%;
  width: 100%; }

.util-backdrop {
  position: absolute;
  z-index: 99;
  background: rgba(255, 255, 255, 0.7);
  height: 100%; }

.util-round {
  border-radius: 10px; }

.util-infront {
  z-index: 100; }

.util-hidden {
  display: none !important; }

.util-understate-all {
  color: #9c9b99 !important; }
  .util-understate-all * {
    color: #9c9b99 !important; }
  .util-understate-all .setpoint input[type=number]:focus {
    background-color: rgba(156, 155, 153, 0.1) !important;
    border-bottom: 1px solid #9c9b99 !important; }

.util-no-outline {
  outline: none; }

.util-overflow-vertical {
  overflow-x: hidden;
  overflow-y: auto; }

.util-no-events {
  pointer-events: none; }

.util-all-events {
  pointer-events: all !important; }

.util-shadow {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1); }

.util-shadow-full {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.util-shadow-full-inverted {
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1), 0 0 20px 6px rgba(0, 0, 0, 0.1); }

.util-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.util-shadow-invert-sm {
  box-shadow: 0 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.util-fullheight {
  height: 100%; }

.util-fullwidth {
  width: 100% !important; }
  .util-fullwidth input {
    width: 100% !important; }

.util-icon-xs {
  font-size: 12px; }

.util-icon-sm {
  font-size: 16px; }

.util-icon {
  font-size: 20px; }

.util-icon-md {
  font-size: 24px; }

.util-icon-lg {
  font-size: 40px; }

.util-icon-xl {
  font-size: 60px; }

.util-faded {
  opacity: 0.6; }

.util-inline {
  display: inline-block; }

.util-text-xsmall {
  font-size: 0.625rem; }

.util-text-small {
  font-size: 0.8125rem; }

.util-text-medium {
  font-size: 0.875rem; }

.util-text {
  font-size: 1rem; }

.util-text-large {
  font-size: 1.25rem; }

.util-text-xlarge {
  font-size: 1.5rem; }

.util-faded-text {
  color: #9c9b99 !important; }

.util-bold {
  font-weight: bold; }

.util-normal {
  font-weight: normal; }

.util-rotate {
  transform: rotate(90deg); }

.util-break-word-card {
  max-width: 100%; }

.util-break-word-text {
  word-wrap: break-word; }

.util-line-height-xsmall {
  line-height: 0.5; }

.util-line-height-small {
  line-height: 1.0; }

.util-line-height-medium {
  line-height: 1.2; }

.util-line-height-large {
  line-height: 1.5; }

.util-nowrap {
  white-space: nowrap; }

.util-prewrap {
  white-space: pre-wrap; }

.util-divider {
  border-right: 1px solid #dddddc; }

.util-divider-left {
  border-left: 1px solid #dddddc; }

.util-divider-right {
  border-right: 1px solid #dddddc; }

.util-pointer {
  cursor: pointer; }

.util-arrow {
  cursor: default; }

.util-interactive {
  cursor: pointer; }
  .util-interactive:hover {
    color: #07b2b2 !important; }
    .util-interactive:hover *:not(.custom-control-input):not(.btn > *) {
      color: #07b2b2 !important; }

.util-interacted {
  cursor: pointer;
  color: #07b2b2 !important; }
  .util-interacted:hover {
    color: #07b2b2 !important; }
    .util-interacted:hover *:not(.custom-control-input):not(.btn > *) {
      color: #07b2b2 !important; }

.util-link {
  cursor: pointer;
  color: #4f4e4d !important; }
  .util-link:hover {
    color: #4f4e4d !important; }
    .util-link:hover * {
      color: #4f4e4d !important; }

.util-menu-link {
  cursor: pointer;
  color: #4f4e4d !important;
  text-decoration: none !important; }
  .util-menu-link:hover {
    color: #07b2b2 !important; }
    .util-menu-link:hover * {
      color: #07b2b2 !important; }

.util-nolink {
  color: #4f4e4d !important;
  text-decoration: none; }
  .util-nolink:hover, .util-nolink:focus {
    color: #4f4e4d;
    text-decoration: none; }

.util-interactive-full {
  cursor: pointer; }
  .util-interactive-full:hover {
    color: #fff;
    background: #07b2b2 !important; }

.util-disabled {
  pointer-events: none;
  color: #9c9b99 !important; }

.util-disabled-all {
  pointer-events: none;
  color: #9c9b99 !important; }
  .util-disabled-all * {
    pointer-events: none;
    color: #9c9b99 !important; }
  .util-disabled-all *:hover {
    pointer-events: none;
    color: #9c9b99 !important; }

.util-selected {
  color: #fff;
  background: #07b2b2 !important; }

.util-highlighted {
  background: #EFF8F8 !important; }

svg .util-interactive {
  cursor: pointer; }
  svg .util-interactive:hover {
    color: #07b2b2 !important; }
    svg .util-interactive:hover *:not(.custom-control-input):not(.btn > *) {
      color: #07b2b2 !important; }
  svg .util-interactive:hover {
    fill: #07b2b2 !important;
    stroke: #07b2b2 !important; }
    svg .util-interactive:hover * {
      fill: #07b2b2 !important;
      stroke: #07b2b2 !important; }
  svg .util-interactive.highlighted {
    fill: #07b2b2 !important;
    stroke: #07b2b2 !important;
    opacity: 0.8; }
    svg .util-interactive.highlighted * {
      fill: #07b2b2 !important;
      stroke: #07b2b2 !important;
      opacity: 0.8; }

svg text.util-svg-icon {
  font-size: 0.875rem;
  font-family: Material Design Icons; }

.util-svg-link {
  cursor: pointer;
  fill: #f6f6f6 !important; }
  .util-svg-link:hover {
    fill: #07b2b2 !important; }
    .util-svg-link:hover * {
      fill: #07b2b2 !important; }

.util-middle {
  position: relative;
  top: 50%; }

.util-align-middle {
  vertical-align: middle !important; }

.util-align-super {
  vertical-align: super !important; }

.util-align-sub {
  vertical-align: sub !important; }

.util-align-top {
  vertical-align: top !important; }

.util-align-bottom {
  vertical-align: bottom !important; }

.util-margin-bottom-none {
  margin-bottom: 0 !important; }

.util-margin-bottom-xs {
  margin-bottom: 7px; }

.util-margin-bottom-sm {
  margin-bottom: 10px; }

.util-margin-bottom-md {
  margin-bottom: 14px; }

.util-margin-bottom-lg {
  margin-bottom: 21px; }

.util-margin-bottom-xl {
  margin-bottom: 35px; }

.util-margin-left-none {
  margin-left: 0; }

.util-margin-left-xs {
  margin-left: 7px; }

.util-margin-left-sm {
  margin-left: 10px; }

.util-margin-left-md {
  margin-left: 14px; }

.util-margin-left-lg {
  margin-left: 21px; }

.util-margin-left-xl {
  margin-left: 35px; }

.util-margin-right-xs {
  margin-right: 7px; }

.util-margin-right-sm {
  margin-right: 10px; }

.util-margin-right-md {
  margin-right: 14px; }

.util-margin-right-lg {
  margin-right: 21px; }

.util-margin-right-xl {
  margin-right: 35px; }

.util-margin-top-xs {
  margin-top: 7px; }

.util-margin-top-sm {
  margin-top: 10px; }

.util-margin-top-md {
  margin-top: 14px; }

.util-margin-top-lg {
  margin-top: 21px; }

.util-margin-top-xl {
  margin-top: 35px; }

.util-margin-top-xxs-negative {
  margin-top: -5px; }

.util-margin-top-xs-negative {
  margin-top: -7px; }

.util-margin-top-sm-negative {
  margin-top: -10px; }

.util-margin-top-md-negative {
  margin-top: -14px; }

.util-margin-top-lg-negative {
  margin-top: -21px; }

.util-margin-xs {
  margin: 7px; }

.util-margin-md {
  margin: 14px; }

.util-margin-lg {
  margin: 21px; }

.util-no-padding {
  padding: 0 !important; }

.util-no-margin {
  margin: 0 !important; }

.util-no-height {
  height: 0 !important; }

.util-padding-top-none {
  padding-top: 0; }

.util-padding-top-xs {
  padding-top: 7px; }

.util-padding-top-sm {
  padding-top: 10px; }

.util-padding-top-md {
  padding-top: 14px; }

.util-padding-top-lg {
  padding-top: 21px; }

.util-padding-top-xl {
  padding-top: 35px; }

.util-padding-bottom-none {
  padding-bottom: 0; }

.util-padding-bottom-xs {
  padding-bottom: 7px; }

.util-padding-bottom-sm {
  padding-bottom: 10px; }

.util-padding-bottom-md {
  padding-bottom: 14px; }

.util-padding-bottom-lg {
  padding-bottom: 21px; }

.util-padding-bottom-xl {
  padding-bottom: 35px; }

.util-padding-left-xs {
  padding-left: 7px; }

.util-padding-left-sm {
  padding-left: 10px; }

.util-padding-left-md {
  padding-left: 14px; }

.util-padding-left-lg {
  padding-left: 21px; }

.util-padding-left-xl {
  padding-left: 35px; }

.util-padding-left-none {
  padding-left: 0; }

.util-padding-right-xs {
  padding-right: 7px; }

.util-padding-right-sm {
  padding-right: 10px; }

.util-padding-right-md {
  padding-right: 14px; }

.util-padding-right-lg {
  padding-right: 21px; }

.util-padding-right-xl {
  padding-right: 35px; }

.util-padding-right-none {
  padding-right: 0; }

.util-padding-xs {
  padding: 7px; }

.util-padding-md {
  padding: 14px; }

.util-padding-lg {
  padding: 21px; }

.util-padding-xl {
  padding: 35px; }

.util-aborted {
  color: #dc3545; }

.util-completed {
  color: #07b2b2; }

.util-running {
  color: #0073ac; }

.util-paused {
  color: #b7127c; }

.util-initializing {
  color: #c4c3c3; }

.util-initialized {
  color: #0073ac; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.hidden {
  visibility: hidden; }

.util-success {
  color: #07b2b2 !important; }

.util-warning {
  color: #D04828 !important; }

.justify-content-evenly {
  justify-content: space-evenly; }

.openlab-animate-fadein {
  animation: fadein 0.5s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.openlab-animate-fadein-stay {
  animation: fadein 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; }

.openlab-animate-fadeout-stay {
  animation: fadeout 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.popover {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  animation: fadein 0.5s; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.openlab-animate-spin {
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier();
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  display: inline-block; }

.openlab-animate-slideup {
  animation-name: slideup;
  animation-duration: .3s;
  animation-timing-function: ease-in-out; }

@keyframes slideup {
  from {
    top: 100vh; }
  to {
    top: 0vh; } }

.joyride-beacon {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  height: 36px;
  position: relative;
  width: 36px;
  z-index: 1500; }
  .joyride-beacon:active, .joyride-beacon:focus, .joyride-beacon:hover {
    outline: none; }
  .joyride-beacon__inner {
    animation: joyride-beacon-inner 1.2s infinite ease-in-out;
    background-color: #c54196;
    border-radius: 50%;
    display: block;
    height: 50%;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%; }
  .joyride-beacon__outer {
    animation: joyride-beacon-outer 1.2s infinite ease-in-out;
    background-color: rgba(197, 65, 150, 0.2);
    border: 2px solid #c54196;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    transform-origin: center;
    width: 100%; }

.joyride-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1500; }

.joyride-hole {
  border-radius: 4px;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
  position: absolute; }
  .joyride-hole.safari {
    box-shadow: 0 0 999px 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5); }

.joyride-tooltip {
  background-color: #fff;
  border-radius: 4px;
  color: #555;
  cursor: default;
  filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
  opacity: 0;
  padding: 20px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  width: 290px;
  z-index: 1510; }
  .joyride-tooltip--animate {
    animation: joyride-tooltip 0.4s forwards;
    animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18); }
  .joyride-tooltip__triangle {
    background-repeat: no-repeat;
    position: absolute; }
  .joyride-tooltip.bottom, .joyride-tooltip.bottom-left, .joyride-tooltip.bottom-right {
    margin-top: 18px; }
    .joyride-tooltip.bottom .joyride-tooltip__triangle, .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.bottom-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 18px;
      left: 50%;
      top: -16px;
      transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.top, .joyride-tooltip.top-left, .joyride-tooltip.top-right {
    margin-bottom: 18px; }
    .joyride-tooltip.top .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%280%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      bottom: -16px;
      height: 18px;
      left: 50%;
      transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
    left: 3%;
    transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
        left: 2%; } }
  .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
    left: auto;
    right: 3%;
    transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
        right: 2%; } }
  .joyride-tooltip.left {
    margin-right: 18px; }
    .joyride-tooltip.left .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28270 8 8%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      right: -16px;
      width: 18px; }
  .joyride-tooltip.right {
    margin-left: 18px; }
    .joyride-tooltip.right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%2890 4 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      left: -16px;
      width: 18px; }
  .joyride-tooltip__close {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.117.323l-6.073%206.075-5.449-6.075c-.431-.431-1.131-.431-1.562%200-.431.431-.431%201.131%200%201.562l5.449%206.075-6.159%206.159c-.431.431-.431%201.134%200%201.562.431.431%201.131.431%201.562%200l6.075-6.073%205.449%206.073c.429.431%201.131.431%201.56%200%20.431-.429.431-1.131%200-1.562l-5.452-6.073%206.159-6.161c.431-.431.431-1.131%200-1.562-.431-.431-1.129-.431-1.56%200z%22%20fill%3D%22rgba(85, 85, 85, 0.5)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 12px;
    z-index: 10;
    display: block; }
    .joyride-tooltip__close:active, .joyride-tooltip__close:focus, .joyride-tooltip__close:hover {
      outline: none; }
    .joyride-tooltip__close:hover, .joyride-tooltip__close:focus {
      color: rgba(60, 60, 60, 0.5);
      outline: none; }
    .joyride-tooltip__close--header {
      right: 20px;
      top: 20px; }
  .joyride-tooltip__header {
    border-bottom: 1px solid #c54196;
    color: #555;
    font-size: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
    position: relative; }
    .joyride-tooltip__header ~ .joyride-tooltip__main {
      padding: 12px 0 18px; }
  .joyride-tooltip__main {
    font-size: 16px;
    padding-bottom: 18px;
    padding-right: 18px; }
  .joyride-tooltip__footer {
    text-align: right; }
  .joyride-tooltip__button {
    appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0; }
    .joyride-tooltip__button:active, .joyride-tooltip__button:focus, .joyride-tooltip__button:hover {
      outline: none; }
    .joyride-tooltip__button--primary {
      background-color: #c54196;
      border-radius: 4px;
      color: #fff;
      padding: 6px 12px;
      transition: background-color 0.2s ease-in-out; }
      .joyride-tooltip__button--primary:active, .joyride-tooltip__button--primary:focus, .joyride-tooltip__button--primary:hover {
        background-color: #cc58a3;
        color: #fff; }
    .joyride-tooltip__button--secondary {
      color: #c54196;
      margin-right: 10px; }
    .joyride-tooltip__button--skip {
      color: #4f4e4d;
      float: left;
      margin-right: 10px; }
  .joyride-tooltip--standalone .joyride-tooltip__main {
    padding-bottom: 0; }
  .joyride-tooltip--standalone .joyride-tooltip__footer {
    display: none; }
  @media screen and (min-width: 480px) {
    .joyride-tooltip {
      width: 360px; } }
  @media screen and (min-width: 960px) {
    .joyride-tooltip {
      width: 450px; } }

@keyframes joyride-tooltip {
  0% {
    transform: scale(0.1); }
  100% {
    opacity: 1;
    transform: perspective(1px) scale(1); } }

@keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9; }
  90% {
    opacity: 0.7; } }

@keyframes joyride-beacon-outer {
  0% {
    transform: scale(1); }
  45% {
    opacity: 0.7;
    transform: scale(0.75); }
  100% {
    opacity: 0.9;
    transform: scale(1); } }

html {
  height: 100vh;
  min-height: 100%;
  -webkit-text-size-adjust: none; }

body {
  font-size: 1rem;
  color: #4f4e4d;
  height: 100vh;
  max-height: 100%;
  width: 100%;
  background-color: #222f3c; }
  body[class*='configuration-editor-'], body.user-register {
    background-color: #fff; }
  body.show-simulation, body.application-index, body.show-folder, body.not-found, body.user-account, body.user-manage-licenses, body.users, body.admin-users, body.admin-user, body.admin-licenses, body.admin-license, body.admin-simulations, body.admin-archived-licenses {
    background-color: #f6f6f6; }
  body.user-login {
    background-color: #4f4e4d; }
    body.user-login:before {
      content: ' ';
      display: block;
      position: absolute;
      width: 100%;
      height: 100vh;
      min-height: 100%;
      background: url("/img/background/login-students.jpg") no-repeat center;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      filter: blur(5px);
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      opacity: 0.5;
      top: 0;
      left: 0; }
    body.user-login .openlab-footer {
      color: #fff; }

.openlab-draggable-reset {
  color: #07b2b2;
  font-weight: bold;
  position: absolute;
  top: -25px;
  left: -25px;
  font-size: 30px;
  cursor: pointer; }

/* Prevent the text contents of draggable elements from being selectable. */
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

.openlab {
  height: 100% !important; }
  .openlab.openlab-loading {
    background-color: #222f3c;
    height: 100% !important; }
    .openlab.openlab-loading .openlab-footer {
      display: none; }

/* Toast */
#openlab-toast {
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0%);
  min-width: 200px;
  z-index: 9999; }

.openlab-toast-msg .alert {
  width: fit-content; }

/* Error components */
.openlab-validation-error {
  right: 114px;
  background-color: #fbebe7;
  border: 1px solid #ced4da;
  margin: 12px 10px 12px 10px; }
  @media (max-width: 575.98px) {
    .openlab-validation-error {
      margin: 12px 0px 12px 0px;
      min-width: calc(100% - 20px); } }
  @media (max-width: 991.98px) {
    .openlab-validation-error {
      top: 158px;
      left: 50%;
      transform: translate(-50%, 0%); } }
  @media (min-width: 576px) {
    .openlab-validation-error {
      width: 450px !important; } }
  @media (min-width: 992px) {
    .openlab-validation-error {
      top: 111px; } }
  @media (min-width: 1200px) {
    .openlab-validation-error {
      top: 40px; } }
  .openlab-validation-error .error-list {
    width: 100%; }
  .openlab-validation-error .error-item {
    padding-top: 3px; }
  .openlab-validation-error .corrupt-warning {
    padding: 3px;
    color: #e25938; }

.openlab-validation-info {
  white-space: pre-wrap;
  right: 114px;
  z-index: 60;
  outline: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  margin: 12px 10px 12px 10px; }
  @media (max-width: 575.98px) {
    .openlab-validation-info {
      margin: 12px 0px 12px 0px;
      min-width: calc(100vw - 20px); } }
  @media (max-width: 991.98px) {
    .openlab-validation-info {
      top: 158px;
      left: 50%;
      transform: translate(-50%, 0%); } }
  @media (min-width: 576px) {
    .openlab-validation-info {
      width: 450px !important; } }
  @media (min-width: 992px) {
    .openlab-validation-info {
      top: 111px; } }
  @media (min-width: 1200px) {
    .openlab-validation-info {
      top: 40px; } }

.openlab-error-badge {
  border-radius: 16px;
  font-size: 16px;
  position: relative;
  right: 12px;
  bottom: 3px;
  padding: 0;
  color: #e25938;
  margin-left: 24px; }

/* Footer component */
.openlab-footer {
  background-color: transparent; }

.openlab-editor-menu {
  background-color: #fff; }
  .openlab-editor-menu .list-inline {
    margin-bottom: 0px;
    margin-top: 0px; }
  .openlab-editor-menu .selected {
    border-bottom: 5px solid #07b2b2; }
  @media (min-width: 992px) {
    .openlab-editor-menu {
      padding-left: 55px; } }

.openlab-mobile-header.simulation {
  border-bottom: 1px solid #dddddc; }

.openlab-mobile-header.configuration {
  border-top: 1px solid #dddddc; }

.openlab-header {
  border-bottom: 1px solid #dddddc; }
  .openlab-header .openlab-logo-container {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    cursor: pointer; }
    .openlab-header .openlab-logo-container .header-text {
      margin-bottom: 20px; }
    .openlab-header .openlab-logo-container .openlab-home {
      vertical-align: middle;
      font-size: 39px;
      color: #07b2b2; }
  .openlab-header .header-settings .openlab-user .openlab-user {
    color: #9c9b99; }
  .openlab-header .header-settings .openlab-user .openlab-log-out {
    position: relative;
    z-index: 10; }

.openlab-header-menu-container {
  white-space: nowrap;
  z-index: 60;
  outline: none; }
  .openlab-header-menu-container.mobile {
    width: calc(100% - 20px);
    margin: 6px 10px 6px 10px;
    left: -5px !important;
    top: 0px !important; }
  @media (min-width: 768px) {
    .openlab-header-menu-container {
      max-width: 300px;
      width: 300px !important;
      margin: 6px; } }
  .openlab-header-menu-container .openlab-header-menu {
    padding: 12px 20px 12px 20px;
    background: #fff;
    border: 1px solid #dddddc; }
  .openlab-header-menu-container .avatar {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 0;
    border: 1px solid #dddddc; }

.openlab-menu-items-sidebar-expanded {
  margin-left: 345px; }

.openlab-sidebar-header-collapsed {
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 20;
  height: 100%;
  width: 55px;
  border-right: 1px solid #dddddc; }

.openlab-sidebar {
  z-index: 20;
  position: absolute;
  left: 0;
  margin: 0; }
  .openlab-sidebar.collapsed {
    width: 55px; }
  .openlab-sidebar .openlab-configuration-sidebar {
    border-right: 1px solid #dddddc;
    background-color: #fff;
    z-index: 20;
    min-height: calc(100vh - 67px - 54px); }
    .openlab-sidebar .openlab-configuration-sidebar.expanded {
      border-top: 1px solid #dddddc; }
    .openlab-sidebar .openlab-configuration-sidebar.collapsed {
      border-top: 0; }
    .openlab-sidebar .openlab-configuration-sidebar .header {
      height: 50px;
      background-color: #f6f6f6;
      border-bottom: 1px solid #dddddc; }
    .openlab-sidebar .openlab-configuration-sidebar .newest {
      margin-bottom: -1px;
      border-top: 1px solid #dddddc;
      border-bottom: 1px solid #dddddc;
      padding-top: 6px;
      padding-bottom: 6px;
      border-left: 5px solid transparent; }
      .openlab-sidebar .openlab-configuration-sidebar .newest.selected {
        border-left: 5px solid #07b2b2;
        background-color: #EFF8F8; }
        .openlab-sidebar .openlab-configuration-sidebar .newest.selected div.row > div:not(.no-highlight) {
          font-weight: bold; }
      .openlab-sidebar .openlab-configuration-sidebar .newest:hover {
        cursor: pointer; }
        .openlab-sidebar .openlab-configuration-sidebar .newest:hover div.row > div:not(.no-highlight) {
          color: #07b2b2; }
    .openlab-sidebar .openlab-configuration-sidebar .simulations {
      display: flex;
      flex-wrap: wrap; }
    .openlab-sidebar .openlab-configuration-sidebar .history .configuration-history-row {
      margin-bottom: -1px; }
      .openlab-sidebar .openlab-configuration-sidebar .history .configuration-history-row.selected {
        border-left: none; }
        .openlab-sidebar .openlab-configuration-sidebar .history .configuration-history-row.selected .data-row {
          border-left: 5px solid #07b2b2;
          background-color: #EFF8F8;
          font-weight: bold; }
      .openlab-sidebar .openlab-configuration-sidebar .history .configuration-history-row .data-row {
        border-top: 1px solid #dddddc;
        border-bottom: 1px solid #dddddc;
        padding-top: 6px;
        padding-bottom: 6px;
        border-left: 5px solid transparent; }
    .openlab-sidebar .openlab-configuration-sidebar .simulation-row {
      padding-top: 3px;
      padding-bottom: 3px;
      display: flex;
      flex-wrap: wrap; }

.block {
  display: block;
  width: 100%;
  text-align: left; }

.openlab-simulation-sidebar-container {
  position: absolute;
  margin: 0;
  width: 210px;
  z-index: 20; }
  @media (max-width: 991.98px) {
    .openlab-simulation-sidebar-container {
      right: 0;
      top: -54px; } }
  @media (min-width: 992px) {
    .openlab-simulation-sidebar-container {
      left: 0; } }
  .openlab-simulation-sidebar-container .openlab-simulation-sidebar-left {
    min-height: calc(100vh - 69px);
    border-bottom: 1px solid #dddddc;
    background-color: #fff; }
    @media (max-width: 991.98px) {
      .openlab-simulation-sidebar-container .openlab-simulation-sidebar-left {
        border-left: 1px solid #dddddc; } }
    @media (min-width: 992px) {
      .openlab-simulation-sidebar-container .openlab-simulation-sidebar-left {
        border-right: 1px solid #dddddc; } }
  .openlab-simulation-sidebar-container .version {
    font-size: 0.8125rem;
    position: absolute;
    bottom: 5px;
    z-index: 10; }

.openlab-loader .openlab-loader-img {
  height: 34px; }

.openlab-loader .loader-text {
  font-size: 0.8125rem;
  color: #07b2b2; }

.util-application-backdrop .loader-text-container {
  margin-top: 21px; }
  .util-application-backdrop .loader-text-container .loader-text {
    color: #fff;
    font-size: 1.25rem; }

.pointer {
  cursor: pointer; }

input.selected {
  border: 1px solid #07b2b2; }

.openlab-fraction {
  font-weight: bold;
  font-size: 75%; }

.openlab-modal button.close {
  justify-content: flex-end;
  outline: none;
  color: #4f4e4d;
  opacity: 1; }

.openlab-modal-title {
  margin: 0;
  line-height: 1.2; }

.openlab-modal-footer {
  background: #fff;
  border: 0;
  min-height: 100px;
  line-height: 1.2;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 32px; }

.openlab-modal-header {
  padding-left: 24px;
  padding-right: 24px;
  line-height: 1.2; }

.openlab-modal-body {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.0; }

.openlab-simulation-modal {
  overflow-y: auto; }

.openlab-terms-modal {
  overflow: initial;
  height: 90%;
  max-width: 800px; }
  .openlab-terms-modal .modal-content {
    height: 100%; }
    .openlab-terms-modal .modal-content .modal-body {
      max-height: 80%;
      overflow-y: auto; }
    .openlab-terms-modal .modal-content .modal-footer {
      min-height: 80px;
      flex-direction: column;
      align-items: stretch; }

.openlab-matlab-modal {
  max-width: 570px; }

.openlab-python-modal {
  max-width: 570px; }

.delete-modal {
  z-index: 9999; }

.openlab-sequence-modal {
  max-width: 1350px;
  height: 95vh !important; }
  .openlab-sequence-modal .modal-content {
    height: 100%; }
    .openlab-sequence-modal .modal-content .modal-footer {
      min-height: 80px; }
    .openlab-sequence-modal .modal-content .openlab-sequence-editor-table {
      max-height: 70vh;
      overflow-y: auto; }

.openlab-joystick-modal {
  height: 90%;
  max-width: 1000px; }

.openlab-scroll-to-start {
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 99; }

.openlab-file-label {
  padding: 20px 40px 20px 40px;
  border: 2px dashed #dddddc;
  background: #f6f6f6;
  text-align: center; }

.openlab-file-list {
  text-align: center;
  overflow: hidden;
  white-space: nowrap; }

.openlab-text-input.bold input {
  font-weight: bold; }

.openlab-text-input input {
  height: 45px !important; }
  .openlab-text-input input:focus {
    background-color: rgba(7, 178, 178, 0.1);
    border-color: #dddddc;
    border-bottom: 1px solid #07b2b2; }

.openlab-select.bold select {
  font-weight: bold; }

.openlab-select select {
  height: 45px !important; }
  .openlab-select select:focus {
    background-color: rgba(7, 178, 178, 0.1);
    border-color: #dddddc;
    border-left: 1px solid #07b2b2; }

.openlab-api-key {
  min-height: 40px; }
  .openlab-api-key textarea {
    resize: none; }

.openlab-matlab-script {
  min-height: 110px; }
  .openlab-matlab-script textarea {
    resize: none; }

.openlab-phyton-script {
  min-height: 88px; }
  .openlab-phyton-script textarea {
    resize: none; }

.openlab-btn-circle {
  border-radius: 28px;
  padding: 16px 1px 12px 1px;
  line-height: 0; }

.openlab-circle-icon {
  font-size: 24px;
  padding: 3px; }

.openlab-user-icon {
  position: relative;
  font-size: 27px; }

.openlab-menu-icon {
  font-size: 19px;
  margin-top: 1px; }

.openlab-hil-icon {
  width: 24px !important;
  height: 24px !important;
  margin-bottom: 4px; }

/* Login */
.openlab-login-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  max-width: 450px !important;
  z-index: 10; }

/* Configuration */
.openlab-index-mode {
  cursor: pointer;
  text-transform: uppercase;
  user-select: none; }
  .openlab-index-mode:hover {
    color: #07b2b2 !important; }
    .openlab-index-mode:hover *:not(.custom-control-input):not(.btn > *) {
      color: #07b2b2 !important; }
  .openlab-index-mode.selected {
    font-weight: bold;
    border-bottom: 5px solid #07b2b2; }

.openlab-input-container {
  min-height: 40px; }

.openlab-configuration-tab {
  min-width: 140px;
  outline: none; }
  .openlab-configuration-tab.selected {
    background-color: #dddddc; }
  .openlab-configuration-tab:not(.disabled):hover {
    cursor: pointer;
    background-color: #dddddc; }
    .openlab-configuration-tab:not(.disabled):hover:hover {
      color: #07b2b2 !important; }
      .openlab-configuration-tab:not(.disabled):hover:hover *:not(.custom-control-input):not(.btn > *) {
        color: #07b2b2 !important; }

input.form-control:focus {
  border-top: 1px solid #dddddc;
  border-left: 1px solid #dddddc;
  border-right: 1px solid #dddddc;
  border-bottom: 1px solid #07b2b2;
  background-color: rgba(7, 178, 178, 0.1); }
  input.form-control:focus.editing {
    background-color: #fff5d8; }

input.form-control:focus + .input-group-append {
  border-bottom: 1px solid transparent; }

input.form-control:-moz-ui-invalid {
  box-shadow: none; }

label {
  margin-bottom: 0.5rem;
  line-height: 1.0;
  font-size: 1.0rem; }

.custom-control-label {
  line-height: 1.5; }
  .custom-control-label::before {
    border: 1px solid #ced4da;
    background-color: #fff; }
  .custom-control-label.disabled::before {
    pointer-events: none;
    border: 1px solid #ced4da; }

.custom-radio .custom-control-input.faded:checked ~ .custom-control-label::before {
  background-color: #c4c3c3; }

.custom-radio .custom-control-input.faded:checked ~ .custom-control-label.disabled::before {
  pointer-events: none;
  border: 1px solid #ced4da; }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #c4c3c3; }

.configuration-card {
  margin-bottom: 35px; }
  .configuration-card svg {
    margin: 0;
    padding: 0; }
  .configuration-card .favorite {
    color: #ffd300; }
  .configuration-card .architecture {
    pointer-events: none; }
  .configuration-card .card-overlay {
    cursor: pointer;
    opacity: 0;
    background: rgba(255, 255, 255, 0.93);
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 1;
    width: 100%;
    height: 90%; }
  .configuration-card .openlab-card-component {
    border: 2px solid transparent; }
    .configuration-card .openlab-card-component.selected {
      border: 2px solid #07b2b2; }

.configuration-row {
  margin-bottom: 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff; }
  .configuration-row .openlab-row-left {
    width: 30%; }
  .configuration-row .favorite {
    color: #ffd300; }
  .configuration-row .data-row {
    border: 0px; }
    .configuration-row .data-row.selected {
      border-bottom: 1px solid #dddddc; }
    .configuration-row .data-row:hover {
      background-color: #EFF8F8; }
      .configuration-row .data-row:hover .row-navigate {
        color: #07b2b2; }
    .configuration-row .data-row .data-row-navigate:hover .hover-highlight {
      cursor: pointer;
      color: #07b2b2; }

.openlab-folder-modal-content {
  height: 100px; }

.simulation-row.shadow {
  margin-bottom: 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  border: none; }

#dashboard {
  max-width: 1600px;
  min-height: calc(100vh - 141px); }

.folder-row {
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent; }
  .folder-row.dropped {
    border: 1px dashed #07b2b2; }
  .folder-row .openlab-row-left {
    width: 30%; }
  .folder-row:hover .row-navigate {
    color: #07b2b2; }

.folder-card .folder {
  border: 1px solid transparent; }

.folder-card.dropped .folder {
  border: 1px dashed #07b2b2; }

.openlab-menu-container {
  display: inline-block; }

.openlab-card-menu-container {
  text-align: left !important;
  z-index: 50;
  outline: none; }
  .openlab-card-menu-container .openlab-card-menu {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 55;
    background: #fff;
    border: 1px solid #dddddc;
    font-weight: normal; }

.openlab-simulations .simulation-row {
  margin-bottom: 14px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

.simulation-row {
  cursor: pointer;
  margin-bottom: -1px;
  background: #fff;
  border-top: 1px solid #dddddc;
  border-bottom: 1px solid #dddddc; }
  .simulation-row .openlab-row-left {
    width: 30%; }
  .simulation-row .favorite {
    color: #ffd300; }
  .simulation-row:hover {
    background-color: #EFF8F8; }
    .simulation-row:hover .row-navigate {
      color: #07b2b2; }

#openlab-formation-pressure-table-container {
  max-height: 900px; }
  #openlab-formation-pressure-table-container .openlab-table {
    margin-left: 1px; }

#openlab-trajectory-table-container {
  max-height: 900px; }
  #openlab-trajectory-table-container .openlab-table {
    margin-left: 1px; }

.openlab-graph-container {
  max-width: 800px; }

.openlab-wellpath-hover {
  background: #fff;
  border: 1px solid #dddddc;
  width: 200px;
  height: 210px; }
  .openlab-wellpath-hover .arrow {
    position: absolute;
    bottom: -15px;
    right: 82px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff; }

.openlab-wellpath-container {
  max-width: 900px; }

.openlab-wellpath {
  line-height: 0;
  max-width: 900px; }

.openlab-wellpath-legend {
  position: absolute;
  width: 60%;
  height: 25px;
  right: 20%; }
  .openlab-wellpath-legend .limit {
    height: 25px;
    color: #fff; }
  .openlab-wellpath-legend .first {
    background-color: #80c4c4; }
  .openlab-wellpath-legend .second {
    background-color: #0073ac; }
  .openlab-wellpath-legend .third {
    background-color: #787bc2; }
  .openlab-wellpath-legend .fourth {
    background-color: #b7127c; }
  .openlab-wellpath-legend .fifth {
    background-color: #cc1333; }
  .openlab-wellpath-legend .sixth {
    background-color: #df4a32; }
  .openlab-wellpath-legend .seventh {
    background-color: #6f42c1; }
  .openlab-wellpath-legend .eighth {
    background-color: #c768b7; }

.openlab-interval {
  cursor: default !important; }

.openlab-simulation-graphs {
  margin: 0px;
  padding: 0px; }

.enlarged-graph {
  position: absolute;
  z-index: 100; }
  .enlarged-graph .openlab-simulation-graph {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
  .enlarged-graph.depth {
    top: -100px;
    left: 50%; }
  .enlarged-graph.time {
    top: 0px;
    left: 50%; }

.openlab-simulation-graph {
  padding: 0px;
  margin: 0px;
  position: absolute; }
  .openlab-simulation-graph.time.dragged .openlab-card-graph {
    border: 2px dashed #07b2b2; }
  .openlab-simulation-graph.time.dragged::before {
    z-index: 20;
    content: "DRAGGING";
    font-size: 40px;
    position: absolute;
    left: 35%;
    top: 40%;
    color: #9c9b99;
    text-anchor: start; }
  .openlab-simulation-graph.time.dragged * {
    opacity: 0.8; }
  .openlab-simulation-graph.time.cancel .openlab-card-graph {
    border: 2px dashed #07b2b2; }
  .openlab-simulation-graph.time.cancel::before {
    z-index: 20;
    content: "CANCEL";
    font-size: 40px;
    position: absolute;
    left: 38%;
    top: 40%;
    color: #9c9b99;
    text-anchor: start; }
  .openlab-simulation-graph.time.cancel * {
    opacity: 0.8; }
  .openlab-simulation-graph.time.swap .openlab-card-graph {
    border: 2px dashed #07b2b2; }
  .openlab-simulation-graph.time.swap::before {
    pointer-events: none;
    z-index: 20;
    content: "SWAP";
    font-size: 40px;
    position: absolute;
    left: 42%;
    top: 40%;
    color: #9c9b99; }
  .openlab-simulation-graph.time.swap * {
    opacity: 0.8; }
  .openlab-simulation-graph.time.no-swap .openlab-card-graph {
    border: 2px dashed #D04828; }
  .openlab-simulation-graph.time.no-swap::before {
    pointer-events: none;
    z-index: 20;
    content: "NOT POSSIBLE";
    font-size: 40px;
    position: absolute;
    left: 30%;
    top: 40%;
    color: #D04828; }
  .openlab-simulation-graph.time.no-swap * {
    opacity: 0.8; }
  .openlab-simulation-graph.depth.dragged .openlab-card-graph {
    border: 2px dashed #07b2b2; }
  .openlab-simulation-graph.depth.dragged::before {
    pointer-events: none;
    z-index: 20;
    content: "DRAGGING";
    font-size: 30px;
    position: absolute;
    left: 30%;
    top: 45%;
    color: #9c9b99; }
  .openlab-simulation-graph.depth.dragged * {
    opacity: 0.8; }
  .openlab-simulation-graph.depth.cancel .openlab-card-graph {
    border: 2px dashed #07b2b2; }
  .openlab-simulation-graph.depth.cancel::before {
    pointer-events: none;
    z-index: 20;
    content: "CANCEL";
    font-size: 30px;
    position: absolute;
    left: 33%;
    top: 45%;
    color: #9c9b99; }
  .openlab-simulation-graph.depth.cancel * {
    opacity: 0.8; }
  .openlab-simulation-graph.depth.swap .openlab-card-graph {
    border: 2px dashed #07b2b2; }
  .openlab-simulation-graph.depth.swap::before {
    pointer-events: none;
    z-index: 20;
    content: "SWAP";
    font-size: 30px;
    position: absolute;
    left: 35%;
    top: 45%;
    color: #9c9b99; }
  .openlab-simulation-graph.depth.swap * {
    opacity: 0.8; }
  .openlab-simulation-graph.depth.no-swap .openlab-card-graph {
    border: 2px dashed #D04828; }
  .openlab-simulation-graph.depth.no-swap::before {
    pointer-events: none;
    z-index: 20;
    content: "NOT POSSIBLE";
    font-size: 30px;
    position: absolute;
    left: 20%;
    top: 45%;
    color: #D04828; }
  .openlab-simulation-graph.depth.no-swap * {
    opacity: 0.8; }
  .openlab-simulation-graph.right-no-move::after, .openlab-simulation-graph .left-no-move::after {
    z-index: 99;
    position: absolute;
    background: text-color-error;
    border: 2px dashed #D04828;
    width: 15px;
    height: 100%;
    content: "";
    right: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0.8; }
  .openlab-simulation-graph.right::after, .openlab-simulation-graph .left::after {
    z-index: 99;
    position: absolute;
    background: rgba(7, 178, 178, 0.1);
    border: 2px dashed rgba(43, 151, 155, 0.7);
    width: 15px;
    height: 100%;
    content: "";
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0.8; }
  .openlab-simulation-graph.top-no-move::after, .openlab-simulation-graph .bottom-no-move::after {
    z-index: 99;
    position: absolute;
    background: text-color-error;
    border: 2px dashed #D04828;
    width: 100%;
    height: 15px;
    content: "";
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0.8; }
  .openlab-simulation-graph.top::after, .openlab-simulation-graph .bottom::after {
    z-index: 99;
    position: absolute;
    background: rgba(7, 178, 178, 0.1);
    border: 2px dashed rgba(43, 151, 155, 0.7);
    width: 100%;
    height: 15px;
    content: "";
    left: 0px;
    top: 0px;
    pointer-events: none;
    opacity: 0.8; }

.grid.debug .grid-cell {
  border: 1px dashed rgba(43, 151, 155, 0.7);
  background-color: beige; }
  .grid.debug .grid-cell span {
    display: inline-block;
    font-size: 60px;
    position: absolute;
    left: 35%;
    top: 30%;
    color: rgba(43, 151, 155, 0.7); }

.grid .grid-cell {
  position: absolute; }
  .grid .grid-cell.dropped-left {
    border-top: 2px dashed rgba(43, 151, 155, 0.7);
    border-bottom: 2px dashed rgba(43, 151, 155, 0.7);
    border-left: 2px dashed rgba(43, 151, 155, 0.7);
    background-color: rgba(7, 178, 178, 0.1); }
  .grid .grid-cell.dropped-left-no {
    border: 2px dashed #f5cabf;
    background-color: #fbebe7; }
  .grid .grid-cell.dropped-right {
    border-top: 2px dashed rgba(43, 151, 155, 0.7);
    border-bottom: 2px dashed rgba(43, 151, 155, 0.7);
    border-right: 2px dashed rgba(43, 151, 155, 0.7);
    background-color: rgba(7, 178, 178, 0.1); }
  .grid .grid-cell.dropped-top {
    border-top: 2px dashed rgba(43, 151, 155, 0.7);
    border-left: 2px dashed rgba(43, 151, 155, 0.7);
    border-right: 2px dashed rgba(43, 151, 155, 0.7);
    background-color: rgba(7, 178, 178, 0.1); }
  .grid .grid-cell.dropped-top-no {
    border: 2px dashed #f5cabf;
    background-color: #fbebe7; }
  .grid .grid-cell.dropped-bottom {
    border-bottom: 2px dashed rgba(43, 151, 155, 0.7);
    border-left: 2px dashed rgba(43, 151, 155, 0.7);
    border-right: 2px dashed rgba(43, 151, 155, 0.7);
    background-color: rgba(7, 178, 178, 0.1); }
  .grid .grid-cell span {
    display: none; }

.openlab-simulation-header {
  border-left: 1px solid #dddddc;
  border-right: 1px solid #dddddc;
  border-bottom: 4px solid #dddddc; }
  .openlab-simulation-header.selected {
    border-bottom: 4px solid #07b2b2; }

.openlab-simulation-controls-row {
  padding-left: 10px;
  padding-right: 11px; }
  .openlab-simulation-controls-row .openlab-simulation-controls-btn {
    vertical-align: middle !important;
    cursor: pointer; }
    .openlab-simulation-controls-row .openlab-simulation-controls-btn:hover {
      color: #07b2b2 !important; }
      .openlab-simulation-controls-row .openlab-simulation-controls-btn:hover *:not(.custom-control-input):not(.btn > *) {
        color: #07b2b2 !important; }
    .openlab-simulation-controls-row .openlab-simulation-controls-btn.selected {
      pointer-events: none;
      color: #07b2b2; }
    .openlab-simulation-controls-row .openlab-simulation-controls-btn.disabled {
      pointer-events: none;
      color: #9c9b99;
      pointer-events: none; }

.openlab-simulation-interactive-container {
  position: relative;
  width: 100%; }
  .openlab-simulation-interactive-container .setpoint label {
    font-size: 0.875rem; }
  .openlab-simulation-interactive-container .setpoint .unit {
    color: #9c9b99 !important;
    font-size: 0.8125rem;
    position: relative;
    bottom: 32px;
    left: 56px; }
  .openlab-simulation-interactive-container .overlay {
    display: block;
    background: rgba(246, 246, 246, 0.82);
    height: 284px;
    width: 100%;
    top: 118px;
    left: 0;
    position: absolute;
    z-index: 500; }
    .openlab-simulation-interactive-container .overlay.rop {
      height: 374px; }
    .openlab-simulation-interactive-container .overlay.wob-gains {
      height: 560px; }
    .openlab-simulation-interactive-container .overlay.wob-nogains {
      height: 402px; }
    .openlab-simulation-interactive-container .overlay .label {
      padding-top: 122px;
      font-weight: bold;
      font-size: 0.8125rem;
      text-align: center; }
    .openlab-simulation-interactive-container .overlay .icon {
      width: 28px !important;
      height: 28px !important; }

.openlab-sequence-editor {
  width: 75rem;
  height: 35rem;
  z-index: 99;
  position: fixed;
  outline: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff; }
  .openlab-sequence-editor .openlab-sequence-editor-table {
    max-height: 275px; }

.openlab-card-component {
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 7px;
  border: 1px solid #dddddc;
  background: #fff;
  padding: 0px 3px 10px 3px;
  margin-bottom: 7px; }
  .openlab-card-component.configuration {
    max-width: 300px; }
  .openlab-card-component.folder {
    max-height: 400px;
    max-width: 300px; }

.graph-actual {
  z-index: 5; }
  .graph-actual .openlab-card-graph {
    height: 100%;
    border: 1px solid #dddddc;
    background: #fff; }
  .graph-actual.preview {
    opacity: 0.8; }
    .graph-actual.preview .openlab-plot-title {
      opacity: 0.5; }

.graph-preview {
  z-index: 10; }
  .graph-preview .openlab-card-graph {
    height: 100%;
    border: 1px solid #dddddc;
    background-color: rgba(7, 178, 178, 0.1); }
    .graph-preview .openlab-card-graph svg {
      opacity: 0.2; }

.openlab-simulation-sidebar-right {
  position: absolute;
  background: #fff;
  min-height: calc(100vh - 69px);
  border-left: 1px solid #dddddc;
  border-bottom: 1px solid #dddddc;
  margin: 0;
  z-index: 40;
  top: 0px;
  right: 0;
  width: 270px; }
  @media (max-width: 991.98px) {
    .openlab-simulation-sidebar-right {
      position: fixed;
      overflow: auto;
      left: 0;
      top: 0px;
      width: 100%;
      height: 100%; } }
  .openlab-simulation-sidebar-right .menu-item {
    padding: 7px;
    border-bottom: 1px solid #dddddc; }
    .openlab-simulation-sidebar-right .menu-item.first {
      border-top: 1px solid #dddddc; }

.no-data {
  opacity: 0.4;
  pointer-events: none; }
  .no-data * {
    stroke: #9c9b99 !important; }
  .no-data text {
    fill: #9c9b99 !important;
    stroke: none !important; }

/* Geothermal */
.layer {
  stroke-width: 1px; }
  .layer.air {
    fill: #f4f4f4;
    stroke: #fff; }
  .layer.water {
    fill: #cce3ee;
    stroke: #fff; }
  .layer.solid {
    fill: #8c8c8b;
    stroke-dasharray: "none";
    stroke: #c4c3c3;
    stroke-width: 2px; }
  .layer.selected {
    fill: #07b2b2;
    stroke: #07b2b2;
    stroke-dasharray: none; }

svg.graph.pressure {
  transform: translate(0px, 0px);
  -webkit-transform: translate(150px, -50px);
  -moz-transform: translate(100px, 0px); }

div.configuration-card svg g.depth-labels {
  font-size: 1.75rem; }

svg.architecture .fish {
  fill: #e1f6f6; }

svg.architecture .fishdarker {
  fill: #afcaca; }

svg.architecture .shark {
  fill: #e1f6f6; }

svg.architecture .ocean.deep.top {
  fill: #9ABDBD; }

svg.architecture .ocean.deep.middle {
  fill: #AEC3C3; }

svg.architecture .ocean.deep.bottom {
  fill: #7C9797; }

svg.architecture .ocean.deep.floor {
  fill: #a7a6a6; }

svg.architecture .ocean.shallow.top {
  fill: #cdf0f0; }

svg.architecture .ocean.shallow.middle {
  fill: #e1f6f6; }

svg.architecture .ocean.shallow.bottom {
  fill: #afcaca; }

svg.architecture .ocean.shallow.floor {
  fill: #a7a6a6; }

svg.architecture .camel {
  fill: #9e8876; }

svg.architecture .deer {
  fill: #665648; }

svg.architecture .land.forest.top {
  fill: #AABCAF; }

svg.architecture .land.forest.middle {
  fill: #A8BFAE; }

svg.architecture .land.forest.bottom {
  fill: #8ea594; }

svg.architecture .land.forest.floor {
  fill: #a7a6a6; }

svg.architecture .land.desert.top {
  fill: #ece7e3; }

svg.architecture .land.desert.middle {
  fill: #dfd7d1; }

svg.architecture .land.desert.bottom {
  fill: #bfafa4; }

svg.architecture .land.desert.floor {
  fill: #a7a6a6; }

div.onshore svg.architecture g.bop {
  fill: #937C68; }
  div.onshore svg.architecture g.bop rect.id {
    fill: #dfdfdf; }

div.onshore svg.architecture .rcd {
  fill: #0073AC; }

div.onshore svg.architecture .bellnipple {
  fill: #cc1333; }

div.onshore svg.architecture g.background rect.solid {
  fill: #8c8c8b; }
  div.onshore svg.architecture g.background rect.solid,
  div.onshore svg.architecture g.background rect.solid x:-moz-any-link,
  div.onshore svg.architecture g.background rect.solid x:default {
    stroke: #8c8c8b;
    stroke-width: 10px; }

div.onshore svg.architecture g.background rect.surface {
  fill: #ece7e3; }

div.offshore svg.architecture g.bop {
  fill: #07b2b2; }
  div.offshore svg.architecture g.bop rect.id {
    fill: #dfdfdf; }

div.offshore svg.architecture .rcd {
  fill: #0073AC; }

div.offshore svg.architecture .bellnipple {
  fill: #cc1333; }

div.offshore svg.architecture g.background rect.solid {
  fill: #8c8c8b; }
  div.offshore svg.architecture g.background rect.solid,
  div.offshore svg.architecture g.background rect.solid x:-moz-any-link,
  div.offshore svg.architecture g.background rect.solid x:default {
    stroke: #8c8c8b;
    stroke-width: 10px; }

div.offshore svg.architecture g.background rect.surface {
  fill: #cce3ee; }

svg.architecture {
  display: block; }
  svg.architecture path.platform,
  svg.architecture use.platform {
    fill: #b9b8b8; }
  svg.architecture path.cloud,
  svg.architecture use.cloud {
    fill: #ffffff; }
  svg.architecture g.structure {
    cursor: pointer; }
    svg.architecture g.structure.selected.casing rect,
    svg.architecture g.structure.selected.open-hole rect {
      fill: #07b2b2;
      stroke: #07b2b2; }
    svg.architecture g.structure.selected.last-casing rect,
    svg.architecture g.structure.selected.liner rect {
      stroke: #07b2b2; }
      svg.architecture g.structure.selected.last-casing rect.join,
      svg.architecture g.structure.selected.liner rect.join {
        display: none; }
      svg.architecture g.structure.selected.last-casing rect.lid,
      svg.architecture g.structure.selected.liner rect.lid {
        fill: #07b2b2; }
    svg.architecture g.structure.selected.riser rect.od {
      fill: #07b2b2;
      stroke: #07b2b2; }
    svg.architecture g.structure.highlighted.casing rect {
      fill: #d9d9d9;
      stroke: #d9d9d9; }
    svg.architecture g.structure.highlighted.open-hole rect {
      fill: #424140;
      stroke: #424140; }
    svg.architecture g.structure.highlighted.last-casing rect,
    svg.architecture g.structure.highlighted.liner rect {
      stroke: #b9b9b9;
      fill: #b9b9b9; }
      svg.architecture g.structure.highlighted.last-casing rect.join,
      svg.architecture g.structure.highlighted.liner rect.join {
        display: none; }
      svg.architecture g.structure.highlighted.last-casing rect.lid,
      svg.architecture g.structure.highlighted.liner rect.lid {
        fill: #d9d9d9; }
    svg.architecture g.structure.highlighted.riser rect.od {
      fill: #d9d9d9;
      stroke: #d9d9d9; }
  svg.architecture g.depth-labels {
    font-size: 1.25rem; }
    svg.architecture g.depth-labels line.underline {
      transform: translateY(-2px); }
    svg.architecture g.depth-labels text.air {
      fill: #ffd300;
      font-weight: bold; }
    svg.architecture g.depth-labels text.surface {
      fill: #ffd300;
      font-weight: bold; }
    svg.architecture g.depth-labels text.solid {
      fill: #ffd300;
      font-weight: bold;
      transform: translateY(-2px); }
      svg.architecture g.depth-labels text.solid.hole-section-start {
        transform: translateY(-4px); }
  svg.architecture g.background rect.air {
    fill: #f4f4f4; }
  svg.architecture g.casing .od,
  svg.architecture g.casing .lid {
    fill: #fff;
    stroke: #fff; }
  svg.architecture g.casing .id {
    fill: #fff;
    stroke: #fff; }
  svg.architecture g.last-casing .od,
  svg.architecture g.last-casing .lid {
    fill: #fff;
    stroke: #fff; }
  svg.architecture g.last-casing .id {
    fill: #dfdfdf;
    stroke: #dfdfdf; }
  svg.architecture g.liner .od,
  svg.architecture g.liner .lid {
    fill: #fff;
    stroke: #fff; }
  svg.architecture g.liner .id,
  svg.architecture g.liner .join {
    fill: #dfdfdf;
    stroke: #dfdfdf; }
  svg.architecture g.flowline {
    cursor: pointer;
    fill: #6f9e9e;
    stroke: #6f9e9e; }
    svg.architecture g.flowline:hover {
      fill: #4d7373;
      stroke: #4d7373; }
    svg.architecture g.flowline.highlighted {
      fill: #4d7373;
      stroke: #4d7373; }
    svg.architecture g.flowline.selected {
      fill: #07b2b2;
      stroke: #4d7373; }
  svg.architecture g.riser .od,
  svg.architecture g.riser .lid {
    fill: #fff;
    stroke: #fff; }
  svg.architecture g.riser .id {
    fill: #dfdfdf;
    stroke: #dfdfdf; }
  svg.architecture g.openhole rect {
    fill: #696866;
    stroke: #696866;
    stroke-dasharray: 4, 3, 1; }
  svg.architecture .backdrop {
    fill-opacity: 0.5;
    fill: #222f3c; }
  svg.architecture .underline {
    stroke: #ffd300;
    stroke-width: 2;
    stroke-dasharray: 15, 5; }

svg.rig-background.offshore {
  position: absolute;
  max-height: calc(100vh - 54px - 67px - 34px - 35px); }
  svg.rig-background.offshore .st0 {
    fill: #F5F5F5; }
  svg.rig-background.offshore .st1 {
    fill: #CDF0F0; }
  svg.rig-background.offshore .st2 {
    fill: #BFD5D5; }
  svg.rig-background.offshore .st3 {
    fill: #A7A6A6; }
  svg.rig-background.offshore .st4 {
    fill: #8C8C8B; }

svg.rig-background.land {
  position: absolute;
  max-height: calc(100vh - 54px - 67px - 34px - 35px); }
  svg.rig-background.land .st0 {
    fill: #F5F5F5; }
  svg.rig-background.land .st1 {
    fill: #ECE7E3; }
  svg.rig-background.land .st2 {
    fill: #BFAFA4; }
  svg.rig-background.land .st3 {
    fill: #A7A6A6; }
  svg.rig-background.land .st4 {
    fill: #8C8C8B; }

svg.rig {
  position: relative;
  max-height: calc(100vh - 54px - 67px - 34px - 35px); }
  svg.rig .st0 {
    fill: #F5F5F5; }
  svg.rig .st1 {
    fill: #CDF0F0; }
  svg.rig .st2 {
    fill: #BFD5D5; }
  svg.rig .st3 {
    fill: #A7A6A6; }
  svg.rig .maintank {
    cursor: pointer;
    fill: #CDF0F0;
    stroke: #CDF0F0; }
    svg.rig .maintank:hover {
      fill: #92dede;
      stroke: #92dede; }
    svg.rig .maintank.highlighted {
      fill: #92dede;
      stroke: #92dede; }
    svg.rig .maintank.selected {
      fill: #07b2b2;
      stroke: #92dede; }
  svg.rig .reservetank {
    cursor: pointer;
    fill: #DFDFDF;
    stroke: #DFDFDF; }
    svg.rig .reservetank:hover {
      fill: #b9b9b9;
      stroke: #b9b9b9; }
    svg.rig .reservetank.highlighted {
      fill: #b9b9b9;
      stroke: #b9b9b9; }
    svg.rig .reservetank.selected {
      fill: #07b2b2;
      stroke: #b9b9b9; }
  svg.rig .travellingequip {
    cursor: pointer;
    fill: #FFD200;
    stroke: #FFD200; }
    svg.rig .travellingequip:hover {
      fill: #b39300;
      stroke: #b39300; }
    svg.rig .travellingequip.highlighted {
      fill: #b39300;
      stroke: #b39300; }
    svg.rig .travellingequip.selected {
      fill: #07b2b2;
      stroke: #b39300; }
  svg.rig .drawworks {
    cursor: pointer;
    fill: #4F4E4D;
    stroke: #4F4E4D; }
    svg.rig .drawworks:hover {
      fill: #282827;
      stroke: #282827; }
    svg.rig .drawworks.highlighted {
      fill: #282827;
      stroke: #282827; }
    svg.rig .drawworks.selected {
      fill: #07b2b2;
      stroke: #282827; }
    svg.rig .drawworks:hover {
      cursor: pointer; }
      svg.rig .drawworks:hover .st4 {
        fill: #666665; }
      svg.rig .drawworks:hover .st15 {
        fill: #282827; }
    svg.rig .drawworks.selected .st4 {
      fill: #07b2b2; }
    svg.rig .drawworks.selected .st15 {
      fill: #07b2b2; }
  svg.rig .st4 {
    fill: #8C8C8B; }
  svg.rig .st5 {
    opacity: 0.2;
    fill: #B9B8B8;
    stroke: #B9B8B8; }
  svg.rig .st6 {
    fill: #DFDFDF; }
  svg.rig .st7 {
    fill: none;
    stroke: #DFDFDF;
    stroke-width: 2;
    stroke-miterlimit: 10; }
  svg.rig .st8 {
    fill: #D3D4D4; }
  svg.rig .st9 {
    fill: #98baba; }
  svg.rig .st10 {
    fill: #C6894B; }
  svg.rig .mpd-choke {
    cursor: pointer;
    fill: #C6894B;
    stroke: #C6894B; }
    svg.rig .mpd-choke:hover {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig .mpd-choke.highlighted {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig .mpd-choke.selected {
      fill: #07b2b2;
      stroke: #95632f; }
  svg.rig .standard-choke {
    cursor: pointer;
    fill: #C6894B;
    stroke: #C6894B; }
    svg.rig .standard-choke:hover {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig .standard-choke.highlighted {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig .standard-choke.selected {
      fill: #07b2b2;
      stroke: #95632f; }
  svg.rig .threeway-choke {
    cursor: pointer;
    fill: #C6894B;
    stroke: #C6894B; }
    svg.rig .threeway-choke:hover {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig .threeway-choke.highlighted {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig .threeway-choke.selected {
      fill: #07b2b2;
      stroke: #95632f; }
  svg.rig .st11 {
    fill: #0073AC; }
  svg.rig .main-pump {
    cursor: pointer;
    fill: #0073AC;
    stroke: #0073AC; }
    svg.rig .main-pump:hover {
      fill: #004060;
      stroke: #004060; }
    svg.rig .main-pump.highlighted {
      fill: #004060;
      stroke: #004060; }
    svg.rig .main-pump.selected {
      fill: #07b2b2;
      stroke: #004060; }
  svg.rig .rcd {
    cursor: pointer;
    fill: #0073AC;
    stroke: #0073AC; }
    svg.rig .rcd:hover {
      fill: #004060;
      stroke: #004060; }
    svg.rig .rcd.highlighted {
      fill: #004060;
      stroke: #004060; }
    svg.rig .rcd.selected {
      fill: #07b2b2;
      stroke: #004060; }
  svg.rig .bellnipple {
    cursor: pointer;
    fill: #cc1333;
    stroke: #cc1333; }
    svg.rig .bellnipple:hover {
      fill: #860c22;
      stroke: #860c22; }
    svg.rig .bellnipple.highlighted {
      fill: #860c22;
      stroke: #860c22; }
    svg.rig .bellnipple.selected {
      fill: #07b2b2;
      stroke: #860c22; }
  svg.rig .small-pump {
    cursor: pointer;
    fill: #0073AC;
    stroke: #0073AC; }
    svg.rig .small-pump:hover {
      fill: #004060;
      stroke: #004060; }
    svg.rig .small-pump.highlighted {
      fill: #004060;
      stroke: #004060; }
    svg.rig .small-pump.selected {
      fill: #07b2b2;
      stroke: #004060; }
  svg.rig .degasser {
    cursor: pointer;
    fill: #047c7c;
    stroke: #047c7c; }
    svg.rig .degasser:hover {
      fill: #023232;
      stroke: #023232; }
    svg.rig .degasser.highlighted {
      fill: #023232;
      stroke: #023232; }
    svg.rig .degasser.selected {
      fill: #07b2b2;
      stroke: #023232; }
  svg.rig .st12 {
    fill: #FFFFFF; }
  svg.rig.offshore .bop {
    cursor: pointer;
    fill: #07B2B2;
    stroke: #07B2B2; }
    svg.rig.offshore .bop:hover {
      fill: #046868;
      stroke: #046868; }
    svg.rig.offshore .bop.highlighted {
      fill: #046868;
      stroke: #046868; }
    svg.rig.offshore .bop.selected {
      fill: #07b2b2;
      stroke: #046868; }
  svg.rig .st13 {
    fill: #cc1333; }
  svg.rig.land .bop {
    cursor: pointer;
    fill: #C6894B;
    stroke: #C6894B; }
    svg.rig.land .bop:hover {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig.land .bop.highlighted {
      fill: #95632f;
      stroke: #95632f; }
    svg.rig.land .bop.selected {
      fill: #07b2b2;
      stroke: #95632f; }
  svg.rig .topdrive1 {
    cursor: pointer;
    fill: #FFD200;
    stroke: #FFD200; }
    svg.rig .topdrive1:hover {
      fill: #b39300;
      stroke: #b39300; }
    svg.rig .topdrive1.highlighted {
      fill: #b39300;
      stroke: #b39300; }
    svg.rig .topdrive1.selected {
      fill: #07b2b2;
      stroke: #b39300; }
  svg.rig .topdrive2 {
    cursor: pointer;
    fill: #D3AB02;
    stroke: #D3AB02; }
    svg.rig .topdrive2:hover {
      fill: #876e01;
      stroke: #876e01; }
    svg.rig .topdrive2.highlighted {
      fill: #876e01;
      stroke: #876e01; }
    svg.rig .topdrive2.selected {
      fill: #07b2b2;
      stroke: #876e01; }
  svg.rig .shaker {
    cursor: pointer;
    fill: #0073AC;
    stroke: #0073AC; }
    svg.rig .shaker:hover {
      fill: #004060;
      stroke: #004060; }
    svg.rig .shaker.highlighted {
      fill: #004060;
      stroke: #004060; }
    svg.rig .shaker.selected {
      fill: #07b2b2;
      stroke: #004060; }
  svg.rig .st14 {
    fill: #FFD200; }
  svg.rig .st15 {
    fill: #4F4E4D; }
  svg.rig .st16 {
    fill: #D3AB02; }
  svg.rig .camel {
    fill: #9e8876; }
  svg.rig .fish {
    fill: #e1f6f6; }
  svg.rig .fishdarker {
    fill: #afcaca; }
  svg.rig .shark {
    fill: #e1f6f6; }

.openlab-fluid-field {
  height: 38px;
  max-width: 400px; }

.table-tool-header {
  padding-right: 35px; }

.openlab-temp-field {
  max-width: 200px;
  height: 45px; }

.openlab-arch-field {
  max-width: 200px; }

.openlab-rig-field {
  height: 38px; }
  @media (min-width: 576px) {
    .openlab-rig-field {
      max-width: 400px;
      min-width: 120px; } }

.openlab-fluid-field-small {
  max-width: 100%;
  height: 38px; }

.openlab-fluid-field-xsmall {
  width: 70px;
  height: 38px; }

svg.fluid {
  min-width: 60px;
  max-width: 200px; }
  svg.fluid circle.mass-fractions {
    fill: #fdfdfd; }
  svg.fluid circle.volume-fractions {
    fill: #fff; }
  svg.fluid path.oil {
    fill: #8c8c8b; }
  svg.fluid path.error {
    fill: #D04828; }
  svg.fluid path:hover {
    opacity: 0.8; }
  svg.fluid.fluid1 path.water {
    fill: #cce3ee; }
  svg.fluid.fluid1 path.other {
    fill: #9ec9de; }
  svg.fluid.fluid1 circle.other {
    fill: #9ec9de; }
  svg.fluid.fluid2 path.water {
    fill: #cdf0f0; }
  svg.fluid.fluid2 path.other {
    fill: #bfd5d5; }
  svg.fluid.fluid2 circle.other {
    fill: #bfd5d5; }

svg.drillstring-background .backdrop {
  fill-opacity: 0.5;
  fill: #222f3c; }

svg.drillstring-background rect.air {
  fill: #f4f4f4; }

svg.drillstring-background use.floor {
  fill: #a7a6a6; }

svg.drillstring-background rect.solid {
  fill: #8c8c8b; }

svg.drillstring-background rect.ocean {
  fill: #cdf0f0; }

svg.drillstring-background use.waves {
  fill: #afcaca; }

svg.drillstring-background rect.sand {
  fill: #ece7e3; }

svg.drillstring-background use.sand {
  fill: #bfafa4; }

svg.drillstring-background use.platform,
svg.drillstring-background use.annulus,
svg.drillstring-background use.openhole {
  fill: #dfdfdf; }

svg.drillstring-background use.platform-feet {
  fill: #b9b8b8;
  opacity: 0.2; }

svg.drillstring-background use.drillpipe {
  cursor: pointer;
  --a: #c6894b;
  --b: #956738; }
  svg.drillstring-background use.drillpipe.highlighted {
    --a: #95632f;
    --b: #5d4123; }
  svg.drillstring-background use.drillpipe.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.hw-drillpipe {
  cursor: pointer;
  --a: #058585;
  --b: #045959; }
  svg.drillstring-background use.hw-drillpipe.highlighted {
    --a: #023b3b;
    --b: #011010; }
  svg.drillstring-background use.hw-drillpipe.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.float-sub {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161;
  --c: #005681; }
  svg.drillstring-background use.float-sub.highlighted {
    --a: #004060;
    --b: #000e15;
    --c: #002335; }
  svg.drillstring-background use.float-sub.selected {
    --a: #07b2b2;
    --b: #07b2b2;
    --c: #07b2b2; }

svg.drillstring-background use.hole-opener {
  cursor: pointer;
  --a: #0073ac;
  --b: #005681;
  --c: #a7a6a6;
  --d: #004161; }
  svg.drillstring-background use.hole-opener.highlighted {
    --a: #004060;
    --b: #002335;
    --c: #818080;
    --d: #000e15; }
  svg.drillstring-background use.hole-opener.selected {
    --a: #07b2b2;
    --b: #07b2b2;
    --c: #07b2b2;
    --d: #07b2b2; }

svg.drillstring-background use.asm {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161; }
  svg.drillstring-background use.asm.highlighted {
    --a: #004060;
    --b: #000e15; }
  svg.drillstring-background use.asm.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.circulation-sub {
  cursor: pointer;
  --a: #005681;
  --b: #0073ac;
  --c: #004161; }
  svg.drillstring-background use.circulation-sub.highlighted {
    --a: #002335;
    --b: #004060;
    --c: #000e15; }
  svg.drillstring-background use.circulation-sub.selected {
    --a: #07b2b2;
    --b: #07b2b2;
    --c: #07b2b2; }

svg.drillstring-background use.drill-collar {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161; }
  svg.drillstring-background use.drill-collar.highlighted {
    --a: #004060;
    --b: #000e15; }
  svg.drillstring-background use.drill-collar.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.jar {
  cursor: pointer;
  --a: #004161;
  --b: #0073ac; }
  svg.drillstring-background use.jar.highlighted {
    --a: #000e15;
    --b: #004060; }
  svg.drillstring-background use.jar.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.lwd {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161; }
  svg.drillstring-background use.lwd.highlighted {
    --a: #004060;
    --b: #000e15; }
  svg.drillstring-background use.lwd.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.pwd {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161; }
  svg.drillstring-background use.pwd.highlighted {
    --a: #004060;
    --b: #000e15; }
  svg.drillstring-background use.pwd.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.mwd {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161; }
  svg.drillstring-background use.mwd.highlighted {
    --a: #004060;
    --b: #000e15; }
  svg.drillstring-background use.mwd.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.stabilizer {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161; }
  svg.drillstring-background use.stabilizer.highlighted {
    --a: #004060;
    --b: #000e15; }
  svg.drillstring-background use.stabilizer.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.steerable-rotary-tool {
  cursor: pointer;
  --a: #0073ac;
  --b: #004161; }
  svg.drillstring-background use.steerable-rotary-tool.highlighted {
    --a: #004060;
    --b: #000e15; }
  svg.drillstring-background use.steerable-rotary-tool.selected {
    --a: #07b2b2;
    --b: #07b2b2; }

svg.drillstring-background use.under-reamer {
  cursor: pointer;
  --a: #0073ac;
  --b: #005681;
  --c: #004161; }
  svg.drillstring-background use.under-reamer.highlighted {
    --a: #004060;
    --b: #002335;
    --c: #000e15; }
  svg.drillstring-background use.under-reamer.selected {
    --a: #07b2b2;
    --b: #07b2b2;
    --c: #07b2b2; }

svg.drillstring-background use.bit {
  cursor: pointer;
  --a: #ddb200;
  --b: #ffd300;
  --c: #ddb200;
  --d: #ffed9d;
  --e: #4f4e4d; }
  svg.drillstring-background use.bit.highlighted {
    --a: #917400;
    --b: #b39400;
    --c: #917400;
    --d: #ffdf51;
    --e: #282827; }
  svg.drillstring-background use.bit.selected {
    --a: #07b2b2;
    --b: #07b2b2;
    --c: #07b2b2;
    --d: #07b2b2;
    --e: #07b2b2; }

svg.drillstring-background g.depth-labels {
  font-size: 1.25rem; }
  svg.drillstring-background g.depth-labels line.underline {
    stroke: #ffd300;
    stroke-width: 2;
    stroke-dasharray: 15, 5; }
  svg.drillstring-background g.depth-labels text {
    fill: #ffd300;
    font-weight: bold; }

svg.drillstring {
  max-height: 1000px; }

g.mouse-interaction g.container path {
  fill: #fff; }

g.mouse-interaction g.content .interaction-title {
  fill: #4f4e4d; }

g.mouse-interaction g.content .interaction-value {
  font-weight: bold;
  fill: #07b2b2; }
  g.mouse-interaction g.content .interaction-value.first {
    fill: #b7127c; }
  g.mouse-interaction g.content .interaction-value.second {
    fill: #07b2b2; }
  g.mouse-interaction g.content .interaction-value.third {
    fill: #f88707; }
  g.mouse-interaction g.content .interaction-value.fourth {
    fill: #0073ac; }
  g.mouse-interaction g.content .interaction-value.fifth {
    fill: #79b534; }
  g.mouse-interaction g.content .interaction-value.sixth {
    fill: #df4a32; }
  g.mouse-interaction g.content .interaction-value.seventh {
    fill: #6f42c1; }
  g.mouse-interaction g.content .interaction-value.eighth {
    fill: #c768b7; }

g.mouse-interaction g.content .interaction-label {
  fill: #4f4e4d; }

.openlab-reset-zoom {
  padding-right: 0; }

.openlab-path-canvas {
  z-index: 10;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.openlab-graph-mouse-interaction {
  z-index: 11;
  position: absolute; }

.openlab-user-account {
  max-width: 1600px;
  min-height: calc(100vh - 141px); }
  .openlab-user-account .header {
    text-transform: uppercase;
    user-select: none;
    font-weight: bold;
    border-bottom: 5px solid #07b2b2; }
  .openlab-user-account .account {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 21px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 14px;
    padding-right: 14px;
    background: #fff; }
    .openlab-user-account .account.interactive:hover {
      cursor: pointer;
      opacity: 0.8; }
  .openlab-user-account .avatar {
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 5px 5px 5px 0;
    border: 1px solid #dddddc; }

#openlab-admin-dashboard {
  min-height: calc(100vh - 141px); }

.openlab-admin .header {
  text-transform: uppercase; }
  .openlab-admin .header.active {
    user-select: none;
    font-weight: bold;
    border-bottom: 5px solid #07b2b2; }

.openlab-admin .avatar {
  text-align: center;
  max-height: 37px;
  margin: 5px 5px 5px 0;
  border: 1px solid #dddddc;
  font-size: 24px; }

.openlab-admin .user-row {
  margin-bottom: 7px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }

.openlab-admin .license-row {
  margin-bottom: 7px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
  .openlab-admin .license-row .expired {
    color: rgba(226, 89, 56, 0.7); }

.openlab-admin .offer-input {
  display: inline-block;
  border: 1px solid #dddddc;
  width: 100%; }
  .openlab-admin .offer-input:focus {
    border: 1px solid #07b2b2;
    outline: none; }

.openlab-admin .remove {
  margin-left: 1%;
  display: inline-flex; }
  .openlab-admin .remove:focus {
    outline: none;
    color: #07b2b2 !important; }

.openlab-admin .close:focus {
  outline: none;
  color: #07b2b2 !important; }

.openlab-user-register .header {
  user-select: none;
  font-weight: bold; }

.openlab-user-register .license {
  border: 1px solid #dddddc; }

.openlab-user-register .expired {
  color: #e25938; }

.openlab-user-register .invalid {
  text-decoration: line-through; }

svg {
  shape-rendering: geometricPrecision; }
  svg .circle-point {
    cursor: pointer; }
    svg .circle-point .first .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .first .data-points.point {
      stroke: #b7127c;
      fill: #b7127c; }
    svg .circle-point .first .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .second .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .second .data-points.point {
      stroke: #07b2b2;
      fill: #07b2b2; }
    svg .circle-point .second .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .third .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .third .data-points.point {
      stroke: #f88707;
      fill: #f88707; }
    svg .circle-point .third .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .fourth .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .fourth .data-points.point {
      stroke: #0073ac;
      fill: #0073ac; }
    svg .circle-point .fourth .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .fifth .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .fifth .data-points.point {
      stroke: #79b534;
      fill: #79b534; }
    svg .circle-point .fifth .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .sixth .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .sixth .data-points.point {
      stroke: #df4a32;
      fill: #df4a32; }
    svg .circle-point .sixth .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .seventh .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .seventh .data-points.point {
      stroke: #6f42c1;
      fill: #6f42c1; }
    svg .circle-point .seventh .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .eighth .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .eighth .data-points.point {
      stroke: #c768b7;
      fill: #c768b7; }
    svg .circle-point .eighth .data-points.inner {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .disabled .data-points.outer {
      stroke: #9c9b99;
      fill: #9c9b99; }
    svg .circle-point .disabled .data-points.point {
      stroke: #9c9b99;
      fill: #9c9b99; }
    svg .circle-point .disabled .data-points.inner {
      stroke: #9c9b99;
      fill: #9c9b99; }
    svg .circle-point .selected .data-points.outer {
      stroke: #fff;
      fill: #fff; }
    svg .circle-point .selected .data-points.point {
      stroke: #07b2b2;
      fill: #07b2b2; }
    svg .circle-point .selected .data-points.inner {
      stroke: #fff;
      fill: #fff; }

svg.graph .openlab-graph-background {
  fill: #fbfbfb; }

svg.graph .openlab-mouse-interaction {
  fill: transparent;
  cursor: none; }

svg.graph .fluid-x-grid {
  stroke: #c4c3c3;
  stroke-width: 1;
  opacity: 0.90;
  stroke-dasharray: 1, 4; }
  svg.graph .fluid-x-grid .zero-line {
    stroke-width: 1.5;
    stroke-dasharray: none; }

svg.graph .fluid-y-grid {
  stroke: #c4c3c3;
  stroke-width: 1;
  opacity: 0.90;
  stroke-dasharray: 1, 4; }
  svg.graph .fluid-y-grid .zero-line {
    stroke-width: 1.5;
    stroke-dasharray: none; }

svg.graph .x-grid {
  stroke: #c4c3c3;
  stroke-width: 1;
  opacity: 0.90;
  stroke-dasharray: 1, 4; }
  svg.graph .x-grid line:first-of-type {
    stroke-width: 1.5;
    stroke-dasharray: none; }

svg.graph .x-grid-time {
  stroke: #c4c3c3;
  stroke-width: 1;
  opacity: 0.90;
  stroke-dasharray: 1, 4; }

svg.graph .y-grid {
  stroke: #c4c3c3;
  stroke-width: 1;
  opacity: 0.90;
  stroke-dasharray: 1, 4; }
  svg.graph .y-grid line:last-of-type {
    stroke-width: 1.5;
    stroke-dasharray: none; }

svg.graph .rect-point.first {
  fill: #b7127c; }

svg.graph .rect-point.second {
  fill: #07b2b2; }

svg.graph .rect-point.third {
  fill: #f88707; }

svg.graph .rect-point.fourth {
  fill: #0073ac; }

svg.graph .rect-point.fifth {
  fill: #79b534; }

svg.graph .rect-point.sixth {
  fill: #df4a32; }

svg.graph .rect-point.seventh {
  fill: #6f42c1; }

svg.graph .rect-point.eighth {
  fill: #c768b7; }

svg.graph .rect-point.pressure-window {
  fill: #80c4c4; }

svg.graph .data-points {
  stroke-width: 2; }

svg.graph .data-line {
  opacity: 0.75;
  fill: none;
  stroke-width: 2px; }
  svg.graph .data-line.first {
    stroke: #b7127c; }
  svg.graph .data-line.second {
    stroke: #07b2b2; }
  svg.graph .data-line.third {
    stroke: #f88707; }
  svg.graph .data-line.fourth {
    stroke: #0073ac; }
  svg.graph .data-line.fifth {
    stroke: #79b534; }
  svg.graph .data-line.sixth {
    stroke: #df4a32; }
  svg.graph .data-line.seventh {
    stroke: #6f42c1; }
  svg.graph .data-line.eighth {
    stroke: #c768b7; }

svg.graph .data-fill {
  fill-opacity: 0.1;
  stroke: none; }
  svg.graph .data-fill.less {
    fill-opacity: 0.2; }
  svg.graph .data-fill.more {
    fill-opacity: 0.4; }
  svg.graph .data-fill.pressure-window {
    fill: #80c4c4; }
  svg.graph .data-fill.illegal {
    fill: #D04828;
    stroke: #e58d79;
    stroke-width: 1px; }
  svg.graph .data-fill.openhole {
    fill: #f88707;
    stroke: #f88707;
    stroke-width: 2px;
    stroke-dasharray: 8, 6; }
  svg.graph .data-fill.first {
    fill: #b7127c; }
  svg.graph .data-fill.second {
    fill: #07b2b2; }
  svg.graph .data-fill.third {
    fill: #f88707; }
  svg.graph .data-fill.fourth {
    fill: #0073ac; }
  svg.graph .data-fill.fifth {
    fill: #79b534; }
  svg.graph .data-fill.sixth {
    fill: #df4a32; }
  svg.graph .data-fill.seventh {
    fill: #6f42c1; }
  svg.graph .data-fill.eighth {
    fill: #c768b7; }

svg.graph .labels {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

svg.graph .x-labels {
  fill: #4f4e4d;
  text-anchor: middle; }

svg.graph .y-labels {
  fill: #4f4e4d;
  text-anchor: end; }

svg.graph text.openlab-pressure-open-hole {
  font-size: 1rem;
  fill: #f88707; }

svg.graph .openlab-interaction-line {
  fill: #4f4e4d;
  opacity: 0.4; }

svg.graph .openlab-interaction-legend {
  fill: #4f4e4d; }

svg.graph .graph-legend-item {
  cursor: pointer; }

svg.graph .graph-faded {
  opacity: 0.25; }

svg.graph .graph-legend-line {
  stroke-width: 2; }
  svg.graph .graph-legend-line.enlarged {
    stroke-width: 4; }
  svg.graph .graph-legend-line.faded {
    stroke: #f6f6f6; }
  svg.graph .graph-legend-line.first {
    stroke: #b7127c; }
  svg.graph .graph-legend-line.second {
    stroke: #07b2b2; }
  svg.graph .graph-legend-line.third {
    stroke: #f88707; }
  svg.graph .graph-legend-line.fourth {
    stroke: #0073ac; }
  svg.graph .graph-legend-line.fifth {
    stroke: #79b534; }
  svg.graph .graph-legend-line.sixth {
    stroke: #df4a32; }
  svg.graph .graph-legend-line.seventh {
    stroke: #6f42c1; }
  svg.graph .graph-legend-line.eighth {
    stroke: #c768b7; }
  svg.graph .graph-legend-line.pressure-window {
    stroke: #80c4c4; }

svg.graph .graph-legend-value.faded {
  fill: #f6f6f6; }

svg.graph .graph-legend-value.first {
  fill: #b7127c; }

svg.graph .graph-legend-value.second {
  fill: #07b2b2; }

svg.graph .graph-legend-value.third {
  fill: #f88707; }

svg.graph .graph-legend-value.fourth {
  fill: #0073ac; }

svg.graph .graph-legend-value.fifth {
  fill: #79b534; }

svg.graph .graph-legend-value.sixth {
  fill: #df4a32; }

svg.graph .graph-legend-value.seventh {
  fill: #6f42c1; }

svg.graph .graph-legend-value.eighth {
  fill: #c768b7; }

svg.graph .graph-legend-value.pressure-window {
  fill: #80c4c4; }

p.popover-all {
  white-space: pre-line; }

g.help-text circle {
  fill: #f6f6f6; }

select.norce-input {
  border: 0 !important;
  height: 45px !important; }

td.norce-td {
  margin: 0 !important;
  padding: 0 !important; }

input.norce-input {
  border: 0 !important;
  height: 50px !important; }
  input.norce-input.disabled {
    cursor: default;
    color: #9c9b99 !important;
    font-weight: normal !important;
    background-color: #f6f6f6; }

.openlab-admin-license .util-disabled-all {
  opacity: 0.5; }

.openlab-admin-license .openlab-license-deactivated {
  z-index: 999;
  position: fixed;
  left: 35vw;
  top: 35vh; }
  .openlab-admin-license .openlab-license-deactivated h1 {
    font-size: 6rem; }

table.openlab-table {
  width: 100%;
  margin-bottom: 0; }
  table.openlab-table.table-bordered,
  table.openlab-table.table-bordered thead th {
    border: none; }
  table.openlab-table th {
    padding-top: 8px;
    padding-bottom: 6px; }
  table.openlab-table.sticky-header thead th {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1; }
  table.openlab-table.sticky-header thead tr:first-child th {
    top: 0;
    background-clip: padding-box; }
  table.openlab-table.sticky-header thead tr:nth-child(2) th {
    top: 60px;
    background-clip: padding-box; }
  table.openlab-table.sticky-header thead tr:nth-child(2).thinner th {
    top: 35px; }
  table.openlab-table tbody tr:not(.non-interactive) {
    cursor: pointer; }
  table.openlab-table tbody.borderless {
    cursor: auto !important; }
    table.openlab-table tbody.borderless tr:hover {
      background-color: transparent !important; }
      table.openlab-table tbody.borderless tr:hover td {
        background-color: transparent !important; }
    table.openlab-table tbody.borderless td {
      border: none; }
  table.openlab-table tbody + tbody {
    border-top-width: 0px; }
  table.openlab-table.two.data.columns th:not(.index):not(.interactive),
  table.openlab-table.two.data.columns td:not(.index):not(.interactive) {
    width: 50%; }
  table.openlab-table.two.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.two.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 50%; }
  table.openlab-table.three.data.columns th:not(.index):not(.interactive),
  table.openlab-table.three.data.columns td:not(.index):not(.interactive) {
    width: 33.3%; }
  table.openlab-table.three.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.three.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 33.3%; }
  table.openlab-table.four.data.columns th:not(.index):not(.interactive),
  table.openlab-table.four.data.columns td:not(.index):not(.interactive) {
    width: 25%; }
  table.openlab-table.four.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.four.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 25%; }
  table.openlab-table.five.data.columns th:not(.index):not(.interactive),
  table.openlab-table.five.data.columns td:not(.index):not(.interactive) {
    width: 20%; }
  table.openlab-table.five.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.five.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 20%; }
  table.openlab-table.six.data.columns th:not(.index):not(.interactive),
  table.openlab-table.six.data.columns td:not(.index):not(.interactive) {
    width: 17%; }
  table.openlab-table.six.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.six.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 20%; }
  table.openlab-table.seven.data.columns th:not(.index):not(.interactive):not(.title),
  table.openlab-table.seven.data.columns td:not(.index):not(.interactive):not(.title) {
    width: 15%; }
  table.openlab-table.seven.data.columns th:title,
  table.openlab-table.seven.data.columns td:title {
    width: 15%; }
  table.openlab-table.seven.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.seven.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 15%; }
  table.openlab-table.eight.data.columns th:not(.index):not(.interactive),
  table.openlab-table.eight.data.columns td:not(.index):not(.interactive) {
    width: 12.5%; }
  table.openlab-table.eight.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.eight.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 12.5%; }
  table.openlab-table.nine.data.columns th:not(.index):not(.interactive),
  table.openlab-table.nine.data.columns td:not(.index):not(.interactive) {
    width: 12%; }
  table.openlab-table.nine.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.nine.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 12%; }
  table.openlab-table.ten.data.columns th:not(.index):not(.interactive),
  table.openlab-table.ten.data.columns td:not(.index):not(.interactive) {
    width: 10%; }
  table.openlab-table.ten.data.columns.no.interaction th:not(.index):not(.interactive),
  table.openlab-table.ten.data.columns.no.interaction td:not(.index):not(.interactive) {
    width: 10%; }
  table.openlab-table.sequence.data.columns th:not(.time):not(.interactive),
  table.openlab-table.sequence.data.columns td:not(.time):not(.interactive) {
    width: 7%; }
  table.openlab-table tr.divider td {
    font-size: 0.8125rem;
    padding: 4px; }
  table.openlab-table tr.faded td:not(.borderless),
  table.openlab-table tr.faded input:not(.borderless),
  table.openlab-table tr.faded select:not(.borderless) {
    background-color: #f6f6f6 !important; }
  table.openlab-table tr.marked td:not(.add):not(.interactive) {
    background-color: #EFF8F8; }
  table.openlab-table tr.marked input.form-control {
    background-color: #EFF8F8; }
  table.openlab-table tr.selected td:first-of-type.add {
    border-left: none;
    border-right: 1px solid #07b2b2; }
  table.openlab-table tr.selected td:first-of-type:not(.add) {
    border-left: 1px solid #07b2b2; }
  table.openlab-table tr.selected td:nth-of-type(2) {
    border-left: 1px solid transparent; }
  table.openlab-table tr.selected td {
    border-top: 1px solid #07b2b2;
    border-bottom: 1px solid #07b2b2;
    border-style: double; }
  table.openlab-table tr.selected td:last-of-type:not(.checkbox) {
    border-right: 1px solid #07b2b2; }
  table.openlab-table tr.selected td:nth-last-of-type(2) {
    border-right: 1px solid #07b2b2; }
  table.openlab-table tr.selected input.form-control {
    font-weight: bold;
    color: #07b2b2; }
  table.openlab-table tr:hover th {
    background-color: #fff; }
  table.openlab-table tr:hover.selected td.borderless {
    background-color: #fff; }
  table.openlab-table tr:hover.selected td.select-all {
    background-color: #fff; }
  table.openlab-table tr:hover.selected td:not(.menu) {
    background-color: #fff; }
  table.openlab-table tr:hover.selected td:not(.title) {
    background-color: #fff; }
  table.openlab-table tr:hover.selected td.disabled {
    background-color: #f6f6f6; }
  table.openlab-table tr:hover:not(.selected):not(.non-interactive) td.borderless {
    background-color: #fff; }
  table.openlab-table tr:hover:not(.selected):not(.non-interactive) td:not(.borderless) {
    background-color: #EFF8F8; }
  table.openlab-table tr:hover:not(.selected):not(.non-interactive) td.select-all {
    background-color: #fff; }
  table.openlab-table tr.invalid td:not(.borderless),
  table.openlab-table tr.invalid input:not(.borderless),
  table.openlab-table tr.invalid select:not(.borderless) {
    background-color: #fbebe7 !important; }
  table.openlab-table tr.invalid.selected td:first-of-type.add {
    border-left: none;
    border-right: 1px solid #D04828; }
  table.openlab-table tr.invalid.selected td:first-of-type:not(.add) {
    border-left: 1px solid #D04828; }
  table.openlab-table tr.invalid.selected td {
    border-top-color: #D04828 !important;
    border-bottom-color: #D04828 !important; }
  table.openlab-table tr.invalid.selected td:nth-last-of-type(2) {
    border-right: 1px solid #D04828; }
  table.openlab-table tr.invalid td.invalid,
  table.openlab-table tr.invalid td.invalid input,
  table.openlab-table tr.invalid input.invalid,
  table.openlab-table tr.invalid td.invalid select,
  table.openlab-table tr.invalid select.invalid {
    background-color: #f5cabf !important;
    color: #D04828 !important; }
  table.openlab-table tr td {
    height: 50px !important;
    vertical-align: middle; }
    table.openlab-table tr td.borderless {
      border: none; }
    table.openlab-table tr td.select-all {
      border: none; }
    table.openlab-table tr td.transparent-border {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-bottom: none; }
    table.openlab-table tr td.interactive {
      white-space: nowrap; }
      table.openlab-table tr td.interactive.checkbox {
        width: 35px !important;
        max-width: 35px;
        min-width: 35px;
        text-align: right;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0; }
      table.openlab-table tr td.interactive.menu {
        width: 40px !important;
        max-width: 40px;
        min-width: 40px;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0; }
    table.openlab-table tr td.disabled {
      cursor: default;
      color: #9c9b99 !important;
      background-color: #f6f6f6; }
    table.openlab-table tr td.util-nowrap {
      overflow-x: hidden; }
    table.openlab-table tr td.index {
      text-align: right;
      width: 50px !important;
      max-width: 50px;
      min-width: 50px; }
    table.openlab-table tr td.add {
      text-align: right;
      width: 45px !important;
      max-width: 45px;
      min-width: 45px; }
    table.openlab-table tr td.borderless {
      border: none; }
    table.openlab-table tr td.select-all {
      border-bottom: none;
      border-top: none;
      border-left: 1px solid #fff;
      border-right: none; }
  table.openlab-table tr th.index {
    width: 50px !important;
    min-width: 50px;
    max-width: 50px;
    text-align: right; }
  table.openlab-table tr th.add {
    width: 45px;
    text-align: right; }
  table.openlab-table tr th.checkbox {
    min-width: 35px !important;
    max-width: 35px !important;
    width: 35px !important;
    border-left: 1px solid transparent; }
  table.openlab-table tr th.title {
    width: 25%; }

input.editing {
  background-color: #fff5d8; }

input.invalid {
  background-color: #f5cabf !important;
  border-color: #D04828 !important;
  color: #D04828 !important; }

td.first {
  background-color: rgba(183, 18, 124, 0.03); }

td.second {
  background-color: rgba(7, 178, 178, 0.03); }

td.third {
  background-color: rgba(248, 135, 7, 0.03); }

td.fourth {
  background-color: rgba(0, 115, 172, 0.03); }

td.fifth {
  background-color: rgba(121, 181, 52, 0.03); }

td.sixth {
  background-color: rgba(223, 74, 50, 0.03); }

td.seventh {
  background-color: rgba(111, 66, 193, 0.03); }

td.eighth {
  background-color: rgba(199, 104, 183, 0.03); }

.simulation-icon {
  width: 24px !important;
  height: 24px !important;
  padding: 0; }

.simulation-icon-large {
  width: 38px !important;
  height: 38px !important;
  padding: 0; }

.time-zoom-button {
  height: 30px !important;
  padding: 0;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  width: 45px; }

.snapshot-button {
  height: 30px !important;
  min-width: 36px !important;
  font-size: 20px; }

.small-button {
  height: 32px !important;
  padding: 0; }

.medium-button {
  width: 150px !important; }

.edit-save-button {
  position: absolute;
  top: 16px;
  right: 16px;
  height: 38px !important;
  z-index: 19; }
  @media (min-width: 992px) {
    .edit-save-button {
      width: 95px; } }
  @media (max-width: 991.98px) {
    .edit-save-button {
      width: 38px; } }

.tank-svg {
  width: 100px;
  height: 100px; }

.custom-checkbox .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #ced4da; }

.custom-checkbox .custom-control-label.color1::before {
  border: 1px solid #b7127c; }

.custom-checkbox .custom-control-label.color2::before {
  border: 1px solid #07b2b2; }

.custom-checkbox .custom-control-label.color3::before {
  border: 1px solid #f88707; }

.custom-checkbox .custom-control-label.color4::before {
  border: 1px solid #0073ac; }

.custom-checkbox .custom-control-label.color5::before {
  border: 1px solid #79b534; }

.custom-checkbox .custom-control-label.color6::before {
  border: 1px solid #df4a32; }

.custom-checkbox .custom-control-label.color7::before {
  border: 1px solid #6f42c1; }

.custom-checkbox .custom-control-label.color8::before {
  border: 1px solid #c768b7; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color1::before {
  background-color: #b7127c; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color2::before {
  background-color: #07b2b2; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color3::before {
  background-color: #f88707; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color4::before {
  background-color: #0073ac; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color5::before {
  background-color: #79b534; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color6::before {
  background-color: #df4a32; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color7::before {
  background-color: #6f42c1; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.color8::before {
  background-color: #c768b7; }

.color1 {
  color: #b7127c; }

.color2 {
  color: #07b2b2; }

.color3 {
  color: #f88707; }

.color4 {
  color: #0073ac; }

.color5 {
  color: #79b534; }

.color6 {
  color: #df4a32; }

.color7 {
  color: #6f42c1; }

.color8 {
  color: #c768b7; }

.water-box {
  width: 24px !important;
  height: 24px !important;
  padding: 0;
  border: 1px solid #dddddc; }
  .water-box.fluid1 {
    background-color: #cce3ee; }
  .water-box.fluid2 {
    background-color: #cdf0f0; }

.barite-box {
  width: 24px !important;
  height: 24px !important;
  padding: 0;
  border: 1px solid #dddddc; }
  .barite-box.fluid1 {
    background-color: #9ec9de; }
  .barite-box.fluid2 {
    background-color: #bfd5d5; }

.oil-box {
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 0;
  background-color: #8c8c8b;
  border: 1px solid #dddddc; }

.openlab-icon {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle; }
  .openlab-icon.util-icon-xs {
    width: 15px !important;
    height: 15px !important; }
  .openlab-icon.util-icon-sm {
    width: 24px !important;
    height: 24px !important; }
  .openlab-icon.util-icon-md {
    width: 32px !important;
    height: 32px !important; }
  .openlab-icon.util-icon-lg {
    width: 25px !important;
    height: 40px !important; }
  .openlab-icon.util-icon-sim-status {
    width: 45px !important;
    height: 45px !important; }
  .openlab-icon.util-icon-xl {
    width: 55px !important;
    height: 55px !important; }
  .openlab-icon.util-icon-jill {
    width: 60px !important;
    height: 120px !important; }
  .openlab-icon.util-icon-xxl {
    width: 200px !important;
    height: 300px !important; }
  .openlab-icon.configuration-offshore {
    background-image: url("/img/icon/configuration_offshore.svg"); }
  .openlab-icon.configuration-offshore-many {
    background-image: url("/img/icon/configuration_offshore_many.svg"); }
  .openlab-icon.configuration-offshore-locked {
    background-image: url("/img/icon/configuration_offshore_locked.svg"); }
  .openlab-icon.configuration-land {
    background-image: url("/img/icon/configuration_land.svg"); }
  .openlab-icon.configuration-land-many {
    background-image: url("/img/icon/configuration_land_many.svg"); }
  .openlab-icon.configuration-land-locked {
    background-image: url("/img/icon/configuration_land_locked.svg"); }
  .openlab-icon.simulation {
    background-image: url("/img/icon/simulation.svg"); }
  .openlab-icon.simulation-hil {
    background-image: url("/img/icon/simulation_hil.svg"); }
  .openlab-icon.simulation-completed {
    background-image: url("/img/icon/Completed.svg"); }
  .openlab-icon.simulation-completed-hil {
    background-image: url("/img/icon/Completed_hil.svg"); }
  .openlab-icon.completed {
    background-image: url("/img/icon/CompletedSmall.svg"); }
  .openlab-icon.simulation-initializing {
    background-image: url("/img/icon/Initializing.svg"); }
  .openlab-icon.simulation-initializing-hil {
    background-image: url("/img/icon/Initializing_hil.svg"); }
  .openlab-icon.initializing {
    background-image: url("/img/icon/InitializingSmall.svg"); }
  .openlab-icon.simulation-paused {
    background-image: url("/img/icon/Paused.svg"); }
  .openlab-icon.simulation-paused-hil {
    background-image: url("/img/icon/Paused_hil.svg"); }
  .openlab-icon.paused {
    background-image: url("/img/icon/PausedSmall.svg"); }
  .openlab-icon.simulation-ready-hil {
    background-image: url("/img/icon/Ready_hil.svg"); }
  .openlab-icon.simulation-ready {
    background-image: url("/img/icon/Ready.svg"); }
  .openlab-icon.auto-connection {
    background-image: url("/img/icon/AutoConnection.svg"); }
  .openlab-icon.ready {
    background-image: url("/img/icon/ReadySmall.svg"); }
  .openlab-icon.simulation-running {
    background-image: url("/img/icon/Running.svg"); }
  .openlab-icon.simulation-running-hil {
    background-image: url("/img/icon/Running_hil.svg"); }
  .openlab-icon.running {
    background-image: url("/img/icon/RunningSmall.svg"); }
  .openlab-icon.simulation-aborted {
    background-image: url("/img/icon/Aborted.svg"); }
  .openlab-icon.simulation-aborted-hil {
    background-image: url("/img/icon/Aborted_hil.svg"); }
  .openlab-icon.aborted {
    background-image: url("/img/icon/AbortedSmall.svg"); }
  .openlab-icon.simulation-ghost {
    background-image: url("/img/icon/GhostSimulation.svg"); }
  .openlab-icon.config-ghost {
    background-image: url("/img/icon/GhostConfig.svg"); }
  .openlab-icon.manage-simulation {
    background-image: url("/img/icon/manage_simulation.svg"); }
  .openlab-icon.slider-1 {
    background-image: url("/img/icon/Fluid-button-01.svg"); }
  .openlab-icon.slider-2 {
    background-image: url("/img/icon/Fluid-button-02.svg"); }
  .openlab-icon.chat-bot {
    background-image: url("/img/icon/JillChatBotIcon1.svg"); }
  .openlab-icon.google {
    background-image: url("/img/icon/Google__G__Logo.svg"); }
  .openlab-icon.microsoft {
    background-image: url("/img/icon/microsoft_icon.svg"); }
  .openlab-icon.openlab-large {
    background-image: url("/img/icon/OpenLabFullColour.svg"); }
  .openlab-icon.bell {
    margin-bottom: 2px;
    background-image: url("/img/icon/bell-outline.svg"); }
    .openlab-icon.bell:hover {
      background-image: url("/img/icon/bell-outline-bluechill.svg"); }
  .openlab-icon.jill-chill {
    background-image: url("/img/icon/JillBlueChillHat1.svg"); }
  .openlab-icon.jill-orange {
    background-image: url("/img/icon/JillDangerOrangeHat1.svg"); }
  .openlab-icon.incidents {
    background-image: url("/img/icon/incidents.svg"); }
    .openlab-icon.incidents:hover {
      background-image: url("/img/icon/incidentshover.svg"); }
  .openlab-icon.overflow {
    background-image: url("/img/icon/overflow.svg"); }
    .openlab-icon.overflow:hover {
      background-image: url("/img/icon/overflowhover.svg"); }

input[type=range] {
  height: 10px;
  -webkit-appearance: none;
  padding-top: 12px;
  width: 100%;
  border: 0; }

input[type=range]:invalid {
  box-shadow: none; }

input[type=range]::-moz-submit-invalid {
  box-shadow: none; }

input[type=range]::-moz-ui-invalid {
  box-shadow: none; }

input[type=range]:focus {
  border: 0;
  outline: none;
  background: #fff; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #c4c3c3;
  border-radius: 5px;
  box-shadow: 0;
  border: 0; }

input[type=range]:not(.disabled)::-webkit-slider-thumb {
  box-shadow: 0;
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #07b2b2;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px; }

input[type=range].disabled::-webkit-slider-thumb {
  box-shadow: 0;
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #c4c3c3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c4c3c3;
  box-shadow: 0;
  border: 0; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #c4c3c3;
  border-radius: 5px;
  box-shadow: 0;
  border: 0; }

input[type=range]:not(.disabled)::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #07b2b2;
  cursor: pointer;
  box-shadow: 0;
  border: 0; }

input[type=range].disabled::-moz-range-thumb {
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #c4c3c3;
  cursor: pointer;
  box-shadow: 0;
  border: 0; }

input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  box-shadow: 0;
  border: 0; }

input[type=range]::-ms-fill-upper {
  background: #c4c3c3;
  border-radius: 15px;
  box-shadow: 0;
  border: 0; }

input[type=range]::-ms-fill-lower {
  background: #c4c3c3;
  box-shadow: 0;
  border: 0; }

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0;
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #07b2b2;
  cursor: pointer; }

input[type=range]:focus::-ms-fill-lower {
  background: #c4c3c3;
  box-shadow: 0;
  border: 0; }

input[type=range]:focus::-ms-fill-upper {
  background: #c4c3c3;
  box-shadow: 0;
  border: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  cursor: pointer;
  width: 30px;
  height: 32px; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input; }

.noUi-horizontal .noUi-handle {
  margin-right: 0px;
  box-shadow: none;
  border: 0;
  height: 18px;
  width: 18px;
  top: -5px;
  border-radius: 18px;
  background: #07b2b2;
  cursor: pointer;
  z-index: 10; }
  .noUi-horizontal .noUi-handle:focus {
    outline: none; }

.setpoint .noUi-horizontal .noUi-handle {
  margin-right: 1px;
  box-shadow: none;
  border: 0;
  height: 16px;
  width: 16px;
  top: -6px;
  border-radius: 16px; }

.disabled .noUi-horizontal .noUi-handle {
  background: #c4c3c3; }

.noUi-base,
.noUi-connects {
  height: 8px;
  border-radius: 0px; }
  @media (min-width: 576px) {
    .noUi-base,
    .noUi-connects {
      min-width: 300px; } }

.setpoint .noUi-base,
.setpoint .noUi-connects {
  border-radius: 4px;
  height: 4px;
  background: #c4c3c3; }
  @media (min-width: 576px) {
    .setpoint .noUi-base,
    .setpoint .noUi-connects {
      min-width: 10px; } }

.noUi-horizontal {
  height: 8px;
  border-radius: 10px; }

.setpoint .noUi-horizontal {
  height: 4px;
  border-radius: 4px; }

.noUi-target {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ced4da;
  box-shadow: none;
  padding-right: 17px;
  margin-bottom: 0px;
  margin-top: 19px; }

.setpoint .noUi-target {
  background: #c4c3c3;
  border-radius: 4px;
  margin-top: 10px;
  padding-right: 16px;
  border: 0; }

.noUi-connect {
  background: #ced4da;
  border: 0px;
  height: 8px; }

.setpoint .noUi-connect {
  background: #c4c3c3;
  border: 0px;
  height: 4px; }

.noUi-handle {
  border-radius: 0px;
  box-shadow: 0; }

.noUi-handle:before {
  display: none; }

.noUi-handle:after {
  display: none; }

.noUi-horizontal .noUi-tooltip {
  bottom: 11px;
  border: 0px;
  background: transparent;
  font-size: 0.875rem;
  font-family: Calibri, Arial, sans-serif;
  color: #4f4e4d; }

.progress-container {
  width: 100%; }

.progress-text-container {
  margin-top: -3px;
  margin-bottom: 2px; }

.progress {
  border: 1px solid #ced4da;
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  margin-top: 0px;
  height: 10px; }

.progress::-webkit-progress-bar {
  border: 1px solid #ced4da;
  background-color: #fff;
  height: 10px;
  border-radius: 10px; }

.progress::-webkit-progress-value {
  border: 1px solid #ced4da;
  background-color: #fff;
  height: 10px;
  border-radius: 10px; }

.progress::-moz-progress-bar {
  border: 1px solid #ced4da;
  background-color: #fff;
  height: 10px;
  border-radius: 10px; }

.jill-christmas {
  position: fixed;
  left: 0;
  top: 70vh;
  width: 140px;
  transform: rotateZ(35deg); }

#snow {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: none;
  position: absolute;
  pointer-events: none;
  animation: snow 10s linear infinite;
  -ms-animation: snow 10s linear infinite;
  -moz-animation: snow 10s linear infinite;
  -webkit-animation: snow 10s linear infinite;
  background-image: url("/img/s1.png"), url("/img/s2.png"), url("/img/s3.png"); }

@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0; }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px; } }

@-moz-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0; }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% {
    background-position: 400px 1000px, 200px 400px, 100px 300px; } }

@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0; }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px; } }

@-ms-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0; }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px; } }

.delete-checkbox:before {
  position: relative;
  left: 0; }

.delete-checkbox:after {
  left: 0; }

.onoffswitch {
  position: relative;
  width: 88px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .onoffswitch label {
    margin: 0px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 20px; }
  .onoffswitch-label label {
    margin: 0px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 28px;
  font-size: 12px;
  color: white;
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ZOOM ON";
  padding-left: 7px;
  background-color: #fff;
  color: #4f4e4d; }

.onoffswitch-inner:after {
  content: "ZOOM OFF";
  padding-right: 5px;
  background-color: #fff;
  color: #4f4e4d;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #07b2b2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 58px;
  border: 1px solid #07b2b2;
  border-radius: 18px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.onoffswitch-large {
  position: relative;
  width: 78px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .onoffswitch-large label {
    margin: 0px; }

.onoffswitch-large-checkbox {
  display: none; }

.onoffswitch-large-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 26px; }
  .onoffswitch-large-label label {
    margin: 0px; }

.onoffswitch-large-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-large-inner:before,
.onoffswitch-large-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 28px;
  font-size: 12px;
  color: white;
  font-family: Calibri, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-large-inner:before {
  content: "ON";
  padding-left: 6px;
  background-color: #fff;
  color: #4f4e4d; }

.onoffswitch-large-inner:after {
  content: "OFF";
  padding-right: 6px;
  background-color: #fff;
  color: #4f4e4d;
  text-align: right; }

.onoffswitch-large-inner.activepit:before {
  content: "MAIN"; }

.onoffswitch-large-inner.bop:before {
  content: "OPEN"; }

.onoffswitch-large-inner.autodriller:before {
  content: "WOB"; }

.onoffswitch-large-inner.activepit:after {
  content: "RESERVE"; }

.onoffswitch-large-inner.bop:after {
  content: "CLOSED"; }

.onoffswitch-large-inner.autodriller:after {
  content: "ROP"; }

.onoffswitch-large-inner.disabled:after {
  color: #9c9b99 !important; }

.onoffswitch-large-inner.disabled:before {
  color: #9c9b99 !important; }

.onoffswitch-large-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #07b2b2;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 48px;
  border: 1px solid #07b2b2;
  border-radius: 18px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-large-switch.disabled {
  background: #c4c3c3;
  border: 1px solid #c4c3c3; }

.onoffswitch-large-checkbox:checked + .onoffswitch-large-label .onoffswitch-large-inner {
  margin-left: 0; }

.onoffswitch-large-checkbox:checked + .onoffswitch-large-label .onoffswitch-large-switch {
  right: 0px; }

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 1.0; }
  .hr-text:before {
    content: '';
    background: #c4c3c3;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px; }
  .hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa; }
