/* parfuso */
html {
    position: unset !important;
    width: 100% !important;
    overflow: auto !important;
}
body {
    /* Blends the ECN Page background wallpaper with on-coming one during change */
    transition: all 1s ease-in;
    background-color: transparent !important;
    line-height: 1.4 !important; /*fix for player elements shifting due to line-height being declared in the page*/
}
.cf {
    zoom: 1;
}

/* overriding default FB dialog position so that it is centered */
.fb_override {
    left: 37vw !important;
    top: 20vh !important;
}
.fb_del {
    display: none !important;
}
.fb_dialog_advanced {
    z-index: 10000000;
}
.ec__ShareWindow--fbLogOutLabel {
    bottom: -3px !important;
}
._5e9y {
    margin: 16px 16px 12px 20px !important;
}
.layerConfirm.selected {
    width: 80% !important;
}
/* end of overriding default FB dialog position */

.container {
    /* max-width: 960px;
  min-width: 540px;///////////////////////////////////// */
    max-width: 1250px;
    min-width: 675px;
    margin: 0 auto;
}

#ecnPlayer .disabler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #222;
    cursor: default;
    /* cursor: not-allowed; */
    display: none;
}

/* bandaids because the main ecnplayer css file is overriding behavior of the new player` */

#ecnPlayer .blackBar {
    visibility: visible;
}

.playerArea:-webkit-full-screen {
    height: 100% !important;
}

/* ----------------------------------------------- */

/**************************************************
Old/original ecn player area styles
**************************************************/

.w1250 {
    height: 650px;
}

.w960 {
    min-height: 650px;
    max-height: 770px;
}

.w800 {
    height: 560px;
}

.w960.myec {
    min-height: 570px;
}

.w800.myec {
    height: 480px;
}

.playerArea {
    position: relative;
    /* height: 540px; */
    height: 675px;

    margin: 0 auto;
    background-color: #000;
    overflow: hidden;
    cursor: pointer;
}

.w1250 .playerArea {
    width: 1250px;
    height: 675px !important;
}

.w1250 .playerArea {
    width: 1250px;
    height: 650px;
}

.w800 .playerArea {
    width: 800px;
    height: 450px;
}

.playerArea .flashContainer {
    background: #222 url(/cams/includes/images/OrbitBG.gif) center center
        no-repeat;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.playerArea .mapContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.playerArea .mapContainer .map_frame {
    background-color: #000;
    border: 0 solid #000;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.w960 .blackBar {
    width: 960px;
    visibility: visible;
}

.w800 .blackBar {
    width: 800px;
    visibility: visible;
}

/**************************************************
Black Bar styles
**************************************************/

.blackBar .leftSide {
    float: left;
    width: auto;
}

.blackBar .time {
    color: #fff;
    font-size: 12px;
    float: left;
    width: auto;
    height: 23px;
    padding: 7px 7px 0;
}

.blackBar .simpleWeather {
    color: #fff;
    height: 23px;
    width: auto;
    min-width: 26px;
    float: left;
    text-align: left;
    padding: 7px 7px 0;
}

.blackBar .totalLikes.liked {
    color: #ff0;
    text-shadow: 2px 2px 3px #000;
}

.blackBar .ticker {
    color: #fff;
    height: 23px;
    width: 443px;
    float: left;
    display: none;
    padding: 7px 7px 0;
}

.indeterminateLoader {
    background: transparent url(/cams/includes/images/ECNPlayer_Loading.gif)
        repeat-x 0 0;
    z-index: 100000;
    position: relative;
    width: 200px;
    height: 9px;
    float: right;
    border-radius: 5px;
    display: none;
    margin: 10px 0 0;
}

.tourTimerContainer {
    width: 326px;
    height: 9px;
    float: right;
    display: none;
    margin: 10px 0 0;
}

.tourTimer {
    background: transparent url(/cams/includes/images/WorldTour_TimerBar.gif)
        repeat-x 0 0;
    width: 100%;
    height: 9px;
    border-radius: 5px;
    opacity: 0.5;
    padding-left: 0;
}

.blackBar .modeSelector {
    float: right;
    height: 23px;
    padding: 7px 7px 0;
}

.blackBar .modeOptions {
    float: right;
    margin-left: 24px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #999;
}

.blackBar .modeOptions.selected {
    cursor: default;
    color: #ff0;
}

.blackBar .modeOptions.tour {
    cursor: pointer;
    color: #4b92ff;
}

.blackBar .modeOptions.tour:hover,
.blackBar .modeOptions.tour.selected:hover {
    cursor: pointer;
    color: #fff;
}

.blackBar .modeOptions.tour.selected {
    cursor: pointer;
    color: #ff0;
}

.blackBar .modeSelector .live {
    font-weight: 900;
}

.blackBar .modeSelector .disabled,
.blackBar .modeSelector .disabled:hover {
    color: #444;
    cursor: default;
}

.blackBar {
    background-color: transparent;
    height: 30px;
    position: relative;
    margin: 0 auto;
}

.archiveOverlays {
    width: 100%;
    display: none;
}
.archiveTime {
    font-family: Arial;
    font-weight: bold;
    font-size: 17px;
    text-shadow: rgb(0 0 0) 1px 1px 2px;
    position: relative;
    bottom: 1px;
    z-index: 1;
}

/*Archive scrub bar progress */
.my-slider {
    position: absolute;
    height: 5px !important;
    border: 0 !important;
    bottom: 7px;
    width: 65%;
    background-color: #737373;
    z-index: 1;
    cursor: pointer;
    left: 225px;
    margin: 0 auto;
}
.ui-slider .ui-slider-range {
    background-color: #f5f5f5;
}
/* Archive progress bar handle-- 2021 refresh: replacing old progress bar*/
/*default state*/
.ui-state-default:not(#ui-datepicker-div > table > tbody > tr > td > a), /*excluding date-picker widget elements*/
.ui-widget-content
  .ui-state-default:not(#ui-datepicker-div > table > tbody > tr > td > a, ):not(.ui-datepicker-unselectable > .ui-state-default),
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50%;
    font-size: 7px !important;
    top: -3px;
}
#ecnPlayer .ui-slider-handle {
    border-radius: 50% !important;
    font-size: 7px !important;
}
#ecnPlayer .ui-slider-handle:hover {
    background-color: yellow;
}
#ui-datepicker-div {
    font: initial !important;
    width: 19em !important;
}
.ui-datepicker-calendar span {
    width: 31px !important; /* Overriding sky-forms width for the calendar */
}
.ui-datepicker-calendar .ui-state-active {
    border: 1px solid #003eff !important;
    background: #007fff !important;
}
/*Datepicker's border radiuis not symmetrical*/
#hof_container .earthcam-jquery-ui.hasDatepicker {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: calc(100% - 40px);
}
#hof_container .input-group-addon {
    height: 38px;
}
#hof_search_button {
    font-size: 14px;
}
@media (max-width: 980px) and (min-height: 1081px) {
    #hof_container .earthcam-jquery-ui.hasDatepicker,
    #hof_container .earthcam-jquery-ui.searchTerm,
    #hof_container .input-group-addon:last-child,
    #hof_search_button,
    .ui-datepicker-title,
    .ui-datepicker-close {
        font-size: 20px !important;
    }
    #hof_container .earthcam-jquery-ui.hasDatepicker {
        width: calc(100% - 46px);
    }
    #hof_search_button {
        height: 41px !important;
    }
    .ui-datepicker-title > * {
        margin-top: 3px !important;
    }
    .ui-datepicker-prev,
    .ui-datepicker-next {
        margin-top: 2px;
    }
}

#hof_term {
    border-radius: 6px;
}

#hof_tl_titles > div > div:nth-child(2) > div {
    margin: 15px;
}
/*hover state*/
.ui-state-hover:not(#ui-datepicker-div
        .ui-state-hover):not(.ui-datepicker-buttonpane.ui-widget-content
        button),
.ui-widget-content
    .ui-state-hover:not(#ui-datepicker-div
        > table
        > tbody
        > tr
        > td
        > a, #ui-datepicker-div
        > div
        > a.ui-datepicker-next.ui-corner-all, #ui-datepicker-div
        > div
        > a.ui-datepicker-prev.ui-corner-all):not(.ui-datepicker-buttonpane.ui-widget-content
        button),
.ui-widget-header
    .ui-state-hover:not(#ui-datepicker-div
        > div
        > a.ui-datepicker-next.ui-corner-all, #ui-datepicker-div
        > div
        > a.ui-datepicker-prev.ui-corner-all):not(.ui-datepicker-buttonpane.ui-widget-content
        button),
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    font-size: initial;
    font-size: 7px !important;
    top: -3px;
}
/*active state*/
.ui-state-active:not(.ui-datepicker-calendar .ui-state-default),
.ui-widget-content
    .ui-state-active:not(.ui-datepicker-calendar .ui-state-default),
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: yellow !important;
    border-color: yellow !important;
    top: -3px;
}

/* end of archive progress bar handle */

