fieldset.scheduler-border {
/*	border: 1px groove rgba(221, 221, 221, .3);*/
    border: 1px groove #ddd;
    border-radius: 4px;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000;
			box-shadow:  0px 0px 0px 0px #000;
}

  legend.scheduler-border {
      font-size: 1.2em !important;
      font-weight: bold !important;
      text-align: left !important;
      width:auto;
      padding:0 10px;
      border-bottom:none;
  }

.process-active
{
	color: #fff;
	background-color: #463265;
	font-weight:bold;
}

.stepwizard-step p {
    margin-top: 10px;    
}

.process-row {
    display: table-row;
}

.process {
    display: table;     
    width: 100%;
    position: relative;
}

.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.process-row:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.process-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}

.process-step p {
    margin-top:10px;
}

.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 3px 0;
  font-size: 11px;
  line-height: 1.428571429;
  border-radius: 15px;
  outline:none;
}
.btn-circle::-moz-focus-inner {
   border: 0;
}
.btn-circle:active, .btn-circle:focus {
   outline: none;
}

.process-step > p{
}

.active-p{
	text-decoration: none;
	box-shadow: 0 3px 2px -2px #43ac6a;
}

.tab-content {
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  padding: 10px !important;
}

.nav-tabs {
    margin-bottom: 0px !important;
}

.table-subjects{
  font-size: 9pt !important;
}

.font-10{
 font-size: 10pt !important;
}

#search_row>div>label{
  font-size:9pt;
}

.error{
  color:red;
  font-weight: normal;
  font-family: arial;
}

/* Registration Success */
.payment-header {
		background: linear-gradient(135deg, <?php echo $this->setting->theme_color ?>, <?php echo $this->setting->theme_color ?>);
		color: #fff;
		text-align: center;
		padding: 20px;
	}
	.payment-header h1 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.payment-header p {
		font-size: 1rem;
	}
	.payment-content {
		padding: 25px;
	}
	.payment-content h2 {
		color: #4CAF50;
		font-size: 1.4rem;
		margin-bottom: 15px;
	}
	.payment-content p {
		font-size: 1rem;
		margin: 10px 0;
	}
	.highlight {
		background: #f1f8e9;
		border-left: 4px solid #4CAF50;
		padding: 15px;
		margin: 20px 0;
		border-radius: 8px;
	}
	.highlight h3 {
		color: #4CAF50;
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.payment-content ul {
		list-style: none;
		margin: 10px 0;
		padding-left: 20px;
	}
	.payment-content ul li {
		margin-bottom: 8px;
		position: relative;
	}
	.payment-content ul li::before {
		content: "•";
		color: #4CAF50;
		font-weight: bold;
		margin-right: 8px;
		position: absolute;
		left: -18px;
		top: 0;
	}
	.payment-content a {
		color: #4CAF50;
		text-decoration: none;
		font-weight: bold;
	}
	.payment-contact {
		background: #e3f2fd;
		border-left: 4px solid #2196F3;
		padding: 15px;
		margin-top: 20px;
		border-radius: 8px;
	}
	.payment-contact h4 {
		color: #2196F3;
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.payment-contact p {
		margin-bottom: 8px;
	}
	.payment-footer {
		background: #4CAF50;
		color: #fff;
		text-align: center;
		padding: 15px;
		font-size: 0.9rem;
	}
/* End Registration Success */