@font-face {
	font-family: 'Roboto-Regular';
	src: url('bootstrap/fonts/Roboto-Regular.eot');
	src: url('bootstrap/fonts/Roboto-Regular.woff') format('woff'), url('bootstrap/fonts/Roboto-Regular.ttf') format('truetype'), url('bootstrap/fonts/Roboto-Regular.svg') format('svg');
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('bootstrap/fonts/Roboto-Light.eot');
	src: url('bootstrap/fonts/Roboto-Light.woff') format('woff'), url('bootstrap/fonts/Roboto-Light.ttf') format('truetype'), url('bootstrap/fonts/Roboto-Light.svg') format('svg');
}

.row {
    margin-right: 0px;
    margin-left: 0px;
	}

body{
	/*font-family: Roboto-Regular !important;*/
	font-size: 16px;
}

/* Banner *********************************************************************************************************************************************/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.leveltwo:hover>.bannersubject
{
	display:block;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/********************************************************************************************************************************************/
@media screen and (min-width: 480px)
{
	.context
	{
		margin-top: 200px;
	}
	.container
	{
		padding-right: 0px;
    padding-left: 0px; 
	}
}
@media screen and (min-width: 600px)
{
	.context
	{
			margin-top: 100px;
	}
}
/*********************************************************************************************************************************************/






header .headLogo
{
	margin-left: 50px;
}

header .headright
{
	margin-right: 50px;
}

a svg, .headeruser a
{
	fill: #9d9d9d;
	margin-top: -10px;
	margin-bottom: -10px;
	height:40px;
	color: #fff;
}
a svg:hover
{
	fill: #fff;
}

.headeruser:hover > a svg:hover, a:hover
{
	fill: blue;
	color: blue;
	text-decoration: none;
}

#overlay {
    position : absolute;
    top      : 0;
    left     : 0;
    width    : 100%;
    height   : 100%;
    z-index  : 10;
    display  : none;
}
h4{
	font-size: 25px;
	color:#f04406;
	font-family: "roboto";

}

h5{
	font-size: 20px;
	color:#fff;
	font-family: "roboto";

}

/*------------------------------------------------Header Footer css---------------------------------------------*/
header{
	background: #019cde;
    color: #fff;
}
.logOutLinks{
    float: left;
    text-align: right;
    width: 15%;
}
.logOutLinks a{
	color: #fff;
    font-family: roboto;
}
.headWhite{
  color: #f04406;
  font-weight:600;
}

.HeadContact{
  float: left;
  text-align: right;
  padding:5px 0px;
  font-size: 13px;
}

.HeadContact a, .HeadContact p{
  margin: 0;
	color:#fff;
}

.headUserInfo{
	border-right: 1px solid #fff;
	margin-right: 20px;
	padding-right: 20px;
	text-align:left;
}

.headfunctions{
	color: #025172 !important;
	font-family: "roboto";
	font-weight: 500;
}
footer{
  width: 100%;
  background: #E0E0E0;
  color: #5c4b4c;
	height: 20px;
  margin-top:30px;
	font-size: 12px;

}
.footLeft{
  float: left;
  width: 50%;
}
.footRight{
  float: left;
  width: 50%;
  text-align: right;
}
.footRight a{
	color: #5c4b4c !important;
}

/*
.body-wrap {
  min-height: 700px;
}
*/
.body-wrap {
  position: relative;
  /*z-index: 0;*/
}
/*
.body-wrap:before,
.body-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 260px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 0)));
  background: linear-gradient(to bottom, rgba(26, 49, 95, 1) 0%, rgba(26, 49, 95, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#001a315f', GradientType=0);
}

.body-wrap:after {
  top: auto;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(26, 49, 95, 0) 0%, rgba(26, 49, 95, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001a315f', endColorstr='#1a315f', GradientType=0);
}
*/
nav {
  margin-top: 20px;
  box-shadow: 5px 4px 5px #000;
}


/*------------------------------------------------Landing Page css---------------------------------------------*/

.form-control:focus {
	border: none;
  border-color: #000;
  box-shadow: none;
}

