
.val-error {
	color: red;
}

.jseacgp-overly {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	opacity: 0.5; 
	background: rgb(51, 51, 51) none repeat scroll 0px 0px; 
	top: 0px; 
	left: 0px; 
	z-index: 19999;
}

.jseacgp-centered {
	background-color: rgb(238, 238, 238); 
	position: fixed; 
	width: 40%; 
	text-align: center; 
	top: 15%; 
	left: 50%;
	transform: translate(-50%, 0px); 
	z-index: 19999;
}

.jseacgp-centered img {
	max-width: 100%; 
}

.jseacgp-close {
	padding: 10px 2px; 
	font-weight: bold; 
	cursor: pointer; 
	background: rgb(82, 82, 82) none repeat scroll 0% 0%; 
	color: rgb(221, 221, 221);
}

/* Bulk print css */

.jseacgpNotice {
	padding: 10px;
}

.jseacgpLoader {
	margin: 0;
	height: 30px;
}

.jseacgpLoaderText {
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 4px;
}

.jseacgpLoaderImg {
	width: 30px;
	height: 30px;
	border: none;
	float: left;
}

.jseacgp-m-title {
	margin: 0 !important;
	padding: 8px 12px !important;
}
.select-row {
	overflow: hidden;
}
.select-column {
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
}

/* Online documentation */

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

#jseacgp-docframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Csv importer */

.jseacgp-m-title {
	margin: 0 !important;
	padding: 8px 12px !important;
}

.jseacgp-csv-input {
	margin: 10px 0;
}