.blackBar .time .liveTime,
.blackBar .time .archiveTime,
.blackBar .modeSelector .timelapse.disabled,
.blackBar .modeSelector .timelapse.disabled:hover,
.blackBar .modeSelector .tour.disabled,
.blackBar .modeSelector .tour.disabled:hover,
.myec .blackBar .modeSelector .live.disabled,
.myec .blackBar .modeSelector .live.disabled:hover,
.myec .blackBar .modeSelector .archives.disabled,
.myec .blackBar .modeSelector .archives.disabled:hover,
.myec .blackBar .modeSelector .timelapse.disabled,
.myec .blackBar .modeSelector .timelapse.disabled:hover,
.myec .blackBar .modeSelector .panorama.disabled,
.myec .blackBar .modeSelector .panorama.disabled:hover,
.myec .blackBar .modeSelector .tour.disabled,
.myec .blackBar .modeSelector .tour.disabled:hover,
.myec .selectorArea {
    display: none;
}

.blackBar .totalLikesContainer,
.blackBar .totalViewsContainer {
    /*display: none;*/
    float: left;
    height: 23px;
    width: auto;
    padding: 7px 7px 0;
}

.blackBar .totalLikesContainer .heart,
.blackBar .totalViewsContainer .heart {
    margin-top: 2px;
    opacity: 0.8;
    vertical-align: top;
}

.blackBar .totalLikes,
.blackBar .totalViews {
    color: #fff;
    font-weight: 700;
    margin-left: 1px;
    text-align: left;
    vertical-align: middle;
}

.blackBar .modeOptions:hover,
.cameraSelector .thumbsContainer .thumb:hover p,
.archiveSelector .clip:hover .multiIcon,
.archiveSelector .subClips .subClip:hover {
    color: #fff;
}

/**************************************************
Selector area styles
**************************************************/
.imgTitleBar {
    position: absolute;
    bottom: 41px;
    background-color: #313133b5;
    width: 220px;
    height: 22px;
}
/*Hiding old Selector Area because we now have the Drop Down Carousel */
#ecnPlayer > div > div.selectorArea {
    display: none;
}
.selectorArea {
    width: 100%;
    height: auto;
    visibility: hidden;
    position: relative;
}

.selectorArea.large {
    height: 110px;
    visibility: visible;
}

.selectorArea.small {
    height: 80px;
    visibility: visible;
}

.cameraSelector {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: transparent;
    z-index: 4;
    justify-content: center;
}

.cameraSelector .prev {
    float: left;
    width: 22px;
    height: 27px;
    /* background: url(/cams/includes/images/CamSelector_arrows.png) 0 0; */
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-PREV-mid.png) !important;
    cursor: pointer;
    margin-left: 15px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 2;
    position: relative;
    left: 5px;
    /* transition: ease 0.3s; */
}

.cameraSelector .prev:hover {
    /* background-position: 0 -27px; */
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-PREV-active.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.cameraSelector .prev:active {
    /* background-position: 0 -54px; */
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-PREV-active.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    /* transition: ease 0.3s; */
}

.cameraSelector .prev.inactive {
    /* background-position: 0 -81px; */
    cursor: default;
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-prev-inactive.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    visibility: hidden; /* hiding nav handles when inactive */
}

.cameraSelector .next {
    float: left;
    width: 28px;
    height: 35px;
    /* background: url(/cams/includes/images/CamSelector_arrows.png) -22px 0; */
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-NEXT-mid.png) !important;
    cursor: pointer;
    margin-right: 0px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    /* transition: ease 0.3s; */
    position: relative;
    right: 11px;
}

