/* ---------------------------------------------------------------------- */
/*	Footer and footer elemnts
 /* ---------------------------------------------------------------------- */
 .footer {
	font-size: 12px;
	padding: 8px 20px 5px;
	position: relative;
}

.footer-inner {
	float: left;
}

.footer-items {
	float: right;
}

.footer-fixed .footer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1000;
	border-top-width: 1px;
	border-top-style: solid;
}

/* ---------------------------------------------------------------------- */
/*	Breadcrumb
 /* ---------------------------------------------------------------------- */
.breadcrumb {
	margin: 0 -15px;
	border-radius: 0;
	padding: 15px 45px 15px 15px;
	border-bottom: 1px solid #c8c7cc;
	position: relative;
	height: 51px;
}

.breadcrumb i {
	color: #cccccc;
	font-size: 16px;
	display: inline-block;
}

.breadcrumb {
	margin: 0 -15px;
	border-radius: 0;
	padding: 15px 45px 15px 15px;
	border-bottom: 1px solid #c8c7cc;
	position: relative;
	height: 51px;
}

/* ---------------------------------------------------------------------- */
/*	Rating
 /* ---------------------------------------------------------------------- */
.rating {
	direction: rtl;
	font-size: 30px;
	unicode-bidi: bidi-override;
}

.rating span.star,
.rating span.star {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.rating span.star:hover,
.rating span.star:hover {
	cursor: pointer;
}

.rating span.star:before,
.rating span.star:before {
	color: #999999;
	content: "\f006";
	padding-right: 5px;
}

.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover ~ span.star:before,
.rating span.star:hover ~ span.star:before {
	color: #e3cf7a;
	content: "\f005";
}

.rating span.star.active:before,
.rating span.star.active ~ span.star:before {
	color: #e3cf7a;
	content: "\f005";
}

/* ---------------------------------------------------------------------- */
/*	Dropdown elements
 /* ---------------------------------------------------------------------- */
.dropdown-checkboxes {
	padding: 5px;
}

.dropdown-checkboxes label {
	display: block;
	font-weight: normal;
	line-height: 20px;
}

/* ---------------------------------------------------------------------- */
/*	Labels and Badges
 /* ---------------------------------------------------------------------- */
.badge-success {
	background-color: #5cb85c;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	background-color: #449d44;
}

.badge-warning {
	background-color: #f0ad4e;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	background-color: #ec971f;
}

.badge-info {
	background-color: #5bc0de;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	background-color: #31b0d5;
}

.badge-danger {
	background-color: #d9534f;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	background-color: #c9302c;
}

.badge-new {
	background-color: #775fd5;
	border-radius: 12px 12px 12px 12px !important;
	font-size: 11px !important;
	font-weight: 300;
	height: 18px;
	padding: 3px 6px;
	text-align: center;
	text-shadow: none !important;
	vertical-align: middle;
}

.label {
	font-size: 85% !important;
	padding: 0.4em 0.6em !important;
}

.label-inverse,
.badge-inverse {
	background-color: #555555;
}

/* ---------------------------------------------------------------------- */
/*	Progress bar
 /* ---------------------------------------------------------------------- */
.progress.progress-xs {
	height: 7px;
}

.progress.progress-sm {
	height: 12px;
}

/* ---------------------------------------------------------------------- */
/*	Modal elements
 /* ---------------------------------------------------------------------- */

.modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 6px 6px;
}

/* ---------------------------------------------------------------------- */
/*	Tabs
 /* ---------------------------------------------------------------------- */
.tabbable {
	margin-bottom: 15px;
}

.nav-tabs {
	border-color: #dddddd;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	top: 1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #ffffff;
	border-color: #dddddd #dddddd transparent;
	border-top: 2px solid #dddddd;
	color: #333333;
	line-height: 16px;
	margin-top: -1px;
	z-index: 12;
}

.nav-tabs > li:first-child > a {
	margin-left: 0;
}

.nav-tabs > li > a:hover {
	background-color: #ffffff;
	border-color: #dddddd;
	color: #4c8fbd;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
	background-color: #f9f9f9;
	border-color: #dddddd;
	border-radius: 0 0 0 0 !important;
	color: #999999;
	line-height: 16px;
	margin-right: -1px;
	position: relative;
}

.tab-content {
	border: 1px solid #dddddd;
	padding: 16px 12px;
	position: relative;
}

.tabs-below > .nav-tabs {
	border-bottom-width: 0;
	border-color: #dddddd;
	margin-bottom: 0;
	margin-top: -1px;
	top: auto;
}

.tabs-below > .nav-tabs > li > a,
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-color: #dddddd;
}

.tabs-below > .nav-tabs > li.active > a,
.tabs-below > .nav-tabs > li.active > a:hover,
.tabs-below > .nav-tabs > li.active > a:focus {
	border-bottom: 2px solid #dddddd;
	border-color: transparent #dddddd #dddddd;
	border-top-width: 1px;
	margin-top: 0;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 60px;
}

.tabs-left > .nav-tabs {
	border-color: #dddddd;
	float: left;
	margin-bottom: 0;
	top: auto;
}

