.buffer{
	width: 25%;
	z-index: 99999;
	padding: 3px;
	position: absolute;
	background: #ffff;
	padding: 6px;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
.leaflet-draw-section:nth-child(1){display:none;}
.bufferhead h4{
	font-size: 15px;
	background-color: #ffc107;
	color: #fff;
	padding: 6px 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bufferhead h4 span{
	cursor: pointer;
	font-weight: 600;
}
.bufferhead h4 span:hover{
	opacity: 0.6;
}
.buffer label{
	font-size: 12px;
	color: #9e9e9e;
}
.buffer .form-control{
		height: 30px;
}
.buffer .cncel{
	width: 49%;
	background-color: #ff2929;
	color: #ffffff;
	height: 30px;
	margin-right: 1%;
	font-size: 13px;
}
.buffer .cncel:hover{
	background-color: #f10f0f;
}
.buffer .sve{
	width: 49%;
	margin-left: 1%;
	background: #ffc107;
	color: #ffffff;
	height: 30px;
	font-size: 13px;
}
.buffer .sve:hover{
	background: #f4bf20;
}
.layer-list-accordiation .card-header{
  background-color: var(--primary_lightorange) !important;
  border-radius: 4px;
  box-shadow: none;
  position: relative;
  margin-bottom: 5px;
}
.layer-list-accordiation .card-header a{
  color: #ffffff;
}
.layer-list-accordiation .card-header a h5{
  font-size: 14px;
  font-weight: 600;
}
.layer-list-accordiation .card-header a::before {
  content: '-';
  position: absolute;
  top: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #ffc107;
  border-radius: 4px;
  padding-bottom: 2px;
}
.layer-list-accordiation .card-header a.collapsed::before {
  content: '+';
  padding-bottom: 0px;
  padding-top: 2px;
}
.layer-list-accordiation .card-body{
  padding: 5px;
}
#hForFull a{
	cursor: pointer;
}
.attQueryDiv {
	position: absolute;
	display: none;
	width: 170px;
	left: 60px;
	background-color: #ffffff;
	font-family: inherit;
	font-size: 1em;
	line-height: 1.45;
	border-radius: 5px;
	z-index: 1111;
	top: 13px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}


#headerDiv h4{
	background-color: #ffc107;
	border-radius: 4px 4px 0 0;
	padding: 6px;
	font-size: 13px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
	position: relative;

}
.attQueryBody{
	padding: 10px;
}
#headerDiv label {
color: snow;
font-size: x-large;
}

.attQueryDiv select {
	width: 100%;
	height: 25px;
	border: 1px solid rgb(153, 151, 151);
	border-radius: 4px;
	font-size: 13px;
	margin-bottom: 5px;
}

.attQueryDiv input {
	width: 100%;
	height: 25px;
	border: 1px solid rgb(148, 148, 148);
	border-radius: 4px;
}

.attQueryDiv label {
	color: rgb(61, 61, 61);
	margin-bottom: 5px;
	font-size: 12px;
}

.attQueryDiv label:nth-child(1) {
	font-weight: bold;
}

.logical-operator{
	padding: 3px;
}

.selectValue {
	display: none;
}

.attQryRun {
	color: white;
	background-color: green;
	border-radius: 3px;
	border: 1px solid darkgreen;
	width: 100%;
	margin-top: 10px;
}

.attQryClear {
	color: white;
	background-color: rgb(235, 52, 52);
	border-radius: 3px;
	border: 1px solid darkgreen;
	width: 100%;
	margin-top: 10px;
}

.attQryLoad {
	color: white;
	background-color: rgb(137, 156, 137);
	border-radius: 3px;
	border: 1px solid darkgreen;
	width: 100%;
	margin-top: 10px;
}

.attQrySave {
	color: white;
	background-color: rgb(109, 238, 216);
	border-radius: 3px;
	border: 1px solid darkgreen;
	width: 100%;
	margin-top: 10px;
}
.queryclose{
	position: absolute;
	right: 6px;
	top: 6px;
	cursor: pointer;
}
/* for tree view */
.project-tree li{
	display: flex;
	align-items: center;
}
.project-tree li input{
	margin-right: 10px;
}
.project-tree li label{
	margin-bottom: 0;

}

