:root {
	--body-bg-color:#f1f1f1;
	--text-font-color: #5b5b5b;
	--header-font-color: #5b5b5b;
	--sidebar-left-bg-color: #343838;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

body, #wrapper {
	background: var(--body-bg-color);
}

* {
	outline: none !important;
}
a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
.label {
	padding: 0.3em 0.6em;
}
.container {
	width: auto;
}
.navbar {
	margin: 0 0 0 -15px;
}
.navbar-collapse {
	padding: 0;
	margin: 0;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.nav.navbar-nav.top-navbar .dropdown-menu > li {
	position: relative;
}
.nav.navbar-nav.top-navbar .dropdown-menu > li > a {
	cursor: pointer;
	color: #4C5264;
}
.nav.navbar-nav.top-navbar > li span.absolute {
	position: absolute;
	top: 5px;
	left: 25px;
	font-size: 10px;
	line-height: 7px !important;
	font-weight: 400 ! important;
	border-radius: 15px;
	padding: 4px;
	z-index: 4;
}
.table-noborder td {
	border: 0px !important;
}
.badge {
	vertical-align: bottom;
}
.btn-group.spaced .btn {
	border-left: 1px solid rgba(0,0,0,0.1);
}
.btn-group.open {
	z-index: 3 !important;
}
.bold {
	font-weight: 700 !important;
}
.semibold {
	font-weight: 600 !important;
}
.input-invis {
	background: none !important;
	border: none !important;
}
span.new-circle {
	border-radius: 10px;
	padding: 5px;
}
img.xs-avatar {
	width: 50px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0px 4px 0 0;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
}
img.ava-dropdown {
	float: left;
	margin: 0px 10px 0 0;
}
label {
	font-size: 13px;
	font-weight: 600;
}
.no-left-padding {
	padding-left: 0px;
}
.no-right-padding {
	padding-right: 0px;
}
.nomargin {
	margin: 0px !important;
}
.no-rounded {
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.full-rounded {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;
}
.stacked {
	margin: 0px;
}
.stacked > [class*="col-"] {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px !important;
}

textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .m-uneditable-input:focus {
	background: #f1f1f1;
	border-color: #eee;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.icon-added input {
	padding-left: 32px !important;
}
.icon-added i:first-child {
	color: rgba(0,0,0,0.2);
	display: block;
	margin: 10px;
	z-index: 3;
	position: absolute;
	text-align: center;
}

.dropdown-menu {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	padding: 5px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid #d2d2d2;
	box-shadow: inset 0px 1px 2px #fff;
	top: 100%;
}
.dropdown-menu > li > a {
	padding: 5px 7px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	color: #555;
}
.dropdown-menu > li > a:hover {
	background: #aaa;
	color: #fff;
}
.nav .dropdown-menu {
	z-index: 8;
}
.dropdown-menu.dropdown-message ul {
	white-space: inherit;
}
.dropdown-menu.dropdown-message > li > a {
	word-wrap: break-word;
	white-space: inherit;
	width: 300px;
	border-bottom: 1px solid #eee;
}
.dropdown-menu.dropdown-message li.dropdown-footer a {
	display: block;
}
.dropdown-menu.dropdown-message li p {
	font-size: 11px;
	margin-bottom: 5px;
}
.dropdown-menu.dropdown-message li i.msg-time {
	color: #7A868F;
	font-size: 11px;
	font-style: normal;
}
.dropdown-menu.dropdown-message li p i {
	color: #7A868F;
	font-size: 11px;
	font-style: normal;
}
.dropdown-menu.dropdown-message .dropdown-message-scroll {
	padding: 0px;
}
.dropdown-menu.dropdown-message .dropdown-message-scroll li {
	padding: 5px 20px;
}
.dropdown-menu.dropdown-message .dropdown-message-scroll a, .dropdown-menu.dropdown-message .dropdown-message-scroll strong {
	text-decoration: none;
	border-bottom: none;
}
.dropdown-menu.dropdown-message .dropdown-message-scroll .unread {
	background: #FFFCE0;
}
.dropdown-menu.dropdown-message .dropdown-message-scroll a:hover {
	color: #000;
}
.dropdown-header.notif-header {
	font-size: 14px;
	padding: 6px 8px 5px;
}
.dropdown-header.notif-header .pull-right {
	margin-top: -10px;
}

.widget-tabbed .nav-tabs:first-child {
	margin-top: -39px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #555555;
	background-color: #eee;
	border-bottom: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #555555;
	background-color: #eee;
}
.navbar-nav > li > .dropdown-menu {
	z-index: 8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 0px;
	border: 0px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.navbar-nav > li > .dropdown-menu > li > a {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {
	background: rgba(0,0,0,0.06);
}
.navbar-nav > li > .dropdown-menu .dropdown-header {
	background: #ABB7B7;
	color: #fff;
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
.navbar-nav > li > .dropdown-menu .dropdown-header a {
	display: inline-block;
	width: auto;
	padding: 0px;
	border: none;
	margin-right: 7px;
}
.navbar-nav > li > .dropdown-menu .dropdown-footer {
	background: #ABB7B7;
	color: #fff;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.navbar-nav > li.language_bar > .dropdown-menu > li > a:hover, .navbar-nav > li.language_bar > .dropdown-menu > li > a:focus {
	background: rgba(0,0,0,0.3);
}
.navbar-nav > li.language_bar > .dropdown-menu:before, .navbar-nav > li > .dropdown-menu.grid-dropdown:before {
	border-bottom: 6px solid #fff;
}
.navbar-nav > li > .dropdown-menu.grid-dropdown {
	width: 300px;
	text-align: center;
	font-size: 16px;
	color: #252932;
}
.navbar-nav > li > .dropdown-menu.grid-dropdown a {
	font-size: 13px;
	color: #38464A;
	width: 100%;
	padding: 10px;
	line-height: 30px;
	display: block;
	font-weight: 300;
	vertical-align: middle;
	opacity: 0.7;
	cursor: default;
}
.navbar-nav > li > .dropdown-menu.grid-dropdown a.clickable:hover {
	background: #ABB7B7;
	color: #fff;
}
.navbar-nav > li > .dropdown-menu.grid-dropdown a.clickable:hover i {
	color: #fff;
}
.navbar-nav > li > .dropdown-menu.grid-dropdown a i {
	font-size: 25px;
	line-height: 30px;
	height: 30px;
	display: block;
	color: #697a7a;
}
.navbar-nav > li > .dropdown-menu.grid-dropdown a.clickable {
	opacity: 1;
	cursor: pointer;
}
.navbar-nav > li > .dropdown-menu.grid-dropdown:before {
	right: auto;
	left: 18px;
}
.navbar-nav > li.topbar-profile > .dropdown-menu {
	background: #7A868F;
	color: #fff;
}
.navbar-nav > li.topbar-profile > .dropdown-menu > li > a {
	color: #eee !important;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-nav > li.topbar-profile > .dropdown-menu > li.divider {
	background: rgba(0,0,0,0.1);
	height: 2px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	margin: 4px 0;
}
.navbar-nav > li.topbar-profile > .dropdown-menu > li:hover > a, .navbar-nav > li.topbar-profile > .dropdown-menu > li:focus > a {
	color: #fff !important;
}
.navbar-nav > li.topbar-profile > .dropdown-menu:before {
	border-bottom: 6px solid #7A868F;
}
.navbar-form {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
	background: rgba(0,0,0,0.1);
}
.navbar-form .search-button {
	background: none;
	border: none;
	position: absolute;
	right: 5px;
	top: 0px;
	color: #666;
	-webkit-box-shadow: 0px 0px 0px 0px !important;
	box-shadow: 0px 0px 0px 0px !important;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.navbar-form .search-button:hover {
	color: #fff !important;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.navbar-form .form-control:focus + .search-button {
	color: #ccc;
}
.navbar-form .form-group {
	display: block;
}
.navbar-form .form-control {
	background-color: transparent !important;
	border: none;
	color: #aaa;
	box-shadow: none;
	display: block;
	width: 100%;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.navbar-form .form-control:focus {
	background-color: #555 !important;
	border-color: #888;
	color: #fff;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.navbar-form .form-control::-webkit-input-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}
.navbar-form .form-control:-moz-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}
.navbar-form .form-control::-moz-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}
.navbar-form .form-control:-ms-input-placeholder {
	color: #777 !important;
	text-overflow: ellipsis;
}
.enlarged .navbar-form .form-control {
	color: transparent;
}
.enlarged .navbar-form .form-control:hover, .enlarged .navbar-form .form-control:focus {
	color: #aaa;
}
.enlarged .navbar-form .form-control::-webkit-input-placeholder {
	color: transparent !important;
	text-overflow: ellipsis;
}
.enlarged .navbar-form .form-control:-moz-placeholder {
	color: transparent !important;
	text-overflow: ellipsis;
}
.enlarged .navbar-form .form-control::-moz-placeholder {
	color: transparent !important;
	text-overflow: ellipsis;
}
.enlarged .navbar-form .form-control:-ms-input-placeholder {
	color: transparent !important;
	text-overflow: ellipsis;
}
.rounded-image {
	-webkit-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
	display: inline-block;
}
.rounded-image img {
	width: 100%;
}
.profile-image {
	border: 4px double rgba(255,255,255,0.2);
}
.profile-text {
	color: #fff;
	font-size: 18px;
}
.profile-buttons {
	margin-top: 5px;
}
.profile-buttons a {
	color: #eee;
	font-size: 13px;
	line-height: 22px;
	padding: 4px 10px 6px;
	vertical-align: middle;
	display: inline-block;
}
.profile-buttons a i {
	font-size: 16px;
	line-height: 25px;
}
.profile-buttons a:hover {
	color: #fff;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.profile-status i {
	color: #444;
	font-size: 14px;
	float: right;
	margin-top: -14px;
}
i.online {
	color: #00AC65;
}
hr.divider {
	border-color: rgba(255,255,255,0.1);
	width: 90%;
	margin: 10px 5%;
	display: block;
	clear: both;
}
.the-timeline {
	margin-bottom: 40px;
}
.the-timeline .post-to-timeline {
	margin: 15px 0;
}
.the-timeline .post-to-timeline textarea {
	height: 50px;
	resize: none;
	margin-bottom: 10px;
}
.the-timeline ul {
	padding: 0;
	list-style: none;
	margin: 0 15px 0 30px;
	border-left: 2px solid #ddd;
}
.the-timeline ul li.the-year {
	background: transparent;
	height: 100px;
	line-height: 90px;
	min-height: 100px;
	left: -32px;
	border-left: 4px solid transparent !important;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
}
.the-timeline ul li.the-year p {
	width: 20%;
	margin-left: 41%;
}
.the-timeline ul li.the-year:before {
	display: block;
	border: 0px;
	width: 40%;
	top: 50px;
	border-top: 2px solid #ddd !important;
}
.the-timeline ul li.the-year:after {
	display: block;
	border: 0px;
	right: -32px;
	content: " ";
	top: 50px;
	position: absolute;
	left: auto;
	width: 40%;
	border-top: 2px solid #ddd;
}
.the-timeline ul li:before {
	width: 10px;
	height: 10px;
	border-style: solid;
	content: " ";
	position: absolute;
	left: -14px;
	top: 19px;
	border-width: 7.5px 8px 7.5px 0;
	border-color: transparent #efefef transparent transparent;
	display: block;
}
.the-timeline ul li {
	padding: 5px 15px;
	display: block;
	min-height: 54px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 20px 0 20px 40px;
	background: #efefef;
	position: relative;
	border-left: 4px solid transparent;
}
.the-timeline ul li:hover {
	border-left-color: #4A525F;
}
.the-timeline ul li:hover:before {
	border-color: transparent #4A525F transparent transparent;
}
.the-timeline ul li p {
	margin: 0;
	padding: 0;
}
.the-timeline ul li .the-date {
	position: absolute;
	left: -69px;
	top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 130%;
}

.the-timeline ul li.foreign {
	opacity: .7;
}
.the-timeline ul li.foreign:hover {
	opacity: 1;
}

.the-timeline ul li .the-date span {
	color: #fff;
	font-size: 18px;
	display: block;
	margin-top: 8px;
}
.the-timeline ul li .the-date small {
	color: #fff;
	font-size: 12px;
	display: block;
}

iframe {
	width: 100%;
	border: none;
}
.breadcrumb {
	padding: 0;
	background: transparent;
	font-size: 12px;
	margin: 0;
}
.progress.progress-xs {
	height: 5px;
	margin-top: 25px;
	margin-bottom: 20px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress.progress-xs.for-modal {
	margin-top: 10px;
	margin-bottom: 20px;
}
.progress.progress-xs .progress-bar {
	font-size: 11px;
	line-height: 16px;
	color: #ffffff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}
.progress.progress-xs.progress-striped .progress-bar {
	background-size: 10px 10px;
}
.progress.progress-sm {
	height: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress.progress-sm.progress-striped .progress-bar {
	background-size: 15px 15px;
}
.table > thead > tr > th {
	vertical-align: middle;
	border-bottom: 1px solid #dddddd;
}
.form-control {
	font-size: 13px;
	border-radius: 0;
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.form-control:focus {
	border-color: #dadada;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102,175,233,0);
}
.form-group .checkbox {
	margin-left: 0;
	padding-left: 0;
}
.btn {
	border-radius: 2px;
}
.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.alert {
	border-radius: 0px;
}

.clear {
	clear: both;
}
body.lightbox #wrapper {
	background: #fff;
}
.page {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.rows, .col, .page {
	position: absolute;
}
.rows {
	left: 0;
	right: 0;
}
.topbar {
	left: 0px;
	right: 0;
	top: 0;
	height: 54px;
	z-index: 11;
	background: #ffffff;
	position: fixed;
	box-shadow: 1px 0 3px 0 rgba(0,0,0,0.2);
}
.topbar .topbar-left {
	float: left;
	height: 50px;
	position: relative;
	z-index: 1;
	width: 280px;
	background: var(--sidebar-left-bg-color);
}
.logo h1 {
	margin: 5px auto 0;
	height: 50px;
	text-align: center;
}
.topbar-profile .topbar-profile-image {
	width: 35px;
	height: 35px;
	position: relative;
	margin-right: 5px;
	margin-top: -15px;
	margin-bottom: -12px;
}
.topbar-profile-image {
	width: 35px;
	height: 35px;
	position: relative;
	border: 1px solid rgba(0,0,0,0.2);
}

.sidebar-inner .profile-image {
	width: 64px;
	height: 64px;
}

#wrapper.enlarged .sidebar-inner .profile-image {
	width: 41px;
	height: 41px;
}

.navbar-right .iconify > a > i {
	font-size: 18px;
	color: #666;
	line-height: 17px;
}
.right-opener {
	border-left: 1px solid #f5f5f5;
}
.right-opener i {
	color: rgba(0,0,0,0.6);
}
.right-opener .fa-angle-double-right {
	display: none;
}
.open-right-sidebar .right-opener .fa-angle-double-right {
	display: inline-block;
}
.open-right-sidebar .right-opener .fa-angle-double-left {
	display: none;
}
.logo h1 img {
	height: 40%;
}
.col {
	top: 0;
	bottom: 0;
}
.scroll-x {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.scroll-y {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.fill, .pane {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.pane {
	display: none;
}
.side-menu {
	width: 280px;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.side-menu.left {
	background: var(--sidebar-left-bg-color);
	position: absolute;
	top: 56px;
}
body.fixed-left .side-menu.left {
	margin-top: 0px;
	position: fixed;
	height: 100%;
	bottom: 50px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}
.side-menu.left .scroll-y {
	direction: rtl;
	overflow-x: visible;
}
body.mobile .slimscrollleft, body.mobile .slimscroller {
	overflow-y: scroll;
}
.side-menu.left .scroll-y .sidebar-inner {
	direction: ltr;
}
.content-page {
	margin-left: 280px;
	position: relative;
}
.content-page > .content {
	margin-top: 54px;
	padding: 20px;
	position: relative;
}
.side-menu.right {
	width: 230px;
	right: -230px;
	position: fixed;
	z-index: 15;
	background: #343838;
}
.side-menu.right .tab-inner {
	height: 100%;
}
#wrapper.open-right-sidebar {
	padding-right: 230px;
}
.open-right-sidebar .topbar {
	margin-right: 230px;
}
.open-right-sidebar .right {
	right: 0px !important;
}
.header.rows {
	height: 50px;
}
.header.rows-content-header {
	height: 50px;
}
.header.left.side-menu {
	background: var(--sidebar-left-bg-color);
}
.header.content {
	background: #FFFFFF;
	border-bottom: 1px solid #E5E9EC;
}
.body.rows {
	top: 0px;
	bottom: 50px;
}
.body.content.rows {
	top: 50px;
	bottom: 0px;
	background: #E4EAE6;
	padding: 20px;
	font-size: 13px;
}
body.fixed-left .left-footer {
	bottom: 50px;
}
.left-footer {
	height: 50px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.3);
	color: #E8EAED;
	padding: 15px;
}
.left-footer .progress.progress-xs {
	margin: 9px 70px 9px 0;
	overflow: visible;
	position: relative;
}
.left-footer .progress.progress-xs .progress-precentage {
	display: block;
	position: absolute;
	right: -20px;
	top: -12px;
	padding: 7px 5px;
	border-radius: 50%;
	background: #555;
	color: #f3f3f3;
}
.left-footer .progress.progress-xs {
	background: rgba(0,0,0,0.6);
}
.left-footer .progress.progress-xs .btn {
	display: block;
	position: absolute;
	right: -70px;
	top: -14px;
	background: #555;
	color: #f3f3f3;
	border: none;
}
.button-menu-mobile {
	position: absolute;
	right: 0;
	float: left;
	top: 0px;
	z-index: 2;
	padding: 10px 18px;
	height: 50px;
	font-size: 21px;
	background: transparent;
	color: #888;
	border: none;
}
.button-menu-mobile:hover {
	color: #eee;
}
button.navbar-toggle {
	padding: 5px 20px;
}

.content-page > .breadcrumb {
	top: 54px;
	line-height: 30px;
	padding: 0px 15px;
	background: rgba(0,0,0,0.05);
	position: relative;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.content-page > .breadcrumb li a {
	color: #9dabab;
}
.content-page > .breadcrumb li.active {
	color: #7A868F;
}
.content-page > .breadcrumb > li + li:before {
	color: #9dabab;
	padding: 0px 10px;
	content: "";
	font-family: FontAwesome;
}
.sidebar-inner {
	height: 100%;
}
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-size: 13px;
	position: relative;
}
#sidebar-menu a {
	line-height: 1.3;
}
#sidebar-menu {
	width: 100%;
}
#sidebar-menu > ul > li {
	background: var(--sidebar-left-bg-color);
	display: block;
}
#sidebar-menu > ul > li > a {
	font-size: 13px;
	display: block;
	color: #e7e7e7;
	padding: 10px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1);
	padding-right: 22px;
}
#sidebar-menu > ul > li > a > span {
	vertical-align: middle;
}
#sidebar-menu > ul > li > a:hover {
	color: #fff;
	background: #4d5252;
	padding-left: 10px;
}
#sidebar-menu > ul > li > a > i {
	color: rgba(255,255,255,0.7);
	display: inline-block;
	font-size: 15px;
	line-height: 17px;
	margin-left: 3px;
	margin-right: 7px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
#sidebar-menu > ul > li > a > i.i-right {
	margin: 3px 0 0 0;
	float: right;
}
#sidebar-menu > ul > li > a:hover {
	text-decoration: none;
}
#sidebar-menu > ul > li > a.subdrop {
	background: rgba(255,255,255,.05);
}
#sidebar-menu > ul > li > a.active, #sidebar-menu > ul > li > a.active.subdrop {
	color: #fff;
	background: #68C39F !important;
	border-left: 5px solid rgba(0,0,0,0.3);
	padding-left: 5px;
}
#sidebar-menu > ul > li > a.open:after, #sidebar-menu > ul > li > a.active:after {
	border-color: rgba(0,0,0,0) #E4EAE6 rgba(0,0,0,0) rgba(0,0,0,0);
	border-style: solid;
	border-width: 15px 11px 15px 0;
	content: " ";
	height: 0;
	position: absolute;
	right: 0;
	top: 6px;
	width: 0;
	z-index: 2;
}
#sidebar-menu > ul > li > a span.label {
	float: right;
}
#sidebar-menu > ul > li > a span.label.span-left {
	float: none;
	margin-left: 5px;
}
#sidebar-menu span.cnt {
	position: absolute;
	top: 8px;
	right: 15px;
	padding: 0;
	margin: 0;
	background: none;
}
#sidebar-menu ul ul {
	display: none;
	background: var(--sidebar-left-bg-color);
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
#sidebar-menu ul ul ul {
	border-top: 1px solid rgba(0,0,0,0.1);
}
#sidebar-menu ul ul li {
	border-top: 0;
}
#sidebar-menu ul ul a {
	padding: 10px 25px;
	display: block;
	color: #ffffff;
	font-size: 12px;
}
#sidebar-menu ul ul ul a {
	padding-left: 35px;
}
#sidebar-menu ul ul ul ul a {
	padding-left: 45px;
}
#sidebar-menu ul ul a:hover {
	color: #fff;
	background: #1b1e1e;
}
#sidebar-menu ul ul li a.active {
	color: #fff;
	background: #0f1010;
}
#sidebar-menu ul ul a i {
	margin-right: 5px;
}
#wrapper.enlarged #sidebar-menu ul ul {
	border: none;
}
#wrapper.enlarged .left.side-menu .widget {
	display: none;
}
#wrapper.enlarged .profile-text {
	display: none;
}
#wrapper.enlarged .profile-info .col-xs-4 {
	width: 100%;
	padding: 5px;
}
#wrapper.enlarged .profile-info .col-xs-8 {
	width: 100%;
	padding: 0 7px;
}
#wrapper.enlarged .left.side-menu {
	width: 50px;
	z-index: 5;
}
#wrapper.enlarged.with-left-sidebar .content-page {
	margin-left: 50px;
}
#wrapper.enlarged.without-left-sidebar .content-page {
	margin-left: 0;
}
#wrapper.enlarged .left.side-menu .navbar-form input::-webkit-input-placeholder {
	color: transparent !important;
}
#wrapper.enlarged .left.side-menu .navbar-form input:-moz-placeholder {
	color: transparent !important;
}
#wrapper.enlarged .left.side-menu .navbar-form input::-moz-placeholder {
	color: transparent !important;
}
#wrapper.enlarged .left.side-menu .navbar-form input:-ms-input-placeholder {
	color: transparent !important;
}
#wrapper.enlarged .left.side-menu .navbar-form:hover {
	width: 280px;
	position: relative;
	z-index: 5;
}
#wrapper.enlarged .topbar .topbar-left {
	width: 50px !important;
}
#wrapper.enlarged .topbar .topbar-left .logo {
	opacity: 0;
	display: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
	white-space: nowrap;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > ul {
	display: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
	background: #4d5252;
}
#wrapper.enlarged #sidebar-menu ul ul li a.active {
	background: #1b1e1e !important;
}
#wrapper.enlarged #sidebar-menu > ul > li:hover > a.open:after, #wrapper.enlarged #sidebar-menu > ul > li:hover > a.active:after {
	display: none;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul {
	position: absolute;
	left: 50px;
	width: 230px;
	display: block;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > a {
	background: rgba(255,255,255,.2) !important;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > a,
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > a i {
	color: #fff;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li:hover > ul {
	position: absolute;
	left: 230px;
	margin-top: -36px;
	width: 230px;
	display: block;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > ul a {
	background: var(--sidebar-left-bg-color);
	color: #fff !important;
	padding-left: 10px;
	border: none;
	width: 230px;
	box-shadow: none;
	z-index: 6;
	position: relative;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul ul li > a span.pull-right {
	position: absolute;
	right: 10px;
	top: 12px;
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li > a span {
	display: none;
	padding-left: 10px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a span.pull-right {
	position: absolute;
	right: 10px;
	top: 12px;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover > a {
	width: 280px;
	position: relative;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li {
	position: relative;
}
#wrapper.enlarged .left.side-menu #sidebar-menu ul > li:hover a span {
	display: inline;
}
#wrapper.enlarged .left.side-menu .navbar-form .search-button {
	right: 7px;
}
.side-menu.right .nav-tabs {
	background: rgba(0,0,0,0.2);
	border: none;
}
.side-menu.right .nav-tabs li {
	text-align: center;
}
.side-menu.right .nav-tabs > li > a {
	border-radius: 0px !important;
	margin: 0px !important;
	padding: 14px 15px 15px;
	font-size: 13px;
	color: rgba(255,255,255,0.3);
	border-bottom: 1px solid transparent;
}
.side-menu.right .nav > li > a:hover, .side-menu.right .nav > li > a:focus {
	background: rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.7);
	border-color: rgba(255,255,255,0);
}
.side-menu.right .nav-tabs > li.active > a {
	color: #ccc;
}
.side-menu.right .nav-tabs > li.active > a, .side-menu.right .nav-tabs > li.active > a:hover, .side-menu.right .nav-tabs > li.active > a:focus {
	background: var(--sidebar-left-bg-color);
	border-color: var(--sidebar-left-bg-color);
	border-radius: 0px;
}
.side-menu.right .right-toolbar {
	margin: 5px 15px 15px;
}
.side-menu.right .right-toolbar a {
	color: #ddd;
	font-size: 12px;
}
.side-menu.right .panel-group .panel {
	border-radius: 0px;
	border: none;
	color: #f3f3f3;
	background: transparent;
}
.side-menu.right .panel-default > .panel-heading {
	background: transparent;
	border: none;
	border-radius: 0px;
}
.side-menu.right .panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: none;
}
.side-menu.right .panel-title > a {
	color: #fff;
}
.side-menu.right .panel-title > a .label {
	margin-top: 2px;
}
.side-menu.right .tab-content, .side-menu.right .tab-content > .tab-pane, .side-menu.right .tab-content > .tab-pane.active {
	height: 100%;
	padding-bottom: 20px;
}
.accordion-toggle .panel-heading {
	padding: 0px;
}
.accordion-toggle .panel-title a {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 22px;
	padding: 9px 35px 9px 20px;
	position: relative;
}
.accordion-toggle .panel-title a:after {
	content: "\f106";
	display: block;
	font-family: FontAwesome;
	font-size: 10px;
	line-height: 36px;
	position: absolute;
	top: 3px;
	right: 15px;
}
.accordion-toggle .panel-title a.collapsed:after {
	content: "\f107";
}
.accordion-toggle .panel.panel-default .panel-title a {
	color: #555;
}
.panel-group .panel {
	border-radius: 3px;
}
.not-logged-avatar {
	width: 100px;
	margin: 0px auto;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
.search-right {
	padding: 10px 15px;
}
.search-right input {
	background: rgba(0,0,0,0.3);
	border: none;
	color: #eee;
}
#notification-list a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	vertical-align: text-top;
}
#notification-list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#notification-list a .muted {
	display: block;
	font-size: 12px;
	font-weight: 300;
	color: rgba(255,255,255,0.4);
}
#notification-list .icon-wrapper {
	border-radius: 150px;
	font-size: 20px;
	width: 35px;
	line-height: 29px;
	text-align: center;
	height: 35px;
	margin-right: 10px;
	float: left;
	color: #fff;
	display: inline-block;
	border: 2px solid #4EA6A6;
}
#inbox-list li {
	margin-bottom: 15px;
}
#inbox-list a {
	color: #fff;
}
#inbox-list a .datetime {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,0.4);
	float: right;
}
#inbox-list a .sender {
	font-size: 13px;
	display: block;
	float: left;
	font-weight: 600;
}
#inbox-list a .title {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 15px;
	color: rgba(255,255,255,0.8);
}
#inbox-list a .content {
	clear: both;
	display: block;
	font-size: 11px;
	font-weight: 300;
	overflow: hidden;
	color: rgba(255,255,255,0.6);
}
#updates-list li {
	margin-bottom: 10px;
}
#updates-list a {
	color: #fff;
	font-size: 13px;
}
#updates-list .icon-wrapper {
	border-radius: 50px;
	font-size: 14px;
	width: 24px;
	line-height: 25px;
	text-align: center;
	height: 24px;
	margin-right: 10px;
	float: left;
	color: #fff;
	display: inline-block;
}
#chat-panel .panel-body {
	padding: 0px;
}
#chat-list li {
	clear: both;
	height: 55px;
	opacity: 0.9;
	padding: 7px 15px 10px;
}

