@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
 *   AdminLTE v2.1.2
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *		   Please visit http://opensource.org/licenses/MIT for more information
!*/
/*
 * Core: General Layout Style
 * -------------------------
 */

:root {
	--body-font-size    : 14px;
	--header-size       : calc(56em / 14);
	--main-menu-size    : calc(230em / 14);
	--settings-menu-size: calc(250em / 14);
	--sidebar-mini-size : calc(56em / 14);
}

html,body {
	min-height: 100%;
	min-width: 290px;
}

body.size-small  {font-size: 12px;}
body.size-normal {font-size: 14px;}
body.size-large  {font-size: 16px;}
body.size-larger {font-size: 18px;}

.layout-boxed html,
.layout-boxed body {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper {
	min-height: 100vh;
	height: auto;
	position: relative;
	overflow: hidden!important;
}

.wrapper:before,
.wrapper:after {
	content: " ";
	display: table;
}

.wrapper:after {
	clear: both;
}

.layout-boxed .wrapper {
	max-width: 1250px;
	margin: 0 auto;
	min-height: 100%;
	box-shadow: 0 0 0.6em rgb(0 0 0/.5);
	position: relative;
}

.layout-boxed {
	background: url('../img/boxed-bg.jpg') repeat fixed;
}

.content-wrapper,
.main-footer {
	transition: transform .3s ease-in-out,margin .3s ease-in-out;
	margin-left: var(--main-menu-size);
}

.layout-top-nav .content-wrapper {
	margin-left: 0;
}

@media (max-width: 767px) {
	.content-wrapper {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.sidebar-collapse .content-wrapper {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.sidebar-open .content-wrapper {
		transform: translate(var(--main-menu-size), 0);
	}
}

.content-wrapper {
	position: relative;
	min-height: 100%;
	background-color: #ecf0f5;
}

.main-footer {
	background: none;
	padding: 0.35em 1.4em;
	color: #444;
	border-top: 1px solid #d2d6de;
	position: relative;
	z-index: 800;
}

@media (max-width: 767px) {
	.main-footer {
		margin-left: 0;
		transform: translate(0, 0);
	}
	.sidebar-open .main-footer {
		transform: translate(var(--main-menu-size), 0);
	} 
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .main-footer {
	position: fixed;
}

.fixed .main-header {
	top: 0;
	right: 0;
	left: 0;
}

.fixed .content-wrapper {
	padding-top: var(--header-size);
	padding-bottom: 2.3em;
}

.fixed .main-footer {
	bottom: 0;
	right: 0;
	left: 0;
}

.fixed.layout-boxed .wrapper {
	max-width: 100%;
}

.content {
	min-height: 18em;
	padding: 0 1.4em 0.7em;
	margin: 0.7em auto 0 auto;
}

.content::after {
	content: "";
	display:block;
	height: 0;
	width: 100%;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Source Sans Pro',sans-serif;
}

a {
	color: #3c8dbc;
}

a:hover,a:active,a:focus {
	outline: none;
	text-decoration: none;
	color: #72afd2;
}

.page-header {
	margin: 0.45em 0 0.9em 0;
	font-size: 1.571em;
}

.page-header>small {
	color: #666;
	display: block;
	margin-top: 0.35em;
}

.main-header {
	position: relative;
	z-index: 1030;
}

.main-header>.navbar {
	margin-bottom: 0;
	margin-left: var(--main-menu-size);
	border: none;
	min-height: var(--header-size);
	border-radius: 0;
	background-color: inherit;
	-webkit-transition: margin-left .3s ease-in-out;
	-o-transition: margin-left .3s ease-in-out;
	transition: margin-left .3s ease-in-out;
}

.main-header .sidebar-toggle {
	float: left;
	padding: 1.1em;
}

.navbar .nav>li>a>span {
	line-height: 1;
}

.navbar .nav>li>a>.label {
	position: absolute;
	top: 1em;
	right: 0.77em;
	text-align: center;
	font-size: 0.64em;
	padding: 0.23em 0.33em;
	line-height: .9;
}

.main-header .logo {
    position: relative;
	display: block;
    float: left;
    height: var(--header-size);
    line-height: var(--header-size);
    width: var(--main-menu-size);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.main-header .logo .logo-lg {
	font-size: 1.285em;
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.main-header .logo .logo-mini {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.main-header .logo>.logo-mini img {
	float: left;
	height: var(--header-size);
}

.content-header {
	position: relative;
	padding: 0.7em 1.4em 0;
	margin: 0 0 0.7em 0;
}

.content-header>h1 {
	margin: 0.41em 0;
	padding: 0;
	font-size: 1.7em;
}

.content-header>h1>small {
	font-size: 0.6em;
	display: inline-block;
	padding-left: 0.26em;
	font-weight: 400;
	color: inherit;
    opacity: .7;
}

.content-header>.breadcrumb {
	background: transparent;
    margin: 0.7em 0;
    padding: 0;
}

.content-header>.breadcrumb>li>a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
.content-header>.breadcrumb>li>a:hover {
	text-decoration: underline;
}
.content-header>.breadcrumb>.active {
	color: inherit;
	font-weight: 700;
}

.content-header>.breadcrumb>li>a>.fa,
.content-header>.breadcrumb>li>a>.glyphicon,
.content-header>.breadcrumb>li>a>.ion {
	margin-right: 0.35em;
}

.content-header>.breadcrumb>li+li:before {
	content: '\f105';
    font-family: 'FontAwesome';
    color: inherit;
	padding: 0 0.35em;
    font-weight: 400;
    opacity: .7;
}

@media (max-width: 767px) {
	.main-header {
		position: relative;
	}

	.main-header .logo {
		position: absolute;
		left: calc(-1 * var(--main-menu-size));
	}
	
	.sidebar-open .main-header .logo {
        left: 0;
	}
	
	.main-header .navbar {
		margin-left: 0;
	}
	
	.sidebar-open .main-header .navbar {
		margin-left: var(--main-menu-size);
	}
	
	.sidebar-open .main-header .navbar .nav {
		display: none;
	}
}

.main-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: var(--header-size);
	width: var(--main-menu-size);
	z-index: 810;
	transition: transform .3s ease-in-out,width .3s ease-in-out;
}

@media (max-width: 767px) {
	.main-sidebar {
		transform: translate(calc(-1 * var(--main-menu-size)), 0);
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.sidebar-collapse .main-sidebar {
		transform: translate(calc(-1 * var(--main-menu-size)), 0);
	}
}

@media (max-width: 767px) {
	.sidebar-open .main-sidebar {
		transform: translate(0, 0);
	}
}

.sidebar {
	padding-bottom: 0.7em;
}

.sidebar-form input:focus {
	border-color: transparent!important;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu>li {
	position: relative;
	margin: 0;
	padding: 0;
	border-left:0.23em solid transparent;
	color: inherit;
	outline: transparent solid 1px;
	outline-offset: 0;
}

.sidebar-menu>li.header {
	width: 100%;
    margin-top: 1.1em;
    margin-bottom: 0.5em;
    padding: 1.1em 1.1em 0 1.1em;
    border-top: 1px solid #eee;
	border-left: 0;
	outline: none;
}

.sidebar-menu>li.header .title {
    font-size: 0.9em;
	display: block;
	font-weight: 600;
    padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
}

.sidebar-menu li>a {
	color: inherit;
	position: relative;
}

.sidebar-menu li.active>a>.fa.fa-angle-left::before {
	transform: rotate(-90deg);
}

.sidebar-menu li.active>.treeview-menu {
	display: block;
}

.sidebar-menu>li>a {
	display: block;
	padding: 0.85em 1.1em;
	margin-left: -0.23em;
	border-radius: inherit;
}

.sidebar-menu li>a>.fa {
	width: 1em;
	margin-right: 0.714em;
}

.sidebar-menu li>a>.fa.fa-angle-left {
    position: absolute;
    top: 50%;
    right: 0.5em;
    text-align: right;
    width: auto;
    transform: translateY(-50%);
	margin: 0;
}

.sidebar-menu li>a>.fa.fa-angle-left::before {
	font-size: 1.2em;
    display: inline-block;
    height: 0.75em;
    width: 0.75em;
    text-align: center;
    line-height: 0.75;
    transform: rotate(-180deg);
    transition: transform 0.3s;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
	margin-top: 0.22em;
	margin-right: 0.35em;
}

.sidebar-menu>li.treeview>a {
	cursor: default;
}

.sidebar-menu .treeview-menu {
	display: none;
    list-style: none;
    padding: 0 0 0.7em 0;
    margin: 0 0 0 -0.23em;
}

.sidebar-menu .treeview-menu .treeview-menu {
	padding-left: 1.4em;
}

.sidebar-menu .treeview-menu>li {
	margin: 0;
}

.sidebar-menu .treeview-menu>li>a {
	padding: 0.35em 0.35em 0.35em 2.2em;
	display: block;
}

.sidebar-menu .treeview-menu>li>a>span {
	position:relative;
}

.sidebar-menu .treeview-menu>li>a>span::after{
	content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
	opacity:0;
    bottom: -0.2em;
    height: 0.143em;
    background-color: #6a7f95;
}

.sidebar-menu .treeview-menu>li:hover>a>span::after{
	width: 100%;
	opacity: 0.7;
}

.sidebar-menu .treeview-menu>li.opened>a>span::after {
	width: 0%;
	opacity: 0;
}

@media (min-width: 768px) {
	.sidebar-mini.sidebar-collapse .content-wrapper {
		margin-left: var(--sidebar-mini-size);
	}
	
	.sidebar-mini.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		width: var(--sidebar-mini-size);
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li {
		position: relative;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
		min-width: unset;
        padding-left: 50%;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.fa {
		margin-right: 0;
        transform: scale(1.2) translateX(-33.33%);
		width: 1.2em;
        text-align: center;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li.treeview>a::after {
		content: "\f104";
        position: absolute;
        top: 50%;
		right: 10%;
        font-family: 'fontAwesome';
        display: inline-block;
        height: 0.75em;
        width: 0.75em;
        text-align: center;
        line-height: .75;
        transform: rotate(-180deg) translateY(50%);
		opacity:0;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li.treeview:hover>a::after {
		opacity:1;
		right: 5%;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
		border-top-right-radius: inherit;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
		border-bottom-right-radius: inherit;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
		padding-top: 0.35em;
		padding-bottom: 0.35em;
		border-radius: 0;
		border-bottom-right-radius: inherit;
		outline: transparent solid 1px;
		outline-offset: 0;
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
		display: block!important;
		position: absolute;
		width: calc(var(--main-menu-size) - 2.714em);
		left: var(--sidebar-mini-size);
		box-shadow: 0.5em 0.3em 0.7em -0.22em rgb(0 0 0/.2);
		opacity: 1;
	}
	
	.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu>li>a {
		padding-left: 1.1em;
	}
	
	.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span {
		top: 0;
		left: var(--sidebar-mini-size);
		padding: 0.85em 1.1em;
		outline: transparent solid 1px;
		outline-offset: 0;
		z-index: 1;
		
	}

	.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span::after {
		content: "";
		position: absolute;
		background-color: inherit;
		top:0 ;
		bottom: 0;
		left: -1px;
		width: 1px;
	}

	.sidebar-mini.sidebar-collapse .sidebar-form,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.fa.fa-angle-left,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu .fa-empty,
	.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
		display: none!important;
	}

	.sidebar-mini.sidebar-collapse .main-header .logo {
		width: var(--sidebar-mini-size);
	}

	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
		opacity: 1;
	}
	
	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini img {
		display: block;
	}

	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
		display: none;
	}

	.sidebar-mini.sidebar-collapse .main-header .navbar {
		margin-left: var(--sidebar-mini-size);
	}

	.sidebar-mini.sidebar-collapse .main-footer {
		margin-left: var(--sidebar-mini-size);
	}
}

.sidebar-menu:hover {
	overflow: visible;
}

.sidebar-form,
.sidebar-menu>li.header {
	overflow: hidden;
	text-overflow: clip;
}

.control-sidebar {
	position: absolute;
	top: 0;
	right: calc(-1 * var(--settings-menu-size));
	padding-top: 4.3em;
	width: var(--settings-menu-size);
	z-index: 1010;
	transition: right .3s ease-in-out,width .3s ease-in-out;
}

.control-sidebar.control-sidebar-open {
	right: 0;
}

.control-sidebar-open .control-sidebar {
	right: 0;
}

.control-sidebar-heading {
    display: block;
	font-weight: 600;
    padding: 0;
	margin: 1.1em 0 0.5em;
}

.control-sidebar-subheading {
	display: block;
	font-weight: 400;
	font-size: 1em;
}

.dropdown-menu {
	font-size: inherit;
	box-shadow: none;
	border-color: #eee;
	min-width: 14em;
}

.dropdown-menu>li>a {
	color: #777;
}

.dropdown-menu>li>a:hover {
	background-color: #e1e3e9;
	color: #333;
}

.dropdown-menu>.divider {
	background-color: #eee;
}

.navbar-nav .dropdown-menu {
	-webkit-box-shadow: none;
	box-shadow: none;
}


.form-control {
	height: 2.43em;
	padding: 0.43em 0.86em;
    font-size: 1em;
    border-radius: 0.3em;
	box-shadow: none;
}

.form-control[readonly]:focus {
	border-color: #d2d6de;
	box-shadow: none;
}

.form-control:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #bbb;
}

.form-control::-webkit-input-placeholder {
	color: #bbb;
}

.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-group.has-success label {
	color: #00a65a;
}

.form-group.has-success .form-control {
	border-color: #00a65a !important;
	box-shadow: none;
}

.form-group.has-warning label {
	color: #f39c12;
}

.form-group.has-warning .form-control {
	border-color: #f39c12 !important;
	box-shadow: none;
}

.form-group.has-error label,
tr.has-error td:nth-child(1),
tr.has-error td:nth-child(1) span {
	color: #dd4b39;
}

.form-group.has-error .form-control,
tr.has-error td:nth-child(2) .isRequired,
tr.has-error td:nth-child(2) .select2-selection {
	border-color: #dd4b39 !important;
	box-shadow: none;
}

.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff;
}

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
	border-radius: 0;
}

.icheck>label {
	padding-left: 0;
}

.progress{
	background-color:rgb(0 0 0/.1);
}

.progress-bar {
	font-size: 0.857em;
	background-color:#25476a;
}

.progress,
.progress>.progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.progress,
.progress>.progress-bar,
.progress .progress-bar,
.progress>.progress-bar .progress-bar {
	border-radius: 1px;
}

.progress.sm,
.progress-sm {
	height: 0.7em;
}

.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
	border-radius: 1px;
}

.progress.xs,
.progress-xs {
	height: 0.5em;
}

.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
	border-radius: 1px;
}

.progress.xxs,
.progress-xxs {
	height: 0.2142em;
}

.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
	border-radius: 1px;
}

.progress.vertical {
	position: relative;
	width: 2.14em;
	height: 14em;
	display: inline-block;
	margin-right: 0.7em;
}

.progress.vertical>.progress-bar {
	width: 100%!important;
	position: absolute;
	bottom: 0;
}

.progress.vertical.sm,
.progress.vertical.progress-sm {
	width: 1.4em;
}

.progress.vertical.xs,
.progress.vertical.progress-xs {
	width: 0.7em;
}

.progress.vertical.xxs,
.progress.vertical.progress-xxs {
	width: 0.2142em;
}

.progress-group .progress-text {
	font-weight: 600;
}

.progress-group .progress-number {
	float: right;
}

.table tr>td .progress {
	margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
	background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
	background-image: -webkit-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
	background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
	background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
	background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
	background-color: #dd4b39;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgb(255 255 255/.15) 25%, transparent 25%, transparent 50%, rgb(255 255 255/.15) 50%, rgb(255 255 255/.15) 75%, transparent 75%, transparent);
}

.small-box {
	border-radius: 0.15em;
	position: relative;
	display: block;
	margin-bottom: 1.4em;
	box-shadow: 0 1px 1px rgb(0 0 0/.1);
}

.small-box>.inner {
	padding: 0.7em;
}

.small-box>.small-box-footer {
	position: relative;
	text-align: center;
	padding: 0.23em 0;
	color: #fff;
	color: rgb(255 255 255/.8);
	display: block;
	z-index: 10;
	background: rgb(0 0 0/.1);
	text-decoration: none;
}

.small-box>.small-box-footer:hover {
	color: #fff;
	background: rgb(0 0 0/.15);
}

.small-box h3 {
	font-size: 2.714em;
	font-weight: bold;
	margin: 0 0 0.26em 0;
	white-space: nowrap;
	padding: 0;
}

.small-box p {
	font-size: 1.1em;
}

.small-box p>small {
	display: block;
	color: #f9f9f9;
	font-size: 0.928em;
	margin-top: 0.38em;
}

.small-box h3,
.small-box p {
	z-index: 5;
}

.small-box .icon {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	top: -0.11em;
	right: 0.11em;
	z-index: 0;
	font-size: 6.428em;
	color: rgb(0 0 0/.15);
}

.small-box:hover {
	text-decoration: none;
	color: #f9f9f9;
}

.small-box:hover .icon {
	font-size: 6.785em;
}

@media (max-width: 767px) {
	.small-box {
		text-align: center;
	}

	.small-box .icon {
		display: none;
	}

	.small-box p {
		font-size: 0.857em;
	}
}

.box {
	position: relative;
	border-radius: 0.35em;
	background: #fff;
	border: 1px solid #d2d6de;
	border-top-width: 0.23em;
	width: 100%;
	box-shadow: 0 1px 0.3em rgb(0 0 0/.1);
}
/*
.box+.box {
	margin-top: 1.4em;
}

.box.box-primary {
	border-top-color: #3c8dbc;
}

.box.box-info {
	border-top-color: #00c0ef;
}

.box.box-danger {
	border-top-color: #dd4b39;
}

.box.box-warning {
	border-top-color: #f39c12;
}

.box.box-success {
	border-top-color: #00a65a;
}

.box.box-default {
	border-top-color: #d2d6de;
}

.box.height-control .box-body {
	max-height: 21em;
	overflow: auto;
}

.box .border-right {
	border-right: 1px solid #f4f4f4;
}

.box .border-left {
	border-left: 1px solid #f4f4f4;
}

.box.box-solid {
	border-top: 0px;
}

.box.box-solid>.box-header .btn.btn-default {
	background: transparent;
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
	background: rgb(0 0 0/.1) !important;
}

.box.box-solid.box-default {
	border: 1px solid #d2d6de;
}

.box.box-solid.box-default>.box-header {
	color: #444;
	background: #d2d6de;
	background-color: #d2d6de;
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
	color: #444;
}

.box.box-solid.box-primary>.box-header {
	color: #fff;
	background: #3c8dbc;
	background-color: #3c8dbc;
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
	color: #fff;
}

.box.box-solid.box-info {
	border: 1px solid #00c0ef;
}

.box.box-solid.box-info>.box-header {
	color: #fff;
	background: #00c0ef;
	background-color: #00c0ef;
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
	color: #fff;
}

.box.box-solid.box-danger {
	border: 1px solid #dd4b39;
}

.box.box-solid.box-danger>.box-header {
	color: #fff;
	background: #dd4b39;
	background-color: #dd4b39;
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
	color: #fff;
}

.box.box-solid.box-warning {
	border: 1px solid #f39c12;
}

.box.box-solid.box-warning>.box-header {
	color: #fff;
	background: #f39c12;
	background-color: #f39c12;
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
	color: #fff;
}

.box.box-solid.box-success {
	border: 1px solid #00a65a;
}

.box.box-solid.box-success>.box-header {
	color: #fff;
	background: #00a65a;
	background-color: #00a65a;
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
	color: #fff;
}

.box.box-solid>.box-header>.box-tools .btn {
	border: 0;
	box-shadow: none;
}

.box.box-solid[class*='bg']>.box-header {
	color: #fff;
}

.box .box-group>.box {
	margin-bottom: 0.35em;
}

.box .knob-label {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 0.857em;
	margin-bottom: .3em;
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
	z-index: 50;
	background: rgb(255 255 255/.7);
	border-radius: 0.23em;
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -1.1em;
	margin-top: -1.1em;
	color: #000;
	font-size: 2.142em;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
	background: rgb(0 0 0/.5);
}
*/

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
	content: " ";
	display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
	clear: both;
}

.box-header {
	color: #444;
	display: block;
	padding: 0.7em;
	position: relative;
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
	display: inline-block;
	font-size: 1.28em;
	margin: 0;
	line-height: 1;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
	margin-right: 0.35em;
}

.box-header>.box-tools {
	position: absolute;
    right: 0.7em;
    top: 0.5em;
}

.box-header>.box-tools [data-toggle="tooltip"] {
	position: relative;
}

.box-header>.box-tools.pull-right .dropdown-menu {
	right: 0;
	left: auto;
}
.btn.btn-box-tool {
	padding: 0.42em;
	font-size: 0.857em;
	background: transparent;
	box-shadow: none!important;
	color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
	color: #606c84;
}

.btn-box-tool:active {
	outline: none!important;
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0.23em;
	border-bottom-left-radius: 0.23em;
	padding: 0.7em;
}

.no-header .box-body {
	border-top-right-radius: 0.23em;
	border-top-left-radius: 0.23em;
}

.box-body>.table {
	margin-bottom: 0;
}

.box-body .fc {
	margin-top: 0.35em;
}

.box-body .full-width-chart {
	margin: -1.36em;
}

.box-body.no-padding .full-width-chart {
	margin: -0.64em;
}

.box-body .box-pane {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.23em;
}

.box-body .box-pane-right {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0.23em;
	border-bottom-left-radius: 0;
}

.box-footer {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0.23em;
	border-bottom-left-radius: 0.23em;
	border-top: 1px solid #f4f4f4;
	padding: 0.7em;
}

.todo-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
}

