h1 {
	margin-bottom: 30px;
}


.subtitle-date {
	padding: 4px 14px 0;
	display: inline-block;
	vertical-align: top;
}


.user-line {
	padding: 10px 19px 0 0;
}

.user-line .user-logout {
	margin-top: 0px;
	vertical-align: top;
	display: inline-block;
	margin-left: 8px;
	font-size: 18px;
	color: #333;
}

.grid-element {
	position: relative;
	display: block;
	margin: 15px 0;
	min-height: 20px;
	padding: 15px 0;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	/*border: 1px solid #e3e3e3;*/
	
	color: #333;
	text-align: center;
	
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	border: solid 1px #ddd;
	
	cursor: pointer;

	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.grid-element:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
}

.grid-element > .additional-info {
	position: absolute;
	margin-top: -13px;
	width: 100%;
}

.grid-element.status-green {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.grid-element.status-green:hover {
	color: #3c763d;
	background-color: #cee8c4;
	border-color: #cae2b6;
}

.grid-element.status-orange {
	color: #8a6d3b;
	background-color: #F4E9B1;
	border-color: #E7DBA1;
}

.grid-element.status-orange:hover {
	color: #8a6d3b;
	background-color: #f1e39d;
	border-color: #ece3b6;
}

.grid-element.status-orange > .status-orange-wrapper {
	position: absolute;
	margin-top: -7px;
	width: calc(100% - 30px);
	font-size: 20px;
	opacity: 0.4;
	color: #8a6d3b;
}

.grid-element.status-soldout {
	color: #555;
	background-color: #ddd;
	border-color: #ccc;
}

.grid-element.status-soldout:hover {
	color: #555;
	background-color: #ccc;
	border-color: #bbb;
}

.grid-element.status-soldout > .status-soldout-wrapper {
	position: absolute;
	margin-top: -7px;
	width: calc(100% - 30px);
	font-size: 20px;
	opacity: 0.4;
	color: #777;
}

.grid-element.status-cancelled {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.grid-element.status-cancelled:hover {
	color: #a94442;
	background-color: #ebcccc;
	border-color: #e4b9c0;
}

.grid-element.status-cancelled > .status-cancelled-wrapper {
	position: absolute;
	margin-top: -7px;
	width: calc(100% - 30px);
	font-size: 20px;
	opacity: 0.4;
	color: #a94442;
}

.grid-element > .space-reserved {
	position: absolute;
	bottom: -1px;
	right: 3px;
}

.grid-element.disabled {
	opacity: 0.5;
}

.top-button {
	min-width: 100px;
}

.top-button.icon-button {
	min-width: initial !important;
}

.top-button.icon-plus-button {
	width: 145px;
}


.xs .top-button {
	min-width: 95px;
	margin-bottom: 25px;
}

.xs .top-button.icon-plus-button {
	width: 140px;
}

.xs .top-button.pull-left {
	margin-right: 5px;
}

.xs .top-button.pull-right {
	margin-left: 5px;
}

.sm .top-button {
	margin-top: 23px;
}

.sm .top-button.pull-left {
	margin-right: 5px;
}

.sm .top-button.pull-right {
	margin-left: 5px;
}

.top-button.pull-right {
	float: right !important;
}

.input-button {
	width: 85px;
}

.reservation-block {
	margin-bottom: 40px;
}

.reservation-group {
	/*width: 200px;*/
	margin: 10px;
}

.reservation-group-full {
	margin: 10px;
}

.reservation-stats {
	margin: 35px 5px;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 20% auto 0 auto;
}

.form-signin-heading {
	margin-bottom: 20px;
}

.form-signin input {
	margin-bottom: 15px;
}

.storno-button-big {
	margin-top: 10px;
}

.reserve-button {
	margin-top: 10px;
	margin-bottom: 35px;
}

.datepicker {
	margin-bottom: 35px;
}

.highlight-row {
	background-color: #EAEAEA;
}

.padding-0 {
	padding: 0px !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-left-25 {
	padding-left: 25px !important;
}

.margin-0 {
	margin: 0px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.table tr.strike > td {
	text-decoration: line-through;
}

.stats-table {
	margin-bottom: 35px;
}

.stats-table td {
	vertical-align: middle !important;
}

.stats-table td.amount, .stats-table th.amount {
	width: 120px;
	padding-left: 30px;
}

.sub-title {
	margin-bottom: 25px;
}

.form-block {
	margin-bottom: 15px;
}

.form-submit-block {
	margin-top: 40px;
	margin-bottom: 15px;
}

.month-separator {
	text-align: center;
	clear: both;
	padding-top: 35px;
	margin-bottom: 0;
}

.no-reservations {
	border-top: 1px solid #ddd;
	color: #999;
	padding: 8px;
}

.reservations-header {
	background-color: #EAEAEA;
	font-weight: bold;
	padding: 8px;
}

.no-data {
	color: #999;
}

.loading-shadow {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100px;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 5;
	display: none;
}

.loading-shadow.visible {
	display: block;
}

.loading-shadow > .loading-text {
	text-align: center;
	color: #fff;
	font-size: 22px;
	top: 48%;
	position: relative;
}

.calendar-container {
	position: relative;
	min-height: 150px;
}

tr.disabled {
	color: #999;
}

.ticket-number {
	width: 100px;
}

.reservation-icons-box {
	/*width: 140px;*/
	padding: 4px !important;
}

.reservation-icons-box .view-reservation-button {
	width: 55px;
	margin: 3px 3px 3px 3px;
}

.reservation-icons-box .view-reservation-button.storno {
	width: 70px;
}

/*.reservation-icons-box .storno-button {
	width: 55px;
	margin: 3px 7px 3px 7px;
}*/

.reservations-total-text {
	padding-top: 13px !important;
}

.agent-type {
	color: #999;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	text-decoration: line-through;
}

.bootstrap-datetimepicker-widget table td.reserved.notallowed, .bootstrap-datetimepicker-widget table td.reserved.notallowed:hover {
	cursor: not-allowed !important;
}

.bootstrap-datetimepicker-widget table td.reserved, .bootstrap-datetimepicker-widget table td.reserved:hover {
	color: #fff !important;
	background-color: #d9534f !important;
	border-color: #d43f3a !important;
	cursor: pointer !important;
}

.bootstrap-datetimepicker-widget table td.reserved-orange, .bootstrap-datetimepicker-widget table td.reserved-orange:hover {
	color: #fff !important;
	background-color: #D9BD4F !important;
	border-color: #D9BD4F !important;
	cursor: pointer !important;
}

.bootstrap-datetimepicker-widget table td.reserved-gray, .bootstrap-datetimepicker-widget table td.reserved-gray:hover {
	color: #fff !important;
	background-color: #555 !important;
	border-color: #555 !important;
	cursor: pointer !important;
}

.bootstrap-datetimepicker-widget table td.highlight, .bootstrap-datetimepicker-widget table td.highlight:hover {
	color: #fff !important;
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	cursor: pointer !important;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	opacity: 0.7;
}

.availability-month {
	width: 100%;
	margin: 15px;
}

.availability-month th {
	height: 27px;
	padding: 2px 5px;
	background-color: #ddd;
	border: solid 1px #bbb;
}

.availability-month td {
	width: 27px;
	height: 27px;
	padding: 2px;
	text-align: center;
	border: solid 1px #eaeaea;
}

.availability-month .month-day.reserved {
	color: #fff;
	background-color: #d9534f;
	cursor: pointer;
}

.availability-month .month-day.inquiry {
	color: #fff;
	background-color: #f0ad4e;
	cursor: pointer;
}

.availability-month .month-day.special {
	color: #fff;
	background-color: #555;
	cursor: pointer;
}

.availability-month .month-day.special.notallowed {
	cursor: not-allowed !important;
}

.availability-month .month-day.highlight {
	color: #fff;
	background-color: #5cb85c;
}


.reservation-details {
	margin-bottom: 50px;
}

.reservation-details .dblock {
	padding: 5px 10px;
	font-size: 15px;
	border-top: 1px solid #ddd;
	background-color: #EAEAEA;
}

.reservation-details .dblock > label {
	margin: 0;
	font-weight: bold;
	display: inline-block;
	width: 75px;
}



.reservation {
	cursor: pointer;
}

.reservation.highlight {
	background-color: #eee;
}




.company-cluster.saved .company-cluster-more {
	display: inline-block;
}

.company-cluster-more {
	display: none;
	position: absolute;
	background-color: #6B6A6A;
	width: 50px;
	height: calc(100% + 2px);
	top: -1px;
	right: -1px;
	border-radius: 0 6px 6px 0;
}

.company-cluster-more .more-icon {
	font-size: 25px;
	color: #fff;
	line-height: 54px;
}

.company-separator {
	background-color: #DADADA;
	padding: 5px 10px;
	border: solid 1px #aaa;
	border-radius: 6px;
	text-align: center;
}

.toggle-company-group, .toggle-company-subgroup {
	cursor: pointer;
}





/* Mobile width lessthan 768px */
@media (max-width: 768px) {
	.reservation-group {
		width: calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}
	
	.padding-mobile-lr-25 {
		padding: 0 25px !important;
	}
}




/* General classes */
.form-control {
	resize: none;
}

.rounded {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.list-price {
	width: 150px;
}

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

.font-underline {
	text-decoration: underline;
}