/* API styling */

/* Top header */
.header {
    padding-top: 0;
}

div.topheader{
	background: #F0F0F0;
    border-bottom: 1px solid #E4E4E4;
	padding: 5px 0; 
	margin-bottom: 10px;
	line-height: 30px;
}

div.topheader a{
	color: black;
}

div.topheader a.green{
	background: #03b408;
	color: white;
	border-radius: 5px;
	font-weight: bold;
	padding: 5px;
}

/* Login screen */
section.login-background{
	margin-top: -20px;
	min-height: 600px;
	background-size: cover;
	padding-top: 50px;
}
section.login-background.login-light div.login-intro{
	color: white;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
div.api-login{
	margin: 20px 0 0;
	border: 1px solid #ccc;
	background: rgba(241,241,241,0.9);
	padding: 20px;
	border-radius: 15px;
	overflow: hidden;
}

div.api-login h2{
	margin:0;
	font-size: 19px;
	font-weight: bold;
	border-radius: 15px;
	line-height: 150%;
}

div.api-login p{
	line-height: inherit;
}

div.api-login .button {
    line-height: 42px;
}

div.api-request div.row{
	margin-bottom: 5px;
}

/* Offer form */
div.api-offer{

}

div.api-offer div.row{
	margin-bottom: 15px;
}

div.api-offer div.row > div{
	z-index: 2;
}

div.api-offer h2{
	margin: 20px 25px 0;
	font-size: 20px;
	color: #F5A016;
	font-weight: bold;	
}

div.api-offer .nav-tabs > li.active a {
    box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.32);
}

div.api-offer div.tab-content{
	padding: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.32);
}

div.api-offer section.orderType{
	margin: 0 10px 10px;
	background: white;
	position: relative;
    padding: 20px 25px 5px;

	background: url('../../images/offer-background.png');
	background-size: 100%;
	background-repeat: repeat-y;
}

