@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: normal 14px 'Open Sans', sans-serif;
	line-height: 1.6;
	color: #101010;
	background: #262626;
}

body.login-bg {
	background: #ffffff;
}

body.error-bg {
	background: #1a1a1a;
}

body.coming-soon {
	background: #1e2e4f;
}

body.lock-screen {
	background: #2698e2;
}

body.maintenance-screen {
	background: #1a1a1a;
}

a {
	color: #353535;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: #000000;
}

::selection {
	background: #4286F7;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #4286F7;
	color: #ffffff;
	text-shadow: none;
}

:focus,
:active {
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.stylish-lists {
	padding: 0;
	margin: 0 0 0 25px;
	list-style-type: disc;
}

ul.stylish-lists li {
	color: #f23f3f;
	line-height: 24px;
}

ul.stylish-lists li a:hover {
	color: #f23f3f;
}

ul.stylish-lists li ul {
	margin-left: 25px;
	list-style-type: square;
}

ul.stylish-lists li:nth-child(1n+1) {
	color: #f23f3f;
}

ul.stylish-lists li:nth-child(2n+2) {
	color: #ffb400;
}

ul.stylish-lists li:nth-child(3n+3) {
	color: #27b963;
}

ul.stylish-lists li:nth-child(4n+4) {
	color: #2698e2;
}

ol.stylish-lists {
	padding: 0;
	margin: 0 0 0 25px;
}

ol.stylish-lists li {
	line-height: 24px;
}

ol.stylish-lists li:nth-child(1n+1) {
	color: #f23f3f;
}

ol.stylish-lists li:nth-child(2n+2) {
	color: #ffb400;
}

ol.stylish-lists li:nth-child(3n+3) {
	color: #27b963;
}

ol.stylish-lists li:nth-child(4n+4) {
	color: #2698e2;
}

ul.decimal-leading-zero {
	padding: 0;
	margin: 0 0 0 25px;
	list-style: decimal-leading-zero;
}

ul.decimal-leading-zero li {
	line-height: 24px;
}

ul.decimal-leading-zero li:nth-child(1n+1) {
	color: #f23f3f;
}

ul.decimal-leading-zero li:nth-child(2n+2) {
	color: #ffb400;
}

ul.decimal-leading-zero li:nth-child(3n+3) {
	color: #27b963;
}

ul.decimal-leading-zero li:nth-child(4n+4) {
	color: #2698e2;
}

ul.roman-list {
	padding: 0;
	margin: 0 0 0 25px;
	list-style: upper-roman;
}

ul.roman-list li {
	line-height: 24px;
}

ul.roman-list li:nth-child(1n+1) {
	color: #f23f3f;
}

ul.roman-list li:nth-child(2n+2) {
	color: #ffb400;
}

ul.roman-list li:nth-child(3n+3) {
	color: #27b963;
}

ul.roman-list li:nth-child(4n+4) {
	color: #2698e2;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400;
	padding: 0;
}

h1 {
	font-size: 36px;
	margin: 0 0 30px 0;
}

h2 {
	font-size: 30px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 24px;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 18px;
	margin: 0 0 20px 0;
}

h5 {
	font-size: 15px;
	line-height: 150%;
	margin: 0 0 20px 0;
}

h6 {
	font-size: 11px;
}

p {
	padding: 0;
	margin: 0;
}

.heading-block {
	text-transform: uppercase;
	padding: 30px 20px;
	margin-bottom: 5px;
}

.number-block {
	counter-increment: heading;
}

.number-block .title-content:before {
	content: "0"counter(heading);
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	display: block;
	float: left;
	width: 70px;
	height: 64px;
	color: #2698e2;
}

.number-block .title-content h4 {
	margin-bottom: 10px;
}

.height1 {
	height: 150px;
}

.height2 {
	height: 314px;
}

.no-border {
	border: 0;
}

.spacer10 {
	height: 10px;
}

.spacer20 {
	height: 20px;
}

.spacer30 {
	height: 30px;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.auto-margin {
	margin: auto;
}

.white-bg {
	background: #ffffff;
}

.milky-white-bg {
	background: #f2f2f2;
}

.half-white-bg {
	background: #e0e0e0;
}

.lightgrey-bg {
	background: #999999;
}

.grey-bg {
	background: #666666;
}

.darkgrey-bg {
	background: #333333;
}

.red-bg {
	background: #f23f3f;
}

.green-bg {
	background: #27b963;
}

.yellow-bg {
	background: #ffb400;
}

.blue-bg {
	background: #2698e2;
}

.pink-bg {
	background: #F782AA;
}

.orange-bg {
	background: #ff863f;
}

.purple-bg {
	background: #7d69ce;
}

.brown-bg {
	background: #9c7263;
}

.teal-bg {
	background: #16a085;
}

.blue-grey-bg {
	background: #4c6c7b;
}

.asbestos-bg {
	background: #489da5;
}

.fb-bg {
	background-color: #3B5998;
}

.tw-bg {
	background-color: #55ACEE;
}

.lk-bg {
	background-color: #007BB5;
}

.gplus-bg {
	background-color: #DD4C3B;
}

.text-danger {
	color: #f23f3f;
}

.text-success {
	color: #27b963;
}

.text-warning {
	color: #ffb400;
}

.text-info {
	color: #2698e2;
}

.text-white {
	color: #ffffff;
}

.text-grey {
	color: #666666;
}

.center-text {
	text-align: center;
}

.right-text {
	text-align: right;
}

.justified-text {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.dropcap {
	display: block;
	margin-bottom: 15px;
}

.dropcap:first-letter {
	float: left;
	font-size: 48px;
	line-height: 48px;
	padding: 0 15px 0 0;
}

.dropcap.red:first-letter {
	color: #f23f3f;
}

.dropcap.yellow:first-letter {
	color: #ffb400;
}

.dropcap.green:first-letter {
	color: #27b963;
}

.dropcap.blue:first-letter {
	color: #2698e2;
}

.dropcap.fill:first-letter {
	float: left;
	font-size: 32px;
	line-height: 32px;
	padding: 0 15px 0 0;
}

.dropcap.fill.default:first-letter {
	background-color: #e6e6e6;
	color: #101010;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.dropcap.fill.red:first-letter {
	background-color: #f23f3f;
	color: #ffffff;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.dropcap.fill.yellow:first-letter {
	color: #ffffff;
	background-color: #ffb400;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.dropcap.fill.green:first-letter {
	color: #ffffff;
	background-color: #27b963;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.dropcap.fill.blue:first-letter {
	color: #ffffff;
	background-color: #2698e2;
	margin-right: 15px;
	padding: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

address {
	margin: 0;
}

blockquote {
	font-size: 16px;
	line-height: 24px;
}

blockquote small {
	color: #2698e2;
}

blockquote.blockquote-default {
	border-color: #cccccc;
}

blockquote.blockquote-default small {
	color: #2698e2;
}

blockquote.blockquote-green {
	border-color: #27b963;
}

blockquote.blockquote-green small {
	color: #27b963;
}

blockquote.blockquote-blue {
	border-color: #2698e2;
}

blockquote.blockquote-blue small {
	color: #2698e2;
}

blockquote.blockquote-yellow {
	border-color: #ffb400;
}

blockquote.blockquote-yellow small {
	color: #ffb400;
}

blockquote.blockquote-red {
	border-color: #f23f3f;
}

blockquote.blockquote-red small {
	color: #f23f3f;
}

.mark,
mark {
	background: #2698e2;
	color: #ffffff;
}

header {
	height: 60px;
	padding: 0 20px 0 20px;
	vertical-align: middle;
	background-color: #212121;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), color-stop(95%, #262626), to(#0d0d0d));
	background-image: -webkit-linear-gradient(#333333, #262626 95%, #0d0d0d);
	background-image: -moz-linear-gradient(top, #333333, #262626 95%, #0d0d0d);
	background-image: -o-linear-gradient(#333333, #262626 95%, #0d0d0d);
	background-image: linear-gradient(#333333, #262626 95%, #0d0d0d);
	background-repeat: no-repeat;
	z-index: 1010;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	header {
		position: inherit;
		padding: 0 20px;
	}
}

.logo {
	margin: 0;
	float: left;
	position: relative;
	line-height: 50px;
}

.logo img {
	max-width: 130px;
	margin: 5px 0 0 0;
}

.custom-search {
	margin: 0 auto;
	position: relative;
	top: 12px;
	line-height: 36px;
	float: right;
}

.custom-search ::-webkit-input-placeholder {
	color: #4d4d4d;
}

.custom-search :-moz-placeholder {
	color: #4d4d4d;
}

.custom-search ::-moz-placeholder {
	color: #4d4d4d;
}

.custom-search :-ms-input-placeholder {
	color: #4d4d4d;
}

.custom-search .search-query {
	padding: 7px 15px;
	margin-bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 20px;
	border: 1px solid #000000;
	width: 240px;
	box-shadow: 0 0 1px #4d4d4d;
}

.custom-search .search-query:focus {
	outline: none;
	background: rgba(0, 0, 0, 0.3);
	width: 280px;
}

.custom-search i {
	padding: 0 20px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	color: #ffffff;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	font-size: 16px;
}

@media (max-width: 992px) {
	.custom-search {
		margin-bottom: 20px;
		margin-right: 50px;
	}
}

ul#header-actions {
	margin: 0 0 0 20px;
	float: right;
}

ul#header-actions li.list-box {
	position: relative;
	cursor: pointer;
	float: left;
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
}

ul#header-actions li.list-box a {
	padding: 20px 14px 19px 14px;
	display: block;
	min-width: 48px;
	text-decoration: none;
}

ul#header-actions li.list-box a i {
	font-size: 20px;
	color: #ffffff;
}

ul#header-actions li.list-box .info-label {
	position: absolute;
	top: 12px;
	right: 3px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 16px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 2px solid #1a1a1a;
}

ul#header-actions li.list-box .noti-label {
	position: absolute;
	top: 15px;
	right: 10px;
	line-height: 10px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: 0.8;
}

ul#header-actions li.list-box.user-admin {
	text-align: right;
	background: transparent;
}

ul#header-actions li.list-box.user-admin .admin-details {
	float: left;
	margin: 17px 10px 0 20px;
	color: #ffffff;
}

