@charset "UTF-8";

/* Extra small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {
	.maintitle {
		display: none;
	}
	.iconStyle img {
		border: 0px solid #ddd;
		border-radius: 0px;
		padding: 3px;
		width: 15px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
	.maintitle {
		padding-left: 20px;
		font-size: 24px;
		padding-top: 05px;
		padding-bottom: 05px;
		max-height: 70px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.maintitle {
		padding-left: 20px;
		font-size: 24px;
		padding-top: 05px;
		padding-bottom: 05px;
		max-height: 70px;
	}
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
	.maintitle {
		padding-left: 20px;
		font-size: 24px;
		padding-top: 05px;
		padding-bottom: 05px;
		max-height: 70px;
	}
	.col-md-3 {
		width: 22%;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media ( min-width : 1200px) {
	...
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

element {
	width: 90px;
	height: 31px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #eee;
	opacity: 1;
}

.form-control {
	display: inline-block;
}

body {
	overflow: hidden;
	/*   font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; */
	/*   font-size: 13px;    */
	background-color: #fff;
}

.navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}

.navbar-brand {
	float: left;
	height: 0px;
	padding: 10px 10px;
	font-size: 14px;
	line-height: 10px;
}

.navbar-form {
	font-size: 14px;
	padding: 1px 5px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	/* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0
		rgba(255, 255, 255, .1); */
}

.mouse-position {
	color: #ffffff;
	position: absolute;
	bottom: 5px;
	right: 15px;
	/* text-shadow: -1px 0 #ffff00, 0 2px #ffff00, 2px 0 #ffff00, 0 -1px #ffff00; */
	background : #767a8e;
	
}

/* #map {
	position: absolute;	
	bottom: 0%;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0%;
	z-index: 35;	
} */
#map {
	position: absolute;
	bottom: 0%;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 100px;
	bottom: 0%;
	z-index: -35;
}

 #surveyMap {
	position: absolute;
	bottom: 0%;
	width: 50%;
	height: 100%;
	right: 0px;
	/* top: 100px; */
	top: 22%;
	bottom: 0%;
	z-index: -35;
	float:right;
} 

#satelliteMap {
	position: absolute;
	bottom: 0%;
	width: 100%;
	/* height: 100%; */
	/* top: 100px; */
	top: 22%;
	bottom: 0%;
	z-index: -35;
	float:left;
	border-right: 2px solid green;
}

.zoom-top-opened-sidebar {
	margin-top: 5px;
}

.zoom-top-collapsed {
	margin-top: 165px;
}

.bottomnavbar {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 15%;
}

.container-fluid {
	padding: 0px;
}

.navbarCollapse navbar-collapse {
	padding: 0px;
}

.mini-submenu {
	display: none;
	/* background-color: rgba(255, 255, 255, 0.46);
	border: 1px solid rgba(0, 0, 0, 0.9); */
	border-radius: 1px;
	padding: 0px;
	/*position: relative;*/
	width: 40px;
	text-align: center;
}

.mini-submenu-left {
	position: absolute;
	top: 165px;
	left: .5rem;
	z-index: 40;
}

.mini-submenu-right {
	position: absolute;
	top: 165px;
	right: .5rem;
	z-index: 41;
}

.sidebar {
	z-index: 45;
	/* margin-top:40px; */
	position: relative;
}

.sidebar-second {
	z-index: 52;
	margin-top: 35px;
	position: relative;
}

.main-row {
	/* position: relative;
	top: 0; */
	width: 100%;
	height: auto;
}

.mini-submenu:hover {
	cursor: pointer;
}

.slide-submenu {
	background: rgba(0, 0, 0, 0.45);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 2px;
	cursor: pointer;
}

.map:-moz-full-screen {
	height: 100%;
}

.map:-webkit-full-screen {
	height: 100%;
}

.map:-ms-fullscreen {
	height: 100%;
}

.map:fullscreen {
	height: 100%;
}

.iconcontainer {
	/* position: relative; */
	cursor: pointer;
	/* color: #fff; */
	z-index: 36;
}

.basemap {
	display: inline;
	padding: 05px;
	padding-left: 25px;
	margin-bottom: 5px;
}

.tree {
	min-height: 05px;
	/*max-height: 150px;*/
	overflow: auto;
	padding: 0px;
	margin-bottom: 0px;
}

.tree li {
	list-style-type: none;
	margin: 0;
	position: relative;
}

.tree li::before, .tree li::after {
	content: '';
	left: -30px;
	position: absolute;
	right: auto
}

.tree li::before {
	border-left: 1px solid #999;
	bottom: 10px;
	height: 100%;
	top: 0;
	width: 1px
}

.tree li::after {
	border-top: 1px solid #999;
	height: 10px;
	top: 15px;
	width: 25px
}

.tree li span {
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none
}

.tree li.parent_li>span {
	cursor: pointer
}

.tree>ul>li::before, .tree>ul>li::after {
	border: 0
}

