body {
    margin: 0;
    height: calc(100% - 110px);
}

html {
    height: 100%;
}

.center-view {
    height: 100%;
    overflow:auto;
    text-align:center;
    background-color:#000000;
}

.main-view {
    height: calc(100% - 32px);
    overflow:auto;
    text-align:center;
    background-color:#000000;
}

header.navbar {
    margin-bottom: 0px;
}

.navbar-brand {
    padding:0;
    font-size: 18px;
}

a.navbar-brand:hover {
    color: #3399f3 !important;
}
.navbar {
    background-image: -webkit-linear-gradient(#fff, #eee 50%, #e4e4e4);
    background-image: linear-gradient(#fff, #eee 50%, #e4e4e4);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
    filter: none;
    border: 1px solid #d5d5d5;
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
    margin-bottom:0px;
    min-height:0px;
}

.navbar-brand, .navbar-brand:hover {
    -webkit-transition: color ease-in-out .2s;
    transition: color ease-in-out .2s;
}

.leaflet-container {
    height: 100%;
}

.video-box {
    margin-bottom:-10px;
    width: 300px;
    height: 200px;
}

.video {
    width: inherit;
    height:inherit;
}

.video img{
    width: inherit;
    height:inherit;
}

.video canvas{
    width: inherit;
    height:inherit;
}

.video-selected {
    border-radius: 3px;
    box-shadow: 0px 0px 0px 8px rgba(50,205,50,0.5);
}

.video-main-container {
    position:absolute;
    top:100px;
    right:15px;
    width:300px;
    height:calc(100% - 190px);
}

.rangeSlider-container {
    height: 80px;
    margin: 5px 30px 0px 30px;
    background-color: #fff;
    border: 1px solid #444;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.rangeSlider {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 5px;
}

.dialog{
    width:300px;
    height: 215px;
    margin-bottom:10px;
}

.chart-view {
    overflow:hidden;
}

.tasking-container {
    width: 420px;
    position: absolute;
    top: calc(100% - 370px);
}

.tree-container {
    position: absolute;
    width: calc(100%) !important;
    height: calc(100% - 50px) !important;
    background-color: #FFF;
    padding: 4px;
}

.tree-dialog {
    width:300px;
    min-height:190px !important;
    margin-bottom:10px;
    position:absolute;
    top:60px;
    left:60px;
}

.discovery-dialog {
    width:415px;
    height:520px;
    margin-bottom:10px;
    position:absolute;
    opacity: 1;
    top:60px;
    left:60px;
}

.discovery-view {
    background-color:#FFF;
}