.tabs-left > .nav-tabs > li {
	float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
	border-color: #dddddd;
	margin: 0 -1px 0 0;
}

.tabs-left > .nav-tabs > li.active > a,
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover {
	border-color: #dddddd;
	border-right: none;
	border-left: 2px solid #dddddd;
	border-top-width: 1px;
	margin: 0 -1px;
}

.tabs-right > .nav-tabs {
	border-color: #dddddd;
	float: right;
	margin-bottom: 0;
	top: auto;
}

.tabs-right > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:hover {
	border-color: #dddddd;
	margin: 0 -1px;
}

.tabs-right > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:hover {
	border-color: #dddddd;
	border-left: none;
	border-right: 2px solid #dddddd;
	border-top-width: 1px;
	margin: 0 -2px 0 -1px;
}

.nav-tabs > li > a > .badge {
	line-height: 8px;
	opacity: 0.7;
}

.nav-tabs > li > a > [class*="fa-"] {
	opacity: 0.75;
}

.nav-tabs > li.active > a > .badge,
.nav-tabs > li.active > a > [class*="fa-"] {
	opacity: 1;
}

.nav-tabs li [class*=" fa-"],
.nav-tabs li [class^="fa-"] {
	display: inline-block;
	text-align: center;
	width: 1.25em;
}

.nav-tabs > li.open .dropdown-toggle {
	background-color: #4f99c6;
	border-color: #4f99c6;
	color: #ffffff;
}

.nav-tabs > li.open .dropdown-toggle > [class*="fa-"] {
	color: #ffffff !important;
	opacity: 1;
}

.tabs-left .tab-content,
.tabs-right .tab-content {
	overflow: auto;
}

/*teal*/
.tab-teal > li.active > a,
.tab-teal > li.active > a:hover,
.tab-teal > li.active > a:focus {
	border-color: #dddddd;
	border-top: 2px solid #569099;
}

.tab-teal > li > a:hover {
	color: #569099;
}

.tab-teal > li.dropdown.open.active > a:hover,
.tab-teal > li.dropdown.open.active > a:focus {
	background-color: #569099;
	border-color: #569099;
	color: #ffffff;
}

.tab-teal > li.open .dropdown-toggle {
	background-color: #569099;
	border-color: #569099;
	color: #ffffff;
}

.tab-teal .dropdown-menu > li > a:hover,
.tab-teal .dropdown-menu > li > a:focus {
	background-color: #569099;
}

.tab-teal .active > a,
.tab-teal .active > a:hover,
.tab-teal .active > a:focus {
	background-color: #569099;
}

.tabs-left > .tab-teal > li.active > a,
.tabs-left > .tab-teal > li.active > a:focus,
.tabs-left > .tab-teal > li.active > a:hover {
	border-color: #dddddd;
	border-right: none;
	border-left: 2px solid #569099;
}

.tabs-below > .tab-teal > li.active > a,
.tabs-below > .tab-teal > li.active > a:hover,
.tabs-below > .tab-teal > li.active > a:focus {
	border-color: #dddddd;
	border-top: none;
	border-bottom: 2px solid #569099;
}

.tabs-right > .tab-teal > li.active > a,
.tabs-right > .tab-teal > li.active > a:focus,
.tabs-right > .tab-teal > li.active > a:hover {
	border-color: #dddddd;
	border-left: none;
	border-right: 2px solid #569099;
}

.tab-padding.tab-teal > li > a,
.tab-padding.tab-teal > li > a:focus,
.tab-padding.tab-teal > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #ffffff;
}

.tab-padding.tab-teal > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}

.tab-padding.tab-teal > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #ffffff !important;
}

