@import url(//fonts.googleapis.com/css?family=Open+Sans);
html,
body {
height: 100%;
}
body {
color: #013a67;
}
body {
font-family: 'Open Sans', sans-serif;
}
.coloredSpan {
color: #337AB7;
}
ul,
li,
p{line-height:1.42857;}

h1,h2,h3,h4{font-weight:bold;}

h3{margin-bottom:20px;}
h4{margin-bottom:15px;}

footer h4 {
text-align: left;
font-size: 14px;
font-weight: 600;
padding-bottom: 0;
}
.bg-006cb7 {
background: #006cb7;
}
.border-top-d3d3d3 {
border-top: 1px solid #d3d3d3;
}
.pad-no {
padding-left: 0;
padding-right: 0;
}
.width-100 {
width: 100%;
}
.pad-top-no {
padding-top: 0;
}
.pad-left-no {
padding-left: 0;
}
.pad-right-no {
padding-right: 0;
}
.pad-bottom-no {
padding-bottom: 0;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-40 {
padding-bottom: 40px;
}
.ml-no{margin-left:0;}
.mt-10{
margin-top:10px;
}
.mt-20{
margin-top:20px;
}
.fc-blue{color:#013a67;}
.tooltip {
padding-top: 20px!important;
opacity: 1!important;
}
.tooltip .img-block {
width: 100% !important;
height: 90px !important;
display: block !important;
text-align: center !important;
}
.tooltip img {
padding: 0 !important;
padding-top: 20px!important;
width: 90px !important;
height: 90px !important;
display: block !important;
text-align: center !important;
margin-left: 48px !important;
margin-right: 48px !important;
}
.tooltip span.title {
display: block;
margin: 10px 0;
font-weight: 600;
font-size: 1em;
text-align: center;
text-transform: uppercase;
width: 100% !important;
}
.tooltip span.description {
display: block;
text-align: center;
height: 160px;
}

@media (max-width: 767px) {
.tooltip span.description {
height: auto;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.tooltip span.description {
height: auto;
}
}
.tooltip span.description ul {
padding: 0;
text-align: center;
list-style-position: inside;
}
.tooltip span.price {
display: block;
text-align: center;
font-size: 2em;
margin-bottom: 20px;
}
.tooltip span.price small {
font-size: .5em;
}
.tooltip .btn {
padding-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
background: #f5fafd;
width: 220px;
height: 46px;
font-weight: 600;
border-color: #359cd6;
color: #006cb7;
text-transform: uppercase;
outline: 0;
}
@media (max-width: 767px) {
.tooltip .btn {
width: auto;
}
}
.tooltip .btn.selected {
background: #006cb7;
border-color: #006cb7;
color: #fff;
}
.tooltip input {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
}
/*.fa-info-circle {
position: absolute;
right: 0;
top: 11px;
}*/
label[for=cvv] img {
position: relative;
}
label[for=cvv] img {
position: absolute;
right: 5%;
text-align: right;
height: 20px;
}
.inner-addon {
position: relative;
}
.inner-addon i {
position: absolute;
padding: 10px;
pointer-events: none;
color: #CCC;
z-index: 10;
}
.left-addon i {
left: 0px;
}
.right-addon i {
right: 0px;
}
.left-addon input {
padding-left: 30px;
}
.right-addon input {
padding-right: 30px;
}
input.form-control {
border-radius: 1px;
}
.form-group button,
.input-group-btn button {
width: 100%;
}
.btn {
border-radius: 1px;
text-transform: uppercase;
/*height:42px;*/
}
.btn-blue{
border-color:#1a4878;
color:#fff;
background:transparent linear-gradient(to bottom, rgb(26, 72, 120) 0%, rgb(2, 48, 96) 100%) repeat scroll 0px 0px;
}
.btn-orange{
border-color:#fb7a10;
background:transparent linear-gradient(to bottom, #ff9f35 0%, #ff972d 23%, #ff7f14 67%, #f17006 100%) repeat scroll 0 0;
}
#submitFormButton {
height: 42px;
}
@media (max-width: 767px) {
#submitFormButton {
font-size: 11px;
}
}

.table tr:nth-child(1) th,
.table tr:nth-child(1) td:nth-child(1),
.table tr:nth-child(1) td:nth-child(2) {
border-top: 0 !important;
}
.table td {
vertical-align: middle !important;
}
.table img {
width: 18px;
height: 18px;
float: left;
margin-right: 10px;
}
.table .price {
font-weight: bold;
text-align: right;
}
.table .price.nonselected {
color: #9d9d9d;
}
.table .success {
color: #04af98;
}
.product-chooser label{
cursor:pointer;
border: 1px solid #e2e2e2;
    min-height:250px;
    line-height:2;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.product-chooser label:hover, .product-chooser label:focus{
border: 1px solid #0055A2;
background:#fcfcfc;
}
.product-chooser label img{
    min-height:150px;
}
.product-chooser label .name{
    font-weight:300;
}
.product-chooser label .extratext{
	font-weight:300;
	border-top: 1px solid #013a67;
	background-color: #f1d101;
	color: #013a67;
	font-size: 13px;
}
.product-chooser label .type{
    background:#76b8ed;
    border-top: 1px solid #013a67;
    border-bottom: 1px solid #013a67;
}

.product-chooser label .description{
    padding:15px;
    margin-bottom:15px;
}
.checkbox label:after,
.radio label:after {
content: '';
display: table;
clear: both;
}
.checkbox .cr,
.radio .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: .25em;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
}
.radio .cr {
border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 20%;
}
.radio .cr .cr-icon {
margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
transition: all 0.3s ease-in;
color: #f3be10;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
transform: scale(1) rotateZ(0deg);
opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
opacity: .5;
}
.checkbox-inline,
.radio-inline {
/*font-weight: 600;*/
margin-left: 0 !important;
padding-left: 20px;
}

.radio-inline.disabled {
    color: #cccccc;
}

.checkbox-inline,
.radio-inline.pl-40 {
padding-left: 40px;
}
footer a,
footer a:hover,
footer a:focus {
color: #333;
line-height: 1.6;
font-size: 12px;
}
footer p {
font-size: 12px;
}
footer img {
padding-top: 6px;
}
/*.isSetEnsurancetrue {color:#04af98;}*/
/*.isNoOneESelected.isSetEnsurancetrue {color: #04af98;}*/
.isNoOneESelected {
color: #FEC7BE;
}
.isNoOnePSelected {
color: #FEC7BE;
}
/*form.ng-dirty .ng-invalid {background-color: #FEC7BE;}*/
.ng-invalid.ng-touched {
background-color: #FEC7BE;
}
.smallFont {
font-size: 90%;
}
.alert.alert-success {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
/* Stephan */
.tooltip {

}
ul.fa-ul{
    border-radius: 5px;
border:1px solid #e2e2e2;
right: -365px;
top: 0;
padding: 0 15px 15px 45px;
}
ul.fa-ul li{
    padding-top:8px;
    padding-bottom:6px;
}
ul.fa-ul i{
    color:#92d050!important;
}
.tooltip-arrow:before {
	content: "";
	position: absolute;
	bottom: 50px;
	left: -65px;
	z-index: 2;
	display: block;
	width: 0;
	border-style: solid;
	border-width: 11px 11px 0;
	border-color: #e2e2e2 transparent;
	transform: rotate(90deg);
}
.tooltip-arrow:after {
	content: "";
	position: absolute;
	bottom: 50px;
	left: -63px;
	z-index: 3;
	display: block;
	width: 0;
	border-style: solid;
	border-width: 11px 11px 0;
	border-color: #fff transparent;
	transform: rotate(90deg);
}

.claim {
font-size: 31px;
text-transform: uppercase;
}
input[type=number] {
-moz-appearance: textfield;
}
::-webkit-inner-spin-button {
-webkit-appearance: none;
}
::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.top-line {
border-top: 3px solid #0055A2;
padding-top: 20px;
padding-bottom: 20px;
}
.step1 {
width: 100%;
height: 100%;
min-height: 100%;
}
.pad-no {
padding: 0;
}
.pad-top-40 {
padding-top: 40px;
}
.pad-top-80 {
padding-top: 80px;
}

/* neu 2016-03-09 */
.fs12{font-size:12px;}

.box{min-height:350px;padding:.8em;border:1px solid #e2e2e2;}

/*.box ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.box ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

.box ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}*/


.box h3{margin-top:0;}
.box h3 small{color:#003969;font-weight:bold;}
.box h3,
.box h4{margin-bottom:5px;}
.box h4{font-size:16px;}

.price{
font-size:40px;
font-weight:bold;
margin-bottom: 10px;
}

/* */

.bg-primary{
font-size:1em;
font-weight:bold;
width:25px;
height:25px;
line-height:25px;
margin-right:5px;
float:left;
border-radius: 50%;
display:table-cell;
text-align:center;
vertical-align:middle;
background:#003969;
}
.list-unstyled li{line-height:25px;margin-bottom:5px;}
.list-unstyled li span.content{margin-left:10px;}

h4,h4 small{
color: #f18201;
}
div.clear {
clear: both;
}
div.product-chooser.disabled div.product-chooser-item {
zoom: 1;
filter: alpha(opacity=60);
opacity: 0.6;
cursor: default;
}
div.product-chooser div.product-chooser-item {
height: 305px;
padding: 11px;
cursor: pointer;
position: relative;
border: 1px solid #efefef;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
div.product-chooser div.product-chooser-item .box {
background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
border: none;
width: 100%;
height: 90px;
padding: 10px;
margin: 0;
position: absolute;
bottom: 0;
top: auto;
left: 0;
min-height:inherit;
}


div.product-chooser .text{
    background:#db1313;
    color:#fff;

}
div.product-chooser div.product-chooser-item span.title {
display: block;
margin: 10px 0 5px 0;
font-weight: bold;
font-size: 16px;
}
div.product-chooser div.product-chooser-item span.description {
font-size: 12px;
margin-top:10px;
display:block;
}
div.product-chooser div.product-chooser-item input {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
}
input[type="radio"]:checked + label > .product-chooser-item {
border: 4px solid #428bca;
background: #efefef;
padding: 8px;
filter: alpha(opacity=100);
opacity: 1;
}

.form-group{
	margin-bottom: 30px;
    margin-top: 30px;
}
.danger h3{
    background:#db1313;
    color:#fff;
    padding:15px 30px;
}
.danger p{
    background:#db1313;
    color:#fff;
    padding:15px 30px;
}