.todo-list>li {
	position: relative;
	border-radius: 0.23em;
	padding: 0.35em;
	background: #f4f4f4;
	border-left: 0.23em solid #e6e7e8;
	color: #444;
}

.todo-list>li+li {
	margin-top: 0.22em;
}

.todo-list>li.danger      {border-left-color:#dd4b39;}
.todo-list>li.warning     {border-left-color:#f39c12;}
.todo-list>li.info        {border-left-color:#00c0ef;}
.todo-list>li.success     {border-left-color:#00a65a;}
.todo-list>li.primary     {border-left-color:#3c8dbc;}
.todo-list>li.unavailable {border-left-color:#e6e7e8;}

.todo-list>li>input[type='checkbox'] {
	margin: 0 0.7em 0 0.35em;
}

.todo-list>li .text {
	display: block;
    font-weight: 600;
    margin-left: 0.35em;
    margin-right: 9em;
	line-height: 1.2;
}

.todo-list>li .label {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	font-size: 0.714em;
}

.todo-list>li .tools {
	display: none;
	float: right;
	color: #dd4b39;
}

.todo-list>li .tools>.fa,
.todo-list>li .tools>.glyphicon,
.todo-list>li .tools>.ion {
	margin-right: 0.35em;
	cursor: pointer;
}

.todo-list>li:hover .tools {
	display: inline-block;
}

.todo-list>li.done {
	color: #999;
}

.todo-list>li.done .text {
	text-decoration: line-through;
	font-weight: 500;
}

.todo-list>li.done .label {
	background: #d2d6de !important;
}

.todo-list .handle {
	display: inline-block;
	cursor: move;
	margin: 0 0.35em;
}

.chat {
	padding: 0.35em 1.4em 0.35em 0.7em;
}

.chat .item {
	margin-bottom: 0.7em;
}

.chat .item:before,
.chat .item:after {
	content: " ";
	display: table;
}

.chat .item:after {
	clear: both;
}

.chat .item>img {
	width: 2.8em;
	height: 2.8em;
	border: 0.15em solid transparent;
	border-radius: 50% !important;
}

.chat .item>img.online {
	border: 0.15em solid #00a65a;
}

.chat .item>img.offline {
	border: 0.15em solid #dd4b39;
}

.chat .item>.message {
	margin-left: 3.9em;
	margin-top: -2.8em;
}

.chat .item>.message>.name {
	display: block;
	font-weight: 600;
}

.chat .item>.attachment {
	border-radius: 0.23em;
	background: #f4f4f4;
	margin-left: 4.64em;
	margin-right: 1.1em;
	padding: 0.7em;
}

.chat .item>.attachment>h4 {
	margin: 0 0 0.35em 0;
	font-weight: 600;
	font-size: 1em;
}

.chat .item>.attachment>p,
.chat .item>.attachment>.filename {
	font-weight: 600;
	font-size: 0.928em;
	font-style: italic;
	margin: 0;
}

.chat .item>.attachment:before,
.chat .item>.attachment:after {
	content: " ";
	display: table;
}

.chat .item>.attachment:after {
	clear: both;
}

.box-input {
	max-width: 14em;
}

.modal .panel-body {
	color: #444;
}

.info-box {
	display: block;
	min-height: 6.42em;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 1px rgb(0 0 0/.1);
	border-radius: 0.15em;
	margin-bottom: 1.1em;
}

.info-box small {
	font-size: 1em;
}

.info-box .progress {
	background: rgb(0 0 0/.2);
	margin: 0.35em -0.7em;
	height: 0.15em;
}

.info-box .progress,
.info-box .progress .progress-bar {
	border-radius: 0;
}

.info-box .progress .progress-bar {
	background: #fff;
}

.info-box-icon {
	border-top-left-radius: 0.04em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.04em;
	display: block;
	float: left;
	height: 2em;
	width: 2em;
	text-align: center;
	font-size: 3.214em;
	line-height: 2em;
	background: rgb(0 0 0/.2);
}

.info-box-icon>img {
	max-width: 100%;
}

.info-box-content {
	padding: 0.35em 0.7em;
	margin-left: 6.42em;
}

.info-box-number {
	display: block;
	font-weight: bold;
	font-size: 1.285em;
}

.progress-description,
.info-box-text {
	display: block;
	font-size: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info-box-text {
	text-transform: uppercase;
}

.info-box-more {
	display: block;
}

.progress-description {
	margin: 0;
}

.timeline {
	position: relative;
	margin: 0 0 2.142em 0;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0.285em;
	background: #ddd;
	left: 2.214em;
	margin: 0;
	border-radius: 0.142em;
}

.timeline>li {
	position: relative;
	margin-right: 0.714em;
	margin-bottom: 1.071em;
}

.timeline>li:before,
.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-item {
	-webkit-box-shadow: 0 1px 1px rgb(0 0 0/.1);
	box-shadow: 0 1px 1px rgb(0 0 0/.1);
	border-radius: 0.23em;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 4.285em;
	margin-right: 1.071em;
	padding: 0;
	position: relative;
}

.timeline>li>.timeline-item>.time {
	color: #999;
	float: right;
	padding: 0.714em;
	font-size: 0.857em;
}

.timeline>li>.timeline-item>.timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 0.714;
	font-size: 1.142em;
	line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-header>a {
	font-weight: 600;
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
	padding: 0.714;
}

.timeline>li.time-label>span {
	font-weight: 600;
	padding: 0.357em;
	display: inline-block;
	background-color: #fff;
	border-radius: 0.3em;
}

.timeline>li>.fa,
.timeline>li>.glyphicon,
.timeline>li>.ion {
	width: 2em;
	height: 2em;
	font-size: 1.071em;
	line-height: 2em;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 1.2em;
	top: 0;
}

.btn {
	font-size: inherit;
	border-radius: 0.23em;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0.42em 0.85em;
    color: #7a878e;
	background-color: #fff;
	border: 1px solid transparent;
	outline: 0;
	box-shadow: none;
}

.btn:hover {
    background-color: #e6e6e6;
	border-color: rgb(0 0 0/.07);
}

.btn:focus {
	background-color: #fff;
    border-color: rgb(0 0 0/.07);
	outline: 0;
}

.btn:active {
	background-color: #e6e6e6;
}

.btn:focus:active {
	outline: 0;
}

.btn.btn-sm {
	font-size:0.857em;
}

.btn.uppercase {
	text-transform: uppercase;
}

.btn.btn-flat {
	border-radius: 0;
	border-width: 1px;
}

.btn.btn-file {
	position: relative;
	overflow: hidden;
}

.btn.btn-file>input[type='file'] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 7em;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.btn-default {
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
	background-color: #e7e7e7;
}

.btn-primary {
	background-color: #3c8dbc;
	border-color: #367fa9;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
	background-color: #367fa9;
}

.btn-success {
	background-color: #00a65a;
	border-color: #008d4c;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
	background-color: #008d4c;
}

.btn-info {
	background-color: #00c0ef;
	border-color: #00acd6;
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
	background-color: #00acd6;
}

.btn-danger {
	background-color: #dd4b39;
	border-color: #d73925;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
	background-color: #d73925;
}

.btn-warning {
	background-color: #f39c12;
	border-color: #e08e0b;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
	background-color: #e08e0b;
}

.btn-outline {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
	color: rgb(255 255 255/.7);
	border-color: rgb(255 255 255/.7);
}

.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn[class*='bg-']:hover {
	box-shadow: inset 0 0 7em rgb(0 0 0/.2);
}

.btn.disabled, .btn[disabled] {
    box-shadow: none;
}

.callout {
	border-radius: 0.23em;
	margin: 0 0 1.4em 0;
	padding: 1.1em 2.2em 1.1em 1.1em;
	border-left: 0.35em solid #eee;
}

.callout a {
	color: #fff;
	text-decoration: underline;
}

.callout a:hover {
	color: #eee;
}

.callout h4 {
	margin-top: 0;
	font-weight: 600;
}

.callout p:last-child {
	margin-bottom: 0;
}

.callout code,
.callout .highlight {
	background-color: #fff;
}

.callout.callout-danger {
	border-color: #c23321;
}

.callout.callout-warning {
	border-color: #c87f0a;
}

.callout.callout-info {
	border-color: #0097bc;
}

.callout.callout-success {
	border-color: #00733e;
}

.alert {
	border-radius: 0.23em;
}

.alert h4 {
	font-weight: 600;
}

.alert .icon {
	margin-right: 0.7em;
}

.alert .close {
	color: #000;
	opacity: .2;
	filter: alpha(opacity=20);
}

.alert .close:hover {
	opacity: .5;
	filter: alpha(opacity=50);
}

.alert a {
	color: #fff;
	text-decoration: underline;
}

.alert-success {
	border-color: #008d4c;
}

.alert-danger,
.alert-error {
	border-color: #d73925;
}

.alert-warning {
	border-color: #e08e0b;
}

.alert-info {
	border-color: #00acd6;
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
	color: #444;
	background: #f7f7f7;
}

.nav-tabs:has(>li)~.tab-content {
	background: #fff;
	border: 1px solid #f4f4f4;
	border-top: 0;
	padding: 0 1.4em 1.4em 1.4em;
}

.nav-tabs-custom .dropdown.open>a:active,
.nav-tabs-custom .dropdown.open>a:focus {
	background: transparent;
	color: #999;
}

.pagination>li>a,
.pagination>li>span {
	background: #f9fafb;
	color: #666;
	font-size: 0.857em;
	padding: 0.42em 0.83em;
	border-radius: 0.3em;
	margin-left: 0.084em;
	transition:all .3s;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: 1px solid #f4f4f4;
}

.table>thead>tr>th {
	border-bottom: 0.15em solid #f4f4f4;
}

.table tr td .progress {
	margin-top: 0.35em;
}

.table-bordered {
	border: 1px solid #f4f4f4;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #f4f4f4;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 0.15em;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
	border: 0;
}

table.text-center,
table.text-center td,
table.text-center th {
	text-align: center;
}

.table.align th {
	text-align: left;
}

.table.align td {
	text-align: right;
}

.label-default {
	background-color: #d2d6de;
	color: #444;
}

.direct-chat .box-body {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	overflow-x: hidden;
	padding: 0;
}

.direct-chat.chat-pane-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.direct-chat-messages {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	padding: 0.7em;
	height: 18em;
	overflow: auto;
}

.direct-chat-msg,
.direct-chat-text {
	display: block;
}

.direct-chat-msg {
	margin-bottom: 0.7em;
}

.direct-chat-msg:before,
.direct-chat-msg:after {
	content: " ";
	display: table;
}

.direct-chat-msg:after {
	clear: both;
}

.direct-chat-messages,
.direct-chat-contacts {
	transition: transform .5s ease-in-out;
}

.direct-chat-text {
	border-radius: 0.35em;
    position: relative;
    padding: 0.35em 0.7em;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 0.35em 0 0 3.5em;
    color: #444;
}

.direct-chat-text span {
	overflow-wrap: break-word;
}

.direct-chat-text:after,
.direct-chat-text:before {
	position: absolute;
	right: 100%;
	top: 1.1em;
	border: solid transparent;
	border-right-color: #d2d6de;
	content: ' ';
	height: 0;
	width: 0;
	pointer-events: none;
}

.direct-chat-text:after {
	border-width: 0.35em;
	margin-top: -0.35em;
}

.direct-chat-text:before {
	border-width: 0.42em;
	margin-top: -0.42em;
}

.right .direct-chat-text {
	margin-right: 3.5em;
	margin-left: 0;
}

.right .direct-chat-text:after,
.right .direct-chat-text:before {
	right: auto;
	left: 100%;
	border-right-color: transparent;
	border-left-color: #d2d6de;
}

.direct-chat-img {
	border-radius: 50%;
	float: left;
	width: 2.8em;
	height: 2.8em;
}

.right .direct-chat-img {
	float: right;
}

.direct-chat-info {
	display: block;
	margin-bottom: 0.17em;
	font-size: 0.857em;
}

.direct-chat-name {
	font-weight: 600;
}

.direct-chat-timestamp {
	color: #999;
}

.direct-chat-contacts-open .direct-chat-contacts {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.direct-chat-contacts {
	-webkit-transform: translate(101%, 0);
	-ms-transform: translate(101%, 0);
	-o-transform: translate(101%, 0);
	transform: translate(101%, 0);
	position: absolute;
	top: 0;
	bottom: 0;
	height: 18em;
	width: 100%;
	background: #222d32;
	color: #fff;
	overflow: auto;
}

.direct-chat-danger .right>.direct-chat-text {
	background: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}

.direct-chat-danger .right>.direct-chat-text:after,
.direct-chat-danger .right>.direct-chat-text:before {
	border-left-color: #dd4b39;
}

.direct-chat-primary .right>.direct-chat-text {
	background: #3c8dbc;
	border-color: #3c8dbc;
	color: #fff;
}

.direct-chat-primary .right>.direct-chat-text:after,
.direct-chat-primary .right>.direct-chat-text:before {
	border-left-color: #3c8dbc;
}

.direct-chat-warning .right>.direct-chat-text {
	background: #f39c12;
	border-color: #f39c12;
	color: #fff;
}

.direct-chat-warning .right>.direct-chat-text:after,
.direct-chat-warning .right>.direct-chat-text:before {
	border-left-color: #f39c12;
}

.direct-chat-info .right>.direct-chat-text {
	background: #00c0ef;
	border-color: #00c0ef;
	color: #fff;
}

.direct-chat-info .right>.direct-chat-text:after,
.direct-chat-info .right>.direct-chat-text:before {
	border-left-color: #00c0ef;
}

.direct-chat-success .right>.direct-chat-text {
	background: #00a65a;
	border-color: #00a65a;
	color: #fff;
}

.direct-chat-success .right>.direct-chat-text:after,
.direct-chat-success .right>.direct-chat-text:before {
	border-left-color: #00a65a;
}

.modal {
	background: rgb(0 0 0/.3);
}

.modal-body {
	padding: 1.1em;
}

.modal-content {
	-webkit-box-shadow: 0 0.15em 0.22em rgb(0 0 0/.125) !important;
	box-shadow: 0 0.15em 0.22em rgb(0 0 0/.125) !important;
	border: 0;
}

@media (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: 0 0.15em 0.22em rgb(0 0 0/.125) !important;
		box-shadow: 0 0.15em 0.22em rgb(0 0 0/.125) !important;
	}
}

.modal-header {
	border-bottom-color: #f4f4f4;
	min-height: 1.2em;
    padding: 1.1em;
}

.modal-title {
	font-size: 1.285em;
	max-width: calc(100% - 1.5em);
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.modal-footer {
	border-top-color: #f4f4f4;
	padding: 1.1em;
}

.modal-body .modal-footer {
	margin-left:-1.1em;
	margin-right:-1.1em;
	padding-left: 1.1em;
	padding-right: 1.1em;
	padding-bottom: 0;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
	border-color: #307095;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
	border-color: #c87f0a;
}

.modal-info .modal-header,
.modal-info .modal-footer {
	border-color: #0097bc;
}

.modal-success .modal-header,
.modal-success .modal-footer {
	border-color: #00733e;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
	border-color: #c23321;
}

.login-logo,
.register-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}

.login-logo a,
.register-logo a {
	color: #444;
}

.login-page,
.register-page {
	background: #d2d6de;
}

.login-box,
.register-box {
	width: 360px;
	margin: 7% auto;
}

@media (max-width: 768px) {
	.login-box,
.register-box {
		width: 90%;
		margin-top: 20px;
	}
}

.login-box-body,
.register-box-body {
	background: #fff;
	padding: 20px;
	color: #444;
	border-top: 0;
	color: #666;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
	color: #777;
}

.login-box-msg,
.register-box-msg {
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}

.pad {
	padding: 0.7em;
}

.margin {
	margin: 0.7em;
}

.margin-bottom {
	margin-bottom: 1.4em;
}

.inline {
	display: inline;
}

.description-block {
	display: block;
	margin: 0.7em 0;
	text-align: center;
}

.description-block.margin-bottom {
	margin-bottom: 1.71em;
}

.description-block>.description-header {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 1.14em;
}

.description-block>.description-text {
	text-transform: uppercase;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-default,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
	color: #fff !important;
}

.bg-gray {
	color: #000;
	background-color: #d2d6de !important;
}

.bg-black {
	background-color: #111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
	background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
	background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
	background-color: #00c0ef !important;
}

.bg-blue {
	background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
	background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
	background-color: #00a65a !important;
}

.bg-navy {
	background-color: #001f3f !important;
}

.bg-teal {
	background-color: #39cccc !important;
}

.bg-olive {
	background-color: #3d9970 !important;
}

.bg-lime {
	background-color: #01ff70 !important;
}

.bg-orange {
	background-color: #ff851b !important;
}

.bg-fuchsia {
	background-color: #f012be !important;
}

.bg-purple {
	background-color: #605ca8 !important;
}

.bg-maroon {
	background-color: #d81b60 !important;
}

.bg-gray-active {
	color: #000;
	background-color: #b5bbc8 !important;
}

.bg-black-active {
	background-color: #000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
	background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
	background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
	background-color: #00a7d0 !important;
}

.bg-blue-active {
	background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
	background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
	background-color: #008d4c !important;
}

.bg-navy-active {
	background-color: #001a35 !important;
}

.bg-teal-active {
	background-color: #30bbbb !important;
}

.bg-olive-active {
	background-color: #368763 !important;
}

.bg-lime-active {
	background-color: #00e765 !important;
}

.bg-orange-active {
	background-color: #ff7701 !important;
}

.bg-fuchsia-active {
	background-color: #db0ead !important;
}

.bg-purple-active {
	background-color: #555299 !important;
}

.bg-maroon-active {
	background-color: #ca195a !important;
}

[class^="bg-"].disabled {
	opacity: .65;
	filter: alpha(opacity=65);
}

.text-red {
	color: #dd4b39 !important;
}

.text-yellow {
	color: #f39c12 !important;
}

.text-aqua {
	color: #00c0ef !important;
}

.text-blue {
	color: #0073b7 !important;
}

.text-black {
	color: #111 !important;
}

.text-light-blue {
	color: #3c8dbc !important;
}

.text-green {
	color: #00a65a !important;
}

.text-gray {
	color: #d2d6de !important;
}

.text-navy {
	color: #001f3f !important;
}

.text-teal {
	color: #39cccc !important;
}

.text-olive {
	color: #3d9970 !important;
}

.text-lime {
	color: #01ff70 !important;
}

.text-orange {
	color: #ff851b !important;
}

.text-fuchsia {
	color: #f012be !important;
}

.text-purple {
	color: #605ca8 !important;
}

.text-maroon {
	color: #d81b60 !important;
}

.hide {
	display: none !important;
}

.no-border {
	border: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.no-margin {
	margin: 0px !important;
}

.no-shadow {
	box-shadow: none!important;
}

.flat {
	border-radius: 0 !important;
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
	font-weight: 700;
}

.jqstooltip {
	padding: 5px!important;
	width: auto!important;
	height: auto!important;
}

.bg-teal-gradient {
	background: #39cccc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
	background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
	background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;
	background: -o-linear-gradient(#7adddd, #39cccc) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
	color: #fff;
}

.bg-light-blue-gradient {
	background: #3c8dbc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
	background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
	background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;
	background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
	color: #fff;
}

.bg-blue-gradient {
	background: #0073b7 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
	background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
	background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;
	background: -o-linear-gradient(#0089db, #0073b7) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
	color: #fff;
}

.bg-aqua-gradient {
	background: #00c0ef !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
	background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
	background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;
	background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
	color: #fff;
}

.bg-yellow-gradient {
	background: #f39c12 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
	background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
	background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;
	background: -o-linear-gradient(#f7bc60, #f39c12) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
	color: #fff;
}

.bg-purple-gradient {
	background: #605ca8 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
	background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
	background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;
	background: -o-linear-gradient(#9491c4, #605ca8) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
	color: #fff;
}

.bg-green-gradient {
	background: #00a65a !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
	background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
	background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
	background: -o-linear-gradient(#00ca6d, #00a65a) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
	color: #fff;
}

.bg-red-gradient {
	background: #dd4b39 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
	background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
	background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;
	background: -o-linear-gradient(#e47365, #dd4b39) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
	color: #fff;
}

.bg-black-gradient {
	background: #111 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
	background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
	background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;
	background: -o-linear-gradient(#2b2b2b, #111) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111', GradientType=0) !important;
	color: #fff;
}

.bg-maroon-gradient {
	background: #d81b60 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
	background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
	background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;
	background: -o-linear-gradient(#e73f7c, #d81b60) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
	color: #fff;
}

.connectedSortable {
	min-height: 100px;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sort-highlight {
	background: #f4f4f4;
	border: 1px dashed #ddd;
	margin-bottom: 10px;
}

.full-opacity-hover {
	opacity: .75;
	filter: alpha(opacity=65);
}

.full-opacity-hover:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.chart {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.chart svg,
.chart canvas {
	width: 100%!important;
}

.left-btn {
	float: left;
}

.right-btn {
	float: right;
}

form .box-primary.has-error {
	border-color: #dd4b39!important;
}