.tab-padding.tab-teal > li:not(.active) > a > .badge {
	background-color: #ffffff !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-teal > li > a,
.tab-padding.tab-teal > li > a:focus {
	background-color: #7dafb7;
}

.tab-padding.tab-teal > li.active > a,
.tab-padding.tab-teal > li.active > a:focus,
.tab-padding.tab-teal > li.active > a:hover {
	background-color: #ffffff;
	box-shadow: none;
	color: #4f80a0;
}

.tab-padding.tab-teal > li.active > a,
.tab-padding.tab-teal > li.active > a:focus,
.tab-padding.tab-teal > li.active > a:hover {
	border-color: #569099 #dddddd transparent;
	color: #4d8189;
}

.tabs-below .tab-padding.tab-teal > li.active > a {
	border-color: transparent #7db4d8 #7db4d8;
}

.tab-padding.tab-teal {
	border-bottom-color: #569099;
	background-color: #f3f8f8;
}

.tabs-below .nav-tabs.tab-teal {
	padding-bottom: 6px;
	border-bottom-color: #dddddd;
	border-top: 0 none;
}

/*bricky*/
.tab-bricky > li.active > a,
.tab-bricky > li.active > a:hover,
.tab-bricky > li.active > a:focus {
	border-color: #c83a2a #dddddd transparent;
	border-top: 2px solid #c83a2a;
}

.tab-bricky > li > a:hover {
	color: #c83a2a;
}

.tab-bricky > li.dropdown.open.active > a:hover,
.tab-bricky > li.dropdown.open.active > a:focus {
	background-color: #c83a2a;
	border-color: #c83a2a;
	color: #ffffff;
}

.tab-bricky > li.open .dropdown-toggle {
	background-color: #c83a2a;
	border-color: #c83a2a;
	color: #ffffff;
}

.tab-bricky .dropdown-menu > li > a:hover,
.tab-bricky .dropdown-menu > li > a:focus {
	background-color: #c83a2a;
}

.tab-bricky .active > a,
.tab-bricky .active > a:hover,
.tab-bricky .active > a:focus {
	background-color: #c83a2a;
}

.tabs-left > .tab-bricky > li.active > a,
.tabs-left > .tab-bricky > li.active > a:focus,
.tabs-left > .tab-bricky > li.active > a:hover {
	border-color: #dddddd transparent #dddddd #c83a2a;
	border-left: 2px solid #c83a2a;
}

.tabs-below > .tab-bricky > li.active > a,
.tabs-below > .tab-bricky > li.active > a:hover,
.tabs-below > .tab-bricky > li.active > a:focus {
	border-bottom: 2px solid #c83a2a;
	border-color: transparent #dddddd #c83a2a;
}

.tabs-right > .tab-bricky > li.active > a,
.tabs-right > .tab-bricky > li.active > a:focus,
.tabs-right > .tab-bricky > li.active > a:hover {
	border-color: #dddddd #c83a2a #dddddd transparent;
	border-right: 2px solid #c83a2a;
}

.tab-padding.tab-bricky > li > a,
.tab-padding.tab-bricky > li > a:focus,
.tab-padding.tab-bricky > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #ffffff;
}

.tab-padding.tab-bricky > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}

.tab-padding.tab-bricky > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #ffffff !important;
}

.tab-padding.tab-bricky > li:not(.active) > a > .badge {
	background-color: #ffffff !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-bricky > li > a,
.tab-padding.tab-bricky > li > a:focus {
	background-color: #dc6456;
}

.tab-padding.tab-bricky > li.active > a,
.tab-padding.tab-bricky > li.active > a:focus,
.tab-padding.tab-bricky > li.active > a:hover {
	background-color: #ffffff;
	box-shadow: none;
	color: #333333;
}

.tab-padding.tab-bricky > li.active > a,
.tab-padding.tab-bricky > li.active > a:focus,
.tab-padding.tab-teal > li.active > a:hover {
	border-color: #c83a2a #dddddd transparent;
	color: #333333;
}

.tabs-below .tab-padding.tab-bricky > li.active > a {
	border-color: transparent #c83a2a #dddddd;
}

.tab-padding.tab-bricky {
	border-bottom-color: #c83a2a;
	background-color: #fbeeec;
}

.tabs-below .nav-tabs.tab-bricky {
	padding-bottom: 6px;
	border-bottom-color: #dddddd;
	border-top: 0 none;
}

/*green*/
.tab-green > li.active > a,
.tab-green > li.active > a:hover,
.tab-green > li.active > a:focus {
	border-color: #3d9400 #dddddd transparent;
	border-top: 2px solid #3d9400;
}

.tab-green > li > a:hover {
	color: #3d9400;
}

.tab-green > li.dropdown.open.active > a:hover,
.tab-green > li.dropdown.open.active > a:focus {
	background-color: #3d9400;
	border-color: #3d9400;
	color: #ffffff;
}

.tab-green > li.open .dropdown-toggle {
	background-color: #3d9400;
	border-color: #3d9400;
	color: #ffffff;
}

.tab-green .dropdown-menu > li > a:hover,
.tab-green .dropdown-menu > li > a:focus {
	background-color: #3d9400;
}

.tab-green .active > a,
.tab-green .active > a:hover,
.tab-green .active > a:focus {
	background-color: #3d9400;
}

.tabs-left > .tab-green > li.active > a,
.tabs-left > .tab-green > li.active > a:focus,
.tabs-left > .tab-green > li.active > a:hover {
	border-color: #dddddd transparent #dddddd #3d9400;
	border-left: 2px solid #3d9400;
}

.tabs-below > .tab-green > li.active > a,
.tabs-below > .tab-green > li.active > a:hover,
.tabs-below > .tab-green > li.active > a:focus {
	border-bottom: 2px solid #3d9400;
	border-color: transparent #dddddd #3d9400;
}

.tabs-right > .tab-green > li.active > a,
.tabs-right > .tab-green > li.active > a:focus,
.tabs-right > .tab-green > li.active > a:hover {
	border-color: #dddddd #3d9400 #dddddd transparent;
	border-right: 2px solid #3d9400;
}

.tab-padding.tab-green > li > a,
.tab-padding.tab-green > li > a:focus,
.tab-padding.tab-green > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #ffffff;
}

.tab-padding.tab-green > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}

.tab-padding.tab-green > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #ffffff !important;
}

