@charset "utf-8";
/* CSS Document */
body {
	top: 0px;
	left:0px;
	right:0px;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
	color: #AAA;
}

a {
	text-decoration: none;
	color: #1FA1ED;
}

a:hover {
	color: #ED951F;
}


#index_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/index_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	filter: blur(5px);
  	-webkit-filter: blur(5px);
}



#content_wrapper {
	position: absolute;
	top:48px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	overflow: hidden;
}

#content {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

.col_container_full_height {
	position: relative;
	height: 100%;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
	padding-left:10px;
	padding-right:10px;
	overflow-y: auto;
    overflow-x: hidden;
}

.scrollable_content {
	margin-top:10px;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}


tbody.alternate tr:nth-child(odd) {
  background-color: #fff;
}


.table_header_row {
	border-bottom: 1px solid #2A3854 !important;
}


.half_height_container {
	width: 100%;
	height: 50%;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}


#map_actions {
	position: absolute;
    top: 5px;
	height:34px;
    right: 3px;
    padding: 2px;
    border-radius: 20px;
    background-color: rgba(255,255,255,1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}

#aoi_actions {
	position: absolute;
    bottom: 20px;
	height:34px;
    left: 3px;
    padding: 2px;
    border-radius: 20px;
    background-color: rgba(255,255,255,1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}

#map_location_search {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
    width: 250px;
    z-index: 4;
}


#zoom_controls {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 34px;
    padding: 2px;
    border-radius: 20px;
    background-color: rgba(255,255,255,1);
    transform: translate(-0%, -50%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
}


.map_control_btn {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
	width:30px;
	height:30px;
	border-radius: 15px;
	text-align: center;
	color: #1FA1ED;
	font-size: 20px;
	cursor: pointer;
}

.map_control_btn:hover {
	color: #ED951F;
}

.disabled {
	background-color: #EFEFEF;
	color: #AAAAAA;
}

.zoom_level_container {
	background-color: #ccc;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	margin-bottom:3px;
	height:3px;
	border-radius: 3px;
	padding:0px;

}


.blue {
	background-color: #1FA1ED;
}

#sub_nav_container {
	width: 100%;
	height: 40px;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;
	padding:8px;
}

.sub_nav_select {
	padding-top:1px;
	padding-bottom: 1px;
	display: inline-block;
	width: auto;
	color: #AAA;
}
/* Start of Mobile query */
@media (max-width: 740px){

}

/* End of Mobile query */
/*----------------------------------------------------------------------------------------------------------------------------------------------*/


/* Start of tablet query */
@media (min-width: 741px) and (max-width: 1023px){

}

/* End of tablet query */
/*----------------------------------------------------------------------------------------------------------------------------------------------*/

/* Start of desktop query */
@media (min-width: 1024px){
	
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
