.clear {
	clear: both;
}

#navbar {
	display: flex;
	align-items: center;
}

.navbar-brand {
	float: left;
}

.navbar-left {
	flex: 1;
}

.navbar-nav {
	float: left;
}

.action {
	padding: 10px 0;
	text-align: right;
}

.action-file-upload {
	display: inline-block;
	position: relative;
}

.action-file-upload input {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
}

.nav > li {
	display: inline-block !important;
}

.red {
	color: red;
}

.table td {
	font-size: 12px;
}

.file-stat {
	border: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 10px;
	margin: 20px 0;
}

.calendar {
	padding-top: 40px;
}

.calendar {
	display: flex;
}

.calendar-right {
	flex: 1;
	padding-left: 50px;
}

.ui-state-active, .calendar-time-item-active {
	background: #449d44 !important;
	color: #fff !important;
}

.calendar-time-item {
	display: inline-block;
	width: 80px;
	line-height: 30px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin: 0 5px 8px 0;
}

.calendar-time-item-passive {
	background-color: rgba(250, 0, 6, 0.57);
	text-decoration: none !important;
	color: #000 !important;
}

input[type="checkbox"], input[type="radio"] {
	margin: 0;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fafafa;
}

.calendar-form {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.calendar-form input, .calendar-form select {
	line-height: 34px;
	display: block;
	width: 100%;
	min-width: 200px;
	max-width: 686px;
	padding: 0 5px;
	margin-right: 8px;
	height: 34px;
}

.calendar-form select {
	width: 150px;
}

.filter{
	padding: 10px 0 10px;
}

.filter input, .filter select{
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
	width: 100px;
	vertical-align: middle;
	height: 30px;
}

html, body{
	height: 100%;
}

.auth{
	display: flex;
	align-items: center;
	height: 100%;
}

.auth .container{
	width: 400px;
}