
/* Import colors from the color variable css */
 /* @import '../color-variable.css'; */ 

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');

 :root {
    --main-theme-color: #025caa;
    --main-btn-color: #33CCFF;
    --main-langback: #097de0;
    --main-loginsignup: #5b0c51;
    --main-tabback: #ab3c80;
    --main-font-color: #4c4c4e;
    --main-inputback-color: #f4f4f4;
    --main-gri-color: linear-gradient(to right, #3d0435, #56184d, #712b66, #8c3f80, #a8539c);
} 

html, body{
	width:100%;
	height:100%;
	overflow: hidden;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;
}

.div-hidden{
	display:none;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-theme-color); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-theme-color); 
}


/* input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #f3f3f3;
    position: relative;
    top: 5px;
    height: 16px !important;
    border: 1px solid var(--main-langback);
} */

input[type="checkbox"]:checked:after {
   /*  width: 10px;
    height: 10px; */
    content: '';
   /*  background: var(--main-langback);
    position: absolute;
    top: 2px;
    left: 2px; */
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background-color: #f3f3f3;
    position: relative;
    border: 1px solid var(--main-langback);
    top: 3px;
    border-radius: 50px;
    margin: 0px 5px 0 0;
    height: 16px !important;
}

input[type="radio"]:checked:after {
    width: 10px;
    height: 10px;
    content: '';
    background: var(--main-langback);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50px;
   
}

p {
    font-size: 14px;
    text-align: justify;
}


.help-block {
    color: red;
}

.overview-tooltip{
	background: var(--main-langback);
	color:#fff;
    z-index: 10;
    padding: 2px;
    border-radius: 5px;
    border: 2px solid var(--main-theme-color);
    font-size: 12px
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    box-shadow: 0px 0px 14px -10px #000;
    background: #1b456b;
}

.footer-mian div p {
    margin: 0;
    color: #fff;
    padding: 3px 4px;
    font-size: 12px;
}

.footer-mian div a {
    color: #fff;
}

.ol-overviewmap {
    right: .5em;
}

.ol-overviewmap .ol-overviewmap-map {
    border: 2px solid var(--main-theme-color);
 }
 
.ol-control button {
    background-color: var(--main-theme-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    bottom: 10px !important;
    left: 10px !important;
}
.ol-control button:focus, .ol-control button:hover {
    text-decoration: none;
    background-color: var(--main-theme-color);
}

.map-coordinates {
    position: absolute;
    bottom: 8px;
    right: 170px;
    background: var(--main-langback);
    width: auto;
    padding: 2px 5px;
    margin: 0;
    color: #fff;
    font-size: 12px;    
    border-radius: 3px;
    height: 24px;
}

.ol-collapsed + .map-coordinates{
    right: 50px;
} 

.username-drop-ul {
    left: -110px !important;
    top: 10px !important;
}
.username-drop-ul li a {
    padding: 10px;
    color: var(--main-theme-color);
    font-size: 14px;
}
.username-drop-ul {
    padding: 5px 0;
}

.np-modal .pagination {
    bottom: 5px;
 	position: relative !important;
}

table.info-layer-sub tbody tr td {
    border: 1px solid var(--main-langback) !important;
    padding: 4px;
    word-break: break-all;
}
.info-layer-sub-title {
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 600;
    background-color: var(--main-langback);
    width: 100%;
    float: left;
    padding: 6px 10px;
    text-align: center;
}

table.info-layer-sub tbody tr:nth-child(odd) {
    background: var(--main-inputback-color);
}

table.info-layer-sub tbody tr:last-child {
    background: unset;
}

table.info-layer-sub {
   width: 100%;
    margin: 5px 0 5px 0;
    height: 100%;
    overflow: auto;
}

.np-modal .modal-body {
    overflow: auto;
    max-height: 400px;
}


.pop-up-container{
	height: calc(100% - 25px);
    width: 100%;
    overflow: auto;
    padding-right: 5px;
}

.page-content-wrapper .easy-autocomplete-container ul li.selected {
	background: #007bff;
    color: #fff;
}
.page-content-wrapper .easy-autocomplete-container {
   left: -20px;
}
.page-content-wrapper .easy-autocomplete-container > ul > li{
    color: var(--main-theme-color);
    width: 100%;
}
.page-content-wrapper .easy-autocomplete-container ul li div{
	    word-break: break-word;
}

@media only screen and (min-width : 1025px) and (max-width : 1300px) {
	
}	

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	footer {
	    height: 45px;
	}
	.content-sec {
	    height: calc(100vh - 140px);
	}
	.footer-mian div p {
	    font-size: 9px;
	    text-align: center !important;
	}
	.helpcimg {
	    margin: 0 0 20px 0;
	    width: 100%;
	}
	.ol-custom-overviewmap{
		display:none;
	}
}