html,
body,
#cesiumContainer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.cesium-performanceDisplay-defaultContainer {
    top: 60px !important;
}
.cesium-viewer-toolbar {
    display: none !important;
}


#loadingOverlay {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    background: rgba(255, 255, 255, 1) url("../img/loading.gif") no-repeat;
    background-position: center;
    opacity: 1;
    padding-bottom: 4em;
    display: block;
}
#loadingOverlay #introText {
    padding-bottom: 1em;
}

.cesium-viewer-toolbar {
    display: none;
}


.cesium-toolbar-button {
    box-sizing: border-box;
    width: 2em;
    height: 2em;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
    z-index: 0;
}

.cesium-button:hover {
    color: #fff;
    fill: #fff;
    background: #48b;
    border-color: #aef;
    box-shadow: none;
}



#topNav {
    font-size: 1.2em;
    position: absolute;
    z-index: 7000;
    width: 100%;
}
#topNav .topVideo {
    display: inline-block;
    background-color: rgba(150, 150, 150, 0.3);
}
#topNav .topVideoIcon {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
}
#topNav .fa-running:after,
#topNav .fa-image:after,
#topNav .fa-video:after {
        display: none;
}
#topNav .dropdown {
    display: inline-block !important;
}
#topNav .dropdown-menu {
    z-index: 7000;
    background: rgba(0, 0, 0, 0.9);
    color:#fff;
}

#topNav .fas {
    padding:0 0.3em;
    text-shadow: 0 0 2px #aaa;
    cursor: pointer;
}
#topNav .fa-video {
    cursor: default;
}
#camera1,
#camera2,
#camera3,
#camera4,
#uCamera1,
#uCamera2,
#uCamera3,
#uCamera4,
#uCamera5,
#uCameraNone {
    font-weight: 400;
}
#currentDate {
    background: rgba(0, 0, 0, 0.3);
    color: #eee;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 1px;
    padding: 0 1em;
}
#currentTime {
    background: rgba(0, 0, 0, 0.3);
    color: yellow;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 2px;
    padding: 0 2em;
}
#clockMultiplier {
    width:2.2em;
    font-size:1.2em;
    display: inline-block;
    text-align: center;
    text-shadow: 0 0 2px #aaa;
}

#underConstruction {
    position: absolute;
    bottom: 30px;
    left: 0px;
    text-align: left;
    z-index: 5000;
    font-size:1em;
    padding: 3px 7px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.7);
    color:#ff0;
}
#bottomRight {
    position: absolute;
    bottom: 0px;
    right: 10px;
    max-width: 290px;
    text-align: right;
    z-index: 5000;
}
#trackSVG {
    position: absolute;
    top: 30px;
    right: 10px;
    max-width: 50%;
    width:240px;
    z-index: 5000;
}
#circle {
    fill: green;
    display:none;
}
#circleSecond {
    fill: yellow;
    display:none;
}



.infoLeft {
    position: absolute;
    left:-340px;
    top:4em;
    width: 340px;
    z-index:5000;
}
.infoLeft .scrollbar {
    height: 70vh;
    max-height: 70vh;
    overflow-y: scroll;
    padding-right: 3px;
}
.scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    background-color:transparent;
}
.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
}

.infoLeft .box,
.infoLeft .card {
    background: rgba(0, 0, 0, 0.7);
}
.infoLeft .box a,
.infoLeft .card a {
    color: #fff;
}
.infoLeft .box,
.infoLeft.md-accordion .card .card-header {
    padding:5px 10px;
}
.infoLeft.md-accordion .card .card-header.activeUser a {
    color: #ff0;
}
.infoLeft .box,
.infoLeft.md-accordion .card .card-body {
    font-size: .9rem;
    line-height: 1.7;
    font-weight: 300;
    color: #eee;
    padding:5px 10px;
}
.infoLeft .fa-play::before {
    color: #ffff00;
    cursor: pointer; 
}
.infoLeft .fa-play:hover {
    color: #009900;
    cursor: pointer; 
}
.infoLeft .card span.pos {
    display: inline-block;
    width: 1.4em;
    text-align: right;
    margin-right:3px;
}
.infoLeft .card span.gender {
    padding-top:4px;
    margin-right:6px;
}
.infoLeft .card span.nat {
    padding-top:4px;
    margin-right:6px;
}
.infoLeft .card span.dist {
    padding-top:4px;
}


