body {
	background-color: #000000;
	color: #ffffff;
}

a {
	color: #B3C900;
}

hr {
	border: 1px solid #B3C900;
	opacity: 1.0;
}

.lnweb-wrapper {
	overflow-x: hidden;
}

/* Sidebar (menu) */
.lnweb-sidebar {
	position: fixed;
	box-sizing: border-box;
	border-right: 3px solid #B3C900;
	left: 0;
	top: 0;
	width: 256px;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}

.menu-open .lnweb-sidebar {
	transform: translateX(0);
}

.lnweb-sidebar .main-menu > li > a {
	margin-left: 4px;
	border-left: 44px solid #647100;
	color: #ffffff;
	font-weight: bold;
}


.lnweb-sidebar .main-menu > li a.active {
	background-image: linear-gradient(to right, #647100, #B3C900, #B3C900 );
	color: #000000;
	font-size: larger;
}

.lnweb-sidebar .main-menu > li a:hover {
	background-color: #647100;
}

.lnweb-sidebar .main-menu > .nav a {
	outline: 0;
}

/* >> Lang Selection Menu */
.lnweb-sidebar .lang-selector {
	padding-top: 1rem;
	padding-left: 0.5rem;
	margin-left: 4px;
	border-left: 44px solid #647100;
	border-image: linear-gradient( to bottom, #647100 , #000000 ) 1 100%;
}

.lnweb-sidebar .lang-selector > li > a {
	padding: 3px 8px 3px 8px;
	border: 2px solid #000000;
	line-height: 10px;
	margin-right: 0px;
}

.lnweb-sidebar .lang-selector > li > a .Wt-icon {
	width:32px;
	height:16px;
	line-height:initial;
	margin-right:0px;
}


.lnweb-sidebar .lang-selector > li a.active {
	border: 2px solid #B3C900;
}

.lnweb-sidebar .lang-selector > li a:hover {
	border: 2px solid #647100;
}

/* Top Logo */
.lnweb-logo {
	margin: 10px 0px 0px 0px;
	text-align: center;
}

/* Menu and Content */
.lnweb-open-menu {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100001;
	transition: all 0.3s;
}

.menu-open .lnweb-open-menu {
	left: 256px;
}

.lnweb-contents {
	margin-top: 40px;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	transform: translateX(0);
	width: 100vw;
	overflow-x: auto;
	transition: all 0.3s;
}

.menu-open .lnweb-contents {
	transform: translateX(256px);
}

.lnweb-contents-cover {
	background-color: rgba(30, 30, 30, 0.0);
	z-index: 100000;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(0);
	visibility: hidden;
	transition: all 0.3s;
}

.menu-open .lnweb-contents-cover {
	background-color: rgba(30, 30, 30, 0.3);
	transform: translateX(256px);
	visibility: visible;
}

/* Welcome Widget style */
.lnweb-wgt-welcome-header {
	background-image: url("../img/intro_640_360.gif");
	background-position: left;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: left;
	max-width: 640px;
}

.lnweb-wgt-titel-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.lnweb-wgt-titel-inner-container {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

.lnweb-wgt-welcome-titel {
	height: 100%;
	margin-left: 30px;
	text-align: left;
	font-size: 3rem;
	font-weight: bold;
	color: #ffffff;
}

.lnweb-wgt_welcome-sub-header-1 {
	text-align: right;
	width: 100%;
	max-width: 640px;
	color: #000000;
	font-size: 1.4rem;
	font-weight: bold;
	padding-right: 10px;
	background-image: linear-gradient( to right, #000000, #000000 , #ffffff, #ffffff, #ffffff );
}

.lnweb-wgt_welcome-sub-header-2 {
	text-align: right;
	width: 100%;
	max-width: 640px;
	color: #000000;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-right: 10px;
	background-image: linear-gradient( to right, #000000, #000000, #B3C900, #B3C900, #B3C900, #B3C900, #B3C900 );
}


/* General Elements */
.lnweb_wgt_element {
	border: 1px solid #647100;
	padding: 10px;
	margin-bottom: 15px;
}

.lnweb_wgt_element > legend {
	border-bottom: 0px;
	padding: 0px 5px;
	margin-bottom: -5px;
	width: auto !important;
	float: none;
	font-weight:bolder;
}

.lnweb_wgt_element_sub {
	border-top: 1px solid #647100;
	padding-top: 5px;
}

/* Payment */
.lnweb_payment_status {
	min-width: 250px;
	text-align: center;
}

.lnweb_payment_status .is-invalid {
	color: rgba(255, 0, 0, 0.6);
}

/* > WT general overwrites*/
.help-inline {
	color: #647100;
	font-style: italic;
}

.btn-primary {
	background-color: #B3C900;
	border-color: #647100;
	color: #000000;
	font-weight: bold;
}

.btn-primary:hover {
	background-color: #ffffff;
	color: #000000;
}

.btn-secondary {
	background-color: #647100;
	border-color: #647100;
	font-weight: bold;
	color: #000000;
}

.btn-secondary:hover {
	background-color: #ffffff;
	color: #000000;
}

.btn:disabled {
	background-color: #000000;
	border-color: #647100;
}

.dropdown-menu {
	background-color: #647100;
}

.Wt-itemview .active {
	background-color: inherit;
}

/* >> Modal Dialogs*/
.modal-content {
	background-color: #212121;
	border-color: #B3C900;
}

.modal-header {
	border-bottom-color: #B3C900;
	background-color: #647100;
}

.modal-footer {
	margin-top: 10px;
	border-top-color: #B3C900;
}

/* >> WT Auth */
.Wt-auth-logged-in {
	line-height: 2rem;
	vertical-align: middle;
	padding-bottom:10px;
	border-bottom: 3px solid #B3C900;
	margin-bottom: 10px;
}

/*> Special Tables */
.lnweb_wgt_dark_table_view {
	background-color: #000000;
	border-color: #000000;
	text-align: center;
}

.lnweb_wgt_dark_table_view .Wt-tv-br {
	border: 0;
}

.lnweb_wgt_dark_table_view .Wt-header {
	border-bottom: 1px solid #B3C900;
}

.lnweb_wgt_dark_table_view .Wt-tv-contents {
	background-color: #000000;
}

.lnweb_wgt_dark_table_view .Wt-tv-contents .Wt-tv-c {
	border: 0;
}

.lnweb_wgt_dark_table_view .Wt-tv-contents .Wt-tv-c > img {
	cursor:pointer;
	margin:0;
	vertical-align:top;
	float:left;
}

.lnweb_wgt_dark_table_view_odd_link_cell.Wt-tv-c,
.lnweb_wgt_dark_table_view .Wt-tv-contents.Wt-striped a.Wt-tv-c:nth-child(odd),
.lnweb_wgt_dark_table_view .Wt-tv-contents.Wt-striped div.Wt-tv-c:nth-child(odd) {
	background-color: #647100;
}

.lnweb_wgt_dark_table_view .Wt-tv-c1.lnweb_wgt_dark_table_view_first_gradient,
.lnweb_wgt_dark_table_view .Wt-tv-contents.Wt-striped .Wt-tv-c1 a.Wt-tv-c:nth-child(odd),
.lnweb_wgt_dark_table_view .Wt-tv-contents.Wt-striped .Wt-tv-c1 div.Wt-tv-c:nth-child(odd) {
	background-image: linear-gradient(to right, #000000, #647100, #647100 );
}

.lnweb_wgt_dark_table_view_last_cell {
	background-image: linear-gradient(to left, #000000, #647100, #647100 );
}

.lnweb_wgt_dark_table_view_edit_cell {
	padding: 0 0px;
	background-color: #647100;
	color: #ffffff;
}

.lnweb_wgt_dark_table_view_initial_edit_cell {
	padding: 0 0px;
	background-color: #647100;
	color: #000000;
}

.lnweb_wgt_dark_table_view_initial_edit_cell > input,
.lnweb_wgt_dark_table_view_edit_cell > input {
	border: 1px solid #B3C900;
	border-radius: 0;
}

.lnweb_wgt_dark_table_view_cell_with_word_wrap.Wt-tv-c {
	white-space: normal;
	overflow-wrap: normal;
	line-height: 30px;
}

.lnweb_wgt_dark_table_view_cell_lh_reset_bold.Wt-tv-c {
	font-weight:bold;
	line-height: 50px;
}

.lnweb_wgt_dark_table_view_cell_img_button.Wt-tv-c {
	cursor: pointer;
	white-space: normal;
	overflow-wrap: normal;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}

.lnweb_wgt_dark_table_view_cell_img_button.Wt-tv-c > span {
	display: block;
	border-radius: 0.375rem;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	font-weight: bold;
	margin: 5px;
	text-align:center;
	padding-left:20px;
	padding-bottom:5px;
	color: #ffffff;
}

.lnweb_wgt_dark_table_view .Wt-tv-contents.Wt-striped div.lnweb_wgt_dark_table_view_highlighted.Wt-tv-c:nth-child(odd),
div.lnweb_wgt_dark_table_view_highlighted.Wt-tv-c {
	background-color: #B3C900;
	font-weight: bold;
	color: #000000;
}

.lnweb_wgt_dark_table_view.double_line_height .Wt-tv-contents {
	line-height: 32px;
}

.lnweb_wgt_dark_table_view.lnweb_wgt_order_list {
	text-align: left;
}

.lnweb_wgt_dark_table_view.lnweb_wgt_dist_part_list .lnweb_order_info_cell {
	font-size: 1.1em;
	font-weight: bold;
	border-right: 1px solid #647100;
}
.lnweb_wgt_dark_table_view.lnweb_wgt_order_list .lnweb_order_info_cell {
	font-size: 1.1em;
	font-weight:bold;
	border-right: 1px solid #B3C900;
}

.lnweb_wgt_dark_table_view.lnweb_wgt_order_list .lnweb_order_symbol_cell {
	border-right:0;
	border-left:0;
}

.lnweb_wgt_dark_table_view.lnweb_wgt_dist_part_list .lnweb_order_item_info_cell,
.lnweb_wgt_dark_table_view.lnweb_wgt_order_list .lnweb_order_item_info_cell {
	font-weight: normal;
	color: #B3C900;
	border-right: 1px solid #B3C900;
}

.lnweb_wgt_dark_table_view.lnweb_wgt_dist_part_list {
	text-align: left;
}

.lnweb_wgt_dark_table_view.lnweb_wgt_event_info .lnweb_wgt_event_info_tab_view_last_run {
	border-bottom: 2px solid #B3C900;
}


/*>> Table: WgtWelcome -> PreSchedule (timetable) and Event Info */
.lnweb_wgt_event_info .Wt-tv-c1,
.lnweb_wgt_pre_schedule .Wt-tv-c1 {
	font-weight: bold;
}

.lnweb_wgt_event_info .Wt-tv-c2,
.lnweb_wgt_pre_schedule .Wt-tv-c2 {
	text-align: left;
}

.lnweb_wgt_event_info .Wt-tv-c3 {
	text-align: left;
}

.lnweb_wgt_event_info .Wt-tv-c4 {
	text-align: left;
}

/* Edit Order Items Form */
.lnweb_name_field {
	width: 320px;
}

.lnweb_year_of_birth {
	width: 100px;
}

.lnweb_distance {
	width: 140px;
}

.lnweb_est_time_field {
	width: 155px;
}

.lnweb_gender_select {
	width: 240px;
}

.lnweb_sports_club {
	width: 320px;
}

.lnweb_gender_select.is-invalid .form-check-input {
	border-color: #ff00005a;
}

/*> Form Fieds Style*/
.form-select {
	border: 1px solid #B3C900;
	background-color: #647100;
	color: #ffffff;
	font-weight: bold;
}

.form-select:focus {
	border-color: #B3C900;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
}


.form-control {
	border: 1px solid #B3C900;
	background-color: #647100;
	font-weight: bold;
	color: #ffffff;
}

.form-control:disabled {
	background-color: #647100;
	color:#B3C900;
}

.form-control:focus {
	border-color: #B3C900;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
}

.is-invalid {
	border-color: rgba(255, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.is-invalid:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.form-control.is-valid {
	border-color: #B3C900;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
}

.disabled.form-control {
	background-color: #000000;
}

.form-check-inline.is-invalid {
	color: rgba(255, 0, 0, 0.6);
	font-weight: bolder;
}

.form-check-inline.is-invalid .Wt-chkbox {
	background-color: #ff00005a;
}

.form-check-input {
	background-color: #000000;
	border: 2px solid #B3C900;
}

.form-check-input:checked {
	background-color: #647100;
	border: 2px solid #B3C900;
}

.form-check-input:focus {
	border-color: #B3C900;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 8px rgba(179, 201, 0, 0.6);
}

.form-text .Wt-error {
	color: rgba(255, 0, 0, 0.6);
}


.Wt-auth-login .form-control {
	max-width: 640px;
}

/* Progress Bar */
.progress-bar {
	background-color: #B3C900;
}

.progress.is-invalid .progress-bar {
	color: rgba(255, 0, 0, 0.6);
	background-color: rgba(255, 0, 0, 0.6);
}

/* Auto Suggest Drop Down */
.dropdown-menu.typeahead {
	background-color: #647100;
	border-color: #B3C900;
	color: #000000;
}

.dropdown-menu.typeahead a {
	background-color: #647100;
	color: #ffffff;
	padding-left:10px;
	text-decoration:none;
}

/*> Google Maps Overwrites*/
.gm-style-iw button[title="Close"] {
	display: none !important;
}

/*> PDF Stuff*/
.lnweb_legend_pdf_style_restore {
	font-size: calc(1.275rem + .3vw);
}

.lnweb_p_pdf_style_restore {
	line-height:inherit;
}

@media (min-width: 992px) {
	.lnweb-sidebar {
		transform: translateX(0);
	}

	.lnweb-open-menu {
		display: none;
		left: 256px;
	}

	.lnweb-contents {
		margin-left: 256px;
		margin-top: 0px;
		width: auto;
	}
}

@media (max-width: 600px) {

	.lnweb-wgt-welcome-titel {
		font-size: 1.6rem;
	}

	.lnweb-wgt_welcome-sub-header-1 {
		font-size: 1.1rem;
	}

	.lnweb-wgt_welcome-sub-header-2 {
		font-size: 0.9rem;
	}
}