﻿body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #1a2028;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*Remove IE “clear field” X button*/
input::-ms-clear {
    display: none;
}
input, textarea , .selectable-elm/*.contenteditable?*/ {
    -webkit-touch-callout: default;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}


input::placeholder {
    color: #898d96 !important;
}

input::-webkit-input-placeholder {
    color: #898d96 !important;
}

input::-moz-placeholder {
    color: #898d96 !important;
}

input:-ms-input-placeholder {
    color: #898d96 !important;
}


.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: rgb(184,184,184);
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(184,184,184);
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(184,184,184);
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgb(184,184,184);
}

/** common */
/*.light {
    color: #C5C8CE;
}*/

.has-error .form-control {
    border-color: red !important;
}

.fullSize {
    height: 100%;
}

.min-width-200 {
    min-width: 200px !important;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.vms-no-bottom-shadow {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
/* end common */
#vms-main-content {
    position: absolute;
    /*height: 90%;*/
    width: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
}


/**************** MAIN START */
#vms-section-main {
    position: absolute;
    /*top: 68px;*/
    top: 53px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#vms-permissions-holder {
    display: none;
}

.panel-title a {
    cursor: pointer;
}

/**************** MAIN END */



.groupRowSelected {
    background-color: #00A3FF !important;
    color: #fff;
}

.monitoring-audio-placement {
    bottom: 0;
    left: 0;
    height: 65px;
    width: calc(50% - 2px);
    position: relative !important;
    float: left;
}

/* timeline styles*/
.monitoring-audio-placement .vms-timeline-tools{
    top: calc(100% - 27px - 36px);
    right: 30px;
}

.monitoring-audio-placement .vms-timeline-speed-indicator {
    display: none !important;
}

.vms-audio-pane-close-trigger {
    padding-right: 5px;
    cursor: pointer;
}

.monitoring-preview-container-1 {
    height: calc(100% - 65px) !important;
    /*position: relative;*/
}

.monitoring-preview-container-2 {
    height: calc(100% - 130px) !important;
    /*position: relative;*/
}

.volume-slider {
    height: 18px;
    width:75px;
    background-color: rgba(58, 69, 83, 1);
    margin: 0px 10px;
    padding:0 10px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*box-shadow: 1px 1px 2px #888888;*/
    position: relative;
}

.volume-slider-inner-back {
    background-image:url('/app/images/monitoring/pane/normal/scale.png');
    position:absolute;
    float:left;
    width: 100px;
    height: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 8px 0 0 6px;
    z-index: 1;
}

.volume-slider-inner {
    position: absolute;
    background-color: #2c6475;
    width: 7px;
    height: 100px;
    float: left;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 10px 0 0 6px;
    z-index: 99;
}

