#root-bar {
	padding-left: 10px;
	font-size: 0.9em;
}

#root-bar li {
	list-style-type: none;
	border: none;
	margin: 5px;
}

#root-bar ul {
	padding-left: 10px;
}

#root-bar .panel {
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

#root-bar li:before {
	content: "";
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	display: inline-block;
	opacity: 0;
	margin-right: 3px;
}

#root-bar li.active:before {
	border-left: 0.4em solid #0077c8;
	opacity: 1;
}

#root-bar li:not(.open ):not(.active ):hover:before {
	border-left: 0.4em solid #0077c8;
	opacity: 0.5;
}

#root-bar li.open:before {
	border-top: 0.4em solid #0077c8;
	opacity: 0.5;
	vertical-align: middle;
}

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

.multitable:not (.andEdit ) .edit {
	display: none;
}

#ui-datepicker-div {
	background-color: white;
	border: 2px solid #ddd;
	padding: 10px;
	border-radius: 10px;
}

#ui-datepicker-div .table {
	margin-bottom: 0;
}

#ui-datepicker-div td.btn {
	display: table-cell;
	border-radius: 0;
}

#ui-datepicker-div .glyphicon-chevron-left {
	float: left;
	text-align: left;
}

#ui-datepicker-div .glyphicon-chevron-right {
	float: right;
	text-align: right;
}

#ui-datepicker-div .glyphicon {
	padding-top: 10px;
	padding-bottom: 5px;
	display: block;
	width: 40px;
}

#ui-datepicker-div .input-group {
	margin: auto;
}

body {
	overflow: scroll;
}