html, body, #wrap, .container-fluid, .page {
	height: 100%;
}

body {
	background-color: #D2D2D2;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

.container {
	height: 100% !important;
	width: 95% !important;
}

.navbar {
	height: 30px !important;
	min-height: 30px !important;
}

.navbar-brand {
	height: 30px !important;
	padding: 3px 15px !important;
}

.navbar-nav {
	height: 30px !important;
}

.navbar-nav .dropdown .dropdown-toggle {
	height: 30px !important;
	padding: 5px 15px !important;
}

.navbar-nav li a {
	height: 30px !important;
	padding: 5px 15px !important;
}

.page {
	display: table;
	margin-top: 35px;
	width: 100%;
}

#push, #footer {
	height: 30px;
}

.rwk-alert {
	margin-left: 240px;
	margin-right: 240px;
}

/* Dropdown submenu */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	behavior: url(/css/PIE.htc);
}

.dropdown-submenu:hover .dropdown-menu {
	display: block;
}

.dropdown-submenu a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu .pull-left {
	float: none;
}

.dropdown-submenu .pull-left .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
	behavior: url(/css/PIE.htc);
}

.rwk-label {
	font-weight: bold;
}

.rwk-fieldset {
	position: relative;
	padding-left: 15px;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	behavior: url(/css/PIE.htc);
}

.rwk-fieldset::after {
	content: attr(data-legend);
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rwk-h3 {
	margin: 7px 0 5px 25px !important;
}

/* RWK-Button */
.btn-rwk-yellow {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FFC300;
	background-repeat: repeat-x;
	border-color: #FFAE00;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-rwk-yellow:hover,
.btn-rwk-yellow:active,
.btn-rwk-yellow.active,
.btn-rwk-yellow.disabled,
.btn-rwk-yellow[disabled] {
	color: #FFFFFF;
	background-color: #FFAE00;
}

.glyphicon {
	margin-right: 10px !important;
}

.glyphicon-disabled {
	opacity: .6;
	cursor: not-allowed;
}

.panel-heading-min-height {
	min-height: 38px;
}

.rwk-nav-tabs > li > a {
	padding: 10px 10px !important;
}

.nav-tabs > li.active {
	font-weight: bold !important;
}

.rwk-form-group {
	margin-bottom: 10px !important;
}

.multi-col-div {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	-ms-column-gap: 15px;
	-o-column-gap: 15px;
	column-gap: 15px;
	columns: 4;
}

.multi-col-div > ul {
	margin: 0;
	padding: 0;
}

.multi-col-div > ul > li {
	display: inline-block;
	width: 100%;
}

#cookie-bar {
	display: none;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #000;
	color: #FFF;
	padding: 10px;
	z-index: 999999;
	font-size: 16px;
}

#cookie-bar p {
	margin: 0 20px;
	display: inline-block;
}

#cookie-bar button {
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 5px 5px 4px 33px;
	padding: 7px 33px 7px 33px;
}

/* Responsive Layout */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.clear {
	clear: both;
}

.panel, #tab-container, #team-overview-tab-container, #wettkampfplanung-tab-container {
	border: 1px solid #455996;
}

.panel-heading, thead, .list-group-item.separator {
	background-color: #C4CCE3 !important;
}

thead.no-background {
	background-color: transparent !important;
}

.transparent-table-header {
	background: transparent !important;
}

.no-list-style {
	list-style-type: none;
}

.datepicker {
	z-index: 10000 !important;
}

.datepicker thead {
	background: transparent !important;
}

.alert .glyphicon {
	float: left !important;
	margin-top: 2px !important;
}

.alert ul {
	padding-left: 30px !important;
}

.loading {
	display: none;
	text-align: center;
}

.tile {
	text-align: left;
	background-color: #fff;
	border: 1px solid #455996;
	padding: 10px;
	margin: 10px;
	border-radius: 4px;
	overflow-x: hidden;
	height: 38vh !important;
}

.blue-tabs-background {
	background-color: #C4CCE3;
}

.carousel-control.right {
	width: 5% !important;
	right: 40px !important;
}

.carousel-control.right span {
	padding-left: 20px;
}

.carousel-control.left {
	left: 5px !important;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none !important;
}

.planung-chart {
	min-height: 200px;
}

.carousel-indicators li {
	border: 1px solid #455996;
}

.carousel-indicators .active {
	background-color: #455996 !important;
}

.dashboard-row {
	height: 10% !important;
}

.no-data {
	text-align: center;
	margin-top: 10px;
}

.text-green {
	color: #5EB226;
}

.text-red {
	color: #EA0000;
}

.rwk-has-error {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(169, 68, 66, .6) !important;
}

.rwk-has-error-label {
	color: #a94442 !important;
}