.cameraSelector .next:hover {
    /* background-position: -22px -27px; */
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-NEXT-active.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.cameraSelector .next:active {
    /* background-position: -22px -54px; */
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-NEXT-active.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.cameraSelector .next.inactive {
    /* background-position: -22px -81px; */
    cursor: default;
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/arrow-caret-NEXT-inactive.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    visibility: hidden; /* hiding nav handles when inactive */
}

.selectorArea.large .cameraSelector .next,
.selectorArea.large .cameraSelector .prev {
    /* margin-top: 28px; */
    margin-top: 70px !important;
}

.selectorArea.small .cameraSelector .next,
.selectorArea.small .cameraSelector .prev {
    /* margin-top: 15px; */
    margin-top: 70px !important;
}

.cameraSelector .thumbsContainer {
    position: relative;
    float: left;
    width: 1200px !important;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 5px 10px #222) drop-shadow(0 -11px 30px #222);
    filter: drop-shadow(0 5px 10px #222222) drop-shadow(0 -40px 55px #222222);
}
.guide_container {
    position: relative;
    z-index: 1002;
    bottom: 95%;
    width: 70%;
    margin: 0 auto;
}
.guide_container span {
    float: right;
    position: relative;
    top: 28px;
    right: 20px;
    color: #a9a9a9;
    transition: 0.3s ease;
}
.guide_image {
    border-radius: 3%;
    border: 2px solid #a9a9a9;
    transition: 0.3s ease;
    box-shadow: -46px 60px 18px 0 hsl(0deg 0% 8% / 52%);
}
.guide_image:hover {
    border: 2px solid #fff;
}
.guide_container:hover > span {
    color: #fff;
}

.guide_icon {
    background-image: linear-gradient(
        90deg,
        rgb(51, 51, 51),
        30%,
        rgb(85, 85, 85),
        80%,
        rgb(174, 174, 174)
    );
}
.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fade-out {
    -webkit-animation: fade-out 1s ease-out both;
    animation: fade-out 1s ease-out both;
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.playerArea:full-screen .cameraSelector .thumbsContainer {
    /* width: 87.2% !important; */
    width: 46.5%;
}
.playerArea:-webkit-full-screen .cameraSelector .thumbsContainer {
    /* width: 87.2% !important; */
    width: 46.5%;
}
.playerArea:-moz-full-screen .cameraSelector .thumbsContainer {
    /* width: 87.2% !important; */
    width: 46.5%;
}

.superWhiteWrapper {
    width: 1250px !important; /* DELETE THIS whole thing later -------------- 2021 development */
}

.selectorArea.large .cameraSelector .thumbsContainer,
.selectorArea.large .cameraSelector .thumbsContainer .thumbs {
    height: 110px;
}

.selectorArea.small .cameraSelector .thumbsContainer,
.selectorArea.small .cameraSelector .thumbsContainer .thumbs {
    height: 80px;
}

.cameraSelector .thumbsContainer .fadeLeft {
    width: 16px;
    height: 100%;
    background: transparent url(/cams/includes/images/GradientMask.png) 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cameraSelector .thumbsContainer .fadeRight {
    width: 16px;
    height: 100%;
    background: transparent url(/cams/includes/images/GradientMask.png) -16px 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.cameraSelector .thumbsContainer .thumbs {
    position: absolute;
    width: 10000em;
    top: 0;
    /* left: 16px; */
    z-index: 0;
    /* left: 12px !important; */
    padding-top: 20px !important;
}

.cameraSelector .thumbsContainer .thumb {
    float: left;
    cursor: pointer;
}

.cameraSelector .thumbsContainer .thumb.spacer img {
    border: 1px solid #222 !important;
    box-shadow: none !important;
}

.selectorArea.large .cameraSelector .thumbsContainer .thumb {
    /* width: 134px;
  height: 95px;
  margin-right: 18px; */
    width: 220px !important;
    height: 124px !important;
    border-color: initial !important;
    border: initial !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.selectorArea.large .cameraSelector .thumbsContainer .thumb img {
    /* width: 128px;
  height: 72px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px #000 !important;
  margin-bottom: 2px; */
    /* transition: ease 0.3s; */
    width: 220px !important;
    height: 124px !important;
    border-color: initial !important;
    border: initial !important;
    padding: 0px !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px #000 !important;
}

.selectorArea.large .cameraSelector .thumbsContainer .thumb.selected img {
    box-shadow: 0px 0px 5px 3px #fbeb3b !important;
}
.selectorArea.large .cameraSelector .thumbsContainer .thumb.selected img:hover {
    box-shadow: 0px 0px 5px 3px #fbeb3b !important;
}
.selectorArea.large .cameraSelector .thumbsContainer .thumb:hover {
    box-shadow: 0px 0px 5px 3px #fff !important;
}

.selectorArea.small .cameraSelector .thumbsContainer .thumb {
    width: 86px;
    height: 68px;
    margin-right: 15px;
}

.selectorArea.small .cameraSelector .thumbsContainer .thumb img {
    width: 80px;
    height: 45px;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #000;
    margin-bottom: 2px;
}
.playerArea .guide-container {
    z-index: 11;
    position: relative;
    bottom: 650px;
    width: 90rem;
    margin: 0 auto;
}
.playerArea .guide-container p {
    color: gray !important;
    float: right;
    position: relative;
    top: 45px;
    right: 20px;
    font-size: 20px;
    transition: 0.3s ease;
}
.playerArea:fullscreen .guide-container {
    bottom: 82vh;
}
.playerArea .guide-container img {
    width: 75vw;
    border-radius: 18px;
    border: 2px solid #a9a9a9;
    transition: 0.3s ease;
    box-shadow: -46px 60px 18px 0 hsl(0deg 0% 8% / 52%);
}
@media only screen and (max-width: 1265px) {
    /* For the Small Player */
    .playerArea .guide-container {
        bottom: 515px;
        width: 55vw;
    }
    .playerArea .guide-container img {
        width: 55vw;
    }
    .selectorArea.large .cameraSelector .thumbsContainer .thumb img {
        height: 93px !important;
    }
    .thumb .imgTitleBar {
        bottom: 70px !important;
    }
    .thumb .relatedCamsTitle {
        bottom: 95px !important;
    }
    .thumb .arrow {
        height: 94px !important;
        bottom: 71px !important;
    }
    .selectorArea.large .cameraSelector .thumbsContainer .thumb {
        width: 165px !important;
        height: 93px !important;
    }
    .selectorArea.large .cameraSelector .thumbsContainer .thumb.guide {
        height: 93px !important;
    }
    .selectorArea .archiveSelector {
        height: 96% !important;
    }
    .selectorArea .archiveSelector .clipsContainer {
        margin-left: 10px !important;
    }
    .selectorArea .archiveSelector .clipsContainer .clips {
        width: 90% !important;
    }
    .relatedCamsTitle.trending,
    .relatedCamsTitle.featured,
    .relatedCamsTitle.worldCam {
        width: 165px !important;
    }
    .imgTitleBar {
        width: 165px !important;
    }

    /* Archive progress bar */
    .progressBar,
    .my-slider {
        width: 55% !important;
    }

    /* 24hr Archive clips */
    /* #ecnPlayer
        > div
        > div.playerArea
        > div.selectorArea.large
        > div.archiveSelector
        > div
        > div.clips
        > div {
        width: 45px !important;
        height: 32px !important;
    } */
}

.playerArea .guide-container img:hover {
    border-color: white;
}
.playerArea .guide-container p:hover {
    color: white !important;
}
.playerArea .guide-container:hover img {
    border-color: white;
}

.selectorMessage {
    width: 100%;
    height: 100%;
    display: none;
    background-color: transparent;
}

.selectorMessage p {
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 8px 0;
}

.playerArea .selectorArea {
    cursor: default;
}
.archiveSelector {
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 4;
}
.cameraSelector {
    display: none;
}
.slick-next:before {
    right: 15px;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    position: relative;
    bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: "\2192";
}
.relatedCamsTitle {
    padding-top: 4px;
    position: relative;
    background-color: white;
    bottom: 126px;
    height: 17px;
    width: 220px;
    color: #0bafc9;
    font-family: arial;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px 2px 0px 0px;
    border-bottom: 3px solid #0bafc9;
}
.relatedCamsTitle.worldCam {
    color: gray;
    border-color: gray;
}
.relatedCamsTitle.trending {
    /* color: #007eff;
    border-color: #007eff; */
    color: #c44e42;
    border-color: #c44e42;
}
.relatedCamsTitle.featured {
    color: #c44e42;
    border-color: #c44e42;
    color: #007eff;
    border-color: #007eff;
}
.arrow {
    width: 10px;
    background-color: #0bafc9;
    height: 124px;
    bottom: 41px;
    position: absolute;
    z-index: 1;
}
.arrow.trending {
    /* background-color: #007eff; */
    background-color: #c44e42;
}
.arrow.featured {
    /* background-color: #c44e42; */
    background-color: #007eff;
}
.arrow.worldCam {
    background-color: gray;
}
.arrow:before {
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: slick;
    position: absolute;
    padding-top: 50px;
    content: "\2023" !important;
    padding-left: 1px;
}
.archiveSelector .clipsContainer {
    width: 100%;
    height: 100%;
    margin-left: 0px !important;
    display: flex;
    justify-content: center;
}

.clipsContainer > .clips:nth-child(-n + 12) {
    margin-top: 10px;
}

.archiveSelector .clips {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
}
.playerArea:fullscreen .archiveSelector .clips {
    width: 67% !important;
}
.playerArea:-webkit-full-screen .archiveSelector .clips {
    width: 67% !important;
}
.playerArea:-moz-full-screen .archiveSelector .clips {
    width: 67% !important;
}

.archiveSelector .clip {
    /* width: 54px;
  height: 33px; */
    /* width: 74px !important;*/
    height: 50px !important;
    text-align: left;
    float: left;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.selectorArea.small .archiveSelector .clip {
    margin-bottom: 5px;
}

.selectorArea.large .archiveSelector .clip {
    margin-bottom: 20px;
}

.archiveSelector .clip.normal {
    margin: 0 17px !important;
    width: 70px !important;
}

#ecnPlayer .archiveSelector .clip.multi {
    display: flex;
    width: 70px;
    height: 45px !important;
    right: 10px;
    position: relative;
}

.archiveSelector .clip.multi {
    width: 65px;
    margin: 0 17px !important;
}

.archiveSelector .clip.multi img {
    float: right;
}

.archiveSelector .clip.multi .multiIcon {
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 5px 0 0;
}

.archiveSelector .clip img {
    border: 1px solid #888;
    border-radius: 3px;
    /* box-shadow: 0px 0px 0px #000 !important; */
    padding: 2px;
    /* box-shadow: -6px 19px 93px 1px rgba(0, 0, 0, 1) !important;
  -webkit-box-shadow: -6px 19px 93px 1px rgba(0, 0, 0, 1) !important;
  -moz-box-shadow: -6px 19px 93px 1px rgba(0, 0, 0, 1) !important; */
    @supports not (-webkit-touch-callout: none) {
        /* AD-25902 - bug fix for page crash on iOS. CSS for other than iOS devices */
        filter: drop-shadow(0 5px 10px #222222) drop-shadow(0 15px 55px #222222);
    }
}

.archiveSelector .clip.selected img,
.archiveSelector .clip.selected:hover img {
    text-decoration: none;
    cursor: default;
    border-color: #fff631 !important;
}

.archiveSelector .clip.multi.selected img {
    cursor: pointer;
}

.archiveSelector .clip.rotate90 img {
    transform: rotate(90deg);
}

.archiveSelector .clip.rotate180 img {
    transform: rotate(180deg);
}

.archiveSelector .clip.rotate270 img {
    transform: rotate(270deg);
}

.archiveSelector .subClips {
    position: absolute;
    top: 16px;
    left: 5px;
    width: auto;
    background-color: #222;
    z-index: 30;
    display: none;
    border: 1px solid #ccc;
    text-align: right;
    padding: 5px 10px;
}

.archiveSelector .subClips .subClip {
    color: #888;
}

.archiveSelector .subClips .subClip.selected {
    color: #4b92ff;
    cursor: default;
}

.panoramaSelector {
    display: none;
    width: 100%;
    background-color: transparent;
}

/**************************************************
Help area styles
**************************************************/

.disabler {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #222;
    /* cursor: not-allowed; */
    display: none;
}

.help {
    display: none;
    position: absolute;
    top: -23px;
    left: 0;
    z-index: 12000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.help .w960,
.help .w800 {
    display: none;
    width: 100%;
    height: 100%;
}

.w960 .help .w960 {
    display: block;
    background: transparent url(/cams/includes/images/Help_960.png) top center
        no-repeat;
}

.w800 .help .w800 {
    display: block;
    background: transparent url(/cams/includes/images/Help_800.png) top center
        no-repeat;
}

.myec.w960 .help .w960 {
    display: block;
    background: transparent url(/cams/includes/images/MyEC_Help_960.png) top
        center no-repeat;
}

.myec.w800 .help .w800 {
    display: block;
    background: transparent url(/cams/includes/images/MyEC_Help_800.png) top
        center no-repeat;
}

.help .done {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 220px;
    height: 40px;
    cursor: pointer;
    background: transparent url(/cams/includes/images/Help_Close.png) 0 0
        no-repeat;
}

.help .done:hover {
    background-position: 0 -40px;
}

.wrwd {
    width: 100%;
    height: 30px;
    padding-bottom: 56.25%;
}

.wrwd .playerArea {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.wrwd #movie {
    width: 100%;
    height: calc(100%+30px);
}

.cameraSelector .thumbsContainer .thumb.spacer,
.cameraSelector .thumbsContainer .thumb.selected,
.selectorArea .cameraSelector .thumbsContainer .thumb.relatedIndicator:hover {
    cursor: default;
}

.cameraSelector .thumbsContainer .thumb:hover img,
.archiveSelector .clip:hover img {
    border-color: #fff;
}

.cameraSelector .thumbsContainer .thumb.selected p,
.archiveSelector .clip.selected .multiIcon {
    /* color: #4b92ff; */
    color: yellow !important;
}

#ecnPlayer .cameraSelector .thumbsContainer .thumb p {
    color: white;
    text-align: left;
    padding-top: 4px;
    padding-left: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
}

/** HTML5 VIDEO PLAYER STYLING **/

/**************************************************
General player styles
**************************************************/

.ecnPlayerHTML5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #222;
    margin: 0 auto;
    width: 1250px; /*  was 1000px: 2021 ----- hardcoding for now ///////////// */
    height: 675px; /*680px;*/
    position: relative;
}

.media-video {
    height: 100%;
    width: 100%;
    /* height: 540px;
  width: 960px; */
}

.htmlVideo {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-window {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.videoPlayerComponent {
    width: 1250px; /*  was 960px: 2021 ----- hardcoding for now ///////////// */
    height: 675px; /*  was 540px: 2021 ----- hardcoding for now ///////////// */
    margin: 0 auto;
}

.videoPlayer_html5_api-dimensions {
    width: 100%;
    height: 100%;
}

.window {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.panes {
    position: absolute;
}

video {
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    object-fit: cover;
}

#ec_stream_viewer_v3 {
    z-index: 1112;
}

.controlBar {
    z-index: 500;
}

.controlBarInner {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    cursor: default;
}

.controlBarInner_FULLSCREEN {
    bottom: -87px;
}

.playerArea:-webkit-full-screen {
    width: 100%;
    height: 100%;
    background-color: black;
}

.fullscreen_ie {
    height: 100% !important;
    width: 100% !important;
}

.panoComponent,
.panoWindow,
.megapixelViewer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}

.megapixelViewer {
    overflow: hidden;
}

.image,
.megapixelImage {
    height: 100%;
    width: 100%;
}

.ecLogo {
    position: absolute;
    bottom: 15px;
    right: 48px;
    width: 130px;
    height: 30px;
    z-index: 2;
}

.fullScreenBtn {
    margin-left: 25px;
}

.offLineMessage,
.offLineMessageSub {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 1px 1px 5px black;
    width: 100%;
    text-align: center;
}

.offLineMessage {
    bottom: 70px;
}

.offLineMessageSub {
    bottom: 45px;
}

.modeAlert {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 3;
    height: 30px;
    width: 100px;
    font-weight: 900;
    background-image: url("/js/earthcam/ecnplayerhtml5/images/LIVE_Med_App.png");
    background-repeat: no-repeat;
    display: none;
}

.progressBar {
    position: absolute;
    bottom: 7px;
    z-index: 1;
    width: 65%;
    height: 6px;
    background: #737373;
    cursor: pointer;
    margin: 0 auto;
    left: 225px;
}

.progress {
    position: relative;
    width: 0%;
    height: 100%;
    background: DeepSkyBlue;
    z-index: 5;
    height: 6px !important;
}

.progressHandle {
    position: absolute;
    right: -6px;
    bottom: -1px;
    width: 5px;
    height: 8px;
    z-index: 3;
    background-color: #d3d3d3;
    box-shadow: 1px 1px 1px #000;
}

.archivePlayPause.playing {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/pause.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    height: 14px;
    width: 15px;
    position: absolute;
    left: 190px;
    bottom: 1px;
    z-index: 1;
}
.archivePlayPause.paused {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/play.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    height: 14px;
    width: 15px;
    position: absolute;
    left: 190px;
    bottom: 1px;
    z-index: 1;
}

/**************************************************
Button styles
**************************************************/
button,
input {
    vertical-align: middle;
    background-color: transparent;
    border: none;
    outline: none;
}

button {
    padding: 1px;
    cursor: pointer;
}

.centerContainer {
    display: flex;
    align-items: center;
}
button.prev-watchlist,
button.next-watchlist {
    font-family: monospace;
    font-size: 25px;
    width: 100px;
    height: 34px;
    padding-bottom: 5px;
    position: relative;
}
.navigation-tooltip {
    width: 128px !important;
    height: 78px !important;
    color: white !important;
    border-color: rgb(61, 61, 61) !important;
}
/* jquery UI tooltips stopped working for Pin Button -- temp fix */
.leftContainer .tooltip.fade.top.in {
    display: none !important;
}
.onLoad_disabler {
    opacity: 0.4;
    pointer-events: none !important;
}
.tooltip-container.prev {
    width: 120px;
    position: relative;
    bottom: 115px;
    right: 40px;
}
.tooltip-container.next {
    width: 120px;
    position: relative;
    bottom: 115px;
    left: 10px;
}
.nav-tooltip {
    width: 120px;
    height: 68px;
    display: none;
    border: 5px solid rgba(0, 0, 0, 0.75) !important;
    border-radius: 5px;
}
.controlbar-tooltip {
    border: none !important;
    color: white !important;
}

.btn_is_hover:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.2);
}

.snapShot_btn_is_hover:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.2);
}

.icon_is_hover:hover::before {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.2);
}

.btn--directional_is_hover:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.12);
}

.leftContainer {
    /* display: flex;
  justify-content: space-around; */
    width: 17%;
    height: 38px;
    /* align-items: center; */
}
.playerArea:fullscreen .leftContainer {
    width: 12% !important;
}
.playerArea:-webkit-full-screen .leftContainer {
    width: 12% !important;
}
.playerArea:-moz-full-screen .leftContainer {
    width: 12% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .playerArea:fullscreen .leftContainer {
        width: 25% !important;
    }
    .playerArea:-webkit-full-screen .leftContainer {
        width: 25% !important;
    }
    .playerArea:-moz-full-screen .leftContainer {
        width: 25% !important;
    }
}
.pinBtn {
    /* adding the Active State url as a way to pre-load the asset to prevent the blinking effect */
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Pin.svg"),
        url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Pin_Active.svg");
    background-repeat: no-repeat;
    height: 19px;
    width: 16px;
    left: 10px;
    top: 9px;
    position: relative;
    margin-right: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
.pinBtn.pressed {
    /* filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4); */
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Pin_Active.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pinBtn:hover {
    /* filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4); */
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Pin_Active.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 19px;
    width: 16px;
    left: 10px;
    top: 9px;
    position: relative;
    margin-right: 30px;
}

button.modeOptions.live {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Live.svg),
        url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Live_Active.svg);
    width: 39px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    margin-right: 30px;
}
button.modeOptions.live:hover {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Live_Active.svg);
}
button.modeOptions.live.selected {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Live_Active.svg);
}