.mute-audio-true-btn {
    background-image: url('/app/images/monitoring/pane/normal/volume.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    float: left;
    cursor: pointer;
    border-left: 1px solid white;
}

.mute-audio-false-btn {
    background-image: url('/app/images/volume-mute.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    float: left;
    cursor: pointer;
    border-left: 1px solid white;
}
/*volume-control :first-child:hover {
    opacity: 1;
    background-color: red;
}*/

.volume-slider-img {
    position: absolute;
    z-index: 999;
    height: 25px;
    width: 25px;
    top: 0;
    /*margin-left: -12px;*/
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* this will add drag availability once you clicked the 
       #drag div while you're focusing #message div */
    -moz-user-select: none;
}

.as-clock-btn {
    background-image: url('/app/images/monitoring/pane/normal/watch.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    float: left;
    cursor: pointer;
    border-left: 1px solid white;
}

.as-play-playback-btn {
    background-image: url('/app/images/monitoring/pane/normal/play.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    float: left;
    cursor: pointer;
    border-left: 1px solid white;
}

.as-pause-playback-btn {
    background-image: url('/app/images/monitoring/pane/normal/pause.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    float: left;
    cursor: pointer;
    border-left: 1px solid white;
}

.as-ff-playback-btn {
    background-image: url('/app/images/monitoring/pane/normal/fast-fw.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    float: left;
    cursor: pointer;
    border-left: 1px solid white;
}

 .as-playback{
     display: none;
 }

.as-snail-btn {
    background-image: url('/app/images/monitoring/pane/normal/snail.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    background-size: 100%;
    float: left;
    cursor: pointer;
    border-left: 1px solid white;
}

.asMenu {
    height: 25px;
    width: 25px;
    cursor: pointer;
    float: left;
    text-align: center;
    background-image: url('/app/images/monitoring/pane/normal/microphone.png');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 23px;
}

    .asMenu img {
        margin-top: 2px;
        border-radius: 50%;
        -webkit-transition: -webkit-transform .8s ease-in-out;
        -ms-transition: -ms-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

        .asMenu img:hover {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
        }

.as-play-pause {
    height: 25px;
    width: 25px;
    float: left;
    position: relative;
    border-left: 1px solid white;
}

.playing-true-btn {
    background-image: url('/app/images/monitoring/pane/normal/pause.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.playing-false-btn {
    background-image: url('/app/images/monitoring/pane/normal/live.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.close-audio-btn {
    height: 25px;
    width: 25px;
    float: right;
    position: relative;
    text-align: center;
    background-image: url('/app/images/monitoring/pane/normal/close-pane.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.as-current-time {
    background-color: white;
    float: left;
    width: 80px;
    height: 25px;
    color: black;
    text-align: center;
}

.as-sync {
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
}

.as-sync-inner {
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-radius: 4px;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    cursor: pointer;
}

.as-export {
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    background-image: url('/app/images/monitoring/pane/normal/export.png');
    background-position: 0 0;
    background-size: 23px;
    cursor: pointer;
    border-left: 1px solid white;
}

.asName {
    /*width: calc(100% - 232px);*/
    float: left;
    height: 23px;
    line-height: 23px;
    text-overflow: ellipsis;
    /*text-indent: 24px;*/
    overflow: hidden;
    margin-left: 6px;
    /*background-image: url('/app/images/monitoring/treeview/normal/AudioSource.png');
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 23px;*/
}

.hide-element {
    display: none;
}

.rotate-180 {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.audioCont0 {
    height: 65px;
    /*top: calc(100% - 65px);*/
    bottom: 0;
    position: absolute;
    width: 100%;
}


.audioCont1 {
    /*top: calc(100% - 130px);*/
    bottom: 67px;
    /*position: absolute;
    width: 100%;
    height: 65px;*/
}
.modal-content {
    /* bug 10665 fix */
    background-color: rgba(41, 45, 53, 1) !important;
    box-shadow: none;
}

/* == warning and error font icons == */
.v-warning span:before {
    color: #dd6d0b;
}

.v-warning i:before {
    color: #000000;
}

.v-warning.error-color span:before {
    color: #b92223;
}

.v-warning.error-color i:before {
    color: #ffffff;
}

.big-loading-logo {
    position: absolute;
    top: 80px;
    left: 28%;
    height: 110px;
    width: 282px;
    color: white;
    font-size: 124px;
    visibility: visible !important;
}

.big-loading-logo:before {
    visibility: visible;
}




.ui-grid-cell.cell-icon-inside {
    overflow: visible !important;
}
.nvr-details-properties-container .view-details-value-container {
    overflow: visible !important;
}

.nvr-status-icon-wrap {
    display: inline-block;
    position: relative;
}

.nvr-status-icon-wrap .vicon-font{
    font-size: 21px;
}

.nvr-status-icon-wrap .nvr-status-icon-hover-wrap {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 30px;
    background-color: #434852;
    width: 180px;
    height: auto;
    padding: 6px 10px 6px 10px;
    white-space: normal;
    color: #eaeaea;
    border-radius: 6px;
    z-index: 200;
}

.nvr-status-icon-wrap .nvr-status-icon-hover-wrap:before {
    content: "\A";
    position: absolute;
    right: -10px;
    top: 6px;
    border-width: 5px 5px 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #434852;
    z-index: 201;
}

.nvr-status-icon-wrap:hover .nvr-status-icon-hover-wrap{
    display: block;
}

.nvr-status-icon-wrap .nvr-status-icon-hover-wrap span{
    display: flex;
    font-size: 14px;
    line-height: 16px;
    margin: 3px 0px 3px 0px;
}

.nvr-status-icon-wrap .nvr-status-icon-hover-wrap span.yellow {

}

.nvr-status-icon-wrap .nvr-status-icon-hover-wrap span.red {

}

.ui-grid-cell.cell-icon-inside .glyphicon-ok {
    padding-left: 3px;
}

.nvr-status-icon-wrap .nvr-status-icon-hover-wrap .nvr-status-icon-spinner{
    position: relative;
    float: left;
    margin: 4px 4px 0px -6px;
    height: 20px;
    width: 20px;
}
/*.confirm-modal .modal-dialog{
    height:calc(100% - 60px);
    display:flex;
    align-items:center;
}
.confirm-modal .modal-dialog .modal-content{
   height:26%!important;
   min-height:220px;
   width:100%;
}*/