.tab-padding.tab-green > li:not(.active) > a > .badge {
	background-color: #ffffff !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-green > li > a,
.tab-padding.tab-green > li > a:focus {
	background-color: #71b145;
}

/*purple*/
.tab-purple > li.active > a,
.tab-purple > li.active > a:hover,
.tab-purple > li.active > a:focus {
	border-color: #57517b #dddddd transparent;
	border-top: 2px solid #57517b;
}

.tab-purple > li > a:hover {
	color: #57517b;
}

.tab-purple > li.dropdown.open.active > a:hover,
.tab-purple > li.dropdown.open.active > a:focus {
	background-color: #57517b;
	border-color: #57517b;
	color: #ffffff;
}

.tab-purple > li.open .dropdown-toggle {
	background-color: #57517b;
	border-color: #57517b;
	color: #ffffff;
}

.tab-purple .dropdown-menu > li > a:hover,
.tab-purple .dropdown-menu > li > a:focus {
	background-color: #57517b;
}

.tab-purple .active > a,
.tab-purple .active > a:hover,
.tab-purple .active > a:focus {
	background-color: #57517b;
}

.tabs-left > .tab-purple > li.active > a,
.tabs-left > .tab-purple > li.active > a:focus,
.tabs-left > .tab-purple > li.active > a:hover {
	border-color: #dddddd transparent #dddddd #57517b;
	border-left: 2px solid #57517b;
}

.tabs-below > .tab-purple > li.active > a,
.tabs-below > .tab-purple > li.active > a:hover,
.tabs-below > .tab-purple > li.active > a:focus {
	border-bottom: 2px solid #57517b;
	border-color: transparent #dddddd #57517b;
}

.tabs-right > .tab-purple > li.active > a,
.tabs-right > .tab-purple > li.active > a:focus,
.tabs-right > .tab-purple > li.active > a:hover {
	border-color: #dddddd #57517b #dddddd transparent;
	border-right: 2px solid #57517b;
}

.tab-padding.tab-purple > li > a,
.tab-padding.tab-purple > li > a:focus,
.tab-padding.tab-purple > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #ffffff;
}

.tab-padding.tab-purple > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}

.tab-padding.tab-purple > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #ffffff !important;
}

.tab-padding.tab-purple > li:not(.active) > a > .badge {
	background-color: #ffffff !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-purple > li > a,
.tab-padding.tab-purple > li > a:focus {
	background-color: #84809f;
}

.tab-padding.tab-purple > li.active > a,
.tab-padding.tab-purple > li.active > a:focus,
.tab-padding.tab-purple > li.active > a:hover {
	background-color: #ffffff;
	box-shadow: none;
	color: #333333;
}

.tab-padding.tab-purple > li.active > a,
.tab-padding.tab-purple > li.active > a:focus,
.tab-padding.tab-teal > li.active > a:hover {
	border-color: #57517b #dddddd transparent;
	color: #333333;
}

.tabs-below .tab-padding.tab-purple > li.active > a {
	border-color: transparent #57517b #dddddd;
}

.tab-padding.tab-purple {
	border-bottom-color: #57517b;
	background-color: #f5f4f9;
}

.tabs-below .nav-tabs.tab-purple {
	padding-bottom: 6px;
	border-bottom-color: #dddddd;
	border-top: 0 none;
}

.tab-padding.tab-green > li.active > a,
.tab-padding.tab-green > li.active > a:focus,
.tab-padding.tab-green > li.active > a:hover {
	background-color: #ffffff;
	box-shadow: none;
	color: #333333;
}

.tab-padding.tab-green > li.active > a,
.tab-padding.tab-green > li.active > a:focus,
.tab-padding.tab-teal > li.active > a:hover {
	border-color: #3d9400 #dddddd transparent;
	color: #333333;
}

.tabs-below .tab-padding.tab-green > li.active > a {
	border-color: transparent #3d9400 #dddddd;
}

.tab-padding.tab-green {
	border-bottom-color: #3d9400;
	background-color: #effbec;
}

.tabs-below .nav-tabs.tab-green {
	padding-bottom: 6px;
	border-bottom-color: #dddddd;
	border-top: 0 none;
}

/*blue*/
.tab-blue > li.active > a,
.tab-blue > li.active > a:hover,
.tab-blue > li.active > a:focus {
	border-color: #364f6a #dddddd transparent;
	border-top: 2px solid #364f6a;
}

.tab-blue > li > a:hover {
	color: #364f6a;
}

.tab-blue > li.dropdown.open.active > a:hover,
.tab-blue > li.dropdown.open.active > a:focus {
	background-color: #364f6a;
	border-color: #364f6a;
	color: #ffffff;
}

.tab-blue > li.open .dropdown-toggle {
	background-color: #364f6a;
	border-color: #364f6a;
	color: #ffffff;
}

.tab-blue .dropdown-menu > li > a:hover,
.tab-blue .dropdown-menu > li > a:focus {
	background-color: #364f6a;
}

.tab-blue .active > a,
.tab-blue .active > a:hover,
.tab-blue .active > a:focus {
	background-color: #364f6a;
}

.tabs-left > .tab-blue > li.active > a,
.tabs-left > .tab-blue > li.active > a:focus,
.tabs-left > .tab-blue > li.active > a:hover {
	border-color: #dddddd transparent #dddddd #364f6a;
	border-left: 2px solid #364f6a;
}

.tabs-below > .tab-blue > li.active > a,
.tabs-below > .tab-blue > li.active > a:hover,
.tabs-below > .tab-blue > li.active > a:focus {
	border-bottom: 2px solid #364f6a;
	border-color: transparent #dddddd #364f6a;
}

.tabs-right > .tab-blue > li.active > a,
.tabs-right > .tab-blue > li.active > a:focus,
.tabs-right > .tab-blue > li.active > a:hover {
	border-color: #dddddd #364f6a #dddddd transparent;
	border-right: 2px solid #364f6a;
}

.tab-padding.tab-blue > li > a,
.tab-padding.tab-blue > li > a:focus,
.tab-padding.tab-blue > li > a:hover {
	border-color: rgba(0, 0, 0, 0);
	color: #ffffff;
}

.tab-padding.tab-blue > li:not(.active) > a:hover {
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) transparent;
	opacity: 0.85;
}

