/*
* ==========================================================
*	ALLGEMEIN
* ==========================================================
*/

/*News Cycle*/
/*@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');*/

/*PT Sans*/
/*@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');*/

/*Open Sans*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*
light 300 (italic 300i)
regular 400 (italic 400i)
semi-bold 600 (italic 600i)
bold 700 (italic 700i)f
extra-bold 800 (italic 800i)
*/


body, html {
	height: 100%;
}

body {
	/*font-family: 'News Cycle', sans-serif;*/
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85rem;
	font-weight: 300;
	color: #212529;
	background-color: rgba(255, 195, 0, 0.03);
	line-height: 1.3;
}

.wrapper {
	display: flex;
	width: 100%;
	/*align-items: stretch;*/
}

p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.7em;
	color: #999;
}

a,
a:hover,
a:active,
a:focus {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
	outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	line-height: 1.1;
}

h1, .h1 {
	font-size: 2.1rem;
}

h2, .h2 {
	font-size: 1.8rem;
}

h3, .h3 {
	font-size: 1.55rem;
}

h4, .h4 {
	font-size: 1.2rem;
}

h5, .h5 {
	font-size: 1.0rem;
}

h6, .h6 {
	font-size: 0.9rem;
}

dl {
	margin-bottom: 8px;
}

dt {
	padding-bottom: 5px;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #404040;
	margin: 5px 0;
}

.line1 {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ffc100;
	margin: 5px 0;
}

.line2 {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #404040;
	margin: 5px 0;
}

.line3 {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d8d8d8;
	margin: 5px 0;
}

i,
span {
	display: inline-block;
}

.bg-dark {
	background-color: #404040 !important;
}

dt {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 600 !important;
}

.status_gelb{
	color: #ffc100;
}
.status_gruen{
	color: #459a24;
}
.status_rot{
	color: #ce2020;
}
.status_grau{
	color: #787878;
}

.bg-danger {
	background-color: #ce2020 !important;
}


/*
* ==========================================================
*	ALERTS
* ==========================================================
*/
.alert-dismissible .close {
	padding: 0.5rem 1.25rem;
}

.fade {
	transition: opacity 0.5s linear;
}


/*
* ==========================================================
*	BUTTONS
* ==========================================================
*/
.btn {
	border-radius: 0px !important;
}
.btn:focus, .btn.focus {
	box-shadow: none;
}

.btn-outline-warning {
	background-color: #fff;
}
.btn-outline-warning:hover {
	color: #fff;
	background-color: #ffc107;
}
.btn-outline-warning:focus {
	color: #fff;
	background-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
}

.btn-xs, .btn-group-xs > .btn {
	padding: 0.2rem 0.4rem;
	margin: 0.25rem !important;
	font-size: 0.8rem;
	line-height: 1.6;
	border-radius: 0.2rem;
}

.btn-sm, .btn-group-sm > .btn {
	margin: 0.25rem !important;
}

.btn-login {
	margin: 0 !important;
}


/*
* ==========================================================
*	CARDS
* ==========================================================
*/
.card {
	border: 1px solid #d8d8d8;
	word-wrap: normal;
}

.card-header {
	background-color: rgba(255, 195, 0, 0.25);
	border-bottom: 1px solid rgba(255, 195, 0, 1);
	font-size: 1em;
	font-weight: normal;
	padding: 0.75rem;
}

.card-header:first-child {
	border-radius: 0;
}

.card-footer {
	background-color: rgba(255, 195, 0, 0.25);
	border-top: 1px solid rgba(255, 195, 0, 1);
	padding: 0.75rem;
}

.card .card-body dl {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card .card-body dl > dd > dl {
	border-bottom: none;
}


/*
* ==========================================================
*	CARDTABS
* ==========================================================
*/
.cardtabs {
	margin-top: 0px;
	margin-bottom: 0px;
}

.cardtabs ul li {
	background: rgba(255, 255, 255, 0.3);
	font-size: 1.05em;
	font-weight: 400;
}

.cardtabs ul li > a.active {
	background: rgba(255, 255, 255, 1);
	font-size: 1em;
	font-weight: 400;
}

.cardtabs ul li:hover {
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.05em;
	font-weight: 400;
}


/*
* ==========================================================
*	CONTENT
* ==========================================================
*/
#content {
	width: calc(100% - 250px);
	padding: 120px 0px 120px 0px;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	right: 0;
}

#content.active {
	width: 100%;
	padding: 120px 0px 120px 100px;
	/*80px*/
}


/* CONTENT - MEDIAQUERIES */
@media (max-width: 992px) {  /* 768px */
	#content {
		width: 100%;
		padding: 120px 0px 120px 0px;
	}
	#content.active {
		width: 100%;
		padding: 0px 0px 120px -100px;
		/*80px*/
	}
}


/*
* ==========================================================
*	CONTENTDETAIL
* ==========================================================
*/
.contentdetail {
	margin-top: -20px;
	margin-bottom: 20px;
	padding: 15px 0px 5px 15px;
	/*font-size: 1.05rem;*/
	/*font-weight: 600;*/
	color: #ffffff;
}


