/*====================Ol Css Starts==================*/

.body_custom{
	overflow:hidden;
}

.ol-mouse-position {
	font-weight: 800;
    color: white;
    background-color: rgba(0,0,0,0.6);
    border-radius: 5px;	
}

.ol-full-screen {
	top: 33px;
}

.ol-zoom {
    top: 70px;
    right: .5em;
    left: unset;
}

.ol-tooltip{
	position: relative;
	background: rgba(0,0,0,0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
	font-size: 12px;
}

.ol-tooltip-measure{
	opacity: 1;
	border: 1px solid white;
}

.ol-tooltip-static{
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.ol-tooltip-measure:before,
.ol-tooltip-static:before{
	border-top: 6px solid rgba(0,0,0,0.5);
	border-right: 6px solid transparent;
	borderr-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.ol-tooltip-static:before{
	border-top-color: #ffcc33;
}

.tooltip-one,.tooltip-static-polygon{
	background: rgba(0,0,0,0.87);
    color: white;
    border-radius: 30%;
}

.ol-tooltip-hidden{
	display: none;
}

/* #popup{ */
/* 	min-width: 400px;  */
/* 	min-height: 200px;  */
/* 	display: none; */
/* } */

#popup-content{
	width: 100%; 
	height: 100%;
}

.popup-content-poit-probe{
	color: 00B0F0;
}

.ol-popup{
	max-width: 138px;
    max-height: 200px;
	background-color: rgba(40,40,40,.6);
	color: white;
    position: absolute;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    width: 250px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "X";
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-scale-line {
    bottom: 8px;
    left: 8px;
    right: unset;
    position: absolute;
}

.layer-switcher {
	top: 8.3em;
	right: 6px;
}	

.ol-attribution.ol-unselectable{ display: block !important;}

.ol-attribution.ol-unselectable.ol-control{text-align:right;bottom:0.5vw;right:0.5vw;max-width:calc(100vw - 0vw);}

.ol-attribution ul{margin:0;padding:0 .5em;font-size:.7rem;line-height:1.375em;color:#000;text-shadow:0 0 2px #fff}

.ol-attribution li{display:inline;list-style:none;line-height:inherit}

.ol-attribution li:not(:last-child):after{content:" "}

.ol-attribution img{max-height:412px;max-width:159px;vertical-align:middle;margin-top:-6vh;margin-bottom:-1vh; }

.ol-attribution button,.ol-attribution ul{display:inline-block; vertical-align: bottom;}

.ol-attribution.ol-collapsed ul{display:none}

/* .ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)} */
.ol-attribution.ol-control:not(.ol-collapsed){background: unset};

.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0;height:1.1em;line-height:1em}

.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}

.ol-attribution.ol-uncollapsible button{display:none}

/* .ol-attribution:not(.ol-collapsed) { */
/* /*     background: burlywood; */ */
/* 	background: black; */
/* } */

/*====================Ol Css Ends==================*/

/*====================Panel Setting Starts===========*/
.color-text{
	color: white;	
}

.layer-title-checkbox{
	margin-top: 2px;
	margin-bottom: 2px;
}

.panel-show-hide-btn{
	border: 1px solid #ccc !important; 
	height: 35px !important; 
	width: 40px !important; 
	margin: 0 !important;
}

.delete-btn{
	min-height: auto;
    min-width: auto;
    line-height: unset;
    padding: unset;
    margin: unset;
    float: right;
}

.slider-bar{
	float: right;
}

.reset-btn{
	min-height: auto;
    min-width: auto;
    line-height: unset;
    padding: unset;
    margin: unset;
    float: right;
}

.reset-btn-icon{
	color: white;
}

.application-name{
	padding-left: 3px;
}

.title{
	color: white;
	font-size: 20px;
	font-weight: bolder;
	font-style: italic;
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px;
}


.titlemenu {
	position: fixed;
    z-index: 1;
    width: 294px;
    left: 33px;
    top: 1px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 4px;
   /* position: absolute;
    z-index: 1;
    width: 261px;
    left: 5px;
    top: 6px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-bottom:4px;*/
}

.layer-display {
    color: white;
    font-size: 15px;
/*     background-color: grey; */
    background-color: #4e4E5E;
}

/*====================Panel Setting Ends===========*/

/*====================md-button Css Starts===============*/

.md-button.md-fab {
    background-color: #00adff;
}

/*====================md-button Css Ends===============*/

/*====================Sidebar Css Starts==================*/

.ol-info {
    background: transparent;
    line-height: .4em;
    color: #007bff;
    border: none;
    border-radius: 2px;
}



.sidebar_btn {
    position: absolute;
    top: 22px;
    z-index: 2;
    color: white;
    padding-left: 6px;
    padding-right: 5px;
    margin-left: -7px;
    border-top-left-radius: 27px;
    border-top-right-radius: 16px;
    font-size: 30px;
    cursor: pointer;
}
/*.sidebar_btn{
	position: absolute;
	top:27px;
	z-index:2;
	
	color:white;
	padding-left: 6px;
	padding-right: 5px;
	margin-left:2px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	
	font-size:30px;
	cursor:pointer
}*/

.addotherlayerbtndiv{
	text-align: center;
}

.addotherlayerbtn{
	color: white !important;
    background-color: #00adff !important;
}

.md_content_custom{
	padding-top:40px;
	padding-bottom:40px;
	overflow:visible;
	background-color: rgba(40,40,40,.6);
}
.sidenav1 {
	display: none;
	height: 425px;
	max-height: 97.5vh;
	width: 301px;
	position: fixed;
	z-index: 1;
	top: 64px;	
	/* 30px */
	background-color: #111;
	overflow-x: hidden;
/* 	padding-top: 22px;   */
/* 	padding-bottom: 35px;   */
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	  
	/*================Update Starts By Jay On 27DEC2019=======================*/
	  
	border-radius: 14px;
	border: 0.5px solid #ccc;
	  
	/*================Update Ends By Jay On 27DEC2019=======================*/
}






 /* ---------------------- calender ---------------------------*/
 
 .md-datepicker-input {
    font-size: 20px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    min-width: 120px;
    max-width: 328px;
    padding: 0 0 5px;
}

md-input-container .md-input {
    border-color: rgba(0,0,0,0.12);
    color: #ffffff;
}


md-input-container .md-input  {
    order: 2;
    display: block;
    margin-top: 0;
    background: none;
    padding: 2px 2px 1px;
    border-width: 0 0 1px;
    line-height: 26px;
    height: 26px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0;
    border-style: solid;
    width: 52px;
    box-sizing: border-box;
    float: left;
    font-size: 17px;
}


.sidenav1 a {
	padding: -25px 8px 8px 32px;
	text-decoration: none;
	font-size: 13px;
	color: #818181;
	/*display: block;*/
}

.sidenav1 a:hover {
	color: #f1f1f1;
}

.sidenav1 .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	z-index: 1;
}

@media screen and (max-height: 450px) {
}

.calendar_class
{
	z-index: 1;
	width: 600px;
	left: 313px;
	top: 146px;
}

.first_side_menu_div{
	border: 0.5px solid #ccc;
    border-radius: 12px;
    margin-top: 1px;
    margin-bottom: 1px;
/* 	margin-top: 10px; */
}

.collapseBtn{
	font-size: 28px;
	color: white;
	font-weight: bold;
}

.collapse-btn{
	min-height: auto;
    min-width: auto;
    line-height: unset;
    padding: unset;
    margin: unset;
    float: right;
}

.selection-label{
	margin-right: 20px;
	margin-bottom: unset;
}

.selection-div{
    background: rgb(78, 78, 94);
}

.selection-margin{
	margin-bottom: 6px;
}

.select-font-box-style{
	border-radius: 4px;
    background-color: white;
    color: #555;
}

.select-band-width{
	max-width: 205px;
}

.select-datetime-width{
	max-width: 147px;
}

.layers-div{
	padding-right: 2px;
    padding-left: 2px;
    padding: 4px;
    border: 0.5px solid rgb(204, 204, 204);
    border-radius: 12px;
}

.layer_border_div {
    border: 2.5px solid #ccc;
    border-radius: 12px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.layer-display {
    color: white;
    font-size: 15px;
    background-color: #4e4E5E;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 12px;
}

.summary_info_class {   
    background: rgba(0,0,0,.8);
    color: white;
    border: 1px solid grey;
    border-radius: 20px;
    opacity: 0.8;
}
/*=======================sidebar css ends=======================================*/


.highcharts-data-table{
	color: black;
	font-family: Verdana, sans-serif;
    border-collapse: collapse;
}

.highcharts-data-table table th{
	text-align: center;	
	border: 1px solid grey;
	
}
.highcharts-data-table table td{
	text-align: center;	
	border: 1px solid grey;
	
}
.highcharts-table-caption{
	caption-side: unset;
}

.highcharts-data-table-0{
	text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

/*=======================scrollbar css starts====================================*/

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollbar::-webkit-scrollbar {
	background-color:#1F1B1B;
	width:7px;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
	background-color:#1F1B1B;
	border-radius:10px;
	border:5px solid #1F1B1B;
}
.scrollbar::-webkit-scrollbar-track:hover {
	background-color:#1F1B1B;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
	background-color:#1F1B1B;
	border-radius:10px;
	border:5px solid #555753;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
	background-color:#1F1B1B;
	border:4px solid #555753;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}

/* div box */
body{background-color:#1F1B1B;}

.scrollbar {
	background: rgba(40,40,40,.6);
	overflow-y: auto;
}
.overflow{min-height: 100vh}

.scrollbarX {
	background: transparent;
	overflow-x: auto;
}
.overflowX{min-width: 100vw}

.scrollbarX::-webkit-scrollbar {
	background-color:#1F1B1B;
	width:7px;
	height:7px;	
}

/* background of the scrollbar except button or resizer */
.scrollbarX::-webkit-scrollbar-track {
	background-color:#1F1B1B;
}

.scrollbarX::-webkit-scrollbar-track:hover {
	background-color:#1F1B1B;
	border-radius:10px;
	border:5px solid #1F1B1B;
}

/* scrollbar itself */
.scrollbarX::-webkit-scrollbar-thumb {
	background-color:#1F1B1B;
	border-radius:10px;
	border:5px solid #555753;
}
.scrollbarX::-webkit-scrollbar-thumb:hover {
	background-color:#1F1B1B;
	border:4px solid #555753;
}

.scrollbarX::-webkit-scrollbar-button {display:none}

/*=======================scrollbar css ends====================================*/

/*====================Sidebar Css Ends==================*/

/*====================Bottom Menu Css starts===================================*/

.clicked_button {
    color: rgba(1,172,254,1);
    border: 2.5px solid red;
    border-radius: 10px;
}

.bottom_menu{
	position: absolute;
	bottom: 0%;
	width: 100%;
	z-index: 1;
}

.bottom_menu_table{
	width: 100%;
}

.bottom_menu_table td{
	text-align: center;
	border: 2.5px solid grey;
	border-radius: 1px;
	cursor: pointer;
	background: rgb(0, 173, 255);
}

.layer_selection{
	position: absolute;
	bottom: 109px;
	background: rgba(136, 136, 136,0.67);
	width: 100%;
	display: none;
	z-index: 1;
}

.layer_selection table{
	width: 100%;
	text-align: center;
}

.quick_layers{
	text-align: center;
	overflow-y: hidden;
	display: none;
	position: absolute;
	bottom: 29px;
/* 	height: 129px; */
	height: 80px;
	width: 100%;
/* 	background: transparent; */
	background: rgba(136, 136, 136,0.67);
	z-index: 1;
}

.quick_layers table{
	width: 100%;
}

.quick_layers td{
	width: 14.285714286%; 
	padding-left: 6px; 
	padding-right: 6px;
}

.quick_layers img{
	width: 35px;
	height: 32px;
}

.quick_layers label{
	color: white; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: center;
}

#quickLayersNoBtn{
	font-weight: bold;
    color: black;
}

.animation{
	text-align: center;
	overflow-y: hidden;
	display: none;
	position: absolute;
	bottom: 29px;
	height: 80px;
/* 	height: 129px; */
	width: 100%;
/* 	background: transparent; */
	background: rgba(136, 136, 136,0.67);
	z-index: 1;
}

.animation table{
	width: 100%;
}

#animationNoBtn{
	font-weight: bold;
    color: black;
}

.tools{
	text-align: center;
	overflow-y: hidden;
	display: none;
	position: absolute;
	bottom: 29px;
	height: 80px;
/* 	height: 129px; */
	width: 100%;
/* 	background: transparent; */
	background: rgba(136, 136, 136,0.67);
	z-index: 1;
}

.tools table{
	width: 100%;
}

.tools td{
	width: 14.285714286%; 
	padding-left: 6px; 
	padding-right: 6px;
}

.tools img{
	width: 35px;
	height: 32px;
}

.tools label{
	color: white; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: center;
}

#toolsNoBtn{
	font-weight: bold;
    color: black;
}

#Search{
	background-color: #00adff;
	border-radius: 50%;
}

.analysis{
	text-align: center;
	overflow-y: hidden;
	display: none;
	position: absolute;
	bottom: 29px;
	height: 80px;
/* 	height: 129px; */
	width: 100%;
/* 	background: transparent; */
	background: rgba(136, 136, 136,0.67);
	z-index: 1;
}

.analysis table{
	width: 100%;
}

.analysis td{
	width: 14.285714286%; 
	padding-left: 6px; 
	padding-right: 6px;
}

.analysis img{
	width: 35px;
	height: 32px;
}

.analysis label{
	color: white; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: center;
}

#analysisNoBtn{
	font-weight: bold;
    color: black;
}

