.player-container {
    position: relative;
    height: calc(100% - 24px);
}

.player-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(38, 41, 43, 0.7);
    padding: 2px;
    margin: 3px;
    border-radius: 3px;
    z-index: 1;
    display: flex;
}

    .player-controls button {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        background-color: transparent;
        border-radius: 50%;
        margin: 0 1px;
        padding: 4px;
        transition: all .1s ease-in-out;
    }

        .player-controls button:hover {
            background: #295287;
        }

    .player-controls img {
        width: 12px;
        height: 12px;
        vertical-align: middle;
    }

.pane-time-container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.minute {
    display: flex;
    align-items: flex-end;
    /* width: 1px; */
    /* margin-right: 1px; */
    min-height: 20px;
    /* background-color: #f9f9f9; */
    position: relative;
    color: #f9f9f9;
    font-size: 11px;
}

    .minute::before {
        content: attr(data-hourminute);
        position: absolute;
        /* left: calc(-45px / 2); */
        /* transform: translateX(-50%); */
        top: -20px;
        min-width: 45px;
        font-size: 12px;
        text-align: center;
    }

    .minute::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        width: 1px;
        height: 15px;
        background-color: #f9f9f9;
    }

.minute-split {
    display: inline-block;
    width: 1px;
    margin-right: 1px;
    height: 12px;
    background-color: #f7f7f7;
}

.second {
    display: inline-block;
    width: 1px;
    margin-right: 1px;
    /* width: calc(4px - 2px); */
    /* margin: 0 1px; */
    height: 9px;
    background-color: transparent;
    /* visibility: hidden; */
}

.pane {
    position: relative;
    min-height: 60px;
    bottom: 60px;
}

    .pane .live-element {
        /*position: absolute;
        bottom: 65px;
        right: 1%;*/
        display: inline-block;
        padding: 0 5px;
        color: #FFE162;
        font-size: 15px;
    }

    .pane .day-method {
        position: absolute;
        bottom: 65px;
        left: 1%;
        color: #ffe162;
    }

    .pane .pane-master-contianer {
        display: flex;
        overflow: auto;
        min-height: 60px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        position: relative;
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: rgba(255, 255, 255, .1);
    }

        .pane .pane-master-contianer::-webkit-scrollbar {
            display: none;
        }

        .pane .pane-master-contianer > div {
            flex-shrink: 0;
            display: flex;
            align-items: flex-end;
        }


.pointer::before {
    content: '';
    position: absolute;
    bottom: 0;
    color: #ee3625 !important;
    background-color: #ee3625 !important;
    padding: 2px;
    height: 26px !important;
    z-index: 1;
}

.recorded-track {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 95%;
    height: 3px;
    background-color: #ff4d4d;
    z-index: 1;
}

    .recorded-track::after {
        content: '';
        width: 2px;
        height: 20px;
        background-color: #ff4d4d;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

.timeline-controls-wrapper {
    background-color: rgba(38, 41, 43, 0.7);
    padding: 2px;
    display: flex;
    align-items: center;
    max-width: max-content;
    position: absolute;
    right: 19%;
    bottom: 30px;
}

    .timeline-controls-wrapper button {
        box-shadow: none;
        border: 0;
        background: transparent;
        display: inline-block;
    }

        .timeline-controls-wrapper button:hover svg {
            fill:#a9cded;
        }
        .timeline-controls-wrapper button.active svg {
            fill: #4d83c9;
        }

    .timeline-controls-wrapper svg {
        fill: #fff;
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
    }

        .timeline-controls-wrapper svg.icon-snail-facing-right-svgrepo-com {
            transform: scale(-1, 1);
            width: 18px;
            height: 18px;
        }

        .timeline-controls-wrapper svg.icon-play-prev {
            transform: scale(-1, 1);
        }
        .timeline-controls-wrapper svg.icon-prev-frame {
            transform: scale(-1, 1);
        }

.timeline-control-live-btn {
    position: relative;
}

.is-recorded a.ui-state-default {
    background-color: #4d5464;
    color: #fff;
    font-weight: 700;
}

    .is-recorded a.ui-state-default:hover {
        background-color: #3363a1;
    }
.ui-datepicker-current-day a.ui-state-default {
    border: 1px dashed #ccc;
    background: #295287;
}
    
    .timeline-control-live-btn::after {
        content: '';
        width: 5px;
        height: 5px;
        background: #d50000;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 42%;
        transform: translate(-50%, -50%);
    }

    .timeline-control-live-btn:hover .timeline-control-live-btn::after {
        background: #fff;
    }
    /*To Hide non-functional action buttons*/
    /*.vms-player-btn[title="Snapshot"],
.vms-player-btn[title="Bookmark"],
.vms-player-btn[title="PTZ presets"],
.vms-player-btn[title="Playback Mode"] {
    display: none;
}*/
    .stream-loader {
        /*width: 28px;
        height: 28px;*/
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align:center;
    }
.recorded {
    position: relative;
}

    .recorded::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 4px;
        height: 4px;
        background: #d50000;
    }


