@charset "utf-8";
/* CSS Document */

body {
	background: url('/admin/img/mybg.png') #ffffff;
    font: 14px/1.7em 'Open Sans'; */
}

/* Form validation */
label.required:after {
	content: ' *';
	color:#FF3333;
}
label.invalid {
    color: #a94442;
	font-style: italic;
	font-weight: normal;
}
input.invalid {
    border-color: #b94a48;
}

/* Tabs */
.nav-tabs {
	margin-bottom: 15px;
}

/* Button Toolbar */
.btn-toolbar {
	margin-bottom: -5px;
}
.btn-toolbar .btn {
	margin-bottom: 5px;
}


/* Navbar */
.navbar {
	background-color: #f57c00;
	min-height: 40px;
	margin-bottom: 0px;
}	
.navbar-brand {
	height: 40px;
	padding: 11px 13px;
}
.navbar-nav > li > a {
	color: #ffffff !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav > li:hover {
	background-color: #E67400;
}

.navbar-text {
	margin: 7px 0px;
	color: #333 !important;
}
/* Sub-Navbar */
.subnavbar {
    	margin-bottom: 2.5em;
    }
    
.subnavbar-inner {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
	display: inline-block;
	
	height: 80px;
	padding: 0;
	margin: 0;
	
}

.subnavbar .container > ul > li {
	float: left;
	
	min-width: 90px;
	height: 60px;
	padding: 0;
	margin: 0;
	
	text-align: center;
	list-style: none;
	
	border-left: 1px solid #d9d9d9;
	
	
}

.subnavbar .container > ul > li > a {
	display: block;
	
	height: 100%;
	padding: 0 15px;
	
	font-size: 12px;
	font-weight: bold;
	color: #b2afaa;
}

.subnavbar .container > ul > li > a:hover {
	color: #888;
	text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
	display: inline-block;
	
	width: 24px;
	height: 24px;
	margin-top: 11px;
	font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
	display: block;
	margin-top: -3px;
	
}


.subnavbar .container > ul > li.active > a {
	
	border-bottom:3px solid #f57c00;
	color: #383838;
}
    

.subnavbar .dropdown .dropdown-menu a {
	font-size: 12px;
}

    
.subnavbar .dropdown .dropdown-menu {
    	text-align: left;
    	
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    }
    
    
    
.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}


.subnavbar .caret {
	margin-top: 4px;
	
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}




/* Star ratings */
.star-rating {
  padding-right: 5px;
}
.star-rating .stars,
.star-rating .stars span {
  background-size: 14px 13px;
  height: 13px;
  top: 1px;
}
.star-rating .stars {
  background-image: url("/img/star-bg.png");
  background-repeat: repeat-x;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 69px;
}
.star-rating .stars span {
  background-image: url("/img/star-fg.png");
  background-repeat: repeat-x;
  display: block;
}
.star-rating .number {
  color: #e7711b;
  margin-right: 2px;
  white-space: nowrap;
}
.stars-1-0 {
	width: 14px;
}
.stars-1-5 {
	width: 21px;
}
.stars-2-0 {
	width: 28px;
}
.stars-2-5 {
	width: 35px;
}
.stars-3-0 {
	width: 42px;
}
.stars-3-5 {
	width: 49px;
}
.stars-4-0 {
	width: 56px;
}
.stars-4-5 {
	width: 63px;
}
.stars-5-0 {
	width: 70px;
}

/* Widgets */
.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;
		
	overflow: hidden;
}
	
.widget-header {
	
	position: relative;
	
	height: 40px;
	line-height: 40px;
	
	padding: 0 15px;
	
	background: #f9f6f1;
	background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
	background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	
	
	border: 1px solid #d6d6d6;
	
	
	-webkit-background-clip: padding-box;
}	
	
.widget-header span {

	font-size: 14px;
	font-weight: 800;
	color: #525252;
	line-height: 18px;
	
	text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

.widget-header i {
	margin-right: 5px;
	font-size: 14px;
}

.widget-content {
	padding: 20px 15px 15px;
	
	background: #FFF;
	
	
	border: 1px solid #D5D5D5;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}


.user-avatar {
	background-color:#666666;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
}

/* Helper classes */
.padding-bottom-20 {
	padding-bottom: 20px;
}
.padding-left-7 {
	padding-left: 7px;
}
.margin-left-7 {
	margin-left: 7px;
}

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
	
	
}





/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    	
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;	
	}
	
	
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;	
	}
	
	
	.subnavbar-inner {
		height: auto;
	}
	
	.subnavbar .container > ul {
		width: 100%;
		height: auto;
		
		border: none;
	}
	
	.subnavbar .container > ul > li {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		
		border: none;
	}
	
    
    
    .subnavbar .container > ul > li.active > a {
		font-size: 11px;
    	background: transparent;
    }
	
	.subnavbar .container > ul > li > a > i {	
		display: inline-block;	
		margin-bottom: 0;
		
		font-size: 20px;
	}
	
	
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 12px;
	}
	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	

}
    




/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
	
	.navbar-fixed-top {
		position: static;
		
		margin-bottom: 0;
	}
	
	.subnavbar {
	}
	
	.subnavbar .container {		
		width: auto;
	}
}






/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {
	
}

