.fas { opacity:0.7; transition:opacity 0.3s; }
.mr_3 { margin-right:3px; }
.mr_5 { margin-right:5px; }
.mr_10 { margin-right:10px; }
.mr_15 { margin-right:15px; }
.mr_20 { margin-right:20px; }

.mb_5 { margin-bottom:5px; }
.mb_10 { margin-bottom:10px; }

.underline { text-decoration:underline; }

a .fas {}
a:hover .fas, .item:hover .fas { opacity:1; }

html {
}

body { margin: 0px; padding:0;
	background:linear-gradient(to bottom, #d6e6ff 0%,#7bb3d5 100%); height:auto; min-height:100%;
	font-family:Ubuntu, "Segoe UI", Roboto, Oxygen-Sans, Cantarell, "Helvetica Neue", sans-serif;
	/*font-family:"Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
	color: #333;
	overflow-y:scroll;
	min-height:100vh;
	box-sizing:border-box;
}

body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

#body_background {
	/*display:none;*/
	background-image:url(../gfx/bg.png);
	position:fixed;
	top:0; bottom:0; right:0; left:0;
	background-repeat:no-repeat;
	background-size:700px;
	/*background-attachment: fixed;*/
	background-position:4% 10%; 
	z-index:-1;
}

#logo { /*background: url(../gfx/logo.png) no-repeat;*/ height: 50px; }
#banner_top { width:100%; height:130px; }
#header_messages { position:absolute; left:50%; top:7px; }
#header_logout { position:absolute; right:20px; top:7px; }
#footer_bottom { height:27px; }

.countdown_green { height: 6px; background: url(../gfx/bg/countdown_green.gif) repeat-x; border-radius:4px; }
.countdown_yellow { height: 6px; background: url(../gfx/bg/countdown_yellow.gif) repeat-x; border-radius:4px; }
.countdown_red { height: 6px; background: url(../gfx/bg/countdown_red.gif) repeat-x; border-radius:4px; }

div.mainBox {
	border-radius:8px;
	border:0px none; min-height:530px;
	padding:15px 25px 15px 15px; background:linear-gradient(to bottom, #3b6a3f 0%,#35812b 100%);
	
	width:100%; max-width:1150px; /* box-sizing: border-box; */
}

.top_menu { top:1px; background:#3b6a3f; }
.top_menu a, .top_menu a:hover {
	background:#e8e8e8; box-shadow:inset 0px -14px 65px -44px rgba(0,0,0,0.75);
}
.top_menu a.open {
	box-shadow:none;
}

div.mainBox .top_menu a,
.top_menu a.open, .top_menu a.open:hover {
	line-height: 28px;
	color:#000; padding:6px 0px 2px 0px; margin-top: 4px;
	transition: margin-top 0.3s, padding 0.3s, color 0.3s, border-radius 1s;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
div.mainBox .top_menu a.open, div.mainBox .top_menu a.open:hover, div.mainBox .top_menu a:hover {
	transition: margin-top 0.1s, padding 0.1s, color 1s, border-radius 0.1s;
	padding:8px 0px 4px 0px; margin-top:0px; text-decoration:none;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
div.mainBox .top_menu a:active, div.mainBox .top_menu a.open:active {
	transition: color 0s; color:#B20F5E;
}

.left_menu_item a { background:none; }
.left_menu_item a.open { background:url(../gfx/bg/left_menu/button_hover.png) no-repeat 0px 50%; }
.left_menu .indent_2 {
	border-top:1px solid #ccc;
	border-image: linear-gradient(to right, rgba(0,0,0,0) 0%, #fff 50%, rgba(0,0,0,0) 100%);
	border-image-slice: 1;
}


a.popup_button, .popup_button { background:none; border:0px none; /*padding:6px 2px;*/ position:relative; }
a.popup_button:active, .popup_button:active { background:#ccc; }


div.header .logo_bg { background: none; }

.system_nav { padding: 0px; }

.MAIN_TABLE { position:relative; }

td.MAIN_LEFT a { color:white !important; text-shadow:none; }
.left_menu_item { background:none; color:white; }



td.MAIN_LEFT { 
	color:white !important;
	width:1%;
	transition: all 0.3s ease-out;
	max-width:210px;
}
@media (max-width: 1023px) {
	td.MAIN_LEFT { 
		max-width:0px;
		overflow:hidden;
	}
	td.MAIN_LEFT:hover {
		max-width:210px;
	}
	#indicator_MAIN_LEFT {
		position:absolute; box-sizing: border-box;
		height:100%; top:0px;
		width:300px; left:-285px;
		border-right:30px solid #aaa; opacity:0.3;
		z-index:100;
		transition: opacity 0.3s ease-out;
	}
	td.MAIN_LEFT:hover #indicator_MAIN_LEFT {
		opacity:0;
	}
}
@media (max-width: 1156px) {
	div.mainBox { width:initial!important; }
}




.MAIN_CONTENT { 
	background: none;
}

div.MAIN_CONTENT_CONTAINER { background:#fff; color:#555;
	min-height:475px;
	position:relative; /*display:none;*/
}

h1 {
	font-size: 20px;
	line-height: 24px;	
	font-weight: normal;
	color: #0077BF;
}

textarea.textarea, textarea,
.items input.text, input.text {
	border-radius: 3px;
	border: 1px solid #c9c6c6;
	padding:3px 5px; /*margin-top:-2px;*/
	font-size: 11px;
/*	box-shadow: inset 0 1px 1px rgba(0,0,0,.2), inset 0 1px 0 rgba(0,0,0,.1);*/
/*	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);*/
}
textarea.textarea, textarea,
input.text {
	width:100%;
}

.items .widget select, select.select, select {
	border-radius:3px;
	padding:2px 1px 2px 2px;
	border:1px solid #c9c6c6;
/*	margin-top:-1px; margin-bottom:-1px;*/ /* eigenartig, aber Firefox liefert sonst : Umbruch z.B. "user/list/user" */
/*	box-shadow: inset 0 1px 1px rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);*/
/*	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);*/
}

input[type=checkbox] { width:14px; height:14px; }


.item { padding:3px 0px; }
.item_100 { /*float: none; width: 50%;*/ }

/*
input.submit {
	font-weight: normal;
	background: buttonface;
}*/
input.submit, button.submit, a.submit {
	background-image: none;
	background: linear-gradient(#fff, #ccc);
	background: -moz-linear-gradient(top, #ffffff, #cccccc);
	background: -o-linear-gradient(top, #ffffff, #cccccc);
	text-shadow: 0px 1px 0px #fff;
	border-radius: 6px;
	border: 1px solid #aaa;
}

.box_active { border-color:transparent; }

tr.slide_list_spacer td { padding:3px 0px; }

div.box_wrap a { color: #000; }
.h2_right, .checkbox_js { color: #000; font-size: 10px;}

h2.contentBox input, div.contentBox h2 input { color:#555; margin-top:3px; }

div.contentBox {
	background: #F7F7F8;
	border-top: 1px solid #DFDED4;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DFDED4;
	border-radius:0;
}


div.box_wrap {
/*	border:1px solid #999;
	border-radius:4px; */
	box-shadow:3px 3px 10px #ddd;
	clear: both;
}
div.box_wrap h2 {
	padding:0px 10px;
	height: auto; line-height:30px;
	border:0px none; /*border-radius: 4px 4px 0 0;*/
	border-radius:0;
	background:#bbb;
	color:#000;
	box-shadow: 1px 1px 15px  #999 inset;
}


div.mainBox a { color:#fff; }
a { color:#333; }
div.MAIN_CONTENT_CONTAINER a { color:#222A51; }

#system_navigation {
	padding:0px 0px 11px 0px; background:#3b6a3f; color:#fff;
}


body.popup { overflow-y:scroll; background:transparent; }
.popup .MAIN_CONTENT_CONTAINER { background:transparent; }
.popup  div.box_wrap { box-shadow:none; }
.popup .delete_transaction_pending { min-height:auto; }



.slide_list tr.slide_header td { padding:5px; }
.slide_list th { padding:0px 4px; font-weight:bold; }
.slide_list th a { border:0px none; }



.slide_list_table tr.line_height_for_br td {
	line-height:17px; /*Wichtig. Sonst starker Versatz bei sehr vielen Mitgliedschaften eines Users*/
}
.slide_list_table .mitglied_color_block {
	display:inline-block; width:6px; margin-left:1px;/*Als Rahmen horizontal*/ height:16px;/*Als Rahmen vertikal*/
}

.slide_list_table .mitglied_status_verband_active, .slide_list_table .mitglied_active, .bg_green_dark
{ background:#92C375; }
.slide_list_table .mitglied_status_verband_inactive, .slide_list_table .mitglied_disabled, .bg_red_dark
{ background:#9F6460; }

.bg_yellow_dark { background:#e5c846; }

.ml_3 { margin-left:3px; }
.ml_5 { margin-left:5px; }
.ml_10 { margin-left:10px; }
.ml_15 { margin-left:15px; }
.ml_20 { margin-left:20px; }
.text_tiny { font-size:9px; }


.sub_table .slide_list { border:1px solid #ccc; }
.sub_table table { font-size: 10px; }
.sub_table .caption { color:white; background:#3B6C3E; font-weight:bold; padding:4px 0px; text-align:center; border:1px solid #888; }

div.create_auth .items { background:#52627B; }
div.create_auth .items label { color:#fff; }


.error_out { padding-left:22px; }
.error_out.failed  { background:url("../gfx/icons/icon_gui_failed.png") no-repeat; }
.error_out.ok { background:url("../gfx/icons/icon_ok.png") no-repeat; }
.error_out.orange { background:url("../gfx/icons/icon_pending.png") no-repeat; }
.error_out.message { background:url("../gfx/icons/icon_message.png") no-repeat; font-weight:bold; }


.glow { text-shadow: 0 0 0.7em #afa, 0 0 0.7em #afa, 0 0 0.7em #afa; color:#333; }