﻿.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;
}
