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: #502e95;
	margin-left: 5px !important;
}

.warning{
	color: #e40606;
	float: right;
}

.alert a{
  font-weight: 400;
  font-size: 16px;  
  color: #012970;
}

.alert-alert-register {
  color: #fff !important;
  background-color: #ce1212 !important;
  border-color: none !important;
  text-align: center;
}

.alert > p {
	font-size: 18px;
}

.footer{
	background-color: #373a63;
}
.sub-head h3{
	color: #ff6437;
	margin: 0;
	text-transform: uppercase;	
}

.btnlogout {
	position: relative;
	left: 100px;
	bottom: 60px;
}

.btnlogout-custom {
    position: relative;    
    bottom: 60px;
    float: right;	
}

.btnlogout-custom1 {
	position: absolute;
	right: 55px;
	top: 95px;
	font-weight: 600;
}

.header img{    
    height: 104px;    
	margin-right: 20px;
}

@-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, .filtertable 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: 9% !important;
}

.display tr td:nth-child(8) {
	width: 9% !important;
}

.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;
}

.enctable tr td, .enctable tr th {
	text-align: left !important;
}

.mt20 {
	margin-top: 15px !important;
}

.phototab {
	margin: 0 auto;
}

.phototab tr td, .phototab tr td label {
	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;
}

.success {
	color: #018201;
	font-size: 17px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.jsatable tr td:nth-child(5) {
	width:10%;
}

.jsatable tr td:nth-child(7) {
	width:7%;
}

.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;
}

.panel-body .nav-tabs > li > a{
	padding: 10px 25px;
}

.link {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 10px -20px 19px 0;
    position: relative;
    left: 46px;
}

.clink {
	float: right;
	font-size: 17px;
	font-weight: 500;
	margin: 10px 100px 19px 0;
}

.cinput{
	width: auto !important;
	
	display: inherit;
}

.calert {
	width: 30%;
	margin:0 auto;
}

.border {
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.subtab1 tr td:nth-child(2) {
	text-indent:-8px;	
}

.subtab1 tr td:nth-child(1) {
	width: 45%;
}

.head {
	text-align: center;
	/*font-size: 23px;*/
	font-weight: 500;
	margin: 0 !important;
}

.dataTable tr td, .dataTable tr th{
	text-align: center;
}

.links {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    margin: 9px 38px 0 0;
    float: right;
}

.jsatable tr td a{
	font-weight: 500;
}

.report_table tr td:nth-child(7) {
    width: 15% !important;
}

.report_table tr td:nth-child(5) {
    width: 15% !important;
}

.select_filter {
	margin-bottom: 15px;
}

.select_filter label{
	font-size:16px;
	font-weight:600;
	padding:0 20px 0 10px;
	margin-top:8px;
}

.select_filter select{
	width: 15%;
	font-weight:600;
}

.report_table tr td a, .dataTable tr td a {
    font-weight: 500;
}

.report_table tr td:nth-child(11) {
    font-weight: 500;
}

.dt-buttons {    
    position: absolute;
    left: 160px;
}

img.admit-sign {
    float: right;
    height: 285px;
}

.print-area tr td {
    padding: 8px;
    border: 1px solid;
}

.print-area tr td:nth-child(1) {	
    width: 2%;
    text-align: center;
}

.print-area tr td:nth-child(2) {	
    width: 5%;
    text-align: center;
}

.print-area tr td:nth-child(3) {	
    width: 35%; 
	text-align: left;	
}

.print-area tr td:nth-child(4) {	
    width: 20%;   
}

.print-area tr td:nth-child(5) {	
    width: 30%;
	text-align: left;
}

.proftab tr td:nth-child(4) {	
    width: 10%;
    text-align: left;
}


td.comments {
    background: #dcdcdc;
    color: #000;
    width: 100%;
    text-align: center !important;
    font-weight: 500 !important;
}

td.admtno {
    position: absolute;
    right: 360px;
    /* bottom: 0; */
    top: 76px;
    background: darkseagreen;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding-top: 30px;
    padding-left: 15px;
    font-weight: 500 !important;
    color: #fff;
}

/*.phototab td span:after {
    background: #939090 none repeat scroll 0 0;
    bottom: 75px;
    content: "";
    display: block;
    height: 2px;
    left: 97%;
    position: relative;    
}*/

.new-register {
    text-align: left !important;
    font-weight: 500; 
    margin-top: 30px;
	letter-spacing: 2px;
	font-size: 20px;
}

.btnregister{
	margin-left:20px;
	letter-spacing: 2px;
}
.login-head{
    color: #4638c7;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin-left: 5px;
}
form#loginForm {
    margin-bottom: 30px;
}
.d-flex{
	display: flex;
	position: relative;
	left: 30%;
}	
.text-center{
	text-align: center !important;
}
.margin-right-15px{
	margin-right: 15px;
}
.custom-tabs > li.active > a, .custom-tabs > li.active > a:hover, .custom-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #c8a007;
    border: none;
    border-bottom-color: transparent;
	font-weight: 500;
}

.docs-table {
  width: 100%;
}

.docs-table tr td:nth-child(1) {
  width: 36%;
}

.docs-table tr td:nth-child(2) {
  width: 20%;
}

.docs-table tr td:nth-child(3) {
  width: 10%;
}

.highlight-me {
  font-size: 20px;    
  font-weight: 500;
}

.hide-me {
  outline: none;
  border: none;
  color: white;
}

h4 {
  color: #333333;  
  padding-left: 0;
}

.border-top-none tbody tr td{
	border-top:none !important;
}

.upl-table input[type="file"] {
  padding: 10px;
  background: #e9e9ed;
  color: #040404;
}

.upl-table .btn {
	padding: 10px;
	background: #502e95;
	color: #fff;
	font-weight: 500;
}

.upl-table tr td {  
  vertical-align: middle; 
}

.upl-table tr td label {
	vertical-align: middle;
	font-size: 16px;
}

.alert-register {
  background: cornsilk;
  padding: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 25px;
  font-size: 14px;
}

.alert-register b {
	font-size: 19px;
}

.alert-register p {
	font-size: 16px;
}

.admin-header {
  left: 10%;
  position: relative;
}

.sub-head h2 {
  font-size: 22px;
  margin-bottom: 10px;  
  padding-top: 25px;
}

.bgcolor {
	background-color: #fff9f6 !important;
}

.panel input[type="search"] {
  -webkit-appearance: none;
  height: 40px;
  border: 1px solid darkgray;
}

.panel select {
	padding: 6px 12px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ced4da;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.session-msg {
  text-align: center;
  font-size: 16px;
  color: crimson;
  font-weight: 500;
}

.text-right {
	text-align: right;
}

.heading {
  margin-top: 50px;
}