#videoInfo, #videoSource, #seekInfo, #metaData {
    height:50px;
    width:350px;
    color: #000;
    background-color: #eee;
    text-align: center;
    font-weight:normal;
    vertical-align: middle;
    font-family:"Courier New", Courier, monospace;
    font-size: 12px;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}
#videoInfo, #seekInfo, #metaData {
    height:100px;
}
.progress-bar {
    height: 6px;
    border-radius: 3px;
    margin: 0 0 0.5rem 0;
    cursor: pointer;
}
.progress-bar .determinate {
    height: 6px;
    border-radius: 3px;
}

#slider-handle {
    border: none;
    position: relative;
}

#user-rating-history {
    padding: 0px;
    height: 200px;
    max-height: 200px;
    overflow-y: scroll;
}

#form-legend {
    padding: 3px 10px;
    border-radius: 3px;
    color: #9f9f9f;
    background-color: #dfdfdf;
}

.attention-label {
    color: white !important;
    background-color: #2196f3 !important;
}

.divider {
    margin: 5px 0;
    background-color: transparent;
}

 /* label color */
.input-field label.active {
    color: #2196f3 !important;
}

  /* label underline focus color */
.input-field input[type=email]:focus,
.input-field input[type=password]:focus,
.input-field input[type=text]:focus,
textarea:focus {
    border-bottom: 1px solid #2196f3 !important;
    -webkit-box-shadow: 0 1px 0 0 #2196f3 !important;
    box-shadow: 0 1px 0 0 #2196f3 !important;
}

/* checkbox buttons */
input[type="checkbox"]:checked + span::after {
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

/* radio buttons */
input[type="radio"]:checked + span::after,
input[type="radio"].with-gap:checked + span::after {
    background-color: #2196f3 !important;
}
input[type="radio"]:checked + span::after,
input[type="radio"].with-gap:checked + span::before,
input[type="radio"].with-gap:checked + span::after {
    border: 2px solid #2196f3 !important;
}

/* range slider */
input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 16px;
    height: 150px;
    margin: 0;
    background-color: #bdbdbd;
    border-radius: 10px;
}


input[type=range]::-webkit-slider-thumb {
    background-color: #2196f3;
  }
  input[type=range]::-moz-range-thumb {
    background-color: #2196f3;
  }
  input[type=range]::-ms-thumb {
    background-color: #2196f3;
  }

  /***** These are to edit the thumb and the text inside the thumb *****/
  input[type=range] + .thumb {
    background-color: #dedede;
  }
  input[type=range] + .thumb.active .value {
    color: #2196f3;
  }



/* range labels */
#assessment-input {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}

datalist {
    height: 150px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.disabled {
    color: #c2c0c2 !important;
}