#settings .tab-inner {
	color: rgba(255,255,255,0.8);
}
#settings .tab-inner h3 {
	color: rgba(255,255,255,0.6);
	margin-bottom: 20px;
}
#settings .tab-inner h4 {
	color: rgba(255,255,255,0.6);
	margin-bottom: 15px;
}
#settings .tab-inner .row {
	margin-bottom: 10px;
	font-size: 12px;
}
.page-heading {
	margin: 0px 0 20px;
	padding: 5px 0;
}
.page-heading h1 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 0px;
}
.page-heading h3 {
	font-size: 15px;
	margin-top: 0px;
}
.widget {
	position: relative;
	background: #fff;
	color: var(--text-font-color);
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.widget-header, .widget-content {
	display: block;
	width: 100%;
	clear: both;
}
.widget-header {
	-webkit-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background: rgba(0,0,0,0.02);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.portlets {
	min-height: 50px;
}
.portlets .widget-header {
	cursor: move;
}
.widget-footer {
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	overflow: hidden;
}
.widget-header.transparent {
	background: transparent;
	border: none;
}
.widget-header.centered {
	text-align: center;
}
.widget-header .left-btn {
	position: absolute;
	left: 10px;
	top: 6px;
}
.widget-content {
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
.widget-content.padding {
	padding: 15px;
}
.widget-content.padding-sm {
	padding: 10px;
}
.widget-content.padding-xs {
	padding: 1%;
}
.widget.maximized {
	position: fixed;
	-webkit-border-radius: 0;
	border-radius: 0;
	top: 50px;
	left: 280px;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	margin: 0px;
}
#wrapper.enlarged .widget.maximized {
	left: 50px;
}
#wrapper.open-right-sidebar .widget.maximized {
	right: 230px;
}
.widget.modal-widget {
	position: absolute;
	display: block;
	z-index: 10;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2), 0px 10px 15px rgba(0,0,0,0.2);
}
.widget.modal-widget.modalize .widget-header {
	background: #efefef;
}
.widget:before, .widget:after {
	display: table;
	content: " ";
}
.widget:after {
	clear: both;
}
.widget .des-thumbnail {
	padding: 20px;
}
.widget .img-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.widget .img-wrap img {
	width: 100%;
}
.widget .widget-header {
	height: 43px;
	display: block;
}
.widget .widget-header h2 {
	padding: 4px 13px 4px 13px;
	margin: 0px;
	font-weight: 400;
	font-size: 16px;
	display: block;
	color: var(--header-font-color);
}
.widget .widget-header h2.no-style {
	padding: 0px;
	margin: 20px 0px 10px 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	border-bottom: none;
}
.widget.box-messages {
	margin-top: -50px;
}
.widget.box-messages h2 {
	border-bottom: none;
}
.widget .statistic-chart {
	padding: 0 0 0px 0;
}
.widget .statistic-chart .toolbar {
	padding: 10px;
	padding-top: 0px;
}
.widget.full {
	padding: 0px;
}
.widget.full .box-footer {
	padding: 20px 20px 15px 20px;
}
.widget.full .box-footer a, .widget.full .box-footer a:hover {
	color: #1B1E24;
	text-decoration: none;
}
.widget .nav-tabs > li > a {
	line-height: 1.428571429;
	border: none;
	margin-right: 6px;
	background: rgba(0,0,0,0.04);
	color: #555;
	font-size: 13px;
}
.widget .tab-boxed {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0px;
}
.widget .nav-tabs > li > a i {
	color: #555;
}
.widget .media-list {
	margin-top: 30px;
}
.widget .media-list a {
	color: #1B1E24;
}
.widget .media-list a:hover {
	color: #212121;
	text-decoration: none;
}
.widget .media-list .media {
	padding: 5px 20px;
	border-bottom: 1px solid #eaeaea;
}
.widget .media-list li:last-child.media {
	border-bottom: none;
}
.widget .media-list .media .media-heading a {
	font-size: 14px;
	font-weight: 600;
	color: #1B1E24;
	margin-right: 5px;
}
.widget .media-list .media .media-heading small {
	color: #65BD77;
	font-size: 11px;
}
.widget .media-list .media p {
	color: #909090;
}
.widget .media-list .media .media-object {
	width: 50px;
}
.widget .nav-tabs > li.active > a, .widget .nav-tabs > li.active > a:hover, .widget .nav-tabs > li.active > a:focus {
	cursor: default;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	background-color: #7A868F;
	color: #fff;
}
.widget .nav-tabs > li.active > a i, .widget .nav-tabs > li.active > a:hover i, .widget .nav-tabs > li.active > a:focus i {
	color: #fff;
}
.widget .nav-tabs.nav-simple li a {
	background: none;
}
.widget .nav-tabs.nav-simple > li.active > a, .widget .nav-tabs.nav-simple > li.active > a:hover, .widget .nav-tabs.nav-simple > li.active > a:focus {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	background: none;
	color: #555;
}
.widget .nav-tabs.nav-simple > li.active > a i, .widget .nav-tabs.nav-simple > li.active > a:hover i, .widget .nav-tabs.nav-simple > li.active > a:focus i {
	color: #555;
}
.widget .additional-box {
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 2;
}
.widget .additional-btn {
	position: absolute;
	top: 10px;
	right: 13px;
	z-index: 2;
}
.widget .left-toolbar {
	position: absolute;
	top: 10px;
	left: 13px;
	z-index: 2;
}
.widget:hover .additional-btn > a.hidden {
	display: inline-block !important;
	visibility: visible !important;
}
.widget:hover .additional-btn > a.hidden.nevershow, .widget:hover .additional-btn > a.nevershow, .widget .additional-btn > a.nevershow {
	display: none !important;
}
.widget .widget-header:hover .additional-btn > a {
	color: #909090;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.widget.modal-widget.modalize .widget-header .additional-btn > a {
	color: #909090;
}
.widget .btn-group {
	z-index: 1;
}
.widget table .btn-group {
	z-index: 1;
}
.widget .additional-btn .dropdown-menu {
	z-index: 2;
}
.widget .widget-close, .widget .widget-toggle {
	font-size: 15px;
}
.widget .widget-close:hover {
	color: #EB5055 !important;
}
.widget .additional-btn > a, .widget .widget-header .additional-btn .btn-group > a {
	color: #ccc;
	margin-left: 7px;
	margin-right: 0px;
	cursor: pointer;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.widget .additional-btn > a:hover {
	text-decoration: none;
	-webkit-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
}
.ui-sortable-placeholder {
	background: #c1c1c1 !important;
	display: block;
	visibility: visible !important;
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.1);
}
.widget.ui-sortable-placeholder * {
	visibility: hidden;
}
.transparent {
	background: rgba(0,0,0,0);
	color: #fff;
}
.white {
	background: #ffffff;
	color: #555;
}
.widget.success {
	background: #65BD77;
	color: #fff;
}
.widget.success h2 {
	color: #2C7439;
	border-bottom-color: #3B934B;
}
.widget.success:hover {
	color: #DEFFE5;
}
.widget.success .additional-btn a.additional-icon {
	color: #3B934B;
}
.widget.success .additional-btn a:hover.additional-icon {
	color: #2C7439;
}
.widget.success .text-box h3 {
	color: #215F2E;
}
.widget.success .progress-bar-success {
	background-color: #215F2E;
}
.widget.success i.success {
	color: #215F2E;
}
.widget.danger {
	background: #D9534F;
	color: #fff;
}
.widget.danger h2 {
	color: #791C1A;
	border-bottom-color: #791C1A;
}
.widget.danger:hover {
	color: #fff;
}
.widget.danger .additional-btn a.additional-icon {
	color: #791C1A;
}
.widget.danger .additional-btn a:hover.additional-icon {
	color: #791C1A;
}
.widget.danger .text-box h3 {
	color: #791C1A;
}
.widget.danger .progress-bar-danger {
	background-color: #791C1A;
}
.widget.danger i.danger {
	color: #791C1A;
}
.widget.info {
	background: #4393D8;
	color: #fff;
}
.widget.info h2 {
	color: #15558B;
	border-bottom-color: #15558B;
}
.widget.info:hover {
	color: #DEFFE5;
}
.widget.info .additional-btn a.additional-icon {
	color: #15558B;
}
.widget.info .additional-btn a:hover.additional-icon {
	color: #15558B;
}
.widget.info .text-box h3 {
	color: #15558B;
}
.widget.info .progress-bar-info {
	background-color: #15558B;
}
.widget.info i.info {
	color: #15558B;
}
.widget.warning {
	background: #F7CB17;
	color: #fff;
}
.widget.warning h2 {
	color: #9D5D03;
	border-bottom-color: #9D5D03;
}
.widget.warning:hover {
	color: #DEFFE5;
}
.widget.warning .additional-btn a.additional-icon {
	color: #9D5D03;
}
.widget.warning .additional-btn a:hover.additional-icon {
	color: #9D5D03;
}
.widget.warning .text-box h3 {
	color: #9D5D03;
}
.widget.warning .progress-bar-warning {
	background-color: #9D5D03;
}
.widget .progress-bar-semi-transparent {
	background-color: rgba(255,255,255,0.4);
}
.widget.warning i.warning {
	color: #9D5D03;
}
.widget .additional {
	padding: 0 15px;
	background: #fff;
	color: #909090;
	margin: 15px -15px -15px -15px;
}
.widget .additional .list-box-info {
	margin: 0 -15px;
}
.widget .additional .list-box-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .additional .list-box-info ul li {
	background: #fff;
	padding: 15px 20px;
	color: #909090;
	border-bottom: 1px solid #ddd;
}
.widget .additional .list-box-info ul li span.label {
	float: right;
	font-size: 13px;
}
.widget .additional .list-box-info ul li:last-child {
	border-bottom: 1px solid #fff;
}
.left .widget {
	margin: 10px;
}
.left .widget-header h2 {
	color: #fff;
	padding: 4px;
}
.left .widget .additional-btn {
	right: 4px;
}
.widget.full h2 {
	padding: 15px;
	margin: 5px 0px 20px 0px;
}
.widget table {
	margin: 0;
}
.widget .widget-icon {
	font-size: 50px;
	position: absolute;
	right: 4%;
	top: 10px;
	color: #ffffff;
}
.widget .text-box h2 {
	padding: 0;
	margin: 0px 0;
	font-weight: 300;
	font-size: 32px;
	display: block;
	color: #fff;
}
.widget .text-box .maindata {
	font-size: 11px;
	color: #fff;
}
.widget .text-box .maindata b {
	font-size: 12px;
}
.top-summary .widget .progress {
	margin: 0px;
	background: rgba(0,0,0,0.2);
}
.top-summary .widget .widget-footer {
	background: rgba(0,0,0,0.1);
	padding: 4px 15px;
	font-size: 12px;
	color: rgba(255,255,255,0.9);
}
.top-summary .widget .widget-footer .rel-change {
	font-size: 14px;
	color: #fff;
	margin-right: 7px;
}
.flip {
	perspective: 600px;
	perspective-origin: 50% 50%;
	position: relative;
}
.flip:hover .widget-flip, .flip.hover .widget-flip {
	transform: rotateY(180deg);
}
.flip, .widget-front, .widget-back {
	width: 100%;
	height: 110px;
}
.widget-flip {
	transition: all 600ms ease 0s, opacity 200ms ease 0s;
	transform-style: preserve-3d;
	position: relative;
}
.widget-front, .widget-back {
	backface-visibility: hidden;
	transform-origin: 50% 50% 0;
	position: absolute;
	top: 0;
	left: 0;
}
.widget-front {
	z-index: 2;
	background: #ff0000;
}
.widget-back {
	background: #333;
	transform: rotateY(180deg);
}
.dropdown-toggle.btn-sm {
	padding-right: 6px;
}
.dropdown-toggle.btn-xs {
	padding-right: 3px;
}
.btn-primary {
	background-color: #4A525F;
	border-color: #4A525F;
	color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #3E444F;
	border-color: #3E444F;
	color: #FFFFFF;
}
.btn-warning {
	background-color: #FFC052;
	border-color: #FFC052;
	color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-color: #F5B84F;
	border-color: #F5B84F;
	color: #FFFFFF;
}
i.success {
	color: #68C39F;
}
i.warning {
	color: #FFC052;
}
i.info {
	color: #65BBD6;
}
i.danger {
	color: #E15554;
}
p.quick-post {
	margin: 10px 5px;
}
p.quick-post i {
	color: #909090;
	margin: 5px;
	cursor: pointer;
}
p.quick-post.message i {
	margin: 0 2px;
}
p.quick-post.message {
	margin: 3px 0px;
	padding: 0;
	text-align: right;
}

