body{
    font-family: 'Source Sans Pro', sans-serif;
}

.paymentMethod {
	padding-top: 90px;
	box-shadow: none;
	position: relative;
}

.paymentMethod.active {
	outline: none !important;
	box-shadow: none;
}

.paymentMethod.active .method {
	border-color: #0099cc;
	outline: none !important;
	box-shadow: 0px 3px 22px 0px #7b7b7b;
}

.method{
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s;
	margin-top: 15px;
}

.methodFake{
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid transparent;
	transition: all 0.5s;
}

.method-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 15px;
	font-size: 13px;
}

.method:hover {
	border-color: #0099cc;
	outline: none !important;
}

.highlight{
    filter:     alpha(opacity=70);
    opacity:    0.7;
    /*outline:    6px auto #0A7EbE;*/
	background-color: transparent;
	border: solid;
	border-color: #0A7EbE;
	border-width: 6px;
}

.highlight-green{
    filter:     alpha(opacity=70);
    opacity:    0.7;
    /*outline:    6px auto rgb(0, 255, 0);*/
	background-color: transparent;
	border: solid;
	border-color: rgb(0, 255, 0);
	border-width: 6px;
}

.highlight-red{
    filter:     alpha(opacity=70);
    opacity:    0.7;
    /*outline:    6px auto rgb(255, 0, 0);*/
	background-color: transparent;
	border: solid;
	border-color: rgb(255, 0, 0);
	border-width: 6px;
}

.customtooltip{
    width: 100%;
    position: absolute;
    bottom: -22px;
    background-color: #0A7EbE;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    font-family: Verdana;
	color: white;
	outline: 6px auto #0A7EbE;
}

.externalcustomtooltip{
    width: 100%;
    height: 30px;
    bottom: 0px;
    background-color: #0A7EbE;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    font-family: Verdana;
	color: white;
	margin-bottom : 50px;
}

.externalcustomtooltip2rows{
	width: 100%;
    height: 45px;
    bottom: 0px;
    background-color: #0A7EbE;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    font-family: Verdana;
	color: white;
	margin-bottom : 50px;
}

#openseadragon1{
	height: 500px;
	border: solid 2px #0099cc;
	/* margin: 50px; */
	margin-top : 15px;
	margin-bottom : 0px;
	background-color: white;
}

#openseadragon2{
	height: 500px;
	border: solid 2px #0099cc;
	/* margin: 50px; */
	margin-top : 15px;
	margin-bottom : 0px;
	background-color: white;
}

#resultsDiv{
	padding: 50px;
}

.buttonsDiv{
	margin: auto;
}

#btn{
	margin-top : 20px;
}

#btnplus{
	width: 100%;
	height: 100%;
}

.imgSelector {
	background-color: white;
	overflow-x: auto;
	white-space: nowrap;
	display: block;
	border: solid 1px lightblue;
	margin-top: 25px;
	margin-bottom: 25px;
}

.imgSelector > .content > label {
	display: inline-block;
	float: none;
}

body{
	background-image: url('resources/body_bg.png');
}

.navbar{
	background-color:#34495e;
	margin-bottom:50px;
	height: 75px;
}

#btn{
	color: #fff;
	background-color: #0099cc;
	border-color: #0099cc;
}

#btn:hover{
	color: #fff;
	background-color: #0067cc;
	border-color: #0067cc;
}

#btnplus{
	color: #fff;
	background-color: #0099cc;
	border-color: #0099cc;
}

#btnplus:hover{
	color: #fff;
	background-color: #0067cc;
	border-color: #0067cc;
}

#titleTextZone{
	text-align: center;
	font-size: 30px;
}

.svg{
	fill: white !important;
	margin:15px;
}

.svg-big{
	fill: white !important;
	margin:25px;
}

.btn-home{
	box-shadow: 5px 5px 5px #002850;
	width: 130px;
	height: 130px;
	margin: auto;
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 0px;
}

.btn-home-big{
	box-shadow: 5px 5px 5px #002850;
	width: 200px;
	height: 200px;
	margin: auto;
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 0px;
}

.slider, #slider{
	position: absolute !important;
	z-index: 10000;
	bottom: 5px;
	/* width: 100% !important; */
}

#slider-div{
	position: absolute !important;
	z-index: 10000;
	top: 240px;
	right: 0px;
	/* width: 100% !important; */
}

.tooltip{
	opacity: 1 !important;;
}

#slider .slider-track-high {
	background: #81bfde;
}

#footer-wrapper {

    padding: 2% 0;

}
#footer-wrapper {

    background: #34495e;
    color: #ffffff;
    padding: 3em 0;

}
.wrap {

    width: auto;
    clear: both;

}

.copyright h3{
	font-size:17px; 
}

.copyright h4{
	font-size:15px; 
}

.copyright h5{
	font-size:13px; 
}

.copyright p{
	font-size:12px; 
}