body {
    background-color: #124478;
    padding: 0;
    margin: 0;
    font-family: 'Effra';
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.text-blue {
    color: #0684C7;
}

.text-yellow {
    color: #EDAB43;
}

.text-white {
    color: #fff;
}

.text-dark-blue {
    color: #122042;
}

a {
    color: #3F3F3F;
    cursor: pointer;
}

a[selected] {
    color: #9E3189;
}

.menu-button {
    border: none;
    width: 100%;
    background-color: #F4F5F5;
    color: #3F3F3F;
    text-align: left;
    cursor: pointer;
}

.menu-button.selected {
    color: #9E3189;
}

h3 {
    font-size: 16px;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    font-weight: normal;
}

ul {
    list-style-type: none;
    margin-left: -24px;
}

li {
    padding: 6px 0;
    font-size: 13px;
}

a {
    text-decoration: none;
}

.caps {
    text-transform: uppercase;
}

.indent {
    padding-left: 18px;
}

.content {
    height: 100%;
}

.header {
    height: 15.1%;
    max-height: 116px;
    background-color: #0684C7;
}

.header .bar {
    height: 81.9%;
    max-height: 95px;
    width: 100%;
    background-color: #124478;
    position: relative;
}

.header .bar .logo {
    width: 16.6%;
    max-width: 170px;
    height: 100%;
    vertical-align: middle;
    margin-left: 3.4%;
}

.header .bar h2 {
    vertical-align: middle;
    /* height: 100%; */
    width: 50%;
    margin: 0 3.4%;
    text-align: right;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.playback {
    /* background-color: #fff; */
    background-color: #0684C7;
    height: 72.5%;
    max-height: 557px;
    position: relative;
}

.playback .sequence {
    background-color: #fff;
    height: 96.2%;
    max-height: 536px;
    position: relative;
}

.sequence-container {
    width: 100%;
    height: 100%;
}

canvas {
    background-color: #000;
}

.playback .sequence .sequence-selection {
    position: absolute;
    width: 240px;
    bottom: 50px;
    left: 0;
    background-color: #F4F5F5;
    overflow-y: scroll;
}

.playback .sequence .sequence-selection-open {
    height: calc(100% - 50px);
}

.playback .sequence .sequence-selection-closed {
    height: 0;
}

.playback .sequence .open-button {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 0 -18px;
    padding: 0 0 0 18px;
    background-color: yellow;
    width: 240px;
    height: 50px;
    cursor: pointer;
    background-color: #F4F5F5;
}

.laporascopic-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-right: 41.66%;
    height: 100%;
}

.laporascopic {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: 50%;
}

.chevron {
    width: 10px;
    height: 5px;
    transform: rotate(180deg);
    position: relative;
    top:28px;
    left: calc(50% - 5px);
}

.slider {
    width: 100%;
    position: relative;
}

.scrub {
    width: 47px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/SVG/scrub.svg);
    cursor: pointer;
}

.help {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.help-background {
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.help-content {
    position: absolute;
    left: 240;
    top: 0;
    width: calc(100% - 440px);
    height: 100%;
    padding: 0px 100px 0 100px;
}

.help-content ol li{
    font-size: 20px;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 12px;
}

/* -------------------------------- */

#mdiv {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid black;
    cursor: pointer;
    Z-index: 1000;
  }
  
  .mdiv {
    height: 25px;
    width: 2px;
    margin-left: 12px;
    background-color: black;
    transform: rotate(45deg);
    Z-index: 1001;
  }
  
  .md {
    height: 25px;
    width: 2px;
    background-color: black;
    transform: rotate(90deg);
    Z-index: 1002;
  }

.footer {
    background-color: #124478;
    width: calc(100% - 36px);
    height: calc(12.36% - 10px);
    padding-left: 18px;
    padding-right: 18px;
    overflow-y: hidden;
    position: relative;
}

.footer h3 {
    margin-bottom: 4px;
}

.layer-selection {
    width: 34px;
    height: 34px;
    background-color: #EDAB43;
    border: none;
    cursor: pointer;
}

.layer-selection div {
    width: 20px;
    height: 20px;
    margin: 0px;
    border: 1px solid #124478;
    background-color: #124478;
}

.layer-selection.selected div {
    background-color: #EDAB43;
}

.view-options {
    height: 100%;
    max-height: 95px;
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 20px;
}

.view-options div {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.view-options div a {
    margin: 0 20px;
}

@media screen and (max-width: 800px) {
    .header .bar h2 {
        font-size: 14px;
    }
}

@media screen and (min-height: 768px) {
    .footer {
        height: calc(100% - 673px);
    }
}

@media screen and (max-height: 768px) {
    .help-content {
        padding: 0px 60px 0 60px;
        overflow-y: scroll;
    }
    
    .help-content ol li{
        font-size: 14px;
        font-weight: normal;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}









.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: 200px
  }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #124478cc;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.3);
    }
  }