.selectpicker {
	border-radius: 0;
	font-size: 13px;
}
.icon-showcase i {
	margin-right: 5px;
}
.bs-glyphicons {
	padding-left: 0;
	padding-bottom: 1px;
	margin-bottom: 20px;
	list-style: none;
	overflow: hidden;
}
.bs-glyphicons li {
	float: left;
	width: 25%;
	height: 115px;
	padding: 10px;
	margin: 0 -1px -1px 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
	display: block;
	text-align: center;
	word-wrap: break-word;
}
.bs-glyphicons li:hover {
	background-color: rgba(86,61,124,0.1);
}
@media (min-width: 768px) {
	.bs-glyphicons li {
		width: 12.5%;
	}
}
.search-box.has-feedback .form-control-feedback {
	right: 5px;
}
.btn-toolbar .rows-check-cont {
	margin-top: 6px;
	margin-right: 15px;
}
.mail-list {
	background: #fff;
	color: #777;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.mail-reply {
	font-size: 13px;
	color: #777;
}
.sender-photo {
	height: 30px;
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}
.menu-message {
	margin: 20px 0;
}
.menu-message .list-group-item {
	border: 0px;
	border-left: 4px solid transparent;
	background: rgba(255,255,255,0.8);
	margin-bottom: 0px;
	color: #666;
}
.menu-message .list-group-item.active {
	background: rgba(255,255,255,0.4);
	border-left: 4px solid #68C39F;
	color: #666;
}
.menu-message .list-group-item.active .badge {
	color: #fff;
	background: #7A868F;
}
.menu-folders {
	margin: 20px 0;
}
.menu-folders .list-group-item {
	border: 0px;
	background: rgba(255,255,255,0.8);
	margin-bottom: 0px;
	color: #666;
	font-size: 13px;
}
.menu-folders .list-group-item i {
	font-size: 14px;
	margin-right: 5px;
}
.table-message tr.unread {
	font-weight: 500;
}
.table-message tr.unread a {
	font-weight: 500;
}
.table-message > tbody > tr > td {
	border-bottom: 1px solid #f3f3f3 !important;
}
.table-message > tbody > tr > td > a {
	display: block;
	font-weight: 300;
	color: var(--text-font-color);
}
.table-message > tbody > tr > td > a:hover {
	text-decoration: none;
}
.data-table-toolbar span.paging-status {
	font-weight: bold;
	margin: 10px 10px 0 0;
}
.input-message {
	margin-top: -1px;
}
.new-message-btns {
	width: 100%;
}
hr.dashed {
	height: 1px;
	background: transparent;
	border-top: none;
	border-bottom: 1px dashed #ddd;
}
.data-table-toolbar {
	margin: 0px;
	padding: 15px;
	background: rgba(0,0,0,0.03);
}
.data-table-toolbar-footer {
	margin-top: 15px;
	padding: 0px;
}
.toolbar-btn-action {
	text-align: right;
}

