/* Space out content a bit */
body {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a {
	color:#6d78b7;
}

a:hover {
	text-decoration:underline;
	color:#6d78b7;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header, .marketing, .footer {
	padding-right: 15px;
	padding-left: 15px;
}

/* Custom page header */

/* Make the masthead heading the same height as the navigation */
.header h3 {
	padding-bottom: 19px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;

}
.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
	padding: 14px 24px;
	font-size: 21px;
}

/* Supporting marketing content */
.marketing {
	margin: 20px 0;
	margin-bottom:0px;

}
.marketing p + h4 {
	margin-top: 28px;
}

.row.marketing.paymentrow {
	margin-left:20px;
	margin-top:0px;
	}

.btn-cancel {
	background-color: whitesmoke;
	border-color: grey;
	color: grey;
}
.btn-forward {
	background-color: #6D78B7;
	border-color: #999999;
	color: #fff;
}
.btn-200pxsize {
	width: 200px;
}
.btn-padding {
	margin: 20px;
}

p.smallertext {
	font-size: 11px;
}

body {
	background-image:
url('https://customer.aqua-med.eu/images/onlinecontractorder/bg-image.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #20b1ff;
}

.container.backgroundcolorblue {
	background-color: #FFFFFF;
	border-left: 4px solid #6d78b7;
	border-right: 4px solid #6d78b7;
	border-top: 4px solid #6d78b7;
	border-bottom: 4px solid #6d78b7;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	background-image:
url('https://customer.aqua-med.eu/images/onlinecontractorder/kp_head.jpg');
	background-repeat: no-repeat;
	border-radius: 2px;
	background-size: contain;
}
.backgroundholder {
	background-image: url('https://www.aqua-med.eu/img/schwung.png');
	background-position: bottom center;
	padding: 19px 19px 10px 19px;
	background-repeat: no-repeat;
	background-size: contain;
}
.container.backgroundcolorblue .header {
	min-height: 181px;
}

.container.backgroundcolorblue .jumbotron {
	background-color: white;
}
.container.footercontainer {
	border-radius: 2px;
	padding: 19px;
	background-color: #6d78b7;
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	color: white;
}
.container.footercontainer .footer, .container.footercontainer .footer p a {
	color: white;
}

.container.footercontainer .footer p a:before {
	content '&middot';
}

.jumbotron.diveinfocontainer {
	background-color: silver;
	border: 1px solid black;
	border-radius: 5px;
	padding:10px;
	margin-top: 0px;
}
.jumbotron.diveinfocontainer h1 {
	font-size: 15px;
}
.jumbotron.diveinfocontainer ul li {
	text-align: left;
}

.jumbotron.diveinfocontainer > .lead {
	font-size: 15px;
}

.jumbotron.diveinfocontainer > ul.dcservices {
	padding-left: 26px;
}

h1.aquamed {
	margin-top: 5px;
	color: #6d78b7;
	padding-bottom: 10px;
	margin-bottom: 0px;
	font-size: 1.7em;
	border-bottom: 1px solid grey;
	font-weight:bold;
}

.abstand {
	margin-top: 30px !important;
}

label.nearlyh4 {
	font-weight: bold;
	font-size: 16px;
	padding-left: 0px;
}
.well h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid grey;
}

.well tr:first-child td {
	border-top:0px !important;
}

h2.grey {
	margin: 0px;
	font-weight: bold;
	font-size: 15px;
	color: grey;
}

.breadcrumb2 {
	height: 39px;
	background-color: #6d78b7;
	border-radius: 5px;
	overflow-y: hidden;
	border: 2px solid #6d78b7;
	
}

.breadcrumb2.finalstep {
	background-color: whitesmoke;
}

.breadcrumb2 a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 36px;
	color: white;
	/*need more margin on the left of links to accomodate the numbers*/
	padding: 0 10px 0 40px;
	background: #666;
	background-color: #6d78b7;
	position: relative;
}
/*since the first link does not have a triangle before it we can reduce
the left padding to make it look consistent with other links*/
.breadcrumb2 a:first-child {
	padding-left: 15px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb2 a:first-child:before {
	left: 14px;
}
.breadcrumb2 a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
	width:auto;
}