.afterEdit {
	display: none;
	position: absolute;
	z-index: 1111;
	top: 12%;
	right: 36%;
	width: 140px;
	height: 100px;
}
.save {
	background-color: green;
	
}
.cancel {
	background-color: red;
	
}

.measureBox {
	background-color: white;
	display: none;
	position: absolute;
	z-index: 1111;
	top: 14%;
	right: 55%;
	border-radius: 4px;
	overflow: hidden;
	width: 25%;
}
#measureBody h5{
	background: #ffc107;
	color: #ffff;
	padding: 10px 10px;
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
#measureBody .measureclose{
	cursor: pointer;
}
#SelectUnit{
	padding: 10px;
}
#SelectUnit select{
	height: 30px;
}
.save-btn{
	border: 0;
	font-size: 13px;
	background-color: #ffc107;
	border-radius: 4px;
	width: 49%;
	margin-left: 1%;
	color: #ffffff;
	height: 30px;
}

.save-btn:hover{
	background-color: #f10f0f;
}
.cancel-btn{
	border: 0;
	font-size: 13px;
	background-color: red;
	border-radius: 4px;
	width: 49%;
	margin-right: 1%;
	color: #ffffff;
	height: 30px;
}
.cancel-btn:hover{
	background: #f4bf20;
}
#measureShow{
	border: 1px solid #ffc107;
	border-radius: 4px;
	padding: 5px 13px;
	font-size: 13px;
	color: #ffc107;
	height: 30px;
}

.pathmeasure{
	border: 0;
	font-size: 13px;
	border-radius: 4px;
	width: 49%;
	margin-right: 1%;
	color: #ffc107;
	height: 30px;
	border: 1px solid #ffc107;
}
.activ{
	background-color: #ffc107;
	color: #ffffff !important;
}
.polygonmeasure{
	border: 0;
	font-size: 13px;
	border-radius: 4px;
	width: 49%;
	margin-left: 1%;
	color: #ffc107;
	height: 30px;
	border: 1px solid #ffc107;
}
#SelectUnitA{
	padding: 10px;
}
#SelectUnitA select{
	height: 30px;
}
#polygonBox {
	display: none;
}

#measureArea{
	border: 1px solid #ffc107;
	border-radius: 4px;
	padding: 5px 13px;
	font-size: 13px;
	color: #ffc107;
	height: 30px;
}

#measureShowA {
	border: 1px solid #ffc107;
	border-radius: 4px;
	padding: 5px 13px;
	font-size: 13px;
	color: #ffc107;
	height: 30px;
}
.checkbox-select {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;	
}
.checkbox-select:checked + .checkbox-label,
.checkbox-select:not(:checked) + .checkbox-label {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	font-size: 11px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 1px solid var(--primary_lightorange);
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.checkbox-select:checked + .checkbox-label {
	background-color: var(--primary_lightorange);
	color: #fff;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.layer-head{
	background-color: var(--primary_blue);
	color: #ffffff;
	margin-bottom: 15px;
	border-radius: 4px;
	padding: 5px 15px;
	width: 100%;
}
/* for map icon hide */
#map .leaflet-draw-toolbar.leaflet-bar{
	display: none;
}