.login-page {
	background: #7A868F;
}
.signup-page {
	background: #7A868F;
}
.lock-page {
	background: #252932;
}
.lock-page .container {
	background: #7A868F;
}
.internal-error h1 {
	-webkit-transform: rotate(10);
	-moz-transform: rotate(10);
	-ms-transform: rotate(10);
	-o-transform: rotate(10);
	transform: rotate(10);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
	-o-transform: rotate(10deg);
}
.internal-error h2 {
	-webkit-transform: rotate(-185);
	-moz-transform: rotate(-185);
	-ms-transform: rotate(-185);
	-o-transform: rotate(-185);
	transform: rotate(-185);
	-webkit-transform: rotate(-185deg);
	-moz-transform: rotate(-185deg);
	transform: rotate(-185deg);
	-o-transform: rotate(-185deg);
}
.internal-error .backbtn {
	-webkit-transform: rotate(-44);
	-moz-transform: rotate(-44);
	-ms-transform: rotate(-44);
	-o-transform: rotate(-44);
	transform: rotate(-44);
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
}
.internal-error .searchbtn {
	-webkit-transform: rotate(-44);
	-moz-transform: rotate(-44);
	-ms-transform: rotate(-44);
	-o-transform: rotate(-44);
	transform: rotate(-44);
	-webkit-transform: rotate(-44deg);
	-moz-transform: rotate(-44deg);
	transform: rotate(-44deg);
	-o-transform: rotate(-44deg);
}
.full-content-center {
	width: 100%;
	padding: 5px 0px;
	max-width: 500px;
	margin: 6% auto;
	text-align: center;
}
.full-content {
	background: #E5E9EC;
}
.full-content-center h1 {
	font-size: 150px;
	line-height: 150px;
	font-weight: 700;
	color: #252932;
}
.maintenance h1 i {
	font-size: 150px;
	color: #252932;
}
.maintenance h1 {
	font-size: 50px;
	line-height: 100px;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
.login-wrap {
	margin: 20px 10%;
	text-align: left;
	background: rgba(0,0,0,0.1);
	padding: 20px 20px;
	color: #fff;
}
.login-wrap a {
	color: #fff;
}
.login-wrap i {
	margin-right: 5px;
}
.login-wrap .checkbox {
	margin-left: 0;
	padding-left: 0;
}
.login-wrap .btn-block {
	margin: 5px 0;
}
.login-wrap .login-input {
	position: relative;
}
.login-wrap .login-input .text-input {
	padding-left: 30px;
}
.login-wrap .login-input i.overlay {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #aaa;
}
.widget .media-list.search-result .media a {
	color: #46C45F;
}
.widget .media-list.search-result .media .media-heading a {
	color: #1279D1;
}
.widget .media-list.search-result .media .media-heading span {
	font-size: 12px;
	font-weight: 400;
	padding: 3px 5px;
}
.widget .media-list.search-result .media .media-object {
	width: 100px;
}

.invoice .widget-content.padding {
	padding: 70px 30px;
	color: #7A868F;
}
.payment-methods {
	font-size: 30px;
}
.company-column {
	padding: 15px;
	margin-bottom: 20px;
}
.company-column address {
	color: #7A868F;
}
.bill-to {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px dashed #E5E9EC;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
	background-color: #ABB7B7;
	border-color: #ABB7B7;
	color: #fff;
}

.profile-banner {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	position: relative;
	background-color: #252932;
	border-bottom: 4px solid #fff;
	box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
}
.avatar-container {
	height: 300px;
	text-align: center;
}
.profile-avatar {
	width: 200px;
	position: relative;
	margin: 0px auto;
	margin-top: 196px;
	border: 4px solid #E4EAE6;
}
.profile-actions {
	position: absolute;
	bottom: 20px;
}
.user-profile-2 {
	margin-top: 50px;
}
.user-profile-sidebar {
	margin: 0 0 20px 0;
}
.user-profile-sidebar .user-identity {
	margin: 20px 0 0 0;
}
.user-profile-sidebar img {
	width: 90px;
}
.account-status-data {
	text-align: center;
	padding: 10px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	margin: 10px 0 20px 0;
}
.account-status-data h5 {
	font-size: 11px;
	line-height: 150%;
	color: #909090;
}
.user-button {
	margin: 15px 0;
}
.user-button .btn {
	margin: 5px 0;
}
#social {
	padding: 10px;
	background: #E5E9EC;
	text-align: center;
}
#social a:hover {
	text-decoration: none;
}
.fa-circle.facebook {
	color: #5471AE;
}
.fa-circle.twitter {
	color: #4EC6F6;
}
.fa-circle.gplus {
	color: #E24E3E;
}
.fa-circle.tumblr {
	color: #4D77A3;
}
.fa-circle.linkedin {
	color: #3097CE;
}
.user-profile-content {
	margin: 30px 15px;
}

