
body {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
/*	background-color:#cccccc;*/
}

.input-s {
	width: 122px !important;
}
.input-a-s {
	width: 95px !important;
}
.input-b {
	width: 528px !important;
}
.input-a-b {
	width: 498px !important;
}

.combo-s {
	width: 135px !important;
}
	
.combo-b {
	width: 541px !important;
}

.border-grey {
	border-color: #dddddd !important;
}

/* Firefox */
@-moz-document url-prefix() {
	.input-s {
		width: 127px !important;
	}
	.input-a-s {
		width: 100px !important;
	}
	.input-b {
		width: 524px !important;
	}
	.input-a-b {
		width: 495px !important;
	}
	
	.combo-s {
		width: 141px !important;
	}
	
	.combo-b {
		width: 538px !important;
	}
}

/*Chrome Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.input-s {
		width: 129px !important;
	}
	.input-a-s {
		width: 102px !important;
	}
	.input-b {
		width: 524px !important;
	}
	.input-a-b {
		width: 494px !important;
	}

	.combo-s {
		width: 143px !important;
	}
		
	.combo-b {
		width: 538px !important;
	}
}



.form{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	border-collapse: separate;
}

.form th {
	border:1px #333333 solid; 
	height:10px; 
	background-color:#36424a; 
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

.form td {
	empty-cells:show;
	border:1px #CCCCCC dotted; 
	height:10px; 
	color:#333333;
	font-size:12px;
}

.shortlist{
	max-height:200px;
	width:536px;
	overflow:auto;	
}

.formlist{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	width:658px;
	background-color:#FFF;
}

.formlist th {
	border:1px #666666 solid; 
	height:10px; 
	background-color:#FFF; 
	color:#000;
	font-weight:bold;
	font-size:11px;
}

.formlist td {
	empty-cells:show;
	border:1px #CCCCCC dotted; 
	height:10px; 
	background-color:#FFF;
	color:#333333;
	font-size:11px;
	vertical-align:text-top;
}

div.imageContainer {
	float:left;
	position:relative;
}


.active>.page-link, .page-link.active {

    color: #fff;
    background-color: #cccccc !important;
	border: var(--bs-pagination-border-color);
}
