/*
Name: 			Theme Base
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version: 	1.5.2
*/


/* Headings
h1,
h2,
h3,
.h1,
.h2,
.h3 {
	letter-spacing: -1px;
}

h1,
.h1 {
	font-size: 3.6rem;
}

h2,
.h2 {
	font-size: 3rem;
}

h3,
.h3 {
	font-size: 2.4rem;
}

h4,
.h4 {
	font-size: 1.8rem;
}

h5,
.h5 {
	font-size: 1.4rem;
}

h6,
.h6 {
	font-size: 1.2rem;
	letter-spacing: 0;
}
*/


.panel {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	/* WHY?
	+ .panel {
		margin-top: 35px;
	}*/;
}

.panel-heading {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #DADADA;
	padding: 18px;
	position: relative;
}

.panel-heading.bg-primary {
	background: #CCC;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-secondary {
	background: #E36159;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-tertiary {
	background: #2BAAB1;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-quartenary {
	background: #734BA9;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-success {
	background: #47a447;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-warning {
	background: #ed9c28;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-danger {
	background: #d2322d;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-info {
	background: #5bc0de;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-dark {
	background: #171717;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-heading.bg-white {
	background: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.panel-actions {
	right: 15px;
	position: absolute;
	top: 15px;
}

.panel-actions a,
.panel-actions .panel-action {
	background-color: transparent;
	border-radius: 2px;
	color: #B4B4B4;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}

.panel-actions a:hover,
.panel-actions .panel-action:hover {
	background-color: #eeeeee;
	color: #B4B4B4;
	text-decoration: none;
}

.panel-actions a, .panel-actions a:focus, .panel-actions a:hover, .panel-actions a:active, .panel-actions a:visited,
.panel-actions .panel-action,
.panel-actions .panel-action:focus,
.panel-actions .panel-action:hover,
.panel-actions .panel-action:active,
.panel-actions .panel-action:visited {
	outline: none !important;
	text-decoration: none !important;
}

.panel-title {
	color: #33353F;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	text-transform: none;
}

.panel-subtitle {
	color: #808697;
	font-size: 12px;
	line-height: 1.2em;
	margin: 7px 0 0;
	padding: 0;
}

.panel-body {
	background: #fdfdfd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

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

.panel-heading + .panel-body {
	border-radius: 0 0 5px 5px;
}

.panel-footer {
	border-radius: 0 0 5px 5px;
	margin-top: -5px;
}

.panel-footer-btn-group {
	display: table;
	width: 100%;
	padding: 0;
}

.panel-footer-btn-group a {
	background-color: #f5f5f5;
	display: table-cell;
	width: 1%;
	border-left: 1px solid #ddd;
	padding: 10px 15px;
	text-decoration: none;
}

.panel-footer-btn-group a:hover {
	background-color: #f0f0f0;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.panel-footer-btn-group a:first-child {
	border-left: none;
}

.panel-body.bg-primary {
	background: #CCC;
	color: #FFF;
}

.panel-body.bg-secondary {
	background: #E36159;
	color: #FFF;
}

.panel-body.bg-tertiary {
	background: #2BAAB1;
	color: #FFF;
}

.panel-body.bg-quartenary {
	background: #734BA9;
	color: #FFF;
}

.panel-body.bg-success {
	background: #47a447;
	color: #FFF;
}

.panel-body.bg-warning {
	background: #ed9c28;
	color: #FFF;
}

.panel-body.bg-danger {
	background: #d2322d;
	color: #FFF;
}

.panel-body.bg-info {
	background: #5bc0de;
	color: #FFF;
}

.panel-body.bg-dark {
	background: #171717;
	color: #FFF;
}

.panel-featured {
	border-top: 3px solid #33353F;
}

.panel-featured .panel-heading {
	border-radius: 0;
}

.panel-featured-top {
	border-top: 3px solid #33353F;
}

.panel-featured-right {
	border-right: 3px solid #33353F;
}

.panel-featured-bottom {
	border-bottom: 3px solid #33353F;
}

.panel-featured-left {
	border-left: 3px solid #33353F;
}

.panel-featured-primary {
	border-color: #CCC;
}

.panel-featured-primary .panel-title {
	color: #CCC;
}

.panel-featured-secondary {
	border-color: #E36159;
}

.panel-featured-secondary .panel-title {
	color: #E36159;
}

.panel-featured-tertiary {
	border-color: #2BAAB1;
}

.panel-featured-tertiary .panel-title {
	color: #2BAAB1;
}

.panel-featured-quartenary {
	border-color: #734BA9;
}

.panel-featured-quartenary .panel-title {
	color: #734BA9;
}

.panel-featured-success {
	border-color: #47a447;
}

.panel-featured-success .panel-title {
	color: #47a447;
}

.panel-featured-warning {
	border-color: #ed9c28;
}

.panel-featured-warning .panel-title {
	color: #ed9c28;
}

.panel-featured-danger {
	border-color: #d2322d;
}

.panel-featured-danger .panel-title {
	color: #d2322d;
}

.panel-featured-info {
	border-color: #5bc0de;
}

.panel-featured-info .panel-title {
	color: #5bc0de;
}

.panel-featured-dark {
	border-color: #171717;
}

.panel-featured-dark .panel-title {
	color: #171717;
}

.panel-highlight .panel-heading {
	background-color: #CCC;
	border-color: #CCC;
	color: #fff;
}

.panel-highlight .panel-title {
	color: #fff;
}

.panel-highlight .panel-subtitle {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

.panel-highlight .panel-actions a {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.panel-highlight .panel-body {
	background-color: #CCC;
	color: #fff;
}

.panel-highlight-title .panel-heading {
	background-color: #2BAAB1;
}

.panel-highlight-title .panel-title {
	color: #fff;
}

.panel-highlight-title .panel-subtitle {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

.panel-highlight-title .panel-actions a {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.panel-heading-icon {
	margin: 0 auto;
	font-size: 4.2rem;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 55px;
	border-radius: 55px;
}

.panel-heading-icon.bg-primary {
	background: #CCC;
	color: #FFF;
}

.panel-heading-icon.bg-secondary {
	background: #E36159;
	color: #FFF;
}

.panel-heading-icon.bg-tertiary {
	background: #2BAAB1;
	color: #FFF;
}

.panel-heading-icon.bg-quartenary {
	background: #734BA9;
	color: #FFF;
}

.panel-heading-icon.bg-success {
	background: #47a447;
	color: #FFF;
}

.panel-heading-icon.bg-warning {
	background: #ed9c28;
	color: #FFF;
}

.panel-heading-icon.bg-danger {
	background: #d2322d;
	color: #FFF;
}

.panel-heading-icon.bg-info {
	background: #5bc0de;
	color: #FFF;
}

.panel-heading-icon.bg-dark {
	background: #171717;
	color: #FFF;
}

.panel-heading-profile-picture img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.panel-icon {
	color: #fff;
	font-size: 42px;
	float: left;
}

.panel-icon ~ .panel-title, .panel-icon ~ .panel-subtitle {
	margin-left: 64px;
}

/* Dark - Panels */
html.dark .panel-heading {
	background: #282d36;
	border-bottom-color: #1d2127;
}

html.dark .panel-actions a:hover {
	background-color: #242830;
}

html.dark .panel-body {
	background: #2e353e;
}

html.dark .panel-footer {
	background: #242830;
	border-top-color: #191c21;
}

html .panel-primary .panel-heading {
	background: #CCC;
}

html .panel-primary .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-primary .panel-title {
	color: #FFF;
}

html .panel-primary .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-secondary .panel-heading {
	background: #E36159;
}

html .panel-secondary .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-secondary .panel-title {
	color: #FFF;
}

html .panel-secondary .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-tertiary .panel-heading {
	background: #2BAAB1;
}

html .panel-tertiary .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-tertiary .panel-title {
	color: #FFF;
}

html .panel-tertiary .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-quartenary .panel-heading {
	background: #734BA9;
}

html .panel-quartenary .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-quartenary .panel-title {
	color: #FFF;
}

html .panel-quartenary .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-success .panel-heading {
	background: #47a447;
}

html .panel-success .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-success .panel-title {
	color: #FFF;
}

html .panel-success .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-warning .panel-heading {
	background: #ed9c28;
}

html .panel-warning .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-warning .panel-title {
	color: #FFF;
}

html .panel-warning .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-danger .panel-heading {
	background: #d2322d;
}

html .panel-danger .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-danger .panel-title {
	color: #FFF;
}

html .panel-danger .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-info .panel-heading {
	background: #5bc0de;
}

html .panel-info .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-info .panel-title {
	color: #FFF;
}

html .panel-info .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-dark .panel-heading {
	background: #171717;
}

html .panel-dark .panel-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .panel-dark .panel-title {
	color: #FFF;
}

html .panel-dark .panel-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .panel-transparent > .panel-heading {
	background: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

html .panel-transparent > .panel-heading .panel-actions {
	right: 0;
}

html .panel-transparent > .panel-heading + .panel-body {
	border-radius: 5px;
}

html .panel-transparent > .panel-body {
	padding: 0;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

html .panel .panel-heading-transparent {
	background: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

html .panel .panel-heading-transparent .panel-actions {
	right: 0;
}

html .panel .panel-heading-transparent + .panel-body {
	border-radius: 5px;
}

.panel-horizontal {
	display: table;
	width: 100%;
}

.panel-horizontal .panel-heading,
.panel-horizontal .panel-body,
.panel-horizontal .panel-footer {
	display: table-cell;
	vertical-align: middle;
}

.panel-horizontal .panel-heading {
	border-radius: 5px 0 0 5px;
}

.panel-horizontal .panel-heading + .panel-body {
	border-radius: 0 5px 5px 0;
}

.panel-horizontal .panel-footer {
	border-radius: 0 5px 5px 0;
	margin-top: 0;
}

.panel-action-toggle,
.panel-action-dismiss {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.panel-action-toggle:before {
	content: "\f0d7";
}

.panel-collapsed .panel-action-toggle:before {
	content: "\f0d8";
}

.panel-action-dismiss:before {
	content: "\f00d";
}

.panel-collapsed .panel-body,
.panel-collapsed .panel-footer {
	display: none;
}

@media only screen and (max-width: 767px) {
	.panel-actions {
		float: none;
		margin-bottom: 15px;
		position: static;
		text-align: right;
	}

	.panel-actions a {
		vertical-align: top;
	}
}

/* content - footer inside */
.tab-content .panel-footer {
	margin: -15px;
	margin-top: 15px;
}

.panel-group .panel-accordion {
	border: 1px solid #DDD;
}

.panel-group .panel-accordion .panel-heading {
	border-radius: 5px;
	padding: 0;
}

.panel-group .panel-accordion .panel-heading a {
	color: #CCC;
	display: block;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
}

.panel-group .panel-accordion .panel-heading a:hover, .panel-group .panel-accordion .panel-heading a:focus {
	text-decoration: none;
}

.panel-group .panel-accordion .panel-heading a .fa {
	margin-right: 4px;
}

.panel-group .panel-accordion .panel-body {
	border-radius: 0 0 5px 5px;
}

.panel-group .panel-accordion.panel-accordion-first {
	border-radius: 0 0 5px 5px;
}

.panel-group .panel-accordion.panel-accordion-first .panel-heading {
	border-radius: 0 0 5px 5px;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
	background: #CCC;
	color: #FFF;
}

.panel-group .panel-accordion-success .panel-heading .panel-title a {
	background: #47a447;
	color: #FFF;
}

.panel-group .panel-accordion-warning .panel-heading .panel-title a {
	background: #ed9c28;
	color: #FFF;
}

.panel-group .panel-accordion-danger .panel-heading .panel-title a {
	background: #d2322d;
	color: #FFF;
}

.panel-group .panel-accordion-info .panel-heading .panel-title a {
	background: #5bc0de;
	color: #FFF;
}

.panel-group .panel-accordion-dark .panel-heading .panel-title a {
	background: #171717;
	color: #FFF;
}

html.dark .panel-group .panel-accordion {
	border-color: #282d36;
}

html.dark .panel-group .panel-accordion .panel {
	background-color: #282d36;
}

html.dark .panel-group .panel-accordion .panel-default {
	border-color: #282d36;
}

html.dark .panel-group .panel-accordion .panel-heading {
	background-color: #2e353e;
}

html.dark .panel-group .panel-accordion .form-control {
	background-color: #21262d;
	border-color: #21262d;
}

html.dark .panel-footer-btn-group a {
	background-color: #282d36;
	border-color: #21262d;
}

html.dark .panel-footer-btn-group a:hover {
	background-color: #2e353e;
}

















html.dark ul.widget-todo-list li {
	border-color: #242830;
}

html.dark ul.simple-post-list li {
	border-color: #4c4c4c;
}

html.dark ul.simple-user-list li .title {
	color: #EEE;
}

html.dark ul.simple-bullet-list li .title {
	color: #EEE;
}

html.dark .simple-compose-box {
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .simple-compose-box .compose-box-footer {
	background-color: #21262d;
}

/* Buttons - States */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #CCC;
	background-color: white;
}

.nav-pills-primary > li.active > a, .nav-pills-primary > li.active > a:hover, .nav-pills-primary > li.active > a:active, .nav-pills-primary > li.active > a:focus {
	background-color: #CCC;
}

.nav-pills-success > li a:hover,
.nav-pills-success > li a:focus {
	color: #47a447;
	background-color: #bfe2bc;
}

.nav-pills-success > li.active > a, .nav-pills-success > li.active > a:hover, .nav-pills-success > li.active > a:active, .nav-pills-success > li.active > a:focus {
	background-color: #47a447;
}

.nav-pills-warning > li a:hover,
.nav-pills-warning > li a:focus {
	color: #ed9c28;
	background-color: #fbe4cd;
}

.nav-pills-warning > li.active > a, .nav-pills-warning > li.active > a:hover, .nav-pills-warning > li.active > a:active, .nav-pills-warning > li.active > a:focus {
	background-color: #ed9c28;
}

.nav-pills-danger > li a:hover,
.nav-pills-danger > li a:focus {
	color: #d2322d;
	background-color: #f2c0c3;
}

.nav-pills-danger > li.active > a, .nav-pills-danger > li.active > a:hover, .nav-pills-danger > li.active > a:active, .nav-pills-danger > li.active > a:focus {
	background-color: #d2322d;
}

.nav-pills-info > li a:hover,
.nav-pills-info > li a:focus {
	color: #5bc0de;
	background-color: #f0fafc;
}

.nav-pills-info > li.active > a, .nav-pills-info > li.active > a:hover, .nav-pills-info > li.active > a:active, .nav-pills-info > li.active > a:focus {
	background-color: #5bc0de;
}

.nav-pills-dark > li a:hover,
.nav-pills-dark > li a:focus {
	color: #171717;
	background-color: #707070;
}

.nav-pills-dark > li.active > a, .nav-pills-dark > li.active > a:hover, .nav-pills-dark > li.active > a:active, .nav-pills-dark > li.active > a:focus {
	background-color: #171717;
}

.portlet-handler {
	cursor: move;
}

.portlet-placeholder {
	margin-bottom: 15px;
	padding: 0;
	border: 1px dashed #dddddd;
	background: #fafafa;
	color: #444444;
}

/* Make clicks pass-through */
#nprogress {
	pointer-events: none;
}

#nprogress .bar {
	background: #CCC;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #CCC, 0 0 5px #CCC;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-moz-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	-o-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	-moz-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes nprogress-spinner {
	0% {
		-moz-transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Tables - Basic */
.table {
	width: 100%;
}

.table .table {
	background: transparent;
}

/* Bootstrap uses important, we need to force it here */
.table.mb-none {
	margin-bottom: 0 !important;
}

/* In case you dont want a border in some row */
.table .b-top-none td {
	border-top: none;
}

/* Tables - Actions */
.table .actions,
.table .actions-hover {
	vertical-align: middle;
}

.table .actions a,
.table .actions-hover a {
	display: inline-block;
	margin-right: 5px;
	color: #666;
}

.table .actions a:last-child,
.table .actions-hover a:last-child {
	margin-right: 0;
}

.table .actions a:hover,
.table .actions-hover a:hover {
	color: #333;
}

.table .actions-hover a {
	opacity: 0;
}

.table tr:hover .actions-hover a {
	opacity: 1;
}

.table .actions-fade a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Tables - No More Tables technique (991px is the bootstrap SM max-width) */
@media only screen and (max-width: 991px) {
	.table.table-no-more,
	.table.table-no-more thead,
	.table.table-no-more tbody,
	.table.table-no-more tr,
	.table.table-no-more th,
	.table.table-no-more td {
		display: block;
	}

	.table.table-no-more thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	.table.table-no-more tr {
		border-bottom: 1px solid #DDD;
	}

	.table.table-no-more td {
		border: none;
		position: relative;
		padding-left: 50%;
		text-align: left;
		white-space: normal;
	}

	.table.table-no-more td:before {
		content: attr(data-title);
		font-weight: bold;
		left: 6px;
		padding-right: 10px;
		position: absolute;
		text-align: left;
		top: 8px;
		white-space: nowrap;
		width: 45%;
	}

	.table.table-no-more.table-bordered td {
		border-bottom: 1px solid #EFEFEF;
	}

	.table.table-no-more.table-condensed td:before {
		top: 5px;
	}
}
/* Dark - Tables */
html.dark .table > thead > tr > th,
html.dark .table > tbody > tr > th,
html.dark .table > tfoot > tr > th,
html.dark .table > thead > tr > td,
html.dark .table > tbody > tr > td,
html.dark .table > tfoot > tr > td,
html.dark .table-bordered {
	border-color: #262b33;
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td,
html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #282d36;
}

html.dark .table-hover > tbody > tr:hover > td,
html.dark .table-hover > tbody > tr:hover > th {
	background-color: #272c34;
}

html.dark .table .actions a,
html.dark .table .actions-hover a {
	color: #808697;
}

@media screen and (max-width: 991px) {
	html.dark .table-responsive {
		border-color: #262b33;
	}
}

@media only screen and (max-width: 991px) {
	html.dark .table.table-no-more tr,
	html.dark .table.table-no-more.table-bordered td {
		border-bottom-color: #262b33;
	}
}
/* Tables - States */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	color: #FFF;
	background-color: #CCC !important;
}

.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 {
	color: #FFF;
	background-color: #47a447 !important;
}

.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 {
	color: #FFF;
	background-color: #ed9c28 !important;
}

.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 {
	color: #FFF;
	background-color: #d2322d !important;
}

.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 {
	color: #FFF;
	background-color: #5bc0de !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
	color: #FFF;
	background-color: #171717 !important;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
	background-color: #4a4a4a;
	color: #FFF;
}

/* Common Fixes */
.dataTables_wrapper {
	position: relative;
}

.dataTables_wrapper .DTTT.btn-group {
	display: inline-block !important;
}

.dataTables_wrapper .datatables-header {
	margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
	font-weight: normal;
	margin: 0;
}

.dataTables_wrapper table thead th {
	padding-right: 21px !important;
}

.dataTables_wrapper .dataTables_length .select2-container {
	margin-right: 10px;
	width: 75px;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .dataTables_length {
		margin-bottom: 15px;
	}

	.dataTables_wrapper .dataTables_length label {
		float: none;
		width: 100%;
	}
}
/* Filter */
.dataTables_wrapper .dataTables_filter label {
	width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .dataTables_filter label {
		width: 100%;
	}
}
/* Footer */
.dataTables_wrapper .datatables-footer {
	margin-top: 15px;
}

.dataTables_wrapper .datatables-footer .dataTables_info {
	font-size: 11px;
	padding-top: 0;
	margin-top: 6px;
}

.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
	display: block;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .datatables-footer .dataTables_info {
		margin-bottom: 15px;
		text-align: center;
	}

	.dataTables_wrapper .datatables-footer .dataTables_paginate {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
		display: inline-block;
	}
}
/* Empty Row */
.dataTables_wrapper .dataTables_empty {
	padding: 50px 0;
	text-align: center;
}

.dataTables_processing {
	background: #CCC;
	border-radius: 100px;
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	left: 50%;
	margin-left: -36px;
	padding: 5px 10px;
	position: absolute;
	top: 3px;
}

@media only screen and (max-width: 991px) {
	.dataTables_processing {
		left: auto;
		margin-left: 0;
		right: 0;
	}
}

.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .panel {
	background: #FFF !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
	display: none !important;
}

.DTTT_Print .DTTT_print_info {
	background: rgba(255, 255, 255, 0.9);
	display: block;
	left: 0;
	height: 100px;
	line-height: 100px;
	position: fixed;
	font-size: 14px;
	text-align: center;
	top: 0;
	width: 100%;
}

/* Dark Fixes */
html.dark div.DTTT .btn {
	color: #EEE !important;
}

.pricing-table {
	margin: 25px 0;
	padding-left: 0;
	text-align: center;
}

.pricing-table ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.pricing-table li {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

.pricing-table h3 {
	background-color: #eee;
	border-radius: 2px 2px 0 0;
	font-size: 20px;
	font-weight: normal;
	margin: -20px -20px 50px -20px;
	padding: 20px;
}

.pricing-table h3 span {
	background: #FFF;
	border: 5px solid #FFF;
	border-radius: 100px;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	color: #CCC;
	display: block;
	font: bold 25px / 100px Georgia, Serif;
	height: 100px;
	margin: 20px auto -65px;
	width: 100px;
}

.pricing-table .most-popular {
	border: 3px solid #CCC;
	box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	top: -10px;
	z-index: 2;
}

.pricing-table .most-popular h3 {
	background-color: #CCC;
	color: #FFF;
	padding-top: 30px;
}

.pricing-table .plan-ribbon-wrapper {
	height: 88px;
	overflow: hidden;
	position: absolute;
	right: -5px;
	top: -5px;
	width: 85px;
}

.pricing-table .plan-ribbon {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
	background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
	background-color: #bfdc7a;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	color: #333;
	font-size: 14px;
	left: -5px;
	padding: 7px 0;
	position: relative;
	text-align: center;
	top: 15px;
	width: 120px;
}

.pricing-table .plan-ribbon:before {
	left: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
}

.pricing-table .plan-ribbon:after {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	bottom: -3px;
	content: "";
	position: absolute;
	right: 0;
}

.pricing-table .plan {
	background: #FFF;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	margin-bottom: 35px;
	margin-right: 0;
	padding: 20px;
	position: relative;
}

.pricing-table .btn {
	margin-top: 5px;
}

/* dark */
html.dark .pricing-table li {
	border-top-color: #21262d;
}

html.dark .pricing-table h3 {
	background-color: #21262d;
	text-shadow: none;
}

html.dark .pricing-table h3 span {
	background: #2e353e;
	border-color: #242830;
	box-shadow: 0 5px 20px #242830 inset, 0 3px 0 #282d36 inset;
	color: #ebebeb;
}

html.dark .pricing-table .most-popular {
	border-color: #282d36;
}

html.dark .pricing-table .most-popular h3 {
	background-color: #282d36;
	color: #808697;
	text-shadow: none;
}

html.dark .pricing-table .plan-ribbon {
	background-color: #282d36;
}

html.dark .pricing-table .plan {
	background: #282d36;
	border: 1px solid #282d36;
	color: #808697;
	text-shadow: none;
}

.fileupload .uneditable-input .fa {
	position: absolute;
	top: 12px;
}

.fileupload .uneditable-input .fileupload-preview {
	display: inline-block;
	float: left;
	overflow: hidden;
	padding: 0 0 0 17px;
	text-overflow: ellipsis;
	width: 100%;
}

.fileupload .btn {
	border-radius: 0;
}

@media only screen and (max-width: 479px) {
	.fileupload .uneditable-input {
		width: 170px;
	}
}
/* Datepicker - Input Group Addon */
.input-daterange .input-group-addon {
	min-width: 36px;
}

/* Datepicker - Base */
.datepicker {
	padding: 10px;
	margin: 0 auto;
	line-height: 1.1em;
}

.datepicker.datepicker-inline {
	line-height: 1.7em;
	width: 100%;
}

.datepicker table {
	width: 100%;
}

.datepicker table tr td {
	border-radius: 0;
}

.datepicker table thead tr th {
	cursor: pointer;
	font-size: 1.3rem;
	text-align: center;
	font-weight: normal;
}

.datepicker table thead tr th.prev {
	content: '\f0d9';
	font-family: FontAwesome;
}

.datepicker table thead tr th.next {
	content: '\f0da';
	font-family: FontAwesome;
}

.datepicker table td {
	text-align: center;
	font-size: 1.2rem;
}

.datepicker table td.day {
	-webkit-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
	-moz-transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
	transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
	cursor: pointer;
}

/* Datepicker - Skin Default */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
	background: #CCC;
	color: #FFF;
}

.datepicker table tbody tr td span.old,
.datepicker table tbody tr td span.new {
	color: #CCC;
}

.datepicker table tbody tr td span.old:hover,
.datepicker table tbody tr td span.new:hover {
	color: #FFF;
}

.datepicker table tbody tr td.day:hover {
	background: #CCC;
	color: #FFF;
}

.datepicker table tbody tr td.day.active {
	background: #b3b3b3;
	color: #FFF;
}

.datepicker table tbody tr td.day.new {
	color: #777;
}

.datepicker table tbody tr td.day.new:hover {
	color: #FFF;
}

/* Datepicker - Skin Dark */
html:not(.sidebar-light) .datepicker.datepicker-dark {
	background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.datepicker-switch {
	color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
	color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new {
	color: #444;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old:hover,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new:hover {
	color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
	color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #CCC;
	color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
	background: #b3b3b3;
	color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
	color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new:hover {
	color: #FFF;
}

/* Datepicker - Skin Primary */
.datepicker.datepicker-primary {
	min-width: 255px;
}

.datepicker.datepicker-primary.datepicker-inline {
	background: #fff;
	border: 1px solid #eee;
}

.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #CCC;
	color: #FFF;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #b3b3b3;
}

.datepicker.datepicker-primary table thead tr:first-child th:first-child {
	border-radius: 4px 0 0 0;
}

.datepicker.datepicker-primary table thead tr:first-child th:last-child {
	border-radius: 0 4px 0 0;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #d9d9d9;
	color: #FFF;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #CCC;
}

.datepicker.datepicker-primary table thead tr th {
	border-radius: 0;
}

html.dark .input-daterange .input-group-addon {
	text-shadow: none;
}

html.dark .datepicker-dropdown {
	color: #EEE;
	background-color: #282d36;
}

html.dark .datepicker-dropdown:after {
	border-bottom-color: #282d36;
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
	border-top-color: rgba(0, 0, 0, 0.2);
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
	border-top-color: #282d36;
}

html.dark .datepicker.datepicker-primary {
	border-color: #282d36;
	background: #282d36;
}

html.dark .select2-container--bootstrap .select2-selection,
html.dark .select2-container--bootstrap .select2-dropdown,
html.dark .select2-container--bootstrap .select2-choices .select2-search-field input,
html.dark .select2-container--bootstrap .select2-choice,
html.dark .select2-container--bootstrap .select2-choices {
	color: #EEE;
	background-color: #282d36;
	border-color: #282d36;
}

html.dark .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
	color: #EEE;
}

html.dark .select2-container--bootstrap .select2-results__option[aria-selected="true"],
html.dark .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	color: #EEE;
	background-color: #2e353e;
	border-color: #2e353e;
}

.panel-body .wizard-tabs {
	margin: -15px -15px 15px;
}

.panel-body-nopadding .wizard-tabs {
	margin: 0;
}

.wizard-tabs ul {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.wizard-tabs ul > li {
	display: table-cell;
	border-bottom: 1px solid #EEE;
}

.wizard-tabs ul > li.active {
	border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a, .wizard-tabs ul > li.active > a:hover, .wizard-tabs ul > li.active > a:focus {
	background: #FFF;
	color: #555;
}

.wizard-tabs ul > li.active > a:after {
	border-left-color: #FFF;
}

.wizard-tabs ul > li.active .badge {
	background-color: #CCC;
}

.wizard-tabs ul > li.disabled > a, .wizard-tabs ul > li.disabled > a:hover, .wizard-tabs ul > li.disabled > a:focus {
	color: #CCC;
}

.wizard-tabs ul > li.disabled .badge {
	background-color: #CCC;
}

.wizard-tabs ul > li > a {
	position: relative;
	display: block;
	padding: 5px;
	font-size: 1.3rem;
	text-decoration: none;
	color: #555;
}

.wizard-tabs ul > li > a .badge {
	border-radius: 100%;
}

.wizard-tabs ul > li > a, .wizard-tabs ul > li > a:hover {
	background: #F4F4F4;
	color: #555;
}

.wizard-tabs ul > li > a:hover {
	box-shadow: none;
}

.wizard-tabs ul > li > a:active, .wizard-tabs ul > li > a:focus {
	border-bottom: 0;
}

.wizard-tabs ul > li > a:before, .wizard-tabs ul > li > a:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	z-index: 1;
	border: 17px solid transparent;
	border-right: 0;
	border-left: 10px solid transparent;
	width: 0;
	height: 0;
}

.wizard-tabs ul > li > a:before {
	z-index: 1;
	right: -11px;
	border-left-color: #E0E0E0;
}

.wizard-tabs ul > li > a:after {
	z-index: 2;
	border-left-color: #F4F4F4;
}

.wizard-tabs ul > li:last-child > a:before, .wizard-tabs ul > li:last-child > a:after {
	display: none;
}

html.dark .wizard-tabs ul > li {
	border-color: #282d36;
}

html.dark .wizard-tabs ul > li.active {
	border-color: #2e353e;
}

html.dark .wizard-tabs ul > li.active a, html.dark .wizard-tabs ul > li.active a:hover, html.dark .wizard-tabs ul > li.active a:active {
	background: #2e353e;
	color: #EEE;
}

html.dark .wizard-tabs ul > li.active a:before {
	border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li.active a:after {
	border-left-color: #2e353e;
}

html.dark .wizard-tabs ul > li a, html.dark .wizard-tabs ul > li a:hover {
	background: #282d36;
	color: #EEE;
}

html.dark .wizard-tabs ul > li a:before {
	border-left-color: #21262d;
}

html.dark .wizard-tabs ul > li a:after {
	border-left-color: #282d36;
}

html .wizard-progress,
html.dark .wizard-progress {
	margin: 0 15px;
}

html .wizard-progress .steps-progress,
html.dark .wizard-progress .steps-progress {
	height: 2px;
	margin: 0 38px;
	position: relative;
	top: 15px;
	background: #CCC;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	height: 100%;
	width: 0;
	background: #CCC;
	-webkit-transition: width 0.2s ease-in;
	-moz-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
}

html .wizard-progress .wizard-steps,
html.dark .wizard-progress .wizard-steps {
	list-style: none;
	margin: 0;
	padding: 15px 0 0;
	display: inline-block;
	width: 100%;
	font-size: 0;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	/* IE8+ */;
}

html .wizard-progress .wizard-steps:after,
html.dark .wizard-progress .wizard-steps:after {
	/*
	* We don't need IE6 and IE7 inline-block hack support here
	* since they don't support :after anyways (the text-justify
	* properties for them are above)... IE8 and above have native
	* inline-block support so for IE8+, both the text-justify and
	* :after will take effect but it doesn't have any negative
	* effects since this element is invisible
	*/
	display: inline-block;
	width: 100%;
	content: '.';
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
html .wizard-progress .wizard-steps li,
html.dark .wizard-progress .wizard-steps li {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	max-width: 100px;
}
html .wizard-progress .wizard-steps li a,
html.dark .wizard-progress .wizard-steps li a {
	position: relative;
	display: block;
	padding: 25px 8px 0;
	font-size: 11px;
	color: #33333F;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	word-break: break-all;
}
html .wizard-progress .wizard-steps li a span,
html.dark .wizard-progress .wizard-steps li a span {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #CCC;
	color: #FFF;
	line-height: 26px;
	text-align: center;
	margin-top: -15px;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 35px;
	font-size: 13px;
	text-indent: -1px;
	border: 2px solid #CCC;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	background: #CCC;
	color: #FFF;
}
html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	background: #FFF;
	color: #CCC;
	border-color: #CCC;
}
html .wizard-progress .wizard-steps li.completed.active a span,
html.dark .wizard-progress .wizard-steps li.completed.active a span {
	color: #FFF;
}
html .wizard-progress.wizard-progress-lg,
html.dark .wizard-progress.wizard-progress-lg {
	margin: 0 auto 30px;
	width: 80%;
}
html .wizard-progress.wizard-progress-lg .steps-progress,
html.dark .wizard-progress.wizard-progress-lg .steps-progress {
	margin: 0 52px;
	height: 4px;
	top: 34px;
}
html .wizard-progress.wizard-progress-lg .wizard-steps,
html.dark .wizard-progress.wizard-progress-lg .wizard-steps {
	padding-top: 30px;
}
html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
	max-width: 135px;
}
html .wizard-progress.wizard-progress-lg ul li a,
html.dark .wizard-progress.wizard-progress-lg ul li a {
	padding-top: 40px;
	font-size: 14px;
}
html .wizard-progress.wizard-progress-lg ul li a span,
html.dark .wizard-progress.wizard-progress-lg ul li a span {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 60px;
	line-height: 52px;
	font-size: 22px;
	border-width: 4px;
}

html.dark .wizard-progress .wizard-steps li a {
	color: #808697;
}
html.dark .wizard-progress.wizard-progress ul li a span {
	background: #242830;
	border-color: #242830;
}
html.dark .wizard-progress .wizard-steps li.active a span {
	background: #242830;
}
html.dark .wizard-progress .steps-progress {
	background: #242830;
}

@media only screen and (max-width: 991px) {
	html .wizard-progress, html .wizard-progress.wizard-progress-lg, html.dark .wizard-progress, html.dark .wizard-progress.wizard-progress-lg {
		width: auto;
		margin-bottom: 0;
		margin-left: -15px;
		margin-right: -15px;
	}
	html .wizard-progress .steps-progress, html.dark .wizard-progress .steps-progress {
		display: none;
	}
	html .wizard-progress .wizard-steps, html.dark .wizard-progress .wizard-steps {
		display: block;
		font-size: 0;
		overflow: hidden;
		white-space: nowrap;
		text-align: left;
		width: 100%;
	}
	html .wizard-progress .wizard-steps li, html.dark .wizard-progress .wizard-steps li {
		-webkit-transition: margin 0.5s linear;
		-moz-transition: margin 0.5s linear;
		transition: margin 0.5s linear;
		display: inline-block;
		float: none;
		position: relative;
		width: 100%;
		min-width: 0;
		max-width: none;
	}
	html .wizard-progress .wizard-steps li a, html.dark .wizard-progress .wizard-steps li a {
		position: relative;
		z-index: 2;
	}
	html .wizard-progress .wizard-steps li:before, html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:after {
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		top: 0;
		width: 50%;
	}
	html .wizard-progress .wizard-steps li:before, html.dark .wizard-progress .wizard-steps li:before {
		background: #CCC;
		left: 0;
	}
	html .wizard-progress .wizard-steps li:after, html.dark .wizard-progress .wizard-steps li:after {
		background: #CCC;
		right: 0;
	}
	html .wizard-progress .wizard-steps li.active, html.dark .wizard-progress .wizard-steps li.active {
		margin-left: 0;
	}
	html .wizard-progress .wizard-steps li.completed, html.dark .wizard-progress .wizard-steps li.completed {
		margin-left: -100%;
	}
	html .wizard-progress .wizard-steps li.completed:after, html.dark .wizard-progress .wizard-steps li.completed:after {
		background: #CCC;
	}
	html .wizard-progress .wizard-steps li.completed.active, html.dark .wizard-progress .wizard-steps li.completed.active {
		margin-left: 0;
	}
	html .wizard-progress .wizard-steps li:first-child:before, html.dark .wizard-progress .wizard-steps li:first-child:before {
		display: none;
	}
	html .wizard-progress .wizard-steps li:last-child:after, html.dark .wizard-progress .wizard-steps li:last-child:after {
		display: none;
	}
	html .wizard-progress.wizard-progress-lg .wizard-steps li, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li {
		min-width: 0;
		max-width: none;
	}
	html .wizard-progress.wizard-progress-lg .wizard-steps li:before, html .wizard-progress.wizard-progress-lg .wizard-steps li:after, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before, html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after {
		height: 4px;
	}
}
.form-wizard {
	margin-bottom: 20px;
}
.form-wizard .tabs {
	margin-bottom: 0;
}
.form-wizard .tab-content {
	background: #FFF;
	border: 0 none;
	box-shadow: none;
}
.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .finish a {
	cursor: pointer;
}
.form-wizard ul.pager .disabled a {
	cursor: not-allowed;
}

html.dark .form-wizard .pager li > a,
html.dark .form-wizard .pager li > a:hover,
html.dark .form-wizard .pager li > a:focus,
html.dark .form-wizard .pager li > span {
	background: #2e353e;
	border-color: #282d36;
	color: #EEE;
}
html.dark .form-wizard .pager .disabled > a, html.dark .form-wizard .pager .disabled > a:hover, html.dark .form-wizard .pager .disabled > a:focus, html.dark .form-wizard .pager .disabled > span {
	background: #282d36;
	border-color: #282d36;
	color: #EEE;
}

.switch {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 3px 0;
}
.switch .ios-switch {
	height: 35px;
	width: 65px;
}
.switch .ios-switch .handle {
	height: 31px;
	width: 31px;
}
.switch.switch-primary .ios-switch .on-background {
	background: #CCC;
}
.switch.switch-success .ios-switch .on-background {
	background: #47a447;
}
.switch.switch-warning .ios-switch .on-background {
	background: #ed9c28;
}
.switch.switch-danger .ios-switch .on-background {
	background: #d2322d;
}
.switch.switch-info .ios-switch .on-background {
	background: #5bc0de;
}
.switch.switch-dark .ios-switch .on-background {
	background: #171717;
}
.switch.switch-lg .ios-switch {
	height: 45px;
	width: 75px;
}
.switch.switch-lg .ios-switch .handle {
	height: 41px;
	width: 41px;
}
.switch.switch-sm .ios-switch {
	height: 25px;
	width: 55px;
}
.switch.switch-sm .ios-switch .handle {
	height: 21px;
	width: 21px;
}

.ios-switch {
	height: 45px;
	width: 75px;
	position: relative;
	background-color: #E5E5E5;
	border-radius: 100px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ios-switch .background-fill {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.ios-switch .on-background {
	background-image: -o-linear-gradient(#00e459, #00e158);
	background-image: -ms-linear-gradient(#00e459, #00e158);
	background-image: -moz-linear-gradient(#00e459, #00e158);
	background-image: -webkit-linear-gradient(#00e459, #00e158);
	background-image: linear-gradient(#00e459, #00e158);
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	z-index: 1;
	-o-transition: .3s 0.2s;
	-ms-transition: .3s 0.2s;
	-moz-transition: .3s 0.2s;
	-webkit-transition: .3s 0.2s;
	transition: .3s 0.2s;
}

.ios-switch .state-background {
	border-radius: 100px;
	z-index: 2;
	background-image: -o-linear-gradient(#ffffff, #FDFDFD);
	background-image: -ms-linear-gradient(#ffffff, #FDFDFD);
	background-image: -moz-linear-gradient(#ffffff, #FDFDFD);
	background-image: -webkit-linear-gradient(#ffffff, #FDFDFD);
	background-image: linear-gradient(#ffffff, #FDFDFD);
	border: 2px solid #E5E5E5;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.ios-switch .handle {
	width: 41px;
	height: 41px;
	background-color: white;
	top: 2px;
	left: 2px;
	position: absolute;
	border-radius: 20px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
	z-index: 3;
	-o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-ms-transition: -ms-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-o-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-ms-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-moz-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ios-switch.off .handle {
	-o-animation: expand-off .3s 0.2s;
	-ms-animation: expand-off .3s 0.2s;
	-moz-animation: expand-off .3s 0.2s;
	-webkit-animation: expand-off .3s 0.2s;
	animation: expand-off .3s 0.2s;
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-o-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
	-o-transition: .3s 0s;
	-ms-transition: .3s 0s;
	-moz-transition: .3s 0s;
	-webkit-transition: .3s 0s;
	transition: .3s 0s;
}

.ios-switch.off .state-background {
	-o-transition: .4s 0.25s;
	-ms-transition: .4s 0.25s;
	-moz-transition: .4s 0.25s;
	-webkit-transition: .4s 0.25s;
	transition: .4s 0.25s;
}

.ios-switch.on .handle {
	-o-animation: expand-on .3s 0.2s;
	-ms-animation: expand-on .3s 0.2s;
	-moz-animation: expand-on .3s 0.2s;
	-webkit-animation: expand-on .3s 0.2s;
	animation: expand-on .3s 0.2s;
	-o-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	-moz-transform: translate(30px, 0);
	-webkit-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-o-transform: translate3d(30px, 0, 0);
	-ms-transform: translate3d(30px, 0, 0);
	-moz-transform: translate3d(30px, 0, 0);
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

@keyframes expand-on {
	0% {
		padding-right: 0;
	}
	40% {
		padding-right: 9px;
	}
	100% {
		padding-right: 0;
	}
}
@keyframes expand-off {
	0% {
		padding-right: 0;
		left: 2px;
	}
	40% {
		padding-right: 9px;
		left: -7px;
	}
	100% {
		padding-right: 0;
		left: 2px;
	}
}
@-o-keyframes expand-on {
	0% {
		padding-right: 0;
	}
	40% {
		padding-right: 9px;
	}
	100% {
		padding-right: 0;
	}
}
@-ms-keyframes expand-on {
	0% {
		padding-right: 0;
	}
	40% {
		padding-right: 9px;
	}
	100% {
		padding-right: 0;
	}
}
@-moz-keyframes expand-on {
	0% {
		padding-right: 0;
	}
	40% {
		padding-right: 9px;
	}
	100% {
		padding-right: 0;
	}
}
@-webkit-keyframes expand-on {
	0% {
		padding-right: 0;
	}
	40% {
		padding-right: 9px;
	}
	100% {
		padding-right: 0;
	}
}
@-o-keyframes expand-off {
	0% {
		padding-right: 0;
		left: 2px;
	}
	40% {
		padding-right: 9px;
		left: -7px;
	}
	100% {
		padding-right: 0;
		left: 2px;
	}
}
@-ms-keyframes expand-off {
	0% {
		padding-right: 0;
		left: 2px;
	}
	40% {
		padding-right: 9px;
		left: -7px;
	}
	100% {
		padding-right: 0;
		left: 2px;
	}
}
@-moz-keyframes expand-off {
	0% {
		padding-right: 0;
		left: 2px;
	}
	40% {
		padding-right: 9px;
		left: -7px;
	}
	100% {
		padding-right: 0;
		left: 2px;
	}
}
@-webkit-keyframes expand-off {
	0% {
		padding-right: 0;
		left: 2px;
	}
	40% {
		padding-right: 9px;
		left: -7px;
	}
	100% {
		padding-right: 0;
		left: 2px;
	}
}
/* Summernote */
.note-editor {
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.note-editor, .note-editor.note-frame {
	border: 1px solid #ddd;
}
.note-editor.active {
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.note-editor .note-title {
	padding-top: 0 !important;
}
.note-editor .note-toolbar {
	background-color: #f5f5f5;
	border-bottom: 1px dashed #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 4px 4px 0 0;
	padding: 3px 10px 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.note-editor .note-toolbar i {
	margin: 0;
}
.note-editor .note-toolbar i:before {
	margin: 0;
}
.note-editor .note-toolbar .btn-group {
	float: none !important;
}
.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.note-editor .note-toolbar .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .note-toolbar .btn-group > .btn-group:first-child > .dropdown-toggle {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
@media only screen and (max-width: 767px) {
	.note-editor .note-toolbar {
		text-align: center;
	}
}
.note-editor .note-editable {
	clear: both;
	background: #FFF;
	border: none;
	border-radius: 0 0 4px 4px;
	font-family: Arial, Helvetica, Sans-serif;
}
.note-editor .note-statusbar {
	background: #FFF;
	border-radius: 0 0 4px 4px;
}
.note-editor .note-statusbar .note-resizebar {
	border-color: #DDD;
	display: block;
}

html.dark .note-editor {
	border-color: #282d36;
	color: #EEE;
}
html.dark .note-editor .note-toolbar,
html.dark .note-editor .note-statusbar {
	background: #242830;
	border-color: #1d2127;
}
html.dark .note-editor .note-editable {
	background: #282d36;
	border-color: #1d2127;
}
html.dark .note-editor .note-statusbar .note-resizebar {
	border-color: #1d2127;
}
html.dark .note-editor .note-statusbar .note-resizebar .note-icon-bar {
	border-color: #444;
}
html.dark .note-editor .note-editing-area .note-editable {
	color: #EEE;
}
html.dark .note-editor .caret {
	border-color: #FFF transparent transparent;
}

/* Bootstrap Markdown */
.md-editor {
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.md-editor > .md-header {
	border-radius: 4px 4px 0 0;
	padding: 6px 4px 0;
}
.md-editor > .md-preview,
.md-editor > textarea {
	background: #FFF;
	border-bottom: none;
	border-radius: 0 0 4px 4px;
	padding: 10px;
	outline: none;
	width: 100% !important;
}
.md-editor .btn-group {
	margin-bottom: 6px;
}

html.dark .md-editor {
	border-color: #282d36;
}
html.dark .md-editor > .md-header,
html.dark .md-editor .md-footer {
	background: #242830;
}
html.dark .md-editor > .md-preview,
html.dark .md-editor > textarea {
	background: #282d36;
}
html.dark .md-editor > textarea {
	color: #EEE;
	border-color: #1d2127;
}

@media only screen and (max-width: 767px) {
	.bootstrap-maxlength.bottom-left {
		margin-left: 40px;
	}
}
.bootstrap-tagsinput {
	width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
	border: 0 none;
	box-shadow: none;
	background-color: transparent;
}

html.dark .bootstrap-tagsinput {
	background: #282d36;
	border-color: #282d36;
}

html.dark .bootstrap-timepicker-widget {
	background-color: #282d36;
}
html.dark .bootstrap-timepicker-widget:before {
	border-bottom-color: #1d2127;
}
html.dark .bootstrap-timepicker-widget:after {
	border-bottom-color: #282d36;
}
html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	border-top-color: #1d2127;
}
html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	border-top-color: #282d36;
}
html.dark .bootstrap-timepicker-widget table td a {
	color: #FFF;
}
html.dark .bootstrap-timepicker-widget table td a:hover {
	border-color: #282d36;
}
html.dark .bootstrap-timepicker-widget table td input {
	background-color: #21262d;
	border-color: #282d36;
	color: #EEE;
}

html.dark .colorpicker {
	background-color: #282d36;
}
html.dark .colorpicker:before {
	border-bottom-color: #1d2127;
}
html.dark .colorpicker:after {
	border-bottom-color: #282d36;
}

html.dark .multiselect-container {
	background-color: #282d36;
}
html.dark .multiselect-container > li > a {
	color: #EEE;
}
html.dark .multiselect-container > li > a:hover, html.dark .multiselect-container > li > a:focus {
	background-color: #1d2127;
	color: #FFF;
}

.spinner-buttons.btn-group-vertical .btn {
	height: 18px;
	margin: 0 0 0 -1px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	width: 22px;
	line-height: 14px;
}
.spinner-buttons.btn-group-vertical .btn i {
	margin-top: -2px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
	border-radius: 0 4px 0 0 !important;
	-webkit-border-radius: 0 4px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
	border-radius: 0 0 4px !important;
	-webkit-border-radius: 0 0 4px !important;
	margin-top: -1px;
	height: 17px;
}

.dropzone {
	background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.03);
	border-radius: 3px;
	min-height: 122px;
	padding: 23px;
}
.dropzone .dz-default span {
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.2);
}
.dropzone:hover .dz-default span {
	color: rgba(0, 0, 0, 0.3);
}

html.dark .dropzone .dz-default span {
	color: rgba(255, 255, 255, 0.2);
}
html.dark .dropzone:hover .dz-default span {
	color: rgba(255, 255, 255, 0.3);
}

/* Form Group Invisible */
.form-group-invisible {
	position: relative;
}
.form-group-invisible.focus .control-label-invisible {
	color: #0088cc;
}
.form-group-invisible .control-label-invisible {
	bottom: 0;
	display: block;
	float: none;
	left: 0;
	line-height: 64px;
	margin: 0;
	padding-left: 50px;
	position: absolute;
	right: 0;
	top: -15px;
	-webkit-transition: color ease-in-out 0.15s;
	-moz-transition: color ease-in-out 0.15s;
	transition: color ease-in-out 0.15s;
	width: auto;
}
.form-group-invisible .form-control-invisible, .form-group-invisible .form-control-invisible:focus, .form-group-invisible .form-control-invisible:active, .form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
}
.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
	margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
	.form-group-invisible {
		padding-top: 30px;
	}
	.form-group-invisible .control-label-invisible {
		padding-left: 27px;
	}
}
html.dark .CodeMirror pre {
	background: transparent;
	border: none;
}

@media only screen and (max-width: 767px) {
	#gmap {
		margin: -40px -15px 0 -15px;
	}

	html.mobile-device #gmap {
		min-height: 100px;
	}
}
@media only screen and (min-width: 768px) {
	#gmap {
		bottom: 0;
		height: auto !important;
		left: 0;
		position: absolute !important;
		right: 0;
		top: 0;
		min-height: 0;
	}
}
/* List Containing Markers */
.list-markers {
	border-bottom: 1px solid #21262d;
	padding-bottom: 10px;
}
.list-markers li {
	position: relative;
}
.list-markers p {
	margin: 0 0 2px 0;
	padding: 3px 55px 3px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.list-markers .location-action {
	position: absolute;
	right: 0;
	top: 2px;
}
.list-markers .location-action.location-edit {
	right: 15px;
	top: 3px;
}
.list-markers .location-action.location-center {
	right: 37px;
}

/* Modal Add/Edit Markers */
.marker-modal .modal-dialog {
	max-width: 450px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #CCC;
	border-radius: 2px;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 20px;
	text-align: center;
}
.jqvmap-zoomin:hover,
.jqvmap-zoomout:hover {
	background: #bfbfbf;
}

.jqvmap-zoomout {
	top: 35px;
}

.mailbox .content-with-menu-container {
	background: #FFF;
}
.mailbox .mailbox-bullets .ball {
	border: 5px solid red;
	border-radius: 100px;
	display: block;
	float: right;
	margin-top: 6px;
}
.mailbox .mailbox-bullets .ball.pink {
	border-color: #EA4C89;
}
.mailbox .mailbox-bullets .ball.green {
	border-color: #9AE14F;
}
.mailbox .mailbox-bullets .ball.blue {
	border-color: #1BC3E1;
}
.mailbox .mailbox-bullets .ball.orange {
	border-color: #E2A917;
}

.mailbox .mailbox-folder {
	height: auto !important;
	padding: 0 0 40px;
}

/* mailbox - main header */
.mailbox .mailbox-folder .mailbox-header {
	padding: 38px 40px 43px;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-folder .mailbox-header {
		padding: 20px;
	}
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-folder .mailbox-header .mailbox-title {
		margin-bottom: 10px !important;
	}
}
.mailbox .mailbox-folder .mailbox-header .search {
	float: right;
	margin-top: 3px;
	max-width: 100px;
}
.mailbox .mailbox-folder .mailbox-header .search input[type="text"] {
	-webkit-transition-property: width, margin;
	-moz-transition-property: width, margin;
	transition-property: width, margin;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
	transition-timing-function: cubic-bezier(0.05, 0.91, 0.25, 0.99);
}
.mailbox .mailbox-folder .mailbox-header .search input[type="text"]:focus {
	margin-left: -150%;
	width: 250%;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-folder .mailbox-header .search input[type="text"]:focus {
		margin-left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-folder .mailbox-header .search {
		max-width: none;
	}
}

/* mailbox - actions */
.mailbox .mailbox-actions {
	border-top: 1px solid #EFEFEF;
	padding-left: 40px;
	padding-right: 40px;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-actions {
		padding-left: 20px;
		padding-right: 20px;
		text-align: center;
	}
}
.mailbox .mailbox-actions ul a.item-action {
	background: #FFF;
	border-radius: 100px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	color: #B4BBC1;
	display: inline-block;
	font-size: 1.4rem;
	height: 30px;
	line-height: 3rem;
	position: relative;
	width: 30px;
	text-align: center;
	-webkit-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	transition-timing-function: cubic-bezier(0.2, 0.6, 0.25, 1);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.mailbox .mailbox-actions ul a.item-action:hover {
	color: #57636C;
	text-decoration: none;
}
.mailbox .mailbox-actions ul a.item-action.text-primary:hover {
	color: #b3b3b3 !important;
}
.mailbox .mailbox-actions ul a.item-action.text-success:hover {
	color: #388038 !important;
}
.mailbox .mailbox-actions ul a.item-action.text-warning:hover {
	color: #d18211 !important;
}
.mailbox .mailbox-actions ul a.item-action.text-danger:hover {
	color: #a82824 !important;
}
.mailbox .mailbox-actions ul a.item-action.text-info:hover {
	color: #31b0d5 !important;
}
.mailbox .mailbox-actions ul a.item-action.text-dark:hover {
	color: black !important;
}

/* mailbox - mail list */
.mailbox .mailbox-email-list {
	border-top: 1px solid #f7f7f7;
	font-size: 1.5rem;
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list {
		position: static !important;
	}
}
.mailbox .mailbox-email-list li {
	border-bottom: 1px solid #f7f7f7;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list li {
		height: 75px;
		padding: 0 20px;
	}
}
.mailbox .mailbox-email-list li a {
	color: #777;
}
.mailbox .mailbox-email-list li:hover {
	background: #FAFAFA;
}
.mailbox .mailbox-email-list li.unread a {
	color: #555;
	font-weight: 500;
}
.mailbox .mailbox-email-list li.active {
	background: #CCC;
}
.mailbox .mailbox-email-list li.active a {
	color: #FFF;
}
.mailbox .mailbox-email-list .mail-label {
	border: 4px solid transparent;
	border-radius: 10px;
	display: inline-block;
	left: 16px;
	position: absolute;
	top: 21px;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .mail-label {
		border-radius: 0;
		border-width: 1px;
		bottom: 0;
		left: 0;
		top: 0;
	}
}
.mailbox .mailbox-email-list .col-sender {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 250px;
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .col-sender {
		width: 100%;
	}
}
.mailbox .mailbox-email-list .col-sender p {
	left: 80px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .col-sender p {
		left: 60px;
	}
}
.mailbox .mailbox-email-list .col-mail {
	bottom: 0;
	left: 290px;
	position: absolute;
	right: 40px;
	top: 0;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .col-mail {
		left: 60px;
		right: 20px;
	}
}
.mailbox .mailbox-email-list .col-mail .mail-content,
.mailbox .mailbox-email-list .col-mail .mail-date,
.mailbox .mailbox-email-list .col-mail .mail-attachment {
	position: absolute;
	top: 0;
}
.mailbox .mailbox-email-list .col-mail .mail-content {
	left: 0;
	right: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .col-mail .mail-content {
		right: 0;
		top: 25px;
	}
}
.mailbox .mailbox-email-list .col-mail .mail-attachment {
	color: #BBB;
	right: 100px;
	line-height: 50px;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .col-mail .mail-attachment {
		font-size: 1.1rem;
		line-height: 1.4rem;
		right: 55px;
		top: 6px;
	}
}
.mailbox .mailbox-email-list .col-mail .mail-date {
	padding-left: 80px;
	right: 0;
	width: 150px;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .col-mail .mail-date {
		font-size: 1rem;
		line-height: 1.4rem;
		padding-left: 0;
		text-align: right;
		top: 5px;
		width: 130px;
	}
}

/* Mailbox Mail List - Unstyle nano for non fixed layouts and responsive */
html.scroll .mailbox .mailbox-email-list .nano,
html.boxed .mailbox .mailbox-email-list .nano {
	position: static;
	height: auto;
	overflow: visible;
	width: auto;
}
html.scroll .mailbox .mailbox-email-list .nano .nano-content,
html.boxed .mailbox .mailbox-email-list .nano .nano-content {
	position: static;
	overflow: visible;
}

@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email-list .nano {
		position: static;
		height: auto;
		overflow: visible;
		width: auto;
	}
	.mailbox .mailbox-email-list .nano .nano-content {
		position: static;
		overflow: visible;
	}
}
/* Mailbox Mail List + Fixed Layout */
@media only screen and (min-width: 768px) {
	html.fixed .mailbox .mailbox-email-list {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		overflow: hidden;
		top: 191px;
	}
}
/* Mailbox - Email */
.mailbox .mailbox-email {
	background: #FAFAFA;
}
.mailbox .mailbox-email .mailbox-email-header {
	background: #FFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	margin: -40px -40px 0 -40px;
	padding: 30px;
}
@media only screen and (max-width: 767px) {
	.mailbox .mailbox-email .mailbox-email-header {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.mailbox .mailbox-email .mailbox-close-mail {
	color: #CCC;
	cursor: pointer;
	font-weight: 300;
	float: left;
}
.mailbox .mailbox-email .mailbox-close-mail:hover {
	color: #d9d9d9;
}
.mailbox .mailbox-email .mailbox-close-mail, .mailbox .mailbox-email .mailbox-close-mail:focus {
	text-decoration: none;
}
.mailbox .mailbox-email .panel .panel-heading {
	background: #FFF;
	border-bottom-color: #EFEFEF;
}
.mailbox .mailbox-email .panel .panel-heading .panel-actions {
	top: 17px;
}
.mailbox .mailbox-email .panel .panel-heading .panel-actions a:hover {
	background: #FFF;
	color: #CCC;
}
.mailbox .mailbox-email .panel .panel-footer {
	background: #FFF;
	border-top-color: #EFEFEF;
	color: #BBB;
}

/* Mailbox - Showing Menu Toggle */
@media only screen and (min-width: 768px) and (max-width: 1365px) {
	.mailbox .mailbox-folder .mailbox-header .mailbox-title {
		position: relative;
		top: 28px;
	}

	.mailbox .mailbox-email .mailbox-email-header {
		padding-top: 80px;
	}

	html.inner-menu-opened .mailbox .mailbox-folder .mailbox-header .mailbox-title {
		position: static;
	}
	html.inner-menu-opened .mailbox .mailbox-email .mailbox-email-header {
		padding-top: 30px;
	}
}
/* Mailbox Compose */
.mailbox-compose {
	margin: -20px -40px 0 -40px;
	padding: 0 15px;
}
.mailbox-compose .compose {
	margin: 0 40px;
}
.mailbox-compose .compose .note-editable {
	min-height: 250px;
}
.mailbox-compose .compose .note-editor,
.mailbox-compose .compose .note-toolbar {
	border: none;
}
.mailbox-compose .compose .note-resizebar {
	display: none;
}

@media only screen and (max-width: 767px) {
	.mailbox-compose {
		margin: -20px -15px 0 -15px;
	}
	.mailbox-compose .compose {
		margin-left: 5px;
		margin-right: 5px;
	}
}
/* dark */
html.dark .mailbox .mailbox-email,
html.dark .mailbox .content-with-menu-container {
	background: #1d2127;
}
html.dark .mailbox .mailbox-folder .mailbox-header .input-search .btn-default {
	background: transparent;
}
html.dark .mailbox .mailbox-actions {
	border-top-color: #282d36;
}
html.dark .mailbox .mailbox-actions ul a.item-action {
	background: #2e353e;
}
html.dark .mailbox .mailbox-email-list {
	border-top-color: #282d36;
}
html.dark .mailbox .mailbox-email-list li {
	border-bottom-color: #242830;
}
html.dark .mailbox .mailbox-email-list li:hover {
	background: #161a1e;
}
html.dark .mailbox .mailbox-email-list li a {
	color: #808697;
}
html.dark .mailbox .mailbox-email-list li.unread a {
	color: #9ca1ae;
}
html.dark .mailbox .mailbox-email .mailbox-email-header {
	background: #21262d;
}
html.dark .mailbox .mailbox-email .panel .panel-heading,
html.dark .mailbox .mailbox-email .panel .panel-footer {
	background-color: #282d36;
	border-color: #21262d;
	color: #808697;
}
html.dark .mailbox .mailbox-email .panel .panel-heading .panel-title,
html.dark .mailbox .mailbox-email .panel .panel-footer .panel-title {
	color: #808697;
}
html.dark .mailbox .mailbox-email .panel .panel-heading .panel-actions a:hover {
	background: #1d2127;
}
html.dark .mailbox .mailbox-compose .note-editor .note-toolbar,
html.dark .mailbox .mailbox-compose .note-editor .note-statusbar,
html.dark .mailbox .mailbox-compose .note-editor .note-editable {
	background: #1d2127;
}
html.dark .mailbox .mailbox-compose .note-editor .note-editable {
	color: #808697;
}

/* Invoice */
.invoice {
	padding: 0 15px 15px;
}

/* Invoice Address Tag */
.invoice address {
	color: #7F8597;
	line-height: 1.5em;
}

/* Invoice header */
.invoice header {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 15px;
}
.invoice header .h2,
.invoice header .h4 {
	letter-spacing: 0;
}

/* Invoice Billing Information */
.invoice .bill-to,
.invoice .bill-data {
	padding: 15px 0;
}
.invoice .bill-data .value {
	display: inline-block;
	margin-left: 10px;
	width: 90px;
}

/* Invoice table */
.invoice table.table {
	table-layout: fixed;
}
.invoice table.table > thead:first-child > tr > th {
	background-color: #F8F8F8;
	border-bottom: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
}
.invoice table.table > tbody tr > td {
	border-color: #DADADA;
}

/* Invoice table items */
.invoice .invoice-items > tbody tr:last-child > td {
	border-bottom: 1px solid #DADADA;
}
.invoice .invoice-items #cell-id {
	width: 10%;
}
.invoice .invoice-items #cell-item {
	width: 20%;
}
.invoice .invoice-items #cell-desc {
	width: 20%;
}
.invoice .invoice-items #cell-price {
	width: 10%;
}
.invoice .invoice-items #cell-qty {
	width: 10%;
}
.invoice .invoice-items #cell-total {
	width: 10%;
}

/* Invoice summary */
.invoice-summary .col-sm-4 {
	padding-left: 0;
}

/* Invoice Responsiveness */
@media only screen and (max-width: 991px) {
	.invoice .table-responsive > table.table {
		table-layout: auto;
	}

	.invoice-summary .col-sm-4 {
		padding-left: 15px;
	}
}
/* Invoice Print */
@media print {
	.invoice .table-responsive {
		border: none !important;
		overflow: visible !important;
		width: auto !important;
	}
	.invoice table.table.invoice-items {
		table-layout: auto;
	}
	.invoice header .col-sm-6:first-child,
	.invoice header .col-sm-6:last-child,
	.invoice .bill-info .col-md-6 {
		float: left !important;
	}
	.invoice header .col-sm-6:first-child {
		width: 25% !important;
	}
	.invoice header .col-sm-6:last-child {
		width: 75% !important;
	}
	.invoice .bill-info .col-md-6 {
		width: 50% !important;
	}
	.invoice .invoice-summary .col-sm-4 {
		float: right;
		padding: 0;
		width: 40%;
	}
}
/* dark */
html.dark .invoice header {
	border-bottom-color: #282d36;
}
html.dark .invoice table.table > thead:first-child > tr > th {
	background-color: #282d36;
	border-bottom-color: #282d36;
	border-top-color: #282d36;
}
html.dark .invoice table.table > tbody tr > td {
	border-color: #282d36;
}

/* Error Pages - wrappers */
.body-error {
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}
.body-error.error-outside {
	display: table;
	height: 100vh;
}
.body-error.error-outside .center-error {
	display: table-cell;
	vertical-align: middle;
}
.body-error.error-inside {
	margin-top: 150px;
}

/* Error Pages - header */
.body-error .error-header {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 50px;
	padding-bottom: 15px;
}
.body-error .error-header .form {
	margin-top: 12px;
}

/* Error Pages - typo */
.body-error .error-code {
	font-size: 14rem;
	line-height: 14rem;
	letter-spacing: -10px;
}
.body-error .error-explanation {
	font-size: 2rem;
	line-height: 3.6rem;
}

/* Error Pages - Responsive */
@media only screen and (max-width: 1150px) {
	.body-error.error-inside {
		margin-top: 50px;
		padding-bottom: 50px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
	.body-error.error-inside .error-code {
		font-size: 10rem;
		line-height: 10rem;
		letter-spacing: -7px;
	}
	.body-error.error-inside .error-explanation {
		font-size: 1.8rem;
		line-height: 3.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.body-error .error-code {
		font-size: 9rem;
		line-height: 9rem;
		letter-spacing: -7px;
	}
	.body-error .error-explanation {
		font-size: 1.6rem;
		line-height: 2.8rem;
	}

	.body-error.error-outside {
		height: auto;
		padding: 20px;
	}
}
/* Sign Screens - Wrappers */
.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}
.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}
.body-sign .panel-sign {
	background: transparent;
}
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #CCC;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2rem;
	padding: 13px 17px;
	vertical-align: bottom;
}
.body-sign .panel-sign .panel-body {
	background: #FFF;
	border-top: 5px solid #CCC;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}

/* Sign Screens - Elements */
.body-sign .input-group-icon .input-group-addon i {
	width: 14px;
}
.body-sign .checkbox-custom {
	margin-top: 8px;
}
.body-sign .line-thru {
	display: block;
	font-size: 1.2rem;
	position: relative;
}
.body-sign .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}
.body-sign .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.body-sign .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

/* Lock Screen */
.body-locked {
	background: url(../images/patterns/noisy_net.png) repeat;
	max-width: none;
	min-height: 400px;
}
.body-locked.body-locked-inline {
	background: none;
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
.body-locked .panel-sign {
	margin: 0 auto;
	max-width: 400px;
	padding-top: 40px;
}
.body-locked .panel-sign .panel-body {
	border-radius: 5px;
	position: relative;
}
.body-locked .current-user {
	margin-top: 60px;
	margin-bottom: 35px;
}
.body-locked .current-user .user-image {
	border: 5px solid #CCC;
	border-radius: 150px;
	height: 150px;
	left: 50%;
	position: absolute;
	margin-left: -75px;
	top: -75px;
	width: 150px;
}
.body-locked .current-user .user-name {
	font-size: 3rem;
	line-height: 3.6rem;
}
.body-locked .current-user .user-email {
	font-size: 1.1rem;
	line-height: 1.4rem;
}

/* Locked Screen - Responsive Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.body-locked .panel-sign, .body-locked.body-locked-inline .panel-sign {
		padding-top: 0;
	}
	.body-locked .center-sign, .body-locked.body-locked-inline .center-sign {
		padding-top: 0;
	}
	.body-locked .center-sign .current-user, .body-locked.body-locked-inline .center-sign .current-user {
		margin-bottom: 45px;
		margin-left: 100px;
		margin-top: 10px;
	}
	.body-locked .center-sign .current-user .user-image, .body-locked.body-locked-inline .center-sign .current-user .user-image {
		height: 100px;
		left: 35px;
		margin-left: 0;
		margin-top: 0;
		top: 15px;
		width: 100px;
	}
}
/* Lock Screen - Modal */
.mfp-lock-screen.mfp-bg {
	background: #000 url(../images/patterns/noisy_net.png) repeat;
	opacity: 0.99;
	z-index: 9998;
}
.mfp-lock-screen.mfp-wrap {
	background: none;
	z-index: 9999;
}

/* dark */
html.dark .body-sign .panel-sign .panel-body {
	background-color: #2e353e;
}
html.dark .body-sign .line-thru:before {
	background-color: #2e353e;
}
html.dark .body-sign .line-thru:after {
	border-bottom-color: #282d36;
}

.fc .fc-toolbar h2 {
	color: #171717;
	font-size: 2rem;
	font-weight: normal;
}
.fc .fc-toolbar h2:before {
	color: #CCC;
	content: "\f073";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: 2px;
	-webkit-font-smoothing: antialiased;
}
.fc .fc-toolbar .fc-button {
	background: #FFF;
	box-shadow: none;
	text-shadow: none;
	font-size: 0.9em;
	padding: 2px 0.8em 3px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.fc .fc-toolbar .fc-button.fc-state-active {
	color: #FFF;
}
.fc .fc-widget-header th {
	line-height: 35px;
}

/* Fullcalendar - Event States */
/* Buttons - States */
.fc-event.fc-event-default {
	background: #ebebeb;
	border-color: #ebebeb;
}
.fc-event.fc-event-default .fc-event-inner {
	color: #777;
}

a.fc-event.fc-event-default:hover {
	color: #777;
}

.fc-event.fc-event-primary {
	background: #CCC;
	border-color: #CCC;
}
.fc-event.fc-event-primary .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-primary:hover {
	color: #FFF;
}

.fc-event.fc-event-success {
	background: #47a447;
	border-color: #47a447;
}
.fc-event.fc-event-success .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-success:hover {
	color: #FFF;
}

.fc-event.fc-event-warning {
	background: #ed9c28;
	border-color: #ed9c28;
}
.fc-event.fc-event-warning .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-warning:hover {
	color: #FFF;
}

.fc-event.fc-event-danger {
	background: #d2322d;
	border-color: #d2322d;
}
.fc-event.fc-event-danger .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-danger:hover {
	color: #FFF;
}

.fc-event.fc-event-info {
	background: #5bc0de;
	border-color: #5bc0de;
}
.fc-event.fc-event-info .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-info:hover {
	color: #FFF;
}

.fc-event.fc-event-dark {
	background: #171717;
	border-color: #171717;
}
.fc-event.fc-event-dark .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-dark:hover {
	color: #FFF;
}

/* Fullcalendar - External Events */
.external-event {
	cursor: move;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

/* dark */
html.dark .fc .fc-toolbar h2 {
	color: #FFF;
}
html.dark .fc .fc-toolbar .fc-button {
	background: #21262d;
	color: #FFF;
}
html.dark .fc-unthemed th,
html.dark .fc-unthemed td,
html.dark .fc-unthemed thead,
html.dark .fc-unthemed tbody,
html.dark .fc-unthemed .fc-divider,
html.dark .fc-unthemed .fc-row,
html.dark .fc-unthemed .fc-popover {
	border-color: rgba(0, 0, 0, 0.3);
}
html.dark .fc-unthemed .fc-today {
	background: #21262d;
}

.timeline .tm-body {
	position: relative;
	padding: 30px 0;
}
.timeline .tm-body:after {
	background: #505050;
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
	background: linear, to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%;
	content: '';
	display: block;
	height: 100%;
	left: 140px;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 0;
	filter: alpha(opacity=35);
	opacity: 0.35;
}
.timeline .tm-title {
	position: relative;
	display: inline-block;
	text-align: center;
	min-width: 200px;
	background-color: #fff;
	padding: 4px 5px;
	margin: 0 40px;
	z-index: 1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.timeline .tm-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.timeline .tm-items > li {
	position: relative;
	margin: 30px 0;
	padding: 0 0 0 190px;
	min-height: 65px;
	z-index: 1;
}
.timeline .tm-items > li .tm-datetime {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 48px;
	margin-top: -24px;
	text-align: right;
	z-index: 3;
}
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #CCC;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 0;
	white-space: nowrap;
}
.timeline .tm-items > li .tm-icon {
	position: absolute;
	top: 50%;
	left: 140px;
	background-color: #ecedf0;
	border: 3px solid #CCC;
	color: #CCC;
	font-size: 28px;
	padding: 10px;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 29px;
	margin-top: -28px;
	margin-left: -28px;
	z-index: 2;
	-webkit-border-radius: 28px;
	border-radius: 28px;
}
.timeline .tm-items > li .tm-box {
	position: relative;
	background: #fff;
	min-height: 65px;
	padding: 10px 20px;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.timeline .tm-items > li .tm-box:after {
	right: 100%;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #fff;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}
.timeline .tm-items > li .tm-box p:last-child {
	margin-bottom: 0;
}
.timeline .tm-items > li .tm-box .tm-meta {
	margin: 10px 0 0;
}
.timeline .tm-items > li .tm-box .tm-meta span {
	display: inline-block;
	padding-right: 8px;
}
.timeline .tm-items > li .tm-box .tm-meta span:last-child, .timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
	padding-right: 0;
}
.timeline.timeline-simple .tm-body:after {
	left: 30px;
}
.timeline.timeline-simple .tm-body .tm-title {
	border: 1px solid #e9e9e9;
	margin: 0 10px;
}
.timeline.timeline-simple .tm-body .tm-items > li {
	padding: 0 0 0 55px;
}
.timeline.timeline-simple .tm-body .tm-items > li:before {
	display: block;
	position: absolute;
	content: ' ';
	background: none repeat scroll 0 0 #CCC;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #CCC;
	height: 7px;
	left: 30px;
	top: 50%;
	width: 8px;
	margin-left: -4px;
	margin-top: -4px;
}
.timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
	left: -17px;
	border: solid transparent;
	content: ' ';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e9e9e9;
	border-width: 8px;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}

@media only screen and (max-width: 991px) {
	.timeline .tm-body:after {
		left: 20px;
	}
	.timeline .tm-title {
		margin: 0;
	}
	.timeline .tm-items > li {
		padding-left: 50px;
	}
	.timeline .tm-items > li .tm-info {
		margin: 0 0 15px;
	}
	.timeline .tm-items > li .tm-info:after {
		content: "";
		display: table;
		clear: both;
	}
	.timeline .tm-items > li .tm-icon {
		border-width: 2px;
		float: left;
		font-size: 22px;
		height: 40px;
		line-height: 36px;
		margin: 0 15px 0 0;
		padding: 0;
		position: static;
		width: 40px;
	}
	.timeline .tm-items > li .tm-datetime {
		margin: 0;
		position: static;
		text-align: left;
	}
	.timeline .tm-items > li .tm-datetime .tm-datetime-date {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.timeline .tm-items > li .tm-datetime .tm-datetime-time {
		font-size: 1.8rem;
		line-height: 1.3;
	}
}
@media only screen and (max-width: 767px) {
	.timeline .tm-items > li .tm-box .tm-meta span {
		display: block;
	}
}
html.dark .timeline .tm-items > li .tm-box {
	background: #282d36;
	border-color: #21262d;
}
html.dark .timeline .tm-items > li .tm-box:after {
	border-right-color: #282d36;
}
html.dark .timeline .tm-items > li .tm-box:before {
	border-right-color: #21262d;
}
html.dark .timeline .tm-items > li .tm-icon {
	background-color: #1d2127;
}
html.dark .timeline .tm-title {
	background-color: #282d36;
	border-color: #21262d;
}
html.dark .timeline.timeline-simple .tm-body .tm-title {
	background-color: #282d36;
	border-color: #21262d;
}
html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #CCC;
}
html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:after {
	border-right-color: #282d36;
}
html.dark .timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
	border-right-color: #21262d;
}

.media-gallery ul.mg-folders {
	list-style: none;
	padding: 0;
	margin: 0;
}
.media-gallery ul.mg-folders > li {
	display: block;
	position: relative;
}
.media-gallery ul.mg-folders > li a.menu-item {
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 80px;
}
.media-gallery ul.mg-folders > li a.menu-item i {
	margin-right: 5px;
	width: 16px;
}
.media-gallery ul.mg-folders > li .item-options {
	position: absolute;
	padding: 10px 0;
	right: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}
.media-gallery ul.mg-folders > li .item-options a:hover {
	text-decoration: none;
}
.media-gallery ul.mg-folders > li:hover .item-options {
	opacity: 1;
}
.media-gallery ul.mg-tags {
	list-style: none;
	padding: 0;
	margin: 10px 0 0;
}
.media-gallery ul.mg-tags:after {
	content: "";
	display: table;
	clear: both;
}
.media-gallery ul.mg-tags > li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.media-gallery ul.mg-tags > li a {
	display: block;
	padding: 2px 7px;
	font-size: 11px;
	background-color: #171717;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #666;
}
.media-gallery ul.mg-tags > li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #CCC;
}
.media-gallery .mg-files {
	padding: 5px 0 30px;
}
.media-gallery .mg-files .thumbnail {
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.media-gallery .mg-files .thumbnail .thumb-preview {
	position: relative;
	z-index: 2;
}
.media-gallery .mg-files .thumbnail .thumb-preview .thumb-image {
	display: block;
	overflow: hidden;
}
.media-gallery .mg-files .thumbnail .thumb-preview img {
	width: 100%;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border-radius: 5px;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	overflow: hidden;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 15px 10px;
	font-size: 2.2rem;
	color: #fff;
	background-color: #CCC;
	border-radius: 0 0 0 15px;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.1s linear 0.1s;
	-moz-transition: -moz-transform 0.1s linear 0.1s;
	-ms-transition: -ms-transform 0.1s linear 0.1s;
	transition: transform 0.1s linear 0.1s;
	-webkit-transform: translate(100%, 0);
	-moz-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #CCC;
	color: #fff;
	padding: 6px 10px;
	-webkit-transition: -webkit-transform 0.1s linear 0.1s;
	-moz-transition: -moz-transform 0.1s linear 0.1s;
	-ms-transition: -ms-transform 0.1s linear 0.1s;
	transition: transform 0.1s linear 0.1s;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar:after {
	content: "";
	display: table;
	clear: both;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-option {
	margin: 0;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group > a {
	color: #fff;
	padding: 0 5px;
}
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar .mg-group .mg-toggle {
	color: #fff;
	background: none;
	border: none;
	padding: 2px 2px 2px 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.media-gallery .mg-files .thumbnail .mg-title {
	margin: 13px 0 2px;
	padding-bottom: 2px;
	display: inline-block;
	font-size: 1.8rem;
}
.media-gallery .mg-files .thumbnail .mg-title small {
	position: relative;
	top: 0;
	left: 0;
	color: #9e9e9e;
	opacity: 0;
	z-index: 1;
	font-size: 1rem;
}
.media-gallery .mg-files .thumbnail .mg-description:after {
	content: "";
	display: table;
	clear: both;
}
.media-gallery .mg-files .thumbnail.thumbnail-selected {
	border-color: #FFF;
	box-shadow: 0 0 8px -1px #CCC;
}
.media-gallery .mg-files .thumbnail.thumbnail-selected .mg-title small {
	opacity: 1;
}
.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options {
	visibility: visible;
}
.media-gallery .mg-files .thumbnail.thumbnail-selected .thumb-preview .mg-thumb-options .mg-toolbar {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.media-gallery .mg-files .thumbnail:hover .mg-title small {
	opacity: 1;
}
.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options {
	visibility: visible;
}
.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-zoom {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options .mg-toolbar {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

html.sidebar-light:not(.dark) .media-gallery ul.mg-tags > li a {
	background-color: #f2f2f2;
	color: #777;
}

html.dark .media-gallery .mg-files .thumbnail.thumbnail-selected {
	border-color: #242830;
}
html.dark .media-gallery .mg-files .thumbnail .mg-title small {
	color: #808697;
}

.log-viewer {
	line-height: 2.6rem;
	font-family: monospace;
	font-size: 1.4rem;
}

/* Change Content Background Color */
html.search-results body {
	background: #FFF;
}

/* Search Results Wrapper */
.search-content {
	margin: -40px;
}
.search-content .search-control-wrapper {
	background: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	margin-top: 3px;
	padding: 20px;
}

/* Search Results Tabs */
.search-content .search-toolbar {
	border-bottom: 1px solid #ebebeb;
	margin: 0 0 40px;
}
.search-content .search-toolbar .nav-pills {
	margin: 0 40px;
}
.search-content .search-toolbar .nav-pills li {
	margin: 0 15px 0 0;
}
.search-content .search-toolbar .nav-pills li:last-child {
	margin-right: 0;
}
.search-content .search-toolbar .nav-pills li a {
	padding-left: 5px;
	padding-right: 5px;
}
.search-content .search-toolbar .nav-pills li a, .search-content .search-toolbar .nav-pills li a:hover, .search-content .search-toolbar .nav-pills li a:focus {
	background: none;
	border-radius: 0;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	color: #777;
}
.search-content .search-toolbar .nav-pills li a:hover, .search-content .search-toolbar .nav-pills li a:focus {
	background: none;
	border-radius: 0;
	border-bottom: 2px solid #FFF;
	border-top: 2px solid #FFF;
	color: #555;
}
.search-content .search-toolbar .nav-pills li.active a {
	color: #CCC;
	border-bottom-color: #CCC;
}
.search-content > .tab-content {
	border: none;
	box-shadow: none;
	padding: 0 40px;
}

/* Search Result Totals */
.search-content .total-results {
	margin-top: -25px;
}

/* Search Results List */
.search-results-list {
	max-width: 750px;
}
.search-results-list li {
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.search-results-list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.search-results-list .result-type {
	right: 5px;
	position: absolute;
	top: 5px;
}
.search-results-list a {
	border-radius: 4px;
	display: block;
	padding: 25px;
	text-decoration: none;
}
.search-results-list a .title {
	margin-top: 0;
}
.search-results-list a .description {
	color: #777;
}
.search-results-list a p:last-child {
	margin-bottom: 0;
}
.search-results-list a:hover {
	background: #f7f7f7;
}
.search-results-list .has-thumb {
	display: table;
	width: 100%;
}
.search-results-list .has-thumb .result-thumb,
.search-results-list .has-thumb .result-data {
	display: table-cell;
	vertical-align: top;
}
.search-results-list .result-thumb {
	padding-right: 25px;
}
.search-results-list .result-thumb img,
.search-results-list .result-thumb .fa {
	height: 75px;
	width: 75px;
}
.search-results-list .result-thumb .fa {
	background: #CCC;
	color: #FFF;
	font-size: 3.6rem;
	line-height: 7.5rem;
	text-align: center;
}

/* Search Results Responsive */
@media only screen and (max-width: 767px) {
	.search-content {
		margin: -20px;
	}
}
@media only screen and (max-width: 480px) {
	.search-results-list .has-thumb {
		display: block;
	}
	.search-results-list .has-thumb:after {
		content: "";
		display: table;
		clear: both;
	}
	.search-results-list .has-thumb .result-thumb,
	.search-results-list .has-thumb .result-data {
		display: block;
	}
	.search-results-list .has-thumb .result-thumb {
		float: left;
	}
	.search-results-list .has-thumb .result-data .title {
		margin-top: 3px;
	}
	.search-results-list .result-thumb img,
	.search-results-list .result-thumb .fa {
		height: 35px;
		width: 35px;
	}
	.search-results-list .result-thumb .fa {
		font-size: 1.6rem;
		line-height: 3.5rem;
	}
}
/* dark */
html.dark .search-content .search-control-wrapper {
	background: #1d2127;
	border-bottom-color: #282d36;
}
html.dark .search-content .tab-content {
	background: transparent;
}
html.dark .search-content .search-toolbar {
	background: #21262d;
	border-bottom-color: #21262d;
}
html.dark .search-content .search-toolbar .nav-pills a, html.dark .search-content .search-toolbar .nav-pills a:hover, html.dark .search-content .search-toolbar .nav-pills a:focus {
	border-bottom-color: #21262d;
	border-top-color: #21262d;
	color: #808697;
}
html.dark .search-content .search-toolbar .nav-pills a:hover, html.dark .search-content .search-toolbar .nav-pills a:focus {
	border-bottom-color: #21262d;
	border-top-color: #21262d;
	color: #555;
}
html.dark .search-content .search-toolbar .nav-pills li.active a, html.dark .search-content .search-toolbar .nav-pills li.active a:hover, html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
	color: #CCC;
	border-bottom-color: #CCC;
}
html.dark .search-content .search-results-list li {
	border-bottom-color: #282d36;
}
html.dark .search-content .search-results-list a .description {
	color: #808697;
}
html.dark .search-content .search-results-list a:hover {
	background: #282d36;
}

/* Dark - Background */
html.dark,
html.dark body {
	background-color: #1d2127;
}
html.dark.boxed .content-body {
	background-color: #1d2127;
}

html.dark body {
	color: #808697;
}
html.dark .hidden-on-dark {
	display: none !important;
}

/* Dark - Titles */
html.dark h1,
html.dark .h1,
html.dark h2,
html.dark .h2,
html.dark h3,
html.dark .h3,
html.dark h4,
html.dark .h4,
html.dark h5,
html.dark .h5,
html.dark h6,
html.dark .h6 {
	color: #FFF;
}

/* Dark - Alerts */
html.dark .alert h1,
html.dark .alert .h1,
html.dark .alert h2,
html.dark .alert .h2,
html.dark .alert h3,
html.dark .alert .h3,
html.dark .alert h4,
html.dark .alert .h4,
html.dark .alert h5,
html.dark .alert .h5,
html.dark .alert h6,
html.dark .alert .h6 {
	color: #111;
}

/* Dark - Blockquote */
html.dark blockquote {
	border-color: #282d36;
}

/* Dark - Helpers */
html.dark .text-dark {
	color: #FFF !important;
}

html.dark ul.nav-list.primary > li a {
	border-bottom-color: #282d36;
}
html.dark ul.nav-list.primary > li a:hover {
	background-color: #282d36;
}

html.dark .pagination > li > a,
html.dark .pagination > li > span {
	background-color: #282d36;
	border-color: #242830;
}
html.dark .pagination > li.active > a,
html.dark .pagination > li.active > span {
	background-color: #CCC;
	border-color: #242830;
}

html.dark .dropdown-menu {
	background-color: #282d36;
}
html.dark .dropdown-menu > li > a {
	color: #EEE;
}
html.dark .dropdown-menu > li > a:hover, html.dark .dropdown-menu > li > a:focus {
	background-color: #1d2127;
	color: #FFF;
}

html.dark hr.dotted,
html.dark hr.solid {
	border-color: #4C4C4C;
}

html.dark .img-thumbnail,
html.dark .thumbnail {
	background-color: #21262d;
	border-color: #282d36;
}
