﻿/** things i need beside bootstrap 4*/
body {
	font-family: Tahoma;
	height: 100%;
}

/*formcontrols*/
.form-control-static {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}
/*Ampel image*/
.aweb-img-ampel {
	width: 20px;
}

/*Preis in der Übersicht ohne Umbruch*/
.aweb-table-courses td.tbl-preis {
	white-space: nowrap;
}

.aweb-img-ampel:hover {
    transform: scale(1.2);
}

/* overview button*/
p a.btn-overview {
	width: 100px;
}

/*btn-secondary*/
.btn-secondary {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
	text-shadow: 0 1px 0 #fff;
	background-repeat: repeat-x;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-position: 0 -15px;
}

.btn-secondary:active {
	outline: 0;
	background-image: none;
}

.btn-secondary:disabled {
	color: #333333;
	background-color: #dddddd !important;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.btn-secondary:disabled:hover {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

/*btn styles*/
.btn {
    text-align: center !important;
    width: unset !important;
}
.btn {
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.btn:hover,
.btn:focus,
.btn:active {
	-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* labels*/
.col-form-label {
	text-align: right;
	font-weight: bolder;
}

/* checkbox label */
.aweb-checkbox-text {
	margin-left: 5px;
}

/* select pager size*/
.field-pager-select {
	max-width: 50%;
	width: 50%;
}

.label-pager-select {
	max-width: 50%;
	width: 50%;
}

.aweb-pagesize-select label {
	padding-left: 30px;
	padding-right: 0px;
	text-align: left !important;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

.aweb-pagesize-select select {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

/*command bar*/
.commandbar {
	position: fixed;
	top: 66px;
	left: 0;
	width: 100%;
	background-color: rgb(91, 192, 222);
	z-index: 1;
	height: 30px;
}

/*page content*/
.page-content {
	padding-top: 20px;
}

.page-content {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 90px;
}

.page-container {
	margin-top: 77px;
	position: relative;
}

/* navigation and links*/
.nav-link {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

a {
	color: #428bca;
}

a:hover,
a:focus,
a:active {
	color: #2a6496;
	text-decoration: none;
}

.nav-item.active > a {
	color: #2a6496;
}

/*Pagination*/
a.page-link {
	color: #428bca;
}

/*cards*/
.card {
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

/*navigation bar*/
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

/*navbar*/
.navbar-default {
	background-image: -o-linear-gradient( rgb(66, 139, 202) 0, rgb(66, 139, 202) 100% ) !important;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(66, 139, 202)), to(rgb(66, 139, 202)) ) !important;
	background-image: linear-gradient( rgb(66, 139, 202) 0, rgb(66, 139, 202) 100% ) !important;
	color: rgb(255, 255, 255) !important;
	border-bottom: 0 solid rgb(255, 255, 255) !important;
}
.navbar-default a {
	color: rgb(255, 255, 255) !important;
}
.navbar-default .dropdown-menu a {
	color: rgb(66, 139, 202) !important;
}

/*dropdown and pull-down in navbar*/
.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.pulldown-menu {
	padding: 0;
	margin: 0;
}
.pulldown-menu > li {
	list-style-type: none;
}
.pulldown-menu > li > a {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}
.pulldown-menu > li:hover > .dropdown-menu {
	display: inline-block;
}
/*table wrapper*/
.table-wrapper {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: scroll;
	overflow-y: hidden;
	border: 1px solid #dddddd;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
}

.table-wrapper tfoot {
	border-top: 2px solid #dddddd;
	font-weight: bold;
	font-size: 80%;
}
/*table*/
.tbl-row-group td {
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%) !important;
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%) !important;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8) ) !important;
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%) !important;
	background-image: linear-gradient( to bottom, #f5f5f5 0, #e8e8e8 100% ) !important;
}

/*table card*/
.tb-card-w-75 {
	width:75% !important;
}
.tb-card-w-25 {
	width:25%;
}
/*well*/
nav.well {
	margin-top: 5px;
	padding: 0;
}

/*alert row*/
.row > .alert {
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
}

/*Tooltips*/
#aweb-tooltip {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	left: 0;
	top: 0;
	width: 200px; /* Full width */
	height: auto; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #ffffff; /* Fallback color */
	font-size: 8pt;
	border: 1px solid black;
	border-radius: 6px;
}

#aweb-tooltip-title {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: darkgray;
	color: black;
}

