input[type="file"]{
	padding: 2px;
}

.table > thead > tr > th, .table > tbody > tr > th {
	font-weight: 500;
}

tr.border-top-none th, tr.border-top-none td {
    border: none !important;	
}

tr.padding-custom th{
    padding: 0 0 0 10px !important;
}

.info{	
	color: #00409f;
	font-weight: 500;
}

.warning{
	color: #e40606;
	float: right;
}

.alert a{
  font-weight: 400;
  font-size: 16px;  
  color: #012970;
}

.footer{
	background: linear-gradient(0deg, #2a2c39 0%, #33364a 100%);
}
.sub-head h3{
	color: rgba(24, 6, 185, 0.8);
	margin: 25px 0 10px 0 !important;
	text-transform: uppercase;	
}

.btnlogout {
	position: relative;
	left: 100px;
	bottom: 60px;
}

.btnlogout-custom {
    position: relative;    
    bottom: 60px;
    float: right;
}

.header img{
    display: inline-block;
    height: 150px;
    float: left;
}

.sub-head h3::after {
    content: '';
    position: relative;
    display: block;
    width: 50px;
    height: 3px;
    background: #e94c2d;
    bottom: 0;
    left: calc(50% - 25px);
	top: 15px;
}

@-moz-document url-prefix() {
	.sub-head h3::after {
		position: relative;
		left: 0;
	}
}

.candidate-info {
    margin-bottom: 20px;
}

.custom-file {
	width: 65%;
}

.actions {
	padding-left: 0 !important;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.btn-actions .btn-sm.btn-primary {
    height: 35px;
    margin-left: 10px;
}

.btn-actions {
    display: flex;
}

.upload-btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}

.fw400 {
	font-weight: 400;
	padding-left: 5px;
}

.upload-btn-wrapper.photo{
	left: 10px;    
}

/*
.upload-btn-wrapper.signature{
	left: 102px;
    top: 7px;
}*/

div#preview_sign {
    margin-bottom: 9px;
}

div#preview {
	margin-bottom: 6px;
}

td.row_sign {
    padding-left: 43px;
    padding-top: 87px;
}

.photo button.btn, .signature  button.btn{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    font-weight: 500;
}

.upload-wrap, .upload-wrapper {
	display: flex;
}

.upload-wrap input[type=text], .upload-wrapper input[type=text] {
    border: none;
    color: #fff;    
}

.upload-wrapper input[type=text] {
	width: 0;
}

.upload-wrap input[type=text]:focus {
    outline: none;   
}

.margin-20 {
	margin: 20px;
}

.margin-10 {
	margin: 10px;
}

.disclaimer {
    margin-bottom: 10px;
    color: brown;
    text-align: center;  
    display: block;
}