.tree li:last-child::before {
	height: 10px
}

.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span
	{
	background: #eee;
	border: 1px solid #94a0b4;
	color: #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* My Changes starts from here */
.headerbg, div.ui-widget-header {
	background: #4096ee;
	background: -moz-linear-gradient(top, #4096ee 0%, #2f71b5 100%);
	background: -webkit-linear-gradient(top, #4096ee 0%, #2f71b5 100%);
	background: linear-gradient(to bottom, #4096ee 0%, #2f71b5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee',
		endColorstr='#2f71b5', GradientType=0);
	padding: 1px;
	color: #fff;
	font-weight: bold;
}

.maintitle {
	color: #fff;
	font-size: 18px;
}

.title {
	padding-left: 60px;
	font-size: 18px;
	color: #fff;
	padding-top: 03px;
}

.title_panel {
	padding: 4px 0;
	font-size: 14px;
	color: #fff
}

.iconStyle img {
	/*  color: #fff; */
	/*  text-shadow: 1px 1px 1px #ccc; */
	/*  font-size: 1.5em; */
	border: 0px solid #ddd;
	border-radius: 0px;
	padding: 4px;
	width: 30px;
}
/* img:hover {box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);} */
.navbar-nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0px;
}

.nav>li>a {
	position: relative;
	padding: 10px 15px;
	color: white;
	text-decoration: none;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 3px 2px;
	/*  line-height: 1.42857143; */
	vertical-align: middle;
	border-top: 1px solid #ddd;
}

.table>tbody>tr.group, .table>tbody>tr.group:hover {
	background-color: #ddd !important;
	cursor: pointer;
}

/*  Define the background color for all the ODD background rows  */
.tablebgcolor tr:nth-child(odd) {
	background: #b8d1f3;
}
/*  Define the background color for all the EVEN background rows  */
.tablebgcolor tr:nth-child(even) {
	background: #dae5f4;
}

.table.table-bordered {
	border: 1px solid blue;
	margin-top: 10px;
}

.table.table-bordered>thead>tr>th {
	border: 1px solid blue;
}

.table.table-bordered>tbody>tr>td {
	border: 1px solid blue;
}

.thin::-webkit-scrollbar {
	width: 6px;
}

.thin::-webkit-scrollbar-thumb {
    background: lightgray;
}

.table-responsive {
	max-height: 300px;
}

:lang(te) {
	/* font-family: FontAwesome, "mallanna", sans-serif; */
	font-family: FontAwesome, "Gautami",  sans-serif;
	/* font-size: 15px; */
}

:lang(en) {	
	font-family: FontAwesome, sans-serif;
	/* font-size: 13px; */
}

/* :lang(te1) 	{font-family: serif; font-size: 12px;}
:lang(te2) 	{font-size: 9px;} */

a[aria-expanded=true] .fa-plus {
   display: none;
}
a[aria-expanded=false] .fa-minus {
   display: none;
}

#msgbox { '
	background-color ': '#f99'; ' font-weight ' : 'bold';
	color: '#F00'; '
	font-size ': '15px';
	/*  color: #CC0000; font-weight: bold; text-align: center; transition: all 1s linear; -webkit-transition: all 1s linear; */
}

.panel-heading {
	padding: 5px 10px;
}

.panel {
	margin-bottom: 05px;
	/* margin-top: -40px; */
}

.panel-default>.panel-heading {
	background-color: #538924;
}

.fa, .fas {
	margin-right: 5px
}

.pagelayout {
	max-width: 100%;
	max-height: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

.mappagelayout {
	margin-top: 0px;
	margin-bottom: 0px;
	position: inherit;
}

.buvan_legend {
	position: absolute;
	right: 0px;
	bottom: 0px;
	/* display:block; */
	margin-bottom: 10px;
	z-index: 49;
}

#search-form {
	display: none;
}

#search-bar {
	position: absolute;
	right: 10px;
	top: 40px;
	z-index: 50;
}

.panel-title {
	/*  font-size: 14px; */
	color: white;
}

.ol-control button {
	background-color: rgb(83, 137, 36);
}

.zoom-top-collapsed {
	margin-top: 0px;
}

/* .col-md-3, .col-sm-4, .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
 */
.navbar-inverse {
	background-color: #538924;
	border-color: #538924;
}

.img-fluid, .img-responsive, .panel-heading, .my-1 {
	cursor: pointer;	
}

.fa-list-alt:before {
    content: "\f022";
    background: black;
    color: white;
    border-radius: 0%;
    /* height: 2em; */
    /* width: 2em; */
}

.toolbarIcons {
	padding-top : 10px;
	padding-bottom : 10px;
}

.ol-popup {
	position: absolute;
	background-color: #DAEEB6;
	-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: 295px;
}

 .ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
	
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
	color: green;
}

.ol-popup-closer:after {
	content: "X";
}

hr { 
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
}

.marginBottom {
	margin-bottom: 8px;
} 

