﻿:root {
	--agjf-white: #fff;
	--agjf-gray: #ebebef;
	--agjf-black: #000;
	--agjf-purple: #323363;
	--agjf-light-purple: #9999b1;
}

/* #region Page */

#main {
	z-index: 0;
}

/* #endregion */

/* #region Antrago */

#aweb-menu {
	display: inline-table;
}

	#aweb-menu .level_2 .level_2 {
		top: 0;
	}

#aweb-content {
	margin: 0 1em;
}

#userinfo {
	float: right;
	margin: 1em 1em 0 0;
}

#container {
	padding-right: 0px;
}

/* #endregion */

/* #region Form */

@media (max-width: 640px) {
	.row {
		padding: 5px 0;
	}
}

@media (max-width: 1025px) {
	.form-group {
		display: block !important;
	}

	.form-group * {
		max-width: none;
	}

	.row {
		display: block;
		margin: 0;
	}
}

/* #endregion */

/* #region Paginator */

/* #region Paginator */

.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}

/* #endregion */

/* #region Page Link */

.page-link {
	z-index: 1;
	text-decoration: none !important;
	display: block;
	position: relative;
	color: var(--agjf-gray);
	background-color: var(--agjf-white);
	padding: 10px 20px;
	border: 1px solid var(--agjf-gray);
	margin-left: -1px;
	line-height: 1.25;
}

.page-link:hover {
	z-index: 2;
	color: var(--agjf-black);
	background-color: var(--agjf-light-purple);
}

.page-link:focus {
	z-index: 5;
}

.page-item.active .page-link {
	z-index: 3;
	color: var(--agjf-white);
	background-color: var(--agjf-purple);
	border-color: var(--agjf-gray);
}

.page-item.disabled .page-link {
	z-index: 4;
	color: var(--agjf-gray);
	background-color: var(--agjf-gray);
	border-color: var(--agjf-white);
	cursor: auto;
	pointer-events: none;
}

/* #endregion */

/* #endregion */

/* #region Button */

.btn {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 5px;
	cursor: pointer;
}

.btn-primary {
	font-size: 12pt;
	color: var(--agjf-white);
	background-color: var(--agjf-purple);
	padding: 15px;
}

.btn-primary:focus,
.btn-primary:hover {
	color: var(--agjf-white);
	background-color: var(--agjf-light-purple);
}

.btn-secondary {
	color: var(--agjf-white);
	background-color: var(--agjf-light-purple);
	padding: 5px;
}

.btn-secondary:focus,
.btn-secondary:hover {
	color: var(--agjf-white);
	background-color: var(--agjf-purple);
}

/* #endregion */

/* #region Textbox */

.form-control {
	position: relative;
	display: block;
	width: 100%;
	font: 1em Lato,sans-serif;
	color: var(--agjf-black);
	background-color: var(--agjf-gray);
	border: 3px solid rgba(39, 174, 96,0);
	padding: 13px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.15);
	outline: none;
}

/* #endregion */

/* #region Checkbox */

input[type=checkbox] {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: none;
	margin: 10px;
}

input[type=checkbox]:checked:before {
	content: "\e90a";
	outline: 2px solid var(--agjf-purple);
}

/* #endregion */

/* #region Table */

table {
	display: block;
	overflow-x: auto;
}

.tbl-preis {
	white-space: nowrap;
	text-align: right;
}

@media (max-width: 568px) {
	td {
		padding: 2px;
	}
}

/* #endregion */

/* #region Select */