button.modeOptions.archives {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Archives.svg),
        url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Archives_Active.svg);
    width: 21px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 9px;
    position: relative;
    margin-right: 30px;
}
button.modeOptions.archives:hover {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Archives_Active.svg);
}
button.modeOptions.archives.selected {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Archives_Active.svg);
}

button.modeOptions.panorama {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Pano.svg),
        url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Pano_Active.svg);
    width: 26px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 9px;
}
button.modeOptions.panorama:hover {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Pano_Active.svg);
}
button.modeOptions.panorama.selected {
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Pano_Active.svg);
}

button.modeOptions.disabled {
    visibility: hidden;
    cursor: default;
}
.upBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/PTZ.png");
    background-position: 50px -1px;
    height: 10px;
    width: 19px;
    position: absolute;
    left: 18px;
    bottom: 27px;
    top: 3px;
}

.rightBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/PTZ.png");
    background-position: 93px -9px;
    height: 18px;
    width: 11px;
    position: absolute;
    left: 33px;
    bottom: 12px;
    top: 9px;
}

.downBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/PTZ.png");
    background-position: 50px -29px;
    height: 10px;
    width: 18px;
    position: absolute;
    left: 18px;
    bottom: 2px;
    top: 27px;
}

.leftBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/PTZ.png");
    background-position: 119px -12px;
    height: 15px;
    width: 10px;
    position: absolute;
    left: 10px;
    bottom: 12px;
    top: 12px;
}

.zoomInBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/PTZ.png");
    background-position: 79px -3px;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 20px;
    left: 47px;
    top: 7px;
}

.zoomOutBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/PTZ.png");
    background-position: 79px -28px;
    height: 4px;
    width: 16px;
    position: absolute;
    left: 47px;
    bottom: 10px;
    top: 28px;
}

.playPauseBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/play.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 25px;
    width: 22px;
    position: absolute;
    left: 80px;
    bottom: 5px;
    z-index: -1; /* added because it is interfering with the new Live button*/
}
/* ///////////////////////////////////////////////////////// 2021  */
.rightContainerWrapper {
    width: 15%;
}
.playerArea:fullscreen .rightContainerWrapper {
    width: initial;
}
.rightContainer {
    display: flex;
    justify-content: space-around;
    height: 38px;
    align-items: center;
}
.playerArea:fullscreen .rightContainer {
    width: 10% !important;
}
.playerArea:-webkit-full-screen .rightContainer {
    width: 10% !important;
}
.playerArea:-moz-full-screen .rightContainer {
    width: 10% !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .playerArea:fullscreen .rightContainer {
        width: 90% !important;
    }
    .playerArea:-webkit-full-screen .rightContainer {
        width: 90% !important;
    }
    .playerArea:-moz-full-screen .rightContainer {
        width: 90% !important;
    }
}
button.relatedCams {
    /* background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Related_Cameras.svg); */
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/trending.svg),
        url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/trending-Active.svg);

    width: 18px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
button.relatedCams:hover {
    /* background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Related_Cameras_Active.svg); */
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/trending-Active.svg);
}
button.relatedCams.selected {
    /* background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Related_Cameras_Active.svg); */
    background-image: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/trending-Active.svg);
}

.volumeBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/volume.png");
    background-position: -1px 0;
    height: 25px;
    width: 30px;
    position: absolute;
    left: 114px;
    bottom: 5px;
    z-index: 3;
}
.volume-wrapper {
    width: 21px;
}
.volume-wrapper:before {
    content: "";

    /* Settings when Volume slider is vertial
  width: calc(4%);
  height: calc(100% + 150px);
  top: -125px; */

    /* Settings for Horizontal  */
    width: calc(5%);
    height: calc(100% + 49px);
    top: -49px;
    position: absolute;
    right: 90px;
    z-index: 1;
}
.playerArea:fullscreen .volumeBtn::before {
    width: calc(2.5%);
    right: 95px;
}
.playerArea:-webkit-full-screen .volumeBtn::before {
    width: calc(2.5%);
    right: 95px;
}
.playerArea:-moz-full-screen .volumeBtn::before {
    width: calc(2.5%);
    right: 95px;
}
.volumeBtn.myEC--VolBtn::before {
    content: "";
    width: calc(100% + 40px);
    height: calc(100% + 150px);
    position: absolute;
    top: -125px;
    left: -20px;
}

/* Adding this style in volumeslider.js so that it is only declared for myEC player
.volumeBtn:hover {
  filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
} */

.mutedTooltip {
    height: 15px;
    width: 50px;
    background-color: black;
    color: white;
    border: 1px solid #fff;
    position: absolute;
    left: 107px;
    bottom: 42px;
    text-align: center;
    padding: 3px;
    display: none;
}

.mutedTooltip::before,
.mutedTooltip::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mutedTooltip::before {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.mutedTooltip::after {
    border-color: transparent;
    border-top-color: #000;
    border-width: 5px;
    margin-left: -5px;
}

.volumeSlider.ecn {
    position: absolute;
    left: 152px;
    bottom: 14px;
}

.snapShotBtn {
    position: absolute;
    left: 50%;
    bottom: 38px;
    height: 33px;
    width: 41px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 101;
}

.likeCamBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/like_empty.png");
    background-repeat: no-repeat;
    background-position: -3px -1px;
    width: 23px;
    height: 23px;
    position: absolute;
    /* right: 221px;  mapButton currently disabled so likeCamBtn's position will be adjusted*/
    right: 151px;
    /* bottom: 10px; */
    top: 9.5px;
}

.mapBtn {
    display: none; /*J.Vitales 6/24/2020 - mapBtn will be disabled temporarily*/
    background-image: url("/js/earthcam/ecnplayerhtml5/images/map.png");
    background-repeat: no-repeat;
    background-position: -1px 0;
    height: 25px;
    width: 50px;
    position: absolute;
    right: 151px;
    bottom: 5px;
}

.shareBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/share.png");
    background-repeat: no-repeat;
    background-position: -2px -2px;
    height: 21px;
    width: 20px;
    position: absolute;
    right: 112px;
    bottom: 7px;
}

.settingsBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/settings.png");
    background-repeat: no-repeat;
    background-position: -2px -2px;
    height: 21px;
    width: 21px;
    position: absolute;
    right: 71px;
    bottom: 7px;
}

.myECSettingsBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Settings.svg"),
        url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Settings_Active.svg");
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}
.myECSettingsBtn:hover {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Settings_Active.svg");
}
.myECSettingsBtn.old {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/Settings.svg");
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: absolute;
    right: 54px;
    top: 9px;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}
.myECSettingsBtn.old:hover {
    filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
}
.myECSettingsBtn.old {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/Settings.svg");
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    position: absolute;
    right: 54px;
    top: 9px;
}
.myECSettingsBtn.old:hover {
    filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
}
.fullScreenBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/fullscreen.png");
    background-repeat: no-repeat;
    background-position: 0px -2px;
    height: 22px;
    width: 41px;
    position: absolute;
    right: 13px;
    bottom: 7px;
}

.myECFullScreenBtn {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Expand.svg"),
        url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Expand_Active.svg");
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}
.myECFullScreenBtn:hover {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Expand_Active.svg") !important;
}

.myECFullScreenBtn.fullScreen {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/minimize.svg") !important;
    /* url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/Expand_Active.svg"); */
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}
.myECFullScreenBtn.fullScreen:hover {
    background-image: url("/js/earthcam/ecnplayerhtml5/images/2021_refresh/Active/minimize-hover.svg") !important;
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
}

.myECFullScreenBtn.old {
    /* background-image: url("/js/earthcam/ecnplayerhtml5/images/fullscreen.png"); */
    background-repeat: no-repeat;
    background-image: url("/js/earthcam/ecnplayerhtml5/images/Zoom.svg");
    /* height: 15px;
  width: 15px; */
    height: 18px;
    width: 18px;
    /* bottom: 7px; */
    background-repeat: no-repeat;
    position: relative;
    top: 9px;
    right: 12px;
}
.myECFullScreenBtn.old:hover {
    filter: brightness(0.8) sepia(1) hue-rotate(351deg) saturate(4);
}

.toolTip--rightButton:hover::after {
    bottom: 25px;
}

.toolTip--downButton:hover::after {
    bottom: 35px;
}

.toolTip--leftButton:hover::after {
    bottom: 25px;
}

.toolTip--zoomInButton:hover::after {
    bottom: 15px;
}

.toolTip--zoomOutButton:hover::after {
    bottom: 25px;
}

.toolTip--playPauseButton:hover::after {
    bottom: 25px;
}

.toolTip--volumeButton:hover::after {
    bottom: 32px !important;
    left: initial !important;
    right: 19px !important;
}

.toolTip--volumeSlider:hover::after {
    bottom: 15px;
    left: 45px;
}

.toolTip--snapShotButton:hover::after {
    bottom: 45px !important;
    left: 0px !important;
}

.toolTip--likeCamButton:hover::after {
    bottom: 25px;
}

.toolTip--mapButton:hover::after {
    bottom: 25px;
}

.toolTip--shareButton:hover::after {
    bottom: 25px;
}

.toolTip--settingsButton:hover::after {
    bottom: 50px !important;
    left: initial !important;
    right: 50px;
}

.toolTip--fullScreenButton:hover::after {
    bottom: 50px !important;
    left: initial !important;
    right: 10px !important;
}

.toolTip--pinButton:hover::after {
    bottom: 44px !important;
    left: -5px !important;
}
.toolTip--liveButton:hover::after {
    bottom: 44px !important;
    left: -10px !important;
}
.toolTip--archivesButton:hover::after {
    bottom: 44px !important;
    left: -15px !important;
}
.toolTip--panoramaButton:hover::after {
    bottom: 44px !important;
    left: -15px !important;
}
.toolTip--relatedCamsButton:hover::after {
    bottom: 50px !important;
    left: initial !important;
    right: 124px !important;
}
/**************************************************
Share widget styles
**************************************************/

.shareWidget {
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    background: rgba(0, 0, 0, 0.5);
    width: 140px;
    height: 230px;
    position: absolute;
    right: 0;
    bottom: 38px;
    display: none;
}

.shareTitle {
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.shareTitle,
.shareWidget button {
    text-shadow: 1px 1px 1px #000;
}

.shareWidget button {
    color: white;
    display: block;
    padding-left: 48px;
    padding-bottom: 15px;
}

/* .shareWidget .hofBtn {
  padding-top: 7px;
} */

/* External React Share Modal overwrite */
.styles_overlay__CLSq- {
    z-index: 1003 !important;
}
.hofBtn::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 27px;
    background: url("/js/earthcam/ecnplayerhtml5/images/HOF.svg") no-repeat 0 0;
    width: 25px;
    height: 25px;
}

.emailBtn::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 135px;
    background: url("/js/earthcam/ecnplayerhtml5/images/email.svg") no-repeat 0
        0;
    width: 25px;
    height: 25px;
}
.emailBtn.no-hof::before {
    top: 105px;
}

.saveBtn::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 168px;
    background: url("/js/earthcam/ecnplayerhtml5/images/save.svg") no-repeat 0 0;
    width: 25px;
    height: 25px;
}
.saveBtn.no-hof::before {
    top: 140px;
}

.faceBookBtn::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 59px;
    background: url("/js/earthcam/ecnplayerhtml5/images/facebook.svg") no-repeat
        0 0;
    width: 25px;
    height: 25px;
}

.faceBookBtn.no-hof {
    padding-top: 5px;
}
.faceBookBtn.no-hof::before {
    top: 34px;
}

.twitterBtn::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 91px;
    background: url("/js/earthcam/ecnplayerhtml5/images/twitter.svg") no-repeat
        0 0;
    width: 25px;
    height: 25px;
}
.twitterBtn.no-hof::before {
    top: 65px;
}

.linkBtn::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 200px;
    background: url("/js/earthcam/ecnplayerhtml5/images/link.svg") no-repeat 0 0;
    width: 25px;
    height: 25px;
}
.linkBtn.no-hof::before {
    top: 173px;
}

.shareWidget .twitterBtn {
    padding-bottom: 15px;
}

.shareWidget .emailBtn {
    padding-top: 8px;
    border-top: 1px solid white;
    width: 110px;
    text-align: left;
}

/**************************************************
Settings widget styles
**************************************************/

.settingsWidget {
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 15px;
    width: 275px;
    height: 250px;
    position: absolute;
    right: 0;
    bottom: 38px;
    display: none;
    text-align: left;
}

