/* OVERALL */
#calc-title{
	padding: 0;
	width:223px; 
	text-align: center;
	margin: 0;
}

/* BOXES */
#santander-calc-wrapper{}

.calc-type-4 #santander-calc,
.calc-type-5 #santander-calc{
    height: 660px;
}

#santander-calc{
	width: 223px;
    height: 600px;
}
#calc-icon{
}

/* AD boxes */
#ad-wrapper{
}
.ad-box{
	width:223px;
	background:#fff; 
	color:#333;
	border:1px dotted #ccc;
	font-weight: bold;
	font-size: 11px;
	line-height:15px;
	text-align:center;
	min-height:70px;
	padding:10px;
	border-radius:none;
	margin:6px 0;
	box-sizing: border-box;
}
	.ad-box.loading{background:url(/calc/img/ajax-loader-grey.gif) 50% 50% no-repeat #fff;}
	.ad-box .sub-message{
		font-style: italic;
		font-size: 10px; 
		font-weight: normal;
		margin-top:5px;
		color:#777;
		line-height:12px;
	}

/* Footer */
#santander-logo-2 {
    background: url(/calc/img/santander-logo-2018.png) 50% 50% no-repeat transparent;
    display: block;
    height: 68px;
    width: 150px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.logo-wrapper {
	background: transparent;
	margin-top: 40px;
}

#sub-footer{
	background:#dd1400;
	font:bold 12px arial;
	color:#fff;
	padding:20px 8px 0;
	display:block;
	height:35px;
	width:186px;
	bottom:0px;
	left:0px;
	text-align:center;
	display:none;
}

/* Info overlay */
#info-icon{
	top:7px;
	right:5px;
}
#info-overlay{
	/*top:125px;
	left:7px;
	height:190px;
	width:167px;*/
}


/* CONTENT */
#slider-container{
	
}
/*#santander-calc .slider-wrapper{
	height:36px;
	margin: 0;
}*/
#santander-calc .ajd-btn.minus{
	left:-31px;
	top:18px;
	padding-left:15px;
}
#santander-calc .ajd-btn.plus{
	right:-31px;
	top:18px;
	padding-right:15px;
}
#santander-calc .slider-wrapper .label .value{
	float:right; 
}
#santander-calc #monthly-cost{
	text-align:center;
	z-index:9999;
	position: relative;
}
#santander-calc #monthly-cost .header{text-align: center;}
#santander-calc #monthly-cost .label{font:bold 11px arial; text-transform:uppercase;}
#santander-calc #monthly-cost .value{ 
	margin:0px auto;
	text-align: center;
}
#santander-calc .fees .static-content{cursor:pointer;}

#santander-calc .fees{text-align: center;}
/* Loader */
#santander-calc #overlay-loader{
	width:223px;
	height:600px;
	padding:100px 0;
	top:38px;
	left:0px;
}

/* VARIANT 2 (image bg)*/
#santander-calc-wrapper.calc-bg-2 #santander-calc{background:url(/calc/img/santander-bg/car-vert.jpg) 50% 50% no-repeat;} /* CAR */
#santander-calc-wrapper.calc-bg-2.calc-type-1 #santander-calc{background:url(/calc/img/santander-bg/car-vert.jpg) 50% 50% no-repeat;} /* CAR */
#santander-calc-wrapper.calc-bg-2.calc-type-2 #santander-calc{background: #303030;} /* FRITID */


/* ================== */
/* SANTANDER OVERRIDE */
/* ================== */
#calc-123456789 #santander-logo-2{left:5%;}
#calc-123456789.is-responsive #ad-wrapper{width: 100%;}