.DVRCamContainer {
    visibility: hidden;
}

.DVRCamContent {
    height: 100%;
    width: 100%;
}

.DVRCamContentWrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

.DVRCamItem {
    border: 1px solid #cacaca;
    height: 50%;
    width: 50%;
    float: left;
    background-color: #6b6a6a;
    overflow:hidden;
}

.DVRCamItemHeader {
    height: 10%;
    background-color: #DDDDDD;
    position: relative;
    z-index:9999;
}

.DVRCamItemContent {
    height: 90%
}

.DVRCamItemHeaderText {
    position: absolute;
    left: 30px;
    right: 30px;
    text-align: center;
    height: 100%;
    display: table-cell;
    top: 10%;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.DVRCamItemHeaderButton {
    background-size: contain;
    background-repeat: no-repeat;
    right: 5px;
    background-image: url(/ui/reporting/images/closeicon.png);
    height: 54%;
    width: 19px;
    cursor: pointer;
    position: absolute;
    top: 22%;
}

#DVRDeviceList {
    width: 100% !important;
    height: calc( 100% - 40px);
    float:left;
}

#DVRVehicleFilter{
    float:left;
    height : 36px;
    width :100% 
}

.DVRLeftWindow {
    width: 285px;
    height: 100%;
    top: 50px;
    float: left;
    padding: 10px;
}

.DVRCamView {
    width: calc(100% - 285px);
    height: 100%;
    right: 0;
    float: left;
    background-color: #ececec;
    padding: 2px;
}

.DVRPopup .dx-popup-content {
    padding: 0;
}

#DVRFullScreenButton {
    position: absolute;
    margin-top: -53px;
    float: right;
    right: 48px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url(fullscreen.png);
    cursor: pointer;
}

.disabledCam {
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    background-size: 23px;
    background-image: url(passive.png);
}

.videoItem {
    background-color: black;
    height: 100%;
    width: 100%;
}

.DVRCamContent li.dx-treeview-node.dx-treeview-item-with-checkbox:not(.dx-treeview-node-is-leaf) {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;
    margin-top: 5px;
    min-height: 52px;
}

.itemSerialNumberText {
    font-size: 13px;
}

.itemNodeText {
    font-weight: normal;
    font-size: 10px;
    height: 15px;
}

    .itemNodeText .itemNodeTextNodegroup {
        overflow: hidden;
        height: 25px;
    }

    .itemNodeText .itemNodeTextDeviceId {
        float: right;
    }

.dvrItemIcon {
    height: 21px;
    width: 24px;
    background-repeat: no-repeat;
    float: left;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.dvrItemText, .dvritemtext {
    font-size: 13px;
}

.DVRCamContent .dx-treeview-node-is-leaf {
    margin-bottom: 5px;
    margin-top: 5px;
}

.titleCamIcon {
    float: right;
}

    .titleCamIcon img {
        height: 11px;
        margin-right: 3px;
        padding-top: 2px;
    }

.DVRMapFocusButton {
    cursor: pointer;
    float: left;
    height: 100%;
    position: absolute;
    background-image: url(map.png);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    z-index: 99999999999999;
}

.DVRTreeView_DeviceCount {
    float: right;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top:5px;
}
.DVRTreeView_RefreshButton {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
