body {
	background-image: linear-gradient(to right, #bbd1dc , #d0b9d3);
	color: #222222;
}

.form-control {
	font-size: 1.15rem;
	border-color: #999;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1) inset;
}

a {
	color: #356490;
}

a:hover {
	text-decoration: none;
}

.button, .btn-lg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #356490;
	color: #fff !important;
	text-align: center;
	font-size: 18px;
	line-height: 31px;
	text-decoration: none;
	border-radius: 0;
	border: 1px solid #356490;
	cursor: pointer;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}

.button:hover, .btn-lg:hover {
	background-color: rgba(13,40,60, 0.7);
	border: 1px solid rgba(13,40,60, 1.0);
	color: #fff;
	text-decoration: none;
}

label {
	margin-bottom: 0.2rem;
    color: #222222;
    font-size: 16px;
	padding-left: 3px;
	margin-top:7px;
	margin-bottom:0px;
}

.messageFrame {
	width: 100%;
	color: #222222;
	padding: 10px 20px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}

.yellow {
	background-color: #ffd43c;
	color: #222;
}

.green {
	background-color: #5abf52;
	color: #fff;
}

.linkNoUnderline:hover {
	text-decoration: none;
}

.headerBox {
	font-size: 20px;
	color: #222222;
}

@media (max-width: 640px) {
	.headerBox {
		font-size: 15px;
	}
}

.registerButton {
	background-color:rgba(0,0,0,0.25);
	box-shadow:3px 5px 10px rgba(0,0,0,0.4);
	bottom: 30px;
	font-size:22px;
}

.registerButton:hover {
	background-color:rgba(0,0,0,0.45);
}

.inactiveButton {
	background-color:rgba(0,0,0,0.2);
	box-shadow:3px 5px 10px rgba(0,0,0,0.4);
	bottom: 30px;
	font-size:22px;
}

.obligatoryMark {
	color: red;
}

@media (max-width: 640px) {
	.headerText {
		font-size: 6vw !important;
		line-height:8vw !important;
	}
}

/* RADIOBUTTONS */

/* Customize the label (the radioContainer) */
.radioContainer {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:19px;
}

/* Hide the browser's default radio button */
.radioContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom radio button */
.radioContainer .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	background-color: #fafafa;
	border-radius: 50%;
	border: 1px solid #999;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
	background-color: #f26419;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radioContainer .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radioContainer .checkmark:after {
	top: 8px;
	left: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: white;
}
  
/* CHECKBOXES */

/* Customize the label (the checkBoxContainer) */
.checkBoxContainer {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkBoxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkBoxContainer .checkmark {
	position: absolute;
	top: 3px;
	left: 0;
	height: 32px;
	width: 32px;
	background-color: #fafafa;
	border: 1px solid #666;
	border-radius: .25rem;
}

/* On mouse-over, add a grey background color */
.checkBoxContainer:hover input ~ .checkmark {
	background-color: #ddd;
}

/* When the checkbox is checked, add a blue background */
.checkBoxContainer input:checked ~ .checkmark {
	background-color: #f26419;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkBoxContainer .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkBoxContainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkBoxContainer .checkmark:after {
	left: 10px;
	top: 5px;
	width: 9px;
	height: 18px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.terms_h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 2px;
}

.terms_h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 2px;
}

/* DATEPICKER */
.gj-datepicker .input-group-append {
	margin-left: 0;
}

.input_textfield.datepicker {
	float:left;
	display: inline;
	width: 120px !important;
	padding:2px 6px;
	background-color:#ffffff;
	/* border-top-left-radius: 4px; */
	/* border-bottom-left-radius: 4px; */
	line-height: 35px;
	/* border: 0px; */
}

.gj-datepicker .btn {
	color: rgba(242, 100, 25, 0.9);
	height: 41px;
	font-size: 18px;
	background-color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.gj-datepicker-bootstrap [role="right-icon"] button {
	width: 40px;
}

/* overwrites for datepicker colors */
.gj-picker-bootstrap table tr td.today div {
    color: rgba(242, 100, 25, 0.8);
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: rgba(242, 100, 25, 0.7);
    border-color: rgba(242, 100, 25, 0.7);
}

.gj-datepicker-bootstrap :focus, .gj-datepicker-bootstrap :active {
    box-shadow: 0 0 0 0.2rem rgb(114 36 114 / 15%);
}