div.api-offer section.orderType div.offer-top{
	background: url('../../images/offer-background-top.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

div.api-offer section.orderType a.toggleOffer{
	background: url('../../images/api-switch.svg');
    background-size: 100%;
    background-position: top;
    width: 58px;
    height: 35px;
	z-index: 5;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
}

div.api-offer section.orderType a.toggleOffer.active{
    background-position: bottom;
}

h4.accepted{
	color: #F5A016;
}

div.api-offer section.orderType div.offer-bottom{
	background: url('../../images/offer-background-bottom.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

div.api-offer input[type="checkbox"]{
	position: static;
	margin: 3px 0 0 5px;
	height: auto;
}

div.api-offer h4{
	font-size: 16px;
	font-weight: bold;
	margin: 1px 0;
}

div.api-offer h4 a{
    color: #F5A016;
}

div.api-offer h5{
	font-size: 14px;
	margin: 1px 0;
	font-weight: bold;
}

div.api-offer ul{
	list-style: none;
	padding: 0;
}

div.api-offer ul li{
	margin: 5px 0 0;
	background: url('../../images/vink_black.png') no-repeat;
	background-size: 18px;
	padding: 0 0 2px 30px;
}

div.api-offer div.price{
	font-size: 16px;
	text-align: right;
	line-height: 19px;
}

div.api-offer section.orderTotal{
	padding-right: 25px;
	margin: 20px 10px 0;
}

div.api-offer section.orderTotal div.row{
	margin-bottom: 10px;
}

div.api-offer section.orderAccept{
	background: url('../../images/offer-acceptfooter.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #f6933b;
	border-radius: 0 0 15px 15px;
	padding: 50px 0 5px;
}

div.api-offer label{
	font-weight: normal;
}

div.api-offer section.orderAccept label{
	color: white;
	margin: 20px 0 20px;
}

div.api-offer section.orderAccept label a{
	color: white;
}

div.api-offer img.kwaliteitsscore{
	width: 170px;
	margin-left: 30px;
}

div.api-offer section.orderAccept > div{
	padding-right: 20px;
}

div.api-offer section.orderAccept p{
	color: white;
	font-size: 12px;
	margin: 10px 0;
}

div.api-offer section.orderAccept input.button.green{
	line-height: 36px;
	background: #09c30e; 
	background: -moz-linear-gradient(top,  #09c30e 0%, #09c30e 50%, #03b408 51%, #03b408 100%); 
	background: -webkit-linear-gradient(top,  #09c30e 0%,#09c30e 50%,#03b408 51%,#03b408 100%); 
	background: linear-gradient(to bottom,  #09c30e 0%,#09c30e 50%,#03b408 51%,#03b408 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09c30e', endColorstr='#03b408',GradientType=0 ); 
	color: white !important;
	border: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	text-decoration: underline;
	width: 100%;
}

div.api-offer section.orderAccept input.button.green:hover{
	background: #03b408; 
	background: -moz-linear-gradient(top,  #03b408 0%, #03b408 49%, #09c30e 50%, #09c30e 100%); 
	background: -webkit-linear-gradient(top,  #03b408 0%,#03b408 49%,#09c30e 50%,#09c30e 100%); 
	background: linear-gradient(to bottom,  #03b408 0%,#03b408 49%,#09c30e 50%,#09c30e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b408', endColorstr='#09c30e',GradientType=0 ); 
}

a.button.green{
	line-height: 36px;
	background: #09c30e;
	background: -moz-linear-gradient(top,  #09c30e 0%, #09c30e 50%, #03b408 51%, #03b408 100%);
	background: -webkit-linear-gradient(top,  #09c30e 0%,#09c30e 50%,#03b408 51%,#03b408 100%);
	background: linear-gradient(to bottom,  #09c30e 0%,#09c30e 50%,#03b408 51%,#03b408 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09c30e', endColorstr='#03b408',GradientType=0 );
	color: white !important;
	border: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	text-decoration: underline;
	text-align: center;
	margin: 10px 20px 0;
}

a.button.green:hover{
	background: #03b408;
	background: -moz-linear-gradient(top,  #03b408 0%, #03b408 49%, #09c30e 50%, #09c30e 100%);
	background: -webkit-linear-gradient(top,  #03b408 0%,#03b408 49%,#09c30e 50%,#09c30e 100%);
	background: linear-gradient(to bottom,  #03b408 0%,#03b408 49%,#09c30e 50%,#09c30e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b408', endColorstr='#09c30e',GradientType=0 );
}


/*
ul.nav.nav-tabs li{
    padding: 0;
    background: none;
}
*/

/* Widgets */
div.apiWidget{

}

div.apiWidget ul{
	margin-bottom: 5px;
	margin-top: 15px;
}

div.apiWidget ul li{
	background: url('../../images/api-bullet.png');
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 0 0 3px 35px;
}

div.apiWidget ul li a{
	margin: 0;
	width: 100%;
}

div.modal-faq{

}

div.modal-faq h3{
	background: none !important;
}

div.modal-faq h4{
	margin: 0;
	font-weight: normal;
}

/* Partners */
div.api-partners{
	margin: 30px 0 50px;
}

div.api-partners h2{
	margin: 20px 25px 0 0;
	font-size: 20px;
	color: #F5A016;
	font-weight: bold;	
}

div.api-partners div.col-md-3{
	margin-top: 15px;
}

div.api-partners div.content{
	display: none;
}

/* Thank you page */
div.grayBG div.block{
	background-color: #f0f0f0;
	border-radius: 10px;
    padding: 15px;
}

div.grayBG div.block h3{
	font-size: 16px;
	margin: 0 0 10px;
	font-weight: bold;
}

/* Thank you form */
div.thankyouForm input[type="text"], div.thankyouForm textarea{
	margin-bottom: 5px;
	font-size: 12px;
}

div.thankyouForm input[type="submit"]{
	line-height: 40px;
}