.myECSettingsWidget {
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding-top: 15px;

    width: 275px;
    height: 410px;
    z-index: 3;
    position: absolute;
    /* right: 20px; */
    right: 0;
    /* bottom: 30px; */
    bottom: 38px;
    display: none;
    text-align: left;
    color: white;
    font-family: Arial;
    /* box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75); */
    box-shadow: -3px -3px 16px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -3px -3px 16px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -3px -3px 16px 1px rgba(0, 0, 0, 0.4);
}
.myECSettingsWidget label {
    color: white !important;
    font-size: 16px;
    font-weight: 400 !important;
}
.myECSettingsWidget .settingDiv {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 3px 15px 3px;
    transition: 0.2s ease;
    position: relative;
    right: 25px;
}
.myECSettingsWidget label.wrap {
    width: 100%;
}
.myECSettingsWidget .settingDiv.padded {
    margin-bottom: 20px;
}
.myECSettingsWidget .unmarginBtm {
    margin-bottom: 0px !important;
}
.myECSettingsWidget .marginBtm {
    margin-bottom: 10px !important;
}
.myECSettingsWidget .settingDiv:hover {
    /* background-color: rgba(84, 93, 98, 0.95); */
    background-color: rgba(120, 120, 120, 0.5);
}
.myECSettingsWidget input[type="checkbox"] {
    /* display: inline-block; */
    display: none;
}
.myECSettingsWidget .selectDropDown select {
    background: rgba(65, 76, 82, 0.1);
    color: white;
    border: 0px;
    font-size: 12px;
    bottom: 6px;
    position: relative;
    right: 10px;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}
@-moz-document url-prefix() {
    .myECSettingsWidget .selectDropDown select {
        right: 12px;
    }
    .myECSettingsWidget .settingDiv {
        right: 22px;
    }
}
select .selectOption {
    background: rgba(65, 76, 82, 0.7);
}

@-moz-document url-prefix() {
    select .selectOption {
        background: rgb(245, 242, 242) !important;
        color: black;
    }
}

.audio-mixer-container input[type="range"] {
    -webkit-appearance: none;
    width: 190px !important;
    max-width: 80% !important;
    overflow: visible;
    border-radius: 8px;
    height: 6px !important;
    background-color: #fff;
}

.audio-mixer-container input[type="range"].disabled-slider {
    -webkit-appearance: none;
    width: 190px !important;
    max-width: 80% !important;
    overflow: visible;
    border-radius: 8px;
    height: 6px !important;
    background-color: gray;
}

/* slider handle */
.audio-mixer-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: yellow !important; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.audio-mixer-container input[type="range"]::-moz-range-thumb {
    width: 15px; /* Set a specific slider handle width */
    height: 15px; /* Slider handle height */
    background: yellow !important; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

.audio-mixer-container
    input[type="range"].disabled-slider::-webkit-slider-thumb {
    background: gray !important;
}
.audio-mixer-container input[type="range"].disabled-slider::-moz-range-thumb {
    background: gray !important;
}

/* .audio-mixer-container input {
  direction: rtl;
} */
.vjs-big-play-button {
    display: none !important;
}
.audio-Player-dimensions {
    height: 10px;
    width: 10px;
}
.videoBtn {
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Video.svg);
    height: 25px;
    width: 25px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 50%;
    pointer-events: none;
}
.videoBtn:hover {
    filter: invert(61%) sepia(94%) saturate(543%) hue-rotate(348deg)
        brightness(220%) contrast(101%);
}
.musicBtn {
    background: url(/js/earthcam/ecnplayerhtml5/images/2021_refresh/Inactive/Music.svg);
    height: 25px;
    width: 25px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    opacity: 50%;
    pointer-events: none;
}
.musicBtn:hover {
    filter: invert(61%) sepia(94%) saturate(543%) hue-rotate(348deg)
        brightness(220%) contrast(101%);
}
.settingDiv span {
    font-size: 14px;
}

.settingsWidgetHeader,
.settingsWidgetSubHeader {
    text-shadow: 1px 1px 1px #000;
}

.settingsWidgetHeader {
    font-size: 16px;
    font-weight: 500;
}

.settingsWidgetSubHeader {
    margin-bottom: 8px;
}

label {
    margin-bottom: 8px;
}
label:not(.radio) {
    margin-bottom: 0;
}

.linkNotification {
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    width: 130px;
    height: 85px;
    position: absolute;
    right: 0;
    bottom: 43px;
    display: none;
    padding: 12px;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
}

.close {
    border: 1px solid #fff;
    display: inline-block;
    padding: 0.5px 3px;
    /* font-size: 8px; */
    text-transform: uppercase;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.textToCopy {
    position: absolute;
    left: -9999px;
    background: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.display_camera_info_container {
    position: absolute;
    width: 100%;
    padding-left: 25px;
    /* top: 0; */
    left: 0;
    text-align: left;
    z-index: 1000; /*adding this so archiveTime can go on top of progress bar*/
}

.displayNameOfCam {
    z-index: 2;
    height: 34px;
    position: relative;
    font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    font-family: Arial Black;
    padding-bottom: 1px;
}

.displayLocationNameOfCam {
    z-index: 2;
    position: relative;
    height: 32px;
    font-size: 18px;
    top: -2px;
    padding-bottom: 2px;
    font-weight: bold;
    font-family: Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

/* UI refresh for myEC */
#displayWeatherDataID {
    font-size: 13px;
    width: 47px;
    position: relative;
    left: 25px;
    top: -1px;
}
.displayWeatherData {
    z-index: 5;
    position: absolute;
    height: 80px;
    width: 225px;
    right: 0px;
    bottom: 85.2%;
    top: 0;
    font-size: 36px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    /*display: none;*/
}

/* UI refresh for myEC */
#degreesID {
    position: relative;
    top: 1px;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.degrees {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.weatherConditions {
    position: absolute;
    bottom: -5px;
    right: 20px;
    font-size: 24px;
}

.weatherRadioButtonContainer {
    vertical-align: top;
    position: absolute;
    top: 125px;
    /* left: 100px; */
    left: 99px;
}

#celsius {
    margin-left: 46px;
}

sup {
    font-size: 16px;
    font-weight: bold;
}

.dateRadioButtonContainer {
    box-sizing: border-box;
    position: absolute;
    top: 176px;
    left: 40px;
    width: 100%;
}

.timeRadioButtonContainer {
    box-sizing: border-box;
    position: absolute;
    top: 198px;
    left: 0px;
    width: 100%;
    padding-left: 40px;
}

.dateText,
.timeText {
    text-shadow: 1px 1px 1px #000;
}

.timeText {
    margin-right: 33px;
}

.dateText {
    margin-right: 34px;
}

.displayMonthFirstText {
    margin-right: 26px;
}

.displayTwelveHoursText {
    margin-right: 56px;
}

.displayFahrenheitText {
    margin-right: 57px;
}

#displayMonthFirst,
#displayTwelveHours {
    margin-left: 45px;
}

#displayDayFirst {
    margin-left: 17px;
}

#displayTwentyFourHours {
    margin-left: 43px;
}

/** INPUT STYLING FOR RADIO AND CHECK BUTTONS **/

/** RADIO BUTTON STYLE**/
/* .settingsWidget */

label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-top: 1.49px;
    margin-right: 15px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #000;
}

input[type="radio"] {
    display: none;
}

label.ecn::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    position: absolute;
    left: 2px;
    bottom: 1px;
    background-color: transparent;
    border: 1px solid white;
    /* ^ parfuso */
}

label.ecn:hover::before {
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.3);
}

input[type="radio"] + label::before {
    border-radius: 8px;
}

input[type="radio"]:checked + label::before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}

/** CHECKBOX INPUT STYLE **/

input[type="checkbox"].ecn {
    display: none;
}

input[type="checkbox"].ecn:checked + label.ecn::before {
    content: "\2713";
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 10px;
}

input[type="checkbox"].ecn:checked + .disabledCheck::before {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #8c8c8c !important;
    opacity: 0.5;
    cursor: default;
}

.checkbox + .switch.disabledCheck {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #8c8c8c;
    opacity: 0.5;
    /* cursor: not-allowed; */
    cursor: pointer;
}

/*CHECKBOX SWITCH INPUT STYLE*/
.switch {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 15px;
    background-color: rgb(207, 205, 205);
    border-radius: 20px;
    top: 4px;
    z-index: 3;
    margin-left: 10px;
}
.switch::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: white;
    left: -5px;
    transition: all 0.3s;
    top: -3px;
    background-image: linear-gradient(#f7f7f7, #bbbbbb);
    box-shadow: inset 0 3px 4px #fff;
}

.checkbox:checked + .switch::after {
    left: 15px;
}
.checkbox:checked + .switch {
    background-color: rgb(5, 173, 5);
}
/** RANGE INPUT STYLING **/