#RegisterForm_product .checkbox{
	width:20%;
	float:left;
	margin-top:0;
}
.indexBody, .indexContainer{
	background: #fff;
  font-family: Roboto-Regular;
}
.loginErr{
	margin-top: 20px;
	font-family: roboto;
}
.signupForm{
	background: #f1f1f1;
	padding:20px 20px;
}


.buttonGroup .signUp, .buttonGroup .logIn, .buttonGroup .activationPage{
	width: 70%;
  margin: 5% 0;
  color: #fff;
  border-color: #C3C3C3;
  height: 45px;
	padding-top: 9px;
}
.buttonGroup .activationPage:hover, .buttonGroup .activationPage:active{
	background-color:#ebebeb;;
}
.buttonGroup{
  background: #fff;
  padding: 10% 0;
  margin: 5% 0;
  float: right;
  border-radius: 20%;
  width: 65%;
  text-align: center;
}
.rightContain{
  text-align: center;
}
.leftContain p{
  font-family: Roboto;
}
.leftContain img{
  width: 60%;
}
.leftContain a{
	color: black;
}
.signUp, .logIn{
  background: #00adef;
}
.activationPage{
  background: #ebebeb;
  color: #5C4B4C !important;
}
.loginBox{
	margin-top:100px;
	background:#019cde;
	padding:55px 55px 130px 55px;
	margin-bottom:40px;
	border-radius:40px;
	-webkit-border-radius:40px;
	-moz-border-radius:40px;
	-o-border-radius:40px;
}
.contL{
	color:#ffffff;
	font-size:17px;
}
.contL h2{
	margin:0 0 20px 0;
	font-weight:600;
	color:#ffffff;
	font-size:38px;
}
.contR{
	position:relative;
}
.loginformBox{
	height:30px;
	margin-top:-125px;
	background:#fff;
	padding: 20px 40px 40px 40px;
	box-shadow:0 0 10px #cccccc;
	-webkit-box-shadow:0 0 10px #cccccc;
	-moz-box-shadow:0 0 10px #cccccc;
	-o-box-shadow:0 0 10px #cccccc;
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
}
.loginformBox small{
	font-size:16px;
	margin-bottom:10px;
	display:inline-block;
}

.anwbimg{
	margin-bottom: 10px;
}
.redBtn{
	font-family: "roboto";
	background: #ee4406;
	border-bottom: 2px solid #a32e03;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 12px 12px;
		box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.4)
}
.blueBtn{
	font-family: "roboto";
	background:#019cde;
	border-bottom:2px solid #036f9d;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 12px 12px;

}
.yellowBtn{
	font-family: "roboto";
	background:#ffd101;
	border-bottom:2px solid #b09103;
	color: #002662;
	font-size: 20px;
	font-weight: 500;
	padding: 12px 12px;
		box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.4)
}


.yellowBtn:hover{
	color:#f1f1f1;
	background-color: #b09103;
}
.blueBtn:hover{
	color:#f1f1f1;
	background-color: #036f9d;
}

.redBtn:hover{
	color:#f1f1f1;
	background-color: #a32e03;
}

.logBtns{
	margin:40px 0;
}
.logBtns .btn{
	margin-bottom:30px;
}
.actBoxL{
	margin-top:-125px;
}
.actBoxR{
	color:#002662;
}
.actBtn{
	padding:0 95px 0 40px;
}
.actContBox h2{
	font-size: 38px;
	font-weight: 600;
}
.actContBox{
	font-size:17px;
	margin-bottom:20px;
}
.actbrakecov{
	color:#00265f;
	text-decoration:underline;
	font-size:17px;
}
.pechpasActBox{
	margin-bottom:35px;
}
.actBoxL .img-responsive{
	display:inline-block;
}
.headUserInfo .media-left img{
	height:50px;
}

/*------------------------------------------------Sign up Page css---------------------------------------------*/

.mijngegevens{
	background-color: #f1f1f1;
}

