.dv .btn { box-shadow: none; }
.dv a {cursor: pointer}

.video-hls {
    width: 250px;
}

.videoloader,
.videomess {
    text-align: center;
    position: absolute;
    color: #fcf8e3;
    z-index: 5;
    top: 0;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(213, 213, 213, 0.18);
}

.videomess {
    color: #999999;
}

.divvideo {
    margin-bottom: 15px;
    width: 100%;
    /*background-color: #999999;*/
    margin-bottom: 15px;
    margin-top: 10px;
}

.video {
    width: inherit;
}


/*** TREE *****************************************************************************/

.dv {
    width: 90%;
    margin: 20px;
}

.dv .panel {
    border: none !important;
    background-color: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dv .panel-bd {
    padding-left: 30px;
}

.dv .panel-title,
.dv .panel-heading,
.dv a {
    font-size: inherit;
}

.dv .panel-heading {
    padding: 12px 15px 10px 15px;
    border-bottom: 1px #ececec double;
}

.dv .badge {
    background-color: #f3f3f3;
    border-radius: 20px;
}

.bdg {
    margin-top: -7px;
    padding-right: 10px;
}

.dv span.fa-stack {
    /*color: #e30037; */
    font-size: 12px;
    cursor: pointer;
}

.dv i.fanext {
    margin-left: 3px;
}

.dv .pull-right {
    padding-left: 10px;
}

.dv .pull-right span.fa-stack {
    color: #777777
}

.dv .pull-right span.fa-stack.plus {
    color: #e30037;
}

.dv .title-addr {
    font-size: x-small;
    color: #333333
}

.dv .row {
    margin-bottom: 20px
}

#dv-modal-content {
    width: 100%;
    height: 100%;
    background-color: rgba(119, 119, 119, 0.17);
    position: absolute;
    z-index: 5;
}

.notactivecam {
    color: rgba(0, 131, 160, 0.33);
    cursor: default;
}

.activecam
{
    color: #e30037;
    cursor: pointer;
}
i.campart,
i.campart-sz
 {
    font-size: 20px;
    vertical-align: middle;
}
i.campart-sz {
    vertical-align:inherit;
}

.tree-all {
    overflow-y: scroll;
    height: 230px
}
.events {
    overflow-y: scroll;
    height: 230px;
    display: none;
}

.hrline {
    height: 1px;
    color: #777;
    background-color: #777
}
/*** TREE *****************************************************************************/
.ev-span { font-size: 9px;margin-left: 2px; cursor: pointer }
.ev-span i.fa-stack { margin-left: 3px;margin-bottom: 2px; }
.ev-span16 {margin-left: -20px; margin-right: 3px; margin-top: -6px;}
.dvblockscreen {
    width: 100%;
    height: 100%;
    background-color: rgba(119, 119, 119, 0.17);
    position: absolute;
    z-index: 1100;
}
.popover {
    max-width: 450px !important;
    /* If max-width does not work, try using width instead */
    /*width: 450px !important; */
}

/********** but quality *********************/
.butquality {    
	display:  inline-flex !important;
    float: right;
    color: #e30037 !important;
    margin-right: 31px;}

.divquality {	
    display:  inline-flex;
    height:  20px;
    float: left;
    color: #e30037;
    margin-right: 31px;
}

.iquality { margin-top: 3px; margin-right: 5px; }
	
.divqua,
.divqua0,
.divqua1,
.divqua2
 {
    width: 4px;
    margin:  1px;
	border:  1px #777 double;
}
.divqua0 { height: 5px; margin-top: 12px; }
.divqua1 { height: 11px; margin-top: 6px; }
.divqua2 { height: 16px; margin-top: 1px; }
