@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Nunito:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');
html {
    height: 100%;
}
body {
    height: auto;
    min-height: 100%;
    background: #dfdfdf;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
header {
    position: relative;
    height: 20vh;
    min-height: 5rem;
    width: 100%;
    overflow: hidden;
    border-bottom: 5px solid #000;
}
header h1 {
    font-family: 'Poppins', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(2, 180, 255, 0.5);
    opacity: 0.5;
    z-index: 1;
}
input[type="text"]:disabled {
    background: #ddd;
}
input[type="select"]:disabled {
    background: #ddd;
}
footer {
    background: #000;
    z-index: 9999;
}
.serif {
    font-family: 'Roboto Slab', serif;
}
#vBackground {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}
#results {}
#page {
    min-height: 50vh;
}
#video-editor-buttons .btn {
    /*
    box-shadow: 0 1px 2px rgba(0, 0, 0, .20);
    text-shadow: 2px 1px #555;
    margin: 2.5px;
    height: 50px;
    font-family: 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #fff;*/
}
.carbon {
    border-top: 5px solid #fff;
    background:
        linear-gradient(27deg, #151515 5px, transparent 5px) 0 5px, linear-gradient(207deg, #151515 5px, transparent 5px) 10px 0px, linear-gradient(27deg, #222 5px, transparent 5px) 0px 10px, linear-gradient(207deg, #222 5px, transparent 5px) 10px 5px, linear-gradient(90deg, #1b1b1b 10px, transparent 10px), linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
    background-color: #131313;
    background-size: 20px 20px;
}
.black {
    background: #000;
}
.grey {
    background: #111;
    color: #444;
}
.yellow {
    background: rgba(255, 198, 0, 1.00);
}
.green {
    background: rgba(24, 148, 0, 1.00);
    color: #fff;
}
.bblue {
    color: #00aee7;
}
.orange {
    color: #f89828;
}
.navbar {
    max-height: 65px;
    background-color: rgba(0, 0, 0, 0.88);
}
.navbar ul {
    background-color: rgba(0, 0, 0, 0.88);
    border-radius: 5px;
}
.navbar ul li a.nav-link {
    margin: auto .5rem;
    padding: .7rem !important;
    border-radius: 5px;
    font: 400 1rem/1rem;
    text-transform: capitalize;
    color: #fff;
    transition: all 1s ease-out;
}
.navbar ul li a.nav-link:hover {
    background: rgba(2, 180, 255, 0.8);
    color: #fff;
}
.navbar-brand {
    margin: auto .5rem;
    padding: .7rem !important;
    font: 400 1rem/1rem;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 1s ease-out;
    color: #fff;
}
.navbar-brand:hover, .navbar-brand:hover .orange, .navbar-brand:hover .bblue {
    color: #33669a;
}
.navbar-brand:hover {
    background: #fff;
}
.live {
    background-color: firebrick;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.content {
    position: relative;
}
.btn {
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .20);
    color: #000;
    font: 400 0.83rem/1rem 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
    position: relative;
}
.btn:not(.btn-info):not(.btn-success):not(.btn-danger):not(.btn-warning) {
    background-color: #19aee2;
    color: #fff;
}
.btn-or {
    background-color: #f89828;
}
.btn-file {
    height: calc(1.5em + .75rem + 4px);
    line-height: calc(1.5em + .75rem + 4px);
    position: relative;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: black;
    cursor: inherit;
}
.progress {
    display: none;
    position: relative;
    width: 400px;
    border: 1px solid #002368;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.5);
}
.bar {
    background-color: #2a5a92;
    width: 0%;
    height: 30px;
}
.percent {
    display: inline-block;
    top: 3px;
    left: 48%;
    color: #fff;
}
.bg-blue {
    background-color: rgba(220, 209, 199, 0.5);
}
.bg_blue h1 {
    font-size: 2em;
    font-weight: 700;
    color: #000 !important;
    font-family: 'Poppins', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.bg-glass {
    background-color: rgba(71, 196, 245, 0.5);
}
.box {
    background: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    border-radius: 5px;
}
.data, .dark-data {
    font-family: 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
}
.data td, .data th, .dark-data td, .dark-data th {
    border: 1px solid #ddd;
}
.data tr:nth-child(even) {
    background-color: #aaa;
} /*
.data tr:hover {
    background-color: #888;
    color: #fff;
}*/
.data th {
    background-color: #000;
    text-align: center;
    color: #fff;
}
.dark-data th {
    background-color: #000;
    text-align: center;
    color: #fff;
}
.dark-data td {
    color: #fff;
}
.dark-data tr:nth-child(even) {
    background-color: #333;
}
.dark-data tr:nth-child(odd) {
    background-color: #222;
}
.data a {
    color: #fff;
    text-decoration: underline;
}
.data tr:hover a, .data a:hover {
    color: #fff;
}
.errorBox {
    position: absolute;
    top: 26vh;
    z-index: 9999;
    width: 100%;
}
.nav-tabs {
    display: none;
    border: 0;
}
.nav-tabs li.nav-item a.nav-link {
    background-color: #e1e1e1;
    border-radius: 0;
    border: 0;
    color: #666;
}
.nav-tabs li.nav-item a.nav-link.active, .nav-tabs li.nav-item a.nav-link:hover {
    background-color: #00aee7;
    font-weight: 700;
    color: #fff;
}
.tab-content .card {
    padding: 0;
    background: #ddd;
}
.tab-content .card-body {
    padding: 0;
}
.tab-content .table {
    margin-bottom: 0;
}
.fauxBox {
    display: block;
    margin-bottom: 15px;
    padding: 10px 10px 10px 15px;
    background-color: #e1e1e1;
    color: #444;
}
.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.linkBox, .announce {
    display: block;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    transition: all 1s ease-out;
}
.announce {
    text-align: center;
    border-radius: 5px;
}
.announce a {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
}
.linkBox:hover, .announce:hover {
    background: #222;
    border: 1px solid #fff;
    color: #fff;
}
.announce:hover a {
    color: #fff;
    text-decoration: none;
}
.greenBox {
    padding: 5px;
    background-color: green;
    color: #fff;
    border-radius: 13px;
}
.redBox {
    padding: 5px;
    background-color: red;
    color: #fff;
    border-radius: 13px;
}
.scoring-timeline-correct {
    background-color: #00c717;
}
.scoring-timeline-bust {
    background-color: #f00;
}
.scoring-timeline-omission {
    background-color: #f5e82f;
}
.scoring-timeline-notvisible {
    background-color: #2f59f5;
}
.scoring-timeline-invalid {
    background-color: #FE6400;
}
.scoring-timeline-judgename {
    color: #fff;
    background-color: #333;
    font-weight: bold;
}
.scoring-timeline-data td {
    padding: 0 !important;
    width: 0.5%;
    height: 24px;
    border: 1px solid #444;
}
.ae-scoring-table {
    background: #bebebe;
}
.vidView {
    position: relative;
    background: #000;
    height: calc(100vh - 65px);
}
.vidView video {
    height: 100%;
    width: 100%;
    display: block;
    margin: auto
}
.vidTitle {
    position: absolute;
    width: auto;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font: 700 1.8rem 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
    text-shadow: 2px 2px 4px #000000;
}
.vidTitle .small {
    font: 700 .83rem 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
}
#video-time-container {
    background: #000;
    font: 700 1.8rem 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
    color: #fff;
}
.vidView #video-time-container {
    position: absolute;
    right: 0;
    bottom: 55px;
}
.vidScore {
    position: absolute;
    left: 0;
    bottom: 169px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font: 700 1.8rem 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
    text-shadow: 2px 2px 4px #000000;
}
.scored-page-attempts-tracker {}
.vidFaults .scored-page-attempts-tracker {
    position: absolute;
    background: rgba(60, 60, 60, 0.50);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    left: 0;
    bottom: 55px;
    text-shadow: 2px 2px 4px #000000;
}
.vidScore {
    text-shadow: 2px 2px 4px #000000;
    color: #fff;
}
.timeline {
    position: relative;
}
#scoring_detail_timeline td {
    padding: .4rem;
    text-align: center;
}
@media (pointer: coarse) and (hover: none) {
    #vBackground {
        display: none;
    }
    header {
        background: url('images/ground.jpg') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}
@media (min-width: 768px) {
    .h-md-100 {
        height: 100vh;
    }
    .nav-tabs {
        display: flex;
    }
    .card {
        border: none;
    }
    .card .card-header {
        display: none;
    }
    .card .collapse {
        display: block;
    }
}
@media(max-width:767px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .vidTitle, #video-time-container {
        font: 700 1.1rem 'Roboto', 'Century Gothic', Helvetica, Arial, sans-serif;
    }
}