/* width */

::-webkit-scrollbar {
	width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 4px #676767;
	border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #a5a5a5;
	border-radius: 10px;
}

.blaze-modal {
	box-shadow: 1px 1px 8px 3px rgba(166, 166, 166, 1);
}

a {
	color: rgba(52, 152, 219, 1.0);
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: rgba(41, 128, 185, 1.0);
}

hr {
	margin-bottom: 10px;
	margin-top: 15px;
	height: 2px;
	border: 0px;
	/*border: 0.01em solid rgba(189, 195, 199,0.7);
    */
	background-color: rgba(189, 195, 199, 0.7);
}

.pg-title {
	font-family: montserrat;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	margin-left: 15px;
}

.gtbl {
	font-family: open sans;
	font-size: 14px;
}

.gtbl:hover {
	background-color: rgba(236, 240, 241, 1.0);
}

.gtbl-hdr {
	font-family: open sans;
	font-size: 14px;
	background-color: rgba(52, 73, 94, 1.0);
	color: white;
	padding: 20px;
	line-height: 25px;
	align-content: center;
	text-align: center;
}

.hr-sec {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-top: 0px;
	margin-bottom: 0px;
}

.atl-ico {
	opacity: 0.4;
}

.atl-h2 {
	font-family: montserrat;
	font-size: 20px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.7);
	line-height: 35px;
	height: 30px
}

.atl-lnk {
	font-family: open sans;
	font-size: 15px;
}

.atl-body {
	font-family: open sans;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
}

#atlcont01 {
	margin: 20px;
	margin-left: 0px;
	margin-right: 20px;
	width: 250px;
	height: 12px;
	position: relative;
}

.btn-txt {
	font-family: montserrat;
	font-size: 14px;
	margin-bottom: 10px;
	color: rgba(1, 1, 1, 0.7);
}

.btn-txt:hover {
	text-decoration: underline;
}

.btn-custom {
	height: 27px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 60%;
}

.opti-btn {
	/*-webkit-border-radius: 5;
    */
	/*-moz-border-radius: 5;
    */
	/*border-radius: 5px;
    */
	font-family: Montserrat;
	color: #ffffff;
	font-size: 14px;
	background: #3498db;
	padding: 0px 10px 10px 10px;
	text-decoration: none;
	height: 27px;
	cursor: pointer;
	line-height: 1;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.08em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
}


/* Underline Reveal */

.hvr-underline-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

.hvr-underline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E0851A;
	height: 4px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.progressbar-lbl {
	font-family: open sans;
	font-size: 14px;
}

.spacer {
	height: 20px;
}

.md-btn {
	background-color: #3498db;
	-webkit-box-shadow: 0px 2px 2px #2980b9;
	-moz-box-shadow: 0px 2px 2px #2980b9;
	box-shadow: 0px 2px 2px #2980b9;
	padding: 5px;
}

.md-btn:hover {
	cursor: pointer;
	background-color: #03A9F4;
}

.opti-tog {
	/*-webkit-border-radius: 5;
    */
	/*-moz-border-radius: 5;
    */
	/*border-radius: 5px;
    */
	font-family: Montserrat;
	color: #ffffff;
	font-size: 14px;
	background: #3498db;
	padding: 0px 10px 10px 10px;
	text-decoration: none;
	height: 27px;
	cursor: pointer;
	line-height: 1;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.08em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.material-icons.md-tog-btn {
	float: left;
	height: 20px;
	color: #ffffff;
	/*margin-bottom: 5px;
    */
}

.tog-txt {
	font-family: montserrat;
	font-size: 12px;
	text-transform: uppercase;
	/*padding-top: -10px;
    */
}

.fltrTxt {
	font-family: montserrat;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 5px;
}

.fltrBox {
	-webkit-box-shadow: -1px 6px 5px -4px rgba(219, 219, 219, 1);
	-moz-box-shadow: -1px 6px 5px -4px rgba(219, 219, 219, 1);
	box-shadow: -1px 6px 5px -4px rgba(219, 219, 219, 1);
	/*padding-bottom: 4px;
    */
}

.fltrContent {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: Open Sans;
}

.fltrTtl {
	padding-top: 20px;
}

.fltrLbl {
	font-family: Open Sans;
}

.fltrIcon {
	float: left;
	height: 20px;
	opacity: 0.5;
}

#divFltrLayers,
#divFltrOpt {
	display: none;
}

.acc-btn {
	background-color: #ffffff;
	width: 100%;
	cursor: pointer;
}

.acc-btn:active {
	border: none;
}

.material-icons.md-map-fltr {
	float: right;
	height: 22px;
	opacity: 0.5;
	line-height: 22px;
	margin-top: -1px;
	/*margin-bottom: 2px;
    */
}

.material-icons.md-tog-btn {
	float: left;
	height: 20px;
	color: #ffffff;
	/*margin-bottom: 5px;
    */
}

.material-icons.mi-dd {
	float: left;
	color: white;
	font-size: 20px;
	margin-right: 20px;
}

.btn-popup {
	text-transform: uppercase;
	font-family: montserrat;
	font-size: 11px;
	background-color: white;
	color: rgba(0, 0, 0, 0.6);
	border: 2px solid rgba(0, 0, 0, 0.3);
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 10px;
}

.btn-popup:hover {
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, 0.5);
}

.btn-popup-txt {
	font-family: montserrat;
	font-size: 11px;
	padding-left: 7px;
}


.dropdown {
	position: relative;
	display: inline-block;
}
/*
.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	font-family: open sans;
}

.dropdown-content a {
	color: white;
	padding: 8px 8px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-family: montserrat;
}


.dropdown:hover .dropdown-content {
	display: block;
}
*/

.material-icons.md-link {
	cursor: pointer;
	float: right;
	color: rgba(0, 0, 0, 0.7);
	font-size: 16px;
}

.material-icons.md-popup {
	float: left;
	color: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	margin-top: 2px;
}

.opcty-hr,
.opcty-dau,
.opcty-rosa,
.opcty-wppa,
.opcty-ws,
.opcty-wtrag,
.opcty-basin {
	display: none;
}

#region_title {
	font-size: 30px;
}

#region_name {
	font-size: 20px;
	padding-bottom: 10px;
}

.region_heading {
	font-size: 20px;
	padding-top: 10px;
}

.region_text {
	font-size: 15px;
	padding: 10px;
}

.region_buttons {
	padding: 10px;
}

.vertical_divider {
	border-left: 2px solid black;
	width: 2px;
	height: 395px;
}

.modaal-overlay {
	opacity: 0.3 !important;
}

.modaal-content-container {
	padding: 30px;
}

#rgnFeaturedMdl {
	/*padding-top: 200px !important;*/
}