#navigation.bg-orange {	background: #f8a31f;}
.mobile-sidebar-toggle {  color: #fff;}
#navigation .dropdown-menu {  border-color: #f8a31f;}
#navigation .dropdown-menu > li.dropdown-submenu .dropdown-menu {  border-top: 2px solid #f8a31f;}
#navigation .dropdown-menu > li.dropdown-submenu:hover > a, #navigation .dropdown-menu > li.dropdown-submenu:focus > a {  background: #f8a31f;}
#navigation .dropdown-menu > li > a:hover {  background: #f8a31f;}
.datepicker.datepicker-dropdown .datepicker-days .active, .datepicker.datepicker-dropdown .datepicker-years .active, .datepicker.datepicker-dropdown .datepicker-months .active {  background: #f8a31f;}
.datepicker.datepicker-dropdown .datepicker-days .active:hover, .datepicker.datepicker-dropdown .datepicker-years .active:hover, .datepicker.datepicker-dropdown .datepicker-months .active:hover {  background: #dd8907;}
.form-wizard .wizard-steps li.active .single-step .title {  background: #f8a31f;}
.btn.btn-primary {  background: #f8a31f;}
.theme-orange.login {  background: #f8a31f;}
a {  color: #f8a31f;}
.btn {  color: #333;}
.btn.btn-primary {  background: #f8a31f;  color: #fff;}
.btn.btn-inverse, .btn.btn-success, .btn.btn-danger {  color: #fff;}
.theme-orange.locked {  background: #f8a31f !important;}
.theme-orange.locked .pull-left a {  background: #c47a06;}
.theme-orange.locked .pull-left a:hover {  background: #935b05;}
#navigation {  background: #f8a31f;}
#navigation .toggle-mobile {  background: #c47a06;}
#navigation .mobile-nav.open {  background: #f8a31f;}
#navigation .mobile-nav.open > li.active > a {  background: #935b05;}
#navigation .mobile-nav.open > li.active > ul {  background: #935b05;}
#navigation .mobile-nav.open > li > a {  background: #c47a06;}
#navigation .mobile-nav.open > li > ul {  background: #c47a06;}
#navigation .main-nav > li.active > a:hover {  background: #fff;}
#navigation .main-nav > li.active.open > a {  background: #fff;}
#navigation .main-nav > li.open > a {  background: #c47a06;}
#navigation .main-nav > li > a:hover {  background: #c47a06;}
#navigation .user .icon-nav > li > a:hover {  background: #c47a06;}
#navigation .user .dropdown.open {  background: #c47a06;}
#navigation .user .dropdown > a:hover {  background: #c47a06;}
#navigation .dropdown-menu {  border-color: #f8a31f;}
#navigation .dropdown-menu > li > a:hover {  background: #f8a31f;}
.search-form .search-pane button[type="submit"] {  background: #f8a31f;}
.messages > li.insert .submit button {  background: #f8a31f;}
.messages > li.right .name {  color: #492d02;}
.messages > li.right .message {  background: #fef4e5;}
.messages > li.right .message p {  color: #7a4c04;}
.messages > li.right .message .time {  color: #7a4c04;}
.messages > li.right .message .caret {  border-left: 7px solid #fef4e5;}
.letterbox .letter > li.active {  background: #f8a31f;}
.calendar .fc-content .fc-event .fc-event-inner {  background: #f8a31f;}
.calendar .fc-button.fc-state-active {  background: #f8a31f;}
.calendar .fc-button.fc-state-active:hover {  background: #f8a31f;}
#footer.bg-orange {	background: #f8a31f;	color:#fff;}
#footer.bg-orange .gototop {color:#fff;}
#footer.bg-orange .gototop:hover {background: #935b05;color:#fff;}


/* MISC */
.align-right, table td.align-right {
	text-align:right;
}
.align-left, table td.align-left {
	text-align:left;
}
.align-center, table td.align-center {
	text-align:center;
}


.btn.btn-primary {
  background: #56af45;
  color: #fff !important;
}
.btn.btn-primary:hover {
  background: #448a37;
}


input[type="reset"].btn.btn-primary {
  background: #666666;
  color: #fff !important;
}
input[type="reset"].btn.btn-primary:hover {
  background: #4d4d4d;
}


.stats > li .details.no-icon {
margin-left: 0px;
}

.stats > li.new-enquiry {
	min-height:40px;
	vertical-align:middle;
}

.stats > li.new-enquiry a {
	color:#fff;
}
.stats > li.new-enquiry a:hover {
	color:#fff;
	text-decoration:none;
}

#header .brand {
	margin-left:20px;
	margin-top:10px;
	font-weight:bold;
}

#main {
	margin-bottom:50px;
}

#footer {
	position: fixed;
	bottom:0;
	top:auto;
	
}

table.dataTable {
	width:100%;
}


.control-group.label-header {
	border-top: 3px solid #ddd;
}

.control-group.label-header .control-label{
	font-size:20px;

	font-weight:bold;
}

.control-group.label-header.full-width .control-label{
	width:100%;

}
.control-separator {
	border-bottom: 1px solid #ddd;

}

.radio {
	background: transparent;
}

.clear-both {
	clear:both;
}

.form-horizontal .controls.hide-label {
	margin-left:0px;
}


.form-horizontal .controls textarea.full-width {
	width:100%;
}

.margin-top-10 {
	margin-top:10px;
}
.margin-top-5 {
	margin-top:5px;
}
.profile-left {
	background:#eee;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
}

.profile-div {
	background:#eee;
	
}

.profile-main {
	background:#fff;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
}


.profile-img {
	border:5px solid #fff;
	border-radius:3px;

	
}

.label-badge{
	padding:5px 10px;
	font-size:12px;
}

.label-vertical{
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
}

.value-vertical{
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
}

.nomargin{
	margin:0px;
}

.label-input {
padding-top: 5px;
}

.profile-main label {
font-weight: bold;
}

.profile-main label.label-input {
font-weight: normal;
}


.form-horizontal .control-label {
text-align: left;
width: 180px;
}

.form-horizontal .controls {
margin-left: 180px;
}

.content-separator {
	height:10px;
	border-bottom:3px solid #ddd;
}



.label-btn {
	padding: 5px 9px;
}

.invoice-info .invoice-name {

	margin-bottom:20px;
}
.invoice-title {
	
	font-size: 30px;
	font-weight:bold;
	margin-bottom:40px;
	text-align:right;
}
.invoice-info .invoice-from {
	margin-bottom:10px;
}
.invoice-student-label {
	font-weight:bold;
}
.invoice-student {
	margin-bottom:20px;
}

.invoice-infos table th {
	text-align:right;
}

.table-invoice th.align-right {
	text-align:right;
}
.table-invoice td.align-right {
	text-align:right;
}
.select2-container {
	min-width:220px;
}
.width-120, .select2-container.width-120 {
	min-width:120px;
	width:120px;
}


table.table_module thead tr th {
	background:transparent;
}
table.table_module tbody tr td {
	width:160px;
}
table.table_module tbody>tr:nth-child(odd)>td {
	background:transparent;
}

table.table-invoice tfoot tr th,table.table_module tfoot tr td {
	background:transparent;
}
table.table-invoice > tfoot > tr > td {
	background:transparent;

}

.total_caption {
	padding-right:30px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}


#header.navbar .brand {
	margin-top:0px;
	padding:0;
}
.navbar {
	margin-bottom:10px;
}

.form-horizontal input+.help-block, .form-horizontal select+.help-block, .form-horizontal textarea+.help-block, .form-horizontal .uneditable-input+.help-block, .form-horizontal .input-prepend+.help-block, .form-horizontal .input-append+.help-block {
margin-top: 0px;
}

.box.box-color .box-title .actions > a.btn {
	font-size:14px;
}
@media print {
	#breadcrumb {
		display:none;
	}
	.box.box-invoice  .box-title {
		display:none;
	}
	#footer {
		display:none;
	}
	a.brand {
		display:none;
	}
}


@media (max-width: 1200px) {
	.icon-nav {
		display: block !important;
	}

}


@media (max-width: 1024px) {
	#main .page-header .stats {
		display: block;
	}

}