fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	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: 10pt !important;
}

.font-10{
 font-size: 10pt !important;
}

#search_row>div>label{
  font-size:9pt;
}

.error{
  color:red;
  font-weight: normal;
  font-family: arial;
}