.timer-wrap-container {
    position: absolute;
    top: 50px;
    right: 0;
    background: #282c34;
    z-index: 999;
    width: 820px;
    min-height: 400px;
    border: 1px solid #9c9d9f;
    display: flex;
    align-items: center;
}

    .timer-wrap-container .v-close-x {
        color: #fff;
        font-size: 10px;
        position: absolute;
        top: 0;
        right: 0;
        margin: 10px;
        cursor: pointer;
    }

.calendar {
    background: transparent;
    overflow: hidden;
    border-radius: 0;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #454a52;
}

.ui-datepicker {
    width: auto;
    padding: 0;
    border: 0;
}

.ui-datepicker-header {
    background-color:#31353f;
    border-radius: 0;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid #3e4554;
    background: #4d5464;
    opacity: 1 !important;
}


    .ui-datepicker td span, .ui-datepicker td a {
        text-align: center;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: rgba(238, 238, 238, .1);
    background: #4d5464;
    border: 2px solid transparent;
}

.ui-datepicker-current-day .ui-state-default {
    border: .5px dashed #d6ad78;
    background: #295287;
    color: #fff;
}

.ui-datepicker-unselectable.ui-state-disabled.undefined {
    background-color: #4d5464;
    color: #5e6470;
    opacity: 1;
}

.ui-datepicker table {
    background: #31353f;
    margin: 0;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #b0aead;
    background: #4c5362;
    margin-bottom: 0;
}

.ui-datepicker-today .ui-state-default {
    color: #fff;
    font-weight: 700;
}

.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
    color: #fff;
    font-size: 12px;
}
.timer-wrap-container .ui-datepicker-title .ui-datepicker-month,
.timer-wrap-container .ui-datepicker-title .ui-datepicker-year {
    color: #000;
    font-size: 12px;
}



.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

    .ui-datepicker-prev:after {
        transform: rotate(45deg);
        margin: -43px 0px 0px 8px;
    }

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

    .ui-datepicker-next:after {
        transform: rotate(-135deg);
        margin: -43px 0px 0px 6px;
    }

    .ui-datepicker-prev:after,
    .ui-datepicker-next:after {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        border-left: 2px solid #b0aead;
        border-bottom: 2px solid #b0aead;
    }

    .ui-datepicker-prev:hover,
    .ui-datepicker-next:hover,
    .ui-datepicker-prev:hover:after,
    .ui-datepicker-next:hover:after {
        border-color: #5ed1cc;
    }

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

    .ui-datepicker-calendar thead tr th span {
        display: block;
        color: #fff;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 100;
    }

th.ui-datepicker-week-end span {
    color: red !important;
}

.ui-icon-circle-triangle-w {
    background-position: -100px 0 !important;
}

.ui-icon-circle-triangle-e {
    background-position: -33px 0 !important;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #b5b5b5;
    line-height: 40px;
    font-size: 12px;
}

    .ui-state-default:hover {
        background: #4d5464;
    }

.ui-state-highlight {
    color: #8dd391;
}

.ui-state-active {
    color: #5ed1cc;
}