.tab-padding.tab-blue > li:not(.active) > a > [class*="fa-"]:first-child {
	color: #ffffff !important;
}

.tab-padding.tab-blue > li:not(.active) > a > .badge {
	background-color: #ffffff !important;
	color: rgba(0, 0, 0, 0.4) !important;
}

.tab-padding.tab-blue > li > a,
.tab-padding.tab-blue > li > a:focus {
	background-color: #6c7f92;
}

.tab-padding.tab-blue > li.active > a,
.tab-padding.tab-blue > li.active > a:focus,
.tab-padding.tab-blue > li.active > a:hover {
	background-color: #ffffff;
	box-shadow: none;
	color: #333333;
}

.tab-padding.tab-blue > li.active > a,
.tab-padding.tab-blue > li.active > a:focus,
.tab-padding.tab-teal > li.active > a:hover {
	border-color: #364f6a #dddddd transparent;
	color: #333333;
}

.tabs-below .tab-padding.tab-blue > li.active > a {
	border-color: transparent #364f6a #dddddd;
}

.tab-padding.tab-blue {
	border-bottom-color: #364f6a;
	background-color: #f3f5f6;
}

.tabs-below .nav-tabs.tab-blue {
	padding-bottom: 6px;
	border-bottom-color: #dddddd;
	border-top: 0 none;
}

.nav > li.active > .dropdown-toggle {
	cursor: pointer !important;
}

.nav-pills .open .dropdown-toggle > [class*="fa-"],
.nav > li.dropdown.open.active > a:hover > [class*="fa-"],
.nav > li.dropdown.open.active > a:focus > [class*="fa-"] {
	color: #ffffff !important;
}

.nav-tabs > li:not(.active):not(.open) > a:not(:hover) > .disabled[class*="fa-"]:first-child {
	color: #909090 !important;
}

.nav-tabs.tab-space-1 > li > a {
	margin-right: 1px;
}

.nav-tabs.tab-space-2 > li > a {
	margin-right: 2px;
}

.nav-tabs.tab-space-3 > li > a {
	margin-right: 3px;
}

.nav-tabs.tab-space-4 > li > a {
	margin-right: 4px;
}

.nav-tabs.tab-padding {
	padding: 6px 5px 0;
	border: 1px solid #dddddd;
}

.panel-tabs .nav-tabs {
	float: right;
	margin-top: -52px;
	border: none;
}

.panel-tabs .nav-tabs > li > a {
	height: 36px;
	border-top: none;
	border-bottom: none;
	background: none;
	border-right: 1px solid #cdcdcd;
	box-shadow: 1px 1px 0 0 #ffffff;
}

.panel-tabs .nav-tabs > li > a:hover {
	background: #ffffff;
}

.panel-tabs .nav-tabs > li:first-child > a {
	box-shadow: 0 1px 0 1px #ffffff;
}

.panel-tabs .nav-tabs > li.active > a,
.panel-tabs .nav-tabs > li.active > a:hover,
.panel-tabs .nav-tabs > li.active > a:focus {
	background-color: #ffffff;
	background-image: none;
	border-color: #4c8fbd #dddddd transparent;
	border-top: none;
	box-shadow: none;
	color: #333333;
	line-height: 16px;
	margin-top: 0;
}

.panel-tabs .tab-content {
	border: none;
	padding: 0;
}

.tabs-right > .nav-tabs > li {
	float: none;
}

/* ---------------------------------------------------------------------- */
/*	Page Header
 /* ---------------------------------------------------------------------- */
.page-header {
	margin: 20px 0 20px;
}

.page-header h1 {
	font-family: "Raleway", sans-serif;
	font-weight: 200;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
	color: #666666;
}

.page-header h1 small {
	color: #888888;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0;
}

/* ---------------------------------------------------------------------- */
/*	Accordion
 /* ---------------------------------------------------------------------- */
.accordion-custom .panel {
	background-color: #ffffff;
	border: none;
	border-radius: 0 0 0 0;
	box-shadow: none;
}

.accordion-custom .panel-heading {
	padding: 0;
	background-image: none;
	height: auto;
	box-shadow: none;
	border-radius: 0;
}

.accordion-custom .panel-body {
	border: none !important;
}

