body {
  margin: 0;
  height: 100%;
}

html {
  height: 100%;
}

.main-view {
	height: calc(100% - 142px);
}

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 img{
	width: 100%;
	height: calc(100% - 0px);
	background-color: #008800;
}

.video canvas{
    width: 100%;
    /*height: 100%;*/
    height: calc(100% - 0px);
}

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

.video-main-container {
	position:absolute;
	top:130px;
	right:0px;
	height:calc(100% - 220px);
    overflow-y: auto;
    padding: 3px 20px 3px 3px;
}

.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:320px;
    height:210px;
    margin-bottom:10px;
}

.pop-over {
    background-color: rgba(204, 179, 153, 0.6);
}

.pop-exchange, .pop-close {
    color: white;
}

.video-dialog {
    width:320px;
    height:230px;
    margin-bottom:10px;
}

.video-dialog-43 {
    width:320px;
    height:290px;
    margin-bottom:10px;
}

.chart-view {
    overflow:hidden;
}

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

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

.tree-dialog {
    position:absolute;
    top:60px;
    left:50px;
    overflow:hidden;
    width:250px;
    height:250px;
}

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

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

.c-circle-menu {
    bottom: 95px;
    left: 220px;
}
