@charset "utf-8";
.subTitleHeader {
	color: #0639A2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin: 0px;
	padding: 20px;	
}
.sectionHeader_bg {
	color: #0639A2;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#crisp-content form {
	padding-top: 10px;
	padding-bottom: 20px;
}
#crisp-content ul {
	padding: 5px;
	list-style: none;	
}

#crisp-content li {
	margin: 0px;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/yellow-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#crisp-staff table {
	margin-top: 5px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #636;
	border-collapse: collapse;
}
#crisp-staff tbody {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCCCCC;
}
#crisp-staff td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #CCCCCC;
}
#crisp-content a {
	padding-right: 3px;
	padding-left: 3px;
}
#crisp-content a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #003D7C;
}
input[type="file"] {
	background-color: #F87B29;
	color: #FFFFFF;
	border: thin solid #AE561D;
}
#info {
	font-size: 12px;
	background-color: #F8F5F3;
	padding: 10px;
	display: none;
}
#area {
	font-size: 12px;
	background-color: #F8F5F3;
	padding: 10px;
	display: none;
}
#measure {
	font-size: 12px;
	background-color: #F8F5F3;
	padding: 10px;
	display: none;
}
.page-title {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #0639A2;
	font-size: 30px;		
}
.orange-font {
	color:#EF7C00;
}
.blue-font {
	color:#003D7C;
}
.grey-font {
	color:#999999;
}
/*div.link-start*/
div.link-blue {	
	display:inline-block;
	padding:20px;
	width:30%;	
	margin:3px;	
	font-weight:bold;
	text-align:center;
	background: #D7EBFF;
	color:#7A7A7A;	
}
div.link-blue:hover {
	cursor:hand;
	cursor:pointer;
	opacity:.7;
}
/*div.link-end*/

/*old version openlayers-start*/
#map {
	height: 600px;
	border: 1px solid #CCCCCC;
}
div.olControlAttribution {
	font-size: 1.5em;
	color: #FFFF00;
	margin-right: 20px;
	margin-bottom: 450px;
}
/*old version openlayers-end*/

.btn-default{background:#E6E6E6;border-color:#A6A6A6;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default{background:#BFBFBF;}

/*carousel-start*/
.crisp-banner{padding:0;margin:0;}
.crisp-banner img{margin:auto; position:relative;}
.crisp-banner .btn-primary{border-color:#ff6600;}
.crisp-banner .carousel .item{height:auto;}
.carousel-control.left{background-image:none;} 
.carousel-control.right{background-image:none;}

@media screen and (max-width:767px) {
.crisp-banner{margin-bottom:30px;}
.carousel-caption h1{font-size:1.5em; font-weight:bold;}
.carousel-caption{font-size:0.6em;}
div.link-blue {width:100%;}
.page-title {font-size: 2em;}
.button-text {font-size: 50%;}
}

@media screen and (min-width:768px){
.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px; color:#999999;}
}
/*carousel-end*/

