@font-face {
	font-family: myFont;
  src: url('FrutigerLTArabic-55Roman_0.ttf');
}
html,
body,
#container {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	padding-top: 50px;
	font-family: myFont;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 0;
}
.container-fluid {
    background-image: url("../img/banner_a.png");
	background-repeat: no-repeat;
    
}
.fa{
	font-size: 20px;
}
#sidebar {
	padding-top: 22px;
	width: 250px;
	height: 100%;
	max-width: 100%;
	float: right;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#map {
	width: auto;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#loading {
	position: absolute;
	width: 220px;
	height: 19px;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -110px;
	z-index: 20001;
}
#features {
	margin: 0px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sidebar-hide-btn {
	margin-top: -2px;
}
#aboutTabsContent {
	padding-top: 10px;
}
.progress-bar-full {
	width: 100%;
}
.white {
	color: #FFFFFF;
}
.feature-row {
	cursor: pointer;
}
.sidebar-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.sidebar-table {
	position: absolute;
	width: 100%;
	top: 103px;
	bottom: 0px;
	overflow: auto;
}
.leaflet-control-layers {
	overflow: auto;
}
.leaflet-control-layers label {
	font-weight: normal;
	margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"],
input[type="checkbox"] {
	margin: 2px;
}
.table {
	margin-bottom: 0px;
}
.navbar .navbar-brand {
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
}
.navbar-collapse.in {
	overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
	margin-right: 15px;
}
.navbar-header .navbar-icon {
	line-height: 50px;
	height: 50px;
}
.navbar-header a.navbar-icon {
	margin-left: 25px;
}
.typeahead {
	background-color: #FFFFFF;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 4px;
	padding: 4px 0;
	width: 100%;
	max-height: 300px;
	overflow: auto;
}
.tt-suggestion {
	font-size: 14px;
	line-height: 20px;
	padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
	cursor: pointer;
}
.tt-suggestion p {
	margin: 0;
}
.tt-suggestion + .tt-suggestion {
	border-top: 1px solid #ccc;
}
.typeahead-header {
	margin: 0 5px 5px 5px;
	padding: 3px 0;
	border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
@media (max-width: 992px) {
	.navbar .navbar-brand {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	#sidebar {
		display: none;
	}
	.url-break {
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	.dropdown-menu a i {
		color: #FFFFFF;
	}
}

/* Print Handling */

@media print {
	.navbar {
		display: none !important;
	}
	.leaflet-control-container {
		display: none !important;
	}
}
html,
body,
#map {
	padding-top: 17px;
	margin-top: 0px;
	height: 100%;
}
#BasemapToggle {
	position: absolute;
	bottom: 5px;
	z-index: 50;
}
#LocateButton {
	position: absolute;
	z-index: 50;
	left: 20px;
	top: 150px;
}
#opacity_control {
	position: absolute;
	bottom: 5px;
	z-index: 50;
}
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}
input.custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.ui-autocomplete-input {
	width: 105px;
}
.slider.slider-horizontal {
	left: 280px;
	z-index: 50;
	position: absolute;
	width: 210px;
	height: 20px;
	bottom: 0px;
}
ul#ui-id-1 {
	width: 200px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
ul#ui-id-2 {
	width: 200px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.CheckCoverageIcon {}
a {
	cursor: pointer;
}
.cursor {
	cursor: pointer;
}
li:hover {
	background-color: gray;
}
.locIcon {
	height: 30px;
	width: 30px;
	margin-top: -10px;
}
.locIconActive {
	height: 30px;
	width: 30px;
	margin-top: -10px;
	background-color: lightgrey;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
div#ZoomToPane {
	display: none;
	margin-top: 100px;
	margin-left: 7px;
	border-style: solid;
	border-width: 3px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: white;
	z-index: 50;
	width: 200px;
	height: 200px;
	position: absolute;
	border: 1;
	border-color: #999;
	/* margin: 10px; */
}
.editorPane {
	display: none;
	margin-top: 100px;
	margin-left: 7px;
	border-style: solid;
	border-width: 3px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: white;
	z-index: 50;
	width: 185px;
	overflow: hidden;
	position: absolute;
	border: 1;
	border-color: #999;
	/* margin: 10px; */
}
label.ZoomToTitle {
	/* float: inherit; */
	padding-bottom: -7px;
	padding-top: 10px;
	padding-left: 40px;
}
.ZoomToCloseBtn {
	/* float: none; */
	margin-left: 20px;
	height: 20px;
}
.ZoomToCloseBtn:hover {
	/* float: none; */
	background-color: darkgrey;
}
.addCustomerCloseBtn {
	height: 20px;
}
.addCustomerCloseBtn:hover {
	/* float: none; */
	background-color: darkgrey;
}
hr.customHR {
	margin-top: 0px;
}
hr.customHR2 {
	margin-top: 0px;
	margin-bottom: 3px;
}
button#ZoomToBtn {
	margin-left: 70px;
}
input#X {
	width: 135px;
	margin-bottom: 10px;
}
input#Y {
	width: 135px;
}
.notifyImg {
	height: 30px;
}
.customNotify {
	width: 200px;
}
.alert-minimalist {
	background-color: rgb(241, 242, 240);
	border-color: rgba(149, 149, 149, 0.3);
	border-radius: 3px;
	color: rgb(149, 149, 149);
	padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
	height: 50px;
	margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
	color: rgb(51, 51, 51);
	display: none;
	font-size: 80%;
	margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.logo {
	height: 55px;
}
.hilightIt {
	color: #e2ff28;
}
.CustomerOneCSS {
	color: blue;
	float: right;
	font-size: medium;
}
.modal-body {
	direction: rtl;
}
span.customerSpan {
	margin-right: 20px;
	padding-bottom: -5px;
	font-size: large;
}
input#inlineRadio1 {
	margin-top: 5px;
}
input#inlineRadio2 {
	margin-top: 5px;
}
.largeFont {
	font-weight: 700;
	font-size: large;
}
.opacityDIV {
	opacity: 0.4;
}
.opacityZero {
	opacity: 0.0;
}
ul.nav.navbar-nav.toRight {
	float: right;
}
.rihgtLabel {
	float: right;
}
.leftLabel {
	float: left;
}
.marginLeft {}
select#GovDropdown-menu {
	right: 0;
	left: auto;
}
.col-xs-3.col-md-3 {
	padding-right: 0px;
	padding-left: 0px;
}
.col-xs-3.col-sm-3 {
	padding-right: 0px;
	padding-left: 0px;
}
