html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    min-width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.navbar {
    max-height: 15% !important;
}

.content {
    height: 75% !important;
}

.column {
    position: relative;
    max-height: 100% !important;
    overflow-y: auto !important;
    overflow-x: auto !important; 
}

.container {
    height: 100% !important;
    width: 100% !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
}

a.Cell {
    cursor: pointer;
}

.clearfix::after {
    content: "";
    clear: both;
    display: none;
}


#video-id {
    width: auto;
    background-color: black;
}

.modal-background, .modal-background {
    background-color: rgba(10,10,10,.99);
}

.slider {
    -webkit-appearance: none;
    width: 80%;
    height: 15px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider {
    -webkit-appearance: none;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 30%;
    background: #4CAF50;
    cursor: pointer;
    z-index: 150;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 30%;
    background: #4CAF50;
    cursor: pointer;
    z-index: 150;
}

/*input:required:invalid, input:focus:invalid {
    border: 1px solid red;  
}
input:required:valid {
    border: 1px solid green;  
}*/

/*.modal-card-body form input {
    padding top: 10em;
    margin-left: 2em;
    width: 90%;
    margin-top: 3px;
}*/

/*.modal-card {
    padding-top: 10em;
}*/

.show-rightpane {
    opacity: 1;
    transform: scaleX(1.0) scaleY(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    visibility: visible;
    display: block;
}


.right_pane .Header {
    margin-left: 10%;
    white-space: nowrap;
    width: 33%;
}
.right_pane input {
    width: 100%;
}

.right_pane input, .right_pane select {
    text-align: left;
}

.right_pane input.slider {
    width: 100%;
}

.double-slider {
    margin-bottom: 1em;
}

.double-slider p {
    text-align: center;
}

.right_pane input.checkbox {
    width: 15px;
    margin-right: 15px;
}

.right_pane .Table {
    position: relative;
    float: left;
    text-align: left;
    width: 90%;
}

/* div table formatting  */
#footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    right: 0;
}
.Cell, .Cell-Flex {
}

/* Avoid double borders */
.Cell, .Cell-Flex + .Cell, .Cell-Flex {
    border-top: 0;
}

.Table {
    font-size: 0.75em;
    display: table;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    width: 100%;
    display: table-row;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    padding-left: 1em;
    padding-right: 1em;
}

.Heading-Flex {
    display: flex;
    font-weight: bold;
}

.Row-Flex {
    display: flex;
}

.Cell-Flex {
    width: 100%;
}

.Cell button {
    height: 100%;
    border: solid 1px;
}

/* popup for video player */


#player, video {
    height: 25em;
    width: auto;
}

.grayed_out {
    color: #d1d1d1;
}

#playback_form {
    position: relative;
    width: 30em;
    height:100%;
    margin-left: 1em;
}

.right_pane_left {
    position: relative;
    margin-top: 2em;
    float: left;
    overflow-wrap: break-word;
    min-width: 25em;
    border-right: 0.5px solid;
    height: 100%;
    overflow-x: scroll;
}

#json_output {
    position: relative;
    vertical-align: top;
    height: 90%;
}

.checkbox_container {
    width: 100%;
}


.checkbox_container:after {
  content: "\2255";
  position: absolute;
  right: 0;
}

.over {
  border: 2px dashed;
}

.button_area {
    position: relative;
    cursor: pointer;
    overflow-y: hidden;
}

.button_area a {
    display: inline-block;
    padding-left: 0.5em;
}

.button_area a::before {
      content: "\A";
 }


.full_screen {
    position: absolute;
    top:0 ; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: green;
    z-index: 9999;
}



nav.navbar {
  border-top: 4px solid #276cda;
  margin-bottom: 1rem;
}
.navbar-item.brand-text {
  font-weight: 300;
}
.navbar-item, .navbar-link {
  font-size: 14px;
  font-weight: 700;
}
.columns {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.menu-label {
  color: #8F99A3;
  letter-spacing: 1.3;
  font-weight: 700;
}
.menu-list a {
  color: #0F1D38;
  font-size: 14px;
  font-weight: 700;
}
.menu-list a:hover {
  background-color: transparent;
  color: #276cda;
}
.menu-list a.is-active {
  background-color: transparent;
  color: #276cda;
  font-weight: 700;
}
.card {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
  margin-bottom: 2rem;
}
.info-tiles {
  margin: 1rem 0;
}

/* LOADING ANIMATION START */
.load-spinner {
  display: inline-block !important;
  position: relative;
  width: 80px;
  height: 80px;
}
.load-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #34495e;
  border-radius: 50%;
  animation: load-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #34495e transparent transparent transparent;
}
.load-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
.load-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}
.load-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes load-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* LOADING ANIMATION END */
