::-webkit-scrollbar { width: 7px; height: 7px;}
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #E1E1E1;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #BCBCBC;}
::-webkit-resizer { background-color: #D4D0C8;}

html,
body {
	height: 100%;
}

body > div.container-fluid > h1,
body > div.container-fluid > h2,
body > div.container-fluid > h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

body > div.container-fluid {
	margin-left: 40px;
	padding-top: 56px;
}

.wrap {
	/*min-height: 100%;*/
	height: auto;
	margin: 0 auto -36px;
	padding: 0 0 30px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.wrap > #w0 > .container
{
	width: 99%;
	margin-left: 0px;
}

#w0 .btn-link {
	color: black;
}

#w0 > div.container-fluid {
	padding-left: 0px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -10px;
}

.mi-news .notification 
{
	border-radius: 10px;
	background-color: red;
	width: 20px;
	height: 20px;
	position: relative;
	float: right;
	text-align: center;
	margin-left: 8px;
	color: white;
	font-weight: bold;
}

.sidebar {
	position: absolute;
	top: 51px;
	left: 0px;
	bottom: 36px;
	z-index: 1000;
	background-color: white;
	border-right: 1px solid #c0c0c0;
	min-width: 50px;
	overflow: auto;
}

.sidebar-separator
{
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 10px;
	height: 72px;
	background: url('../img/separator_v.png');
	cursor: pointer;
	z-index: 1000;
	left: 50px;
	display: none;
}

.sidebar .fa {
	width: 20px;
	text-align: center;
}

.sidebar .list-group {
	margin-bottom: 0px;
}
.sidebar .list-group-item {
	border-right: 0px;
	padding: 8px 4px 8px 4px;
}
.sidebar .list-group-item .title {
	display: none;
}
.sidebar .list-group-item>.ce_control {
	float: right;
	margin-top: 3px;
	margin-left: 3px;
}

.sidebar .list-group-item[aria-expanded="false"]>.ce_control.fa-chevron:before {
	content: "\f078";
}
.sidebar .list-group-item[aria-expanded="true"]>.ce_control.fa-chevron:before {
	content: "\f077";
}

.sidebar .list-group-item:first-child,
.sidebar .list-group-item:last-child {
	border-radius: 0px;
}

.sidebar > .list-group .list-group .list-group-item:last-child {
	border-bottom-width: 0px;
}
.sidebar .list-group-item.level2 {
	padding-left: 20px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

.footer > .container
{
	width: 99%;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: "\e151";
}

a.desc:after {
	content: "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view td {
	white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
	min-width: 50px;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
	padding: 8px;
}

.nav > li > form > button:hover {
	text-decoration: none;
}

.section-title
{
	font-size: 1.8em;
	font-weight: bold;
}

.w2ui-grid .w2ui-grid-body table .w2ui-head > div {
	text-align: center;
}