.signupBody, .signupContainer{
	background: #fff;
	font-family: Roboto-Regular;
}
.signupLable{
	background: #fff none repeat scroll 0 0;
    padding-top: 10px;
}/*
input{
	color: red important;
}*/
.signupLable p{
	font-family: Roboto;
}
.errMsgSignup{
	background: #ebebeb;
}
.errMsgSignup .label-danger{
	background-color: transparent;
    color: #d9534f;
    font-size: 14px;
    font-weight: 400;
    white-space:normal;
    padding:0;
}
.errMsgForgotPass{
	background: #ebebeb;
}
.errMsgForgotPass .label-danger{
	background-color: transparent;
    color: #d9534f;
    font-size: 14px;
    font-weight: 400;
    white-space:normal;
    padding:0;
}

.succMsgForgotPass{
	background: #ebebeb none repeat scroll 0 0;
    color: green;
    font-family: roboto;
    font-weight: 400;
}
.lastCheckbx .checkbox{
	margin: 0;

}
.lastCheckbx{
	width: 100% !important;
}
.newField1{

}
.submitBtnregistr{
	float: right !important;
	margin-right: 188px !important;
}
.submitBtnregistr div{
	text-align: right;
}

.form-control
{
	box-shadow: none;
}
/*
.signupForm input{
	-moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-bottom-color: #c3c3c3;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-image-outset: 0 0 0 0;
	    border-image-repeat: stretch stretch;
	    border-image-slice: 100% 100% 100% 100%;
	    border-image-source: none;
	    border-image-width: 1 1 1 1;
	    border-left-color: -moz-use-text-color;
	    border-left-style: none;
	    border-left-width: 0;
	    border-right-color: -moz-use-text-color;
	    border-right-style: none;
	    border-right-width: 0;
	    border-top-color: -moz-use-text-color;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-top-style: none;
	    border-top-width: 0;
	    box-shadow: none;
	    font-size: 16px;
	    padding-bottom: 0;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 0;
			background: transparent;
}*/

