body{
	padding-top: 50px;
	font-family: sans-serif;
}
body > .container-fluid{
	margin-top: 30px;
}
.schedule .active{
	background-color: #39c;
}
.schedule.today .active{
	background-color: #37b;
}
.schedule li{
	position: relative;
	cursor: pointer;
}
.schedule li:hover{
	background-color: #f0f8ff;
}
.schedule li strong{
	font-weight: normal;
}

#calendarium{
	padding-bottom: 600px;
}
#calendarium-form{
	margin-top: 10px;
	padding-top: 15px;
	background-color: #fff;
	border-top: 1px #ccc dashed;
}
#calendarium-form .form-group{
	position: relative;
	margin-top: 3px;
}
#calendarium-form .form-group label{
	position: absolute;
	top: -8px;
	left: 25px;
	padding: 0px 10px;
	z-index: 3;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	color: #333;
	background-color: #e0e0e0;
	border-radius: 2px;
}
/* close button */
#calendarium-form .btn-xs{
	margin-top: -45px;
	margin-right: 15px;
}
/* submit and reset buttons */
#calendarium-form .form-group button{
	width: 100%;
}

/* the alert popup */
#pop-alerts{
	display: none;
	position: absolute;
	top: 50px;
	right: 5px;
	z-index: 49;
}
#pop-alerts li{
	color: #eee;
	background-color: #333;
	border-top-color: #666;
}
#pop-alerts li input[type=text], #pop-alerts li textarea{
	color: #fff;
	background-color: #777;
}

.checkboxes .control-label{
	display: block;
}
.checkboxes .checkbox{
	display: inline-block;
	margin-right: 2em;
}

/* settings for autocomplete */
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/* Remove rounded corners from bootstrap.css */
.img-rounded {
	border-radius: 3px;
}
.img-thumbnail {
	border-radius: 2px;
}
.img-circle {
	border-radius: 50%;
}
code {
	border-radius: 2px;
}
kbd {
	border-radius: 1px;
}
pre {
	border-radius: 2px;
}
.form-control {
	border-radius: 2px;
}
.input-sm,
.form-group-sm .form-control {
	border-radius: 1px;
}
.input-lg,
.form-group-lg .form-control {
	border-radius: 3px;
}
.btn {
	border-radius: 2px;
}
.btn-lg,
.btn-group-lg > .btn {
	border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
	border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
	border-radius: 1px;
}
.dropdown-menu {
	border-radius: 2px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	border-radius: 3px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	border-radius: 1px;
}
.input-group-addon {
	border-radius: 2px;
}
.input-group-addon.input-sm {
	border-radius: 1px;
}
.input-group-addon.input-lg {
	border-radius: 3px;
}
.nav-tabs > li > a {
	border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 2px;
}
@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-radius: 2px 2px 0 0;
	}
}
.nav-pills > li > a {
	border-radius: 2px;
}
.nav-tabs-justified > li > a {
	border-radius: 2px;
}
@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-radius: 2px 2px 0 0;
	}
	.navbar {
		border-radius: 2px;
	}
}
.navbar-toggle {
	border-radius: 2px;
}
.navbar-toggle .icon-bar {
	border-radius: 1px;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.breadcrumb {
	border-radius: 2px;
}
.pagination {
	border-radius: 2px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
}
.pager li > a,
.pager li > span {
	border-radius: 15px;
}
.label {
	border-radius: .25em;
}
.badge {
	border-radius: 10px;
}
.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 3px;
}
.thumbnail {
	border-radius: 2px;
}
.alert {
	border-radius: 2px;
}
.progress {
	border-radius: 2px;
}
.list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.panel {
	border-radius: 2px;
}
.panel-heading {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.panel-footer {
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 1px;
}
.panel-group .panel {
	border-radius: 2px;
}
.well {
	border-radius: 2px;
}
.well-lg {
	border-radius: 3px;
}
.well-sm {
	border-radius: 1px;
}
.modal-content {
	border-radius: 3px;
}
.tooltip-inner {
	border-radius: 2px;
}
.popover {
	border-radius: 3px;
}
.popover-title {
	border-radius: 2px 2px 0 0;
}
.carousel-indicators li {
	border-radius: 10px;
}
.datepicker {
	border-radius: 2px;
}
.datepicker table tr td,
.datepicker table tr th {
	border-radius: 2px;
}
.datepicker table tr td span {
	border-radius: 2px;
}
.input-daterange input:first-child {
	border-radius: 1px 0 0 1px;
}
.input-daterange input:last-child {
	border-radius: 0 1px 1px 0;
}
.datepicker.dropdown-menu {
	border-radius: 2px;
}