ul#header-actions li.list-box.user-admin .admin-details .name {
	font-size: 13px;
}

ul#header-actions li.list-box.user-admin .admin-details .designation {
	font-size: 12px;
	color: gray;
}

ul#header-actions li.list-box.user-admin .dropdown-menu {
	top: 56px;
}

ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a:first-child {
	border-bottom: 1px solid #d9d9d9;
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle {
	background: #2698e2;
	float: right;
	padding: 8px;
	margin-top: 6px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle i {
	color: #ffffff;
	font-size: 30px;
}

ul#header-actions .dropdown-menu {
	right: 0;
	top: 48px;
	left: inherit;
	min-width: 320px;
}

ul#header-actions .dropdown-menu.sm {
	min-width: 180px;
	max-width: 210px;
}

ul#header-actions .dropdown-menu .dropdown-content {
	margin: 3px 0;
}

ul#header-actions .dropdown-menu .dropdown-content a {
	padding: 7px 15px;
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child {
	font-weight: 600;
	margin-bottom: 5px;
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child span {
	font-weight: 400;
	font-size: 11px;
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child i {
	font-size: 20px;
	color: #f23f3f;
	margin-right: 5px;
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child:hover {
	background: #27b963;
	border-bottom: 1px solid #27b963 !important;
}

ul#header-actions .dropdown-menu .dropdown-content a:first-child:hover i {
	color: #ffffff;
}

.navbar-default {
	border: none;
	background: #262626;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 5px;
}

.navbar-default .navbar-header span.navbar-text {
	display: none;
}

.navbar-default .navbar-toggle {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	padding: 9px 12px;
	margin: 9px 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #166da5;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #146498;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-collapse {
	border-top: 0;
	padding: 0;
	box-shadow: none;
}

.navbar-default .navbar-nav>li>a {
	position: relative;
	color: #4d4d4d;
	padding: 10px 15px;
	margin-right: 1px;
	min-width: 100px;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(85%, #ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
	background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff 85%, #cccccc);
	background-image: -o-linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
	background-image: linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
	background-repeat: no-repeat;
}

.navbar-default .navbar-nav>li>a i {
	display: block;
	font-size: 18px;
	text-align: center;
}

.navbar-default .navbar-nav>li>.dropdown-menu:before {
	border: none;
}

.navbar-default .navbar-nav>.active>a {
	position: relative;
	background: #1c8bd2;
	color: #ffffff;
}

.navbar-default .navbar-nav>.active>a:hover {
	background: #1c8bd2;
	color: #ffffff;
}

.navbar-default .navbar-nav>.open>a {
	color: #ffffff;
	background: #1c8bd2;
}

.navbar-default .navbar-nav>.open>a:hover {
	color: #ffffff;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(85%, #ffffff), to(#cccccc));
	background-image: -webkit-linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
	background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff 85%, #cccccc);
	background-image: -o-linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
	background-image: linear-gradient(#f2f2f2, #ffffff 85%, #cccccc);
	background-repeat: no-repeat;
}

.navbar-default .navbar-nav>.open>a:focus {
	color: #ffffff;
	background: #1c8bd2;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li a {
		padding: 10px;
		min-width: 80px;
	}
}

@media (max-width: 767px) {
	.navbar-default {
		background: #2698e2;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		margin-bottom: 10px;
	}

	.navbar-default .navbar-collapse {
		padding: 0 15px;
	}

	.navbar-default .navbar-header span.navbar-text {
		color: #ffffff;
		margin: 14px 15px;
		text-transform: uppercase;
		display: inline-block;
	}

	.navbar-default .navbar-nav {
		margin-top: 0;
	}

	.navbar-default .navbar-nav>li a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: left;
		margin-right: 0;
	}

	.navbar-default .navbar-nav>li a i {
		display: none;
	}

	.navbar-default .navbar-nav>li a .caret {
		float: right;
		margin-top: 8px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu {
		top: 55px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 0;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li {
		background-color: #2698e2;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
		padding: 7px 20px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #ffffff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li:hover {
		background: #197cbc;
		color: #ffffff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu:before {
		border: 0;
	}
}

.top-bar {
	margin: 0;
	padding: 8px 20px;
	background-color: #228cd1;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1c8bd2), color-stop(85%, #2698e2), to(#135e8f));
	background-image: -webkit-linear-gradient(#1c8bd2, #2698e2 85%, #135e8f);
	background-image: -moz-linear-gradient(top, #1c8bd2, #2698e2 85%, #135e8f);
	background-image: -o-linear-gradient(#1c8bd2, #2698e2 85%, #135e8f);
	background-image: linear-gradient(#1c8bd2, #2698e2 85%, #135e8f);
	background-repeat: no-repeat;
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
}

.top-bar .page-title {
	margin: 8px 0 0 0;
}

.top-bar .page-title h4 {
	margin: 0;
	color: #ffffff;
	font-size: 21px;
}

.top-bar ul.right-stats {
	float: right;
}

.top-bar ul.right-stats li {
	display: inline-block;
}

.top-bar ul.right-stats li a {
	min-width: 100px;
	vertical-align: middle;
}

.top-bar ul.right-stats li a span {
	font-size: 24px;
	line-height: 100%;
	margin-right: 5px;
}

@media (max-width: 767px) {
	.top-bar {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

	.top-bar .page-title {
		text-align: center;
	}

	.top-bar ul.right-stats {
		float: none;
		margin: 20px auto 10px auto;
		text-align: center;
	}
}

.user-rating .img-responsive {
	height: 90px;
	width: 90px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: auto;
}

.user-rating .stars {
	margin: 10px auto 5px auto;
	width: 100%;
	text-align: center;
}

.user-rating .stars img {
	width: 16px;
	height: 16px;
}

.dashboard-wrapper {
	margin: 0 5px 0 5px;
	position: relative;
}

.main-container {
	padding: 20px;
	min-height: 560px;
	background: #ffffff;
}

footer {
	height: 60px;
	line-height: 60px;
	margin: 0 20px 20px 20px;
	padding: 0 20px;
	background: #2698e2;
	font-size: 12px;
	color: #ffffff;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

footer span {
	font-weight: 600;
	color: #ffb400;
}

@media (max-width: 991px) {
	footer {
		padding: 0 35px;
	}
}

@media (max-width: 767px) {
	footer {
		padding: 0 20px;
	}
}

#scrollUp {
	bottom: 30px;
	right: 40px;
	width: 30px;
	height: 40px;
	padding: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	background: #ffb400;
	color: #ffffff;
}

#scrollUp i {
	font-size: 16px;
	line-height: 38px;
}

.panel {
	margin-bottom: 14px;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	padding: 0;
}

.panel.no-border {
	border: 0;
}

.panel.no-margin {
	margin: 0;
}

.panel-body {
	padding: 15px;
	position: relative;
	border: 0;
}

.panel-body h5.info {
	margin: 10px 0 0 0;
}

.panel-body.no-padding {
	padding: 0;
}

.panel-heading {
	position: relative;
	padding: 12px 15px;
	border: 0;
	background-color: #fcfcfc;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(85%, #ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 85%, #f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 85%, #f2f2f2);
	background-image: -o-linear-gradient(#ffffff, #ffffff 85%, #f2f2f2);
	background-image: linear-gradient(#ffffff, #ffffff 85%, #f2f2f2);
	background-repeat: no-repeat;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #dbdbdb;
}

.panel-heading h4 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
}

.panel-heading h4 span {
	font-size: 13px;
	color: #808080;
	font-style: italic;
}

.panel-heading h3 {
	margin: 0 0 10px 0;
	text-align: center;
}

.panel-heading h3.no-margin {
	margin: 0;
}

.mini-widget {
	margin: 0 0 15px 0;
	color: #ffffff;
}

.mini-widget .mini-widget-heading {
	padding: 7px 15px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	background: #197cbc;
}

.mini-widget i {
	opacity: 0.4;
}

.mini-widget .mini-widget-body {
	padding: 15px;
	background: #2698e2;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.mini-widget .mini-widget-body i {
	-webkit-transition: All 0.5s ease-in;
	-moz-transition: All 0.5s ease-in;
	-ms-transition: All 0.5s ease-in;
	-o-transition: All 0.5s ease-in;
	transition: All 0.5s ease-in;
	font-size: 48px;
	line-height: 48px;
	vertical-align: middle;
}

.mini-widget .mini-widget-body .number {
	font-size: 36px;
	line-height: 50px;
}

.mini-widget.grey .mini-widget-heading {
	background: #404040;
}

.mini-widget.grey .mini-widget-body {
	background: #4d4d4d;
}

.mini-widget.red .mini-widget-heading {
	background: #f02727;
}

.mini-widget.red .mini-widget-body {
	background: #f34949;
}

.mini-widget.green .mini-widget-heading {
	background: #1e8f4c;
}

.mini-widget.green .mini-widget-body {
	background: #27b963;
}

.mini-widget.yellow .mini-widget-heading {
	background: #cc9000;
}

.mini-widget.yellow .mini-widget-body {
	background: #ffb400;
}

ul.imp-notify li {
	padding: 10px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

ul.imp-notify li .icon {
	float: left;
}

ul.imp-notify li .icon img {
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

ul.imp-notify li .details {
	font-size: 12px;
	display: block;
	background: transparent;
	border: none;
	width: auto;
	margin-left: 48px;
}

ul.imp-notify li .details strong {
	font-weight: 600;
	display: block;
	margin-bottom: 7px;
}

ul.imp-notify li:hover {
	background-color: #f7f7f7;
}

ul.stats-widget {
	padding: 10px 0;
}

ul.stats-widget li {
	padding: 10px 15px 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
}

ul.stats-widget li h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

ul.stats-widget li p {
	margin: 0 0 5px 0;
	font-size: 11px;
	line-height: 100%;
}

ul.stats-widget li p span {
	float: right;
	font-weight: 700;
}

ul.stats-widget li .progress {
	margin-bottom: 0;
	height: 3px;
}

ul.stats-widget li:last-child {
	border-bottom: 0;
}

ul.stats-widget li:hover {
	background-color: #f7f7f7;
}

ul.email-quotes {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(top, #ffffff, #f2f2f2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
}

ul.email-quotes li {
	width: 20%;
	padding: 15px 10px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #ffffff;
}

ul.email-quotes li:last-child {
	border-right: 0;
}

ul.email-quotes li:first-child {
	border-left: 0;
}

ul.email-quotes li h3 {
	font-weight: 600;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	ul.email-quotes li {
		width: 50%;
		border: 0;
	}

	ul.email-quotes li:last-child {
		width: 100%;
	}
}

ul.project-activity li.activity-list {
	position: relative;
	border-left: 2px solid #d9d9d9;
}

ul.project-activity li.activity-list:after {
	background-color: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid;
	border-color: #f23f3f;
	bottom: 0;
	content: "";
	height: 9px;
	left: 0;
	margin-left: -6px;
	position: absolute;
	width: 10px;
}

ul.project-activity li.activity-list .detail-info {
	margin: 0 0 0 15px;
	padding-bottom: 17px;
}

ul.project-activity li.activity-list p.message {
	padding: 0;
	margin: 0;
}

ul.project-activity li.activity-list.success {
	border-left-color: #27b963;
}

ul.project-activity li.activity-list.success:after {
	border-color: #27b963;
}

ul.project-activity li.activity-list.danger {
	border-left-color: #f23f3f;
}

ul.project-activity li.activity-list.danger:after {
	border-color: #f23f3f;
}

ul.project-activity li.activity-list.info {
	border-left-color: #2698e2;
}

ul.project-activity li.activity-list.info:after {
	border-color: #2698e2;
}

ul.project-activity li.activity-list.warning {
	border-left-color: #ffb400;
}

ul.project-activity li.activity-list.warning:after {
	border-color: #ffb400;
}

ul.project-activity li.activity-list:before {
	content: " ";
	display: table;
}

ul.project-activity li.activity-list:after {
	content: " ";
	display: table;
	clear: both;
	bottom: auto;
	top: 7px;
}

ul.project-activity li.activity-list:last-child .detail-info {
	padding-bottom: 0;
}

.chat-list {
	padding: 0;
	font-size: 13px;
}

.chat-list li {
	margin-bottom: 10px;
	overflow: auto;
	color: #ffffff;
}

.chat-list .chat-img {
	float: left;
	width: 48px;
}

.chat-list .chat-img img {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 100%;
}

.chat-list .chat-message {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #2698e2;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
}

.chat-list .chat-message:before {
	content: "";
	position: absolute;
	top: 15px;
	width: 0;
	height: 0;
}

.chat-list .chat-message h5 {
	margin: 0 0 5px 0;
	font-weight: 600;
	line-height: 100%;
}

.chat-list .chat-message p {
	line-height: 18px;
	padding-left: 15px;
}

.chat-list .chat-body {
	margin-left: 20px;
	float: left;
	width: 70%;
}

.chat-list .in .chat-message:before {
	left: -12px;
	border-bottom: 20px solid transparent;
	border-right: 20px solid #2698e2;
}

.chat-list .out .chat-img {
	float: right;
}

.chat-list .out .chat-body {
	float: right;
	margin-right: 20px;
	text-align: right;
}

.chat-list .out .chat-message {
	background: #ff863f;
}

.chat-list .out .chat-message p {
	padding-right: 15px;
}

.chat-list .out .chat-message:before {
	right: -12px;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ff863f;
}

.user-profile {
	margin: 25px auto 0 auto;
	text-align: center;
	position: relative;
	color: #ffffff;
}

.user-profile .user-img {
	width: 120px;
	margin: auto;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.user-profile .user-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: auto;
	width: 120px;
	height: 120px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	border: 3px solid #ffb400;
	padding: 5px;
}

.user-profile .user-img .completed-info {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-left: -20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #f23f3f;
	cursor: pointer;
	font-size: 15px;
	line-height: 48px;
	color: #ffffff;
	box-shadow: 0 10px 15px #000000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.user-profile .user-img .completed-info:hover {
	box-shadow: none;
}

.user-profile h5 {
	font-size: 14px;
	margin: 20px auto 15px auto;
	text-align: center;
}

.user-profile h3,
.user-profile h4 {
	margin: 10px;
}

.user-stats {
	color: #ffffff;
}

.user-stats h1 {
	margin: 20px 0 0 0;
	font-size: 48px;
	font-weight: 400;
}

.user-stats h1 small {
	font-size: 14px;
	text-shadow: none;
	font-style: italic;
}

.user-stats h1.lg {
	font-size: 64px;
}

.user-stats h2 {
	margin: 0;
}

.user-stats h5 {
	margin: 0;
}

.user-stats i {
	margin: 25px 0 0 0;
	display: block;
}

ul.friends-list {
	margin: 0;
}

ul.friends-list li {
	width: 66px;
	height: 66px;
	margin: 3px;
	float: left;
	position: relative;
}

ul.friends-list li img {
	width: 66px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	height: 66px;
	padding: 3px;
	border: 2px solid rgba(0, 0, 0, 0.3);
}

ul.friends-list li:hover {
	opacity: 0.8;
}

ul.friends-list .status {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 14px;
	width: 14px;
	background: #ffffff;
	border: 2px solid #ffffff;
	opacity: 0.9;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 2px;
}

ul.friends-list .status.online {
	background: #27b963;
}

ul.friends-list .status.busy {
	background: #f23f3f;
}

ul.friends-list .status.away {
	background: #ffb400;
}

.tweets-container {
	text-align: center;
	color: #ffffff;
}

.tweets-container p.tweet {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tweets-container p.author {
	font-size: 12px;
	font-weight: 600;
	margin-top: 9px;
	color: #ffffff;
}

.tweets-container .carousel-indicators {
	bottom: 0;
	position: inherit;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 70px;
}

.social-details {
	padding: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
}

.social-details .social-icon {
	margin-right: 10px;
}

.social-details .social-icon i {
	font-size: 48px;
	vertical-align: middle;
}

.social-details.fb {
	background: #3B5998;
}

.social-details.tw {
	background: #55ACEE;
}

.social-details.gplus {
	background: #DD4C3B;
}

.social-details.lk {
	background: #007BB5;
}

.social-details .social-num {
	margin-left: 60px;
}

.social-details .social-num h4 {
	font-size: 24px;
	margin: 0;
	position: relative;
}

.social-details .social-num h4 .label {
	position: absolute;
	right: 0;
	top: 7px;
	min-width: 32px;
	font-size: 9px;
	background: rgba(0, 0, 0, 0.3);
	line-height: 16px;
}

.social-details .social-num p {
	line-height: 100%;
	margin: 5px 0 10px 0;
}

.social-details .progress {
	margin: 0;
	background: rgba(0, 0, 0, 0.3);
}

.social-details .progress .progress-bar {
	background: #ffffff;
}

ul.stocks li {
	margin-bottom: 13px;
}

ul.stocks li p {
	margin: 0;
}

ul.stocks li p span {
	float: right;
	font-weight: 600;
}

ul.stocks li p span i {
	font-size: 14px;
	margin-right: 10px;
	vertical-align: middle;
}

.stats {
	text-align: center;
}

.stats .circliful {
	width: 110px;
}

ul.product-status li {
	margin-bottom: 10px;
}

ul.product-status li:last-child {
	margin-bottom: 0px;
}

ul.product-status li .customer {
	float: left;
}

ul.product-status li .customer img {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 2px;
	border: 2px solid #d1d1d1;
}

ul.product-status li .product-details {
	margin-left: 58px;
}

ul.product-status li .product-details .label {
	display: inline-block;
	font-size: 11px;
	padding: 3px 10px;
	margin-bottom: 5px;
}

ul.product-status li .product-details h5 {
	font-weight: 600;
	margin: 0;
	font-size: 13px;
}

ul.product-status li .product-details p {
	font-size: 13px;
}

.traffic-source {
	text-align: center;
}

.traffic-source p {
	line-height: 100%;
	margin: 0;
	padding: 0;
}

.traffic-source .GaugeMeter {
	height: 54px;
	margin: auto;
}

ul.tickets li {
	width: 33%;
	float: left;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

ul.tickets li h1.no-of-tickets {
	margin: 0;
	line-height: 100%;
	font-size: 48px;
	color: #ffffff;
}

ul.tickets li p.ticket-type {
	line-height: 100%;
	color: #ffffff;
}

ul.tickets li.high {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background: #f23f3f;
}

ul.tickets li.high:hover {
	background: #f02727;
}

ul.tickets li.medium {
	background: #ffb400;
}

ul.tickets li.medium:hover {
	background: #e6a200;
}

ul.tickets li.low {
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #27b963;
}

ul.tickets li.low:hover {
	background: #23a458;
}

ul.expenses {
	margin: 0;
}

ul.expenses li {
	padding: 6px 0;
	border-bottom: 1px dotted #E2E2E2;
}

ul.expenses li:first-child {
	padding-top: 0;
}

ul.expenses li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

ul.expenses a {
	position: relative;
	display: block;
	line-height: 17px;
}

ul.expenses a .expenses-type {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90px;
	display: inline-block;
	vertical-align: middle;
}

ul.expenses a .expenses-icon {
	font-size: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 5px;
	display: inline-block;
	color: #ffffff;
}

ul.expenses a .expenses-icon i {
	font-size: 16px;
	vertical-align: middle;
}

ul.expenses a .expenses-icon.red {
	background: #f23f3f;
}

ul.expenses a .expenses-icon.green {
	background: #27b963;
}

ul.expenses a .expenses-icon.blue {
	background: #2698e2;
}

ul.expenses a .expenses-icon.yellow {
	background: #ffb400;
}

ul.expenses a .expenses-amount {
	position: absolute;
	right: 0;
	border: 2px solid #E2E2E2;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: 600;
	width: 70px;
	text-align: center;
	margin-top: 3px;
}

.task-list li {
	display: block;
	padding: 13px 0;
	margin: 0;
	cursor: pointer;
	line-height: 16px;
	font-size: 13px;
	border-bottom: 1px solid #E5E5E5;
}

.task-list li.completed {
	text-decoration: line-through;
	color: #2698e2;
}

.task-list li span {
	margin-right: 8px;
	font-size: 16px;
	vertical-align: middle;
}

.task-list li:first-child {
	padding-top: 0;
}

.task-list li:last-child {
	border-bottom: 0;
}

.todo-list li {
	display: block;
	padding: 12px 0;
	margin: 0;
	cursor: pointer;
	line-height: 16px;
	border-bottom: 1px solid #f2f2f2;
}

.todo-list li.list span:before {
	margin-right: 10px;
	font-size: 14px;
	content: "\e876";
	font-family: 'icomoon';
	vertical-align: middle;
	background: #666666;
	color: #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 5px;
}

.todo-list li.completed {
	text-decoration: line-through;
	color: #2698e2;
}

.todo-list li.completed span:before {
	color: #ffffff;
	background: #2698e2;
	content: "\e877";
	font-family: 'icomoon';
	text-decoration: none;
}

.todo-list li.pending {
	text-decoration: line-through;
	color: #f23f3f;
}

.todo-list li.pending span:before {
	color: #ffffff;
	background: #f23f3f;
	content: "\e877";
	font-family: 'icomoon';
	text-decoration: none;
}

.todo-list li:first-child {
	padding-top: 0;
}

.todo-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

ul.activity-list li {
	padding: 8px 0px;
	border-bottom: 1px solid #E5E5E5;
}

ul.activity-list li p i {
	height: 30px;
	width: 30px;
	background: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	margin-right: 10px;
	display: inline-block;
}

ul.activity-list li p .time {
	text-align: right;
	color: #2698e2;
	float: right;
	line-height: 30px;
}

ul.activity-list li:last-child {
	border-bottom: 0;
}

ul.activity-list li:first-child {
	padding-top: 0;
}

.message-wrapper li {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #ededed;
}

.message-wrapper li img.avatar {
	height: 48px;
	width: 48px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.message-wrapper li .empty-avatar {
	height: 48px;
	width: 48px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid #e6e6e6;
	color: #ffffff;
	text-align: center;
	line-height: 44px;
}

.message-wrapper li .empty-avatar.green {
	background: #27b963;
	border: 2px solid #1e8f4c;
}

.message-wrapper li .empty-avatar.red {
	background: #f23f3f;
	border: 2px solid #d60e0e;
}

.message-wrapper li .empty-avatar.yellow {
	background: #ffb400;
	border: 2px solid #e6a200;
}

.message-wrapper li .empty-avatar.pink {
	background: #F782AA;
	border: 2px solid #f56a9a;
}

.message-wrapper li .empty-avatar.blue {
	background: #2698e2;
	border: 2px solid #197cbc;
}

.message-wrapper li.in img.avatar {
	margin-right: 10px;
	float: left;
}

.message-wrapper li.in .empty-avatar {
	margin-right: 10px;
	float: left;
}

.message-wrapper li .name {
	font-weight: 600;
}

.message-wrapper li .date-time {
	color: gray;
	font-size: 11px;
}

.message-wrapper li.out img.avatar {
	float: right;
	margin-left: 10px;
}

.message-wrapper li.out .empty-avatar {
	margin-left: 10px;
	float: right;
}

.message-wrapper li .message {
	display: block;
	padding: 0 15px;
	position: relative;
}

.message-wrapper li.in .message {
	text-align: left;
	margin-left: 54px;
}

.message-wrapper li.out {
	text-align: right;
}

.message-wrapper li.out .message {
	margin-right: 54px;
	text-align: right;
}

.message-wrapper li .message .body {
	display: block;
	color: #333333;
	padding-top: 6px;
}

.message-wrapper li .message .body span {
	font-style: italic;
	font-weight: 600;
	color: #1a1a1a;
}

.message-wrapper li:first-child {
	padding-top: 0;
}

.message-wrapper li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.sale-by-location {
	margin: 0;
}

.sale-by-location .label {
	display: inline-block;
	padding: 0 5px;
	height: 22px;
	width: 40px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	margin-right: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #ffffff;
}

.sale-by-location .label.red {
	border-color: #f23f3f;
}

.sale-by-location .label.green {
	border-color: #27b963;
}

.sale-by-location .label.blue {
	border-color: #2698e2;
}

.sale-by-location .label.yellow {
	border-color: #ffb400;
}

.sale-by-location .label.teal {
	border-color: #16a085;
}

.sale-by-location .label.brown {
	border-color: #F782AA;
}

ul.top-clients li {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin-bottom: 35px;
	cursor: pointer;
	overflow: hidden;
}

ul.top-clients li .progress {
	height: 5px;
	margin: 5px 0 0 0;
}

ul.top-clients li .avatar {
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	z-index: 2;
	overflow: hidden;
}

ul.top-clients li .avatar img {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

ul.top-clients li .biz {
	margin-left: 60px;
	font-size: 13px;
}

ul.top-clients li .biz p.biz-name {
	margin: 8px 0 0 0;
	line-height: 100%;
}

ul.top-clients li .biz .value {
	margin: 0;
	font-size: 16px;
	line-height: 100%;
	font-weight: 600;
}

ul.top-clients li:first-child {
	padding-top: 0;
}

ul.top-clients li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.loader-wrapper {
	margin-bottom: 16px;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px;
	height: 160px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*************** Loading ***************/

#loading-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: rgba(0, 0, 0, 0.9);
}

#loading-wrapper #loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
}

#loading-wrapper #loader>div {
	background-color: #2698e2;
	height: 100%;
	width: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	-moz-animation: linedelay 1.1s infinite ease-in-out;
	-webkit-animation: linedelay 1.1s infinite ease-in-out;
	animation: linedelay 1.1s infinite ease-in-out;
}

#loading-wrapper #loader .line2 {
	background-color: #f23f3f;
	-moz-animation-delay: -1.0s;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

#loading-wrapper #loader .line3 {
	background-color: #2698e2;
	-moz-animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

#loading-wrapper #loader .line4 {
	background-color: #f23f3f;
	-moz-animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

#loading-wrapper #loader .line5 {
	background-color: #2698e2;
	-moz-animation-delay: -0.7s;
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

#loading-wrapper #loader .line6 {
	background-color: #f23f3f;
	-moz-animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

@-moz-keyframes linedelay {

	0%,
	50%,
	100% {
		-moz-transform: scaleY(0.4);
	}

	30% {
		-moz-transform: scaleY(1);
	}
}

@-webkit-keyframes linedelay {

	0%,
	50%,
	100% {
		-webkit-transform: scaleY(0.4);
	}

	30% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes linedelay {

	0%,
	50%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	30% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.loaded #loading-wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/*************** Simple Widget ***************/

.simple-widget {
	position: relative;
	padding: 15px;
	background: #2698e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 15px;
	background: #2698e2;
	background: -moz-linear-gradient(45deg, #2698e2 0%, #197cbc 100%);
	background: -webkit-linear-gradient(45deg, #2698e2 0%, #197cbc 100%);
	background: linear-gradient(45deg, #2698e2 0%, #197cbc 100%);
}

.simple-widget .growth {
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: #2698e2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#69b8eb), to(#2698e2));
	background-image: -webkit-linear-gradient(top, #69b8eb, #2698e2);
	background-image: -moz-linear-gradient(top, #69b8eb, #2698e2);
	background-image: -ms-linear-gradient(top, #69b8eb, #2698e2);
	background-image: -o-linear-gradient(top, #69b8eb, #2698e2);
	background-image: linear-gradient(top, #69b8eb, #2698e2);
	color: #ffffff;
	text-align: center;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

.simple-widget h3 {
	margin: 0 0 10px 0;
}

.simple-widget p {
	margin: 0;
	padding: 0 0 10px 0;
}

.simple-widget .progress {
	height: 5px;
	margin: 0;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.2);
}

.simple-widget .progress .progress-bar {
	background: #ffffff;
}

.simple-widget.secondary {
	background: #f23f3f;
	background: -moz-linear-gradient(45deg, #f23f3f 0%, #ee1010 100%);
	background: -webkit-linear-gradient(45deg, #f23f3f 0%, #ee1010 100%);
	background: linear-gradient(45deg, #f23f3f 0%, #ee1010 100%);
}

.simple-widget.secondary .growth {
	background-color: #f23f3f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f78787), to(#f23f3f));
	background-image: -webkit-linear-gradient(top, #f78787, #f23f3f);
	background-image: -moz-linear-gradient(top, #f78787, #f23f3f);
	background-image: -ms-linear-gradient(top, #f78787, #f23f3f);
	background-image: -o-linear-gradient(top, #f78787, #f23f3f);
	background-image: linear-gradient(top, #f78787, #f23f3f);
}

ul.social-buttons {
	text-align: center;
	margin: auto;
}

ul.social-buttons li {
	text-align: center;
	padding: 15px;
	display: inline-block;
	width: 10%;
	margin: 5px 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.social-buttons li:hover {
	zoom: 1;
}

ul.social-buttons li.facebook {
	background: #3B5998;
}

ul.social-buttons li.twitter {
	background: #55ACEE;
}

ul.social-buttons li.gplus {
	background: #DD4C3B;
}

ul.social-buttons li.pinterest {
	background: #cb2027;
}

ul.social-buttons li.linkedin {
	background: #007BB5;
}

ul.social-buttons li.blog {
	background: #FF8329;
}

ul.social-buttons li.youtube {
	background: #bb0000;
}

ul.social-buttons li.dribbble {
	background: #ea4c89;
}

ul.social-buttons li a {
	color: #ffffff;
	display: block;
}

ul.social-buttons li i {
	display: block;
	font-size: 36px;
	padding-bottom: 5px;
}

@media (max-width: 767px) {
	ul.social-metrics li {
		width: 20%;
	}
}

.axis path,
.axis line {
	fill: none;
	stroke: #212121;
	shape-rendering: crispEdges;
}

.axis text {
	font-size: 11px;
}

.bar:hover {
	fill: #bcbcbc;
}

.x.axis path {
	display: none;
}

.d3-tip {
	line-height: 1;
	padding: 12px;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.d3-tip:after {
	box-sizing: border-box;
	display: inline;
	font-size: 10px;
	width: 100%;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
	content: "\25BC";
	position: absolute;
	text-align: center;
}

.d3-tip.n:after {
	margin: -1px 0 0 0;
	top: 100%;
	left: 0;
}

.blog {
	counter-increment: blogCounter;
}

.blog .blog-wrapper {
	margin-bottom: 50px;
}

.blog .blog-wrapper:before {
	content: "0"counter(blogCounter);
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	display: block;
	height: 70px;
	color: #bbcfe7;
	font-style: italic;
}

.blog .blog-wrapper a.image-wrapper {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	max-height: 160px;
	overflow: hidden;
	display: block;
}

.blog .blog-wrapper a.image-wrapper:hover {
	opacity: 0.6;
}

.blog .blog-wrapper h4 {
	max-width: 240px;
	margin: 15px 0;
	letter-spacing: .5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #2698e2;
}

.blog .blog-wrapper p {
	margin-bottom: 20px;
}

.blog .blog-wrapper a.comments-link {
	margin-bottom: 15px;
	display: block;
}

.blog .blog-wrapper a.comments-link i {
	content: "";
	font-size: 14px;
	margin-right: 10px;
	color: #2698e2;
	vertical-align: middle;
}

.invoice .invoice-header {
	padding: 30px 15px;
	background-color: #fcfcfc;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(85%, #ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 85%, #f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 85%, #f2f2f2);
	background-image: -o-linear-gradient(#ffffff, #ffffff 85%, #f2f2f2);
	background-image: linear-gradient(#ffffff, #ffffff 85%, #f2f2f2);
	background-repeat: no-repeat;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	border-bottom: 1px solid #dbdbdb;
}

.invoice a {
	display: block;
}

.invoice a .logo {
	width: 110px;
	margin: 5px 0;
}

.invoice .invoice-num {
	margin-bottom: 30px;
}

.invoice address h4 {
	margin-bottom: 10px;
}

.invoice .table .btn {
	min-width: 36px;
}

.invoice .btn-group {
	margin-bottom: 7px;
	float: right;
}

.gallery {
	margin: 0 auto;
}

.gallery a {
	border: 5px solid #e0e0e0;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	margin: 0 0 10px 0;
}

.gallery a .overlay {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	position: absolute;
	z-index: 20;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.gallery a .expand {
	text-decoration: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	text-align: center;
	color: #ffb400;
	line-height: 36px;
	font-weight: 700;
	font-size: 30px;
	margin: auto;
	width: 100%;
	height: 100%;
}

.gallery a:hover .overlay {
	opacity: 1;
}

.gallery a:hover span.expand {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.login-wrapper {
	max-width: 340px;
	margin: 30px auto;
}

.login-wrapper .login {
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px;
	border: 1px solid #d9d9d9;
}

.login-wrapper .login .login-header {
	text-align: center;
	margin: 15px 0;
}

.login-wrapper .login .login-header .logo {
	float: none;
	text-align: center;
	margin: 10px auto 20px auto;
}

.login-wrapper .login .login-header .logo img {
	max-width: 50px;
}

.login-wrapper .login .login-header h5 {
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 20px;
}

.login-wrapper .login .login-body {
	margin: 15px 0;
}

.login-wrapper p {
	margin: 5px 0;
	text-align: right;
	font-size: 13px;
}

.login-wrapper p a {
	color: #f23f3f;
}

.login-wrapper p a:hover {
	text-decoration: underline;
}

.error-wrapper {
	padding: 100px 0 20px 0;
	text-align: center;
	color: #b3b3b3;
	width: 70%;
	margin: auto;
}

.error-wrapper h1.heading-lg {
	font-size: 120px;
}

.error-wrapper a {
	color: #f23f3f;
}

.error-wrapper a:hover {
	text-decoration: underline;
}

.lockscreen-wrapper {
	padding: 150px 0 20px 0;
	text-align: center;
	color: #ffffff;
	width: 70%;
	margin: auto;
}

.lockscreen-wrapper .avatar {
	position: relative;
	width: 90px;
	margin: auto;
}

.lockscreen-wrapper .avatar img {
	padding: 3px;
	border: 3px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.lockscreen-wrapper .avatar .lock {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	background: #f23f3f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.lockscreen-wrapper .avatar .lock i {
	color: #ffffff;
	line-height: 32px;
}

.lockscreen-wrapper a {
	color: #ffffff;
	display: inline-block;
}

.lockscreen-wrapper a:hover {
	text-decoration: underline;
}

.lockscreen-wrapper .subscribe-form {
	margin-top: 20px;
}

.maintenance-screen {
	padding: 120px 0 20px 0;
	text-align: center;
	color: #ffffff;
	width: 70%;
	margin: auto;
}

.maintenance-screen .logo {
	text-align: center;
	float: none;
}

.maintenance-screen .logo img {
	max-width: 120px;
	text-align: center;
	margin: 0 auto 20px auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.maintenance-screen h3.heading {
	position: relative;
	margin: 0;
	padding: 0;
	color: #2698e2;
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
	display: inline-block;
}

.maintenance-screen h3.heading:before,
.maintenance-screen h3.heading:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 100px;
	border-bottom: 2px solid #353535;
	left: -120px;
}

.maintenance-screen h3.heading:after {
	right: -120px;
	left: inherit;
}

@media (max-width: 480px) {

	.maintenance-screen h3.heading:before,
	.maintenance-screen h3.heading:after {
		width: 50px;
		left: -60px;
	}

	.maintenance-screen h3.heading:after {
		right: -60px;
		left: inherit;
	}
}

.maintenance-screen h1.heading {
	margin: 20px 0 20px 0;
	padding: 0;
	color: #b3b3b3;
	font-size: 4em;
}

@media (max-width: 480px) {
	.maintenance-screen h1.heading {
		font-size: 48px;
		line-height: 48px;
	}
}

.maintenance-screen h4.info {
	margin: 30px auto;
	padding: 0;
	color: #808080;
	line-height: 30px;
	max-width: 480px;
}

.subscribe-form {
	margin: 50px auto 10px auto;
	height: 52px;
	text-align: center;
	width: 300px;
	position: relative;
}

.subscribe-form input.subscribe-email {
	width: 300px;
	height: 52px;
	padding: 13px 5px 11px 20px;
	float: left;
	font-size: 16px;
	line-height: 52px;
	border: 0;
	color: #000000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.subscribe-form .subscribe-btn {
	position: absolute;
	right: 2px;
	top: 2px;
	border: none;
	height: 48px;
	width: 70px;
	text-align: center;
	color: #FFFFFF;
	background-color: #f23f3f;
	-webkit-border-radius: 10px 30px 30px 10px;
	-moz-border-radius: 10px 30px 30px 10px;
	border-radius: 10px 30px 30px 10px;
}

.subscribe-form .subscribe-btn:hover,
.subscribe-form .subscribe-btn:focus {
	background-color: #f02727;
	outline: none;
	cursor: pointer;
}

.subscribe-form .subscribe-btn i {
	font-size: 21px;
	vertical-align: middle;
	line-height: 48px;
}

.coming-soon-wrapper {
	padding: 100px 0 30px 0;
	text-align: center;
	color: #EAEAEA;
}

.coming-soon-wrapper h1 {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

#countdown {
	margin: 30px auto 10px auto;
}

#countdown li {
	width: 200px;
	height: 130px;
	padding: 20px;
	background: #263961;
	-webkit-border-radius: 40px 10px 30px 30px;
	-moz-border-radius: 40px 10px 30px 30px;
	border-radius: 40px 10px 30px 30px;
	display: inline-block;
	text-align: center;
	color: #96abd6;
}

#countdown li:nth-child(1) .num {
	color: #f23f3f;
}

#countdown li:nth-child(2) .num {
	color: #2698e2;
}

#countdown li:nth-child(3) .num {
	color: #27b963;
}

#countdown li:nth-child(4) .num {
	color: #ffb400;
}

#countdown .num {
	font-size: 64px;
	line-height: 64px;
}

#countdown .desc {
	font-size: 14px;
	display: block;
}

@media (max-width: 767px) {
	#countdown li {
		width: 70px;
		height: 70px;
		padding: 10px;
	}

	#countdown .num {
		font-size: 36px;
		line-height: 36px;
	}

	.coming-soon-wrapper {
		padding: 70px 0 10px 0;
		text-align: center;
		color: #EAEAEA;
	}

	.coming-soon-wrapper h1 {
		font-size: 24px;
		text-transform: uppercase;
	}
}

.social-icon-list {
	margin: 50px 0 20px 0;
	text-align: center;
}

.social-icon-list a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #4264aa;
	color: #ffffff;
}

.social-icon-list a.fb {
	background: #3B5998;
}

.social-icon-list a.tw {
	background: #55ACEE;
}

.social-icon-list a.lk {
	background: #007BB5;
}

.social-icon-list a.gp {
	background: #DD4C3B;
}

.social-icon-list a.blog {
	background: #FF8329;
}

.social-icon-list a.youtube {
	background: #bb0000;
}

.social-icon-list a.dribbble {
	background: #ea4c89;
}

.social-icon-list a i {
	font-size: 16px;
}

.card-wrapper {
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	border-top: 2px solid #ffb400;
	-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;
}

.card-wrapper .card {
	padding: 10px;
	text-align: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.card-wrapper .card .card-type {
	position: absolute;
	right: 15px;
	top: 0;
	background-color: #ebebeb;
	padding: 5px;
	width: 36px;
}

.card-wrapper .card .card-type:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	border-top: 8px solid #ebebeb;
	border-right: 16px solid transparent;
}

.card-wrapper .card .card-type:before {
	content: "";
	position: absolute;
	bottom: -8px;
	right: 0;
	border-top: 8px solid #ebebeb;
	border-left: 16px solid transparent;
}

.card-wrapper .card img.card-avatar {
	width: 64px;
	height: 64px;
	margin: 30px auto;
	border: 2px solid #ffb400;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.card-wrapper .card h5 {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0 0 10px 0;
	font-weight: 400;
}

.card-wrapper .card p {
	font-size: 14px;
	margin: 0 0 10px 0;
}

.card-wrapper ul.card-actions {
	text-align: center;
}

.card-wrapper ul.card-actions li {
	width: 40px;
	margin: 0 5px 20px 5px;
	display: inline-block;
}

.card-wrapper ul.card-actions li .action-btn {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #ebebeb;
	z-index: 1;
	text-align: center;
}

.card-wrapper ul.card-actions li .action-btn i {
	display: block;
	font-size: 24px;
	line-height: 40px;
	color: #3B5998;
}

.card-wrapper ul.card-actions li .action-btn:hover {
	border: 1px solid #9cbadd;
	box-shadow: 0 0 10px #b3b3b3;
}

.card-wrapper.red {
	border-top: 2px solid #f23f3f;
}

.card-wrapper.red img.card-avatar {
	border: 2px solid #f23f3f;
}

.card-wrapper.blue {
	border-top: 2px solid #2698e2;
}

.card-wrapper.blue img.card-avatar {
	border: 2px solid #2698e2;
}

.card-wrapper.green {
	border-top: 2px solid #27b963;
}

.card-wrapper.green img.card-avatar {
	border: 2px solid #27b963;
}

.card-wrapper.orange {
	border-top: 2px solid #ff863f;
}

.card-wrapper.orange img.card-avatar {
	border: 2px solid #ff863f;
}

.card-wrapper.yellow {
	border-top: 2px solid #ffb400;
}

.card-wrapper.yellow img.card-avatar {
	border: 2px solid #ffb400;
}

.users-wrapper {
	padding: 0;
	position: relative;
	border-radius: 0;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.users-wrapper.green {
	border-top: 2px solid #27b963;
}

.users-wrapper.yellow {
	border-top: 2px solid #ffb400;
}

.users-wrapper.red {
	border-top: 2px solid #f23f3f;
}

.users-wrapper.blue {
	border-top: 2px solid #2698e2;
}

.users-wrapper .users-info {
	padding: 15px;
}

.users-wrapper .users-info .users-avatar {
	width: 60px;
	height: 60px;
	float: left;
}

.users-wrapper .users-info .users-avatar img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.users-wrapper .users-info .users-detail {
	margin-left: 75px;
}

.users-wrapper .users-info .users-detail h5 {
	padding: 0;
	margin: 12px 0 2px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.users-wrapper .users-info .users-detail p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.users-wrapper ul.users-footer {
	background: #f7f7f7;
}

.users-wrapper ul.users-footer li {
	float: left;
	width: 40%;
	padding: 10px 10px 10px 15px;
	box-sizing: border-box;
	border-left: 1px solid #ebebeb;
}

.users-wrapper ul.users-footer li:first-child {
	border-left: 0;
}

.users-wrapper ul.users-footer li:last-child {
	width: 20%;
	border-left: 0;
}

.users-wrapper ul.users-footer li p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.users-wrapper ul.users-footer li p.light {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-style: italic;
}

.users-wrapper ul.users-footer li .add-btn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ffffff;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
}

.users-wrapper ul.users-footer li .add-btn i {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #27b963;
	font-size: 20px;
	line-height: 30px;
}

.users-wrapper ul.users-footer li .add-btn.added {
	background: #27b963;
}

.users-wrapper ul.users-footer li .add-btn.added i {
	color: #ffffff;
}

.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #000000;
	border: 1px solid #000000;
}

.jvectormap-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	touch-action: none;
}

.jvectormap-tip {
	position: absolute;
	display: none;
	border: solid 1px #000000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	padding: 4px 9px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
	position: absolute;
	top: 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #e6e6e6;
	color: #000000;
	width: 16px;
	height: 16px;
	cursor: pointer;
	line-height: 15px;
	text-align: center;
}

.jvectormap-zoomin {
	right: 0px;
}

.jvectormap-zoomout {
	right: 20px;
}

.material-btn {
	position: relative;
	overflow: hidden;
}

.circless {
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	overflow: hidden;
}

.circless.animate {
	-webkit-animation: effect 0.65s linear;
	animation: effect 0.65s linear;
}

@-webkit-keyframes effect {
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes effect {
	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.chart-height1 {
	position: relative;
	height: 227px;
	overflow: hidden;
}

.chart-height2 {
	position: relative;
	height: 90px;
	overflow: hidden;
}

.chart-height3 {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.chart-height4 {
	position: relative;
	height: 120px;
	overflow: hidden;
}

.chart-height5 {
	position: relative;
	height: 260px;
	overflow: hidden;
}

.map {
	width: 100%;
	height: 240px;
	background: #E8EFF7;
}

.dropdown-menu {
	float: left;
	padding: 0;
	position: absolute;
	left: inherit;
	border: none;
	border-top: 3px solid #1c8bd2;
	padding-top: 3px;
	padding-bottom: 3px;
}

.dropdown-menu:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 15px;
	border-bottom: 7px solid #2698e2;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}

.dropdown-menu>li>a {
	color: #101010;
	font-size: 12px;
	padding: 7px 15px;
}

.dropdown-menu>li>a:hover {
	background: #2698e2;
	color: #ffffff;
}

.dropdown-header {
	background: #f7f7f7;
	padding: 10px 15px;
	font-size: 13px;
	color: #353535;
	border-bottom: 1px solid #ededed;
}

.dropdown-footer {
	border-top: 1px solid #ededed;
	padding: 10px 15px;
	color: #f23f3f;
	font-size: 11px;
}

@-webkit-keyframes "loading" {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes "loading" {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes "loading" {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes "loading" {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.loading-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #cccccc;
	z-index: 10000;
}

.loading-wrapper .loading {
	position: absolute;
	width: 120px;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	left: 50%;
	margin-left: -60px;
}

.loading-wrapper .loading span {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 2px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	animation: loading 1s infinite alternate;
}

.loading-wrapper .loading span:nth-of-type(1) {
	background: #6FB4CE;
	animation-delay: 0.1s;
}

.loading-wrapper .loading span:nth-of-type(2) {
	background: #008FB2;
	animation-delay: 0.2s;
}

.loading-wrapper .loading span:nth-of-type(3) {
	background: #009B9E;
	animation-delay: 0.4s;
}

.loading-wrapper .loading span:nth-of-type(4) {
	background: #00A77D;
	animation-delay: 0.6s;
}

.loading-wrapper .loading span:nth-of-type(5) {
	background: #00B247;
	animation-delay: 0.8s;
}

.loading-wrapper .loading span:nth-of-type(6) {
	background: #5AB027;
	animation-delay: 1.0s;
}

.loading-wrapper .loading span:nth-of-type(7) {
	background: #A0B61E;
	animation-delay: 1.2s;
}

.loading-wrapper .loading h5 {
	margin: 0 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.checkbox {
	margin: 0 0 15px 0;
	padding: 0 15px 0 0;
	font-size: 12px;
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 25px;
	line-height: 18px;
	font-size: 13px;
	min-height: 16px;
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	margin-left: 0px;
	background: #ffffff;
	border: 2px solid #cccccc;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: 0px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #333333;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.checkbox input[type="checkbox"]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	outline: none;
}

.checkbox input[type="checkbox"]:checked+label::after {
	content: '';
	width: 8px;
	height: 5px;
	position: absolute;
	top: 5px;
	left: 4px;
	border: 3px solid #f23f3f;
	border-top: none;
	border-right: none;
	background: transparent;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkbox.checkbox-inline {
	margin: 0 0 15px 0px;
}

.radio {
	margin: 0 0 15px 0;
	padding: 0 15px 0 20px;
	font-size: 12px;
}

.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
	line-height: 18px;
	font-size: 13px;
	min-height: 16px;
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 2px solid #cccccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 9px;
	height: 9px;
	left: 4px;
	top: 4px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #f23f3f;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.radio input[type="radio"]:focus+label::before {
	outline: none;
}

.radio input[type="radio"]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin: 0 0 15px 0px;
}

.icon-2x {
	font-size: 2em;
}

.icon-3x {
	font-size: 3em;
}

.icon-4x {
	font-size: 4em;
}

.icon-5x {
	font-size: 5em;
}

.icons {
	text-align: center;
}

.icons span {
	font-size: 24px;
	cursor: pointer;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.icons span:hover {
	background-color: #2698e2;
	color: #ffffff;
	text-shadow: 0 10px 10px #000000;
}

.thumbnail-round {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.img-circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.img-circle-sm {
	-webkit-border-radius: 20%;
	-moz-border-radius: 20%;
	border-radius: 20%;
}

.img-rounded {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

blockquote {
	border-left: 2px solid rgba(0, 0, 0, 0.2);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px 12px;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 6px 12px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: 1px solid #ededed;
}

.table>thead>tr>th,
.table>thead>tr>td {
	font-size: 15px;
	font-weight: 400;
}

.table>thead>tr>th {
	border-bottom: 2px solid #b3b3b3;
	font-weight: 600;
	background: #ededed;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background: #f7f7f7;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #e0e0e0;
}

.table-bordered {
	border: 1px solid #e0e0e0;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background: #f7f7f7;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
	background: #e5faee;
	color: #27b963;
	border-top: 0;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
	background: #d0f5df;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
	background: #fccece;
	color: #f23f3f;
	border-top: 0;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
	background: #fbc0c0;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
	background: #ffefc7;
	color: #ffb400;
	border-top: 0;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
	background: #ffe9b3;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
	background: #cce7f8;
	color: #2698e2;
	border-top: 0;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
	background: #b6dcf5;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		border: 1px solid #ffffff;
	}
}

.progress {
	background-color: #ededed;
}

.progress-bar-danger {
	background-color: #f23f3f;
	box-shadow: none;
}

.progress-bar-success {
	background-color: #27b963;
	box-shadow: none;
}

.progress-bar-warning {
	background-color: #ffb400;
	box-shadow: none;
}

.progress-bar-info {
	background-color: #2698e2;
	box-shadow: none;
}

.progress-sm {
	height: 6px;
}

.progress-md {
	height: 10px;
}

.progress-xs {
	height: 3px;
}

.progress-xsx {
	height: 2px;
}

.progress-lg {
	height: 15px;
}

.progress-rounded {
	border-radius: 10px;
}

.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}

.btn .caret {
	margin-left: 7px;
}

.btn i {
	margin-right: 5px;
	font-size: 16px;
	vertical-align: middle;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
	overflow: hidden;
}

.btn-default {
	background-color: #d9d9d9;
	border-color: #d9d9d9;
	color: #000000;
}

.btn-default:hover {
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #cccccc;
}

.btn-default:focus,
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default.active.focus,
.btn-default:active.focus,
.btn-default:active:focus {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	box-shadow: none;
	color: #000000;
}

.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	box-shadow: none;
}

.btn-light-grey {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #000000;
}

.btn-light-grey:hover {
	color: #000000;
	background-color: #d9d9d9;
	border: 1px solid #d9d9d9;
}

.btn-light-grey:focus,
.btn-light-grey.active,
.btn-light-grey:active,
.btn-light-grey:focus,
.btn-light-grey.active.focus,
.btn-light-grey:active.focus,
.btn-light-grey:active:focus {
	background-color: #d9d9d9;
	border: 1px solid #d9d9d9;
	box-shadow: none;
	color: #000000;
}

.open>.dropdown-toggle.btn-light-grey:focus,
.open>.dropdown-toggle.btn-light-grey:hover {
	background-color: #d9d9d9;
	border: 1px solid #d9d9d9;
	box-shadow: none;
}

.btn-primary {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
	color: #ffffff;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #595959;
	border: 1px solid #595959;
}

.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary:active.focus,
.btn-primary:active:focus {
	background-color: #595959;
	border: 1px solid #595959;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: black;
	border: 1px solid black;
	box-shadow: none;
}

.btn-danger {
	background-color: #f23f3f;
	border-color: #f23f3f;
	color: #ffffff;
}

.btn-danger:hover {
	color: #ffffff;
	background-color: #f02727;
	border: 1px solid #f02727;
}

.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.active.focus,
.btn-danger:active.focus,
.btn-danger:active:focus {
	background-color: #f02727;
	border: 1px solid #f02727;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	background-color: #ee1010;
	border: 1px solid #ee1010;
	box-shadow: none;
}

.btn-success {
	background-color: #27b963;
	border-color: #27b963;
	color: #ffffff;
}

.btn-success:hover {
	color: #ffffff;
	background-color: #23a458;
	border: 1px solid #23a458;
}

.btn-success:focus,
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.active.focus,
.btn-success:active.focus,
.btn-success:active:focus {
	background-color: #1e8f4c;
	border: 1px solid #1e8f4c;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	background-color: #1e8f4c;
	border: 1px solid #1e8f4c;
	box-shadow: none;
}

.btn-info {
	background-color: #2698e2;
	border-color: #2698e2;
	color: #ffffff;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #1c8bd2;
	border: 1px solid #1c8bd2;
}

.btn-info:focus,
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info .active,
.btn-info.active.focus,
.btn-info:active.focus,
.btn-info:active:focus {
	background-color: #197cbc;
	border: 1px solid #197cbc;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	background-color: #197cbc;
	border: 1px solid #197cbc;
	box-shadow: none;
}

.btn-warning {
	background-color: #ffb400;
	border-color: #ffb400;
	color: #ffffff;
}

.btn-warning:hover {
	color: #ffffff;
	background-color: #e6a200;
	border: 1px solid #e6a200;
}

.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.active.focus,
.btn-warning:active.focus,
.btn-warning:active:focus {
	background-color: #cc9000;
	border: 1px solid #cc9000;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	background-color: #cc9000;
	border: 1px solid #cc9000;
	box-shadow: none;
}

.btn-fb {
	background-color: #3B5998;
	border-color: #3B5998;
	color: #ffffff;
}

.btn-fb:hover {
	color: #ffffff;
	background-color: #344e86;
	border: 1px solid #344e86;
}

.btn-fb:focus,
.btn-fb.active,
.btn-fb:active,
.btn-fb:focus,
.btn-fb.active.focus,
.btn-fb:active.focus,
.btn-fb:active:focus {
	background-color: #2d4373;
	border: 1px solid #2d4373;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-fb:focus,
.open>.dropdown-toggle.btn-fb:hover {
	background-color: #2d4373;
	border: 1px solid #2d4373;
	box-shadow: none;
}

.btn-tw {
	background-color: #55ACEE;
	border-color: #55ACEE;
	color: #ffffff;
}

.btn-tw:hover {
	color: #ffffff;
	background-color: #3ea1ec;
	border: 1px solid #3ea1ec;
}

.btn-tw:focus,
.btn-tw.active,
.btn-tw:active,
.btn-tw:focus,
.btn-tw.active.focus,
.btn-tw:active.focus,
.btn-tw:active:focus {
	background-color: #2795e9;
	border: 1px solid #2795e9;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-tw:focus,
.open>.dropdown-toggle.btn-tw:hover {
	background-color: #2795e9;
	border: 1px solid #2795e9;
	box-shadow: none;
}

.btn-gp {
	background-color: #DD4C3B;
	border-color: #DD4C3B;
	color: #ffffff;
}

.btn-gp:hover {
	color: #ffffff;
	background-color: #d93826;
	border: 1px solid #d93826;
}

.btn-gp:focus,
.btn-gp.active,
.btn-gp:active,
.btn-gp:focus,
.btn-gp.active.focus,
.btn-gp:active.focus,
.btn-gp:active:focus {
	background-color: #c33322;
	border: 1px solid #c33322;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-gp:focus,
.open>.dropdown-toggle.btn-gp:hover {
	background-color: #c33322;
	border: 1px solid #c33322;
	box-shadow: none;
}

.btn-lkdn {
	background-color: #007BB5;
	border-color: #007BB5;
	color: #ffffff;
}

.btn-lkdn:hover {
	color: #ffffff;
	background-color: #006a9c;
	border: 1px solid #006a9c;
}

.btn-lkdn:focus,
.btn-lkdn.active,
.btn-lkdn:active,
.btn-lkdn:focus,
.btn-lkdn.active.focus,
.btn-lkdn:active.focus,
.btn-lkdn:active:focus {
	background-color: #005882;
	border: 1px solid #005882;
	box-shadow: none;
}

.open>.dropdown-toggle.btn-lkdn:focus,
.open>.dropdown-toggle.btn-lkdn:hover {
	background-color: #005882;
	border: 1px solid #005882;
	box-shadow: none;
}

.btn-rounded {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.btn-transparent {
	background-color: transparent;
}

.btn-transparent.btn-danger {
	color: #f23f3f;
}

.btn-transparent.btn-danger:hover {
	color: #ffffff;
}

.btn-transparent.btn-warning {
	color: #ffb400;
}

.btn-transparent.btn-warning:hover {
	color: #ffffff;
}

.btn-transparent.btn-success {
	color: #27b963;
}

.btn-transparent.btn-success:hover {
	color: #ffffff;
}

.btn-transparent.btn-info {
	color: #2698e2;
}

.btn-transparent.btn-info:hover {
	color: #ffffff;
}

.btn-transparent.btn-danger {
	color: #f23f3f;
}

.btn-transparent.btn-danger:hover {
	color: #ffffff;
}

.demo-btn-group .btn {
	min-width: 80px;
}

.blog-btn-group .btn {
	margin-left: 2px;
	float: left;
	margin-bottom: 2px;
}

@media (max-width: 767px) {
	.demo-btn-group {
		text-align: center;
	}

	.demo-btn-group .btn {
		margin-bottom: 3px;
	}
}

.breadcrumb {
	background: #f7f7f7;
	margin: 0;
}

.breadcrumb .active {
	color: #f23f3f;
	font-weight: 600;
}

.breadcrumb-triangle {
	overflow: hidden;
	margin-bottom: 15px;
}

.breadcrumb-triangle li {
	float: left;
}

.breadcrumb-triangle li a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0 10px 45px;
	background: #3ca3e5;
	position: relative;
	display: block;
	float: left;
}

.breadcrumb-triangle li a:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #3ca3e5;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumb-triangle li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid #166da5;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 0;
	left: 100%;
	z-index: 1;
}

.breadcrumb-triangle li:first-child a {
	padding-left: 10px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.breadcrumb-triangle li:nth-child(2) a {
	background: #2698e2;
}

.breadcrumb-triangle li:nth-child(2) a:after {
	border-left-color: #2698e2;
}

.breadcrumb-triangle li:nth-child(3) a {
	background: #1c8bd2;
}

.breadcrumb-triangle li:nth-child(3) a:after {
	border-left-color: #1c8bd2;
}

.breadcrumb-triangle li:nth-child(4) a {
	background: #1a7fc0;
}

.breadcrumb-triangle li:nth-child(4) a:after {
	border-left-color: #1a7fc0;
}

.breadcrumb-triangle li:nth-child(5) a {
	background: #1773ae;
}

.breadcrumb-triangle li:nth-child(5) a:after {
	border-left-color: #1773ae;
}

.breadcrumb-triangle li:last-child a {
	background: #166da5;
	pointer-events: none;
	cursor: default;
}

.breadcrumb-triangle li:last-child a:after {
	border: 0;
}

.breadcrumb-triangle li a:hover {
	background: #2698e2;
}

.breadcrumb-triangle li a:hover:after {
	border-left-color: #2698e2;
}

.badge {
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	padding: .3em .8em;
}

.badge-default {
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
	color: #000000;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
	background-color: white;
	border: 1px solid white;
	color: #000000;
}

.badge-success {
	background-color: #27b963;
	border: 1px solid #27b963;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
	background-color: #1e8f4c;
	border: 1px solid #1e8f4c;
}

.badge-info {
	background-color: #2698e2;
	border: 1px solid #2698e2;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
	background-color: #197cbc;
	border: 1px solid #197cbc;
}

.badge-warning {
	background-color: #ffb400;
	border: 1px solid #ffb400;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
	background-color: #cc9000;
	border: 1px solid #cc9000;
}

.badge-danger {
	background-color: #f23f3f;
	border: 1px solid #f23f3f;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
	background-color: #ee1010;
	border: 1px solid #ee1010;
}

.badge-grey {
	background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #ffffff;
}

.badge-grey[href]:hover,
.badge-grey[href]:focus {
	background-color: #333333;
	border: 1px solid #333333;
}

.badge-bdr {
	background-color: transparent;
}

.badge-bdr.badge-default {
	color: #353535;
}

.badge-bdr.badge-danger {
	color: #f23f3f;
}

.badge-bdr.badge-success {
	color: #27b963;
}

.badge-bdr.badge-warning {
	color: #ffb400;
}

.badge-bdr.badge-info {
	color: #2698e2;
}

.badge-bdr.badge-grey {
	color: #000000;
}

.label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 600;
	padding: .3em .8em;
}

.label-default {
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
	color: #000000;
}

.label-default[href]:hover,
.label-default[href]:focus {
	background-color: white;
	border: 1px solid white;
	color: #000000;
}

.label-success {
	background-color: #27b963;
	border: 1px solid #27b963;
}

.label-success[href]:hover,
.label-success[href]:focus {
	background-color: #1e8f4c;
	border: 1px solid #1e8f4c;
}

.label-info {
	background-color: #2698e2;
	border: 1px solid #2698e2;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #197cbc;
	border: 1px solid #197cbc;
}

.label-warning {
	background-color: #ffb400;
	border: 1px solid #ffb400;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
	background-color: #cc9000;
	border: 1px solid #cc9000;
}

.label-danger {
	background-color: #f23f3f;
	border: 1px solid #f23f3f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
	background-color: #ee1010;
	border: 1px solid #ee1010;
}

.label-grey {
	background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #ffffff;
}

.label-grey[href]:hover,
.label-grey[href]:focus {
	background-color: #333333;
	border: 1px solid #333333;
}

.label-bdr {
	background-color: transparent;
}

.label-bdr.label-default {
	color: #353535;
}

.label-bdr.label-danger {
	color: #f23f3f;
}

.label-bdr.label-success {
	color: #27b963;
}

.label-bdr.label-warning {
	color: #ffb400;
}

.label-bdr.label-info {
	color: #2698e2;
}

.label-bdr.label-grey {
	color: #000000;
}

.pager li>a,
.pager li>span {
	background-color: #2698e2;
	border-color: #2698e2;
	color: #ffffff;
}

.pager li>a:hover,
.pager li>span:hover {
	color: #ffffff;
	background-color: #1c8bd2;
	border: 1px solid #1c8bd2;
}

.list-group-item {
	border: 1px solid #ededed;
	background-color: #ffffff;
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-item i {
	font-size: 16px;
	vertical-align: middle;
}

a.list-group-item-info {
	background-color: #2698e2;
	color: #ffffff;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
	background-color: #3ca3e5;
	color: #ffffff;
}

a.list-group-item-warning {
	background-color: #ffb400;
	color: #ffffff;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
	background-color: #ffbc1a;
	color: #ffffff;
}

a.list-group-item-success {
	background-color: #27b963;
	color: #ffffff;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
	background-color: #2bce6e;
	color: #ffffff;
}

a.list-group-item-danger {
	background-color: #f23f3f;
	color: #ffffff;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
	background-color: #f45757;
	color: #ffffff;
}

a.list-group-item-inverse {
	background-color: #4d4d4d;
	color: #ffffff;
}

a.list-group-item-inverse:hover,
a.list-group-item-inverse:focus {
	background-color: #404040;
	color: #ffffff;
}

.alert-dismissable .close {
	right: 0;
}

.alert.alert-transparent {
	background-color: transparent;
}

.alert.alert-transparent button.close {
	opacity: 0.7;
	text-shadow: none;
}

.alert.alert-transparent.alert-danger {
	color: #f23f3f;
}

.alert.alert-transparent.alert-success {
	color: #27b963;
}

.alert.alert-transparent.alert-warning {
	color: #ffb400;
}

.alert.alert-transparent.alert-info {
	color: #2698e2;
}

.alert {
	padding: 10px;
	margin-bottom: 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #ffffff;
}

.alert i {
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
}

.alert-success {
	color: #ffffff;
	background-color: #27b963;
	border-color: #27b963;
}

.alert-success.light {
	background-color: #e5faee;
	color: #27b963;
}

.alert-info {
	color: #ffffff;
	background-color: #2698e2;
	border-color: #2698e2;
}

.alert-info.light {
	background-color: #cce7f8;
	color: #2698e2;
}

.alert-warning {
	color: #ffffff;
	background-color: #ffb400;
	border-color: #ffb400;
}

.alert-warning.light {
	background-color: #ffecbd;
	color: #ffb400;
}

.alert-danger {
	color: #ffffff;
	background-color: #f23f3f;
	border-color: #f23f3f;
}

.alert-danger.light {
	background-color: #fcd8d8;
	color: #f23f3f;
}

.alert-borderd {
	background: transparent;
	color: #4d4d4d;
}

.callout {
	margin: 0 0 5px 0;
	padding: 10px 20px;
	background-color: #f7f7f7;
	border-left: 3px solid #ededed;
}

.callout h5 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #353535;
	font-weight: 600;
}

.callout p {
	color: #4d4d4d;
}

.callout.callout-danger {
	border-color: #f23f3f;
}

.callout.callout-warning {
	border-color: #ffb400;
}

.callout.callout-info {
	border-color: #2698e2;
}

.callout.callout-success {
	border-color: #27b963;
}

.tooltip-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.popover {
	background: #4d4d4d;
	border: 1px solid #4d4d4d;
	color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.popover.left>.arrow:after {
	border-left-color: #4d4d4d;
}

.popover.right>.arrow:after {
	border-right-color: #4d4d4d;
}

.popover.top>.arrow:after {
	border-top-color: #4d4d4d;
}

.popover.bottom>.arrow:after {
	border-bottom-color: #4d4d4d;
}

.pagination>li>a,
.pagination>li>span {
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #ffffff;
	background-color: #f23f3f;
	border-color: #f23f3f;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	color: #ffffff;
	background-color: #2698e2;
	border-color: #2698e2;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	background-color: #e6e6e6;
	border-color: #d9d9d9;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	height: 34px;
	padding: 6px 10px;
}

.form-control:focus {
	border: 1px solid #b3b3b3;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #000000;
}

.form-control::-webkit-input-placeholder {
	color: #808080;
}

.form-control:-moz-placeholder {
	color: #808080;
}

.form-control::-moz-placeholder {
	color: #808080;
}

.form-control:-ms-input-placeholder {
	color: #808080;
}

.input-lg,
.form-group-lg .form-control {
	height: 50px;
}

.input-sm,
.form-group-sm .form-control {
	height: 30px;
}

input[type=radio],
input[type=checkbox] {
	margin: 2px 0 0;
}

.form-control-feedback {
	height: 40px;
	width: 40px;
	line-height: 40px;
}

label~.form-control-feedback {
	line-height: 40px;
}

.input-group-addon {
	border: 1px solid #d9d9d9;
	background: #ffffff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: white;
}

.help-block {
	font-size: 12px;
	margin-bottom: 0;
}

.checkbox-inline,
.radio-inline {
	font-size: 12px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
	color: #27b963;
}

.has-success .form-control {
	border-color: #27b963;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #27b963;
}

.has-success .form-control:focus {
	border-color: #1e8f4c;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.has-success .form-control-feedback {
	color: #27b963;
}

.has-success .input-group-addon {
	border-color: #27b963;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
	color: #f23f3f;
}

.has-error .form-control {
	border-color: #f23f3f;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #f23f3f;
}

.has-error .form-control:focus {
	border-color: #ee1010;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.has-error .form-control-feedback {
	color: #f23f3f;
}

.has-error .input-group-addon {
	border-color: #f23f3f;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
	color: #ffb400;
}

.has-warning .form-control {
	border-color: #ffb400;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.has-warning .form-control:focus {
	border-color: #cc9000;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.has-warning .form-control-feedback {
	color: #ffb400;
}

.has-warning .input-group-addon {
	border-color: #ffb400;
}

.has-info .help-block,
.has-info .control-label,
.has-info .radio,
.has-info .checkbox,
.has-info .radio-inline,
.has-info .checkbox-inline {
	color: #2698e2;
}

.has-info .form-control {
	border-color: #2698e2;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #2698e2;
}

.has-info .form-control:focus {
	border-color: #197cbc;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.has-info .form-control-feedback {
	color: #2698e2;
}

.has-info .input-group-addon {
	border-color: #2698e2;
}

legend {
	padding: 0 0 6px 0;
	font-size: 16px;
	line-height: inherit;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
}

label {
	font-size: 14px;
	font-weight: 400;
}

.nav-tabs {
	border-bottom: 1px solid #afc8e3;
}

.nav-tabs li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #dde7f3;
}

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

.nav-tabs li.active a {
	border: none;
	background: #2698e2;
	position: relative;
	color: #ffffff;
}

.nav-tabs li.active a:hover {
	border: none;
	background: #2698e2;
	color: #ffffff;
}

.tab-content {
	padding: 15px;
	border: 1px solid #afc8e3;
	border-top: 0;
	background: #ffffff;
}

.modal-header {
	background: #fafafa;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-top: 1px solid #e6e6e6;
}

.modal-header h3 {
	text-shadow: none;
	margin-bottom: 0;
}

.modal-header .close {
	margin-top: 2px;
}

.modal-content {
	-moz-box-shadow: 0 0 15px #353535;
	-webkit-box-shadow: 0 0 15px #353535;
	box-shadow: 0 0 15px #353535;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

.modal.fade .modal-dialog {
	z-index: 1000;
}

.modal-footer {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
}

.modal-backdrop.in {
	opacity: 0.8;
}

.close {
	color: #000000;
	opacity: 0.2;
	text-shadow: 0 1px 0 #f2f2f2;
}

.close:hover {
	color: #000000;
	text-shadow: none;
}

.gutter.row {
	margin-right: -7px;
	margin-left: -7px;
}

.gutter>[class^="col-"],
.gutter-10>[class^=" col-"] {
	padding-right: 7px;
	padding-left: 7px;
}