#aweb-tooltip-content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: black;
	font-weight: normal;
}

/*Common styles*/
p.aweb-overview-message {
	margin-top: 20px;
}

div.checkbox {
	margin-left: 30px;
}

div.aweb-radio-list {
	margin-left: 8px;
}

div#ScriptBag_AbweichenderRe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

div#ScriptBag_AbweichenderRe input[type="radio"] {
	margin: 10px;
}

div#ScriptBag_AbweichenderRe div.radio {
	margin-right: 10px;
}

/**Zoom for Pageination and headers to fit in mobildives*/
@media (min-width: 992px) {
	.page-content {
		position: relative;
		margin-left: 225px;
	}

	nav.well {
		position: absolute;
		width: 225px;
	}
}

@media (max-width: 991px) {
	nav.well {
		padding-top: 20px;
	}
}

@media (max-width: 576px) {
	html {
		font-size: 14px;
	}

	.pagination,
	h1,
	h2,
	h3 {
		zoom: 80%;
	}

	.commandbar {
		top: 53px;
	}

	.page-content {
		margin-top: 0;
	}

	.col-form-label {
		text-align: left;
	}

	nav.well {
		padding-top: 10px;
	}


   .aweb-radio-list.ui-singleradiobox label {
        margin-left: 5px;
    }
}

/**DEPRECATED*/

/*
li.active a {
	color: -webkit-link;
}

.aweb-res-name,
.aweb-res-grp {
	display: inline-block;
	margin: 0;
	padding-left: 3px;
	padding-right: 2px;
}
.aweb-res-name,
.aweb-res-grp {
	display: inline-block;
	margin: 0;
	padding-left: 3px;
	padding-right: 2px;
}

.aweb-res-name {
	border-right: 1px solid darkgray;
}

.aweb-res-name {
	min-width: 71px;
	width: 71px;
}*/

/*.aweb-modal-header {
	background: #f5f5f5;
	border-radius: 3px;
}*/

/*
.aweb-tip-cell {
	position: relative;
}

.aweb-tip-cell .aweb-tip {
	visibility: hidden;
	width: auto;
	background-color: white;
	color: #000000;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #000000;
	padding: 3px 5px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
	transition: opacity 0.3s;
	text-wrap: none;
	word-break: keep-all;
	font-weight: normal;
	font-size: 8pt;
}*/

/*.aweb-tip-cell:hover div.aweb-tip {
	visibility: visible;
	opacity: 1;
}


.modal-body {
	padding: 2px 16px;
}*/

/* Modal Content/Box */
/*.aweb-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 200px;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 3px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}*/

/* The Modal (background) */
/*.aweb-modal {
	position: fixed;*/ /* Stay in place */
/*z-index: 2;*/ /* Sit on top */
/*left: -14px;
	top: 330px;
	width: 248px;*/ /* Full width */
/*height: 300px;
	overflow: hidden;*/ /* Enable scroll if needed */
/*}


.aweb-head,
.aweb-year,
.aweb-calweek,
.aweb-month,
.aweb-date {
	border: 1px solid darkgray;
	background: #f5f5f5;
	font-weight: normal;
	font-size: 10pt;
}

.aweb-res-name,
.aweb-res-grp {
	font-weight: normal;
	font-size: 10pt;
	line-height: normal;
}

.aweb-year-head,
.aweb-calweek-head,
.aweb-month-head,
.aweb-date-head {
	text-align: right;
	padding-right: 5px !important;
}

.aweb-year-content,
.aweb-calweek-content,
.aweb-month-content,
.aweb-date-content {
	text-align: center;
}
.aweb-legende-appointment {
	height: 15px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 0;
	margin-bottom: 0;
	display: inline-block;
}

.aweb-legende-appointment-title {
	font-weight: bold;
	margin-left: 20px;
	display: inline-block;
}

.aweb-legende-appointment-full-available {
	height: 15px;
	width: 45px;
	background-color: #66b3ff;
	margin-bottom: 0;
	display: inline-block;
}

.aweb-legende-appointment-partially-available {
	height: 15px;
	width: 45px;
	background-color: #ffff66;
	margin-bottom: 0;
	display: inline-block;
}

.aweb-legende-appointment-not-available {
	height: 15px;
	width: 45px;
	background-color: #ff6666;
	margin-bottom: 0;
	display: inline-block;
}



.aweb-head-resource {
	background: lightgray;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
	text-align: center;
}


a.aweb-head-btn {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: darkgray;
	margin-left: 5px;
	margin-right: 0;
}

a.aweb-head-btn:hover {
	background: #C0C0C0;
}

#boxResgrps .aweb-close:hover,
#boxResgrps .aweb-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#boxResgrps .aweb-modal-bottom {
	padding-bottom: 10px;
	text-align: center;
}

#boxResgrps .aweb-filter-checkbox {
}

#boxResgrps #filter,
#boxResgrps #cancel {
	font-size: 10pt;
}


.aweb-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 200px;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 3px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}


.aweb-entry {
	width: auto;
	height: 20px;
	border: 1px solid darkgray;
}

.aweb-entry-0 {
	background: #66b3ff;
}

.aweb-entry-1 {
	background: #ffff66;
}

.aweb-entry-2 {
	background: #ff6666;
}


.aweb-planning-fixedhead {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
	background-color: white;
	width: 100%;
	table-layout: fixed;
	z-index: 1;
}

.aweb-planning-content {
	width: 100%;
}

.aweb-planning-fixedhead > thead > tr > th,
.aweb-planning-content > tbody > tr > td {
	width: auto;
	padding: 0;
}

.aweb-planning-fixedhead > thead > tr > th:first-child,
.aweb-planning-content tbody > tr > td:first-child {
	width: 210px;
}*/