/*
* ==========================================================
*	CONTENTTABS
* ==========================================================
*/
.contenttabs {
	margin-top: -20px;
	margin-bottom: 20px;
}

.contenttabs ul li {
	background: rgba(255, 255, 255, 0.3);
	font-size: 1.05em;
	font-weight: 400;
}

.contenttabs ul li.active {
	background: rgba(255, 255, 255, 1);
	font-size: 1.05em;
	font-weight: 400;
}

.contenttabs ul li:hover {
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.05em;
	font-weight: 400;
}


/*
* ==========================================================
*	DATATABLES
* ==========================================================
*/
div.dataTables_wrapper div.dataTables_filter {
	margin-right:15px;
}


/*
* ==========================================================
*	DROPDOWN
* ==========================================================
*/
.dropdown-item {
	padding: 0.5rem 1rem;
}
.dropdown-item:hover {
	background-color: rgba(255, 195, 0, 0.25);
}

.dropdown-header {
	padding: 0.5rem 1rem;
}



/*
* ==========================================================
*	FILE TRANSFER MANAGER
* ==========================================================
*/
.transbox{
	margin: 0px;
	padding: 0px;
}

.dropzone{
	border: 2px dashed #ffc100;
	width: 100%;
	height: 100px;
	padding:10px;
}

.dropzoneDragover{
	border: 2px dotted #ffc100;
	padding:10px;
}

.hidden{
	display: none;
}



/*
* ==========================================================
*	FONT AWESOME
* ==========================================================
*/
.fa-lg {
	line-height: 1em;
}

.fa-error-background {
	position:relative;
}
.fa-error-background:before {
	content: "\f188";
	font-family: FontAwesome;
	font-size: 8em;
	/*color: #ffc300;*/
	color: rgba(64,64,64,0.2);
	position: absolute;
	right: 10px;
	top: 10px;
	transform: rotate(30deg);
}

.fa-impressum-background {
	position:relative;
}
.fa-impressum-background:before {
	content: "\f05a";
	font-family: FontAwesome;
	font-size: 15em;
	/*color: #ffc300;*/
	color: rgba(64,64,64,0.05);
	position: absolute;
	right: -30px;
	top: -60px;
}

.fa-logout-background {
	position:relative;
}
.fa-logout-background:before {
	content: "\f011";
	font-family: FontAwesome;
	font-size: 8em;
	/*color: #ffc300;*/
	color: rgba(64,64,64,0.2);
	position: absolute;
	right: 10px;
	top: 10px;
}


/*
* ==========================================================
*	FORMS
* ==========================================================
*/
.form-control {
	font-size: 0.9rem;
	font-weight: 300;
	border-radius: 0px !important;
}

.form-control:focus {
	border-color: #ffc300;
	/*box-shadow: 0 0 0 0.2rem rgba(255, 195, 0, 0.25);*/
	box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #ffc300;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: #e9ecef;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #ffc300;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #ffc300;
}

.custom-select {
	font-weight:300;
	padding: 0.375rem 1.75rem 0.375rem 0.5rem;
	border-radius: 0px !important;
}

.custom-select:focus {
	border-color: #ffc300;
	box-shadow: none;
}



/*
* ==========================================================
*	NAV PILLS
* ==========================================================
*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: inherit;
	background: rgba(255, 255, 255, 1);
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pillscardnav .nav-link.active, .nav-pillscardnav .show > .nav-link {
	color: inherit;
	background: #fff;
}

.nav-pillscardnav .nav-link {
	border: 1px solid #ffc300;
	border-radius: 0;
}


/*
* ==========================================================
*	NAVBAR TOP
* ==========================================================
*/
#topbar {
	background: #222222;
	color: #fff;
	padding-left: 0px;
	margin-left: 250px;
	transition: all 0.3s;
}

#topbar.active {
	background: #222222;
	color: #fff;
	padding-left: 0px;
	margin-left: 100px;
	/*80px*/
}

#topbar ul li.active > a,
#topbar a[aria-expanded="true"] {
	background: #222222;
	color: #fff;
}

.sidebarcollapsebtn {
	height: 100px;
	background: #000000;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	/*margin-left: -15px;*/
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 0px;
	cursor: pointer;
}

.navbar {
	padding: 0px 10px;
	background: #fff;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

nav.navbar .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 0;
	padding: 20px;
	font-size: 0.9em;
}


/* CONTENT - MEDIAQUERIES */
@media (max-width: 992px) {  /* 768px */
	#topbar {
		width: 100%;
		padding: 0px;
		margin-left: 0px;
	}
	#topbar.active {
		width: 100%;
		padding: 0px 0px 0px -80px;
		margin-left: 100px;
		/*80px*/
	}
}


/*
* ==========================================================
*	NAVBAR LEFT
* ==========================================================
*/
#sidebar {
	min-width: 250px;
	max-width: 250px;
	position: fixed;
	left: 0;
	height: 100vh;
	z-index: 999;
	background: #222222;
	color: #fff;
	transition: all 0.3s;
}