#VerticalProfile{
	background-color: #00adff;
	border-radius: 50%;
}

.legends{
	text-align: center;
	overflow-y: hidden;
	display: none;
	position: absolute;
	bottom: 29px;
/* 	height: 80px; */
/*  	height: 132px; */
/* 	height: 139px;
	height: 202px; */
	width: 100%;
/* 	background: transparent; */
	background: rgba(136, 136, 136,0.67);
	z-index: 1;
}

.legends table{
	width: 100%;
}

.legends_div{
	padding-right: 2px;
    padding-left: 2px;
    border: 0.5px solid rgb(204, 204, 204);
    border-radius: 12px;
}

#noLegends{
	font-weight: bold;
    color: black;
}

.regionThresholdInput{
	color: white; 
	height: 1.5em;
	background: transparent;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: white;
}

/*====================Bottom Menu Css Ends===================================*/

/*============================Custom md-dialog Starts======================*/

.md-dialog-custom{
	background: rgba(0,0,0,.8);
    color: white;
    border: 1px solid grey;
    border-radius: 20px;
    opacity: 0.8;
}

.md-content-custom{
	background-color: unset;
}

.levellabel{
	color: white;
}
/*============================Custom md-dialog Ends======================*/

img.rotate270{
	/*background-color: transparent;*/
/* 	-webkit-transform:rotate(270deg); */
/* 	height: 195px; */
/*     width: 82px; */
/*	margin-right: 7vh;
	margin-left: 7vh;*/
}