.ui-datepicker .ui-datepicker-title {
    line-height: inherit;
}

.ui-datepicker-unselectable .ui-state-default {
    color: rgba(238, 238, 238, .1);
    border: 2px solid transparent;
}
.timer-wrap-space-1 {
    flex: 0 0 35%;
    height: 100%;
    background-color: #282c34;
}
.timer-wrap-space-2 {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 400px;
}

.timer-wrap-space-2 canvas {
    display: block;
    margin: 0 auto;
}
.timer-wrap-space-2 .dimnish {
    opacity:0.3;
}
.play-back-text {
    color: #fff;
    margin: 10px;
}

.calendar-btn-containers {
    display: flex;
    align-content: center;
    margin: 8px;
}

.ml-auto {
    margin-left: auto;
    margin-right: 8px;
}

.calendar-btn-containers .btn {
    background-color: #4c5362;
    color: #fff;
}

.c-input-container {
    margin: 10px;
    width: calc(100% - 20px);
    background-color: #282c34;
    border: 1px solid #5a5f65;
    color: #fff;
}

.timer-wrap-timer-container {
    display: flex;
    margin: 10px;
    align-items: center;
    width: 95%;
    min-height: 400px;
    position: relative;
}

.timer-wrap-single-hour {
    margin-right: 10px;
    font-size: 18px;
    padding: 10px;
}

.ui-datepicker-calendar .thead tr:first-child {
    background: #2b2f38;
}

.ui-datepicker-calendar .thead tr:first-child th span {
    color: #fff;
}

.timer-wrap-mixed-hour {
    flex: 1;
    font-size: 16px;
    background-color: #31353f;
    padding: 10px;
}

/* .std-w-h {
    width: 100%;
    height: 100%;
} */

.display-none {
    display: none !important;
}

.fisheye-views {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.dewarped-output-view {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.quad-divs {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#dewarped-single-output > canvas {
    object-fit: unset !important;
    width: 100%;
    height: 100%;
}


.ptz-modal-container, .dewarp-views-modal-container {
    position: absolute;
    top: 50px;
    right: 0;
    background: #1a2028;
    z-index: 999;
    width: 200px;
    min-height: 200px;
    max-height: 290px;
    border: 1px solid #c1c1c1;
}

.dewarp-views-modal-container {
    width: 150px;
    min-height: 140px;
}

.ptz-modal-header, .dewarp-views-modal-header {
    background-color: #295287;
    color: #fff;
    padding: 10px;
    position: relative;
    cursor: move;
}

.ptz-modal-title, .dewarp-views-modal-title {
    text-align: center;
}

.ptz-modal-close, .dewarp-views-modal-close {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 10px;
    cursor: pointer;
}

.ptz-modal-body, .dewarp-views-modal-body {
    max-height: calc(100% - 40px);
    overflow: auto;
}

.ptz-item, .dewarp-view-item {
    padding: 2px;
    margin: 3px;
}

.ptz-item:hover, .dewarp-view-item:hover {
    background-color: #353f4c;
}

.vms-player-btn.conceal {
    display: none;
}

.canvas-cursor{
    width: 22px;
    position: absolute;
    /* border: 1px solid red; 
    background-color: green;*/
    z-index: 10;
    cursor:none;
}

.vicon-font.v-adambox {
    font-size: 20px;
    background-image: none;
    width: 22px;
    height: 22px;
    -webkit-text-stroke: 1px black;
}


.icon-compass {
    display: inline-block;
    width: 24px;
    height:24px;
    fill: #fff;
    filter: drop-shadow(4px 4px 1px #ccc);
    transform: rotate(-45deg);    
}
.icon-location{
    display: inline-block;
    width: 24px;
    height:24px;
    fill: #fff;
    stroke: black;
    filter: drop-shadow(0 0 1px #0000004d);
    transform: rotate(-45deg);  
}
.icon-curser{
    display: inline-block;
    width: 24px;
    height:24px;
    fill: #fff;   
    stroke: black;
    filter: drop-shadow(0 0 1px #0000004d);
    transform: rotate(-45deg);  
}