html, body {
	height: 100%;
	overflow: auto;
}
.textblue {
	color: #578CA9;
}

span.glyphicon-plus, span.glyphicon-refresh, span.glyphicon-arrow-left {
	color: #449d44;
}

span.glyphicon-search, span.glyphicon-edit, span.glyphicon-floppy-disk, span.glyphicon-print, span.glyphicon-share-alt {
	color: #337ab7;
}

span.glyphicon-star, span.glyphicon-remove-circle, span.glyphicon-remove, span.glyphicon-minus, span.glyphicon-hand-right, span.glyphicon-trash{
	color: #d44950;
}

.normalFont {
	font-weight: normal;
}

select {
	color: black;
}

.ui-jqdialog {
	display: none;
	float: left;
	font-size: 13px;
	height: 100px;
	left: 40% !important;
	overflow: hidden;
	position: fixed;
	top: 30% !important;
	z-index: 200;
}

::-webkit-scrollbar {
	width: 8px; /* for vertical scrollbars */
	height: 8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}