.indent-small {
  margin-left: 5px;
}
.form-group.internal {
  margin-bottom: 0;
  float:left;
}
.clear{clear:both;}
.form-group label{
	float:left;
	padding-right:10px;
	margin-top:5px;
}
.form-group input select{
	float:left;
}
.dialog-panel {
  margin: 10px;
}
.datepicker-dropdown {
  z-index: 200 !important;
}
.panel-body {
  background: #e5e5e5;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #e5e5e5 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #e5e5e5 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #e5e5e5 0%, #ffffff 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #e5e5e5 0%, #ffffff 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #e5e5e5 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  font: 600 15px "Open Sans", Arial, sans-serif;
}
label.control-label {
  font-weight: 600;
  color: #333;
}
.form-control{color: #333; width:auto;}
.form-control::-moz-placeholder{color:#666}
.one,.one-half,.two-third,.one-third,.one-fourth ,.one-fifth,.one-sixth,.three-fourth{ float:left;position:relative;margin-right:2.21%; }
.one { width: 100%; margin-right: 0!important; }
.one-half { width: 48.895%; }
.two-third { width: 65.93%; }
.one-third  { width: 31.86%; }
.one-fourth { width: 23.34%; }
.three-fourth { width: 74.44%;}
.one-fifth { width: 18.23%; }
.one-sixth { width: 14.82%; }
.one-half:nth-child(2n), .one-third:nth-child(3n), .one-fourth:nth-child(4n),.one-fifth:nth-child(5n),.one-sixth:nth-child(6n){margin-right: 0!important;}
.horizontal-line {width: 100%;margin: 40px 0; float: left; border-top: 1px solid #e3e3e3;}
.container .one-fourth:last-child{margin-right: 0!important;}
.container .one-third:last-child{margin-right: 0!important;}
.container .three-fourth:last-child{margin-right: 0!important;}
.container .two-third:last-child{margin-right: 0!important;}
.one .one-fourth:last-child{margin-right: 0!important;}
.one .two-third:last-child{margin-right: 0!important;}

.maincontainer{min-height:510px;clear:both;}
.err{color:#F00;}
.thmcolor{color:#428bca;}
h2{font-size:26px;font-weight:bold;}
.header{
	height:130px;
	background:#00bfff;
	text-align:center;
}
.header img{ text-align:center;float:left;}
.header h1{ text-align:center;float:left;vertical-align:middle;padding-top:10px;font-size:36px;font-weight:bold;}
.bottom{background:#00bfff;text-align:center;margin-top:20px;}
.error{color:#F00;font-size:12px;font-weight:normal;}
.perror {
	border: 1px solid #f00;
    border-radius: 4px;
}
.valid {
    border:1px solid #6C3;
}
.admission_button{
text-align:left;
}
.admission_button a{
margin-left:10px;
}
#breadcrumb {
    float: left;
    background: #f6f7fb;
    width: 100%;
    padding: 10px 0px 5px 0px;
    margin-left: 0px;
    border-top: 1px solid #e6e9ee;
    border-bottom: 1px solid #e6e9ee;
    margin-bottom:20px;
}
#breadcrumb h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
#breadcrumbs ul {
    float: right;
    padding: 0px 0;
    font-size: 12px;
    margin-top:10px;
	
}
#breadcrumbs ul li {
    font-size: 11px;
    display: inline-block;
    color: #000;
    padding: 0 11px 0 0;
    margin: 0 0 0 5px;
    background: url(../images/breadcrumbs.png) no-repeat 100% 50%;
}
#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a { color: #03F;font-weight:bold;}
#breadcrumbs ul li:last-child a:hover,
#breadcrumbs ul li a:hover { text-decoration: underline }
#breadcrumbs ul li:first-child {
    padding-right: 0;
    margin-left: 0;
}
#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
    color: #000;
    background: none;
}
#breadcrumbs ul li:last-child {
    padding: 0;
    background: none;
}
legend {font-size:18px;color:#428bca;border-color:#428bca;}
.notification {
    border-radius: 4px;
    color: #004981;
    display: block;
    margin-bottom: 15px;
    padding:12px 0px 1px 0px;
    position: relative;
    text-align: center;
	font-size:18px;
}
.notification.success, .notification.success strong {
    background-color: #d9edf7;
}
.notification.error,.notification.error strong {background-color:#F8494E;  }
.form-control[readonly]{
background-color: #FFF;
}
hr{color:#428bca;border-color:#428bca;}
table.simple-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
    border-radius: 4px;
}
table.simple-table th {
	background-color:#428bca;
    border: 1px solid rgba(0,0,0,0.15);
    border-right: none;
    text-align: left;
    padding: 10px 15px;
    color: #FFF;
    vertical-align: top;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
}
table.simple-table td:last-child { border-right: 1px solid #e0e0e0 }
table.simple-table th:last-child { border-right: 1px solid #e0e0e0 }
table.simple-table td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
	background-color:#FFF;
}
table.simple-table tr:hover td { background-color: #f6f7fb }
a{cursor:pointer;text-decoration:none;}
a:hover, a:focus {text-decoration:none !important;}
.btn-sm, .btn-xs{display:block;text-align:center;margin-bottom:10px;}