/*.form-control::-webkit-input-placeholder { color: #333; }*/
.form-control:-moz-placeholder { color: #333; }
.form-control::-moz-placeholder { color: #333; }
.form-control:-ms-input-placeholder { color: #333; }

.form-control
{
		border-radius: 0;
}



label{
	font-weight: normal;
}




.has-error .form-control{
	box-shadow: none;
}
.has-error .form-control:focus {
    box-shadow: none;
}
.signupForm .inputGroup{
	padding: 0px 0;
}
.signupForm .form-group{
	float: left;
 	margin-right: 85px;
	margin-bottom: 0px;
  	width: 38%;
  	font-family: roboto;
}
.signupContainer {
	font-size: 16px;
	margin-top: 20px;
}
.signupContainer p {
	font-size: 16px;
margin-bottom: 40px;
}
.btnSignUp .signup .login{
	border-bottom-color: #c3c3c3;
    border-left-color: #c3c3c3;
    border-right-color: #c3c3c3;
    border-top-color: #c3c3c3;
    color: #fff;
    float: right;
	background-color: #00adef;
	padding-right: 30px;
	padding-left: 30px;
	border: 0;
	border-bottom:2px solid #036f9d;
}

.btnSignUp:hover{
	background-color: #036f9d;
	color:#f1f1f1;
	border-bottom:2px solid #036f9d;

}
.btnSignUp:active, .btnSignUp:focus{
	background-color: #036f9d !important;
	color:#fff !important;
}
/*------------------------------------------------login Page css---------------------------------------------*/
.loginBody, .loginContainer{
	background: #fff;
	font-family: Roboto-Regular;
}
.loginContainer{
	margin-top: 40px;
}
.loginForm{
	background: #f1f1f1;
	padding: 20px 40px;
	height: 350px;
}
/*.loginForm input{
	-moz-border-bottom-colors: none;
	    -moz-border-left-colors: none;
	    -moz-border-right-colors: none;
	    -moz-border-top-colors: none;
	    border-bottom-color: #c3c3c3;
	    border-bottom-left-radius: 0;
	    border-bottom-right-radius: 0;
	    border-bottom-style: solid;
	    border-bottom-width: 1px;
	    border-image-outset: 0 0 0 0;
	    border-image-repeat: stretch stretch;
	    border-image-slice: 100% 100% 100% 100%;
	    border-image-source: none;
	    border-image-width: 1 1 1 1;
	    border-left-color: -moz-use-text-color;
	    border-left-style: none;
	    border-left-width: 0;
	    border-right-color: -moz-use-text-color;
	    border-right-style: none;
	    border-right-width: 0;
	    border-top-color: -moz-use-text-color;
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    border-top-style: none;
	    border-top-width: 0;
	    box-shadow: none;
	    font-size: 16px;
	    padding-bottom: 0;
	    padding-left: 0;
	    padding-right: 0;
	    padding-top: 0;
			background: transparent;
			margin-bottom: 30px;
			margin-top: 30px;
}*/
.loginContainer h4{
	margin: 20px 0;
	color:#f04406;
	font-family: "roboto";
	font-weight: 500;
}
.loginSubmit{
    float: right;
}
.forgotPass{
	color: #c3c3c3;
}


/*------------------------------------------------Customer page css---------------------------------------------*/

.customerServiceContainer{
	background: #fff none repeat scroll 0 0;
    font-family: Roboto-Regular;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.customerServiceContainer p{
	margin: 10px 0 40px 0;
}

/*------------------------------------------------Home Page css---------------------------------------------*/

.block-col{
	text-align: center;
	padding-top: 30px;
}

.pechhulpkopen{
	border:2px solid #f1f1f1;
	margin-right:10px;
	margin-left:10px;
	min-height:210px;
/*
	 display: flex;
	 flex-wrap: wrap;
*/
}


h6{
	font-size: 16px;
	font-weight:bold;
	color:#f04406;
	}

h1{
	font-size: 20px;
	font-weight:bold;
	color:#00adef;
	margin:0;

	}

.een img{
 margin-bottom:10px;
 margin-top:10px;
}

.productBlocks img{
	margin-top: -42px;
}
.productBlocks span{
	font-size: 12px;
}
.productBlocks h4, .productBlocks h3, .productBlocks p{

}
.productBlocks a:hover{
	text-decoration-line: none;
}


.connectBtn{
	width: 100%;
	padding: 10px 40px;
}




.activ_kopp{
	padding:10px;
	border: 23px solid white;
	background-color: #f1f1f1;
}



/*------------------------------------------------Order Page css---------------------------------------------*/
.orderPage{

	margin-top: 20px;
}
.orderHeading{
	margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.orderCouponLeft{
	padding: 10px 30px;
	background: #f1f1f1;
	min-height:450px;
}
.orderCouponRight{
	text-align: center;
}
.ideal{
	margin-top:100px;
}
.allCouponRow{
	border: 1px solid #f1f1f1;
}
.individualCoupon{
	width: 100%;
	float: left;
	margin-top: 15px;

}

.itemvijfmaal{
	margin-top:6px;
}
.itemprijs{
	margin-top:6px;
}

.whiteCoupon{
	width: 40%;
	padding: 20px 5px;
	background: #fff;
	text-align: center;
	color: black;
	float: left;


}


.calculationCoupon{
	width: 60%;
	float: left;
	margin-top: 30px;
}
.calculationCoupon span, .calculationCoupon input{
	margin-bottom: 0;
  margin-left: 40px;
  margin-right: 23px;
  margin-top: 0;
	float: left;
}
.calculationCoupon input{
	width: 52px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

   opacity: 1;

}

.totalCal{
	float: left;
    padding-bottom: 0;
    padding-left: 60%;
    padding-right: 16%;
    padding-top: 0;
    text-align: left;
    width: 100%;
}
.totalCal hr{
	border-color: #333;
	width: 100%;
	margin: 5px 0 5px 0;;
}
.tAmtspan{
	float: right;
}
.orderCouponRight img{
	margin-left: 10%;

}

.orderblock{
	border:2px solid #f1f1f1;
}

.orderCouponRight{

	min-height: 450px;
}
.paymentBtn{
	width: 60%;
  margin: 30% 0 0 0;
  color: #fff;
  border-color: #C3C3C3;
  height: 45px;
	padding-top: 9px;
	background: #00adef;
}


/*--------------------------------Responsive css--------------------------------------*/

@media only screen and (max-device-width : 1199px)  {
.contL h2{
	font-size:42px;
}
.actContBox h2{
	font-size:32px;
}
.actContBox{
	font-size:16px;
}
.footLeft,.footRight{
	width:100%;
	text-align:center;
}
}

.headright.pull-right{
	float:none !important;
	text-align:center;
}
.headUserInfo.pull-left,.HeadContact.pull-left{
	float:none !important;
	display:inline-block;
	margin-top:10px;
}
.loginBox{
	margin-top:20px;
	padding:20px;
}
.loginformBox,.actBoxL{
	margin-top:0;
}
.contL h2{
	font-size:30px;
}
.loginformBox{
	padding:40px;
	height:auto;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
}
.loginformBox{
	padding:20px;
}
.contL br,.actContBox br{
	display:none;
}
.actBtn{
	padding:0 40px 0 20px;
}
.actContBox h2 {
  font-size: 28px;
}
.logBtns {
  margin: 20px 0;
}

}

@media only screen and (max-device-width : 767px)  {

.headright.pull-right{
	float:none !important;
	text-align:center;
}
.headUserInfo.pull-left,.HeadContact.pull-left{
	float:none !important;
	display:inline-block;
	margin-top:10px;
}
.loginBox{
	margin-top:20px;
	padding:20px;
}
.loginformBox,.actBoxL{
	margin-top:0;
}
.contL h2{
	font-size:25px;
}
.loginformBox{
	padding:40px;
	height:auto;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
}
.loginformBox{
	padding:20px;
}
.contL br,.actContBox br{
	display:none;
}
.actBtn{
	padding:0 40px 0 20px;
}
.actContBox h2 {
  font-size: 28px;
}
.logBtns {
  margin: 20px 0;
}
.contL{
	margin-bottom:20px;
	text-align:center;
}
.actBoxL .img-responsive{
	display:inline-block;
}
.actBoxL {
	margin-bottom:20px;
}
.actContBox{
	text-align:center;
}

}

@media only screen and (max-device-width : 767px)  {
.headUserInfo{
	margin-right: 5px;
	padding-right: 5px;
}
.headright {
	font-size:12px;
}
.headUserInfo .media-left{
	padding-right:5px;
}
.headUserInfo .media-right{
	padding-left:5px;
}
.headUserInfo  img{
	width:40px;
}
}

@media only screen and (max-device-width : 480px)  {
.headUserInfo {
	margin:0;
	border:0;
}
.HeadContact {
	text-align:center;
}
.contL h2,.actContBox h2 {
  font-size: 22px;
}
.contL {
  font-size: 15px;
}
.redBtn,.blueBtn,.yellowBtn{
	padding:8px 12px;
	font-size:18px;
}

}

@media only screen and (min-device-width : 360px) and (max-device-width : 1024px)  {
#RegisterForm_product .checkbox {
    width: 40%;
}
.signupContainer{
	background: #ebebeb;
}
.loginForm{
	padding: 80px 40px;
}

}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px)  {
.signupForm .form-group{
	width:100%;
	margin-right:0;
}
.submitBtnregistr{
	margin-right:0 !important;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1199px)  {
.submitBtnregistr{
	margin-right:14% !important;
}
}

/*--------------------------------Connect & Activation css--------------------------------------*/

.connectPage{
	margin-top: 20px;
}
.passConnectSection{
	margin-bottom: 20px;
}
.passSection{
	width: 60%;
	float: left;
	text-align: center;
	background: #00adef;
	height: 80px;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;
}
.passSection a, .passSection p{
	color: #fff;
}
.connectDownloadSection{
	width: 40%;
	float: left;
	background: #ebebeb;
	height: 80px;
	padding: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-top: 30px;
}
.connectDownloadSection a{
	color:#666666;
}
.form-row{
	padding: 20px;
}
.btn-connect{
	float: right !important;
}
.connect-label{
	padding-left: 0;
}
.btn-connect p{
	float: right;
	font-size: 16px;
	color: #666666;
}
/*--------------------------------My Customer page css--------------------------------------*/

.search-section{
	background: #00adef;
	padding: 20px 10px 10px 10px ;
}
.search-section .form-group{
		margin-left: 35%;
    width: 30%;
}
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

/* OVER */
.activate-insurance{
	border:none;
	padding:0;
}
.activate-insurance .signupForm{
	padding:20px 20px;
}
.activate-insurance .errMsgSignup{
	padding-left:0;
}

.noRecord{
	font-weight:600;
	text-align:center;
	font-size:18px;hove
	padding:40px 15px;
}
.errorMsgDiv{
	text-align:center;
	font-size:32px;
	font-weight:600;
	margin:18% 0;
	background:#fff;
}
.showOrder:hover,showOrder:focus{
	text-decoration:none;
}
/* Terms and Conition Page */
.pdfTop{
	margin:25px 0 30px 0;
	display:table;
	width:100%;
}
.pdfTop div{
	display:table-cell;
	vertical-align:middle;
}
.pdfTop .heading{
	font-size:20px;
}
.font-bold{
	font-weight:bold;
}
.mrgBtm15{
	margin-bottom:15px;
}
.mrgRgt30{
	margin-right:30px;
}
.dividerLine{
	border-top:2px dashed #d7d7d7;
	height:1px;
	margin: 15px 0 30px 0;
}
/* Over */

#form-activate_BikeType .radio,#form-register_sexe .radio,#form-activate_Sexe .radio,#form-edit_sexe .radio{
	display:inline;
	margin:0 10px 0 0;
}
.activate-form .form-group{
	float:none;
	width:auto;
	margin-right:0;
	height:36px;
}
.activate-form .inputGroup {
	width:90%;
}
.activate-form .submitBtnregistr{
	margin-right:35px !important;
}
.activate-form .col-md-6{
	padding-right:50px;
}
.forgot-popup .loginForm{
	background:#ffffff;
}
.forgot-popup .close{
	z-index:100;
	position:relative;
	right:5px;
}
#form-register_product .checkbox,#form-edit_product .checkbox{
	display:inline;
}



.main_btn{
	border: 0;
	font-family: "roboto";
	background:#019cde;
	border-bottom:2px solid #036f9d;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.3)
}

.main_btn:hover{
	font-family: "roboto";
	background:#036f9d;
	border-bottom:2px solid #036f9d;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	box-shadow: 0px 14px 10px -10px rgba(0,0,0,0.3)
}

ideal_img{
	border: 1px solid red;
}


.beschikbaar{
	color:#019cde;
	font-weight: 600;
	font-size: 20px;
}
.inline-radio-hld{
	min-height:30px;
}
.inline-radio-hld div{
	display:inline;
}
.productBlocks h4{
	min-height:38px;
}
.order-price {
	min-width: 86px;
	text-align:right;
}
.table-section .table th,.table-section .table th{
	vertical-align:top;
}
.cstm-form .control-label{
	text-align:left;
	font-weight:600;
}
.information-div{
	padding:15px;
}
.form-group .label.label-danger{
	background: none;
	color: #d9534f;
	left: 0;
	padding:0;
}
.thank-regist .contactus{
	margin-left:0;
	margin-right:0;
}
#changePassword iframe{
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.change-password-form{
	background:none !important;
}
#changePassword .close{
	position: absolute;
	right: 5px;
	top: 5px;
}

.radio-inline {

    padding-left: 0px;

}

.letop{
	margin-top: 10px;
	font-size: 12px;
}

.goToSignup h4{
	margin-top: 40px;
}

.divAvailablePasses{
	font-size: 25px;
}


.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

.customerbutton{
	color: #f04406;
	padding: 5px;
	background-color: #f1f1f1;
	border: 1px solid #dddddd;
	border-bottom: 2px soild #ddd;

}

.customerbutton:hover{
	color: #999;
	padding: 5px;
	background-color: #dddddd;
	border: 1px solid #dddddd;

}

tr{
	padding-top: 100px;
}

.connectBtn a{

	background: #ebebeb;
	color: #333;
	border-color: #c3c3c3;
	border-bottom:2px solid #c3c3c3;
	padding: 8px 12px;
	box-shadow:0px 0px 0px 1px rgba(0,0,0,0.4);
	font-size: 16px;
}

.connectBtn a:hover{

	background:#c3c3c3;
	border-bottom:2px solid #c3c3c3;
	color: #333;
	font-size: 16px;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0.0);
}