/* ECN Player volume range*/
input[type="range"] {
    -webkit-appearance: none;
    /*Hides the slider so that custom slider can be made */
    width: 129px !important;
    max-width: 129px !important;
    /* Specific width is required for Firefox. */
    overflow: visible;
    border-radius: 8px;
}
/* My EC Player volume range */
input[type="range"].myEC {
    -webkit-appearance: none;
    /*Hides the slider so that custom slider can be made */
    width: 80px !important;
    max-width: 80px !important;
    /* Specific width is required for Firefox. */
    overflow: visible;
    border-radius: 8px;
    /* Uncomment to make Volume Slider vertical */
    /* -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); */
    bottom: 12px;
    right: 40px;
    left: auto;
    /* box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 15px 3px rgba(0, 0, 0, 0.75); */
    -webkit-box-shadow: 5px 2px 28px 11px rgba(0, 0, 0, 0.8);
    box-shadow: 5px 2px 28px 11px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 5px 2px 28px 11px rgba(0, 0, 0, 0.8);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type="range"]:focus {
    outline: none;
    /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 15px;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    border: 0 none;
    background: transparent;
    color: transparent;
    overflow: visible;
}

input[type="range"]::-ms-tooltip {
    display: none;
}

input[type="range"]::-ms-fill-lower {
    background: #b30000;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    box-shadow: inset 1px 1px 1px #000000;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #b30000;
}

input[type="range"]::-ms-fill-upper {
    background: #fff;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    box-shadow: inset 1px 1px 1px #000000;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #fff;
}

/* Special styling for WebKit/Blink */

input[type="range"].ecn::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: 1px 1px 4px #000000;
    border: 0px solid #000000;
    height: 24px;
    width: 9px;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -7px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}
input[type="range"].myEC::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: 1px 1px 4px #000000;
    border: 0px solid #000000;
    height: 15px !important;
    width: 15px !important;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -6px !important;
    margin-left: -0.5px !important;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type="range"].ecn::-moz-range-thumb {
    border: 1px solid #000000;
    height: 24px;
    width: 10px;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
}
input[type="range"].myEC::-moz-range-thumb {
    -webkit-appearance: none;
    box-shadow: 1px 1px 4px #000000;
    border: 0px solid #000000;
    height: 15px !important;
    width: 15px !important;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
    margin-top: -6px !important;
    margin-left: -0.5px !important;
}

/* All the same stuff for IE */

input[type="range"]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000;
    border: 1px solid #000000;
    height: 28px;
    width: 10px;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
    overflow: visible;
}
input[type="range"].ecn::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    box-shadow: inset 1px 1px 1px #000000;
}

input[type="range"].myEC::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 5px !important;
    border: solid white 0.5px !important;
}

input[type="range"].ecn::-moz-range-track {
    width: 100%;
    height: 7px;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 8px;
}
input[type="range"].myEC::-moz-range-track {
    -webkit-appearance: none;
    width: 80px !important;
    max-width: 80px !important;
    /* Specific width is required for Firefox. */
    overflow: visible;
    border-radius: 8px;
    /* -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); */
    bottom: 40px;
    right: 33px;
    left: auto;
}

.volumeSlider.ecn {
    border-radius: 8px;
    height: 10px;
    -webkit-appearance: none;
}
.volumeSlider.myEC {
    z-index: 2;
    border-radius: 8px;
    height: 5px;
    -webkit-appearance: none;
    background-image: unset;
    cursor: pointer;
    background-size: 100% 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: 152px;
    bottom: 14px;
    margin: 40px 40px;
    background-color: rgb(44, 44, 44);
}

/* Small Player Sizing */
@media (max-width: 1265px) {
    .leftContainer {
        width: 24%;
    }
    .playerArea:fullscreen .leftContainer,
    .playerArea:-webkit-full-screen .leftContainer,
    .playerArea:-moz-full-screen .leftContainer {
        width: 21% !important;
    }
    input[type="range"].myEC {
        right: 10px !important;
        width: 200px !important;
    }
    .volumeBtn:before {
        right: 70px !important;
    }
    .toolTip--relatedCamsButton:hover::after {
        right: 70px !important;
    }

    .rightContainerWrapper {
        width: 24%;
    }
    .rightContainer {
        float: right !important;
        width: 70% !important;
    }
}
@media (max-width: 700px) {
    .leftContainer.myec {
        width: 30% !important;
    }
    .myECSettingsWidget.myec {
        scale: 0.8 !important;
        bottom: -10px !important;
        right: -20px !important;
    }
    .rightContainerWrapper {
        width: 28% !important;
    }
    .rightContainer.myec {
        width: 100% !important;
    }
}

.title-is-hover:hover::after {
    /* font-size: 10px; */
    content: attr(data-title);
    /* padding: 2px 4px; */
    color: white;
    position: absolute;
    left: 15px;
    bottom: 30px;
    white-space: nowrap;
    z-index: 5;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    /* background-color: #000; */
    background-color: #222222;
    font-size: 11px;
    padding: 7px 4px;
    border-radius: 3px;
}

.progressTimeDisplay {
    display: none;
    box-sizing: border-box;
    font-size: 13px;
    width: 66px;
    height: 20px;
    text-align: center;
    padding: 3px 4px;
    color: white;
    /* position: relative; */
    /* bottom: -5px; */
    white-space: nowrap;
    z-index: 10000;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-color: #000;
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #fff;
    position: absolute;
    bottom: 33px;
}
.testContainer {
    /* background: rgba(41, 41, 41, 0.5);
  height: 30px;
  position: relative;
  bottom: 37px; */
    background: rgba(41, 41, 41, 0.5);
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -13px;
    left: -25px;
}
.progressTimeDisplay:after,
.progressTimeDisplay:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.progressTimeDisplay:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 5px;
    margin-left: -5px;
}

.progressTimeDisplay:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

/**************************************************
User idle overlay & mobile overlay styles
**************************************************/

.userIdleOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlayText {
    /* font-size: 16px; */
    font-size: 25px;
    top: 105px;
    z-index: 9999;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
}

.overlayText::before {
    display: none;
    content: "";
    position: absolute;
    left: -46px;
    top: -13px;
    background: url("/js/earthcam/ecnplayerhtml5/images/ResumePlay.png")
        no-repeat -2px 0px;
    width: 36px;
    height: 39px;
}

.playOverlay {
    visibility: visible !important;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9998;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.resumePlayBtn {
    z-index: 9999;
}

.overlayText:hover {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.2);
}

.overlayText:hover::before {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
    -moz-box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.2);
}

#overlay {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 13;
}

#overlay2 {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 13;
}

#overlay3 {
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 13;
}

.overlay360Video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlay360VideoText {
    font-size: 16px;
    z-index: 9999;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    position: relative;
}

.overlay360VideoText::before {
    /*  content: "";
  position: absolute;
  left: -96px;
  top: -63px;
  background: url('/js/earthcam/ecnplayerhtml5/images/360VideoStream.png') no-repeat -2px 0px;
  width: 194px;
  height: 102px;*/
}

/**************************************************
Statue of Liberty specific styles
**************************************************/

.libertyCrownIconOverRide {
    top: 415px !important;
    left: 38px !important;
}

.libertyMpIconOverRide,
.ellisIslandIconOverRide,
.libertyHarborIconOverRide,
.libertyPanoIconOverRide {
    left: 465px !important;
    top: 15px !important;
}

/**************************************************
Statue of Liberty specific styles
**************************************************/

.slideUp {
    transform: translateY(0px);
    opacity: 1;
    transition-property: all;
    transition-duration: 0.3s;
}

.slideDown {
    /* transform: translateY(100px); */
    /* top: 100px !important; */
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
}

.panoInProgress {
    color: red;
    font-size: 24px;
    z-index: 9999;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
}

/**************************************************
VideoJS override styles
**************************************************/

.vjs-loading-spinner {
    display: none !important;
}

.vjs-poster {
    z-index: 10000 !important;
}

.vjs-error-display {
    display: none !important;
}

/*#videoPlayer_ima-ad-container {
  z-index: 0;
}*/

.vjs-control-bar {
    display: none !important;
}

/**************************************************
Loading animation styles
**************************************************/

@keyframes loading8 {
    0% {
        transform: rotateZ(0deg);
    }
    55% {
        transform: rotateZ(359deg);
    }
    100% {
        transform: rotateZ(359deg);
    }
}

/**, *::before, *::after {
 box-sizing: border-box;
}*/

.loading8-spinner {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    width: 100px;
    height: 65px;
    overflow: hidden;
    z-index: 9999;
}

.loading8-icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background: url("/js/earthcam/ecnplayerhtml5/images/loading8.svg") no-repeat
        center;
    z-index: 9999;
}

.loading8-spinner span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    left: 8px;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;
    font-size: 15px;
    font-family: Arial;
}

.loading8-spinner .loading8-icon {
    animation: 3.4s linear infinite loading8;
}

.loading8-spinner .loading8-icon:nth-child(2) {
    animation-delay: 0.275s;
    opacity: 0.8;
}

.loading8-spinner .loading8-icon:nth-child(3) {
    animation-delay: 0.55s;
    opacity: 0.4;
}

.loading8-spinner .loading8-icon:nth-child(4) {
    animation-delay: 0.825s;
    opacity: 0.2;
}

.loading8-spinner .loading8-icon:nth-child(5) {
    animation-delay: 1.1s;
    opacity: 0.1;
}