.toolbarWrap {
	max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
}

.leftToolbarMenu {
    width: 55%;
    float: left;
}

.rightToolbarMenu {
	width: 45%;
    float: left;
}

#scale {
	width: 90px;
	height: 31px;
}

.scale {
	padding-left:70px; 
}

.surveyscale {
	padding: 2px 0px 0px 10px;
	height: 50px !important;
}

.latLongInput {
    position: absolute;
   	top:2.5rem;
    z-index: 10000;
    width: 402px;
    height: 30px;
    background-color: #FFFFFF;
    left: 75px;
}

.goButton {
	background-color: #538924;
	border-radius:3px;
	color: #fff;
	cursor: pointer;
	text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
}
.drp-img-margin{
	margin: 5px;
}
#units-dd>ul>li:hover{
	background-color: rgba(255, 255, 255, 0.5)
}

.leftToolbarMenuModified {
    width: 85%;
    float: left;
}

.decoratedCombo {
	background-color: #eee;
    opacity: 1;
    border-radius: 4px;
}

.surveyNumSearchSpan {
	padding-left:10px;
	width: 140px;
}

.surveyNumSearch {
	background-color: #eee;
    /* height: 35px; */
    height: 30px;
    width: 90px;
}

#imageTable tr:nth-child(even) {background: #fff}
#imageTable tr:nth-child(odd) {background: #eeeeee}

#imageTable th {
	background: #DAEEB6;
}

#imageTable td, th {
  border: 1px solid orange;
}

.imageDialogs {
	display:none;
	max-height: 350px;
	overflow-y: auto;
}

/* Styles for Fmb Entry Screen */

#fmbEntryMap {
	position: absolute;
	bottom: 0%;
	width: 100%;
	top: 22%;
	bottom: 0%;
	z-index: -35;
	float:left;
	border-right: 2px solid green;
} 

#geoCodeMap {
	position: absolute;
	bottom: 0%;
	width: 50%;
	height: 100%;
	right: 0px;
	top: 22%;
	bottom: 0%;
	z-index: -35;
	float:right;
}

.fmbEntryToolBarMenu {
    width: 100%;
    float: left;
}

.satteliteMapToolBarMenu {
	width: 50%;
    float: right;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

#surveyTools >  ul > li{
	padding: 4px;
	float: left;
}

.fmbEntryToolBarMenu .fa { 
    color: #538924;
    font-size: 1.5em;
    margin: 10px 0px 0px 0px;
    /* float: right; */
    transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;
}

.fileUploadModal {
    width: 360px;
    margin: 0 auto;
    font-size: small;
    margin-top:70%;
}

.ol-split {
	position: absolute;
	background-color: white;
	-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;
	min-width: 280px;
}

/* .tooltip {
  position: relative;  
  color: black; 
  opacity: 0.7;
  white-space: nowrap;
}
.tooltip-measure {
  opacity: 1;
  font-weight: bold;  
  transform: rotate(90deg);
  transform-origin: left top 0;
  text-orientation: mixed; 
}
 */
 
   .tooltip {
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.7;
        white-space: nowrap;
      }
      .tooltip-measure {
        opacity: 1;
        font-weight: bold;
      }
      .tooltip-static {
        background-color: #ffcc33;
        color: black;
        border: 1px solid white;
      }
      .tooltip-measure:before,
      .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
      }
      .tooltip-static:before {
        border-top-color: #ffcc33;
      }  
      
      .infolabel {
	  float: left; 
	  width: 80px;
	  margin-bottom:10px;
	  clear: both;
	  display:block;
	}
	.infolabelclass:after{content:':';}
	.infospanclass{
	  margin-left: 100px; 
	  display: block;
	  color:#700000;
	  
	  margin-bottom:10px;
	}
	.infotable {
	  border: 1px solid green;
	  width: 100%; 
	  word-wrap:break-word;
	  table-layout: fixed;
	  font-size:11px;
	}
	.infotable th{
	  border: 1px solid green;
	  width: 100%; 
	 
	}
	
	td.infotd{
	    background-color: #E8E8E8;
	}
	.infodiv{
		font-size:11.6px !important;
		padding: 0.2rem;
	}
	
	#subdivbatinfo .table-responsive{
	    max-height: 228px;
	}
	.slide-submenu-right{
		background: #538924;
	    display: inline-block;
	    padding: 2px 2px;
	    border-radius: 2px;
	    cursor: pointer;
	    left: 2.5rem;
	    color:#fff;
	    font-size:14px;
	}
	
	.mapcontrols a:hover, .mapcontrols img:hover, .mapcontrols button:hover {
    	border-color: #00000096;
	}

	.mapcontrols a:active, .mapcontrols img:active, .mapcontrols button:active {
	    padding: 1px;
	    margin: 1px;
	    opacity: 1;
	    transition: 1s;
	}
	
	p {
    line-height: 1.33em;
    color: #7E7E7E;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 5px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
	