/*we dont need an arrow after the last link*/
.breadcrumb2 a:last-child:after {
	content: none;
}

/*hover/active styles*/
.breadcrumb2 a.active, .breadcrumb2
a.active:after {
	background-color: whitesmoke;
	color: grey;
}


/*adding the arrows for the breadcrumb2s using rotated pseudo elements*/
.breadcrumb2 a:after {
	content: '';
	position: absolute;
	top: 0;
	right: -18px; /*half of square's length*/
	width: 37px;
	height: 37px;

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1;
	background: #6d78b7;
	border-right: 3px solid white;
	border-top: 3px solid white;
	/*box-shadow: 2px -2px 0 2px rgba(255, 255, 255, 0.8), 3px -3px 0 2px
rgba(255, 255, 255, 0.8);*/
	border-radius: 0 10px 0 50px;
}

.dcdescription {
	font-size: 13px;
	margin: -5px 0px 15px 18px;
}

.residescription {
	font-size: 13px;
	border-top: 1px solid grey;
	padding-top: 20px;
}

.dcdescription.red, .residescription.red, #info > p {
	color: #6d78b7;
}

#info > p {
	font-size: 13px;
	}

div.footer > p.pull-right {
	margin-bottom: 0px;
}
.footer {
	font-size: 11px;
	margin-top: 80px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 20px;
	overflow: hidden;
	height: 20px;
	padding-top: 0px;
	color: #777;
}
.smallprice {
	font-size: 14px;
	font-weight: normal;
}

.radio.radio-left {
	float: left;
}
.radio.radio-right {
	padding-left: 20px;
	float: left;
	margin-top: 10px;
}
.form-group > .floatbox {
	height: 34px;
}

img.edges {
	width: 30px;
	/* margin-right: 5px; */
	/* margin-top: 5px; */
	border: 1px solid #000000;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.06);
	border-radius: 3px;
}

.form-inline > select[id$="countryCode"] {
	width:90px;
}

.form-group > .checkbox {
	line-height:2;
}

.alert-padding-top  {
	margin-top:20px;
}

.form-inline label {
	display:block;
}

.table {
	margin-bottom:0px;
}

.marketing div[id*="paymentdetails"] > .col-lg-6, .morekids {
	margin-top: 20px;
}



.row.marketing.notop {
	margin-top:0px;
	}

	
.error_field  
{
	color: #A94442 !important;
	border: 1px solid #A94442;
	background-color:#F2DEDE;
}

.error_field_label
{
	color: #A94442 !important;
}
.step4birthday select.month, .step4birthday select.day  {
	width:75px;
}


.radio.radio-nopadding {
	padding-left: 0px;
}
.radio.radio-nopadding > input {
	margin-left: 0px;
}

.radio.radio-nopadding.radio-left {
	margin-right: 15px;
}

#coinsured div:first-child div.row:first-child {
	margin-top: 0px;
}

.row.coinsuredPerson {
	margin-left:15px;
}

.table-striped span.smallertext, .morekids span.smallertext {
	font-size:11px;
	display:block;
	
}

.morekids span.smallertext {
	margin-top:10px;
	
}

.table-striped thead {
	font-weight:bold;
}


.table-striped thead > tr > td {
	padding-bottom:0px;
}

.table-striped ul.smallertext {
	font-size:11px;
	padding-left:10px;
}


#errorfield {
    top: 10px;
    z-index: 1000000;
    position: fixed;
    margin: 0px auto;
    width: 100%;
}
.customerErrorMessage::before {
	content: ' - ';
	font-weight: bold;
}
.customerErrorMessage {
    line-height: 20px;
}

.alert-danger {
    background-color: #f2dede;
    border-color: red;
    color: #a94442;
    
	-webkit-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.50);
}
.alert-danger b {
	color: red;
}

