.card {
	display: block;
}

.text-sm .card-title {
    font-size: 1.2rem;
}

.jqx-validator-hint {
    height: 24px;
}


#messageContainer {
	height: 40px; 
	margin-top: -5px;
	z-index: 99999;
}

.jqx-expander-header-expanded-ui-start {
	border: 1px solid #E48605;
	background: #FF9502 url(../dist/jqwidgets/style/images/start/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
	text-decoration: none;
	background-color: #c3dffb;
}

.logError {
	color: white;
	background-color: red;
	font-weight: bold;
}

.logInfo {
	color: white;
	background-color: green;
	font-weight: bold;
}

.logWarning {
	color: white;
	background-color: darkorange;
	font-weight: bold;
}

.main-footer.text-sm, .text-sm .main-footer {
	padding: .512rem;
}

div.pq-grid *
{
    font-size: 14px;
}  

.btn-custom {
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.blueStr {
	color: #1F497D;
	font-weight: bold;
}