.slider-div {
	position: fixed;
    bottom: 56px;
    z-index: 1;
}

/* .date-slider { */
/*     position: fixed; */
/*     bottom: 182px; */
/* /*     left: 20%; */ */
/* /*     right: 20%; */ */
/*     z-index: 1; */
/* /*     display: none; */ */
/* } */

#date-slider {
 bottom: 20%;
 position: absolute;
    width: 100%;
    visibility: visible;
}

.rzslider .rz-bubble{
/* 	color: white !important; */
	color: white !important;
	background-color: rgb(70, 62, 62, 0.7);
	border-radius: 5px;
	
}

.title{
	color: white;
    font-size: 20px;
    font-weight: bolder;
    font-style: italic;
    background-color: rgb(70, 62, 62, 0.7);
    border-radius: 5px;
}

.timezone-btn{
	line-height: 36px !important;
    color: black !important;
    border: 1px solid #ccc;
    height: 39px !important;
    width: 42px !important;
    margin: 0 !important;
}

.timezone-btn-div{
	position: absolute;
    z-index: 1;
    left: 5px;
    top: 30px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

._720kb-datepicker-calendar {
    background: white;
    color: #333;
    position: absolute;
    z-index: 100;
   
    margin: 0 auto;
    width: 5%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    visibility: hidden;
    overflow: hidden;
    margin-left: -0.5%;
    padding: 0 0 2% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 0px;
}

._720kb-datepicker-calendar-day._720kb-datepicker-today{
	 background: red;
    color: white;
}
._720kb-datepicker-calendar._720kb-datepicker-open, ._720kb-datepicker-calendar._720kb-datepicker-forced-to-open {
	visibility: visible;
    margin-top: -28px;
}
._720kb-datepicker-calendar-header {
    text-align: center;
    font-size: 15px;
   
}

