/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */



#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled {
	padding-left: 250px;
}
#sidebar-wrapper {
	position: fixed;
	left: 0px;
	z-index: 1000;
	overflow-y: auto;
	width: 0;
	height: 100%;
	background: #f3f3f3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 1px -1px 10px #999;
}
#wrapper.toggled #sidebar-wrapper {
	width: 250px;
}
#page-content-wrapper {
	padding: 15px;
	width: 100%;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}
/* Sidebar Styles */
}
.btn-danger {
    color: #fff!important;
    background-color: #ea1f28!important;
    border-color: #ea1f28!important;
}
.btn-danger:hover {
    color: #fff!important;
    background-color: #ff0600!important;
    border-color: #ff0800!important;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 250px;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 15px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	position:relative;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: -20px!important;
    line-height: 24px!important;
}
legend.scheduler-border {
    font-size: 1.3em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 1px;
    border-bottom: none;
    color: #ea1f28!important;
    font-family: roboto;
}
.done-indicator{
	position:absolute;top:10px;left:5px;
}
.sidebar-nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.sidebar-nav li.active{background: #d7d6db;}
.sidebar-nav li a:hover {
	background: #d7d6db;
	color: #000;
	text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: auto;
	font-size: 18px;
	line-height: 60px;
}
.sidebar-brand .navbar-brand {
	padding: 20px 20px 20px 15px;
	height: auto;
	float: none;
}
.sidebar-nav span {
	margin-right: 20px;
	font-size: 1.5em;
	color: #ea1f28;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	background: none;
	color: #fff;
}
.container-fluid {
	padding: 0px
}
.row {
	margin: 0px;
}
@media (min-width: 768px) {
#wrapper {
	padding-left: 250px;
}
#wrapper.toggled {
	padding-left: 50px;
}
#sidebar-wrapper {
	width: 250px;
}
#wrapper.toggled #sidebar-wrapper {
	width: 70px;
}
#page-content-wrapper {
	padding: 0px;
}
#wrapper.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0px;
}
}
.header-addmission {
	xbackground: #d50208
}

.header-addmission { /* fallback */
	background-color: #1a82f7;
	background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#ea1f28), to(#ea1f28)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #ea1f28, #ea1f28); /* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #ea1f28, #ea1f28); /* IE 10 */
	background: -ms-linear-gradient(left,#ea1f28, #ea1f28); /* Opera 11.10+ */
	background: -o-linear-gradient(left, #ea1f28, #ea1f28);
	padding: 10px 0;
}
.header-addmission h2 {
	margin-top: 0px;
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}
.header-addmission h5 {
	margin-top:4px;
	font-size: 13px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 0;
	font-weight: bold;
}
.header-addmission h5 a{color:#fff;text-decoration:none}
.header-addmission h2 span {
	color: #f2c802;
	padding: 0 10px;
}
.header-addmission h5 span {
	color: #fff;
	padding: 0 10px;
}
#menu-toggle {
	padding: 3px;
	height: auto;
	color: #fff;
	border: 2px solid #fff;
	margin: 0 20px;
	font-size: 12px;
}
.form-tab {
	padding: 20px;
	background: #f3f3f3
}
.nav-tabs li a {
	font-size: 14px
}
.nav-tabs > li > a {
	background: #e9e9e9;
	color: #000;font-weight:bold;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background: #c3c3c3
}
.nav-tabs li a> span {
	margin-right: 7px
}
.form-container {
	margin-top: 40px
}
.detail-form .control-label {
	text-align: left;
	font-weight:normal
}
.detail-form .input-group-addon{
	border-radius:0;background:#dbdbdb;border:0px;font-weight: bold;font-size:17px;
}
.detail-form .form-control{
	background:#e5e5e5;border-radius:0px;
	border:0px;box-shadow:none;
}
.adm-btn{text-transform:uppercase}
/*
*** Step progress bar
*/
ol.progress-track {
	display: table;
	list-style-type: none;
	margin: 0;
	padding: 0 1em 1em 1em;
	table-layout: fixed;
	width: 100%;
}
ol.progress-track li {
	display: table-cell;
	line-height:0;
	position: relative;
	text-align: center;
}
ol.progress-track li .icon-wrap {
	border-radius: 50%;
	top: -1.5em;
	color: #fff;
	display: block;
	height: 2.5em;
	margin: 0 auto -2em;
	left: 0;
	right: 0;
	position: absolute;
	width: 2.5em;
}
ol.progress-track li .icon-check-mark, ol.progress-track li .icon-down-arrow {
	height: 25px;
	width: 15px;
	display: inline-block;
	fill: currentColor;
}
ol.progress-track li .progress-text {
	position: relative;
	top: -30px;
	font-size: 12px;
	font-weight: 600;
}
ol.progress-track li.progress-done {
	border-top: 4px solid #87ba51;
	transition: border-color 1s ease-in-out;
	-webkit-transition: border-color 1s ease-in-out;
	-moz-transition: border-color 1s ease-in-out;
}
ol.progress-track li.progress-done .icon-down-arrow {
	xdisplay: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap {
	background-color: #0070c0;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark {
	xdisplay: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow {
	display: block;
}
ol.progress-track li.progress-done .icon-wrap {
	background-color: #4a6a28;
	border: 5px solid #87ba51;
}
ol.progress-track li.progress-todo {
	border-top: 4px solid #DDD;
	color: black;
}
ol.progress-track li.progress-todo .icon-wrap {
	background-color: #FFF;
	border: 5px solid #DDD;
	border-radius: 50%;
	bottom: 1.5em;
	color: #fff;
	display: block;
	height: 2.5em;
	margin: 0 auto -2em;
	xxposition: relative;
	width: 2.5em;
}
ol.progress-track li.progress-todo .icon-wrap .icon-check-mark, ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow {
	display: none;
}
.icon-wrap i {
	padding: 0;
	position: absolute;
	text-align: center;
	left: 7px;
	top: 5px;
}

/*******table format*********/

.table-info thead th, .table-info thead tr {
    background: #8a6d3b;
}

.table-info .table-header, .table-info thead, .table-info thead th, .table-info thead tr {
    border-color: #9c7e49!important;
    color: #fff;
}
.table{font-size:13px}
.table-bg{background:#fff}
.panel-green {
    border-color: #5cb85c;
	color: white;
    background-color: #5cb85c;

}
.panel-yellow {
    border-color: #f0ad4e;
	color: white;
	    background-color: #f0ad4e;
}
.panel-red {
    border-color: #d9534f;
	color: white;
	    background-color: #d9534f;
}
.panel-black {
    border-color: #9c7e49;
	color: white;
    background: #9c7e49!important;

}