.accordion-custom .panel-heading .accordion-toggle {
	background-color: #cccccc;
	color: #606060;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	padding: 10px;
	position: relative;
}

.accordion-custom .panel-heading .accordion-toggle:hover,
.accordion-custom .panel-heading .accordion-toggle:focus {
	text-decoration: none;
}

.accordion-custom .panel-heading .accordion-toggle.collapsed {
	background-color: #f3f3f3;
	border-color: #d9d9d9;
	border-width: 0 0 0 1px;
	color: #606060;
	font-weight: normal;
}

.accordion-custom .panel-heading .accordion-toggle > .icon-arrow:before {
	content: "\f078";
}

.accordion-custom .panel-heading .accordion-toggle.collapsed > .icon-arrow:before {
	content: "\f054" !important;
}

.accordion-custom.panel-group .panel-heading .accordion-toggle > .icon-arrow {
	font-size: 11px;
	padding: 0 5px;
}

.accordion-custom.panel-group .panel-heading .accordion-toggle.collapsed > .icon-arrow {
	opacity: 0.75;
}

.accordion-teal .panel-heading .accordion-toggle {
	background: #f3f7f8;
	border-left: 2px solid #569099;
	color: #437278;
}

.accordion-teal .panel-heading .accordion-toggle.collapsed {
	background: #f3f7f8;
	border-left: none;
}

/* ---------------------------------------------------------------------- */
/*	Social Icons
 /* ---------------------------------------------------------------------- */
.social-icons li a,
a.social-icon {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	transition: all 0.3s ease-in-out 0s;
	width: 28px;
}

/* ---------------------------------------------------------------------- */
/*	Sliders
 /* ---------------------------------------------------------------------- */

[class^="slider-"] .ui-rangeSlider-bar {
	height: 18px !important;
}

[class^="slider-"] .ui-rangeSlider-label {
	padding: 3px 6px !important;
	bottom: 25px !important;
	background: none !important;
}

[class^="slider-"] .ui-rangeSlider-label:after {
	content: "\f0d7";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-size: 16px;
	margin: 0 -6px;
	width: 100%;
	bottom: -14px;
	position: absolute;
	text-align: center;
	text-shadow: none;
}

[class^="slider-"] .ui-rangeSlider-arrow {
	height: 14px !important;
	margin: 3px 0 !important;
	font-size: 20px;
	line-height: 14px;
	cursor: pointer;
}

[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow {
	background-image: none !important;
}

[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-leftArrow:before {
	content: "\f0d9";
	display: inline;
	float: right;
	font-family: FontAwesome;
	margin-right: 5px;
}

[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow {
	background-image: none !important;
}

[class^="slider-"] .ui-rangeSlider-arrow.ui-rangeSlider-rightArrow:before {
	content: "\f0da";
	display: inline;
	float: right;
	font-family: FontAwesome;
	margin-right: 5px;
}

[class^="slider-"] .ui-rangeSlider-innerBar {
	height: 14px !important;
}

[class^="slider-"] .ui-rangeSlider-handle {
	height: 20px !important;
}

[class^="slider-"].ui-rangeSlider-disabled {
	opacity: 0.5;
}

.slider-teal .ui-rangeSlider-bar {
	background: rgba(86, 144, 153, 0.6) !important;
}

.slider-teal .ui-rangeSlider-handle {
	background: rgba(86, 144, 153, 0.8) !important;
}

.slider-teal .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #569099 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #000000;
}

.slider-teal .ui-rangeSlider-label:after {
	color: #569099 !important;
}

.slider-teal .ui-rangeSlider-arrow {
	color: #4d8189;
}

.slider-bricky .ui-rangeSlider-bar {
	background: rgba(200, 58, 42, 0.6) !important;
}

.slider-bricky .ui-rangeSlider-handle {
	background: rgba(200, 58, 42, 0.8) !important;
}

.slider-bricky .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #c83a2a !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #000000;
}

.slider-bricky .ui-rangeSlider-label:after {
	color: #c83a2a !important;
}

.slider-bricky .ui-rangeSlider-arrow {
	color: #b33426;
}

.slider-purple .ui-rangeSlider-bar {
	background: rgba(87, 81, 123, 0.6) !important;
}

.slider-purple .ui-rangeSlider-handle {
	background: rgba(87, 81, 123, 0.8) !important;
}

.slider-purple .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #57517b !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #000000;
}

.slider-purple .ui-rangeSlider-label:after {
	color: #57517b !important;
}

.slider-purple .ui-rangeSlider-arrow {
	color: #413d5c;
}

.slider-green .ui-rangeSlider-bar {
	background: rgba(61, 148, 0, 0.6) !important;
}

.slider-green .ui-rangeSlider-handle {
	background: rgba(61, 148, 0, 0.8) !important;
}

.slider-green .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #3d9400 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #000000;
}

.slider-green .ui-rangeSlider-label:after {
	color: #3d9400 !important;
}

.slider-green .ui-rangeSlider-arrow {
	color: #327b00;
}

.slider-yellow .ui-rangeSlider-bar {
	background: rgba(255, 167, 34, 0.6) !important;
}

.slider-yellow .ui-rangeSlider-handle {
	background: rgba(255, 167, 34, 0.8) !important;
}