.notes {
	padding: 15px;
	border: 1px dashed #ddd;
}
section.step {
	padding: 0 30px;
}
.the-notes {
	padding: 15px 15px 15px 30px;
	border-left: 4px solid #909090;
	margin-bottom: 20px;
}
.the-notes.default {
	background: #fff;
}
.the-notes.success {
	background: #fff;
	border-left-color: #65BD77;
}
.the-notes.warning {
	background: #fff;
	border-left-color: #F7CB17;
}
.the-notes.danger {
	background: #fff;
	border-left-color: #D9534F;
}
.the-notes.info {
	background: #fff;
	border-left-color: #4393D8;
}
.the-notes.success h4 {
	color: #65BD77;
}
.the-notes.warning h4 {
	color: #F7CB17;
}
.the-notes.danger h4 {
	color: #D9534F;
}
.the-notes.inf h4 {
	color: #4393D8;
}
.popover {
	border-radius: 3px;
	box-shadow: none;
	opacity: 0.9;
	border: none;
}
.popover .arrow {
	border-top: none;
}
.popover .popover-title {
	background: none repeat scroll 0 0 rgba(0,0,0,0.025);
}
.popover .popover-content {
	padding: 6px 11px;
	font-size: 12px;
}
.modal {
	direction: rtl;
	overflow-y: auto;
}

