.disabled {
  pointer-events: none;  /**<-----------*/
  opacity: 0.2;
	
}

.searchinput {
	width: 80%;
}


@media screen and (max-width: 1199px) {
	.searchinput {
		width: 76%;
	}
}

@media screen and (max-width: 991px) {
	.searchinput {
		width: 64%;
	}
}

@media screen and (max-width: 767px) {
	.searchinput {
		width: 79%;
	}
}

@media screen and (max-width: 522px) {
	.searchinput {
		width: 65%;
	}
}



.nolinebreak {
	white-space: nowrap;
}
.nooverflow {
	overflow: hidden;
}

.on-top-of-map{
	display: block;
    float: right;  
    z-index: 3;
    position: absolute; /*newly added*/
    right: 75px; /*newly added*/
    top: 15px;/*newly added*/
    font-size: 22px;
}

.dashed {
	border-style: dashed;
}

.temptrash {
	position: absolute;
    z-index: 10;
    top: 30%;
    left: 0;
    padding: 30px;
	display: none;
}

#calcp {
	    min-height: 300px;
}

.greyout {
	    color: #dadada!important;
}

.greyout .custom-control-label{
	color: #dadada!important;
	
}

.greensymbol {
	color: green;
}
.redsymbol {
	color: red;
}

.myndir{
	display: block;
	max-width: none;
	position: relative;

}

.breidarmyndir{
	width: auto!important;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	
}

.mjoarmyndir{
	width: 100%!important; 
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}

.fc-list-view {
    border-radius: 0px;
}