.datatable thead tr td {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.datatable tbody tr td, .secondtable tbody tr td, .thirdtable tbody tr td, .fourthtable tbody tr td, .fifthtable tbody tr td, 
.sixthtable tbody tr td, .seventhtable tbody tr td{    
    font-weight: 400;	
}

.databody tr td:nth-child(odd), .secondbody tr td:nth-child(odd) {  
	font-weight: 500;    
}

.databody tr td:nth-child(6), .thirdbody tr td:nth-child(8) {  	
    padding-right: 50px;
}

.databody tr td:nth-child(1) {
	width: 25%;
	padding-left: 50px;
}

.secondbody tr td {    
    vertical-align: top;    
}

.secondbody tr td:nth-child(2){
	text-align: justify;	
	padding-right: 140px;
}

.secondbody tr td:nth-child(1){
	width: 25%;
	padding-left: 50px;
}

.secondtable tr:nth-child(1) td {    
    vertical-align: middle;
}

.thirdtable, .fourthtable, .fifthtable {
	margin-top: 20px;
	width: 100%;
}

.thirdbody tr td, .fourthbody tr td, .fourthtable tr, .fifthtable tr td, .sixthtable tr td, .seventhtable tr td{
	border: 1px solid #939191;
}

.thirdtable tr:nth-child(1) td, .fourthbody tr:nth-child(1) td,  .fifthbody tr:nth-child(1) td, .sixthbody tr:nth-child(2) td,
.seventhbody tr:nth-child(1) td
{ 
	font-weight: 500;
}

.sixthbody tr:nth-child(1) td{
	font-weight: 500;
	text-align: center;
}

.thirdbody tr td:nth-child(4), .thirdbody tr td:nth-child(6){
	width: 10%;	
}

.thirdbody tr td:nth-child(8) {
	width: 5%;
}

.fourthtable thead tr td {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.head thead tr td {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 0px;
    padding-bottom: 15px;
}

.head thead tr {
	border: none;
}

.row-space {
	display: flex;
}

.col-2 {
	width: 50%;
}

.tab-head {
	display: block;
	margin-top: 20px;
	font-weight: 500;
	text-align: center;
}

.sixthtable, .seventhtable {
	width: 100%;
}

.seventhbody tr td:nth-child(1), .seventhbody tr td:nth-child(7) {
	width: 20%;
}

.col-3 {
	width: 75%;
}

.no-gutters {
	padding: 0;
}

.pad-left-15 {
	padding-left: 15px;
}

.pad-right-15 {
	padding-right: 15px;
}

.synopses-wrap {
    border: 1px solid;
    padding: 15px;
}

.display thead tr th {	
	font-size: 15px !important;
}

.display tr td:nth-child(6){
	width: 5%;
}

.display tr td:nth-child(8) {
	width: 6%;
}

.synbtn {
    margin-top: 25px;
}	

.enctable {
	width: 50% !important;
}

.enctable td:first-child {
    text-align: left;
}

.enctable thead th {
	padding: 10px 0 !important;
}

.enctable thead th h3 {
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}

.mt20 {
	margin-top: 15px !important;
}

.phototab {
	margin: 0 auto;
}

.phototab tr td {
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.alert-danger li, .alert-danger {
    font-weight: 400;
	font-size: 16px;	
}

.btnone th {
	border-top: none !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.table tr td {
    font-weight: 400;
}

p {
	font-weight: 400;
	
}

p b{
	font-weight: 500;
}

.flex {
    display: flex;
}

.post-panel .info {
    color: #00409f;
    display: block;
    text-align: center;
    margin: 15px 0 20px 0;
    font-size: 20px;
    font-weight: 400;
}

.post-panel .dataTables_wrapper .dataTables_length {
    display: none;
}

.post-panel .dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: unset !important;
    position: relative;
    left: 42%;
}

.post-panel .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
}

.post-panel  .dataTables_wrapper .dataTables_filter input {
    height: 40px;
    border: 1px solid #dd650f;
}

.post-panel  input[type="search"] {
    -webkit-appearance: auto;
}

.post-panel .dataTables_wrapper .dataTables_filter input:focus, .cus-display input:focus, .cus-display textarea:focus {
    border-color: #07ac07;
    outline: 0;
}

.cpanel {
	width: 70%;
	margin: 0 auto;
	margin-bottom: 0px;
}

.table-wrapper {
    border: 1px solid #018484;
    padding: 10px;
}

.cus-display input, .cus-display textarea, .cus-display select {
    border: 1px solid #e3e1df;
    height: 40px;
    width: 100%;
    font-weight: 400;
}

.mr10 {
    margin-right: 10px;
}

.cus-display thead td {
    font-size: 17px;
    font-weight: 500;
    color: #2f3243;
}

.cus-display textarea {
    height: 150px !important;
}

.posttable tr td:nth-child(4) {
	text-align: center !important;
}

.posttable tr td:nth-child(7) {
	width: 20%;
}

.posttable tr td:nth-child(8) {
	width: 20%;
}

.posttable tr td:nth-child(9) {
	width: 20%;
}

.info-alert {
    color: #00265f;
    font-size: 17px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.info-alert-warning {
	color: #e40606;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-bottom: 10px;
}

.modal {
	top: 25% !important;
}

.modal-footer {
	text-align: center !important;
}

.btn-default {
    color: #fff;
    background-color: #09b013;
}

.modal-header {
	text-align: center !important;
}

.modal-header h5 span {
	font-size: 18px;
}

.modal-body p {
    font-size: 16px;
    text-align: justify;
}

.table.final-table tr td:nth-child(2), .table.final-table tr td:nth-child(3){
	width: 25%;
}

.table.final-table tr td:nth-child(1) {
	width: 26%;
}

.phd-table tr td, .exp-table tr td, .edu-table tr td, .publ-table tr td {
	width: auto !important;
}

.homelink {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    text-align: center;
}

span.ml21 {
	margin-left: 21px;
}

.panel-body ul li {
	font-weight: 400;
	text-align: justify;
}

.border {
    border-bottom: 1px solid;
    border-top: 1px solid;
}

.success {
    color: #018201;
    font-size: 17px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.dataTable tr td a {
    font-weight: 500;
}

.techtab tr td:nth-child(3) {
    width: 9%;
	text-align: center;
}

.techtab tr td:nth-child(7) {
    width: 9%;
}

.techtab tr td:nth-child(6) {
    width: 13%;
}

.techtab tr td:nth-child(4) {
    width: 9%;	
	text-align: center;
}

.techtab tr td:nth-child(8) {
    width: 10%;	
}

.techtab tr td:nth-child(9) {
    width: 10%;	
}

.btnlogout-custom1 {
    position: absolute;
    right: 55px;
}

.cinput {
    width: auto !important;
    display: inherit;
}

.head {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    margin: 0 !important;
}

.select_filter label {
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px 0 10px;
    margin-top: 8px;
}

.select_filter {
    margin-bottom: 15px;
}

.clink {
    float: right;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 21px 19px 0;
}

.select_filter select {
    width: 32%;
    font-weight: 600;
}

.report_table tr td:nth-child(10) {
    font-weight: 500;
}

.custom-tabs > li.active > a , .custom-tabs > li.active > a:hover, .custom-tabs > li.active > a:focus{
	color: #fff;
    cursor: default;
    background-color: #502e95;
    border: none; 
    border-bottom-color: transparent;
}

.padding-left-40px {
	padding-left: 40px;
}

.margin-bottom-25px {
	margin-bottom: 25px;
}

.margin-top-20px {
	margin-top: 20px;
}

.border-top-none th {
	border-top: 0px !important;
}

.margin-bottom-10px{
	margin-bottom: 10px;
}

.custom-wrap input{
    border: 1px solid #a3b9a3;
    padding: 5px;
}

.custom-wrap input[type="submit"] {
	width: 25%;
	border-radius: 0 !important;
}

.custom-wrap a {
	font-weight: 500 !important;
}

.highlight-me {
  font-size: 25px;
  color: gold;
  vertical-align: middle;
  font-weight: 500;
}

.info-msg {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  color: #8b2be3;
}

#total {
  color: #018001;
}