#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

.js .jshidden {
	display: none;
}

.vskip {
	height: 30px;
	clear: both;
	width: 100%;
}

.nojs .modal {
	display: block;
}

.nojs .fade {
	opacity: 1;
}

.nojs .modal.fade .modal-dialog {
	transform: translate3d(0px, 0, 0px);
}

.cal-day {
	width: 14%;
}

.cal-weekend {
	background-color: #fafafa;
}

.cal-off {
	opacity: .3;
}

.form-horizontal .control-label.col-sm-12 {
	text-align: left;
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.wide .modal-dialog {
		width: 80%;
	}
}