.modal-header {
	padding-top: 5px;
	border: 0 none;
}

.modal .modal-dialog {
	direction: ltr;
}
.modal-open {
	overflow: auto;
}
.mini-stats {
	font-size: 12px;
	color: #555;
}
#website-statistics1 .widget-footer {
	border-top: 1px solid #eee;
}
#website-statistics1 .widget-footer > .col-sm-4 {
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 13px;
}
.status-data {
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	padding-left: 30px;
}
.status-data .animate-number {
	color: rgba(255,255,255,0.85);
	font-size: 14px;
	font-weight: 700;
}
.status-data .right-border {
	border-right: 1px solid rgba(0,0,0,0.2);
}
#home-chart-2 {
	margin-top: 24px;
}
.morris-chart svg {
	width: 100% !important;
}
#website-statistic2 h4 {
	color: #fff;
}
#website-statistic2 .progress {
	background: rgba(0,0,0,0.2);
}
#website-statistic3 {
	color: #fff;
	padding: 20px;
}
#website-statistic3 h2 {
	color: #fff;
}
#website-statistic3 .stock-status {
	font-size: 21px;
	line-height: 35px;
	display: block;
	margin: 10px 0px;
}
.sales-report-data {
	padding: 20px;
}
#chat_groups h2 {
	color: rgba(255,255,255,0.3);
	font-size: 13px;
	font-weight: 400;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	margin-bottom: 0px;
	padding: 0px 15px;
}
#chat_groups li a {
	display: block;
	padding: 5px 15px;
	font-size: 13px;
	color: rgba(255,255,255,0.8);
}
#chat_groups li a i {
	margin-right: 5px;
	font-size: 12px;
}
#recent_tickets h2 {
	color: rgba(255,255,255,0.3);
	font-size: 13px;
	font-weight: 400;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.6);
	margin-bottom: 0px;
	padding: 0px 15px;
}
#recent_tickets li a {
	display: block;
	padding: 5px 15px;
	font-size: 13px;
	color: rgba(255,255,255,0.8);
}
#recent_tickets li a i {
	margin-right: 5px;
}
#recent_tickets li a span {
	display: block;
	color: rgba(255,255,255,0.5);
	font-size: 12px;
}
#stock-widget .widget-content h4 {
	position: absolute;
	left: 15px;
	top: 40px;
}
#stock-widget #stock-chart svg {
	margin-top: -20px;
}
#stock-widget .stock-options {
	margin-right: 15px;
}
#notes-app {
	background: #fdfdbe;
	overflow: hidden;
}
#note-data {
	width: 100%;
	position: absolute;
	left: -100%;
	padding-left: 55px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#notes-list {
	left: 0%;
	padding-left: 60px;
	width: 100%;
	height: 340px;
	overflow: hidden;
	padding-top: 7px;
	position: absolute;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#notes-list a {
	color: #555;
}
#notes-list ul li {
	line-height: 31px;
}
#note-text {
	min-height: 300px;
	height: 100%;
	background: none !important;
	border: none !important;
	line-height: 31px;
	resize: none;
}

