﻿@charset "UTF-8";
@import url('../reset.css');
@import url('../font-awesome.min.css');

body {
	position: relative;
}

h4 {
	background-color: #004a99;
	border-color: #fdfdfd;
	border-style: solid none;
	color: #fff;
}

h5 {
	border-bottom: 1px solid #004a99;
}

a,
a:visited,
a:focus,
a:active,
a:link {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	outline: none 0;
}

#top_content {
	position: relative;
}

#top_right_content {
	position: relative;
}

#topmenu {
	/*color: #fff;*/
	text-align: right;
}
#topmenu a {
	color:black;

}
#mainmenu {
	clear: both;
	position: absolute;
	z-index: 999999;
}

#mainmenu a,
#mainmenu_content a,
#language_content a {
	color: #004a99;
	font-weight: bold;
}

#mainmenu a:hover,
#mainmenu_content a:hover,
#language_content a:hover {
	color: #c50a33;
}

#main_content {
	position: relative;
	color: #004a99;
}

#main_content a {
	color: #00275E;
}

#submenu_content {
	font-weight: bold;
}

#language_content {
	position: absolute;
	right: 0;
	z-index: 9999;
}

#mainmenu_content {
	position: absolute;
	right: 0;
	z-index: 9999999;
}

.lang_hide,
.menu_hide {
	display: none;
}

.lang_show,
.menu_show {
	display: block;
}

#logos {

}

#display_content {

}

#footer_content {

}

a.select {
	background-color: #fff;
	color: #004a99;
	font-weight: bold;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.box {
	position: relative;
	background-color: #004a99;
	color: #fff;
	border: 2px solid #004a99;
	border-radius: 5px;
}

.def_box {
	background-color: #E4E7F4;
	border: 1px solid #00275E;
}
.inner_page_view {
	border: solid 1px #004a99 !important;
	border-radius: 5px;
}
.textbox {
	
	border: 1px solid #004a99;
	border-radius: 5px;
	height: 25px;
}
.standardBtn {
	display: inline-block;
	border-radius: 5px;
	background-color: #004a99;
	border: none;
	color: #e3e4e5;
	text-align: center;
	font-size: 16px;
	padding: 16px;
	width: 100%;
	transition: all 0.5s;
	cursor: pointer;
	margin-bottom:10px;
}

.privacy_policy p {
	margin-bottom: 20px;
}

.privacy_policy ol {
	padding-left: 18px;
}

.rddlSlide {

	background-color: #e3e4e5 !important;
	color: #004a99 !important;
}
.SocialImage {
	width: 35px;
}
.box {
	padding: 2px;
}
.standardBtn:hover {
	background-color: #94b4d1;
	color: #004a99;
}
input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

.login_content input[type=checkbox] {
	display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #004a99;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

	input[type=checkbox]:checked + label:before {
		background-color: #004a99;
		border-color: #004a99;
		color: #fff;
	}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
#cphMainContent_Login1_pnlRegistrationLink {
	display: block;
	color: #004a99;
	border: 1px solid #e3e4e5;
	background: #e3e4e5;
	border-radius:5px;
	cursor: pointer;
	vertical-align: middle;
	max-width: 300px;
	padding: 5px;
	text-align: center;
}
#cphMainContent_Login1_hlCraftsmanRegistration {
	display: block;
	color: #004a99;
	border: 1px solid #e3e4e5;
	background: #e3e4e5;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: middle;
	max-width: 300px;
	padding: 5px;
	text-align: center;
}
#cphMainContent_Login1_pnlResetPassword {
	display: block;
	color: #004a99;
	border: 1px solid #e3e4e5;
	background: #e3e4e5;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: middle;
	max-width: 300px;
	padding: 5px;
	text-align: center;
}

.def_box_hl {
	font-weight: bold;
}

.def_box_desc {

}

.info_box {
	border: solid 1px #004a99;
}

.warning_box {
	border: solid 1px #c50a33;
}

.warning,
.mandatory_item {
	color: #c50a33 !important;
}

.warning_bg,
.warning_box h4 {
	background-color: #c50a33 !important;
}

.headline {
	border-color: #999 #f2f2f2;
	border-style: solid;
	text-align: left;
}

.registration {
	text-align: center;
	margin: 0 auto;
}

.rcInvalid {
	color: #c50a33 !important;
}

.rcValid {
	color: #004a99;
}

/* Start Login-Bereich */
.login_more_information {
	border-top: solid 1px #004a99;
	text-align: center;
}
/* Start Login-Bereich */

/* Start Edit-Bereich */
.panelingrid {
	background-color: #fff;
}

.panelingrid fieldset {
	border: solid 1px black;
}

.panelingrid legend {
	font-weight: bold;
}
/* End Edit-Bereich */

/* Common */
.button_element {
	cursor: pointer;
	overflow: hidden;
}

/* Hinzufügen und Überschreiben von RadControls */
.RadButton:hover {
	text-decoration: none;
}

.rbDecorated {
	width: 100%;
}

.RadWindow_Transparent .rwIcon {
	display: none !important;
}

.RadMenu .rmLink:hover {
	cursor: pointer;
}

.RadComboBox {
	max-width: 1000px;
}

/*WiFlow*/ 

.wiflow_placeholder {
	text-align: center;
	margin: 0 auto;
	margin-top: 2em;
}

/* Start: Privacy Statement */
.privacy_statement {
	line-height: 22px;
}

.privacy_statement ul {
	list-style: disc;
	padding-left: 2em;
}

.privacy_statement a {
	text-decoration: underline;
}

.no-text-decor a{
	text-decoration: none !important;
}
/* End:  Privacy Statement */

#main_content a.telerikRbtn {
	padding: 4px;
	color: #fff !important;
	text-decoration: none;
	background-color: #686969;
	text-align: left;
	display: block;
	border: 2px solid #686969;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	line-height: 1.4em;
	min-height: 1.41666667em;
	cursor: pointer;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	white-space: nowrap;
}

	#main_content a.telerikRbtn:hover {
		text-decoration: none !important;
		display: block;
		border: 2px solid #b8b9ba;
		border-radius: 5px;
		background-color: #b8b9ba;
		color: #fff !important;
	}

	#main_content a.telerikRbtn.aspNetDisabled,
	#main_content a.telerikRbtn.aspNetDisabled:hover {
		color: #fff !important;
		text-decoration: none;
		background-color: #c9cacb !important;
		cursor: default;
		border: none !important;
	}

.telerikRbtnRefresh {
	padding: 4px 8px;
	color: #fff !important;
	text-decoration: none;
	background-color: #686969;
	border: 2px solid #686969;
	border-radius: 5px;
	font-size: 16px;
	box-sizing: border-box;
	position: relative;
	line-height: 1.4em;
	min-height: 1.41666667em;
	cursor: pointer;
	font-family: "Segoe UI",Arial,Helvetica,sans-serif;
	white-space: nowrap;
	margin-bottom: 10px;
}

	.telerikRbtnRefresh:hover {
		text-decoration: none !important;
		border: 2px solid #b8b9ba;
		border-radius: 5px;
		background-color: #b8b9ba;
		color: #fff !important;
	}

.settingsSaveButton {
	min-width: 248px !important;
}