/*====================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-scale-line{
	
	bottom: 0;
	right: 0;	
	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{
	
	background-color: rgba(255,255,255,0.87);
	color: black;
    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: 280px;
}

.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-info {
	background: #ece5e5;
   
    color: #0d28e8;
    border: none;
    border-radius: 2px;
}
.ol-unselectable {
    background: none;
}

.ol-control {
    z-index: 2;
}

/*====================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: #ffffff;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px;
}

.title_prev{
	color: #ff4081;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px;
}


.titlemenu {
    position: absolute;
    z-index: 1;
    /*width: 350px;
    left: 5px;
    top: 8px;*/
    width: 308px;
    left: 6px;
    top: 5px;
    -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.summaryBtn {
    background-color: #00adff;
}

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

.summaryBtn{
	font-size: large;
	color: white;
/* 	width: 225px; */
	width: 105px;
	height: 10px;
	padding: 0px;
/*     margin-left: auto; */
	margin: unset;
    margin-left: 49px;
}

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

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

.sidebar_btn{
	position: absolute;
	top:78px;
	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);
}

md-content{
	background-color: transparent;
}

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

md-dialog.md-transition-in {
    opacity: 1;
    transition: all .00001s cubic-bezier(.25,.8,.25,1);
    -webkit-transform: translate(0,0) scale(1);
    transform: translate(0,0) scale(1);
}

.md-dialog-container{
	z-index:1;
}

md-backdrop.md-dialog-backdrop{
	z-index: unset;
}

md-backdrop{
	z-index: unset;
}

.md-scroll-mask{
	z-index: unset;
}
md-dialog {
	min-height: auto;
	min-width: 289px;
	z-index: 1;
}

.sidenav1 {
	display: none;
	height: 550px;
	max-height: 97.5vh;
	width: 310px;
	position: fixed;
	z-index: 1;
	top: 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=======================*/
}



.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: 147px;
}

.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;
}

/*=======================sidebar css ends=======================================*/

/*=======================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: 141px;
	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======================*/


.md-calendar-date-selection-indicator {
    transition: background-color,color .4s cubic-bezier(.25,.8,.25,1);
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: large;
    color: red;
}



.md-icon-button+.md-datepicker-input-container {
    margin-left: 12px;
}
.md-datepicker-input-container {
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-block;
    width: auto;
}


._md-datepicker-floating-label .md-input {
    float: none;
}


.md-input-container.md-default-theme .md-input, md-input-container .md-input {
    color: rgb(250,250,250);
    border-color: #007bff;
    font-size: larger;
}

.md-calendar-month .md-calendar-day.md-calendar-day-highlighted {
	background-color: #f0f;
}

.md-calendar-date[aria-disabled="true"] {
      background-color: #ffcc80; /* Orange highlight */
      border-radius: 50%;
      color: black;
}


.md-datepicker-input {
    font-size: 14px;
    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 {
    order: 2;
    display: block;
    margin-top: 0;
    background: none;
    padding: 2px 2px 1px;
    border-width: 0 0 1px;
    line-height: 26px;
    height: 30px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0;
    border-style: solid;
    width: 100%;
    box-sizing: border-box;
    float: left;
    color: white;
    font-size: large;
}

.md-button.md-icon-button {
    margin: 0 6px;
    height: 40px;
    min-width: 0;
    line-height: 24px;
    padding: 8px;
    width: 40px;
    background: deepskyblue;
    border-radius: 50%;
}

._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: 69px;
}

._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;
}
