/* Import Section
=================================================================== */
@import "jquery-ui-1.8.21.custom.css";
@import "fullcalendar.css";
@import "chosen.css";
@import "uniform.default.css";
@import "jquery.cleditor.css";
@import "jquery.noty.css";
@import "noty_theme_default.css";
@import "elfinder.min.css";
@import "elfinder.theme.css";
@import "jquery.iphone.toggle.css";
@import "uploadify.css";
@import "jquery.gritter.css";
@import "font-awesome.css";
@import "font-awesome-ie7.css";
@import "glyphicons.css";
@import "halflings.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:800);

.blue {
	color: #67c2ef
}

.lightBlue {
	color: #67c2ef
}

.green {
	color: #bdea74
}

.darkGreen {
	color: #78cd51
}

.pink {
	color: #e84c8a
}

.orange {
	color: #fa603d
}

.lightOrange {
	color: #fabb3d
}

.red {
	color: #ff5454
}

.yellow {
	color: #eae874
}

.no-space [class*="span"] {
	margin-left: 0
}

.noMarginLeft {
	margin-left: 0 !important
}

body {
	background: #f5f5f5;
	color: #3b3b41;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400
}

a {
	color: #666
}

hr {
	height: 2px;
	border: 0;
	background: -moz-linear-gradient(left, rgba(249, 249, 249, .25) 0, #f9f9f9 50%, rgba(249, 249, 249, .25) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(249, 249, 249, .25)), color-stop(50%, #f9f9f9), color-stop(100%, rgba(249, 249, 249, .25)));
	background: -webkit-linear-gradient(left, rgba(249, 249, 249, .25) 0, #f9f9f9 50%, rgba(249, 249, 249, .25) 100%);
	background: -o-linear-gradient(left, rgba(249, 249, 249, .25) 0, #f9f9f9 50%, rgba(249, 249, 249, .25) 100%);
	background: -ms-linear-gradient(left, rgba(249, 249, 249, .25) 0, #f9f9f9 50%, rgba(249, 249, 249, .25) 100%);
	background: linear-gradient(to right, rgba(249, 249, 249, .25) 0, #f9f9f9 50%, rgba(249, 249, 249, .25) 100%)
}

h1 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 300
}

h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 300
}

h3 {
	font-size: 15px;
	line-height: 15px
}

h4 {
	font-size: 14px;
	line-height: 14px
}

h5 {
	font-size: 13px;
	line-height: 13px
}

h6 {
	font-size: 12px;
	line-height: 12px
}

.dark {
	background: #fdfdfd;
	text-shadow: 0 1px 1px #fff !important;
	padding: 20px;
	top: -20px;
	right: -22px;
	margin-bottom: -40px;
	margin-right: -30px;
	position: relative;
	border-left: 2px solid #eee;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	min-height: 100%;
	overflow: hidden
}

#content {
	background: #fff;
	filter: none;
	min-height: 100%;
	padding: 20px 20px;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	border: 2px solid #eee;
	position: relative
}

#content.full-radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: -6px;
	margin-left: 0
}

.well {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.box,
.widget {
	margin: 20px 0
}

.widget h2 {
	padding: 10px 10px 0 10px;
	font-size: 18px !important;
	line-height: 18px !important;
	margin-bottom: -5px;
	text-shadow: 0 1px 0 #fff
}

.widget h2 .glyphicons i:before {
	margin-top: -7px;
	font-size: 20px !important;
	line-height: 20px !important;
	color: #3b3b41
}

.box-header {
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	padding: 10px;
	background-color: #f4f4f4 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff 0), to(#f4f4f4 100%));
	background-image: -webkit-linear-gradient(top, #fff 0, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, #fff 0, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, #fff 0, #f4f4f4 100%);
	background-image: -ms-linear-gradient(top, #fff 0, #f4f4f4 100%);
	background-image: linear-gradient(top, #fff 0, #f4f4f4 100%);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	overflow: hidden
}

.box-header h2 {
	float: left;
	margin-top: 0;
	text-shadow: 0 1px 0 #fff
}

.box-header h2 i {
	margin: 0 3px 0 4px;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(Opacity=80)"
}

.box-header .break {
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #FEFEFE;
	margin: -12px 10px -10px 10px;
	padding: 12px 0 10px 0
}

.box-header .box-icon {
	float: right;
	margin-top: 1px
}

.box-header .box-icon i {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(Opacity=80)"
}

.box-header .box-icon i:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.box-header .box-icon a {
	margin: 0 5px
}

.box-content {
	position: relative;
	z-index: 50;
	margin-top: -1px;
	padding: 10px;
	border: 1px solid #f1f1f1;
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.box-content:before {
	content: "";
	width: 98%;
	height: 2px;
	position: absolute;
	bottom: -4px;
	left: 1%;
	background: #fcfcfc;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.box-content:after {
	content: "";
	width: 96%;
	height: 1px;
	position: absolute;
	bottom: -6px;
	left: 2%;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px
}

.navbar {
	margin-bottom: 40px
}

.navbar-inner {
	margin-bottom: 0;
	min-height: 40px;
	padding: 0 20px;
	background: #3b3b41;
	text-shadow: 1px 1px 1px #0a0c0e;
	border: 0;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-bottom: 1px solid #343439
}

.navbar-inner a {
	color: #7b7b7b;
	text-shadow: 0 -1px 1px #0b090a
}

.navbar-inner a i {
	margin-top: 2px
}

.navbar-inner a:hover i {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(Opacity=80)"
}

.brand img {
	margin: -12px 0 -5px 0
}

a.brand span {
	color: #fff;
	text-shadow: none;
	padding-left: 18px
}

.header-nav {
	padding: 0;
	color: #fff !important;
	background: #000 !important
}

.header-nav .nav {
	border-right: 1px solid #2c2c31;
	border-left: 1px solid #47474e
}

.header-nav .btn {
	display: inline-block;
	padding: 21px 20px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, .75);
	background: transparent;
	border: 0;
	border-left: 1px solid #2c2c31;
	border-right: 1px solid #47474e;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.header-nav a.btn {
	color: #fff !important;
	text-shadow: none !important;
	padding: 10px 25px !important
}

.header-nav .btn .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important
}

.header-nav .btn:hover .caret {
	border-top-color: #fff !important;
	border-bottom-color: #fff !important
}

a#main-menu-toggle {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 12px;
	font-size: 16px;
	text-shadow: none;
	text-decoration: none;
	cursor: pointer;
	border-right: 1px solid #47474e
}

a#main-menu-toggle:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 1px;
	border-right: 1px solid #2c2c31
}

.sidebar-nav>ul {
	margin: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 0;
	border-right: 0;
	padding-bottom: 1px;
	text-align: center !important;
	font-size: 10px
}

.sidebar-nav>ul>li>ul {
	list-style: none;
	margin: 0;
	display: none
}

.nav-tabs.nav-stacked>li>a,
.nav-tabs.nav-stacked>li>ul>li>a {
	margin: 1px 0 0 0;
	padding: 15px 0;
	color: #aaa;
	text-shadow: 0 1px 0 #fff;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 0;
	border-right: 0;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration: none
}

.nav-tabs.nav-stacked>li>ul>li {
	padding: 5px 0
}

.nav-tabs.nav-stacked>li>a>i,
.nav-tabs.nav-stacked>li>ul>li>a>i {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)";
	font-size: 22px;
	display: inline-block;
	width: 100%
}

.nav-tabs.nav-stacked>li>ul>li>a>i {
	font-size: 20px
}

.nav-tabs.nav-stacked>li>a:hover>i {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.nav-tabs.nav-stacked>li>a:hover {
	margin: 1px 0 0 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 0;
	border-right: 0;
	color: #666;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.nav-tabs.nav-stacked>li>a:hover,
.nav-tabs.nav-stacked>li>ul>li>a:hover {
	margin: 1px 0 0 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 0;
	border-right: 0;
	color: #666;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.nav-tabs.nav-stacked>li.active>a {
	margin: 1px 0 0 0;
	border: 2px solid #eee;
	border-right: 0;
	color: #3b3b41;
	background: #fff;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	position: relative;
	z-index: 20
}

.nav-tabs.nav-stacked>li.active>ul {
	margin: -4px 0 0 0;
	border: 2px solid #eee;
	padding: 5px 0;
	border-top: 0;
	border-right: 0;
	color: #3b3b41;
	background: #fff;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	z-index: 21
}

.nav-tabs.nav-stacked>li.active>ul>li.active>a {
	color: #3b3b41
}

.nav-tabs.nav-stacked>li:first-child>a {
	margin: 0;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px
}

.nav-tabs.nav-stacked>li:last-child>a {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #555;
	background-color: #373737;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.dropdown-menu:after,
.dropdown-menu:before {
	display: none !important
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	max-width: 300px;
	padding: 0;
	margin: 1px 0 0;
	list-style: none;
	text-shadow: none;
	background-color: #080808;
	border: 1px solid #080808;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(Opacity=80)"
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	margin: 0 1px
}

.dropdown-menu li a {
	display: block;
	padding: 5px 10px !important;
	clear: both;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	white-space: normal !important
}

.dropdown-menu li {
	border-top: 1px solid rgba(255, 255, 255, .05);
	border-bottom: 1px solid rgba(0, 0, 0, .4)
}

.dropdown-menu li:first-child {
	border-top: 0 !important
}

.dropdown-menu li:last-child {
	border-bottom: 0 !important
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
	color: #fff;
	text-decoration: none;
	background-color: #0077b3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #08c, #0077b3);
	background-image: -moz-linear-gradient(top, #08c, #0077b3);
	background-image: -o-linear-gradient(top, #08c, #0077b3);
	background-image: -ms-linear-gradient(top, #08c, #0077b3);
	background-image: linear-gradient(top, #08c, #0077b3)
}

.dropdown-menu .active>a,
.dropdown-menu .active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0077b3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #08c, #0077b3);
	background-image: -moz-linear-gradient(top, #08c, #0077b3);
	background-image: -o-linear-gradient(top, #08c, #0077b3);
	background-image: -ms-linear-gradient(top, #08c, #0077b3);
	background-image: linear-gradient(top, #08c, #0077b3)
}

.dropdown-menu .disabled>a,
.dropdown-menu .disabled>a:hover {
	color: #999
}

.dropdown-menu .disabled>a:hover {
	text-decoration: none;
	cursor: default;
	background-color: transparent
}

.dropdown-menu-title {
	background-color: #080808;
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-weight: 700
}

.dropdown-menu ul,
.dropdown-menu ul li {
	padding: 0 !important;
	margin: 0 !important
}

ul.notifications li,
ul.tasks li,
ul.messages li {
	width: 260px
}

ul.notifications li .avatar img,
ul.tasks li .avatar img,
ul.messages li .avatar img {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

ul.messages li .header {
	display: block
}

ul.messages li .header .from {
	font-size: 12px;
	font-weight: 700
}

ul.notifications li .time,
ul.tasks li .header .percent,
ul.messages li .header .time {
	font-size: 11px;
	font-weight: 700;
	font-style: italic;
	position: absolute;
	right: 5px
}

ul.tasks li .title,
ul.notifications li .message {
	font-size: 12px
}

ul.notifications li.warning a {
	color: #fa603d
}

ul.messages li .message {
	font-size: 11px
}

.stats-date .range {
	font-size: 20px;
	font-weight: 300
}

.stats {
	margin-bottom: 20px
}

.stats .stat {
	width: 24%;
	margin: 0 1% 0 0;
	float: left
}

.stats .stat .right {
	float: right;
	width: 40%;
	text-align: center
}

.stats .stat .right .percent {
	text-align: center;
	font-size: 12px
}

.stats .stat .right .arrow {
	text-align: center
}

.stats .stat .left {
	float: left;
	text-align: right;
	width: 60%
}

.stats .stat .left .number {
	font-size: 22px;
	font-weight: 300
}

.stats .stat .left .title {
	font-size: 12px
}

.stats .stat .left .title .color {
	background: #000;
	width: 30px;
	height: 12px;
	margin: 0 5px -2px 0;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.stats .stat .left .title .color.green {
	background: #bdea74
}

.stats .stat .left .title .color.red {
	background: #ff5454
}

.stats .stat .left .title .color.yellow {
	background: #eae874
}

.stats .stat .left .title .color.blue {
	background: #67c2ef
}

.verticalChart .singleBar {
	width: 8%;
	display: block;
	margin: 0 1% 0 1%;
	float: left
}

.verticalChart .singleBar .bar {
	position: relative;
	height: 200px;
	background: #f9f9f9;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.verticalChart .singleBar .bar .value {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #ff5454;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.verticalChart .singleBar .bar .value span {
	position: absolute;
	font-size: 12px;
	bottom: 0;
	width: 100%;
	height: 20px;
	color: #fff;
	text-shadow: 0 -1px 0 #ff5454, 0px 1px 0 #ff5454, 1px 0 0 #ff5454, -1px 0 0 #ff5454, -1px -1px 0 #ff5454, -1px 1px 0 #ff5454, 1px 1px 0 #ff5454, 1px -1px 0 #ff5454;
	display: none;
	text-align: center
}

.verticalChart .singleBar .title {
	margin-top: 5px;
	text-align: center
}

.browserStat.big {
	display: inline-block;
	width: 49%;
	text-align: center;
	margin-bottom: 20px;
	padding: 0
}

.browserStat {
	display: inline-block;
	width: 32%;
	text-align: center;
	margin: 0;
	padding: 0
}

.browserStat span {
	display: block;
	text-align: center;
	margin-top: 10px
}

.notification {
	font-size:12px;
	position: absolute;
	top:-5px;
	right: -5px;
	line-height: 18px;
	height: 18px;
	width:18px;
	background:#FF0000;
	color: #fff !important;
	
	
	border-radius: 50%;
}

.notification.small {
	padding: 2px 7px;
	color: #fff !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em
}

.notification.small.blue,
.notification.blue {
	border-color: #39afea;
	background-color: #67c2ef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#95d5f4), to(#67c2ef));
	background-image: -webkit-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: -moz-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: -o-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: -ms-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: linear-gradient(top, #95d5f4, #67c2ef)
}

.notification.small.yellow,
.notification.yellow {
	border-color: #e3e148;
	background-color: #eae874;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1efa0), to(#eae874));
	background-image: -webkit-linear-gradient(top, #f1efa0, #eae874);
	background-image: -moz-linear-gradient(top, #f1efa0, #eae874);
	background-image: -o-linear-gradient(top, #f1efa0, #eae874);
	background-image: -ms-linear-gradient(top, #f1efa0, #eae874);
	background-image: linear-gradient(top, #f1efa0, #eae874)
}

.notification.small.red,
.notification.red {
	border-color: #ff2121;
	background-color: #ff5454;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8787), to(#ff5454));
	background-image: -webkit-linear-gradient(top, #ff8787, #ff5454);
	background-image: -moz-linear-gradient(top, #ff8787, #ff5454);
	background-image: -o-linear-gradient(top, #ff8787, #ff5454);
	background-image: -ms-linear-gradient(top, #ff8787, #ff5454);
	background-image: linear-gradient(top, #ff8787, #ff5454)
}

.notification.small.green,
.notification.green {
	border-color: #5db734;
	background-color: #78cd51;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#97d879), to(#78cd51));
	background-image: -webkit-linear-gradient(top, #97d879, #78cd51);
	background-image: -moz-linear-gradient(top, #97d879, #78cd51);
	background-image: -o-linear-gradient(top, #97d879, #78cd51);
	background-image: -ms-linear-gradient(top, #97d879, #78cd51);
	background-image: linear-gradient(top, #97d879, #78cd51)
}

.notification.small.orange,
.notification.orange {
	border-color: #f9aa0b;
	background-color: #fabb3d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbcc6f), to(#fabb3d));
	background-image: -webkit-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: -moz-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: -o-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: -ms-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: linear-gradient(top, #fbcc6f, #fabb3d)
}

.notification.small.red,
.notification.red {
	border-color: #ff2121;
	background-color: #ff5454;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8787), to(#ff5454));
	background-image: -webkit-linear-gradient(top, #ff8787, #ff5454);
	background-image: -moz-linear-gradient(top, #ff8787, #ff5454);
	background-image: -o-linear-gradient(top, #ff8787, #ff5454);
	background-image: -ms-linear-gradient(top, #ff8787, #ff5454);
	background-image: linear-gradient(top, #ff8787, #ff5454)
}

.label,
.badge {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .15);
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	padding: 3px 6px
}

.label {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.label-important,
.badge-important,
.label-important[href],
.badge-important[href] {
	border-color: #ff2121;
	background-color: #ff5454;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8787), to(#ff5454));
	background-image: -webkit-linear-gradient(top, #ff8787, #ff5454);
	background-image: -moz-linear-gradient(top, #ff8787, #ff5454);
	background-image: -o-linear-gradient(top, #ff8787, #ff5454);
	background-image: -ms-linear-gradient(top, #ff8787, #ff5454);
	background-image: linear-gradient(top, #ff8787, #ff5454)
}

.label-warning,
.badge-warning,
.label-warning[href],
.badge-warning[href] {
	border-color: #f9aa0b;
	background-color: #fabb3d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbcc6f), to(#fabb3d));
	background-image: -webkit-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: -moz-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: -o-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: -ms-linear-gradient(top, #fbcc6f, #fabb3d);
	background-image: linear-gradient(top, #fbcc6f, #fabb3d)
}

.label-success,
.badge-success,
.label-success[href],
.badge-success[href] {
	border-color: #5db734;
	background-color: #78cd51;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#97d879), to(#78cd51));
	background-image: -webkit-linear-gradient(top, #97d879, #78cd51);
	background-image: -moz-linear-gradient(top, #97d879, #78cd51);
	background-image: -o-linear-gradient(top, #97d879, #78cd51);
	background-image: -ms-linear-gradient(top, #97d879, #78cd51);
	background-image: linear-gradient(top, #97d879, #78cd51)
}

.label-info,
.badge-info,
.label-info[href],
.badge-info[href] {
	border-color: #39afea;
	background-color: #67c2ef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#95d5f4), to(#67c2ef));
	background-image: -webkit-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: -moz-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: -o-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: -ms-linear-gradient(top, #95d5f4, #67c2ef);
	background-image: linear-gradient(top, #95d5f4, #67c2ef)
}

.quick-button {
	
	
	margin-bottom: -25px;
	
	
	
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.quick-button:hover {
	text-decoration: none;
	border-color: #a5a5a5;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.quick-button:hover .notification {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	box-shadow: 0 0 3px rgba(0, 0, 0, .6)
}

.quick-button i {
	font-size: 32px
}

.quick-button-small {
	border: 1px solid #ddd;
	padding: 15px 0 0 0;
	font-size: 10px;
	background-color: #efefef;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#efefef));
	background-image: -webkit-linear-gradient(top, #fafafa, #efefef);
	background-image: -moz-linear-gradient(top, #fafafa, #efefef);
	background-image: -o-linear-gradient(top, #fafafa, #efefef);
	background-image: -ms-linear-gradient(top, #fafafa, #efefef);
	background-image: linear-gradient(top, #fafafa, #efefef);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	color: #646464;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.quick-button-small:hover {
	text-decoration: none;
	border-color: #a5a5a5;
	color: #444;
	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
	box-shadow: 0 0 3px rgba(0, 0, 0, .25)
}

.quick-button-small:hover .notification {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
	box-shadow: 0 0 3px rgba(0, 0, 0, .6)
}

.quick-button-small i {
	font-size: 20px
}

ul.dashboard-list {
	margin: 0
}

ul.dashboard-list a:hover {
	text-decoration: none
}

ul.dashboard-list li:last-child {
	border-bottom: 0
}

ul.dashboard-list li:first-child {
	border-top: 0;
	border-bottom: 1px solid #eee
}

ul.dashboard-list li {
	padding: 5px 0;
	list-style: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	font-size: 12px
}

ul.dashboard-list li a span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	text-align: right;
	width: 50px;
	zoom: 1
}

ul.dashboard-list li .avatar {
	height: 50px;
	width: 50px;
	padding: 1px;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	border: 1px solid #eee
}

ul.dashboard-list li .avatar img {
	height: 40px;
	width: 40px;
	padding: 1px;
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	border: 1px solid #eee
}

ul.dashboard-list li i {
	font-size: 18px;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(Opacity=70)"
}

ul.tickets {
	margin: 0
}

ul.tickets li:last-child {
	border-bottom: 0
}

ul.tickets li:first-child {
	border-top: 0;
	border-bottom: 1px solid #eee
}

ul.tickets li {
	list-style: none;
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
	font-size: 12px
}

ul.tickets li.ticket .content {
	display: inline-block;
	width: 100%
}

ul.tickets li.ticket .content .priority,
ul.tickets li.ticket .content .date {
	float: right;
	text-align: right
}

ul.tickets li.ticket .content .name,
ul.tickets li.ticket .content .status {
	float: left;
	text-align: left;
	width: 40%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis
}

ul.tickets li.ticket .header {
	width: 100%;
	display: inline-block;
	font-weight: 700;
	font-size: 13px
}

ul.tickets li.ticket .header .number {
	float: right;
	text-align: right
}

ul.tickets li.ticket .header .title {
	float: left;
	text-align: left
}

ul.tickets li.ticket .avatar img {
	height: 36px;
	width: 36px;
	padding: 1px;
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	border: 1px solid #eee
}

ul.chat {
	margin: 0
}

ul.chat li.right img.avatar {
	float: right;
	margin-left: 10px
}

ul.chat li.right .message {
	text-align: right;
	margin-right: 65px;
	background: #fcfcfc
}

ul.chat li.right .message .arrow {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 5px;
	right: -20px;
	background: url(../img/chat-right.png) no-repeat 0 0
}

ul.chat li.left img.avatar {
	float: left;
	margin-right: 10px
}

ul.chat li.left .message {
	text-align: left;
	margin-left: 65px;
	background: #fff
}

ul.chat li.left .message .arrow {
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 5px;
	left: -20px;
	background: url(../img/chat-left.png) no-repeat 0 0
}

ul.chat li {
	list-style: none;
	padding: 5px 0;
	margin: 10px auto;
	font-size: 12px
}

ul.chat li img.avatar {
	height: 50px;
	width: 50px;
	padding: 1px;
	border: 1px solid #eee
}

ul.chat li .message {
	display: block;
	border: 2px solid #eee;
	padding: 5px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

ul.chat li .message .text {
	display: block
}

.chat-form {
	border-top: 1px solid #ddd;
	background: #eee;
	padding: 10px;
	margin: 20px -10px -10px -10px
}

.chat-form textarea {
	width: 100%;
	padding: .5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
	outline: 0 !important;
	font-size: 12px
}

.form-actions {
	padding: 19px 20px 20px;
	margin: 20px -10px -30px -10px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	*zoom: 1
}

.form-actions:before,
.form-actionsactions:after {
	display: table;
	line-height: 0;
	content: ""
}

.form-actions:after {
	clear: both
}

.btn {
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25)
}

.btn i {
	margin-top: 2px
}

.btn-primary {
	color: #fff;
	background-color: #39afea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#67c2ef), to(#39afea));
	background-image: -webkit-linear-gradient(top, #67c2ef, #39afea);
	background-image: -moz-linear-gradient(top, #67c2ef, #39afea);
	background-image: -o-linear-gradient(top, #67c2ef, #39afea);
	background-image: -ms-linear-gradient(top, #67c2ef, #39afea);
	background-image: linear-gradient(top, #67c2ef, #39afea)
}

.btn-primary:hover,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #39afea
}

.btn-primary:active,
.btn-primary.active {
	background-color: #30ace9
}

.btn-warning {
	color: #fff;
	background-color: #f9aa0b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fabb3d), to(#f9aa0b));
	background-image: -webkit-linear-gradient(top, #fabb3d, #f9aa0b);
	background-image: -moz-linear-gradient(top, #fabb3d, #f9aa0b);
	background-image: -o-linear-gradient(top, #fabb3d, #f9aa0b);
	background-image: -ms-linear-gradient(top, #fabb3d, #f9aa0b);
	background-image: linear-gradient(top, #fabb3d, #f9aa0b)
}

.btn-warning:hover,
.btn-warning.disabled,
.btn-warning[disabled] {
	background-color: #f9aa0b
}

.btn-warning:active,
.btn-warning.active {
	background-color: #f4a406
}

.btn-danger {
	color: #fff;
	background-color: #ff2121;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5454), to(#ff2121));
	background-image: -webkit-linear-gradient(top, #ff5454, #ff2121);
	background-image: -moz-linear-gradient(top, #ff5454, #ff2121);
	background-image: -o-linear-gradient(top, #ff5454, #ff2121);
	background-image: -ms-linear-gradient(top, #ff5454, #ff2121);
	background-image: linear-gradient(top, #ff5454, #ff2121)
}

.btn-danger:hover,
.btn-danger.disabled,
.btn-danger[disabled] {
	background-color: #ff2121
}

.btn-danger:active,
.btn-danger.active {
	background-color: #ff1717
}

.btn-success {
	color: #fff;
	background-color: #5db734;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78cd51), to(#5db734));
	background-image: -webkit-linear-gradient(top, #78cd51, #5db734);
	background-image: -moz-linear-gradient(top, #78cd51, #5db734);
	background-image: -o-linear-gradient(top, #78cd51, #5db734);
	background-image: -ms-linear-gradient(top, #78cd51, #5db734);
	background-image: linear-gradient(top, #78cd51, #5db734)
}

.btn-success:hover,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #5db734
}

.btn-success:active,
.btn-success.active {
	background-color: #59af32
}

.btn-info {
	color: #fff;
	background-color: #39afea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#67c2ef), to(#39afea));
	background-image: -webkit-linear-gradient(top, #67c2ef, #39afea);
	background-image: -moz-linear-gradient(top, #67c2ef, #39afea);
	background-image: -o-linear-gradient(top, #67c2ef, #39afea);
	background-image: -ms-linear-gradient(top, #67c2ef, #39afea);
	background-image: linear-gradient(top, #67c2ef, #39afea)
}

.btn-info:hover,
.btn-info.disabled,
.btn-info[disabled] {
	background-color: #39afea
}

.btn-info:active,
.btn-info.active {
	background-color: #30ace9
}

.btn-inverse {
	color: #fff;
	background-color: #2b2b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#2b2b2b));
	background-image: -webkit-linear-gradient(top, #444, #2b2b2b);
	background-image: -moz-linear-gradient(top, #444, #2b2b2b);
	background-image: -o-linear-gradient(top, #444, #2b2b2b);
	background-image: -ms-linear-gradient(top, #444, #2b2b2b);
	background-image: linear-gradient(top, #444, #2b2b2b)
}

.btn-inverse:hover,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #2b2b2b
}

.btn-inverse:active,
.btn-inverse.active {
	background-color: #252525
}

.btn3d {
	margin: 10px;
	position: relative;
	border: 0;
	background: #fbfbf9;
	color: #222;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .35), inset 0 2px 3px #fff;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .35), inset 0 2px 3px #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .35), inset 0 2px 3px #fff;
	text-shadow: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn3d:before {
	position: absolute;
	z-index: -1;
	content: "";
	top: -5px !important;
	left: -5px !important;
	width: 100%;
	height: 100%;
	padding: 4px 5px 5px 5px !important;
	background-color: #fff 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeae8 1%), to(#fff 100%));
	background-image: -webkit-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -moz-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -o-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -ms-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: linear-gradient(top, #ebeae8 1%, #fff 100%);
	border-top: 1px solid #dededc;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	-webkit-box-shadow: 0 5px 6px inset rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 5px 6px inset rgba(0, 0, 0, .05);
	box-shadow: 0 5px 6px inset rgba(0, 0, 0, .05);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.btn3d i {
	margin-top: 2px
}

.btn3d:hover,
.btn3d:active,
.btn3d.active,
.btn3d.disabled,
.btn3d[disabled] {
	background: #fbfbf9;
	text-shadow: 0 0 1px #222;
	color: #222;
	-webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, .1), inset 0 1px 1px #fff;
	-moz-box-shadow: 1px 0 1px rgba(0, 0, 0, .1), inset 0 1px 1px #fff;
	box-shadow: 1px 0 1px rgba(0, 0, 0, .1), inset 0 1px 1px #fff
}

.btn3d:active,
.btn3d.active {
	color: #222;
	text-shadow: 0 0 10px #222;
	background-color: #fbfbf9 \9
}

.btn3d span {
	-webkit-text-stroke: 0;
	color: transparent;
	background-color: #222;
	-webkit-background-clip: text;
	text-shadow: rgba(255, 255, 255, .5) 0 1px 1px, rgba(255, 255, 255, .2) 1px 1px 1px;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out
}

.btn3d:hover span {
	-webkit-text-stroke: 0;
	color: transparent;
	background-color: #222;
	-webkit-background-clip: text;
	text-shadow: rgba(255, 255, 255, .3) 0 1px 1px, rgba(255, 255, 255, .1) 1px 1px 1px, 0 0 1px #222;
	-webkit-transition: text-shadow .3s ease-out, background-color .4s ease-out
}

.btn3d.btn-primary {
	background-image: none;
	color: #67c2ef
}

.btn3d.btn-primary span {
	background-color: #67c2ef
}

.btn3d.btn-primary:hover span {
	text-shadow: rgba(255, 255, 255, .3) 0 1px 1px, rgba(255, 255, 255, .1) 1px 1px 1px, 0 0 1px #67c2ef
}

.btn3d.btn-primary:hover,
.btn3d.btn-primary:active,
.btn3d.btn-primary.active,
.btn3d.btn-primary.disabled,
.btn3d.btn-primary[disabled] {
	text-shadow: 0 0 1px #67c2ef;
	color: #67c2ef
}

.btn3d.btn-primary:active,
.btn3d.btn-primary.active {
	color: #67c2ef;
	text-shadow: 0 0 10px #67c2ef
}

.btn3d.btn-warning {
	background-image: none;
	color: #fabb3d
}

.btn3d.btn-warning span {
	background-color: #fabb3d
}

.btn3d.btn-warning:hover span {
	text-shadow: rgba(255, 255, 255, .3) 0 1px 1px, rgba(255, 255, 255, .1) 1px 1px 1px, 0 0 1px #fabb3d
}

.btn3d.btn-warning:hover,
.btn3d.btn-warning:active,
.btn3d.btn-warning.active,
.btn3d.btn-warning.disabled,
.btn3d.btn-warning[disabled] {
	text-shadow: 0 0 1px #fabb3d;
	color: #fabb3d
}

.btn3d.btn-warning:active,
.btn3d.btn-warning.active {
	color: #fabb3d;
	text-shadow: 0 0 10px #fabb3d
}

.btn3d.btn-danger {
	background-image: none;
	color: #ff5454
}

.btn3d.btn-danger span {
	background-color: #ff5454
}

.btn3d.btn-danger:hover span {
	text-shadow: rgba(255, 255, 255, .3) 0 1px 1px, rgba(255, 255, 255, .1) 1px 1px 1px, 0 0 1px #ff5454
}

.btn3d.btn-danger:hover,
.btn3d.btn-danger:active,
.btn3d.btn-danger.active,
.btn3d.btn-danger.disabled,
.btn3d.btn-danger[disabled] {
	text-shadow: 0 0 1px #ff5454;
	color: #ff5454
}

.btn3d.btn-danger:active,
.btn3d.btn-danger.active {
	color: #ff5454;
	text-shadow: 0 0 10px #ff5454
}

.btn3d.btn-success {
	background-image: none;
	color: #78cd51
}

.btn3d.btn-success span {
	background-color: #78cd51
}

.btn3d.btn-success:hover span {
	text-shadow: rgba(255, 255, 255, .3) 0 1px 1px, rgba(255, 255, 255, .1) 1px 1px 1px, 0 0 1px #78cd51
}

.btn3d.btn-success:hover,
.btn3d.btn-success:active,
.btn3d.btn-success.active,
.btn3d.btn-success.disabled,
.btn3d.btn-success[disabled] {
	text-shadow: 0 0 1px #78cd51;
	color: #78cd51
}

.btn3d.btn-success:active,
.btn3d.btn-success.active {
	color: #78cd51;
	text-shadow: 0 0 10px #78cd51
}

.btn3d.btn-info {
	background-image: none;
	color: #67c2ef
}

.btn3d.btn-info span {
	background-color: #67c2ef
}

.btn3d.btn-info:hover span {
	text-shadow: rgba(255, 255, 255, .3) 0 1px 1px, rgba(255, 255, 255, .1) 1px 1px 1px, 0 0 1px #67c2ef
}

.btn3d.btn-info:hover,
.btn3d.btn-info:active,
.btn3d.btn-info.active,
.btn3d.btn-info.disabled,
.btn3d.btn-info[disabled] {
	text-shadow: 0 0 1px #67c2ef;
	color: #67c2ef
}

.btn3d.btn-info:active,
.btn3d.btn-info.active {
	color: #67c2ef;
	text-shadow: 0 0 10px #67c2ef
}

.btn3d.btn-inverse {
	background-image: none;
	color: #444
}

.btn3d.btn-inverse span {
	background-color: #444
}

.btn3d.btn-inverse:hover span {
	text-shadow: rgba(255, 255, 255, .3) 0 1px 1px, rgba(255, 255, 255, .1) 1px 1px 1px, 0 0 1px #444

}

.btn3d.btn-inverse:hover,
.btn3d.btn-inverse:active,
.btn3d.btn-inverse.active,
.btn3d.btn-inverse.disabled,
.btn3d.btn-inverse[disabled] {
	text-shadow: 0 0 1px #444;
	color: #444
}

.btn3d.btn-inverse:active,
.btn3d.btn-inverse.active {
	color: #67c2ef;
	text-shadow: 0 0 10px #444
}

.btn3d.btn-small {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2), inset 0 2px 3px #fff;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2), inset 0 2px 3px #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2), inset 0 2px 3px #fff
}

.btn3d.btn-mini {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), inset 0 2px 3px #fff;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), inset 0 2px 3px #fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .15), inset 0 2px 3px #fff
}

x:-o-prefocus,
.btn3d:before {
	top: -10% !important;
	left: -5% !important;
	width: 110%;
	height: 120%
}

.alert {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	position: relative;
	padding: 14px 40px 14px 18px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	-moz-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1);
	box-shadow: 0 1px 1px 0 rgba(180, 180, 180, .1)
}

.tab-menu.nav-tabs {
	margin-top: -48px;
	border-bottom: 0
}

.tab-menu.nav-tabs>li {
	float: right;
	margin-bottom: -1px
}

.tab-menu.nav-tabs>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
	margin-left: -3px;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.tab-menu.nav-tabs>li>a:hover {
	border-color: #f1f1f1
}

.tab-menu.nav-tabs>.active>a {
	color: #555;
	cursor: default;
	background-color: #fff;
	border-left: 1px solid #f1f1f1
}

.tab-menu.nav-tabs>.active>a:hover {
	background-color: #fafafa
}

.add-on,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input {
	border-color: #ddd !important
}

.masonry-thumb {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 6px
}

.login-box {
	width: 400px;
	margin: 100px auto;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #f5f5f5 0, #fff 19%, #fff 77%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(19%, #fff), color-stop(77%, #fff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #f5f5f5 0, #fff 19%, #fff 77%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f5f5f5 0, #fff 19%, #fff 77%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f5f5f5 0, #fff 19%, #fff 77%, #f5f5f5 100%);
	background: linear-gradient(to bottom, #f5f5f5 0, #fff 19%, #fff 77%, #f5f5f5 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=0);
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, .15);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, .15)
}

.login-box h2 {
	color: #646464;
	margin-left: 30px;
	font-family: monaco;
	font-weight: 400
}

.login-box h3 {
	color: #646464;
	margin-left: 30px;
	font-family: monaco;
	font-weight: 400
}

.login-box p {
	margin: 10px 30px;
	font-weight: 400
}

.login-box input[type="text"],
.login-box input[type="password"] {
	border: 1px solid #eee !important;
	color: #aaa;
	border-left: 0 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.login-box .icons {
	text-align: right;
	margin: 20px 15px
}

.login-box .icons i {
	text-align: right;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(Opacity=20)";
	margin: 0 5px
}

.login-box .icons i:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(Opacity=80)"
}

.login-box .add-on {
	border: 1px solid #eee !important;
	background: #fff;
	margin-left: -10px
}

.login-box .add-on i {
	opacity: .1;
	filter: alpha(opacity=10);
	-ms-filter: "alpha(Opacity=10)"
}

.login-box .remember {
	margin-top: 20px;
	margin-left: 20px;
	float: left
}

.login-box .button-login {
	margin-top: 20px;
	margin-right: 20px;
	float: right
}

.login-box .input-prepend {
	background: #fff;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-left: 3px solid #fff
}

.login-box .input-prepend-focus {
	background: #fcfcfc;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-left: 3px solid #646464
}

div.checker,
div.radio {
	margin-top: -4px !important
}

div.uploader {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px
}

.sliderOverlay,
.progressBarOverlay {
	background-color: #fff 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeae8 1%), to(#fff 100%));
	background-image: -webkit-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -moz-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -o-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -ms-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: linear-gradient(top, #ebeae8 1%, #fff 100%);
	border-top: 1px solid #dededc;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	height: 12px;
	padding: 6px !important;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 5px 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 5px 6px rgba(0, 0, 0, .05);
	position: relative;
	margin: 8px 0
}

.progressBarOverlay.Slim {
	height: 8px;
	padding: 5px !important
}

.ui-slider-handle {
	display: inline-block;
	border: 0 !important;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	height: 16px;
	width: 16px;
	position: absolute !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll #f4f4f4 !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -webkit-linear-gradient(top, #f4f4f4 0, #f7f7f7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -moz-linear-gradient(top, #f4f4f4 0, #f7f7f7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -o-linear-gradient(top, #f4f4f4 0, #f7f7f7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, -ms-linear-gradient(top, #f4f4f4 0, #f7f7f7 100%) !important;
	background: url("../img/slider_r8.png") no-repeat center center scroll, linear-gradient(top, #f4f4f4 0, #f7f7f7 100%) !important;
	margin-top: 2px !important;
	outline: 0 !important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), inset 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4), inset 0 1px 0 #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4), inset 0 1px 0 #fff
}

.slider {
	background-color: #fafafa 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc 0), to(#fafafa 100%));
	background-image: -webkit-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -moz-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -o-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -ms-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	border-top: 1px solid #dededc;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	height: 14px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 10;
	margin-top: -2px
}

.slider .ui-slider-range {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	position: absolute;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4)
}

.sliderVertical {
	background-color: #fff 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeae8 1%), to(#fff 100%));
	background-image: -webkit-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -moz-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -o-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: -ms-linear-gradient(top, #ebeae8 1%, #fff 100%);
	background-image: linear-gradient(top, #ebeae8 1%, #fff 100%);
	border-top: 1px solid #dededc;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	top: auto;
	bottom: auto;
	padding: 15px 5px !important;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 5px 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 5px 6px rgba(0, 0, 0, .05);
	position: relative;
	float: left;
	height: 100px;
	margin-right: 40px;
	width: 5px
}

.sliderVertical .ui-slider-range {
	height: 100%;
	width: 100%;
	top: auto;
	bottom: auto;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4)
}

.sliderVertical .ui-slider-handle {
	margin: 0 0 -10px 2px !important
}

.sliderVertical .ui-slider-range-max {
	top: 0
}

.sliderVertical .ui-slider-range-min {
	bottom: 0
}

.sliderBlue .ui-slider-range,
.progressBlue .ui-progressbar-value {
	background-color: #30ace9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#67c2ef), to(#30ace9));
	background-image: -webkit-linear-gradient(top, #67c2ef, #30ace9);
	background-image: -moz-linear-gradient(top, #67c2ef, #30ace9);
	background-image: -o-linear-gradient(top, #67c2ef, #30ace9);
	background-image: -ms-linear-gradient(top, #67c2ef, #30ace9);
	background-image: linear-gradient(top, #67c2ef, #30ace9)
}

.sliderGreen .ui-slider-range,
.progressGreen .ui-progressbar-value {
	background-color: #a4e23f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bdea74), to(#a4e23f));
	background-image: -webkit-linear-gradient(top, #bdea74, #a4e23f);
	background-image: -moz-linear-gradient(top, #bdea74, #a4e23f);
	background-image: -o-linear-gradient(top, #bdea74, #a4e23f);
	background-image: -ms-linear-gradient(top, #bdea74, #a4e23f);
	background-image: linear-gradient(top, #bdea74, #a4e23f)
}

.sliderDarkGreen .ui-slider-range,
.progressDarkGreen .ui-progressbar-value {
	background-color: #59af32;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#78cd51), to(#59af32));
	background-image: -webkit-linear-gradient(top, #78cd51, #59af32);
	background-image: -moz-linear-gradient(top, #78cd51, #59af32);
	background-image: -o-linear-gradient(top, #78cd51, #59af32);
	background-image: -ms-linear-gradient(top, #78cd51, #59af32);
	background-image: linear-gradient(top, #78cd51, #59af32)
}

.sliderPink .ui-slider-range,
.progressPink .ui-progressbar-value {
	background-color: #db1c68;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e84c8a), to(#db1c68));
	background-image: -webkit-linear-gradient(top, #e84c8a, #db1c68);
	background-image: -moz-linear-gradient(top, #e84c8a, #db1c68);
	background-image: -o-linear-gradient(top, #e84c8a, #db1c68);
	background-image: -ms-linear-gradient(top, #e84c8a, #db1c68);
	background-image: linear-gradient(top, #e84c8a, #db1c68)
}

.sliderOrange .ui-slider-range,
.progressOrange .ui-progressbar-value {
	background-color: #f43206;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa603d), to(#f43206));
	background-image: -webkit-linear-gradient(top, #fa603d, #f43206);
	background-image: -moz-linear-gradient(top, #fa603d, #f43206);
	background-image: -o-linear-gradient(top, #fa603d, #f43206);
	background-image: -ms-linear-gradient(top, #fa603d, #f43206);
	background-image: linear-gradient(top, #fa603d, #f43206)
}

.sliderLightOrange .ui-slider-range,
.progressLightOrange .ui-progressbar-value {
	background-color: #f4a406;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fabb3d), to(#f4a406));
	background-image: -webkit-linear-gradient(top, #fabb3d, #f4a406);
	background-image: -moz-linear-gradient(top, #fabb3d, #f4a406);
	background-image: -o-linear-gradient(top, #fabb3d, #f4a406);
	background-image: -ms-linear-gradient(top, #fabb3d, #f4a406);
	background-image: linear-gradient(top, #fabb3d, #f4a406)
}

.sliderRed .ui-slider-range,
.progressRed .ui-progressbar-value {
	background-color: #ff1717;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5454), to(#ff1717));
	background-image: -webkit-linear-gradient(top, #ff5454, #ff1717);
	background-image: -moz-linear-gradient(top, #ff5454, #ff1717);
	background-image: -o-linear-gradient(top, #ff5454, #ff1717);
	background-image: -ms-linear-gradient(top, #ff5454, #ff1717);
	background-image: linear-gradient(top, #ff5454, #ff1717)
}

.sliderYellow .ui-slider-range,
.progressYellow .ui-progressbar-value {
	background-color: #e2df3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eae874), to(#e2df3f));
	background-image: -webkit-linear-gradient(top, #eae874, #e2df3f);
	background-image: -moz-linear-gradient(top, #eae874, #e2df3f);
	background-image: -o-linear-gradient(top, #eae874, #e2df3f);
	background-image: -ms-linear-gradient(top, #eae874, #e2df3f);
	background-image: linear-gradient(top, #eae874, #e2df3f)
}

.progress {
	background-color: #fafafa 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc 0), to(#fafafa 100%));
	background-image: -webkit-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -moz-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -o-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -ms-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	border-top: 1px solid #dededc;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	height: 14px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	position: relative;
	margin-top: -2px
}

.progress .ui-progressbar-value {
	border-color: transparent;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4)
}

.progressBarValue span {
	font-size: 12px
}

.progressBarValue span.progressCustomValueVal {
	font-size: 18px;
	font-weight: 700;
	padding: 0 5px;
	color: #fa603d
}

.progressSlim {
	background-color: #fafafa 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc 0), to(#fafafa 100%));
	background-image: -webkit-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -moz-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -o-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: -ms-linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	background-image: linear-gradient(top, #fcfcfc 0, #fafafa 100%);
	border-top: 1px solid #dededc;
	border-bottom: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	height: 10px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	position: relative;
	margin-top: -2px
}

.progressSlim .ui-progressbar-value {
	border-color: transparent;
	height: 100%;
	top: 0;
	position: absolute;
	left: 0;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .4)
}

.tasks .progressSlim {
	overflow: hidden;
	border: 0 !important;
	height: 8px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0
}

.tasks .progressSlim .ui-progressbar-value {
	overflow: hidden;
	margin: 0;
	border: 0 !important;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em
}

.todo ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.todo ul li {
	margin-left: 0 !important;
	padding: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f6f6f6;
	font-size: 12px;
	position: relative
}

.todo ul li:first-child {
	border-top: 0
}

.todo ul li:last-child {
	border-bottom: 0
}

.todo ul li .label {
	position: absolute;
	right: 60px
}

.todo ul li .todo-actions {
	position: absolute;
	right: 0
}

.todo ul li .todo-actions i {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(Opacity=30)";
	margin: 2px 5px 0 5px
}

.todo ul li .todo-actions i:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(Opacity=60)"
}

.skill-bar h5 {
	margin-bottom: 6px
}

.skill-bar li {
	margin-bottom: 12px;
	list-style: none;
	margin-left: -26px;
	padding-left: 0
}

.meter {
	height: 23px;
	position: relative;
	background: #f6f6f6
}

.meter>span {
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden
}

.meter>span:after,
.animate>span>span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden
}

.meter>span:after,
.animate>span>spans li.current {
	background: #f16529
}

.rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 30px
}

.rating span.star,
.rating span.star {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	display: inline-block
}

.rating span.star:hover,
.rating span.star:hover {
	cursor: pointer
}

.rating span.star:before,
.rating span.star:before {
	content: "\f006";
	padding-right: 5px;
	color: #999
}

.rating span.star:hover:before,
.rating span.star:hover:before,
.rating span.star:hover~span.star:before,
.rating span.star:hover~span.star:before {
	content: "\f005";
	color: #e3cf7a
}

footer {
	min-height: 24px;
	background: #3b3b41;
	color: #fff !important
}

.sparkLineStats {
	position: relative;
	margin-bottom: -4px
}

.sparkLineStats ul {
	margin: 0
}

.sparkLineStats ul li {
	margin-bottom: 0;
	line-height: 32px;
	padding-top: 3px;
	font-size: 12px
}

.sparkLineStats ul li .number {
	font-size: 17px;
	font-weight: 700;
	padding: 0 0 0 2px;
	color: #fa603d
}

.sparkLineStats ul li span:first-child {
	margin-right: 5px
}

.sparkLineStats ul li h4 {
	position: relative;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 0;
	margin-bottom: 10px;
	line-height: 37px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff
}

.tempStats {
	background: url(../img/grid_grey.jpg) repeat;
	text-align: center
}

.tempStatBox {
	width: 120px;
	padding: 25px 0
}

.tempStatBox .tempStat {
	position: relative;
	font-size: 34px;
	line-height: 100px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	border: 10px solid #FFF;
	background: #f9f9f9;
	height: 100px;
	width: 100px;
	text-align: center;
	margin: 0 auto
}

.tempStatBox .tempStat:before {
	content: "";
	top: -10px;
	left: -10px;
	height: 120px;
	width: 120px;
	position: absolute;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	background: transparent;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0px 1px 0 #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0px 1px 0 #fff
}

.tempStatBox .tempStat:after {
	content: "";
	top: 0;
	left: 0;
	height: 98px;
	width: 98px;
	position: absolute;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	border: 1px solid #fff;
	background: transparent;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
	box-shadow: 0 0 1px rgba(0, 0, 0, .4)
}

.tempStatBox .tempStat.t0 {
	border-color: #67c2ef
}

.tempStatBox .tempStat.t20 {
	border-color: #bdea74
}

.tempStatBox .tempStat.t40 {
	border-color: #eae874
}

.tempStatBox .tempStat.t60 {
	border-color: #fabb3d
}

.tempStatBox .tempStat.t80 {
	border-color: #fa603d
}

.tempStatBox .tempStat.t100 {
	border-color: #ff5454
}

.tempStatBox span {
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
	text-shadow: 0 1px 0 #fff
}

.circleStats {
	text-align: center;
	position: relative
}

.circleStatsItem {
	position: relative;
	background: rgba(255, 255, 255, .7);
	-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2), 0 0 0 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2), 0 0 0 4px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2), 0 0 0 4px rgba(0, 0, 0, .1);
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	width: 120px;
	height: 120px;
	margin: 10px auto
}

.circleStatsItem i {
	font-size: 30px;
	position: absolute;
	top: 30%;
	margin-top: 0;
	width: 100%;
	text-align: center
}

.circleStatsItem input {
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	height: auto;
	position: absolute;
	top: 15px;
	left: 120px;
	padding: 5px 0 !important;
	border-color: rgba(0, 0, 0, .8)
}

.circleStatsItem input:focus {
	outline: 0;
	outline: thin dotted 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.circleStatsItem .plus {
	font-size: 16px;
	position: absolute;
	top: 55%;
	margin-left: 30px
}

.circleStatsItem .percent {
	font-size: 14px;
	position: absolute;
	top: 57%;
	margin-left: 78px
}

.circleStatsItem.orange,
.circleStatsItem.orange i {
	color: #fa603d
}

.circleStatsItem.lightorange,
.circleStatsItem.lightorange i {
	color: #fabb3d
}

.circleStatsItem.blue,
.circleStatsItem.blue i {
	color: #67c2ef
}

.circleStatsItem.green,
.circleStatsItem.green i {
	color: #bdea74
}

.circleStatsItem.yellow,
.circleStatsItem.yellow i {
	color: #eae874
}

.circleStatsItem.pink,
.circleStatsItem.pink i {
	color: #e84c8a
}

.circleStatsItemBox {
	position: relative;
	background: #67c2ef;
	width: 100%;
	min-width: 130px;
	height: 160px;
	margin: 10px auto;
	padding-top: 40px
}

.circleStatsItemBox .header {
	background: rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .9);
	width: 100%;
	height: 20px;
	padding: 5px 0;
	position: absolute;
	top: 0
}

.circleStatsItemBox .footer {
	background: rgba(0, 0, 0, .1);
	color: rgba(255, 255, 255, .9);
	width: 100%;
	height: 20px;
	padding: 5px 0;
	position: absolute;
	bottom: 0
}

.circleStatsItemBox .footer .count {
	font-size: 12px
}

.circleStatsItemBox .footer .value {
	font-weight: 700
}

.circleStatsItemBox .percent {
	font-size: 12px;
	position: absolute;
	top: 110px;
	width: 100%;
	left: 0;
	text-align: center;
	color: rgba(255, 255, 255, .9)
}

.circleStatsItemBox input {
	cursor: default;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	height: auto;
	position: absolute;
	top: 30px;
	padding: 5px 0 !important;
	border-color: rgba(0, 0, 0, .8)
}

.circleStatsItemBox input:focus {
	outline: 0;
	outline: thin dotted 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

blockquote {
	background: url(../img/quote.png) no-repeat 0 10px;
	font-style: italic;
	border-left: 0;
	padding: 0 0 0 30px
}

.the-icons {
	list-style: none
}

.glyphicons p {
	width: 33%;
	float: left;
	line-height: 44px
}

ul.messagesList {
	list-style: none;
	margin: 0;
	font-size: 12px
}

ul.messagesList li {
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer
}

ul.messagesList li .glyphicons {
	padding: 5px 0 5px 25px
}

ul.messagesList li .glyphicons i:before {
	font-size: 14px;
	margin: -2px 0 0 5px;
	color: #3b3b41
}

ul.messagesList li:nth-child(odd) {
	background: #fff !important
}

ul.messagesList li.odd {
	background: #fff !important
}

ul.messagesList li span {
	display: inline-block
}

ul.messagesList li span.from {
	width: 25%;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis
}

ul.messagesList li span.title {
	width: 55%;
	font-weight: 300;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis
}

ul.messagesList li span.date {
	width: 20%;
	text-align: right
}

.message .header {
	margin-bottom: 30px
}

.message .header h1 {
	background: #67c2ef;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
	margin: -20px -20px 10px -20px;
	padding: 20px
}

.message .header i {
	margin-top: 1px
}

.message .header .from {
	display: inline-block;
	width: 70%;
	font-size: 12px
}

.message .header .date {
	display: inline-block;
	width: 29%;
	text-align: right;
	float: right;
	font-size: 12px
}

.message .attachments {
	border-top: 3px solid #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
	padding: 10px 0;
	margin-bottom: 20px;
	font-size: 12px
}

.message .attachments ul {
	list-style: none;
	margin: 0
}

.message .attachments ul li {
	margin: 10px 0
}

.message .attachments ul li span.label {
	font-size: 12px !important
}

.message .attachments ul li span.quickMenu {
	float: right;
	text-align: right
}

.message .attachments ul li span.quickMenu .glyphicons {
	padding: 5px 0 5px 25px
}

.message .attachments ul li span.quickMenu .glyphicons i:before {
	font-size: 14px;
	margin: -2px 0 0 5px;
	color: #3b3b41
}

.priority.high {
	background: #ffeded;
	margin-bottom: 1px
}

.priority.high span {
	background: #ff5454;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px
}

.priority.medium {
	background: #fef8eb;
	margin-bottom: 1px
}

.priority.medium span {
	background: #fabb3d;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px
}

.priority.low {
	background: #e4f5dc;
	margin-bottom: 1px
}

.priority.low span {
	background: #78cd51;
	padding: 2px 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px
}

.task {
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 1px;
	position: relative
}

.task .desc {
	display: inline-block;
	width: 75%;
	padding: 10px 10px;
	font-size: 12px
}

.task .desc .title {
	font-size: 18px;
	margin-bottom: 5px
}

.task .time {
	display: inline-block;
	width: 20%;
	padding: 10px 10px 10px 0;
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0
}

.task .time .date {
	font-size: 18px;
	margin-bottom: 5px
}

.task.last {
	border-bottom: 1px solid transparent
}

.task.high {
	border-left: 2px solid #ff5454
}

.task.medium {
	border-left: 2px solid #fabb3d
}

.task.low {
	border-left: 2px solid #78cd51
}

.timeline {
	width: auto;
	height: 100%;
	margin: 20px auto;
	background: url(../img/timeline-bg.png) repeat-y center top
}

.timeslot {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 5px 0
}

.timeslot .task {
	position: absolute;
	width: 42%;
	padding-right: 18px;
	display: block;
	height: auto;
	border: 0
}

.timeslot .task span {
	border: 2px solid #67c2ef;
	background: #f1fafe;
	padding: 5px;
	display: block;
	font-size: 11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.timeslot .task span span.details {
	font-size: 16px;
	margin-bottom: 10px
}

.timeslot .task span span.remaining {
	font-size: 14px
}

.timeslot .task span span {
	border: 0;
	background: transparent;
	padding: 0
}

.timeslot .task .arrow {
	position: absolute;
	top: 6px;
	right: 0;
	height: 20px;
	width: 20px;
	background: url(../img/timeline-left-arrow.png) no-repeat
}

.timeslot .icon {
	position: absolute;
	border: 2px solid #67c2ef;
	background: #3b3b41;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	height: 30px;
	width: 30px;
	left: 50%;
	margin-left: -16px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-shadow: none;
	z-index: 2
}

.timeslot .time {
	background: #f9f9f9;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	top: 1px;
	left: 50%;
	padding: 5px 10px 5px 40px;
	z-index: 1;
	margin-top: 1px
}

.timeslot.alt .task {
	left: auto;
	right: -20px;
	padding-left: 18px
}

.timeslot.alt .task .arrow {
	position: absolute;
	top: 6px;
	left: 0;
	height: 20px;
	width: 20px;
	background: url(../img/timeline-right-arrow.png) no-repeat
}

.timeslot.alt .time {
	top: 1px;
	left: auto;
	right: 50%;
	padding: 5px 40px 5px 10px
}

a#widgets-area-button {
	color: #fff;
	position: absolute;
	top: 5px;
	right: 1px;
	padding: 5px 10px;
	font-size: 16px;
	text-shadow: none;
	text-decoration: none;
	cursor: pointer
}

#widgets-area {
	display: none;
	color: #aaa;
	text-shadow: 0 1px 0 #fff;
	margin-left: 10px;
	margin-right: -20px;
	width: 17%
}

#widgets-area hr {
	height: 0;
	background: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #fafafa;
	margin: 5px 0
}

#widgets-area .tab-menu.nav-tabs {
	margin-top: 0;
	border-bottom: 0
}

#widgets-area .tab-menu.nav-tabs>li {
	float: left;
	border-bottom: 0
}

#widgets-area .tab-menu.nav-tabs>li>a {
	margin-left: -2px;
	border: 0;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #ededed;
	color: #aaa
}

#widgets-area .tab-menu.nav-tabs>li:first-child>a {
	border-left: 0 !important
}

#widgets-area .tab-menu.nav-tabs>li:last-child>a {
	border-right: 0 !important
}

#widgets-area .tab-menu.nav-tabs>li>a:hover {
	color: #666;
	background: 0;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #ededed
}

#widgets-area .tab-menu.nav-tabs>.active>a {
	color: #666;
	background: 0;
	border-left: 1px solid #fafafa
}

#widgets-area .tab-menu.nav-tabs>.active:first-child>a {
	border-left: 0 !important
}

#widgets-area .tab-menu.nav-tabs>.active:last-child>a {
	border-right: 0 !important
}

#widgets-area .tab-menu.nav-tabs>.active>a:hover {
	background: 0
}

#cpu-usage {
	width: 180px;
	height: 140px;
	margin: 0 auto !important
}

.bar-stat {
	position: relative
}

.bar-stat .title {
	font-size: 12px;
	display: block
}

.bar-stat .value {
	font-size: 17px;
	font-weight: 700
}

.bar-stat .chart {
	position: absolute;
	top: 0;
	right: 0
}

ul.users-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #fafafa
}

ul.users-list li {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ededed;
	padding: 5px 0
}

ul.users-list li a {
	text-decoration: none
}

ul.users-list li a span {
	display: inline-block
}

ul.users-list li a .status {
	position: relative;
	height: 6px;
	width: 6px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	margin: 4px 8px 2px 8px;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#ccc));
	background-image: -webkit-linear-gradient(top, #d9d9d9, #ccc);
	background-image: -moz-linear-gradient(top, #d9d9d9, #ccc);
	background-image: -o-linear-gradient(top, #d9d9d9, #ccc);
	background-image: -ms-linear-gradient(top, #d9d9d9, #ccc);
	background-image: linear-gradient(top, #d9d9d9, #ccc);
	border-color: #bfbfbf;
	-webkit-box-shadow: 0 0 1px #ccc;
	-moz-box-shadow: 0 0 1px #ccc;
	box-shadow: 0 0 1px #ccc
}

ul.users-list li a .status:before,
ul.users-list li a .status:after {
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	background: #ebebeb;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	padding: 4px
}

ul.users-list li a .status:before {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0px 1px 0 #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0px 1px 0 #fff
}

ul.users-list li a .status:after {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .1)
}

ul.users-list li a .status.active {
	background-color: #bdea74;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c8ed8a), to(#bdea74));
	background-image: -webkit-linear-gradient(top, #c8ed8a, #bdea74);
	background-image: -moz-linear-gradient(top, #c8ed8a, #bdea74);
	background-image: -o-linear-gradient(top, #c8ed8a, #bdea74);
	background-image: -ms-linear-gradient(top, #c8ed8a, #bdea74);
	background-image: linear-gradient(top, #c8ed8a, #bdea74);
	border-color: #b2e75e;
	-webkit-box-shadow: 0 0 1px #bdea74;
	-moz-box-shadow: 0 0 1px #bdea74;
	box-shadow: 0 0 1px #bdea74
}

ul.users-list li a .status.busy {
	background-color: #fabb3d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc456), to(#fabb3d));
	background-image: -webkit-linear-gradient(top, #fbc456, #fabb3d);
	background-image: -moz-linear-gradient(top, #fbc456, #fabb3d);
	background-image: -o-linear-gradient(top, #fbc456, #fabb3d);
	background-image: -ms-linear-gradient(top, #fbc456, #fabb3d);
	background-image: linear-gradient(top, #fbc456, #fabb3d);
	border-color: #f9b224;
	-webkit-box-shadow: 0 0 1px #fabb3d;
	-moz-box-shadow: 0 0 1px #fabb3d;
	box-shadow: 0 0 1px #fabb3d
}

ul.users-list li a .status.disable {
	background-color: #ff5454;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6e6e), to(#ff5454));
	background-image: -webkit-linear-gradient(top, #ff6e6e, #ff5454);
	background-image: -moz-linear-gradient(top, #ff6e6e, #ff5454);
	background-image: -o-linear-gradient(top, #ff6e6e, #ff5454);
	background-image: -ms-linear-gradient(top, #ff6e6e, #ff5454);
	background-image: linear-gradient(top, #ff6e6e, #ff5454);
	border-color: #ff3a3a;
	-webkit-box-shadow: 0 0 1px #ff5454;
	-moz-box-shadow: 0 0 1px #ff5454;
	box-shadow: 0 0 1px #ff5454
}

ul.users-list li a .avatar {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 3px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: linear-gradient(top, #fafafa, #f5f5f5);
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	border: 1px solid #ebebeb
}

ul.users-list li a .avatar:after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0px 1px 0 #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0px 1px 0 #fff
}

ul.users-list li a .name {
	font-size: 12px;
	font-weight: 700
}

ul.messages-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #fafafa
}

ul.messages-list li {
	position: relative;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	font-size: 12px
}

ul.messages-list li a {
	text-decoration: none
}

ul.messages-list li a span {
	display: block
}

ul.messages-list li a .avatar {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 3px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f5f5f5));
	background-image: -webkit-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -moz-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -o-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: -ms-linear-gradient(top, #fafafa, #f5f5f5);
	background-image: linear-gradient(top, #fafafa, #f5f5f5);
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	border: 1px solid #ebebeb;
	float: left;
	margin-right: 10px
}

ul.messages-list li a .avatar:after {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0px 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0px 1px 0 #fff;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0px 1px 0 #fff
}

ul.messages-list li a .name {
	font-weight: 700
}

ul.messages-list li a .date {
	position: absolute;
	top: 5px;
	right: 0
}

ul.progress-bars {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #fafafa
}

ul.progress-bars li {
	position: relative;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ededed;
	padding: 5px 0
}

ul.progress-bars li .title {
	font-size: 12px
}

ul.progress-bars li .percent {
	position: absolute;
	right: 0;
	font-weight: 700
}
