/*****************************/
/* I M P F P L A N E R      */
/***************************/


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.impfplaner {
	padding: 30px;
}
.impfplaner h4 {
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	line-height: 140%;
	font-weight: normal;
	color: rgb(102, 102, 102);
	margin-bottom: 30px;
}


.impfplaner .widget-container-wrapper {
	flex-wrap: wrap;
}

.impfplaner .widget-container-wrapper .container-col{
	padding: 15px 0;
}


.impfplaner .footer {
	border-top: solid 2px #FFFFFF;
	padding: 40px 0;
}

.impfplaner .footer .btn{ width: 100%; } 

@media (min-width: 480px) {
	.impfplaner .widget-container-wrapper {
		padding: 0 30px 40px 30px;
	}
	.impfplaner .widget-container .form-group {
		margin: 17px 0 0 0;
	}
	.impfplaner .widget-container-wrapper .container-col{
		padding: 15px;
	}
	.impfplaner .footer { 
		padding: 40px 25px;
	}
	.impfplaner .footer .btn {
		width: auto;
	}
}


.impfplaner .footer div[class^="col-"] {
    margin-bottom: 15px;
}

.impfplaner-template .infoText {
	font-size: 20px;
	line-height: 140%;
}
.impfplaner-template .zinc {
	margin: 15px;
}

.impfplaner .widget-container {
	flex-basis: 50%;
	padding: 30px;
	height: 100%;
	width: 100%;
	position: relative;
}

.impfplaner .widget-container .btn-close {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 10px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1170px) {
	.cd-timeline__container::before {
		left: 50px;
	}

	.cd-timeline__img {
		left: -10px ;
	}
	.cd-timeline__content {
		margin-left: 75px;
		width: auto;
	}
}



.impfplaner .footer label[for="check-term-and-conditions"] {
	font-weight: 400;
	font-size: 13px;
}
.impfplaner .footer label[for="check-term-and-conditions"] a{
	color: rgb(102, 102, 102);
	text-decoration: underline;
}

.impfplaner .form-control{
	border: solid 1px #CCCCCC;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
.impfplaner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* remove default arrow */
}


.select {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 400;
	margin-bottom: 0;
}

.select:after {
	content: "\f078";
	font-family: "FontAwesome";
	display: inline-block;
	position: absolute;
	right: 17px;
	top: 8px;
	font-size: 10px;
	pointer-events: none;
	box-sizing: border-box;
}
.repeat-reminder-container  .select:after {
	top: 0;
}

.impfplaner select::-ms-expand {
	display: none;
}

.new-impfung-container {
	cursor: pointer;
	background-image: url("../images/icons/plus-impferinnerung-70px.svg");
	background-size: 105px 105px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	min-height: 250px;
	height: 100%;
	width: 100%;
	opacity: 1
}

.new-impfung-container .header-label.text-right {
	color: #999999;
	font-size: 14px;
}
.new-impfung-container:hover {
	opacity: 0.8;
}


.repeat-reminder-toggle {
	cursor: pointer;
	position: relative;
}

a.repeat-reminder-toggle[aria-expanded="false"]::after{
	content:"\f078";
	font-family: "FontAwesome";
	display:inline-block;
	position: absolute;
	right: 17px;
	top: -2px;
	font-size: 10px;
}

a.repeat-reminder-toggle[aria-expanded="true"]::after{
	content:"\f077";
	font-family: "FontAwesome";
	display:inline-block;
	position: absolute;
	right: 17px;
	top: 0;
	font-size: 10px;
}

.repeat-reminder-container {
	border: solid 1px #CCCCCC;
	border-top: none;
	padding: 25px 10px;
}
.repeat-reminder-container .form-group {
	margin: 0 !important;
}
.repeat-reminder-container .form-group input[type="radio"]{
	position: relative;
}
.repeat-reminder-container .form-group input[type="text"],
.repeat-reminder-container .form-group input[type="number"]{
	padding: 0 8px;
}
.repeat-reminder-container .form-group.row {
	margin-bottom: 15px;
}


.repeat-reminder-container .form-group .row {
	margin-bottom: 20px;
}
.repeat-reminder-container .form-group .row,.repeat-reminder-container .form-group.row {
	line-height: 40px;
}

.repeat-reminder-container label{
	font-weight: normal;
	padding: 0;
}


.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.template-reminder-widget-item {display: none;}
.impfplaner .widget-container .input-group-addon:last-child {
	background-color: #FFFFFF;
	border-radius: 0;
}
.btn-open-datepicker {
	cursor: pointer;
}

.validation-error,
input[type='checkbox'].validation-error  + label::before,
input[type='radio'].validation-error  + label::before   {
    outline: 1px solid #e80c4d !important;
}

.hidden {display: none;}

/* remove standard-styles */
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
  } 
  
/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  opacity: 0;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
} 
  

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 5px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}

input[type="checkbox"]:focus + label::before, input[type="radio"]:focus + label::before {
	border-color: rgb(156,190,245);
	box-shadow: 0 0 0px 1px rgb(156,190,245), inset 0 0 0 2px white;
}