/*.aweb-res-content {
	border: 1px solid darkgray;
	background: #f5f5f5;
	width: 100%;
	height: 100%;
}


.bottom-buffer {
	margin-bottom: 15px;
}

.font65p {
	font-size: 65%;
}
*/

/*header .nav > li {
	display: inline-block !important;
}*/

/*.nav > li > a {
	position: relative !important;
	display: inline-block !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.nav-pills > li > a {
	display: block !important;
}*/

/*.commandbar > ul > li {
	display: inline-block;
	position: relative;
	height: 30px;
}

.commandbar > ul > li > button,
.commandbar > ul > li > a {
    background-color: rgb(91, 192, 222);
    border: 0;
    padding: 5px !important;
    color: rgb(255,255,255);
    display: inline-block;
}

.commandbar > ul > li > a {
    height: 20px;
}

.commandbar > ul > li > button:hover {
    background-color: rgb(57, 179, 215);
}
*/
/*.commandbar .cmd-btn-extended {
    width: 100%;
    white-space: nowrap;
    text-align: left;
    background-color: transparent;
    border: 0 solid rgb(255,255,255);
    color: rgb(66,139,202);
}

.commandbar .cmd-btn-extended:hover {
    background-image: linear-gradient(rgb(245, 245, 245) 0, rgb(232, 232, 232) 100%);
}
*/

/*@media (max-width: 991px) {
	.navbar-toggle {
		display: inline-block !important;
	}*/

/*nav {
		display: none !important;
	}*/

/*#mainmenu:checked ~ nav {
		display: block !important;
		margin-top: 55px !important;
		margin-bottom: 0 !important;
	}

	.page-container {
		margin-top: 83px;
	}
}*/
/*
@media (max-width: 767px) {
	#page-searchfield {
		display: none !important;
	}

	.commandbar .dropdown-menu {
		left: auto !important;
		right: 0 !important;
		-moz-min-width: 200px;
		-ms-min-width: 200px;
		-o-min-width: 200px;
		-webkit-min-width: 200px;
		min-width: 200px;
	}
}



@media (min-width: 768px) {
	#page-searchbutton {
		display: none !important;
	}

	.navbar-default .hidden-xs {
		display: inline-block !important;
	}

	.commandbar .cmd-btn-toggle {
		visibility: hidden;
	}

	.commandbar .dropdown-menu {
		display: inline-block;
		border: 0;
		padding: 0;
		margin: 0;
		-ms-border-radius: 0 !important;
		border-radius: 0 !important;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
		box-shadow: none;
		position: relative;
		top: 0;
	}

	.commandbar .dropdown-menu > li {
		display: inline-block;
	}

	.commandbar .dropdown-menu > li > button {
		background-color: rgb(91, 192, 222);
		border: 0;
		padding: 5px;
		color: rgb(255,255,255);
	}

	.commandbar .dropdown-menu > li > button:hover {
		background-color: rgb(57, 179, 215);
		background-image: none;
	}
}
*/
/*
.pagination {
	margin: 0 0 9px 0 !important;
}
*/
