@font-face {
    font-family: 'SFAlienEncounters';
    font-style: normal;
    font-weight: normal;
    src: local('SFAlienEncounters'), url('../fonts/SFAlienEncounters.ttf') format("truetype");
}

body {
    background-color: black;
    padding: 0;
}

.bg-table th {
    color: #FFFFFF;
}

.bg-table td {
    color: #FFFFFF;
}

.bg-button-pass {
    color: green;
}

.bg-button-warn {
    color: yellow;
}

.bg-button-fail {
    color: red;
}

.bg-center-col {
  margin: auto;
  width: 50%;
}

.prev-rec-help-text {
    color: black;
}

.stn-rec-l-size-label{
    color: white;
}

.card {
    background-color: #6C757D;
}

.card-empty {
    opacity: 0;
    background-color: black;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.card-empty.card-img-top {
    opacity: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.card h2 {
    color: #FFFFFF;
    text-align: center;
}

.danger-card {
    background-color: darkred;
}

.footer-container {
    margin-top: 30px;
}

.card-list-item {
    margin: 0 0 0 0;
}

.header-logo {
    font-size: 48px;
    font-family: 'SFAlienEncounters';
    color: #FFFFFF;
}

.top-nav {
    border-bottom: 1px solid #FF0000;
}

.recording-list-item {
    padding-bottom: 20px;
}

.user-message-header {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.user-message-body {
    font-size: 28px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.recording-title {
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
}

.vehicle-image {
    max-width: 100%;
    height: auto;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.fill-parent {
    flex: 1;
}

.body-container {
    padding-top: 40px;
}

.recording-list {
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}

.content-container {
    color: #FFFFFF
}

.side-nav-header {
    text-align: center;
}

.side-nav-list {
    list-style-type: none;
}

.nav-button {
    border-radius: 8px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #FF0000;
    border-color: #4b0000;
}

.nav-button:hover {
    background-color: #4b0000;
}

.light-form {
    color: black;
    background-color: white;
}

.event-list-item {
    margin-bottom: 0;
}

.current-event-list-item {
    color: black;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    width: 95%;
    height: 8.4px;
    pointer-events: none;
    position: absolute;
    top: 0;
    margin-top: 1%;
}

.stn-dash-main-col {
    min-height: 75vh;
    max-height: 75vh;
}

.stn-dash-snd-col {
    border: 1px solid red;
    min-height: 37.5vh;
}

.stn-dash-rcd-col {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.stn-dash-card {
    width: 100%;
    padding-top: 2px;
}

.stn-dash-card-img {
    width: 100%;
}

.stn-dash-recording-col {
    overflow-y: scroll;
    max-height: 75vh;
}

.stn-dash-recording-col::-webkit-scrollbar {
    width: 12px;
}

.stn-dash-recording-col::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.stn-dash-recording-col::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.flex-fill {
    flex: 1 1 auto;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

progress::-webkit-progress-value {
    background: transparent;
}

progress::-moz-progress-bar {
    border: 1px solid;
    background: red;
}

.seek {
    position: absolute;
    top: 0;
    width: 95%;
    cursor: pointer;
    margin: 0;
}

.seek:hover + .seek-tooltip {
    display: block;
}

.seek-tooltip {
    display: none;
    position: absolute;
    top: -100%;
    margin-left: -40%;
    font-size: 12px;
    padding: 3px;
    content: attr(data-title);
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

#videoControlColumn {
    width: 7.5%;
    flex: 0 0 7.5%;
    max-width: 7.5%;
}

.btn.btn-outline-dark.shadow-none {
    background: transparent;
    border: none;
    width: -moz-available;
    width: -webkit-fill-available;
    height: 100%;
    position: relative;
    padding: 0;
    top: 0;
    left: 0
}

.textarea.form-control {
    height: 20%;
}

.btn.btn-outline-dark.shadow-none.side {
    position: relative;
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
}

.videoControlSeek {
    position: relative;
    top: 0;
    left: 0;
    width: -moz-available;
    width: -webkit-fill-available;
}
.videoControlIcon {
    width: 100%;
    height: 100%
}

.video.time {
    display: flex;
    align-items: center;
}

.videoControlsRow {
    position: relative;
    top: -112%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.5);
}

.videoRow {
    position: relative;
    top: 0;
    left: 0
}

.videoCol {
    width: 95%;
    flex: 0 0 95%;
    max-width: 95%;
    overflow: hidden;
    padding-right: 0;
}

.videoColFS {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    padding-right: 0;
}

a[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}
.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-selection__arrow {
    height: 38px !important;
}

.select2-selection__choice {
    color: black;
}