#sidebar.active {
	min-width: 100px;
	max-width: 100px;
	text-align: center;
	/*80px*/
}

#sidebar ul ul a {
	font-size: 0.95em !important;
	padding-left: 30px !important;
	background: #000000;
	border-left: 1px solid #ffc100;
}

#sidebar.active ul ul a {
	font-size: 0.8em !important;
	padding: 5px !important;
	background: #000000;
	border-left: 1px solid #ffc100;
}

#sidebar ul li a {
	text-align: left;
}

#sidebar.active ul li a {
	padding: 20px 5px;
	text-align: center;
	font-size: 0.8em;
}

#sidebar.active ul li a i {
	margin-right: 0;
	display: block;
	font-size: 1.3em;
	margin-bottom: 5px;
}

#sidebar.active ul li a i {
	text-align: center;
	width: 7em;
}

#sidebar.active .dropdown-toggle::after {
	top: auto;
	bottom: 10px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

#sidebar .sidebar-header {
	padding: 10px 60px 10px 60px;
	background: #404040;
}

#sidebar.active .sidebar-header {
	padding: 10px 4px 9px 4px;
}
#sidebar.active .sidebar-header img {
	margin: 4px 0px 4px 0px;
}

#sidebar ul.components {
	padding: 5px 0;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 1em;
	display: block;
}

#sidebar ul li a:hover {
	color: #fff;
	background: #000000;
}

#sidebar ul li a i {
	margin-right: 10px;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
	color: #fff;
	background: #000000;
}

a[data-toggle="collapse"] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}


/* NAVBAR LEFT - MEDIAQUERIES */
@media (max-width: 992px) {   /* 768px */
	#sidebar {
		min-width: 100px;
		max-width: 100px;
		text-align: center;
		margin-left: -100px !important;
		/*80px*/
	}
	.dropdown-toggle::after {
		top: auto;
		bottom: 10px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
	}
	#sidebar.active {
		margin-left: 0 !important;
	}
	/*#sidebar .sidebar-header h3,*/
	/*#sidebar .CTAs {*/
	/*display: none;*/
	/*}*/
	#sidebar .sidebar-header {
		padding: 10px 0px 10px 0px;
	}
	#sidebar ul li a {
		padding: 20px 10px;
	}
	#sidebar ul li a span {
		font-size: 0.85em;
	}
	#sidebar ul li a i {
		margin-right: 0;
		display: block;
	}
	#sidebar ul ul a {
		padding: 10px !important;
	}
	#sidebar ul li a i {
		font-size: 1.3em;
	}
	#sidebar {
		margin-left: 0;
	}
	#sidebarCollapse span {
		display: none;
	}
}


/*
* ==========================================================
*	NAVBAR BOTTOM
* ==========================================================
*/
#bottombar {
	background: #404040;
	color: #fff;
	margin: 0px 0px 0px 250px;
	transition: all 0.3s;
}

#bottombar.active {
	background: #404040;
	color: #fff;
	margin: 0px 0px 0px 100px;
	/*80px*/
}

/* CONTENT - MEDIAQUERIES */
@media (max-width: 992px) {  /* 768px */
	#bottombar {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
	#bottombar.active {
		width: 100%;
		padding: 0px 0px 0px -100px;
		margin: 0px 0px 0px 100px;
		/*80px*/
	}
}


/*
* ==========================================================
*	TABLES
* ==========================================================
*/
.wm_borderright {
	border-right: 1px solid #d8d8d8;
}
.wm_borderleft {
	border-left: 1px solid #d8d8d8;
}

td {
	padding: 0.6rem !important;
	vertical-align: middle !important;
}

td dl {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

td dl.row {
	margin-left: 0px;
	margin-right: 0px;
}

td dl > dd > dl.row {
	margin-left: -15px;
	margin-right: -15px;
}

td dl > dd > dl {
	border-bottom: none;
}


/*
* ==========================================================
*	TOOLTIP
* ==========================================================
*/
.tooltip {
	font-size: 0.8rem;
}



/*
* ==========================================================
*	WM LADEBALKEN
* ==========================================================
*/
.wm_load {
	height: 10px;
	width: 100%;
	padding: 0;
	margin: 0;
}

#wm_load_indicator {
	height: 3px;
	width: 100%;
	/*border: 1px solid red;*/
	padding: 0;
	margin: 0;
}

@keyframes wm_load {
	/*0% { transform: translate(0); }*/
	/*50% { transform: translate(230px); }*/
	/*100% { transform: translate(0); }*/
	
	0% { left: 0; }
	50% { left: 90%; }
	100% { left: 0; }
}

.wm_load_animation {
	/*display: inline-block;*/
	position: relative;
	width: 20px;
	height: 3px;
	padding: 0;
	margin: 0;
	background-color: #ffc300;
	animation: wm_load 1.5s infinite linear;
}