.videoPlayer-dimensions {
    width: 100% !important;
    height: 100% !important;
}

/**************************************************
New CSS Control bar styles
**************************************************/

.collapsible-toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1001; /* 1 greater than display_camera_info_container so volume slider will stack on top*/
}

.collapsible-toolbar-row {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.snapshot-dome {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100px;
    height: 50px;
    margin-left: -50px;
}

.snapshot-dome-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.snapshot-dome-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.snapshot-dome-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.snapshot-dome-btn {
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    position: relative;
}

.snapshot-dome-btn:focus {
    outline: none;
    color: #000;
}

.snapshot-dome-btn[disabled] {
    cursor: default;
}

.snapshot-dome-btn-icon {
    display: block;
    width: 32px;
    height: 33px;
    position: relative;
    /* margin: 13px auto; */
    background-image: url("/js/earthcam/ecnplayerhtml5/images/snapshot.svg");
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: contain !important;
    z-index: 101;
}
.snapshot-dome-btn-icon.myEC:hover {
    filter: invert(61%) sepia(94%) saturate(543%) hue-rotate(348deg)
        brightness(220%) contrast(101%);
}
/*.snapshot-dome-btn:hover .snapshot-dome-btn-icon,
.snapshot-dome-btn:focus .snapshot-dome-btn-icon {
  background-position: -56px 0;
}

.snapshot-dome-btn:active .snapshot-dome-btn-icon {
  background-position: -112px 0;
}*/

.snapshot-dome-btn:hover .snapshot-dome-btn-icon,
.snapshot-dome-btn:active .snapshot-dome-btn-icon {
    /*
   * Prevent button shifting in IE
   * http://stackoverflow.com/questions/10305658/prevent-button-from-shifting-during-click-in-ie#answer-21281554
   */
    position: relative;
    /* top: 0;
  left: 0; */
}

/* .snapshot-dome-btn[disabled] .snapshot-dome-btn-icon {
  background-position: -168px 0;
} */

.timeline-navbar {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.tools-navbar {
    position: relative;
    width: 100%;
    height: 45px;
    background-color: rgba(248, 248, 248, 0.8);
}

/**************************************************
Right click context menu styles
**************************************************/

.show {
    display: block;
    position: absolute;
    border: 1px solid #e5e5e5;
    background-color: #fefefe;
    max-width: 200px;
    z-index: 9999;
    line-height: 1.5;
    margin: 0;
    list-style-type: none;
    list-style: none;
}

.hide {
    display: none;
}

.show li {
    list-style: none;
    padding: 10px 15px;
}

.show a {
    border: 0 !important;
    color: #59595a;
}

.show a:hover {
    text-decoration: underline !important;
    text-decoration-color: #59595a !important;
    color: #59595a;
    cursor: pointer;
}

.show li:hover {
    background-color: #f1f1f1;
}

/**::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}


/* Old shadow dom for play button */

/**::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}


/* New shadow dom for play button */

/* This one works */

/**::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


/**************************************************
Pano In Progress styles
**************************************************/

.ec-pano-in-progress {
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
    max-width: 345px;
    min-height: 65px;
    z-index: 3;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    /* padding: 2%; */
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ec-pano-in-progress--inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.inner--bottom {
    text-align: center;
    color: #d8c542;
    font-size: 20px;
    display: none;
}

a {
    color: inherit;
}

.inner--pano_header {
    display: inline-block;
    /*margin-right: 6%;*/
    /* text-align: center; */
}

/* .inner--top h1 {
  font-size: 25px;
  font-weight: 500;
} */
.inner--pano_header > h1 {
    margin-bottom: 3%;
    font-size: 26px;
    font-weight: 400;
}

.inner--pano_header > p {
    font-size: 13px;
    color: #c4c4c4;
}
/* .inner--top p {
  color: #c4c4c4;
  font-size: 17px;
  font-weight: 400;
} */

.inner--pano_percent {
    display: inline-block;
}

.inner--pano_percent > h1 {
    margin-bottom: 12%;
    font-size: 26px;
    font-weight: 400;
}

.inner--pano_percent > p {
    font-size: 13px;
    color: #c4c4c4;
}

.test {
    position: absolute;
    top: 25%;
    left: 0;
    font-size: 16px;
    background-color: #fff;
    width: 250px;
    height: 150px;
    color: red;
    z-index: 9999;
    overflow: scroll;
}

.adContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*.ima-ad-container {
  position: absolute;
  top: 0;
  left: -50%;
  display: inline-block !important;
}

.ima-ad-container iframe {
  position: absolute !important;
  left: -50%;
  top: 0;
  border: 5px solid red !important;
}

.ima-ad-container iframe .videoAdUi {
  border: 5px solid pink;
}*/

/* parfuso setting up the krpano fullscreen button */
.krpanoFullScreenBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    z-index: 20;
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.modal-content {
    background-color: #f0f0f0;
}

/* .modal {
  z-index: 2010;
} */

.ec__ShareWindow--fbLogOutLabel {
    bottom: 25px;
}

.btnGroup {
    width: 100% !important;
}

/** Drop down carousel animation */
.slide-in-top {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
        both;
    animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.slide-out-top {
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53)
        both;
    animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}
@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@media only screen and (max-width: 720px) {
    /* .display_camera_info_container {
    bottom: 15px !important;
  } */
    .displayNameOfCam {
        font-size: 17px !important;
    }
    .displayLocationNameOfCam {
        font-size: 17px !important;
    }
    .widgetsTime {
        font-size: 12px !important;
    }
    .widgetsTemp {
        font-size: 12px !important;
    }
    #displayWeatherDataID {
        font-size: 12px !important;
    }
    #degreesID {
        font-size: 12px !important;
        top: 2px !important;
    }
    .widgetsViews {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 620px) {
    /* .display_camera_info_container {
    bottom: 10px !important;
  } */
    .displayNameOfCam {
        font-size: 15px !important;
    }
    .displayLocationNameOfCam {
        font-size: 15px !important;
    }
    .widgetsTime {
        font-size: 11px !important;
    }
    .widgetsTemp {
        font-size: 11px !important;
    }
    #displayWeatherDataID {
        font-size: 11px !important;
    }
    #degreesID {
        font-size: 12px !important;
        top: 2px !important;
    }
    .widgetsViews {
        font-size: 11px !important;
        position: relative;
        top: 1px;
    }
}

/* Adjusting Left Container width so icons won't go below due to lack of space */
/* @media screen and (min-width: 1670px) { */
.playerArea:fullscreen .leftContainer {
    width: 230px !important;
}
.playerArea:fullscreen .rightContainer {
    width: 185px !important;
}

.playerArea:fullscreen .my-slider {
    width: 75% !important;
}
.playerArea:fullscreen .volume-wrapper:before {
    width: 2% !important;
}

/* } */

/* Adding Full-screen media queries for 21/9 & 32/9 monitors */
@media screen and (width: 5120px) and (height: 2160px) {
    .playerArea:fullscreen video {
        width: 75% !important;
        padding-left: 14.5% !important;
    }
    .playerArea:fullscreen .controlBarInner {
        width: 75% !important;
        margin-left: 14.5% !important;
    }
    .playerArea:fullscreen .display_camera_info_container {
        width: 75% !important;
        padding-left: 15% !important;
    }
    .playerArea:fullscreen .volume-wrapper:before {
        right: 79px !important;
    }
    .playerArea:fullscreen .archiveSelector {
        width: 1800px !important;
        padding-left: 32% !important;
    }
    .playerArea:fullscreen .ecLogo {
        margin-right: 11%;
    }
}

@media screen and (min-aspect-ratio: 32/9) and (width: 5120px) and (height: 1440px) {
    .playerArea:fullscreen video {
        width: 1440px !important;
        padding-left: 28.5% !important;
    }
    .playerArea:fullscreen .controlBarInner {
        width: 1440px !important;
        margin-left: 28.5% !important;
    }
    .playerArea:fullscreen .display_camera_info_container {
        width: 1440px !important;
        padding-left: 29% !important;
    }
    .playerArea:fullscreen .volume-wrapper:before {
        right: 79px !important;
    }
    .playerArea:fullscreen .archiveSelector {
        width: 1800px !important;
        padding-left: 32% !important;
    }
    .playerArea:fullscreen .ecLogo {
        margin-right: 29.5%;
    }
}

@media screen and (min-aspect-ratio: 32/9) {
    .playerArea:fullscreen video {
        width: 2560px !important;
        padding-left: 25% !important;
    }
    .playerArea:fullscreen .controlBarInner {
        width: 2560px !important;
        margin-left: 25% !important;
    }
    .playerArea:fullscreen .display_camera_info_container {
        width: 2560px !important;
        padding-left: 25.5% !important;
    }
    .playerArea:fullscreen .volume-wrapper:before {
        right: 79px !important;
    }
    .playerArea:fullscreen .archiveSelector {
        width: 1800px !important;
        padding-left: 32% !important;
    }
    .playerArea:fullscreen .ecLogo {
        margin-right: 25%;
    }
}

.fade-in {
    -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
