.custom_institute_cntr .portlet-header h4{
	padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.custom_institute_cntr table thead tr td{
	padding: 10px 15px !important;
    border: 1px solid #f2f2f2 !important;
}
.custom_institute_cntr table thead tr td input,
.custom_institute_cntr table thead tr td select,
.custom_institute_cntr table thead tr td textarea{
	width: 100% !important;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    padding: 6px 12px;
    box-sizing: border-box;
}
.custom_institute_cntr table thead tr td input:focus,
.custom_institute_cntr table thead tr td input:active,
.custom_institute_cntr table thead tr td textarea:focus,
.custom_institute_cntr table thead tr td textarea:active,
.custom_institute_cntr table thead tr td select:focus,
.custom_institute_cntr table thead tr td select:active{
	border: 1px solid #555; 
	outline: none;
}
.custom_institute_cntr table thead tr td .input.select + .input.select select{
	margin-top: 10px;
} 
.custom_institute_cntr table thead tr td label{
    margin: 0 0 10px 0;
}