/* second for side*** */
#locationSide1.formSidebar{
  z-index: 1001;
}
.loc-for-qc{
  background-color: #ffffff;
  border-radius: 0 30px 30px 0;
  width: 30px;
  padding: 6px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 30px);
  right: -30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
}
.loc-for-qc:hover{
  background-color: #f2f2f2;
}
.loc-for-qc img{
  transform: rotate(-90deg);
  width: 100%;
}
.formSidebar.toggleLocationSide .loc-for-qc {
    padding: 9px 11px 9px 1px;
}
.formSidebar.toggleLocationSide .loc-for-qc img{
  transform: rotate(90deg);
}
.leaflet-right .leaflet-control {
    margin-right: 11px;
}
.leaflet-touch .leaflet-bar {
    border: 0 !important;
	margin-right: 13px !important; 
}
.leaflet-touch .leaflet-bar a {
    width: 42px !important;
    height: 42px !important;
	line-height: 40px !important;
    font-size: 29px;
	border: 0;
    border-radius: 4px !important;
	color: #ffc107;
}
.leaflet-touch .leaflet-bar a:nth-child(1){
	margin-bottom: 10px;
}
.cust-full-screen{
	position: absolute;
    z-index: 1111;
    right: 8px;
    top: 8px;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: baseline;
}
.cust-full-screen a{
	border: 0;
    border-radius: 4px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin: 5px;
}
.cust-full-screen a img{
	width: 100%;
}
.cust-reset{
	position: absolute;
    z-index: 1111;
    right: 8px;
    bottom: 128px;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: baseline;
}
.cust-reset a{
	border: 0;
    border-radius: 4px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin: 5px;
}
.cust-reset a img{
	width: 100%;
}
.popBox {
	width: 25%;
	z-index: 99999;
	margin: 10px;
	position: absolute;
	background: #ffff;
	border-radius: 4px;
    overflow: hidden;
	display: none;
}
.pophead h4{
	background: #ffc107;
    color: #ffff;
    padding: 10px 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.pophead .popclose{
	cursor: pointer;
	font-weight: 600;
}
.pophead .popclose:hover{
	opacity: 0.6;
}
.popbody{
	padding: 7px;
}
.popbody .split{
	min-height: 80px;
	max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}
.split-select {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;	
}
.split-select:checked + .split-label,
.split-select:not(:checked) + .split-label {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
	font-size: 11px;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	color: #000;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 1px solid var(--primary_lightorange);
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.split-select:checked + .split-label {
	background-color: var(--primary_lightorange);
	color: #fff;
	box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
.popfoot{
	padding: 5px;
	display: flex;
}
.popfoot .cncel{
	width: 49%;
	background-color: #ff2929;
	color: #ffffff;
	height: 30px;
	margin-right: 1%;
	font-size: 13px;
}
.popfoot .cncel:hover{
	background-color: #f10f0f;
}
.popfoot .sve{
	width: 49%;
	margin-left: 1%;
	background: #ffc107;
	color: #ffffff;
	height: 30px;
	font-size: 13px;
}
.popfoot .sve:hover{
	background: #f4bf20;
}

..leaflet-popup-content{
    /* position: absolute; */
    /* z-index: 1110; */
    /* background-color: #fff; */
    width: 370px !important;
    padding: 10px;
    margin: 0 !important;
    /* right: 15px; */
    /* top: 50px; */
    border-radius: 8px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.leaflet-container a.leaflet-popup-close-button{
    display: none !important;
}
#popupBox{
    padding: 10px 2px 0px 2px;
}
.table-design{
    width: 100%;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 5px;
}
.table-design.no-border{
    width: 100%;
    border-bottom: 0;
    margin-bottom: 0px;
}
.table-title{
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    width: 30%;
}
.table-data{
    margin-left: 10px;
    display: inline-block;
    color: #3c3c3c;
    font-size: 12px;
}
.popupcontent .nav-tabs{
    border-bottom: 0;
}
.popupcontent .nav-tabs .nav-item{
    flex: 1 4;
    padding: 0 2px;
}
.popupcontent .nav-tabs .nav-link.verify{
    background-color: #039f03;
}
.popupcontent .nav-tabs .nav-link.danger{
    background-color: #877f7f;
}
.popupcontent .nav-tabs .nav-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    width: 100%;
    padding: 5px;
    color: #ffffff;
    background-color: var(--secondary-color);
    border-radius: 8px;
}

.loadSavedQuery{
	position: absolute;
	display: none;
	background-color: #f2f2f2;
	height: 250px;
	width: 100px;
	top: 10%;
	right: 10%;
	z-index: 1111;
}