.todo-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.todo-list li {
	list-style: none;
	padding: 10px;
	text-overflow: ellipsis;
	width: 100%;
	position: relative;
	white-space: nowrap;
	margin-bottom: 4px;
	border-left: 4px solid rgba(0,0,0,0.04);
	background: #f8f8f8;
}
.todo-list li.done {
	opacity: 0.5;
}
.todo-list li.done .todo-item {
	text-decoration: line-through;
}
.todo-list li > span {
	line-height: 24px;
	height: 25px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 70%;
	vertical-align: middle;
}
.todo-list .check-icon {
	width: 30px;
	margin-top: -2px;
	display: inline-block;
}
.todo-list .todo-item {
	font-size: 12px;
	border-bottom: 1px dashed rgba(0,0,0,0) !important;
}
.todo-list .todo-item:hover {
	border-bottom: 1px dashed rgba(0,0,0,0.2) !important;
}
.todo-list .todo-options {
	font-size: 16px;
	display: none;
}
.todo-list .editable-buttons {
	display: inline-block;
}
.todo-list .todo-tags {
	display: inline;
	line-height: auto;
	position: absolute;
	top: 9px;
	right: 9px;
}
.todo-list .todo-options a {
	color: #888;
}
.todo-list li:hover .todo-tags {
	display: none;
}
.todo-list li:hover .todo-options {
	display: inline;
	position: absolute;
	top: 9px;
	right: 9px;
}
.todo-list li.done .todo-tags {
	display: inline !important;
}
.todo-list li.done .todo-options {
	display: none !important;
}
.todo-list li .editable-container.editable-inline {
	margin-top: -4px;
	overflow: visible;
}
.todo-list li.high {
	border-left: 4px solid #EB5055;
}
.todo-list li.medium {
	border-left: 4px solid #E27A3F;
}
.todo-list li.low {
	border-left: 4px solid #FFC052;
}
#contextMenu {
	position: absolute;
	display: none;
	z-index: 1000;
}
#weather-widget {
	background: url(../../images/weather/weather-bg.jpg);
	background-size: cover;
	min-height: 364px;
}
#weather-widget h2 {
	color: #fff;
}
#weather h2 {
	position: absolute;
	top: 60px;
	right: 30px;
	font-size: 50px;
}
#weather .w-region {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 30px;
	color: rgba(255,255,255,0.9);
}
#weather .w-currently {
	display: block;
	font-size: 20px;
	color: rgba(255,255,255,0.8);
}
#weather .w-temp2 {
	font-size: 24px;
	color: rgba(255,255,255,0.8);
}
.bic_calendar {
	border: none;
	background: none;
}
.bic_calendar a {
	color: #fff;
}
.bic_calendar .table tbody > tr > td {
	padding: 2px 0px;
	border: none !important;
	line-height: 2.429;
}
.bic_calendar td > div {
	padding: 4px;
}
.bic_calendar .button-month-next, .bic_calendar .button-month-previous {
	padding: 5px 15px !important;
}
.bic_calendar .days-month td {
	background: rgba(0,0,0,0.1);
	font-weight: 600;
}
.fc-event {
	border: 0px;
	padding: 1px 4px;
}
.dataTables_length, div.dataTables_info {
	margin-left: 15px;
}
.dataTables_filter, .dataTables_paginate {
	margin-right: 15px !important;
}
.dataTables_filter input {
	margin-left: 6px;
}
.pagination li a, .pagination li.disabled a {
	background-color: #abb7b7;
	border-color: #abb7b7;
	border-radius: 2px !important;
	color: #fff;
}
.pagination li.active a, .pagination li:hover a, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #98a3a3 !important;
	border-color: #98a3a3 !important;
	color: #fff;
}
.pagination li.disabled a {
	color: #ddd;
}
.pagination li.active a {
	box-shadow: 0 3px 5px rgba(0,0,0,0.125) inset;
}
.modal-content {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.percent {
	position: absolute;
	display: block;
	vertical-align: middle;
	width: 100%;
	line-height: 0px;
	text-align: center;
	height: 100%;
	left: 0px;
	top: 50%;
	font-weight: bold;
	z-index: 2;
}
.percent:after {
	content: '%';
	color: rgba(255,255,255,0.7);
	font-weight: normal;
	margin-left: 0.1em;
	margin-right: -5px;
	font-size: 9px;
}
footer {
	padding: 20px 0;
	font-size: 12px;
	border-top: 1px solid #B9C1CB;
	margin-top: 40px;
	color: #7A868F;
}
footer .footer-links a {
	color: #7A868F;
	padding: 1px 10px;
	border-right: 1px solid rgba(0,0,0,0.1);
}
footer .footer-links a:hover {
	color: #4A525F;
}
footer .footer-links a:last-child {
	border: none;
}

.alert, .panel, .notice {
	-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
	box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.panel.note-editor {
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.alert {
	border-width: 1px 1px 1px 6px;
}

.notice {
	padding: 15px;
	background-color: #fafafa;
	border-left: 6px solid #7f7f84;
	margin-bottom: 10px;
}
.notice-sm {
	padding: 10px;
	font-size: 80%;
}
.notice-lg {
	padding: 35px;
	font-size: large;
}
.notice-success {
	border-color: #80D651;
}
.notice-success > strong {
	color: #80D651;
}
.notice-info {
	border-color: #45ABCD;
}
.notice-info > strong {
	color: #45ABCD;
}
.notice-warning {
	border-color: #FEAF20;
}
.notice-warning > strong {
	color: #FEAF20;
}
.notice-danger {
	border-color: #d73814;
}
.notice-danger > strong {
	color: #d73814;
}

.color-line {
	background: #f7f9fa linear-gradient(to right, #34495e, #34495e 25%, #9b59b6 25%, #9b59b6 35%, #3498db 35%, #3498db 45%, #62cb31 45%, #62cb31 55%, #ffb606 55%, #ffb606 65%, #e67e22 65%, #e67e22 75%, #e74c3c 85%, #e74c3c 85%, #c0392b 85%, #c0392b 100%) no-repeat scroll 50% 100% /100% 6px;
	height: 6px;
}

div.view-listing-abstract {
	overflow-x:scroll;
}