.cesium-viewer-fullscreenContainer {
    top:0;
}


#leftPanel {
    position: absolute;
    left:-340px;
    top:10vh;
    width: 340px;
    z-index:5000;
}
#leftPanel .scrollbar {
    height: 70vh;
    max-height: 70vh;
    overflow-y: scroll;
    padding-right: 3px;
}
.scrollbar-primary::-webkit-scrollbar {
    width: 8px;
    background-color:transparent;
}
.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.5);
}

#leftPanel #leftPanelControll {
    position: absolute;
    right:-42px;
    width:48px;
    top:36px;
    text-align: center;
}
#leftPanel #leftPanelControll .fa-lg {
    display: inline-block;
    width:100%;
    padding: 0.6em;
}
#leftPanel #leftPanelRunners .form-control-sm {
    background-color: rgba(0, 0, 0, 0.4);
    color:#fff;
    border-radius: 0;
}
#leftPanel #leftPanelRunners .fa-angle-left,
#leftPanel #leftPanelRunners .fa-angle-right,
#leftPanel #leftPanelRunners .fa-user,
#leftPanel #leftPanelRunners .fa-users,
#leftPanel #leftPanelRunners .fa-map-marked-alt {
    width:28px;
    line-height:28px;
}
#leftPanel #leftPanelRunners,
#leftPanel #leftPanelCompetitors,
#leftPanel #leftPanelInfoBox {
    position: absolute;
    width:100%;
}
#leftPanel #leftPanelRunners .card,
#leftPanel #leftPanelCompetitors #listCompetitor,
#leftPanel #leftPanelInfoBox {
    background: rgba(0, 0, 0, 0.7);
    color:#fff;
}
#leftPanel #leftPanelCompetitors .scrollbar {
    max-height:65vh;
}
#leftPanel #leftPanelCompetitors #ajaxSearch {
    background-color: rgba(0, 0, 0, 0.7);
}
#leftPanel #leftPanelCompetitors .table td,
#leftPanel #leftPanelCompetitors .table th {
    border:none;
}


#leftPanel .content {
    font-size: .9rem;
    line-height: 1.7;
    font-weight: 300;
    color: #eee;
    padding:5px 10px;
    clear:both;
}
#leftPanel .card {
    background: transparent;
}
#leftPanel .card .card-header {
    padding:5px 10px;
}
#leftPanel .card .card-header a {
    color: #fff;
}
#leftPanel .card .card-header.activeUser a {
    color: #ff0;
}
#leftPanel .card span.pos {
    display: inline-block;
    width: 1.4em;
    text-align: right;
    margin-right:3px;
}
#leftPanel .card span.gender {
    padding-top:4px;
    margin-right:6px;
}
#leftPanel .card span.nat {
    padding-top:4px;
    margin-right:6px;
}
#leftPanel .card span.dist {
    padding-top:4px;
}


#leftPanel input {
    color:#fff;
}
#result {
    position: absolute;
    width: 120%;
    background-color: rgba(0, 0, 0, 1);
    overflow-y: hidden;
    height: auto !important;
    display: none;
}
#result .scrollbar {
    overflow-y: auto !important;
    height: auto !important;
    max-height: 63vh !important;
}
#listCompetitor table.table th,
#listCompetitor table.table td,
#result table.table th,
#result table.table td {
    padding:0.2em 0.4em;
    color:#fff;
    border-bottom: none;
}
#listCompetitor table.table th:first-child,
#listCompetitor table.table td:first-child,
#result table.table th:first-child,
#result table.table td:first-child {
    text-align:right;
    max-width:3em;
}
#result table.table tr:hover {
    cursor: pointer;
}
#listCompetitor table.table tr.activeUser td,
#result table.table tr:hover td {
    color: #ff0;
}
  
.dropdownCamera {
    min-width: 20em;
}




.infoLeft .float-right {
    cursor: pointer;
}


@media only screen and (max-width: 600px) {
    #loadingOverlay #introText {
        font-size: 1.4em;
    }
    #currentDate {
        padding: 0 0.5em;
    }
    #currentTime {
        letter-spacing: 1px;
        padding: 0 1em;
    }
}


.disable-selection {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}