.slider-yellow .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #ffa722 !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #482c00;
}

.slider-yellow .ui-rangeSlider-label:after {
	color: #ffb848 !important;
}

.slider-yellow .ui-rangeSlider-arrow {
	color: #ffae2f;
}

.slider-blue .ui-rangeSlider-bar {
	background: rgba(54, 79, 106, 0.6) !important;
}

.slider-blue .ui-rangeSlider-handle {
	background: rgba(54, 79, 106, 0.8) !important;
}

.slider-blue .ui-rangeSlider-label {
	background-image: none !important;
	background-color: #364f6a !important;
	color: #ffffff !important;
	text-shadow: 0 1px 0 #000000;
}

.slider-blue .ui-rangeSlider-label:after {
	color: #364f6a !important;
}

.slider-blue .ui-rangeSlider-arrow {
	color: #2d4259;
}

/* ---------------------------------------------------------------------- */
/*	Nestable List
 /* ---------------------------------------------------------------------- */
.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dd-list .dd-list {
	padding-left: 30px;
}

.dd-collapsed .dd-list {
	display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}

.dd-handle {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd-handle:hover {
	color: #2ea8e5;
	background: #fff;
}

.dd-item > button {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.dd-item > button:before {
	content: "+";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
	content: "-";
}

.dd-placeholder,
.dd-empty {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #f2fbff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
		-webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
		-moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
		linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px;
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}

.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */
.nestable-lists {
	display: block;
	clear: both;
	padding: 30px 0;
	width: 100%;
	border: 0;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}

#nestable-menu {
	padding: 0;
	margin: 20px 0;
}

#nestable-output,
#nestable2-output {
	width: 100%;
	height: 7em;
	font-size: 13px;
	line-height: 1.333333em;
	padding: 5px;
	margin-bottom: 5px;
}

#nestable2 .dd-handle {
	color: #fff;
	border: 1px solid #999;
	background: #bbb;
	background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
	background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
	background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
	background: #bbb;
}

#nestable2 .dd-item > button:before {
	color: #fff;
}