select option {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* #endregion */

/* #region Ampel */

.aweb-img-ampel {
	width: 16px;
	max-width: unset;
}

.col-form-label {
    font-weight: bold;
}

/* #endregion */

/* #region References */

/*div .form-container div.ui-submit, div.form-container div.ui-hyperlink {
	padding-right: 0px !important;
}

div.ui-submit button, div.ui-hyperlink a {
	width: 200px !important;
}

@media (min-width: 992px) .aweb-container .aweb-table-courses td.tbl-preis {
	white-space: nowrap;
}
*/

/*@import "bootstrap.css";*/
/*@import "bootstrap4/bootstrap.css";*/
/** 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;
max-width: 20px;
}

.aweb-img-ampel:hover {
transform: scale(1.2);
}*/

/* overview button*/
/*.aweb-container p a.btn-overview {
width: 100px;
}

.aweb-container .btn-primary {
background: #12bee6 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
font-family: "Asap",sans-serif;
font-weight: 100;
text-shadow: none;
transition: all 0.3s ease 0s;
}*/

/*btn-secondary*/
/*.aweb-container .btn-secondary {
background: #12bee6 none repeat scroll 0 0;
border: medium none;
border-radius: 4px;
color: #fff;
font-family: "Asap",sans-serif;
font-weight: 100;
text-shadow: none;
transition: all 0.3s ease 0s;
}

.aweb-container .btn-secondary:hover,
.aweb-container .btn-secondary:focus,
.aweb-container .btn-secondary:active,
.aweb-container .btn-secondary:not(:disabled):not(.disabled):active {
color: #333;*/
/*background-color: #ebebeb;*/
/*border-color: #adadad;*/
/*}

.aweb-container .btn-secondary:hover,
.aweb-container .btn-secondary:focus {
background-position: 0 -15px;
}

.aweb-container .btn-secondary:active {
outline: 0;
background-image: none;
}

.aweb-container .btn-secondary:disabled {
color: #333333;
background-color: #dddddd !important;
-webkit-box-shadow: unset;
box-shadow: unset;
}

.aweb-container .btn-secondary:disabled:hover {
-webkit-box-shadow: unset;
box-shadow: unset;
}*/

/*btn styles*/
/*.aweb-container .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);
}

.aweb-container .btn:hover,
.aweb-container .btn:focus,
.aweb-container .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;
}
}*/

/**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;
}
*/

/*@import "site.css";*/
/*.aweb-table-courses table td:nth-child(6) p {
white-space: nowrap;
}

.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-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;
}



.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%;
}*/
/*body {
font-family: Tahoma;
font-size: 14px;
height: 100%;
}*/

/*.bottom-buffer {
margin-bottom: 15px;
}

.font65p {
font-size: 65%;
}

.dropdown-menu {
margin-top: 0;
-ms-border-top-left-radius: 0;
border-top-left-radius: 0;
-ms-border-top-right-radius: 0;
border-top-right-radius: 0;
}

.navbar-default {
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;
}

.navbar-default .navbar-toggle:hover {
background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: rgb(255,255,255) !important;
}

.navbar-default .input-group {
width: 200px;
padding: 10px;
}

.navbar-header:after {
clear: none !important;
}

.navbar-right {
float: right !important;
}

.navbar-right .dropdown-menu {
left: auto;
right: 0;
}

header .nav > li {
display: inline-block !important;*/
/*float: left !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;
}

.page-container {
margin-top: 77px;
position: relative;
}*/

/*.commandbar {
position: fixed;
top: 56px;
left: 0;
width: 100%;
background-color: rgb(91, 192, 222);
z-index: 1;
height: 30px;
}

.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%);
}*/

/*.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;
}

.page-content {
padding-left: 20px;
padding-right: 20px;
}

.row > .alert {
margin-left: 15px;
margin-right: 15px;
width: auto;
}

.navbar-nav {
margin: 0 !important;
}

nav.well {
margin-top: 5px;
padding: 0 !important;
}

.tbl-row-group td {
background-image: linear-gradient(to bottom, #F5F5F5 0, #E8E8E8 100%) !important;
}

@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;
}
}

.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%;
}

@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;
		}
}*/

/*@media (min-width: 992px) {
nav.well {
position: absolute;
width: 225px;
padding-top: 20px;
}

.page-content {
position: relative;
margin-left: 225px;
}
}*/

/*.pagination {
margin: 0 0 9px 0 !important;
}

.active {
font-weight: bold;
}*/

/* #endregion */