#right-component .split-pane-component-inner {
	-webkit-box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.26);
	box-shadow: inset 5px 0px 5px 0px rgba(0,0,0,0.26);
	padding: 100px 35px 30px;
}

.opacity {
	padding:0px;
}
.modal-dialog {
	z-index:10000;
}
.modal {
	z-index:10000;
}
.opacityslider {
	background: none repeat scroll 0 0 #fff;
	bottom: 15px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.58);
	padding: 5px;
	position: absolute;
	margin-left: 15px;
	z-index: 10000;
	font-size: 12px;
	height:25px;
}

.btn-csc-morestories {
	background-color: #02bc97;
	width: 100%;
	border-radius: 0;
	height: 100%;
	color: #fff;
	height: 50px;
	font-size: 17px;
	padding-top: 10px;
	border: 0;
}

.btn-csc-morestories:hover {
	background-color: #01a6d6;
	color: #fff;
}

/* #################### OpenLayers ###################### */

.ol-control, .ol-attribution, .ol-scale-line, .ol-zoom, .layer-switcher, .switchbox {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.58);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.58);
	background: #fff;
	border-radius: 0;
}

.ol-control button {
	color: #595959;
	height: 28px;
	width: 28px;
	margin: 0;
	font-size: 20px;
	border-radius: 0;
}

.ol-control .advanced_button {
	background-color: #01a6d6;
	border-color: #01a6d6;
	color: #fff;
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	float: none;
	width: auto;
	height: auto;
}
.ol-control .advanced_button:hover, .ol-control .advanced_button:focus {
	background-color: #02bc97;
	color: #fff;
	border-color: #02bc97;
}

.ol-attribution button {
	height: 23px;
	width: 23px;
	font-size: 15px;
}

.ol-control button:focus, .ol-control button:hover, .ol-control:hover {
	background: #fff;
	color: #000;
}

.ol-scale-line {
	left: auto;
	right: 50px;
	bottom: 15px;
}

.ol-attribution {
	z-index: 99999;
	bottom: 15px;
	right: 15px;
}

.ol-scale-line-inner {
	color: #595959;
	font-size: 11px;
	border-color: #595959;
	margin: 3px;
}

.ol-zoom {
	top: 95px;
	left: 15px;
}

.layer-switcher {
	left: 15px;
	text-align: left;
	top: 169px;
	right: auto;
}

.layer-switcher button, .layer-switcher button:hover {
	background: #fff url('../OL3_CSC/resources/ol_layer.png') no-repeat center center;
}

.layer-switcher .panel {
	box-shadow: 0;
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
}

.layer-switcher .panel label {
	padding-left: 7px;
}

.layer-switcher li.group label {
	font-weight: normal;
}

.ol-zoom button, .ol-attribution button {
	background: transparent;
}

.switchbox {
	position: absolute;
	top: 95px;
	left: 63px;
	z-index: 10000;
}
.btn-very-little {
	line-height:0.8;
	padding-top:0px;
}
.advanced_buttons {
	z-index: 1000;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.58);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.58);
	background: #ffffff;
	border-radius: 0;
}
.switchbox .btn.advanced_button{
	background-color: #02bc97;
	color:#ffffff;
	position:relative;
}
#switch_cu_im_di{
	border-bottom:1.5px solid grey;
}

.advanced_buttons label{
	font-size:12px;
	margin-bottom:0px;
	padding-left:10px;
	
}

.advanced_buttons .checkbox {
	display: inline;
	padding-left:10px;
	padding-right:10px;
}

.advanced_buttons button:active {
	background-color: #02bc97;
	color: #fff;
	border-color: #02bc97;
}


.switchbox ul li label {
	font-weight: normal;
	margin-bottom: 0;
	font-size: 12px;
}

.switchbox .btn {
	font-size: 12px;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	border: 0;
}

.switchbox .btn.active, .switchbox .btn.active_button, .switchbox .btn:active, .switchbox .btn:hover {
	background-color: #01a6d6;
	color: #fff;
	box-shadow: none;
}

.layer-switcher-settings {
	left: 15px;
	position: absolute;
	top: 175px;
	z-index: 999;
}

.layer-switcher .panel {
	z-index: 10000;
}

.layer-switcher-settings button.switch-settings, .layer-switcher-settings button.switch-settings:hover {
	background: url("../images/cog.png") no-repeat scroll center center #fff;
}

.csc-maptitle {
	position: absolute;
	right: 15px;
	top: 95px;
	z-index: 10000;
	color: #01a6d6;
	background-color: #fff;
	padding: 6px 12px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.58);
}

.layer-switcher-settings .panel {
	display: none;
	padding-right: 50px;
}

.layer-switcher-settings .panel:hover {
	display: block;
}

.layer-switcher-settings button:hover .panel {
	display: block;
	position: relative;
}

.layer-switcher-settings button {
	float: right;
}

.layer-switcher-settings ul {
	list-style: outside none none;
	padding-left: 1em;
}

.layer-switcher-settings li.group {
	padding-top: 5px;
}

.csc-seasonsoverview .glyphicon-search {
	padding-right: 5px;
}

.csc-seasonsoverview .glyphicon-remove, .csc-storytitle .glyphicon-remove {
	float: right;
	color: #a9a9a9;
}

.csc-storytitle .glyphicon-remove {
	font-size: 16px;
}

.csc-seasonsoverview .panel-heading {
	background-color: #fcfcfc;
	color: #01a6d6;
}

.csc-seasonsoverview .panel-body {
	padding: 0;
}

.csc-seasonsoverview h1 {
	color: #01a6d6;
	font-size: 20.5px;
	letter-spacing: 0.03em;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.csc-percentileoverview h1 {
	color: #01a6d6;
	font-size: 20.5px;
	letter-spacing: 0.03em;
	line-height: 1.3;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.ol-attribution {

}

#advanced .ol-attribution {
	display: none;
}

.ol-logo-only {
	display: none;
}

#advanced .ol-zoom {
	top: 5px;
	left: 5px;
}
#advanced .layer-switcher-settings {
	left: 21px;
	top: 125px;
	position: absolute;
	z-index: 1000;
}

#advanced .panel-body {
	padding: 0px;
}