.dd-hover > .dd-handle {
	background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */
.dd3-content {
	display: block;
	height: 30px;
	margin: 5px 0;
	padding: 5px 10px 5px 40px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #fafafa;
	background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: linear-gradient(top, #fafafa 0%, #eee 100%);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.dd3-content:hover {
	color: #2ea8e5;
	background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
	margin: 0;
}

.dd3-item > button {
	margin-left: 30px;
}

.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #aaa;
	background: #ddd;
	background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
	background: linear-gradient(top, #ddd 0%, #bbb 100%);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.dd3-handle:before {
	content: "\f0c9";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}

.dd3-handle:hover {
	background: #ddd;
}

/* ---------------------------------------------------------------------- */
/*	Icons
 /* ---------------------------------------------------------------------- */
.icons > section {
	margin-top: 20px;
}

.the-icons li {
	line-height: 40px;
}

.the-icons li i {
	transition: font-size 0.2s ease 0s;
}

.the-icons li:hover i {
	font-size: 26px;
}

/* ---------------------------------------------------------------------- */
/*	Backdrop
 /* ---------------------------------------------------------------------- */
.full-white-backdrop {
	background-color: #ffffff;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

/* ---------------------------------------------------------------------- */
/*	Table and table elements
 /* ---------------------------------------------------------------------- */
th.center,
td.center {
	text-align: center;
}

td.center .dropdown-menu {
	text-align: left;
}

.table thead tr {
	color: #707070;
	font-weight: normal;
}

.table.table-bordered thead tr th {
	vertical-align: middle;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
	vertical-align: middle;
}

.editable-element {
	border-bottom: 1px dashed #0088cc;
	text-decoration: none;
	opacity: 0.5;
	display: inline;
}

/* ---------------------------------------------------------------------- */
/*	Timepicker
 /* ---------------------------------------------------------------------- */
.bootstrap-timepicker-widget table td input {
	width: 32px !important;
}

.bootstrap-timepicker .add-on i {
	height: auto !important;
	width: auto !important;
}

/* ---------------------------------------------------------------------- */
/*	FileUpload
 /* ---------------------------------------------------------------------- */
.fileupload .uneditable-input {
	white-space: nowrap;
}

.fileupload-new .input-group .btn-file {
	-webkit-border-radius: 0 3px 3px 0 !important;
	-moz-border-radius: 0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
}

/* ---------------------------------------------------------------------- */
/*	WYSIWYG
 /* ---------------------------------------------------------------------- */
.wysiwyg {
	padding: 5px 0;
}

.wysiwyg .btn-group:after {
	border-left: 1px solid #e1e6ea;
	bottom: 6px;
	content: "";
	display: block;
	left: -2px;
	max-width: 0;
	position: absolute;
	top: 6px;
	width: 0;
}

.wysiwyg .btn-group .btn,
.wysiwyg .btn-group > .inline > .btn {
	background: #ffffff !important;
	border: none !important;
	color: #adb3be !important;
	margin: 0 !important;
	text-shadow: none !important;
}

.wysiwyg .btn-group .btn:hover,
.wysiwyg .btn-group > .inline > .btn:hover {
	color: #333333 !important;
}

.wysiwyg .btn-group .btn:active,
.wysiwyg .btn-group > .inline > .btn:active {
	background: #ffffff !important;
	border: none !important;
	color: #fff !important;
	margin: 0 !important;
	text-shadow: none !important;
}

/* ---------------------------------------------------------------------- */
/*	Form Wizard
 /* ---------------------------------------------------------------------- */
.swMain > ul {
	display: table;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.swMain > ul li {
	display: table-cell;
	text-align: center;
	width: 1%;
}

.swMain > ul li > a:before {
	border-top: 4px solid #ced1d6;
	content: "";
	display: block;
	font-size: 0;
	height: 1px;
	overflow: hidden;
	position: relative;
	top: 21px;
	width: 100%;
	z-index: 1;
}

.swMain > ul li:first-child > a:before {
	left: 50%;
	max-width: 51%;
}

.swMain > ul li:last-child > a:before {
	max-width: 50%;
	width: 50%;
}

.swMain > ul li > a.selected:before,
.swMain li > a.done:before {
	border-color: #775fd5;
}

.swMain > ul .stepNumber {
	background-color: #ffffff;
	border: 5px solid #ced1d6;
	border-radius: 100% 100% 100% 100%;
	color: #546474;
	display: inline-block;
	font-size: 15px;
	height: 40px;
	line-height: 30px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 2;
}

.swMain > ul li > a.selected .stepNumber {
	border-color: #775fd5;
}

.swMain ul li > a.done .stepNumber {
	border-color: #775fd5;
	background-color: #775fd5;
	color: #fff;
	text-indent: -9999px;
}

.swMain ul li > a.done .stepNumber:before {
	content: "\f00c";
	display: inline;
	float: right;
	font-family: FontAwesome;
	font-weight: 300;
	height: auto;
	text-shadow: none;
	margin-right: 7px;
	text-indent: 0;
}

.swMain ul li > a.done.wait .stepNumber {
	background-color: #f6f6f6 !important;
	color: #cccccc !important;
	text-indent: -0px !important;
}

.swMain ul li > a.done.wait .stepNumber:before {
	content: "" !important;
}

.swMain > ul li .stepDesc {
	color: #949ea7;
	display: block;
	font-size: 14px;
	margin-top: 4px;
	max-width: 100%;
	table-layout: fixed;
	text-align: center;
	word-wrap: break-word;
	z-index: 104;
}

.swMain > ul li > a.selected .stepDesc,
.swMain li > a.done .stepDesc {
	color: #2b3d53;
}

.swMain > ul li > a:hover {
	text-decoration: none;
}

.swMain > ul li > a.disabled {
	cursor: default;
}

.swMain .progress {
	margin-bottom: 30px;
}

.swMain .stepContainer {
	height: auto !important;
}

.swMain .loader {
	display: none;
}

.swMain [class^="button"],
.swMain [class*=" button"] {
	display: none;
}

.swMain .close {
	display: none;
}

/* ---------------------------------------------------------------------- */
/*	Login
 /* ---------------------------------------------------------------------- */
body.login {
	color: #7f7f7f;
}

body.login.example1 {
	background-image: url("../../../images/login_background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0);
}

body.login.example2 {
	background-image: url("../../../images/bg_2.png");
	background-color: rgba(255, 255, 255, 0);
}

body.login .main-login {
	margin-top: 60px;
}

body.login .logo {
	padding: 20px;
	text-align: center;
}

body.login .box-login,
body.login .box-forgot,
body.login .box-register {
	background: #ffffff;
	border-radius: 5px;
	box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	padding: 15px;
}

body.login .box-forgot,
body.login .box-register,
body.login .box-login {
	display: none;
}

body.login .form fieldset {
	border: none;
	margin: 0;
	padding: 10px 0 0;
}

body.login a.forgot {
	color: #909090;
	font-size: 12px;
	position: absolute;
	right: 10px;
	text-shadow: 1px 1px 1px #ffffff;
	top: 9px;
}

body.login input.password {
	padding-right: 130px;
}

body.login label {
	color: #7f7f7f;
	font-size: 14px;
	margin-top: 5px;
}

body.login .copyright {
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 10px 0;
	text-align: center;
}

body.login .form-actions:before,
body.login .form-actions:after {
	content: "";
	display: table;
	line-height: 0;
}

body.login .form-actions:after {
	clear: both;
}

body.login .form-actions {
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}

body.login .new-account {
	border-top: 1px dotted #eeeeee;
	margin-top: 15px;
	padding-top: 10px;
	display: block;
}

.page-header .logo-re-ace {
	width: 20vw;
	max-width: 250px;
}

.tab-blue span.circle-red {
	width: 10px;
	height: 10px;
	display: block;
	background: red;
	float: left;
	margin: 2px 5px 0 0;
	border-radius: 5px;
}

.tab-blue span.circle-green {
	width: 10px;
	height: 10px;
	display: block;
	background: green;
	float: left;
	margin: 2px 5px 0 0;
	border-radius: 5px;
}