.UIExamination .Title span{
	color: #17a038;
	font-weight: bold;
}
.UIExamination .Title{
	padding-bottom: 20px;
}
.UIExamination td input, .UIExamination td select {
    height: auto !important;
    padding: 4px 4px !important;
    display: inline-block;
    box-sizing: border-box !important;
    border: 1px solid #ccc!important;
    border-radius: 3px;
    font-size: 14px !important;
    width: 400px !important;
}
.UIExamination .MainContent tr{
	margin-bottom: 10px;
	display: block;
	padding-top: 10px;
	width: -webkit-fill-available;
}

.UIExamination .MainContent{
}

.lnkSearch {
	border-radius: 3px;
	border: none;
	color: #ffffff;
	padding: 8px 15px;
	background: #17a038;
	cursor: pointer;
	font-weight: 600;
}
.lnkCancel {
	border-radius: 3px;
	border: none;
	color: #ffffff;
	padding: 8px 15px;
	background: #a8ada9;
	cursor: pointer;
	font-weight: 600;
}
.SubContent th {
    color: #212529;
    height: 30px;
    text-align: center;
    padding: 8px;
    background: #e9ecef;
    border: 1px solid #e4e4e4;
}
.SubContent td {
    color: #212529;
    padding: 8px;
    border: 1px solid #e4e4e4;
	text-align: center;
}
.UIExamination .SubContent tr{
	margin-bottom: 0;
	display: revert;
	padding-top: 0;
}