@font-face {
    font-family: 'Open Sans';
    src: url('/css/2cx/opensans.woff2') format('woff2'),
         url('/css/2cx/opensans.woff') format('woff');
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
body,
html {
	height: 100%;
}
body {
	background: #F3F4F9;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: rgb(98, 113, 121);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ie8 body {
	font-family: "Open Sans", Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #212121;
}
.h1,
h1 {
	font-size: 36px;
}
.h2,
h2 {
	font-size: 30px;
}
.h3,
h3 {
	font-size: 24px;
}
.h4,
h4 {
	font-size: 18px;
}
.h5,
h5 {
	font-size: 14px;
}
.h6,
h6 {
	font-size: 13px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	font-weight: normal;
	color: #777;
}
a {
	color: #2196f3;
	transition: color 100ms ease-in-out;
	cursor: pointer;
}
a:focus {
	outline: none;
}
b,
strong {
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
	color: #0d47a1;
}
label {
	color: #848484;
	font-weight: 600;
}
hr {
	border: none;
	height: 1px;
	background: #f1f3f5;
}
.fc button .fc-icon,
/* .datepicker th.prev, */
/* .datepicker th.next, */
.top-menu li > a .caret,
.gallery .rating span.star,
.wysihtml5-toolbar .glyphicon,
.editable-buttons .glyphicon,
.input-append .icon-eye-open,
.input-prepend .icon-eye-open,
.tagit .ui-icon-close:before,
.sidebar li > a .caret:before,
.attached-document > li:before,
.float-sub-menu li > a .caret:before,
.combobox-container .glyphicon-remove,
.combobox-container .icon-remove:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after,
.bootstrap-datetimepicker-widget .glyphicon,
.bootstrap-calendar .calendar .icon-arrow-right,
.bootstrap-calendar .calendar .icon-arrow-left,
.theme-panel .theme-list > li.active > a:before,
.sw-main > ul.step-anchor.nav-tabs > li.done > a .number:before,
.simplecolorpicker.glyphicons span.color[data-selected]:after,
.simplecolorpicker.fontawesome span.color[data-selected]:after,
.jstree-default .jstree-checked > .jstree-checkbox:after,
.jstree-default.jstree-checkbox-selection
	.jstree-clicked
	> .jstree-checkbox:after {
	font-family: Font awesome\5 Free !important;
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

.page-header-fixed {
	padding-top: 60px;
}
#header {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.page-header-fixed #header {
	position: fixed;
	z-index: 9999;
}
.page-header-fixed.has-scroll #header {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
.page-sidebar-fixed .sidebar {
	position: fixed;
}
.page-without-sidebar .content {
	margin-left: 0;
}
.page-with-right-sidebar .sidebar,
.page-with-right-sidebar .sidebar-bg {
	left: auto;
	right: 0;
}
.page-with-right-sidebar .content {
	margin-left: 0;
	margin-right: 220px;
}
.page-with-right-sidebar .footer {
	margin-left: 30px;
	margin-right: 250px;
}
.page-with-two-sidebar.page-sidebar-fixed .sidebar.sidebar-right {
	position: fixed;
}
.page-with-two-sidebar .sidebar.sidebar-right,
.page-with-two-sidebar .sidebar-bg.sidebar-right {
	right: 0;
	left: auto;
}
.page-with-two-sidebar .content {
	margin-right: 220px;
}
.page-with-two-sidebar.page-sidebar-minified .sidebar.sidebar-right,
.page-with-two-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right {
	width: 220px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed .sidebar-bg.sidebar-right {
	right: -220px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .content {
	margin-right: 0;
}
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar
	.sidebar-bg.sidebar-right,
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar
	.sidebar.sidebar-right {
	right: -250px;
}
.page-with-two-sidebar.page-right-sidebar-collapsed .content,
.page-with-two-sidebar.page-right-sidebar-collapsed.page-with-wide-sidebar
	.content {
	margin-right: 0;
}
.boxed-layout {
	/*background-image: url(images/cover-pattern.png);*/
}
.boxed-layout .top-menu,
.boxed-layout .pace {
	width: 1080px;
	left: 50%;
	margin-left: -540px;
}
.boxed-layout .page-container {
	width: 1080px;
	margin: 0 auto;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.5);
	min-height: 100%;
	background: #eee;
	overflow: hidden;
	position: relative;
}
.boxed-layout .page-container #header,
.boxed-layout .page-container .sidebar,
.boxed-layout .page-container .sidebar-bg {
	left: auto;
}
.boxed-layout .page-container #header {
	width: 1080px;
	right: auto;
}
.boxed-layout .pace .pace-progress,
.boxed-layout .pace .pace-activity,
.boxed-layout .page-with-top-menu .top-menu {
	position: absolute;
}
.boxed-layout .page-sidebar-minified .sidebar,
.boxed-layout .page-with-top-menu.page-sidebar-minified .sidebar {
	position: relative;
	float: left;
	padding-top: 0;
}
#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #e6e8ec;
	z-index: 99999;
}
#page-loader.fade {
	display: none;
}
#page-loader.fade.in,
#page-loader.fade.show {
	display: block;
}
.fade.show {
	transition: opacity 0.3s linear;
	display: block;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
.spinner,
.spinner-small {
	height: 80px;
	width: 80px;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-top: 2px solid #fff;
	border-radius: 100%;
}
.fade.in .spinner,
.fade.in .spinner-small,
.fade.show .spinner,
.fade.show .spinner-small {
	-webkit-animation: rotation 0.6s infinite linear;
	animation: rotation 0.6s infinite linear;
}
.spinner-small {
	border: 2px solid rgba(0, 0, 0, 0.05);
	border-top: 2px solid #24b498;
	height: 30px;
	width: 30px;
	margin: -15px 0 0 -15px;
}
.material-loader {
	position: fixed;
	width: 200px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -100px;
}
.material-loader .message {
	line-height: 100px;
	text-align: center;
}
.ie8 .material-loader .message {
	padding-left: none;
}
.material-loader .circular {
	animation: rotate 2s linear infinite;
	height: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -24px;
	margin-top: -55px;
}
.material-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}
@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}
@keyframes color {
	100%,
	0% {
		stroke: #212121;
	}
}
.header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1010;
	margin-bottom: 0;
	padding: 0;
	transition: box-shadow 0.2s linear;
	-webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 0px 11px 6px rgb(0 0 0 / 20%) !important;
}
.header:before,
.header:after {
	content: "";
	display: table;
	clear: both;
}
.header .navbar-toggle {
	position: relative;
	float: right;
	background-color: transparent;
	background-image: none;
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 0;
	text-align: center;
	color: #fff;
}
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
	background: none !important;
	opacity: 0.6;
}
.header .navbar-toggle.pull-left {
	margin-left: 15px;
	margin-right: 0;
}
.header .navbar-toggle .icon-bar {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 auto;
}
.header .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.header .navbar-toggle.navbar-toggle-left {
	float: left;
	display: block;
	margin-right: -15px;
}
.header .navbar-header:before,
.header .navbar-header:after {
	content: "";
	display: table;
	clear: both;
}
.header .navbar-brand {
	float: left;
	margin-left: 0px;
	padding: 6px 15px;
	height: 60px;
	width: 220px;
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

.header .navbar-brand div.subbot{
	margin-top: -10px;
	font-size: 12px;
}

.header .navbar-logo {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	background: #00bcd4;
	border: 10px solid transparent;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.3);
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.header .navbar {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.header .navbar-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.header .navbar-nav > li {
	float: left;
	position: relative;
}
.header .navbar-nav > li.divider {
	height: 34px;
	margin-top: 13px;
	background: #e2e7eb;
	width: 1px;
}
.header .navbar-nav > li > a {
	display: block;
	text-decoration: none;
	line-height: 29px;
	padding: 15px 15px;
}
.header .navbar-nav > li > a:hover,
.header .navbar-nav > li > a:focus {
	opacity: 0.6;
	background: #f2f4f5;
}
.header .navbar-nav > li > a .label {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	background: #f44336;
	line-height: 22px;
	font-weight: 500;
	padding: 0;
	border-radius: 22px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	min-width: 22px;
	height: 22px;
}
.header .navbar-nav > li > a > i {
	top: 1px;
	position: relative;
	font-size: 16px;
}
.header .navbar-nav > li > a.icon i {
	font-size: 22px;
	height: 30px;
	margin: 0;
	line-height: 30px;
	display: block;
}
.header .navbar-nav > .open > a,
.header .navbar-nav > .open > a:hover,
.header .navbar-nav > .open > a:focus {
	background: none !important;
	color: #333;
	opacity: 1;
}
.header .navbar-nav .dropdown-toggle:after {
	display: none;
}
.header .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top: 1px solid #f5f5f5;
	box-shadow: 0 13px 25px -2px rgba(0, 0, 0, 0.2);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.header .navbar-nav > li > .dropdown-menu.media-list .media-heading {
	font-weight: 500;
	margin: 0;
	line-height: 30px;
	font-size: 13px;
}
.header .navbar-form {
	padding: 0 15px;
	margin: 10px 0;
}
.header .navbar-form .form-group {
	margin: 0;
}
.header .navbar-form .btn-search {
	position: absolute;
	right: 15px;
	font-size: 18px;
	top: 10px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
	background: none;
	border-radius: 0 6px 6px 0;
}
.header .navbar-form .btn-search i {
	line-height: 30px;
	display: block;
}
.header .navbar-form .btn-search > i[class*="ion-"] {
	font-size: 22px;
	display: block;
}
.header .navbar-form .form-control {
	width: 500px;
	padding: 5px 15px;
	height: 40px;
	background: #eeeeee;
	border-color: #eeeeee;
	border-radius: 6px;
}
.header .navbar-form .form-control:focus {
	border-color: #f5f5f5;
	box-shadow: none;
}
.fade .navbar-form .form-control {
	-webkit-animation: none;
}
.header .navbar-user img {
	float: right;
	width: 36px;
	height: 36px;
	margin: -3px 0 0 10px;
	border-radius: 36px;
}
.navbar-header.navbar-header-without-bg .navbar-brand {
	background: none !important;
}
.navbar-language .flag-icon {
	font-size: 13px;
	margin: 7px 7px 0;
	float: left;
}
.navbar-language .dropdown-menu .flag-icon {
	margin-top: 1px;
}
.header.navbar-default {
	background: #fff;
}
.header.navbar-default .brand,
.header.navbar-default .navbar-brand {
	color: #127278;
}
.header.navbar-default .navbar-toggle .icon-bar {
	background: #212121;
}
.header.navbar-default .navbar-nav > li > a {
	color: #585663;
}
.header.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #333;
}
.header.navbar-inverse {
	background: #263238;
}
.header.navbar-inverse .navbar-toggle .icon-bar {
	background: rgba(255, 255, 255, 0.75);
}
.header.navbar-inverse .navbar-brand,
.header.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.header.navbar-inverse .navbar-nav > li.divider {
	background: #3f4b55;
}
.header.navbar-inverse .navbar-form {
	margin: 10px 0;
}
.header.navbar-inverse .navbar-form .form-control,
.header.navbar-inverse .navbar-form .form-control:focus {
	background: #585d62;
	border-color: #585d62;
	color: #fff;
	height: 30px;
}
.header.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
	color: #a8acb1;
}
.header.navbar-inverse .navbar-form .form-control::-moz-placeholder {
	color: #a8acb1;
}
.header.navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
	color: #a8acb1;
}
.header.navbar-inverse .navbar-form .form-control:-moz-placeholder {
	color: #a8acb1;
}
.header.navbar-inverse .navbar-form .btn-search {
	color: #a8acb1;
}
.dropdown.dropdown-lg,
.header .dropdown.dropdown-lg {
	position: static;
}
.dropdown-menu.dropdown-menu-lg {
	left: 20px;
	right: 20px;
	padding: 20px;

	width: 100%;
    left: 0!important;
    right: 0!important;
}
.dropdown-header {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0 0 10px;
}
.dropdown-menu.dropdown-menu-lg .nav > li > a {
	padding: 0;
	background: none;
	line-height: 24px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active.open > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background: #f4f6f7 !important;
	opacity: 1;
}
.header .search-form {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 71px;
	transition: all 0.3s ease;
}
.header .search-form .close,
.header .search-form .search-btn {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	color: #616161;
	z-index: 1000;
	text-align: center;
	line-height: 60px;
	background: 0 0;
	border: none;
	padding: 0;
	outline: 0;
}
.header .search-form .form-control {
	border: none;
	height: inherit;
	box-shadow: none;
	border-radius: 0;
	color: #212121;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.header.header-search-toggled .search-form {
	bottom: 0;
}
.header .search-form .close i,
.header .search-form .search-btn i {
	line-height: 71px;
}
.navbar-search .icon{
	padding: 20px!important;
}
.header .search-form .close {
	left: auto;
	right: 0;
	text-shadow: none;
	opacity: 1;
}
.sidebar {
	width: 220px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding-top: 0px;
	z-index: 1010;
    background: #007e84;
    background-color: #007e84;
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b3b8', endColorstr='#000000', GradientType=0 );
}
.sidebar .nav li a img {
    max-width: 22px;
    margin-left: 10px;
    margin-top: 1px;
}
.sidebar .nav li a img.ico {
	border-radius: 50% !important;
}
.sidebar-bg {
	background: #37474f;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 220px;
	z-index: 1000;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
		0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.sidebar .nav {
	display: block;
	padding-bottom: 50px;
}
.sidebar .nav > li {
	position: relative;
}
.sidebar .nav > li > a {
	padding: 11px 5px;
	margin: 0px 15px 0;
	line-height: 20px;
	color: #fff;
	font-weight: 500;
	display: block;
	height: 52px !important;
	text-decoration: none;
}
.sidebar .nav > li > a div {
	width: 79px;
	margin: 0px -19px;
	text-align: center;
	padding-top: 0px;
	font-size: 12px;
	font-weight: normal;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
	background: none;
	color: #b0bec5;
}
.sidebar .nav > li:before,
.sidebar .nav > li:after,
.sidebar .nav > li > a:before,
.sidebar .nav > li > a:after {
	content: "";
	clear: both;
	display: table;
}
.sidebar .nav > li > a i {
	float: left;
	margin-right: 10px;
	width: 24px;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color: #546e7a;
}
.sidebar .nav > li > a i[class^="ion-"] {
	width: 24px;
	font-size: 24px;
	line-height: 24px;
	margin-top: -2px;
	margin-bottom: -2px;
}
.sidebar .nav > li > a i.material-icons {
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	margin: -2px 10px -2px 0;
	font-size: 24px;
	line-height: 24px;
}
.sidebar .nav > li > a .icon-img {
	float: left;
	width: 24px;
	height: 24px;
	text-align: center;
	margin: -2px 10px -2px 0;
	overflow: hidden;
	border-radius: 3px;
}
.sidebar .nav > li > a .icon-img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.sidebar .nav > li > a .badge {
	padding: 3px 8px 2px;
	background: #1b1f24;
	font-weight: 500;
	font-size: 13px;
}
.sidebar .nav > li.active > a {
	position: relative;
	z-index: 10;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus {
	color: #fff;
	background: #222;
}
.sidebar .nav > li > a span {
	padding: 10px;
}
.sidebar .nav > li.active > a i {
	color: #fff;
}
.sidebar .nav > li.active > a .label,
.sidebar .nav > li.active > a .badge {
	background: rgba(0, 0, 0, 0.5);
}
.sidebar .nav > li.nav-header {
	margin: 0;
	padding: 15px 20px 5px;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}
.sidebar .nav > li.nav-header a {
	padding: 0;
	margin: 0;
	display: inline;
}
.sidebar .nav > li.nav-header a:hover,
.sidebar .nav > li.nav-header a:focus {
	background: none;
	color: #fff;
}
.sidebar .nav > li.nav-header a i {
	float: none;
	margin: 0;
}
.sidebar .nav > li.nav-profile {
	padding: 20px;
	color: #fff;
	background: #1a2229;
	overflow: hidden;
}
.sidebar .nav > li.nav-profile a {
	padding: 0;
}
.sidebar .nav > li.nav-profile > a {
	margin: -20px;
	padding: 20px;
	display: block;
	color: #fff;
}
.sidebar .nav > li.nav-profile .image {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}
.sidebar .nav > li.nav-profile .image img {
	max-width: 100%;
	max-height: 100%;
}
.sidebar .nav > li.nav-profile .info {
	font-size: 14px;
	position: relative;
}
.sidebar .nav > li.nav-profile .info .caret {
	margin-top: 2px;
}
.sidebar .nav > li.nav-profile .info small {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	margin-bottom: -5px;
	line-height: 16px;
}
.sidebar .nav > li.nav-profile .cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("images/cover-sidebar-user.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.sidebar .nav > li.nav-profile .cover.with-shadow:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.2s linear;
	background: rgba(23, 35, 41, 0.75);
}
.sidebar .nav > li.nav-profile a:hover .cover.with-shadow:before,
.sidebar .nav > li.nav-profile a:focus .cover.with-shadow:before {
	opacity: 0.75;
}
.sidebar .nav > li.nav-widget {
	padding: 10px 20px;
}
.sidebar .nav > li.nav-widget i {
	margin-right: auto;
}
.sidebar .nav.nav-profile {
	padding: 0;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
	display: none;
}
.sidebar .nav.nav-profile.active {
	display: block;
}
.sidebar.sidebar-grid .nav > li > a {
	border-bottom: 1px solid #263238;
	border-top: 1px solid #263238;
}
.sidebar.sidebar-grid .nav > li.active > a {
	z-index: 10;
}
.sidebar.sidebar-grid .nav > li.expanding > a,
.sidebar.sidebar-grid .nav > li.expand > a {
	border-bottom-color: transparent;
}
.sidebar.sidebar-grid .nav > li + li {
	margin: 4px 0;
}
.gradient-enabled .sidebar .nav > li.active > a .label.label-theme,
.gradient-enabled .sidebar .nav > li.active > a .badge {
	background: rgba(0, 0, 0, 0.4);
}
.sidebar li > a .caret,
.float-sub-menu li > a .caret {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	border: none;
}
.sidebar li > a .caret:before,
.float-sub-menu li > a .caret:before {
	content: "\f0da";
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	opacity: 0.5;
}
.sidebar li.active > a .caret:before,
.sidebar li.expanding > a .caret:before,
.sidebar li.expand > a .caret:before,
.float-sub-menu li.active > a .caret:before,
.float-sub-menu li.expanding > a .caret:before,
.float-sub-menu li.expand > a .caret:before {
	opacity: 1;
	transform: rotate(90deg);
}
.sidebar li.closing > a .caret:before,
.sidebar li.closed > a .caret:before,
.float-sub-menu li.closing > a .caret:before,
.float-sub-menu li.closed > a .caret:before {
	transform: rotate(0deg);
}
.sidebar .sub-menu {
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
	position: relative;
	display: none;
}
.sidebar .nav > li.has-sub > .sub-menu {
	/* background: rgba(0,0,0,.25); */
}
.sidebar .sub-menu > li {
	position: relative;
}
.sidebar .sub-menu > li > a {
	padding: 3px 20px 3px 54px;
	display: block;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	position: relative;
	margin: 0px 15px 0px 40px;
	border-radius: 30px;
	padding: 10px 15px;
}
.sidebar .sub-menu > li > a:hover,
.sidebar .sub-menu > li > a:focus,
.sidebar .sub-menu > li.active > a,
.sidebar .sub-menu > li.active > a:hover,
.sidebar .sub-menu > li.active > a:focus {
	color: #fff;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.25);
	margin: 0px 15px 0px 40px;
	border-radius: 30px;
	padding: 10px 15px;
}
.sidebar .sub-menu .sub-menu {
	padding: 0 0 0 15px;
	background: none;
}
.sidebar .nav > li li.has-sub.active > a {
	color: #fff;
}
.sidebar .has-sub.active > .sub-menu {
	display: block;
}
.sidebar .nav .sub-menu > li > a .caret {
	margin-top: -1px;
	left: -5px;
	color: #a3a7ac;
}
.page-sidebar-minified .sidebar {
	width: 60px;
	position: absolute;
}
.page-sidebar-minified .sidebar-bg {
	width: 60px;
}
.page-sidebar-minified .content {
	margin-left: 60px;
}
.page-sidebar-minified .footer {
	margin-left: 90px;
}
.page-sidebar-minified.page-sidebar-fixed .sidebar {
	position: fixed;
}
.page-sidebar-minified:not(.page-sidebar-fixed) .sidebar .slimScrollDiv,
.page-sidebar-minified:not(.page-sidebar-fixed) .sidebar .slimScrollDiv > div {
	overflow: visible !important;
	height: auto !important;
}
.page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv,
.page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv > div,
.page-sidebar-minified.page-sidebar-fixed .sidebar .slimScrollDiv,
.page-sidebar-minified.page-sidebar-fixed .sidebar .slimScrollDiv > div {
	overflow: hidden !important;
}
.page-sidebar-minified .sidebar .nav > li > a {
	margin: 0px 15px 0;
	padding: 11px 5px;
}

.logo-call-header::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 15px;
	height: 1px;
	width: calc(100% - 30px);
	background: rgba(255, 255, 255, 0.5);
}
.sidebar .nav > li > a > span {
	font-weight: 600;
	opacity: 1;
	/* transition: all 0.4s ease-in-out; */
	transition: opacity 0.75s ease-in;
	margin-left: 16px;
}
.sidebar .caret {
	opacity: 1;
	transition: opacity 1.75s ease-in;
}
.page-sidebar-minified .sidebar .caret {
	opacity: 0;
	transition: opacity 0.01s ease-out;
}
.page-sidebar-minified .sidebar .nav > li > a > span {
	transition: opacity 0.01s ease-out;
}
.logo-right {
	opacity: 1;
	transition: all 0.4s ease-in-out;
	margin-left: 10px;
}
.page-sidebar-minified .logo-right {
	opacity: 0;
	width: 0;
	margin-right: -250px;
}

.page-sidebar-minified .sidebar .nav-profile,
.page-sidebar-minified .sidebar .nav-header,
.page-sidebar-minified .sidebar .nav > li > a > span {
	opacity: 0;
	width: 0;
	display: none;
	/* margin-right: -450px;  */

	white-space: nowrap;
}
.page-sidebar-minified .sidebar .caret {
	position: absolute;
	top: 15px;
	right: -15px;
	color: #fff;
}
.page-sidebar-minified .sidebar .caret:before,
.page-sidebar-minified .sidebar li.active .caret:before,
.page-sidebar-minified .sidebar li.expanding .caret:before,
.page-sidebar-minified .sidebar li.expand .caret:before {
	transform: rotate(0deg);
}
.page-sidebar-minified .sidebar .nav > li > a > i,
.page-sidebar-minified .sidebar .nav > li > a .icon-img {
	/* margin: -2px -4px; */
	margin: 1px 8px;
}

.sidebar .nav > li > a > i {
	margin: 1px 0px 0px 8px;
}
.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 220px;
	display: none;
	padding: 10px 0 10px 30px;
	margin: 0;
	background: #222;
}
.page-sidebar-minified .sidebar-minify-btn i:before {
	content: "\f101";
}
.page-sidebar-minified.page-with-right-sidebar .content {
	margin-right: 60px;
	margin-left: 0;
}
.page-sidebar-minified.page-with-right-sidebar .footer {
	margin-right: 90px;
	margin-left: 30px;
}
.page-sidebar-minified.page-with-right-sidebar .sub-menu {
	left: auto !important;
	right: 100%;
}
.page-sidebar-minified.page-with-right-sidebar .nav > li.has-sub > a .caret {
	position: absolute;
	left: 0;
}
.page-sidebar-minified.page-with-right-sidebar
	.nav
	> li.has-sub
	> a
	.caret:before {
	content: "\f104";
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu .caret {
	left: 0;
	top: 2px;
	border-left: 4px solid transparent !important;
	border-right: 4px solid !important;
}
.page-sidebar-minified.page-with-right-sidebar
	.sidebar
	.nav
	li.has-sub
	> .sub-menu {
	padding: 10px 30px 10px 0;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar .sub-menu:before {
	right: 26px;
	left: auto;
}
.page-sidebar-minified.page-with-right-sidebar
	.sidebar
	.sub-menu
	> li
	> a:before {
	right: 0;
	left: auto;
	margin-right: -6px;
	margin-left: 0;
}
.page-sidebar-minified.page-with-right-sidebar .sidebar-minify-btn i:before {
	content: "\f100";
}
.page-sidebar-minified .sidebar .slimScrollBar,
.page-sidebar-minified .sidebar .slimScrollRail {
	display: none !important;
}
.page-sidebar-minified .sidebar.sidebar-right .slimScrollBar {
	display: block !important;
}
.sidebar-minify-btn {
	margin: 10px 0;
	float: right;
	padding: 5px 20px 5px 10px !important;
	background: #263238;
	color: #fff;
	border-radius: 20px 0 0 20px;
}
.sidebar-minify-btn:hover,
.sidebar-minify-btn:focus {
	color: #263238 !important;
	background: #eee !important;
}
.sidebar-minify-btn:hover i,
.sidebar-minify-btn:focus i {
	color: #263238 !important;
}
.sidebar-minify-btn i {
	margin: 0 !important;
	color: #fff;
}
.page-with-light-sidebar .sidebar,
.page-with-light-sidebar .sidebar-bg {
	background: #fff;
}
.page-with-light-sidebar .sidebar .nav > li > a {
	color: #000;
	font-weight: 400;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile {
	background: #f5f5f5;
	color: #212121;
}
.page-with-light-sidebar .sidebar .nav > li.nav-profile a,
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active a,
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active a:hover,
.page-with-light-sidebar .sidebar .nav > li.nav-profile.active a:focus {
	color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li .sub-menu,
.page-sidebar-minified.page-with-light-sidebar
	.sidebar
	.nav
	li.has-sub
	> .sub-menu,
.page-sidebar-minified.page-with-light-sidebar
	.sidebar
	.nav
	> li.has-sub:focus
	> a,
.page-sidebar-minified.page-with-light-sidebar
	.sidebar
	.nav
	> li.has-sub:hover
	> a {
	background: rgba(0, 0, 0, 0.05);
	/* color: #212121; */
}
.page-with-light-sidebar .sidebar .nav > li.active > a {
	color: #fff;
}
.page-with-light-sidebar .sidebar .nav.nav-profile {
	border-bottom: 1px solid #b1b9c0;
}
.page-with-light-sidebar .sidebar .nav > li.nav-header {
	color: #9e9e9e;
}
.page-with-light-sidebar .sidebar .nav > li > a i {
	color: #9e9e9e;
}
.page-with-light-sidebar .sidebar .nav > li .sub-menu:before {
	background: #b1b9c0;
}
.page-with-light-sidebar .sidebar .nav > li .sidebar-minify-btn,
.page-with-light-sidebar .sidebar .nav > li .sidebar-minify-btn:hover,
.page-with-light-sidebar .sidebar .nav > li .sidebar-minify-btn:focus,
.page-with-light-sidebar .sidebar .nav > li.active.expand > a,
.page-with-light-sidebar .sidebar .nav > li.active > a,
.page-with-light-sidebar .sidebar .nav > li.active > a:hover,
.page-with-light-sidebar .sidebar .nav > li.active > a:focus,
.page-with-light-sidebar.page-sidebar-minified .sidebar .nav > li.active > a,
.page-with-light-sidebar.page-sidebar-minified
	.sidebar
	.nav
	> li.active:hover
	> a,
.page-with-light-sidebar.page-sidebar-minified
	.sidebar
	.nav
	> li.active:focus
	> a {
	color: #fff;
	background: #616161;
}
.flat-black .page-with-light-sidebar .sidebar .nav > li.active > a,
.flat-black .page-with-light-sidebar .sidebar .nav > li.active > a:hover,
.flat-black .page-with-light-sidebar .sidebar .nav > li.active > a:focus,
.flat-black .page-with-light-sidebar .sidebar .nav > li.active.expand > a,
.flat-black .page-with-light-sidebar .sidebar .nav > li .sidebar-minify-btn,
.flat-black
	.page-with-light-sidebar
	.sidebar
	.nav
	> li
	.sidebar-minify-btn:hover,
.flat-black
	.page-with-light-sidebar
	.sidebar
	.nav
	> li
	.sidebar-minify-btn:focus {
	background: #e0e0e0;
}
.page-with-light-sidebar .sidebar .nav > li.expand > a,
.page-with-light-sidebar .sidebar .nav > li > a:hover,
.page-with-light-sidebar .sidebar .nav > li > a:focus {
	background: none;
}
.page-with-light-sidebar .sidebar .nav > li .sub-menu > li.active > a:before {
	color: #575d63;
}
.page-with-light-sidebar .sidebar .sub-menu > li > a {
	font-weight: normal;
	color: #616161;
}
.page-with-light-sidebar .sidebar .sub-menu > li.active > a {
	font-weight: 600;
}
.page-with-light-sidebar .sidebar .sub-menu > li > a:focus,
.page-with-light-sidebar .sidebar .sub-menu > li > a:hover,
.page-with-light-sidebar .sidebar .sub-menu > li.active > a,
.page-with-light-sidebar .sidebar .sub-menu > li.active > a:focus,
.page-with-light-sidebar .sidebar .sub-menu > li.active > a:hover,
.flat-black .page-with-light-sidebar .sidebar .sub-menu > li.active > a {
	color: #333;
}
.flat-black .page-with-light-sidebar .sidebar .sub-menu,
.flat-black .page-with-light-sidebar .sidebar .nav > li.nav-profile,
.flat-black
	.page-with-light-sidebar.page-sidebar-minified
	.sidebar
	.nav
	li.has-sub
	> .sub-menu {
	background: #f5f5f5;
}
.page-with-light-sidebar .sidebar .sub-menu > li:before,
.page-with-light-sidebar .sidebar .sub-menu > li > a:after,
.page-with-light-sidebar .sidebar .sub-menu > li.has-sub > a:before {
	background: #e7e9ea;
}
.page-with-light-sidebar.page-sidebar-minified
	.sidebar
	.nav
	> li.active
	> a
	> i {
	color: #fff;
}
.page-with-light-sidebar .sidebar .slimScrollBar {
	background: #000 !important;
}
.page-with-wide-sidebar .sidebar,
.page-with-wide-sidebar .sidebar + .sidebar-bg,
.page-with-wide-sidebar.page-sidebar-minified .sidebar.sidebar-right,
.page-with-wide-sidebar.page-sidebar-minified .sidebar-bg.sidebar-right {
	width: 300px;
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	transition: width 0.35s 10ms, transform 0.5s 10ms, visibility 0.5s 10ms,
		height 0s;
}

.sidebar .nav > li > a > span {
	transform: translateY(0);
	/* transition: visibility 3s; */
	white-space: nowrap;
}

.page-with-wide-sidebar .content {
	margin-left: 120px;
}
.page-with-wide-sidebar.page-with-right-sidebar:not(.page-sidebar-minified)
	.content {
	margin-right: 250px;
	margin-left: 0;
}
.page-with-wide-sidebar.page-with-two-sidebar .content {
	margin-left: 250px;
	margin-right: 250px;
}
.page-with-wide-sidebar.page-sidebar-minified .sidebar,
.page-with-wide-sidebar.page-sidebar-minified .sidebar + .sidebar-bg {
	width: 80px;
}

.page-with-wide-sidebar.page-sidebar-minified:not(.page-with-right-sidebar)
	.content {
	margin-left: 120px;
}

.page-with-wide-sidebar.page-sidebar-minified:not(.page-with-right-sidebar)
	.content.menu-top {
	margin-top: 50px;
    margin-left: 0px;
}
.page-with-wide-sidebar .footer {
	margin-left: 280px;
}
.page-with-wide-sidebar.page-with-right-sidebar:not(.page-sidebar-minified)
	.footer {
	margin-left: 30px;
	margin-right: 280px;
}
.sidebar.sidebar-transparent {
	background: none;
}
.sidebar.sidebar-transparent .nav > li.nav-profile,
.sidebar.sidebar-transparent .nav > li.nav-profile.active {
	background: rgba(0, 0, 0, 0.25);
}
.sidebar.sidebar-transparent .nav > li.nav-profile a:hover,
.sidebar.sidebar-transparent .nav > li.nav-profile a:focus,
.sidebar.sidebar-transparent .nav > li.nav-profile .cover,
.sidebar.sidebar-transparent .nav > li.nav-profile .cover.with-shadow:before {
	background: none;
}
.sidebar.sidebar-transparent .sub-menu {
	background: none;
}
.page-sidebar-toggled.page-sidebar-minified
	.sidebar.sidebar-transparent
	+ .sidebar-bg,
.sidebar.sidebar-transparent + .sidebar-bg {
	background: url(images/cover-sidebar.jpg);
	background-size: cover;
}
.sidebar.sidebar-transparent + .sidebar-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(45, 53, 60, 0.75);
}
.page-sidebar-minified
	.sidebar.sidebar-transparent
	.nav
	> li.has-sub
	.sub-menu {
	background: rgba(26, 34, 41, 0.85);
}
.sidebar.sidebar-transparent .nav > li.nav-header {
	color: #fff;
}
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub:hover > a,
.page-sidebar-minified .sidebar.sidebar-transparent .nav > li.has-sub:focus > a,
.sidebar.sidebar-transparent .nav > li.expand > a,
.sidebar.sidebar-transparent .nav > li > a:focus,
.sidebar.sidebar-transparent .nav > li > a:hover {
	background: none;
	color: #fff;
}
.sidebar.sidebar-transparent .has-sub.active > .sub-menu {
	overflow: hidden;
}
.sidebar.sidebar-transparent .nav > li.active > a,
.sidebar.sidebar-transparent .nav > li.active > a:hover,
.sidebar.sidebar-transparent .nav > li.active > a:focus {
	background: rgba(0, 0, 0, 0.3);
}
.sidebar.sidebar-transparent .sub-menu > li:before,
.sidebar.sidebar-transparent .sub-menu > li > a:after,
.sidebar.sidebar-transparent .sub-menu > li.has-sub > a:before {
	background: rgba(0, 0, 0, 0.3);
}
.page-with-right-sidebar .sidebar {
	text-align: right;
}
.page-with-right-sidebar .sidebar .nav > li > a .icon-img,
.page-with-right-sidebar .sidebar .nav > li > a i {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.page-with-right-sidebar .sidebar .sub-menu {
	padding-left: 0;
	padding-right: 39px;
}
.page-with-right-sidebar .sidebar .sub-menu > li:before {
	left: auto;
	right: -13px;
}
.page-with-right-sidebar .sidebar .sub-menu > li:after {
	left: auto;
	right: 0;
}
.page-with-right-sidebar .sidebar .sub-menu > li > a {
	padding-left: 20px;
	padding-right: 15px;
}
.page-with-right-sidebar .sidebar .sub-menu > li > a:after {
	left: auto;
	right: -11px;
}
.page-with-right-sidebar .sidebar .nav > li.nav-profile .image {
	margin-left: auto;
	margin-right: 0;
}
.page-with-right-sidebar.page-sidebar-minified .sidebar .nav > li > a .icon-img,
.page-with-right-sidebar.page-sidebar-minified .sidebar .nav > li > a i {
	margin-right: -5px;
}
.page-with-right-sidebar .sidebar .sub-menu .sub-menu {
	padding-left: 0;
	padding-right: 15px;
}
.page-with-right-sidebar.page-sidebar-minified .sidebar li > a .caret {
	margin-left: 5px;
}
.page-with-right-sidebar.page-sidebar-minified .sidebar li > a .caret:before {
	transform: none !important;
}
.page-with-right-sidebar .float-sub-menu-line,
.page-with-right-sidebar .float-sub-menu-arrow,
.page-with-right-sidebar .float-sub-menu li:after {
	left: auto;
	right: 0;
}
.page-with-right-sidebar .sidebar li.active > a .caret:before,
.page-with-right-sidebar .sidebar li.expanding > a .caret:before,
.page-with-right-sidebar .sidebar li.expand > a .caret:before,
.page-with-right-sidebar .float-sub-menu li.active > a .caret:before,
.page-with-right-sidebar .float-sub-menu li.expanding > a .caret:before,
.page-with-right-sidebar .float-sub-menu li.expand > a .caret:before {
	transform: rotate(-90deg);
}
.page-with-right-sidebar .float-sub-menu {
	padding-left: 0;
	padding-right: 39px;
	text-align: right;
}
.page-with-right-sidebar .float-sub-menu li > a {
	padding-left: 15px;
	padding-right: 20px;
}
.page-with-right-sidebar .float-sub-menu li > a .caret,
.page-with-right-sidebar .sidebar li > a .caret {
	float: left;
	margin-left: -5px;
	margin-right: 2px;
	font-size: 16px;
}
.page-with-right-sidebar .float-sub-menu .sub-menu {
	padding-left: 0;
	padding-right: 15px;
}
.page-with-right-sidebar .float-sub-menu li > a .caret:before,
.page-with-right-sidebar .sidebar li > a .caret:before {
	content: "\f104";
}
.page-with-right-sidebar .float-sub-menu li:before {
	right: -13px;
	left: auto;
}
.page-with-right-sidebar .float-sub-menu li > a:after {
	right: -11px;
	left: auto;
}
.float-sub-menu-container {
	position: fixed;
	width: 220px;
	margin: 0;
	background: #263238;
	z-index: 1020;
}
.float-sub-menu {
	padding: 9px 0 9px 39px;
	margin: 0;
	list-style-type: none;
}
.float-sub-menu .sub-menu {
	display: none;
	list-style-type: none;
}
.float-sub-menu .active > .sub-menu {
	display: block;
}
.float-sub-menu li {
	position: relative;
}
.float-sub-menu li:first-child:before {
	top: -14px;
}
.float-sub-menu > li:first-child:before {
	top: 11px;
}
.float-sub-menu-arrow {
	position: absolute;
	top: 20px;
	left: 0;
	width: 28px;
	height: 2px;
	background: #37474f;
}
.float-sub-menu-line {
	position: absolute;
	top: 20px;
	left: 26px;
	width: 2px;
	background: #37474f;
}
.float-sub-menu .float-sub-menu-arrow:before,
.float-sub-menu .float-sub-menu-arrow:after {
	display: none !important;
}
.float-sub-menu li:before,
.float-sub-menu li > a:after,
.float-sub-menu li.has-sub > a:before {
	background: #37474f;
}
.float-sub-menu li:before {
	content: "";
	position: absolute;
	left: -13px;
	top: 0;
	bottom: 0;
	width: 2px;
}
.float-sub-menu li:last-child:before {
	bottom: auto;
	height: 13px;
}
.float-sub-menu > li:first-child:last-child:before {
	height: 0px !important;
}
.float-sub-menu li:first-child:last-child:before {
	height: 27px;
}
.float-sub-menu li:after {
	content: "";
	position: absolute;
	left: 0;
	width: 6px;
	height: 6px;
	border: 1px solid #455a64;
	background: #273238;
	top: 11px;
	border-radius: 4px;
	margin-top: -2px;
	z-index: 10;
}
.float-sub-menu li.has-sub > a:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 11px;
	bottom: 11px;
	width: 2px;
}
.float-sub-menu li > a:after {
	content: "";
	position: absolute;
	left: -11px;
	top: 11px;
	width: 11px;
	height: 2px;
}
.float-sub-menu .sub-menu {
	padding: 0 0 0 15px;
	background: none;
}
.float-sub-menu li > a {
	line-height: 18px;
	padding: 3px 20px 3px 15px;
	display: block;
	color: #889097;
	text-decoration: none;
	position: relative;
}
.float-sub-menu li > a:hover,
.float-sub-menu li > a:focus,
.float-sub-menu li.active > a,
.float-sub-menu li.active > a:hover,
.float-sub-menu li.active > a:focus {
	color: #fff;
}
.float-sub-menu li.active:after {
	border-color: #00bcd4;
}
.float-sub-menu li > a .caret {
	margin-top: -1px;
	color: #a3a7ac;
}
.sidebar .nav.nav-profile > li,
.sidebar .nav li.has-sub.expand > .sub-menu > li {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
@-webkit-keyframes inToRight {
	to {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}
}
@keyframes inToRight {
	to {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}
}
.sidebar .nav.nav-profile.expand > li,
.sidebar .nav li.has-sub.expand > .sub-menu > li {
	-webkit-animation: inToRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
	animation: inToRight 0.3s both cubic-bezier(0.7, 0, 0.3, 1);
}
.sidebar .nav.nav-profile.expand > li:nth-child(2),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(2),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(2) {
	-webkit-animation-delay: 45ms;
	animation-delay: 45ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(3),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(3),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(3) {
	-webkit-animation-delay: 60ms;
	animation-delay: 60ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(4),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(4),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(4) {
	-webkit-animation-delay: 75ms;
	animation-delay: 75ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(5),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(5),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(5) {
	-webkit-animation-delay: 90ms;
	animation-delay: 90ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(6),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(6),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(6) {
	-webkit-animation-delay: 105ms;
	animation-delay: 105ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(7),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(7),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(7) {
	-webkit-animation-delay: 120ms;
	animation-delay: 120ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(8),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(8),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(8) {
	-webkit-animation-delay: 135ms;
	animation-delay: 135ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(9),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(9),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(9) {
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(10),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(10),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(10) {
	-webkit-animation-delay: 165ms;
	animation-delay: 165ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(11),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(11),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(11) {
	-webkit-animation-delay: 180ms;
	animation-delay: 180ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(12),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(12),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(12) {
	-webkit-animation-delay: 195ms;
	animation-delay: 195ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(13),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(13),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(13) {
	-webkit-animation-delay: 210ms;
	animation-delay: 210ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(14),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(14),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(14) {
	-webkit-animation-delay: 225ms;
	animation-delay: 225ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(15),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(15),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(15) {
	-webkit-animation-delay: 240ms;
	animation-delay: 240ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(16),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(16),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(16) {
	-webkit-animation-delay: 255ms;
	animation-delay: 255ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(17),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(17),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(17) {
	-webkit-animation-delay: 270ms;
	animation-delay: 270ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(18),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(18),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(18) {
	-webkit-animation-delay: 295ms;
	animation-delay: 295ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(19),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(19),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(19) {
	-webkit-animation-delay: 310ms;
	animation-delay: 310ms;
}
.sidebar .nav.nav-profile.expand > li:nth-child(20),
.sidebar .nav li.has-sub.active > .sub-menu > li:nth-child(20),
.sidebar .nav li.has-sub.expand > .sub-menu > li:nth-child(20) {
	-webkit-animation-delay: 325ms;
	animation-delay: 325ms;
}
.content {
	margin-left: 220px;
	padding: 25px 30px;
}
.content.content-full-width {
	padding: 0;
}
.content.content-full-width .page-header {
	margin: 20px;
}
.content.content-full-width .breadcrumb {
	margin: 0 20px 0 0;
}
.content.content-inverse-mode h1,
.content.content-inverse-mode h2,
.content.content-inverse-mode h3,
.content.content-inverse-mode h4,
.content.content-inverse-mode h5,
.content.content-inverse-mode h6,
.content.content-inverse-mode .page-header,
.content.content-inverse-mode .breadcrumb a {
	color: #fff;
}
.content.content-inverse-mode .breadcrumb > li,
.content.content-inverse-mode .page-header small {
	color: rgba(255, 255, 255, 0.75);
}
.content.content-full-width .page-header,
.content.content-full-width .breadcrumb {
	position: relative;
	z-index: 10;
}
.content.content-full-width .breadcrumb {
	z-index: 20;
}
.page-content-full-height .content {
	position: absolute;
	left: 0;
	top: 60px;
	right: 0;
	bottom: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.page-header {
	font-size: 28px;
	margin: 0 0 20px;
	padding: 0;
	border: none;
	line-height: 32px;
	font-weight: 500;
}
.page-header small {
	line-height: 20px;
}
.page-header,
.page-header small {
	font-weight: 300;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	background: none;
}
.breadcrumb > li {
	line-height: 32px;
	color: #666666;
	font-weight: 500;
}
.ie8 .breadcrumb > li {
	display: inline;
}
.breadcrumb > li a {
	color: #333;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #ccc;
}
.footer {
	z-index: 1020;
	padding: 10px 0;
	margin: 0 30px 0 250px;
	border-top: 1px solid #cad0d6;
	line-height: 20px;
	text-align: right;
}
.page-with-top-menu {
	padding-top: 106px;
}
.page-with-top-menu .sidebar {
	padding-top: 106px;
}
.top-menu {
	background: #007E84!important;
	height: 48px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0;
	z-index: 10;

	position: fixed;
    top: 62px;
    left: 0;
    right: 0;
}
.top-menu .nav {
	white-space: nowrap;
	display: block;
}
.top-menu .nav > li {
	display: inline-block;
	position: relative;
}
.top-menu .nav > li + li {
	margin-left: -3px;
}
.top-menu .nav > li > a {
	padding: 13px 20px;
	color: #FFF;
	display: block;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
}
.top-menu.no-focus .nav > li > a {
	color: #007E84;
}


.top-menu .nav > li.has-sub > a span{
	margin-left: 10px;
	font-size: 14px;
}
.top-menu .nav > li.has-sub .sub-menu li > a span{
	font-size: 14px;
}
.top-menu .nav > li.has-sub:hover{
	border-radius: 2px!important;
	background: rgba(0, 0, 0, 0.35) !important;
}
.top-menu .nav > li.has-sub.active {
	border-radius: 2px!important;
	background: rgba(0, 0, 0, 0.35) !important;
}

.top-menu .nav > li.active > a{
	background: transparent !important;
}

.top-menu li > a .caret {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	border: none;
}
.top-menu li > a .caret:before {
	content: "\f0d7";
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	opacity: 0.5;
}
.top-menu .nav > li > a .badge,
.top-menu .nav > li > a .label {
	margin-left: 5px;
}
.top-menu .nav > li > a .badge {
	background: #1b1f24;
}
.top-menu .nav > li > a .icon-img {
	float: left;
	margin-right: 7px;
	width: 20px;
	height: 20px;
	margin-left: -3px;
	overflow: hidden;
	border-radius: 4px;
}
.top-menu .nav > li > a .icon-img img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.top-menu .nav > li > a .badge.pull-right,
.top-menu .nav > li > a .label.pull-right {
	margin-top: 1px;
}
.top-menu .nav > li.active > a .label.label-theme,
.top-menu .nav > li.active > a .badge {
	background: rgba(0, 0, 0, 0.4);
}
.top-menu .nav > li > a i {
	float: left;
	font-size: 18px;
	margin-right: 10px;
	margin-top: -2px;
	margin-bottom: -2px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	color: #FFF;
}
.top-menu .nav > li > a i.fa-caret-down {
	float: right;
    margin-left: 10px;
    margin-right: 0px;
    font-size: 19px;
}
.top-menu .nav > li.active > a i {
	color: #fff;
}
.top-menu .nav > li > a .caret.pull-right {
	margin-top: 8px;
	margin-left: 5px;
}
.top-menu .nav > li:hover > a,
.top-menu .nav > li:focus > a,
.top-menu .nav > li > a:hover,
.top-menu .nav > li > a:focus {
	background: #f7f7f7;
}
.option-sub-menu, .option-sub-menu:focus {
	background: #37474f!important;
}
option-sub-menu

.top-menu .nav .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	width: 220px;
	top: 100%;
	background: #3f4257;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
.top-menu .sub-menu > li > a {
	padding: 5px 20px;
	display: block;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	position: relative;
}
.top-menu .nav .sub-menu > li > a .caret {
	margin-top: -1px;
}
.top-menu .sub-menu .sub-menu {
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	left: 0;
	top: 0;
}
.top-menu .sub-menu > li > a:hover,
.top-menu .sub-menu > li > a:focus,
.top-menu .sub-menu > li.active > a,
.top-menu .sub-menu > li.active > a:hover,
.top-menu .sub-menu > li.active > a:focus {
	color: #fff;
}
.top-menu .nav > li.has-sub:hover > .sub-menu {
	display: block;
}
.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:hover,
.top-menu .nav > li.active > a:focus {
	background: #222;
	color: #fff;
}
.top-menu .nav > li.menu-control {
	position: absolute;
	top: 0;
	width: 46px;
	background: #37474f;
	height: 46px;
	margin: 0;
}
.top-menu .nav > li.menu-control > a {
	padding: 0;
	text-align: center;
	line-height: 46px;
}
.top-menu .nav > li.menu-control > a i {
	float: none;
	margin: 0;
	font-size: 24px;
	display: block;
	line-height: 46px;
	color: #fff;
	width: auto;
}
.top-menu .nav > li.menu-control.menu-control-left {
	left: -50px;
}
.top-menu .nav > li.menu-control.menu-control-right {
	right: -50px;
}
@keyframes slideInLeft {
	from {
		left: -50px;
	}
	to {
		left: 0;
	}
}
@-webkit-keyframes slideInLeft {
	from {
		left: -50px;
	}
	to {
		left: 0;
	}
}
@keyframes slideInRight {
	from {
		right: -50px;
	}
	to {
		right: 0;
	}
}
@-webkit-keyframes slideInRight {
	from {
		right: -50px;
	}
	to {
		right: 0;
	}
}
.top-menu .nav > li.menu-control.menu-control-left.show {
	-webkit-animation: slideInLeft 0.2s;
	animation: slideInLeft 0.2s;
	left: 0;
}
.top-menu .nav > li.menu-control.menu-control-right.show {
	-webkit-animation: slideInRight 0.2s;
	animation: slideInRight 0.2s;
	right: 0;
}
.top-menu .nav > li.menu-control.menu-control-left > a {
	box-shadow: 5px 0 8px -3px rgba(0, 0, 0, 0.5);
}
.top-menu .nav > li.menu-control.menu-control-right > a {
	box-shadow: -5px 0 8px -3px rgba(0, 0, 0, 0.5);
}

.form-control {
	box-shadow: none;
	font-size: 13px;
	line-height: 1.42857143;
	height: 41px;
	padding: 6px 12px;
	color: #666 !important;
	border: 1px solid #8c9499;
}
.form-control:focus,
.form-control.focus,
.form-control.input-white:focus,
.form-control.input-white.focus {
	border-color: #5db0ff;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3);
}
.form-control.form-control-with-bg,
.form-control-with-bg .form-control {
	background: #f5f5f5;
}
.form-control.input-lg,
.form-control.form-control-lg {
	font-size: 14px;
}
.form-control.input-xs {
	height: 20px;
}
.form-control.input-inline {
	display: inline;
	width: auto;
	padding: 0 7px;
}
.form-control.input-white {
	background: #fff;
	border-color: #fff;
}
.form-control.inverse-mode {
	background: url(images/transparent/white-0.2.png);
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}
.form-control.inverse-mode {
	border-color: transparent;
}
.form-control.inverse-mode:focus {
	border-color: transparent;
	box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.5);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #e0e0e0;
	opacity: 0.6;
	font-weight: 500;
	color: #000;
}
.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus {
	box-shadow: none;
	border: 1px solid #ccc;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	opacity: 0.6;
}
.form-control-plaintext {
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 0;
	line-height: 1.42857143;
	padding: 6px 0;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}
select.form-control:not([size]):not([multiple]) {
	height: 41px;
}

select[multiple],
select[size],
textarea.form-control {
	height: auto;
}
.col-form-label,
.row.form-group > .col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
select.form-control-lg:not([size]):not([multiple]) {
	height: 46px;
	padding: 10px 16px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
select.form-control-sm:not([size]):not([multiple]) {
	height: 30px;
	padding: 5px 10px;
	line-height: 1.5;
	border-radius: 3px;
	font-size: 13px;
}
.input-group .form-control:last-child,
.input-group-addon:first-child,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group
	> .input-group-append:last-child
	> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
	> .input-group-append:last-child
	> .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-addon:last-child,
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
	> .input-group-prepend:first-child
	> .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	font-size: 14px;
}
.form-horizontal .control-label,
.form-horizontal .col-form-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: left;
}
.form-horizontal.form-horizontal-text-right .control-label,
.form-horizontal.form-horizontal-text-right .col-form-label {
	text-align: right;
}
.form-horizontal [class*="col-"] {
	position: initial;
}
.form-horizontal.form-bordered .form-group {
	/* border-bottom: 1px solid #eee; */
	margin: 0;
}
.form-horizontal.form-bordered .form-group:last-child {
	border-bottom: 0;
}
.form-horizontal.form-bordered .form-group > .control-label,
.form-bordered .form-group > .col-form-label {
	padding: 22px 15px 15px;
}
/* .form-horizontal.form-bordered .form-group > div {
	padding: 15px;
} */
.form-horizontal.form-bordered .form-group > div {
	/* border-left: 1px solid #eee; */
}
.form-horizontal.form-bordered .form-group > .control-label {
	border-right: 1px solid #eee;
	margin-right: -1px;
}
.form-horizontal.form-bordered .has-feedback .form-control-feedback {
	top: 15px;
}
.form-check {
	padding-top: 7px;
}
.form-inline .form-check {
	padding-top: 0;
}
.form-check-input {
	margin-top: 2px;
}
.form-check-input:disabled ~ .form-check-label {
	color: #7b7f83;
}
.valid-feedback,
.invalid-feedback {
	font-size: 90%;
}
.valid-tooltip,
.invalid-tooltip {
	font-size: 13px;
}
.valid-feedback,
.has-success .col-form-label,
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label,
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
	color: #009688;
}
.valid-tooltip {
	background: rgba(0, 150, 136, 0.8);
}
.has-success .form-control,
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
	border-color: #009688;
	box-shadow: none;
}
.has-success .form-control:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #009688;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(0, 150, 136, 0.3);
}
.has-success .input-group-addon {
	color: #025656;
	background-color: #bfe5e1;
	border-color: #00bcd4;
}
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label,
.has-warning .col-form-label,
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
	color: #c47d15;
}
.has-warning .form-control {
	border-color: #ff9800;
	box-shadow: none;
}
.has-warning .form-control:focus {
	border-color: #c47d15;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(245, 156, 26, 0.3);
}
.has-warning .input-group-addon {
	background-color: #fce1ba;
	color: #7b4e0e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label,
.invalid-feedback {
	color: #cc4946;
}
.has-error .form-control,
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
	border-color: #f44336;
	box-shadow: none;
}
.has-error .form-control:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #cc4946;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(244, 67, 54, 0.3);
}
.invalid-tooltip {
	background: rgba(244, 67, 54, 0.8);
}
.has-error .input-group-addon {
	background-color: #fcd0cd;
	color: #802d2b;
}
.form-control-feedback {
	line-height: 34px;
}
.input-group-addon {
	padding: 9px 12px 0px;
	font-size: 14px;
	font-weight: 400;
	color: #555;
	text-align: center;
	border-radius: 4px;
}
.input-group-addon:focus {
	outline: none !important;
}
.input-group-addon .glyphicon {
	position: relative;
	top: 1px;
}
.input-group-addon,
.input-group-text {
	background-color: #e0e0e0;
	border: none;
}
.input-group-text {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
	margin-left: 0;
}
legend {
	padding-bottom: 3px;
	border-bottom: 1px solid #e0e0e0;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.dropdown-menu {
	/* border: none;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.25); */
	font-size: 13px !important;
	padding: -0.5rem 0 !important;
}
.dropdown-menu > li > a,
.dropdown-item {
	display: block;
	padding: 5px 15px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
	color: white !important;
    background-color: #007E84;
}
.dropdown-menu .divider,
.dropdown-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu .divider {
	border-color: #e5e5e5;
}
.dropdown-menu.media-list {
	max-width: 360px;
	padding: 0;
}
.dropdown-menu.media-list p {
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 16px;
	max-width: 270px;
	color: #585c61;
}
.dropdown-menu.media-list .dropdown-header {
	padding: 10px 15px !important;
	background: #3f51b5;
	font-size: 10px;
	color: #fff;
}
.dropdown-menu.media-list .dropdown-header + .media {
	margin-top: -10px;
}
.dropdown-menu.media-list > .media {
	margin-top: 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: -1px;
}
.dropdown-menu.media-list > .media > a {
	display: block;
	padding: 10px 15px !important;
	clear: both;
	white-space: nowrap;
}
.dropdown-menu.media-list > .media > a:hover,
.dropdown-menu.media-list > .media > a:focus {
	background: #f9f9f9;
}
.dropdown-menu.media-list > .media .media-left {
	padding-right: 10px;
}
.dropdown-menu.media-list > .media .media-right {
	padding-left: 10px;
}
.dropdown-menu.media-list > .media .media-object {
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
}
.dropdown-menu-module-right.dropdown-menu.media-list > .media .media-object {
	height: 38px;
	width: 38px;
	line-height: 38px;
}
.navbar-user .dropdown-menu.media-list > .media .media-object {
	color: #3e4444;
}
.navbar-user .dropdown-menu.media-list > .media .media-body {
	vertical-align: middle;
	padding: 10px;
}

.dropdown-menu.media-list > .media .media-object-icon {
	position: absolute;
	margin-left: 30px;
	border: 2px solid #fff;
	border-radius: 40px;
	background: #fff;
	margin-top: -11px;
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
}
.dropdown-footer {
	padding: 10px 15px;
}
.dropdown-menu > li.dropdown-footer > a {
	padding: 0 !important;
	display: inline !important;
}
.dropdown-menu > li.dropdown-footer > a:hover,
.dropdown-menu > li.dropdown-footer > a:focus {
	background: none !important;
	text-decoration: underline !important;
}
.dropdown-toggle::after {
	/* font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f078" !important;
    border-bottom: none !important;
    color: rgb(74 81 84) !important;
    font-size: 13px !important;
    display: contents !important; */
}
.dropdown-toggle.no-caret:after {
	display: none;
}
.tooltip-inner {
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 3px;
}
.alert {
	border: none;
	padding: 15px;
}
.alert.alert-success {
	background: #bfe5e1;
	color: #004b44;
}
.alert.alert-info {
	background: #bfeef4;
	color: #005e6a;
}
.alert.alert-danger {
	background: #fcd0cd;
	color: #7a221b;
}
.alert.alert-warning {
	background: #ffe5bf;
	color: #804c00;
}
.alert.alert-primary {
	background: #c2ddf7;
	color: #114b7a;
}
.alert.alert-dark {
	background: #c7c7c7;
	color: #111111;
}
.alert.alert-secondary {
	background: #edeeef;
	color: #656a6b;
	font-weight: bold;
}
.alert.alert-light {
	background: #fff;
	color: #666;
}
.alert.alert-purple {
	background: #e6c9eb;
	color: #4e1458;
}
.alert.alert-yellow {
	background: #fffce8;
	color: #806d00;
}
.alert.alert-lime {
	background: #e2f0d2;
	color: #466225;
}

.alert.alert-success .alert-link {
	color: #002622;
}
.alert.alert-info .alert-link {
	color: #002f35;
}
.alert.alert-danger .alert-link {
	color: #3d110e;
}
.alert.alert-warning .alert-link {
	color: #402600;
}
.alert.alert-primary .alert-link {
	color: #08263d;
}
.alert.alert-dark .alert-link {
	color: #080808;
}
.alert.alert-secondary .alert-link {
	color: #282828;
}
.alert.alert-light .alert-link {
	color: #212121;
}
.alert.alert-purple .alert-link {
	color: #270a2c;
}
.alert.alert-yellow .alert-link {
	color: #403600;
}
.alert.alert-lime .alert-link {
	color: #233113;
}
.note {
	margin-bottom: 20px;
	padding: 15px;
	border-left: 3px solid;
	position: relative;
	border-radius: 10px;
	border: 1px solid #007E84;
}
.panel > .note {
	border-radius: 0;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
	color: inherit;
}
.note .note-icon {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80px;
	font-size: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 9px;
}
.note .note-icon > i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -28px;
}
.note .note-icon + .note-content {
	margin-left: 85px;
}
.note.note-with-right-icon {
	border-left: none;
	border-right: 3px solid;
}
.note.note-with-right-icon .note-icon {
	left: auto;
	right: 0;
}
.note.note-with-right-icon .note-content {
	margin-left: 0;
	margin-right: 85px;
}
.note.note-danger {
	border-color: #fd6a5f;
	background: #fbe3e1;
	color: #7a221b;
}
.note.note-danger .note-icon {
	background: #fd6a5f;
}
.note.note-warning {
	border-color: #f9b147;
	background: #f5e7d2;
	color: #804c00;
}
.note.note-warning .note-icon {
	background: #f9b147;
}
.note.note-yellow {
	border-color: #ffeb3b;
	background: #ffface;
	color: #806d00;
}
.note.note-yellow .note-icon {
	background: #ffeb3b;
}
.note.note-lime {
	border-color: #8bc34a;
	background: #e2f0d2;
	color: #466225;
}
.note.note-lime .note-icon {
	background: #8bc34a;
}
.note.note-success {
	border-color: #007E84;
	background: #E7EDEE;
	color: #004b44;
}
.note.note-success .note-icon {
	background: #007E84;
	color: #fff;
}
.note.note-primary {
	border-color: #2196f3;
	background: #E7EDEE;
	color: #114b7a;
}
.note.note-primary .note-icon {
	background: #2196f3;
}
.note.note-info {
	border-color: #00bcd4;
	background: #E7EDEE;
	color: #005e6a;
}
.note.note-info .note-icon {
	background: #00bcd4;
}
.note.note-purple {
	border-color: #9c27b0;
	background: #E7EDEE;
	color: #4e1458;
}
.note.note-purple .note-icon {
	background: #9c27b0;
}
.note.note-dark,
.note.note-inverse {
	border-color: #212121;
	background: #c7c7c7;
	color: #111111;
}
.note.note-dark .note-icon,
.note.note-inverse .note-icon {
	background: #212121;
}
.note.note-secondary,
.note.note-default {
	border-color: #9e9e9e;
	background: #e7e7e7;
	color: #4f4f4f;
}
.note.note-secondary .note-icon,
.note.note-default .note-icon {
	background: #9e9e9e;
}
.note.note-light {
	border-color: #f5f5f5;
	background: #fff;
	color: #666;
}
.note.note-light .note-icon {
	background: #f5f5f5;
}
.badge {
	font-size: 75%;
	line-height: 1.25;
	font-weight: 600;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.label {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 75%;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}
.badge.badge-square {
	border-radius: 0;
}
.badge.badge-default,
.label.label-default {
	background: #f5f5f5;
	color: #212121;
}
.badge.badge-danger,
.label.label-danger {
	background: #f44336;
}
.badge.badge-warning,
.label.label-warning {
	background: #ff9800;
}
.badge.badge-success,
.label.label-success {
	background: #009688;
}
.badge.badge-info,
.label.label-info {
	background: #00bcd4;
}
.badge.badge-primary,
.label.label-primary {
	background: #2196f3;
}
.badge.badge-secondary,
.label.label-secondary {
	background: #bdbdbd;
}
.badge.badge-lime,
.label.label-lime {
	background: #8bc34a;
}
.badge.badge-yellow,
.label.label-yellow {
	background: #ffeb3b;
	color: #000;
}
.badge.badge-purple,
.label.label-purple {
	background: #9c27b0;
}
.badge.badge-light,
.label.label-light {
	background: #fff;
	color: #666;
}
.badge.badge-inverse,
.label.label-inverse,
.badge.badge-dark,
.label.label-dark {
	background: #212121;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager:before,
.pager:after {
	content: "";
	display: table;
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	text-decoration: none;
}
.pager li > a,
.pager li > span,
.pagination > li > a {
	border-color: #dadfe2;
	color: #000;
}
/* .pager .previous > a,
.pager .previous > span {
	float: left;
} */
/* .pager .next > a,
.pager .next > span {
	float: right;
} */
.pager.pager-without-border li > a,
.pager.pager-without-border li > span,
.pagination.pagination-without-border > li > a {
	border-color: #fff;
}
.pager > .disabled > span,
.pager > .disabled > a,
.pager > .disabled > a:hover,
.pager > .disabled > a:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus,
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus {
	opacity: 0.6;
	border-color: #ddd;
	background: #fff;
	cursor: not-allowed;
}
.pagination > li > a {
	display: inline-block;
	color: #000;
	margin-left: 5px;
	padding: 6px 12px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	text-decoration: none;
	border-radius: 6px !important;
}
.pagination > li:first-child > a {
	margin-left: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span,
.pagination-sm .page-link {
	font-size: 10px;
	margin-left: 4px;
	padding: 5px 10px;
	line-height: 1.5;
}
.pagination-lg > li > a,
.pagination-lg > li > span,
.pagination-lg .page-link {
	font-size: 14px;
	margin-left: 6px;
	padding: 10px 16px;
	line-height: 1.3333333;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > span:hover,
.pager li > span:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
	color: #000;
	background: #f5f5f5;
	border-color: #dadfe2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background: #aab5bb !important;
	border-color: #aab5bb !important;
	color: #fff !important;
}
.progress {
	box-shadow: none;
	background: #e2e7eb;
}
.progress-bar {
	background-color: #2196f3;
	box-shadow: none;
}
.progress-xs {
	height: 5px;
}
.progress-sm {
	height: 10px;
}
.progress-lg {
	height: 30px;
}
.progress-xs .progress-bar {
	line-height: 5px;
}
.progress-sm .progress-bar {
	line-height: 10px;
}
.progress-lg .progress-bar {
	line-height: 30px;
}
.nav > li > a {
	color: #666;
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: #333;
	background: #fafafa;
}
.nav-tabs {
	/*background: #E0E0E0;*/
	border-radius: 5px 5px 0 0;
}
.nav-tabs-inverse > .nav-tabs,
.nav-tabs.nav-tabs-inverse {
	background: #000;
}
.nav-tabs .nav-link {
	padding: 10px 15px;
	/*border-left: 5px solid #ffffff!important;*/
}
.nav-tabs > li > a {
	margin-right: 5px;
	line-height: 20px;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 3px 3px 0 0;
}
.nav-tabs,
.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: none !important;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	color: #000;
}
.nav-tabs.nav-tabs-inverse > li.active > a,
.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav-tabs.nav-tabs-inverse > li.active > a:focus,
.nav-tabs.nav-tabs-inverse .nav-link.active,
.nav-tabs.nav-tabs-inverse .nav-link.active:hover,
.nav-tabs.nav-tabs-inverse .nav-link.active:focus,
.nav-tabs.nav-tabs-inverse .nav-item.show .nav-link {
	color: #000;
	background: #fff;
}
.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav-tabs.nav-tabs-inverse > li > a:focus,
.nav-tabs.nav-tabs-inverse .nav-link:hover,
.nav-tabs.nav-tabs-inverse .nav-link:focus {
	color: #fff;
	background: none;
}
.nav-tabs .nav-item,
.nav-tabs > li,
.nav-tabs.nav-justified > li {
	margin-bottom: 0;
}
.nav-pills {
	margin-bottom: 10px;
}
.nav-pills > li > a.active,
.nav-pills > li > a.active:focus,
.nav-pills > li > a.active:hover {
	border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
	background: #F3F4F9 !important;
	color: rgb(98, 113, 121);
}
.nav-pills > li > a,
.nav-pills .nav-link {
	padding: 10px 15px;
	border-radius: 3px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background: #000;
	color: #fff;
}
.nav.nav-pills.nav-sm > li {
	margin: 0 0 3px;
}
.nav.nav-pills.nav-sm > li a {
	padding: 8px 10px;
	line-height: 1.5;
}
.nav-pills > li + li {
	margin-left: 5px;
}
.nav-stacked > li + li {
	margin-left: 0;
	margin-top: 5px;
}
.tab-content {
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	border-width: 1px!important;
    border-color: transparent!important;
	border-style: solid!important;
	box-shadow: 0 1px 3px #c5cad9;
}
.nav-tabs + .tab-content {
	border-radius: 0 0 3px 3px;
}
.panel-title a {
	display: block;
}
.panel-title > a:hover,
.panel-title > a:focus {
	text-decoration: none;
}
.btn {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	padding: 6px 12px;
	transition: all 0.1s ease-in-out;
	outline: none !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 4px 4px -2px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}
.btn-group {
	/* border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 4px 4px -2px rgba(0, 0, 0, 0.2); */
}
.selectpicker1{
	border: 1px solid #ced4da !important;
    border-radius: 5px;
}
.btn-group .btn,
.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.btn:focus,
.btn:active:focus,
.btn:active,
.btn:hover:active,
.btn.active,
.btn.active:active {
	outline: none;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}
.btn-group .btn:hover {
	box-shadow: none !important;
}
.btn-block {
	padding-left: 12px;
	padding-right: 12px;
}
.btn.btn-sm {
	font-size: 13px;
	line-height: 16px;
	padding: 5px 10px;
}
.btn.btn-xs {
	font-size: 13px;
	line-height: 18px;
	padding: 1px 5px;
}
.btn[class*="btn-gradient-"] {
	transition: background 0.1s linear;
}
.btn.btn-lg,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-prepend > .btn {
	font-size: 16px;
	line-height: 24px;
	padding: 10px 16px;
}
.btn-icon,
.btn.btn-icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
}
.btn-circle,
.btn.btn-circle {
	border-radius: 100px;
}
.btn-icon.btn-xs {
	width: 16px;
	height: 16px;
	font-size: 8px;
	line-height: 16px;
}
.btn-icon.btn-sm {
	width: 22px;
	height: 22px;
	font-size: 11px;
	line-height: 22px;
}
.btn.btn-icon.btn-lg {
	width: 34px;
	height: 34px;
	font-size: 17px;
	line-height: 34px;
}
.btn-scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 25px;
	z-index: 1020;
	font-size: 23px !important;
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.btn-scroll-to-top i {
	line-height: 40px;
}
.page-with-right-sidebar .btn-scroll-to-top {
	left: 25px;
	right: auto;
}
.btn > .pull-left,
.btn > .pull-right {
	line-height: 1.428571429;
}
.input-group-prepend .btn {
	border-right: 1px solid;
}
.input-group-append .btn {
	border-left: 1px solid;
}
.btn.btn-default,
.btn.btn-default.disabled,
.btn.btn-default.disabled:hover,
.btn.btn-default.disabled:focus,
.btn.btn-default[disabled],
.btn.btn-default[disabled]:hover,
.btn.btn-default[disabled]:focus {
	color: #212121;
	background: #fff !important;
	border-color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.show > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active {
	background: #eee;
	border-color: #eee;
}
.input-group-append .btn.btn-default,
.btn-group .btn.btn-default:not(.active) + .btn.btn-default,
.input-group-btn .btn.btn-default:not(.active) + .btn.btn-default {
	border-left-color: #eee;
}
.input-group-prepend .btn.btn-default {
	border-right-color: #eee;
}
.btn.btn-white,
.btn.btn-white.disabled,
.btn.btn-white.disabled:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled],
.btn.btn-white[disabled]:hover,
.btn.btn-white[disabled]:focus {
	color: #212121;
	background: #fff;
	border-color: #fff;
}
.btn.btn-white.btn-white-without-border {
	border-color: #fff;
}
.btn.btn-white.btn-white-without-border.active,
.btn.btn-white.btn-white-without-border.active:hover,
.btn.btn-white.btn-white-without-border.active:focus {
	border-color: #eee;
}
.btn.btn-white.btn-white-without-border:hover,
.btn.btn-white.btn-white-without-border:focus {
	border-color: #eee;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.active:hover,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:active:hover,
.show > .btn-white.dropdown-toggle,
.open > .dropdown-toggle.btn-white,
.open > .dropdown-toggle.btn-white:hover,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active {
	background: #eee;
	border-color: #eee;
}
.input-group-append .btn.btn-white,
.btn-group .btn.btn-white:not(.active) + .btn.btn-white,
.input-group-btn .btn.btn-white:not(.active) + .btn.btn-white {
	border-left-color: #eee;
}
.input-group-prepend .btn.btn-white {
	border-right-color: #eee;
}
.btn.btn-inverse,
.btn.btn-inverse.disabled,
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse.disabled:focus,
.btn.btn-inverse[disabled],
.btn.btn-inverse[disabled]:hover,
.btn.btn-inverse[disabled]:focus {
	color: #fff;
	background: #212121;
	border-color: #212121;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.active.focus,
.btn-inverse.active:focus,
.btn-inverse.active:hover,
.btn-inverse:active.focus,
.btn-inverse:active:focus,
.btn-inverse:active:hover,
.show > .btn-inverse.dropdown-toggle,
.open > .dropdown-toggle.btn-inverse,
.open > .dropdown-toggle.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:not(:disabled):not(.disabled).active,
.btn-inverse:not(:disabled):not(.disabled):active {
	background: #37474f;
	border-color: #37474f;
}
.input-group-append .btn,
.btn-group .btn.btn-inverse:not(.active) + .btn.btn-inverse,
.input-group-btn .btn.btn-inverse:not(.active) + .btn.btn-inverse {
	border-left-color: #424242;
}
.input-group-prepend .btn {
	border-right-color: #424242;
}
.btn.btn-primary,
.btn.btn-primary.disabled,
.btn.btn-primary.disabled:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled],
.btn.btn-primary[disabled]:hover,
.btn.btn-primary[disabled]:focus {
	color: #fff;
	background: #2196f3;
	border-color: #2196f3;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.show > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	background: #42a5f5;
	border-color: #42a5f5;
}
.input-group-append .btn.btn-primary,
.btn-group .btn.btn-primary:not(.active) + .btn.btn-primary,
.input-group-btn .btn.btn-primary:not(.active) + .btn.btn-primary {
	border-left-color: #42a5f5;
}
.input-group-prepend .btn.btn-primary {
	border-right-color: #42a5f5;
}
.btn.btn-success,
.btn.btn-success.disabled,
.btn.btn-success.disabled:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled],
.btn.btn-success[disabled]:hover,
.btn.btn-success[disabled]:focus {
	color: #fff;
	background: #009688;
	border-color: #009688;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.show > .btn-success.dropdown-toggle,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	background: #26a69a;
	border-color: #26a69a;
}
.input-group-append .btn.btn-success,
.btn-group .btn.btn-success:not(.active) + .btn.btn-success,
.input-group-btn .btn.btn-success:not(.active) + .btn.btn-success {
	border-left-color: #26a69a;
}
.input-group-prepend .btn.btn-success {
	border-right-color: #26a69a;
}
.btn.btn-warning,
.btn.btn-warning.disabled,
.btn.btn-warning.disabled:hover,
.btn.btn-warning.disabled:focus,
.btn.btn-warning[disabled],
.btn.btn-warning[disabled]:hover,
.btn.btn-warning[disabled]:focus {
	color: #fff;
	background: #ff9800;
	border-color: #ff9800;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.show > .btn-warning.dropdown-toggle,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	background: #ffa726;
	border-color: #ffa726;
}
.input-group-append .btn.btn-warning,
.btn-group .btn.btn-warning:not(.active) + .btn.btn-warning,
.input-group-btn .btn.btn-warning:not(.active) + .btn.btn-warning {
	border-left-color: #ffa726;
}
.input-group-prepend .btn.btn-warning {
	border-right-color: #ffa726;
}
.btn.btn-danger,
.btn.btn-danger.disabled,
.btn.btn-danger.disabled:hover,
.btn.btn-danger.disabled:focus,
.btn.btn-danger[disabled],
.btn.btn-danger[disabled]:hover,
.btn.btn-danger[disabled]:focus {
	color: #fff;
	background: #f44336;
	border-color: #f44336;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.show > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	background: #ef5350;
	border-color: #ef5350;
}
.input-group-append .btn.btn-danger,
.btn-group .btn.btn-danger:not(.active) + .btn.btn-danger,
.input-group-btn .btn.btn-danger:not(.active) + .btn.btn-danger {
	border-left-color: #ef5350;
}
.input-group-prepend .btn.btn-danger {
	border-right-color: #ef5350;
}
.btn.btn-info,
.btn.btn-info.disabled,
.btn.btn-info.disabled:hover,
.btn.btn-info.disabled:focus,
.btn.btn-info[disabled],
.btn.btn-info[disabled]:hover,
.btn.btn-info[disabled]:focus {
	color: #fff;
	/*background: #00BCD4;*/
	/*border-color: #00BCD4;*/
	border-color: rgba(6, 109, 112, 1);
	background: linear-gradient(
		0deg,
		rgba(6, 109, 112, 1) 48%,
		rgba(22, 141, 147, 1) 100%
	);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.show > .btn-info.dropdown-toggle,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	/*background: #26C6DA;
	border-color: #26C6DA;*/
	border-color: rgba(6, 109, 112, 1);
	background: linear-gradient(
		0deg,
		rgb(9, 131, 134) 48%,
		rgb(25, 160, 167) 100%
	);
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.active.focus,
.btn-red.active:focus,
.btn-red.active:hover,
.btn-red:active.focus,
.btn-red:active:focus,
.btn-red:active:hover,
.show > .btn-red.dropdown-toggle,
.open > .dropdown-toggle.btn-red,
.open > .dropdown-toggle.btn-red:hover,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active {
	/*background: #26C6DA;
	border-color: #26C6DA;*/
	border-color: rgba(6, 109, 112, 1);
}
.input-group-append .btn.btn-info,
.btn-group .btn.btn-info:not(.active) + .btn.btn-info,
.input-group-btn .btn.btn-info:not(.active) + .btn.btn-info {
	border-left-color: #26c6da;
}
.input-group-prepend .btn.btn-info {
	border-right-color: #26c6da;
}

.input-group-append .btn.btn-red
.btn-group .btn.btn-red:not(.active) + .btn.btn-red
.input-group-btn .btn.btn-red:not(.active) + .btn.btn-red {
	border-left-color: #26c6da;
}
.input-group-prepend .btn.btn-red {
	border-right-color: #26c6da;
}
.btn.btn-purple,
.btn.btn-purple.disabled,
.btn.btn-purple.disabled:hover,
.btn.btn-purple.disabled:focus,
.btn.btn-purple[disabled],
.btn.btn-purple[disabled]:hover,
.btn.btn-purple[disabled]:focus {
	color: #fff;
	background: #9c27b0;
	border-color: #9c27b0;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.active.focus,
.btn-purple.active:focus,
.btn-purple.active:hover,
.btn-purple:active.focus,
.btn-purple:active:focus,
.btn-purple:active:hover,
.show > .btn-purple.dropdown-toggle,
.open > .dropdown-toggle.btn-purple,
.open > .dropdown-toggle.btn-purple:hover,
.open > .dropdown-toggle.btn-purple:focus,
.btn-purple:not(:disabled):not(.disabled).active,
.btn-purple:not(:disabled):not(.disabled):active {
	background: #ab47bc;
	border-color: #ab47bc;
}
.input-group-append .btn.btn-purple,
.btn-group .btn.btn-purple:not(.active) + .btn.btn-purple,
.input-group-btn .btn.btn-purple:not(.active) + .btn.btn-purple {
	border-left-color: #ab47bc;
}
.input-group-prepend .btn.btn-purple {
	border-right-color: #ab47bc;
}
.btn.btn-yellow,
.btn.btn-yellow.disabled,
.btn.btn-yellow.disabled:hover,
.btn.btn-yellow.disabled:focus,
.btn.btn-yellow[disabled],
.btn.btn-yellow[disabled]:hover,
.btn.btn-yellow[disabled]:focus {
	color: #000;
	background: #ffeb3b;
	border-color: #ffeb3b;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.active.focus,
.btn-yellow.active:focus,
.btn-yellow.active:hover,
.btn-yellow:active.focus,
.btn-yellow:active:focus,
.btn-yellow:active:hover,
.show > .btn-yellow.dropdown-toggle,
.open > .dropdown-toggle.btn-yellow,
.open > .dropdown-toggle.btn-yellow:hover,
.open > .dropdown-toggle.btn-yellow:focus,
.btn-yellow:not(:disabled):not(.disabled).active,
.btn-yellow:not(:disabled):not(.disabled):active {
	background: #ffee58;
	border-color: #ffee58;
}
.input-group-append .btn.btn-yellow,
.btn-group .btn.btn-yellow:not(.active) + .btn.btn-yellow,
.input-group-btn .btn.btn-yellow:not(.active) + .btn.btn-yellow {
	border-left-color: #ffee58;
}
.input-group-prepend .btn.btn-yellow {
	border-right-color: #ffee58;
}
.btn.btn-grey,
.btn.btn-grey.disabled,
.btn.btn-grey.disabled:hover,
.btn.btn-grey.disabled:focus,
.btn.btn-grey[disabled],
.btn.btn-grey[disabled]:hover,
.btn.btn-grey[disabled]:focus {
	color: #fff;
	background: #9e9e9e;
	border-color: #9e9e9e;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.btn-grey.active.focus,
.btn-grey.active:focus,
.btn-grey.active:hover,
.btn-grey:active.focus,
.btn-grey:active:focus,
.btn-grey:active:hover,
.show > .btn-grey.dropdown-toggle,
.open > .dropdown-toggle.btn-grey,
.open > .dropdown-toggle.btn-grey:hover,
.open > .dropdown-toggle.btn-grey:focus,
.btn-grey:not(:disabled):not(.disabled).active,
.btn-grey:not(:disabled):not(.disabled):active {
	background: #bdbdbd;
	border-color: #bdbdbd;
}
.input-group-append .btn.btn-grey,
.btn-group .btn.btn-grey:not(.active) + .btn.btn-grey,
.input-group-btn .btn.btn-grey:not(.active) + .btn.btn-grey {
	border-left-color: #bdbdbd;
}
.input-group-prepend .btn.btn-grey {
	border-right-color: #bdbdbd;
}
.btn.btn-lime,
.btn.btn-lime.disabled,
.btn.btn-lime.disabled:hover,
.btn.btn-lime.disabled:focus,
.btn.btn-lime[disabled],
.btn.btn-lime[disabled]:hover,
.btn.btn-lime[disabled]:focus {
	color: #fff;
	background: #8bc34a;
	border-color: #8bc34a;
}
.btn-lime:hover,
.btn-lime:focus,
.btn-lime:active,
.btn-lime.active,
.btn-lime.active.focus,
.btn-lime.active:focus,
.btn-lime.active:hover,
.btn-lime:active.focus,
.btn-lime:active:focus,
.btn-lime:active:hover,
.show > .btn-lime.dropdown-toggle,
.open > .dropdown-toggle.btn-lime,
.open > .dropdown-toggle.btn-lime:hover,
.open > .dropdown-toggle.btn-lime:focus,
.btn-lime:not(:disabled):not(.disabled).active,
.btn-lime:not(:disabled):not(.disabled):active {
	background: #9ccc65;
	border-color: #9ccc65;
}
.input-group-append .btn.btn-lime,
.btn-group .btn.btn-lime:not(.active) + .btn.btn-lime,
.input-group-btn .btn.btn-lime:not(.active) + .btn.btn-lime {
	border-left-color: #9ccc65;
}
.input-group-prepend .btn.btn-lime {
	border-right-color: #9ccc65;
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 2px solid transparent!important;
	border: none;
	/* box-shadow: 0 2px 10px rgba(0,0,0,.15);*/

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	/*
	-webkit-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-moz-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-ms-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-o-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);

	*/
	padding-bottom: 0px;
}
.panel.selected{
	border: 2px solid #6a9898!important;
}
.panel .tab-content {
	border-radius: 0 0 3px 3px;
}
.panel > .table,
.panel > .tab-content {
	margin-bottom: 0;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading {
	padding: 10px 15px;
	border: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading + .table,
.panel-heading + .slimScrollDiv {
	border-top: 1px solid #eee;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #666 !important;
}
.panel-title > a,
.panel-title > small,
.panel-title > small > a,
.panel-title > .small,
.panel-title > .small > a {
	color: inherit;
}
.panel-heading-btn {
	float: right;
}
.panel-heading-btn > a {
	margin-left: 8px;
}
.panel-heading .btn-group .btn {
	margin-top: -7px;
}
.panel-heading .btn-group .btn.btn-sm {
	margin-top: -5px;
}
.panel-heading .btn-group .btn.btn-xs {
	margin-top: -1px;
}
.panel-heading .label.pull-left,
.panel-heading .label.pull-right {
	line-height: 15px;
}
.panel-heading .progress.pull-left,
.panel-heading .progress.pull-right {
	width: 40%;
	min-width: 120px;
}
.panel-heading + .alert {
	margin-bottom: 0;
	border-radius: 0;
}
.panel-heading .nav-tabs {
	margin-top: -10px;
	margin-right: -15px;
}
.panel-heading .nav-tabs > li > a {
	padding: 10px 15px;
	line-height: 20px;
}
.panel-with-tabs.panel-default .panel-heading {
	background: #e0e0e0;
	color: #333;
}
.panel-title {
	line-height: 20px;
	font-size: 13px;
}
.panel-title .pull-right {
	line-height: 20px;
}
.panel-title .accordion-toggle {
	margin: -10px -15px;
	padding: 10px 15px;
}
.panel-title .accordion-toggle.accordion-toggle-styled .fa:before {
	content: "\f056";
}
.panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before {
	content: "\f055";
}
.panel-toolbar {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px 15px;
	background: #fff;
}
.panel-toolbar + .form-control {
	margin: -1px 0 0;
	border-right: none;
	border-left: none;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px;
}
.panel-group .panel + .panel {
	margin-top: 5px;
}
.panel-body {
	padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.modal-body .panel-body {
	padding: 0px;
}
.panel-body:before,
.panel-body:after {
	content: "";
	display: table;
	clear: both;
}
.panel-body[class^="bg-"] {
	border-radius: 0 0 3px 3px;
}
.panel-body.no-border {
	border: none !important;
}
.panel-body.panel-form,
.panel-body.no-padding,
.panel-body.panel-table,
.panel-body.panel-full-width {
	padding: 20px !important;
}
.panel-body.with-table > .table {
	border: 0;
	margin: 0;
}
.panel-body.with-table > .table tr:last-child th,
.panel-body.with-table > .table tr:last-child td {
	border-bottom: 0;
}
.panel-footer {
	background: #fff;
	border-top: 1px solid #eee;
	padding: 10px 15px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.form-control + .panel-footer {
	border-top: none;
}
.panel-default > .panel-heading {
	background: #fafafa;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border-top: 1px solid #eee;
}
.panel-info > .panel-heading,
.panel-danger > .panel-heading,
.panel-inverse > .panel-heading,
.panel-success > .panel-heading,
.panel-warning > .panel-heading,
.panel-primary > .panel-heading {
	color: #fff;
}
.panel-inverse > .panel-heading {
	background: #000;
}
.panel-success > .panel-heading {
	background: #009688;
}
.panel-warning > .panel-heading {
	background: #c47d15;
}
.panel-danger > .panel-heading {
	background: #cc4946;
}
.panel-primary > .panel-heading {
	background: #2a72b5;
}
.panel-info > .panel-heading {
	background: #3a92ab;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
	border-bottom: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}
.panel.panel-no-rounded-corner .panel-body,
.panel.panel-no-rounded-corner .panel-footer,
.panel.panel-no-rounded-corner .panel-heading {
	border-radius: 0 !important;
}
.panel.panel-hover-icon .panel-heading .panel-heading-btn .btn i {
	visibility: hidden;
}
.panel.panel-hover-icon .panel-heading:hover .panel-heading-btn .btn i,
.panel.panel-hover-icon .panel-heading:focus .panel-heading-btn .btn i {
	visibility: visible;
}
.panel.panel-expand {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	overflow-x: scroll;
	z-index: 1080;
}
.panel-expand .header,
.panel-expand .sidebar,
.panel-expand .sidebar-bg {
	z-index: 0;
}
.panel.panel-expand,
.panel.panel-expand > .panel-body,
.panel.panel-expand > .panel-heading {
	border-radius: 0;
}
.panel-expand .height-xs,
.panel-expand .height-sm,
.panel-expand .height-md,
.panel-expand .height-lg,
.panel-expand .height-full {
	height: 100% !important;
}
.panel.panel-expand > .panel-heading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1020;
}
.panel.panel-expand > .panel-heading + div {
	margin-top: 40px;
}
.panel.panel-expand > .panel-heading .fa.fa-expand:before {
	content: "\f066";
}
.panel.panel-expand > .panel-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.panel-expand .content .row [class^="col-"] {
	position: inherit;
}
.panel-expand .content .panel.panel-expand .row > [class^="col-"] {
	position: relative;
}
.panel-expand .vertical-box .vertical-box-column {
	display: table-cell;
}
.panel-expand .page-content-full-height .content {
	-webkit-transform: none;
	transform: none;
}
.panel.panel-loading .panel-body {
	position: relative;
	z-index: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.panel.panel-loading .panel-body .panel-loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.9;
	-webkit-animation: fadeIn 0.2s;
	animation: fadeIn 0.2s;
	z-index: 1020;
	border-radius: 0 0 4px 4px;
}
.modal-content {
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.modal-header {
	padding: 10px 20px;
	border-bottom-color: #e2e7eb;
	background: #f4f7f9;
	border-radius: 15px 15px 0px 0px;
}
.modal-header .close {
	margin: -12px -15px -12px 0;
	padding: 12px 15px;
	line-height: 27px;
}
.modal-body {
	padding: 15px 20px;
}
.modal-footer {
	border-top-color: #e2e7eb;
	padding: 14px 15px 15px;
}
.modal-message .modal-dialog {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.modal-message .modal-content {
	border-radius: 0;
}
.modal-message .modal-body,
.modal-message .modal-header,
.modal-message .modal-footer {
	width: 60%;
	border: none;
	margin: 0 auto;
}
.modal-backdrop.fade.in {
	opacity: 0.5;
}
.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}
.media + .media {
	margin-top: 15px;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}
.media-list {
	padding-left: 0;
	list-style: none;
}
.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}
.media-body {
	width: 10000px;
}
.media .media-object {
	width: 128px;
}
.media.media-lg .media-object {
	width: 256px;
}
.media.media-sm .media-object {
	width: 64px;
}
.media.media-xs .media-object {
	width: 32px;
}
.media > .pull-left,
.media > .media-left {
	padding-right: 15px;
}
.media > .pull-right,
.media > .media-right {
	padding-left: 15px;
}
.media a:not(.btn):hover,
.media a:not(.btn):focus,
.media a:not(.btn):hover .media-heading,
.media a:not(.btn):focus .media-heading,
.media a:not(.btn).media-heading:hover,
.media a:not(.btn).media-heading:focus {
	color: #000;
	text-decoration: none;
}
.media-list.media-list-with-divider > li + li {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.table {
	border-color: #e0e0e0;
	border-radius: 3px;
	background: none;
}
.table.table-inverse {
	background: none;
}
.table thead th,
.table > thead > tr > th {
	color: #000;
	font-weight: 600;
	border-bottom: 1px solid #e4e4e4 !important;
}
.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-color: #f6f6f6;
	padding: 5px 15px;
}

.table > thead > tr > th,
.table > thead > tr > td {
	border-color: #f6f6f6;
	padding: 15px 15px;
}

/* .table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 7px 15px;
} */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
}
.table.table-inverse {
	color: rgba(255, 255, 255, 0.75);
}
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th {
	color: #fff;
}
.flat-black .table.table-inverse > thead > tr > th,
.table.table-inverse > thead > tr > th,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > tbody > tr > td,
.table.table-inverse > tfoot > tr > td {
	border-color: #444 !important;
	border-color: rgba(255, 255, 255, 0.15) !important;
	background: none !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 {
	background: #c0e9fc;
	border-color: #027fb7;
	color: #012a3d;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background: #bfe5e1;
	border-color: #007066;
	color: #004b44;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background: #fcd0cd;
	border-color: #b73228;
	color: #3d110e;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background: #ffe5bf;
	border-color: #bf7200;
	color: #402600;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background: #e7e7e7;
	border-color: #767676;
	color: #282828;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
	border-top: 0;
}
.table.table-bordered > thead:first-child > tr:first-child > td,
.table.table-bordered > thead:first-child > tr:first-child > th {
	border-top: 1px solid #f6f6f6;
}
.table .with-form-control .form-control,
.table .with-input-group .input-group {
	margin-top: -8px;
	margin-bottom: -8px;
}
.table-condensed .with-form-control .form-control,
.table-condensed .with-input-group .input-group {
	margin-top: -6px;
	margin-bottom: -5px;
}
.table .with-img img,
.table .with-btn .btn,
.table .with-btn-group .btn-group {
	margin-top: -8px;
	margin-bottom: -7px;
}
.table .with-checkbox .checkbox,
.table .with-radio .radio {
	margin: 0;
	padding: 0;
}
.table .with-checkbox .checkbox-css label,
.table .with-radio .radio-css label {
	min-height: inherit;
}
.table .with-checkbox .checkbox-css input + label:before,
.table .with-checkbox .checkbox-css input:checked + label:after,
.table .with-radio .radio-css input + label:before {
	top: 0;
}
.table .with-radio .radio-css input:checked + label:after {
	top: 5px;
}
.well {
	padding: 15px;
	background: #fff;
	box-shadow: none;
}
.well-sm {
	padding: 10px;
}
.well-lg {
	padding: 30px;
}
.jumbotron {
	background: #f5f5f5;
	border-radius: 6px;
}
.jumbotron h1,
.jumbotron .h1 {
	font-size: 56px;
}
.jumbotron p {
	font-size: 18px;
}
.list-group-item {
	padding: 10px 15px;
}
a.list-group-item,
button.list-group-item {
	color: #575d63;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background: #2196f3;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #000;
}
.nav-tabs.card-header-tabs {
	background: none;
	margin-bottom: -11px;
}
.carousel .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	margin-left: -15px;
}
.carousel .carousel-control.left .fa {
	margin-left: 15px;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #e83e8c;
	border-radius: 4px;
}
.inverse-mode code,
code.inverse-mode {
	background: #2e353c;
	color: #ffd900;
}
.popover {
	font-family: inherit;
	padding: 0;
	border: none;
	box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
}
.popover-title {
	padding: 10px 12px;
	background: #f5f5f5;
	border: none;
	font-size: 13px;
	line-height: 16px;
}
.popover-content {
	padding: 12px;
	min-width: 240px;
}
.popover > .arrow {
	border-color: transparent !important;
}
.caret {
	/* vertical-align: 1px;
	border-width: 4px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007"; */
}
.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
}
.list-inline > li {
	display: inline;
}
.list-inline > li + li {
	margin-left: 15px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e5e5e5;
    width: 100%!important;
}
blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #707478;
}
blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #e5e5e5;
	border-left: 0;
}
.close {
	margin-left: 15px;
	text-shadow: none;
	line-height: 14px;
}
.list-group-item {
	border-color: #e2e7eb;
}
.list-group-item.list-group-item-inverse {
	background: #212121;
	border-color: #000;
	color: #fff;
}
.list-group-item.list-group-item-inverse:hover,
.list-group-item.list-group-item-inverse:focus {
	color: #fff;
	background: #212121;
}
.list-group-item.list-group-item-inverse .label-inverse,
.list-group-item.list-group-item-inverse .badge-inverse {
	background: #212121;
	background: rgba(0, 0, 0, 0.4);
}
.material-icons {
	text-rendering: optimizeLegibility;
}
.checkbox.checkbox-css {
	position: relative;
	line-height: 16px;
	padding-top: 7px;
}
.checkbox.checkbox-css.checkbox-inline {
	padding-left: 0;
	display: inline-block;
}
.checkbox.checkbox-css.checkbox-inline
	+ .checkbox.checkbox-css.checkbox-inline {
	margin-left: 15px;
}
.checkbox.checkbox-css label {
	padding-left: 24px;
	margin: 0;
}
.checkbox.checkbox-css label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background: #e0e0e0;
}
.has-success .checkbox.checkbox-css label:before,
.has-success.checkbox.checkbox-css label:before,
.is-valid .checkbox.checkbox-css label:before,
.is-valid.checkbox.checkbox-css label:before {
	background: #bfe5e1;
}
.has-success .checkbox.checkbox-css label,
.has-success.checkbox.checkbox-css label,
.is-valid .checkbox.checkbox-css label,
.is-valid.checkbox.checkbox-css label {
	color: #009688;
}
.has-error .checkbox.checkbox-css label:before,
.has-error.checkbox.checkbox-css label:before,
.is-invalid .checkbox.checkbox-css label:before,
.is-invalid.checkbox.checkbox-css label:before {
	background: #fcd0cd;
}
.has-error .checkbox.checkbox-css label,
.has-error.checkbox.checkbox-css label,
.is-invalid .checkbox.checkbox-css label,
.is-invalid.checkbox.checkbox-css label {
	color: #cc4946;
}
.has-warning .checkbox.checkbox-css label:before,
.has-warning.checkbox.checkbox-css label:before {
	background: #fce1ba;
}
.checkbox.checkbox-css input {
	display: none;
}
.checkbox.checkbox-css input:checked + label:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	position: absolute;
	top: 7px;
	left: 0;
	color: #fff;
	height: 16px;
	width: 16px;
	text-align: center;
}
.checkbox.checkbox-css input:checked + label:before {
	background: #2196f3;
	border-color: #2196f3;
}
.checkbox.checkbox-css.checkbox-success input:checked + label:before {
	background: #00bcd4;
	border-color: #00bcd4;
}
.checkbox.checkbox-css.checkbox-info input:checked + label:before {
	background: #00bcd4;
	border-color: #00bcd4;
}
.checkbox.checkbox-css.checkbox-danger input:checked + label:before {
	background: #f44336;
	border-color: #f44336;
}
.checkbox.checkbox-css.checkbox-warning input:checked + label:before {
	background: #ff9800;
	border-color: #ff9800;
}
.checkbox.checkbox-css.checkbox-inverse input:checked + label:before {
	background: #212121;
	border-color: #212121;
}
.radio.radio-css {
	position: relative;
	line-height: 16px;
	padding-top: 7px;
}
.radio.radio-css.radio-inline {
	padding-left: 0;
	display: inline-block;
}
.radio.radio-css.radio-inline + .radio.radio-css.radio-inline {
	margin-left: 15px;
}
.radio.radio-css label {
	padding-left: 24px;
	margin: 0;
}
.radio.radio-css label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #e0e0e0;
}
.has-success .radio.radio-css label:before,
.has-success.radio.radio-css label:before,
.is-valid .radio.radio-css label:before,
.is-valid.radio.radio-css label:before {
	background: #bfe5e1;
}
.has-success .radio.radio-css label,
.has-success.radio.radio-css label,
.is-valid .radio.radio-css label,
.is-valid.radio.radio-css label {
	color: #009688;
}
.has-error .radio.radio-css label:before,
.has-error.radio.radio-css label:before,
.is-invalid .radio.radio-css label:before,
.is-invalid.radio.radio-css label:before {
	background: #fcd0cd;
}
.has-error .radio.radio-css label,
.has-error.radio.radio-css label,
.is-invalid .radio.radio-css label,
.is-invalid.radio.radio-css label {
	color: #cc4946;
}
.has-warning .radio.radio-css label:before,
.has-warning.radio.radio-css label:before {
	background: #fce1ba;
}
.radio.radio-css input {
	display: none;
}
.radio.radio-css input:checked + label:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
}
.radio.radio-css input:checked + label:before {
	background: #2196f3;
	border-color: #2196f3;
}
.radio.radio-css.radio-success input:checked + label:before {
	background: #00bcd4;
	border-color: #00bcd4;
}
.radio.radio-css.radio-info input:checked + label:before {
	background: #00bcd4;
	border-color: #00bcd4;
}
.radio.radio-css.radio-danger input:checked + label:before {
	background: #f44336;
	border-color: #f44336;
}
.radio.radio-css.radio-warning input:checked + label:before {
	background: #ff9800;
	border-color: #ff9800;
}
.radio.radio-css.radio-inverse input:checked + label:before {
	background: #212121;
	border-color: #212121;
}
.card {
	position: relative;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border: none;
	border-radius: 10px;
	margin-bottom: 15px;
}
.card-accordion .card + .card {
	margin-top: -10px;
}
.card-block {
	padding: 15px;
}
.card-title {
	margin-bottom: 15px;
}
.card-subtitle {
	margin-top: -5px;
	margin-bottom: 0;
}
.card-text:last-child {
	margin-bottom: 0;
}
.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: 30px;
}
.card > .list-group:first-child .list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.card-header {
	padding: 10px 15px;
	margin-bottom: 0;
	margin-top: 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	font-weight: 600;
}
.card-header-link,
a.card-header-link {
	margin: -10px -15px;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
}
.card-header:first-child {
	border-radius: 4px 4px 0 0;
}
.card-header.collapsed {
	border-radius: 4px;
}
.card-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #f5f5f5;
	font-weight: 600;
}
.card-footer:last-child {
	border-radius: 0 0 4px 4px;
}
.card-header-tabs {
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
	border-bottom: 0;
}
.card-header-pills {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 0px;
}
.card-primary {
	background-color: #2196f3;
	border-color: #2196f3;
}
.card-primary .card-header,
.card-primary .card-footer {
	background-color: transparent;
}
.card-success {
	background-color: #00bcd4;
	border-color: #00bcd4;
}
.card-success .card-header,
.card-success .card-footer {
	background-color: transparent;
}
.card-info {
	background-color: #00bcd4;
	border-color: #00bcd4;
}
.card-info .card-header,
.card-info .card-footer {
	background-color: transparent;
}
.card-warning {
	background-color: #ff9800;
	border-color: #ff9800;
}
.card-warning .card-header,
.card-warning .card-footer {
	background-color: transparent;
}
.card-danger {
	background-color: #f44336;
	border-color: #f44336;
}
.card-danger .card-header,
.card-danger .card-footer {
	background-color: transparent;
}
.card-outline-primary {
	background-color: transparent;
	border-color: #0275d8;
}
.card-outline-secondary {
	background-color: transparent;
	border-color: #ccc;
}
.card-outline-info {
	background-color: transparent;
	border-color: #5bc0de;
}
.card-outline-success {
	background-color: transparent;
	border-color: #5cb85c;
}
.card-outline-warning {
	background-color: transparent;
	border-color: #f0ad4e;
}
.card-outline-danger {
	background-color: transparent;
	border-color: #d9534f;
}
.card-inverse {
	color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
	color: #fff;
}

.profile-selector .card-blockquote{
	color: #007E84;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
	color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
	color: #fff;
}
.card-blockquote {
	padding: 3px 0 0 0;
	margin-bottom: 0;
	border-left: 0;
}
.card-img {
	border-radius: 4px;
	max-width: 100%;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.card-img-top {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	max-width: 100%;
}
.card-img-bottom {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	max-width: 100%;
}
.card.card-inverse footer {
	color: rgba(255, 255, 255, 0.75);
}
.card[class*="card-outline-"] {
	border-width: 1px;
	border-style: solid;
}
.nav-tabs.card-header-tabs > li > a {
	border: none !important;
}
.nav-tabs.card-header-tabs > li > a:hover,
.nav-tabs.card-header-tabs > li > a:focus {
	background: none;
}
.nav-tabs.card-header-tabs > li > a.active,
.nav-tabs.card-header-tabs > li.active > a {
	border-bottom-color: #fff !important;
	background: #fff !important;
	color: #000;
}
.row > [class^="col-"].ui-sortable {
	min-height: 50px;
}
.panel [class^="col-"].ui-sortable,
.theme-panel [class^="col-"].ui-sortable {
	min-height: 0px;
}
.ui-sortable .panel-heading {
	cursor: move;
}
.ui-sortable.ui-sortable-disabled .panel-heading {
	cursor: default;
}
.ui-sortable-placeholder {
	border: 1px dashed #82868b !important;
	visibility: visible !important;
	background: none;
	margin: 0 !important;
}
.panel.ui-sortable-placeholder {
	margin: -1px -1px 19px !important;
	box-shadow: none !important;
}
.slimScrollBar {
	width: 6px !important;
	right: 2px !important;
}
.slimScrollRail {
	width: 6px !important;
	right: 2px !important;
}
.sidebar .slimScrollBar,
.content-inverse-mode .slimScrollBar,
.inverse-mode .slimScrollBar {
	background: rgba(255, 255, 255, 0.5) !important;
}
#gritter-notice-wrapper {
	width: 371px !important;
	z-index: 1040 !important;
}
.gritter-item-wrapper {
	background: none !important;
	overflow: hidden !important;
	border-radius: 8px !important;
}
.gritter-top,
.gritter-item,
.gritter-bottom {
	background: url(images/transparent/black-0.8.png) !important;
	background: rgba(0, 0, 0, 0.8) !important;
}
.gritter-with-image {
	width: 280px !important;
}
.gritter-with-image,
.gritter-without-image {
	padding-right: 70px !important;
}
.gritter-image {
	margin: 2px 10px 0 0 !important;
	border-radius: 4px;
}
.gritter-title {
	font-size: 14px !important;
	line-height: 18px !important;
	padding-bottom: 3px !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-shadow: none !important;
}
.gritter-light .gritter-title {
	color: #333 !important;
	font-weight: 600 !important;
}
.gritter-item {
	font-family: inherit !important;
	color: #aaa !important;
	font-size: 11px !important;
	padding: 2px 15px 5px !important;
}
.gritter-close:hover:before,
.gritter-close:focus:before {
	color: #fff;
}
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top {
	background: url(images/transparent/white-0.98.png) !important;
	background: rgba(255, 255, 255, 0.98) !important;
	color: #999 !important;
}
.gritter-light .gritter-close {
	border-left: 1px solid #ccd0d4;
}
.gritter-light .gritter-close:hover:before,
.gritter-light .gritter-close:focus:before {
	color: #212121;
}
.gritter-close,
.gritter-light .gritter-close {
	left: auto !important;
	right: 0 !important;
	top: 0 !important;
	background: 0 0 !important;
	width: 70px !important;
	height: auto !important;
	display: block !important;
	bottom: 0;
	border-left: 1px solid #444;
}
.gritter-close:before,
.gritter-light .gritter-close:before {
	content: "Close" !important;
	position: absolute !important;
	text-align: center !important;
	right: 0 !important;
	color: #999;
	left: 0;
	z-index: 10;
	text-indent: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 9px;
	top: 50% !important;
	margin-top: -5px;
	font-family: inherit;
}
.dataTables_wrapper.form-inline {
	display: block;
}
.dataTables_length .form-control {
	margin: 0 5px;
}
div.dataTables_wrapper div.dataTables_filter label {
	display: inline;
}
.dataTables_wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr
	> td:first-child:before,
.dataTables_wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr
	> th:first-child:before {
	background: #2f9ea5;
	border-radius: 50%!important;
	border: none !important;
	top: 50% !important;
	margin-top: -9px !important;
	left: 7px !important;
	line-height: 18px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	font-weight: bold !important;
	height: 18px !important;
	width: 18px !important;
	text-align: center !important;
	text-indent: 0 !important;
	font-size: 14px !important;

}
.dataTables_wrapper table.dataTable > tbody > tr.child ul li {
	border-color: #e0e0e0;
}
table.dataTable > tbody > tr.child td.child {
	padding-left: 15px !important;
}
.table.dataTable.table-bordered.collapsed {
	border-right: none !important;
}
.table.dataTable.table-bordered.collapsed > tbody > tr.child td.child {
	border-right: 1px solid #e2e7ec !important;
}
table.dataTable > tbody > tr.child ul {
	display: block !important;
}
table.dataTable > tbody > tr.child span.dtr-title {
	font-weight: 600 !important;
	color: #000;
}
.dataTables_wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> td:first-child:before,
.dataTables_wrapper
	table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> th:first-child:before {
	background: #f57777;


}
body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 5px 0;
}
body div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	display: inline-block;
}
body div.dataTables_wrapper div.dataTables_paginate ul.pagination > li {
	display: inline;
}
body .dataTables_wrapper table.dataTable {
	margin: 10px 0 !important;
}
.dt-buttons.btn-group {
	float: left;
}
.dataTables_length,
div.dataTables_info {
	float: left;
	margin-right: 15px;
}
.dataTables_empty {
	text-align: center;
}
table.DTFC_Cloned tr.even {
	background: none !important;
}
div.dataTables_scrollHead .table,
.DTFC_LeftWrapper div.DTFC_LeftHeadWrapper table,
.DTFC_RightWrapper div.DTFC_RightHeadWrapper table {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.DTFC_LeftBodyLiner .table thead > tr > th,
.dataTables_scrollBody .table thead > tr > th {
	border-bottom: none !important;
}
.dataTables_scrollBody,
.DTFC_LeftBodyLiner {
	border-bottom: 2px solid #ebeced;
}
.dataTables_scroll + .dataTables_info,
.dataTables_wrapper .DTFC_LeftBodyLiner table.dataTable,
.dataTables_wrapper .dataTables_scrollBody table.dataTable {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
.dataTables_wrapper .DTFC_LeftWrapper table.dataTable > tbody > tr > td,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > tbody > tr > td {
	border-bottom: none !important;
}
.table > tbody + thead > tr > th,
.table.fixedHeader-floating thead > tr > th {
	border-top: none;
	border-bottom-width: 1px !important;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected {
	background: #ffc !important;
	color: #707478;
}
table.dataTable th.focus,
table.dataTable td.focus {
	position: relative;
	z-index: 1000;
	outline: 2px solid #000 !important;
}
.table.table-bordered.dataTable tbody tr:first-child td {
	border-top: none !important;
}
div.dt-autofill-handle {
	background: #2196f3 !important;
	border-color: #2196f3 !important;
}
div.dt-autofill-select {
	background: #2196f3 !important;
}
div.dt-autofill-background {
	z-index: 1080 !important;
}
div.dt-autofill-list {
	z-index: 1090 !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
div.dt-autofill-list ul li {
	display: table !important;
	width: 100% !important;
}
div.dt-autofill-list ul > li:first-child {
	border-radius: 6px 6px 0 0 !important;
}
div.dt-autofill-list ul > li:last-child {
	border-radius: 0 0 6px 6px !important;
}
div.dt-autofill-list div.dt-autofill-question {
	padding: 15px !important;
	border-color: #f5f5f5 !important;
}
div.dt-autofill-list div.dt-autofill-button {
	width: 140px !important;
	padding: 15px !important;
	border-color: #f5f5f5 !important;
}
div.dt-autofill-list .dt-autofill-button .btn {
	display: block;
	width: 100%;
	position: relative;
	color: transparent;
	background: #9e9e9e;
	border-color: #9e9e9e;
}
div.dt-autofill-list .dt-autofill-button .btn:hover,
div.dt-autofill-list .dt-autofill-button .btn:focus {
	background: #616161;
	border-color: #616161;
}
div.dt-autofill-list .dt-autofill-button .btn:before {
	content: "Fill This";
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
}
div.dt-button-info {
	border: none !important;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.25) !important;
	border-radius: 6px !important;
	padding: 20px !important;
}
div.dt-button-info h2 {
	border: none !important;
	background: none !important;
	padding: 0 !important;
}
div.dt-button-info > div {
	padding: 0 !important;
	margin-top: 10px !important;
}
div.DTCR_pointer {
	width: 2px !important;
	background: #2196f3 !important;
	margin-left: -1px;
}
table.dataTable.fixedHeader-floating {
	z-index: 1030;
}
tr.dt-rowReorder-moving {
	outline: 2px solid #2e353c !important;
}
table.dt-rowReorder-float {
	outline: 2px solid #2196f3 !important;
}
table.dt-rowReorder-float tr td {
	background: #fff !important;
}
/* table.dataTable thead .sorting_asc:after {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0dd" !important;
	margin-left: 0.3rem;
}
table.dataTable thead .sorting_desc:after {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0de" !important;
	margin-left: 0.3rem;
}
table.dataTable thead .sorting:after {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0dc" !important;
	margin-left: 0.3rem;
} */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc:before {
	display: none !important;
}
.datepicker {
	color: #212121;
	min-width: 250px !important;
	border-radius: 6px !important;
}
.datepicker table {
	width: 100%;
}
/* .datepicker .next,
.datepicker .prev {
	color: transparent;
} */
/* .datepicker .next:before {
	content: "\f105";
	color: #212121;
	position: absolute;
	font-size: 14px;
} */
/* .datepicker .prev:before {
	content: "\f104";
	color: #212121;
	position: absolute;
	font-size: 14px;
} */
/* .datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover,
.datepicker .datepicker-switch:hover {
	background: #f5f5f5 !important;
} */
.datepicker.datepicker-dropdown {
	width: 320px;
}
.datepicker table tr td,
.datepicker table tr th {
	padding-left: 14px;
	padding-right: 14px;
}
/* .datepicker .datepicker-months table > thead > tr > th.prev,
.datepicker .datepicker-months table > thead > tr > th.next {
	width: 45px;
} */
.datepicker .datepicker-months table > thead > tr > th,
.datepicker .datepicker-months table > tbody > tr > td {
	padding: 5px;
}
.datepicker-dropdown.datepicker-orient-left:after {
	left: 15px;
}
.datepicker-dropdown.datepicker-orient-right:after {
	right: 15px;
}
.datepicker.datepicker-dropdown > div {
	display: block;
}
.datepicker.dropdown-menu {
	min-width: 250px;
	border: none !important;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.25) !important;
}
.datepicker-dropdown:before {
	display: none !important;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
	background: #575d63 !important;
	text-shadow: none !important;
}
.datepicker.datepicker-inline {
	display: block;
	width: auto;
}
.datepicker-full-width .datepicker-inline {
	width: 100%;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
	background: #eee !important;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
	background: #2196f3 !important;
	color: #fff !important;
}
.input-daterange .input-group-addon {
	background: #d6d8dd !important;
	border: none !important;
	text-shadow: none !important;
	padding: 6px 12px !important;
	border-radius: 0 !important;
}
.colorpicker {
	border: none !important;
	border-radius: 4px !important;
	padding: 5px;
	z-index: 9999 !important;
}
.colorpicker:before {
	display: none !important;
}
.colorpicker:after {
	border-width: 7px !important;
	top: -7px !important;
}
.colorpicker-left:after {
	left: 12px !important;
}
.colorpicker-right:after {
	right: 12px !important;
}
.colorpicker-hue,
.colorpicker-alpha {
	margin-bottom: 5px !important;
	margin-left: 5px !important;
}
.input-group.colorpicker-component {
	display: table;
	width: 100%;
}
.input-group.colorpicker-component .form-control {
	display: table-cell;
	width: 100%;
}
.input-group.colorpicker-component .input-group-addon {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
}
.colorpicker-element .add-on i,
.colorpicker-element .input-group-addon i {
	display: block !important;
}
.bootstrap-timepicker.input-group {
	display: table;
	width: 100%;
}
.bootstrap-timepicker.input-group > .form-control {
	display: table-cell;
	width: 100%;
}
.bootstrap-timepicker.input-group .input-group-addon {
	display: table-cell;
	width: 20px;
}
.bootstrap-timepicker-widget.dropdown-menu {
	padding: 5px !important;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
	border: none !important;
	max-width: 240px;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
	display: none !important;
}
.bootstrap-timepicker
	.bootstrap-timepicker-widget.dropdown-menu
	+ .form-control {
	border-radius: 4px 0 0 4px;
}
.bootstrap-timepicker-widget .form-control {
	width: 45px;
}
.bootstrap-timepicker-widget table td {
	padding: 5px !important;
}
.bootstrap-timepicker-widget table td a {
	padding: 5px 0 !important;
	margin: -5px 0 !important;
}
.bootstrap-timepicker-widget table td a:hover,
.bootstrap-timepicker-widget table td a:focus {
	background: #2196f3 !important;
	border: none !important;
	color: #fff;
}
.bootstrap-timepicker-widget table td input {
	border-radius: 4px !important;
}
.ui-widget {
	font-family: inherit;
	font-size: 13px;
}
.ui-autocomplete {
	padding: 5px 0 !important;
	box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.25) !important;
	border: 1px solid #ccc !important;
	border: none !important;
	font-size: 12px !important;
}
.ui-menu .ui-menu-item a {
	padding: 5px 10px;
}
body .ui-autocomplete.ui-menu .ui-menu-item-wrapper {
	padding: 5px 15px;
}
.ui-stats-hover,
.ui-widget-header .ui-stats-hover,
.ui-widget-content .ui-stats-hover,
.ui-stats-focus,
.ui-widget-header .ui-stats-focus,
.ui-widget-content .ui-stats-focus {
	border: none !important;
	background: #2196f3 !important;
	color: #fff !important;
	margin: 0 !important;
	border-radius: 0 !important;
}
.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-focus {
	background: #edf0f5;
	border: none;
	margin: 0 !important;
	border-radius: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	background: #2196f3;
	border-color: #2196f3;
}
.combobox-container {
	display: table;
	border-collapse: separate;
	width: 100%;
}
.combobox-container .input-group {
	display: table;
	width: 100%;
}
.combobox-container .input-group .input-group-addon {
	display: table-cell;
	width: 35px;
}
.combobox-container .caret {
	margin: 0;
}
.combobox-container .glyphicon-remove:before {
	content: "\f00d";
}
.combobox-container .dropdown-toggle:after {
	display: none;
}
.combobox-container input,
.combobox-container .uneditable-input {
	border: 1px solid #edf0f5;
	background: #edf0f5;
	font-size: 13px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #555;
	border-radius: 4px 0 0 4px !important;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.combobox-container input:focus,
.combobox-container .uneditable-input:focus {
	outline: 0;
	border-color: #5db0ff !important;
	box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3) !important;
}
.combobox-container input,
.combobox-container .add-on {
	display: table-cell !important;
}
.combobox-container .add-on {
	width: 1% !important;
	padding: 5px 10px !important;
	white-space: nowrap;
	float: none !important;
	background: #d6d8dd !important;
	color: #555 !important;
}
.btn .combobox-clear {
	margin: 0 !important;
	width: 8px !important;
	position: relative;
	opacity: 1;
}
.combobox-container .icon-remove:before {
	content: "\f00d";
	font-size: 14px;
	font-style: normal;
	position: absolute;
	right: -2px;
	top: 1px;
	text-shadow: none;
}
.combobox-container input,
.combobox-container .uneditable-input {
	border: 1px solid #ccd0d4 !important;
	background: #fff !important;
}
body .bootstrap-select .btn:focus {
	outline: none !important;
}
body .bootstrap-select.show .dropdown-menu {
	display: block;
	z-index: 9999 !important;
}
.tagit.ui-widget {
	border: 1px solid #ccc !important;
	background: #fff !important;
	/* padding: 3px 12px 2px !important; */
	margin-bottom: 0 !important;
	border-radius: 5px !important;
}
ul.tagit input[type="text"] {
	background: #fff !important;
	width: 300px;
}
ul.tagit li.tagit-choice-editable {
	background: #bdbdbd !important;
	border: none !important;
	color: #fff !important;
	border-radius: 3px !important;
	padding: 2px 24px 3px 7px !important;
}
.tagit .ui-icon-close {
	background: none !important;
	height: 22px !important;
	width: 16px !important;
	text-indent: 0 !important;
}
.tagit.white .ui-icon-close:before {
	color: #000;
}
.tagit .ui-icon-close:before {
	content: "\f00d";
	font-size: 10px;
	color: #fff;
}
ul.tagit.inverse li.tagit-choice-editable {
	background: #212121 !important;
}
ul.tagit.white li.tagit-choice-editable {
	background: #fff !important;
	border: 1px solid #ddd !important;
	color: #000 !important;
}
ul.tagit.primary li.tagit-choice-editable {
	background: #2196f3 !important;
}
ul.tagit.info li.tagit-choice-editable {
	background: #00bcd4 !important;
}
ul.tagit.success li.tagit-choice-editable {
	background: #009688 !important;
}
ul.tagit.warning li.tagit-choice-editable {
	background: #ff9800 !important;
}
ul.tagit.danger li.tagit-choice-editable {
	background: #ff5b57 !important;
}
ul.tagit li.tagit-choice .tagit-close {
	right: 2px !important;
	line-height: 22px !important;
	text-align: center !important;
	top: 0 !important;
	margin: 0 !important;
}
ul.tagit li.tagit-choice .tagit-close:hover,
ul.tagit li.tagit-choice .tagit-close:focus {
	text-decoration: none !important;
}
ul.tagit li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit li.tagit-choice .tagit-close:focus .ui-icon-close:before {
	color: #666;
	color: rgba(0, 0, 0, 0.4);
}
ul.tagit.inverse li.tagit-choice .tagit-close:hover .ui-icon-close:before,
ul.tagit.inverse li.tagit-choice .tagit-close:focus .ui-icon-close:before {
	color: #666;
	color: rgba(255, 255, 255, 0.4);
}
.parsley-error {
	background: #fff !important;
	border-color: #f44336 !important;
}
.parsley-error:focus {
	border-color: #cc4946 !important;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(244, 67, 54, 0.3) !important;
}
.parsley-success {
	background: #fff !important;
	border-color: #009688 !important;
}
.parsley-success:focus {
	border-color: #009688 !important;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(0, 150, 136, 0.3) !important;
}
.parsley-error,
.parsley-success {
	color: #212121 !important;
	box-shadow: none !important;
}
.parsley-error:focus,
.parsley-success:focus {
	color: #212121 !important;
}
.parsley-errors-list {
	padding: 0 !important;
	list-style-type: none !important;
	margin: 0 !important;
	color: #f44336;
	font-size: 12px !important;
	line-height: inherit !important;
}
.parsley-errors-list.filled {
	margin-top: 5px !important;
}
.panel-form .cke_chrome {
	border: none;
	box-shadow: none;
}
.bwizard-steps {
	font-size: 14px !important;
	border-radius: 3px !important;
	overflow: hidden !important;
	display: table !important;
	width: 100% !important;
}
.bwizard-steps li:before,
.bwizard-steps li:after {
	border: none !important;
}
.bwizard-steps li {
	float: none !important;
	display: table-cell !important;
	padding: 15px !important;
	line-height: 20px !important;
	background: #f5f5f5 !important;
	border-radius: 0 !important;
}
.bwizard-steps li:hover,
.bwizard-steps li:focus {
	background: #d3dadf !important;
}
.bwizard-steps.clickable li:hover:not(.active) a,
.bwizard-steps.clickable li:focus:not(.active) a {
	color: #333 !important;
}
.bwizard-steps li small {
	font-size: 11px !important;
	color: #999 !important;
	display: block !important;
	line-height: 14px !important;
}
.bwizard-steps li a {
	margin-left: 30px !important;
	display: block !important;
	text-decoration: none !important;
}
.bwizard-steps .label {
	float: left !important;
	padding: 0 !important;
	height: 20px !important;
	width: 20px !important;
	line-height: 20px !important;
	text-align: center !important;
	margin-right: 10px !important;
	top: 0 !important;
	background: #6d7479 !important;
	border-radius: 50% !important;
}
.bwizard-steps li.active,
.bwizard-steps li.active:hover,
.bwizard-steps li.active:focus {
	background: #00bcd4 !important;
}
.bwizard-steps li.active small {
	color: #b2e6e6 !important;
}
.bwizard-steps li.active .label {
	background: rgba(0, 0, 0, 0.2) !important;
}
.fc-event,
.fc .fc-event {
	border: none;
	background: #212121;
	border-radius: 0;
}
.fc .fc-highlight {
	background: #ccc;
}
.fc .fc-day-grid-event {
	padding: 1px 2px;
}
.fc .fc-view-container {
	background: #fff;
}
.fc.fc-unthemed .fc-today {
	background: #fffce4;
}
.fc a.fc-event:not([href]):not([tabindex]) {
	color: #fff;
}
.fc-row .fc-content-skeleton td.fc-today,
.fc-row .fc-helper-skeleton td.fc-today {
	background: none;
}
.fc-event-list .fc-event {
	background: none;
	border: none;
	color: #000;
	padding: 7px 10px 7px 35px;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	background: #fff;
	margin-bottom: 5px;
	border-radius: 6px;
}
.fc-event-list .fc-event:hover,
.fc-event-list .fc-event:focus {
	color: #000;
	cursor: pointer;
	background: #fff;
}
.fc-event-list .fc-event:hover:before,
.fc-event-list .fc-event:focus:before {
	background: #ccc;
	color: #222;
}
.fc-event-list .fc-event i {
	float: left;
	line-height: 18px;
}
.fc-event-list .fc-event + .fc-event {
	margin-top: -1px;
}
.fc-event-list .fc-event.ui-draggable:before {
	content: "\f0b2";
	font-family: Font awesome\5 Free;
	font-weight: 900;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 25px;
	text-align: center;
	line-height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #e0e0e0;
	border-radius: 6px 0 0 6px;
	color: #999;
	font-size: 14px;
}
.fc-event-list .fc-event.ui-draggable-dragging {
	border: 1px dashed #ddd;
}
.fc-event-list .fc-event-icon {
	float: right;
	margin-left: 10px;
}
body .fc button {
	font-weight: 400;
	color: #000;
	background: #fff;
	padding: 5px 10px;
	height: inherit;
	font-size: 13px;
	line-height: 1.5;
	border: none;
	text-shadow: none;
	position: initial;
	box-shadow: none;
}
body .fc button + button {
	border-left: 1px solid #eee;
}
body .fc button:active,
body .fc button:focus,
body .fc button:hover {
	background: #fff;
	outline: none;
}
body .fc button:hover {
	color: #212121;
}
body .fc button.fc-state-disabled:active,
body .fc button.fc-state-disabled:focus,
body .fc button.fc-state-disabled:hover {
	background: #fff;
}
body .fc button.fc-state-active {
	color: #fff;
	background: #212121;
	border-color: #212121;
	box-shadow: none;
}
.fc.fc-unthemed .fc-content,
.fc.fc-unthemed .fc-divider,
.fc.fc-unthemed .fc-popover,
.fc.fc-unthemed .fc-row,
.fc.fc-unthemed tbody,
.fc.fc-unthemed td,
.fc.fc-unthemed th,
.fc.fc-unthemed thead {
	border-color: #d0d0d0;
}
.fc th {
	padding: 2px 15px !important;
	color: #000;
	font-weight: 600;
	background: #eee;
}
.fc button .fc-icon {
	margin: 0;
	top: 0;
	width: auto;
	height: auto;
	font-size: 13px;
}
.fc .fc-icon-left-single-arrow:after,
.fc .fc-icon-right-single-arrow:after {
	content: "\f0d9";
	font-size: 13px;
	margin: 0;
	top: 1px;
}
.fc .fc-icon-right-single-arrow:after {
	content: "\f0da";
}
.fc .fc-unthemed .fc-today {
	background: #fff8f0;
}
.fc .fc-scroller {
	overflow: initial;
	height: auto !important;
}
.fc .fc-toolbar {
	margin-bottom: 0 !important;
}
.fc .fc-toolbar h2 {
	font-size: 22px;
	line-height: 28px;
}
.fc .fc-toolbar > * > * {
	margin-bottom: 15px !important;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
	width: 16px !important;
	height: 16px !important;
	padding: 0 !important;
	line-height: 16px !important;
	left: 15px !important;
	color: #000 !important;
	background: #fff !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.jvectormap-label,
.jvectormap-tip {
	padding: 3px 6px !important;
	border: none !important;
	background: rgba(0, 0, 0, 0.6) !important;
}
.legendColorBox > div {
	margin-right: 5px !important;
	border-radius: 5px !important;
	margin-top: 1px !important;
	border: none !important;
}
.legend > table tr td.legendColorBox {
	padding-left: 5px !important;
}
.legend > table tr td {
	padding: 4px 0 5px 0 !important;
}
.legend > div {
	border-radius: 4px !important;
	background: #000 !important;
}
.legend > table tr td.legendLabel {
	padding-right: 10px !important;
	color: #fff;
}
.legend > table tr + tr td {
	padding-top: 0px !important;
}
.legendColorBox > div > div {
	border-radius: 5px !important;
	border-width: 4px !important;
}
.tickLabel,
.legendLabel {
	font-size: 11px !important;
}
.tickLabel {
	color: #212121 !important;
	font-size: 12px !important;
	font-weight: 600;
}
.flot-tooltip {
	position: absolute;
	display: none;
	border: 0;
	padding: 6px 10px 7px;
	color: #fff;
	font-size: 11px;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	opacity: 1;
	z-index: 10000 !important;
}
.jqstooltip {
	border: none !important;
	border-radius: 4px;
	background: #333 !important;
	width: auto !important;
	height: auto !important;
	background: rgba(0, 0, 0, 0.8) !important;
}
.irs-line-left,
.irs-bar-edge {
	border-radius: 6px 0 0 6px !important;
}
.irs-line-right {
	border-radius: 0 6px 6px 0 !important;
}
.irs-to,
.irs-from,
.irs-single {
	background: #212121 !important;
}
.irs-bar-edge {
	background: #b9c0c3 !important;
	border-right: 1px solid #fff;
	top: 27px !important;
	height: 4px !important;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right {
	background: #f5f5f5 !important;
}
.irs-bar {
	background: #9e9e9e !important;
}
.irs-bar,
.irs-line {
	height: 4px !important;
	top: 27px !important;
}
.irs-min,
.irs-max {
	background: #e9edef !important;
	color: #5b6165 !important;
}
.irs-slider.to,
.irs-slider.from,
.irs-slider.single {
	background: #9e9e9e;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	border: 6px solid #fff;
	cursor: pointer;
}
.bootstrap-colorpalette .btn-color {
	border-radius: 4px;
	width: 19px !important;
	height: 19px !important;
}
.editable-date {
	width: 300px;
}
.editable-input {
	font-size: 13px;
}
.editable-error-block {
	font-size: 13px;
}
.editable-date .datetimepicker {
	width: auto !important;
	color: #2e353c !important;
}
.editable-input .date .form-control,
.editable-input .datetimepicker.datetimepicker-inline {
	width: 240px;
}
.editable-input .input-sm,
.editable-input select.form-control:not([size]):not([multiple]).input-sm {
	height: 30px;
}
.editable-input .date .add-on {
	display: none;
}
.editable-input .datetimepicker.datetimepicker-inline table > thead > tr > th,
.editable-input .datetimepicker.datetimepicker-inline table thead th,
.editable-input .datetimepicker.datetimepicker-inline table tfoot th,
.editable-input .datetimepicker.datetimepicker-inline table tbody td {
	border: none !important;
	vertical-align: middle;
}
.editable-input .tt-dropdown-menu {
	border: none !important;
	font-size: 13px;
	box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2) !important;
}
.editable-input .tt-suggestion.tt-is-under-cursor {
	background: #2196f3 !important;
}
.editable-input .twitter-typeahead .tt-hint {
	padding: 5px 9px !important;
}
.editable-checklist {
	font-size: 13px;
	min-width: 200px;
}
.editableform textarea.form-control {
	min-width: 240px;
}
.editable-checklist label {
	display: block;
}
.editable-checklist label input[type="checkbox"].form-control {
	box-shadow: none !important;
	height: 20px !important;
}
.editable-checklist label input[type="checkbox"] + span {
	margin-left: 5px;
}
.editable-input .select2-container .select2-choice > .select2-chosen {
	color: #2e353c;
}
.editable-buttons .glyphicon-ok:before {
	content: "\f00c";
}
.editable-buttons .glyphicon-remove:before {
	content: "\f00d";
}
.input-append .icon-eye-open:before,
.input-prepend .icon-eye-open:before {
	content: "\f06e";
}
.input-append .icon-eye-close:before,
.input-prepend .icon-eye-close:before {
	content: "\f070";
}
.slider-wrapper {
	padding: 15px 30px !important;
}
.slider-wrapper.slider-without-range {
	padding: 15px 0 !important;
}
.slider-wrapper.slider-vertical {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.range-min,
.range-max {
	color: #000 !important;
}
.range-handle {
	cursor: pointer !important;
}
.range-bar {
	background: #e0e0e0 !important;
}
.range-quantity {
	background: #009688 !important;
}
.red .range-quantity {
	background: #f44336 !important;
}
.blue .range-quantity {
	background: #2196f3 !important;
}
.purple .range-quantity {
	background: #673ab7 !important;
}
.orange .range-quantity {
	background: #ff9800 !important;
}
.black .range-quantity {
	background: #212121 !important;
}
.datetimepicker table {
	width: 100%;
}
.datetimepicker th,
.datetimepicker td {
	padding: 0px 5px !important;
	width: 30px !important;
	height: 30px !important;
}
.datetimepicker table tr td.active,
.datetimepicker table tr span.active {
	background-image: none !important;
	background: #2196f3 !important;
	color: #fff !important;
	text-shadow: none !important;
}
.wysihtml5-sandbox {
	width: 100% !important;
}
.panel-form .wysihtml5-toolbar {
	padding: 15px 15px 5px;
}
.panel-form .wysihtml5-sandbox {
	border-radius: 0 0 4px 4px !important;
}
.wysihtml5-toolbar .glyphicon-quote:before {
	display: none;
}
.wysihtml5-toolbar .glyphicon-quote:after {
	content: "\f10d";
}
.wysihtml5-toolbar .glyphicon-list:before {
	content: "\f03a";
}
.wysihtml5-toolbar .glyphicon-indent-right:before {
	content: "\f038";
}
.wysihtml5-toolbar .glyphicon-indent-left:before {
	content: "\f036";
}
.wysihtml5-toolbar .glyphicon-th-list:before {
	content: "\f00b";
}
.wysihtml5-toolbar .glyphicon-share:before {
	content: "\f064";
}
.wysihtml5-toolbar .glyphicon-picture:before {
	content: "\f03e";
}
.wysihtml5-toolbar .dropdown-toggle:after {
	display: none;
}
.twitter-typeahead .tt-hint {
	line-height: 22px;
	padding: 5px 11px;
	opacity: 0.6;
}
.tt-suggestion.tt-is-under-cursor {
	background: #edf0f5;
	color: #222;
}
.select2-container.form-control .select2-choice,
.select2-container.form-control .select2-choice {
	background: none !important;
	margin: -6px -12px !important;
	padding: 6px 12px !important;
	line-height: 20px !important;
	border: none !important;
	box-shadow: none !important;
	height: 32px !important;
}
.select2-container.form-control.input-sm .select2-choice,
.select2-container.form-control.input-sm .select2-choice {
	height: 30px !important;
}
.select2-container .select2-choice .select2-arrow {
	background: none !important;
	border-left: none !important;
	width: 22px !important;
}
.select2-container.form-control .select2-choice abbr {
	top: 10px !important;
}
.select2-container.form-control.input-sm .select2-choice abbr {
	top: 10px !important;
}
.select2-container.form-control.input-sm .select2-choice .select2-arrow b {
	background-position: -3px 4px !important;
}
.select2-container .select2-choice .select2-arrow b {
	background-position: 0 3px !important;
}
.select2-drop-active {
	border-color: #e2e7eb !important;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2) !important;
}
.select2-drop.select2-drop-above {
	box-shadow: 0 -2px 2px -1px rgba(0, 0, 0, 0.2) !important;
}
.select2-search {
	padding: 5px !important;
}
.select2-search input {
	border-color: #e2e7eb !important;
	border-radius: 4px !important;
}
.select2-drop {
	border: none !important;
	border-top: 1px solid #d3d8df !important;
	box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2) !important;
	margin-top: -2px !important;
}
.select2-results {
	margin: 0 !important;
	padding: 5px 0 !important;
}
.select2-results .select2-result-label {
	padding: 5px 15px !important;
}
.select2-results .select2-highlighted {
	background: #f5f5f5 !important;
	color: #333 !important;
}
.select2-container.select2-container-multi.form-control {
	height: auto !important;
	width: 240px !important;
}
.select2-container.select2-container-multi.form-control .select2-choices {
	margin: -6px -12px !important;
	border: none !important;
	box-shadow: none !important;
	min-height: 22px !important;
	height: auto !important;
	background: none !important;
}
.select2-container.select2-container-multi.form-control.select2-container-active {
	border-color: #5db0ff !important;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3);
}
.select2-container-multi .select2-choices .select2-search-choice {
	box-shadow: none !important;
	border-color: #f5f5f5 !important;
	background: #f5f5f5 !important;
	margin-top: 4px !important;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li {
	padding: 0 !important;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered
	li.select2-selection__choice {
	padding: 0 5px !important;
}
.bootstrap-calendar .calendar {
	background: #fff;
	border: none;
	border-radius: 0;
	padding: 10px 0;
}
.bootstrap-calendar .calendar a {
	line-height: 24px;
}
.bootstrap-calendar .calendar td {
	border: none !important;
}
.bootstrap-calendar .calendar .table td {
	padding: 3px 5px;
}
.bootstrap-calendar .calendar .week_days td {
	background: none;
	color: #a9acae;
}
.bootstrap-calendar .calendar .visualmonthyear {
	color: #212121;
}
.bootstrap-calendar .calendar .table.header {
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}
.bootstrap-calendar .calendar .table.header td {
	color: #707478;
	vertical-align: middle;
}
.bootstrap-calendar .calendar .table.header .year {
	width: 72%;
}
.bootstrap-calendar .calendar .table.header td.year {
	font-size: 18px;
}
.bootstrap-calendar .calendar .icon-arrow-right,
.bootstrap-calendar .calendar .icon-arrow-left {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
}
.bootstrap-calendar .calendar .icon-arrow-right:hover,
.bootstrap-calendar .calendar .icon-arrow-left:hover,
.bootstrap-calendar .calendar .icon-arrow-right:focus,
.bootstrap-calendar .calendar .icon-arrow-left:focus {
	color: #212121;
}
.bootstrap-calendar .calendar .icon-arrow-left:before {
	content: "\f060";
}
.bootstrap-calendar .calendar .icon-arrow-right:before {
	content: "\f061";
}
.bootstrap-calendar .calendar .table {
	margin-bottom: 0;
}
.bootstrap-calendar .calendar .event a {
	display: block;
	border-radius: 30px;
	background: #fff;
	color: #fff;
	margin: 0 auto;
}
.bootstrap-calendar .calendar .event .popover a {
	color: #428bca;
}
.bootstrap-calendar .calendar .event .popover a:hover,
.bootstrap-calendar .calendar .event .popover a:focus {
	color: #2a6496;
	text-decoration: underline;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus,
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
	text-shadow: none;
	color: #212121;
	box-shadow: none;
	font-weight: normal;
}
.bootstrap-calendar .calendar .event a:hover,
.bootstrap-calendar .calendar .event a:focus {
	color: #fff;
	opacity: 0.8;
}
.bootstrap-calendar .calendar .event,
.bootstrap-calendar .calendar .event:hover,
.bootstrap-calendar .calendar .event:focus {
	background: none;
	text-align: center;
}
.bootstrap-calendar .calendar .fa-circle {
	position: absolute;
	right: 0;
	top: 0;
}
.superbox {
	font-size: 0;
	margin: -1px -1px 0 0;
}
.superbox-list {
	display: inline-block;
	position: relative;
}
.superbox-list.superbox-O {
	z-index: 10;
}
.superbox-list.superbox-O:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -1px;
	border: 10px solid transparent;
	border-bottom-color: #d9e0e7;
	margin-left: -10px;
	z-index: 10;
}
.superbox-list.superbox-O:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	border: 10px solid transparent;
	border-bottom-color: #222;
	margin-left: -10px;
	z-index: 20;
}
.superbox-show {
	background: #000;
	border-top: 1px solid #d9e0e7 !important;
}
.superbox-img {
	width: 100%;
	cursor: pointer;
	display: block;
	padding-top: 75%;
	position: relative;
}
.superbox-img:hover {
	opacity: 0.8;
}
.superbox-img img {
	display: none;
}
.superbox-img span {
	position: absolute;
	top: 1px;
	left: 0;
	right: 1px;
	bottom: 0;
	background-size: cover !important;
	background-position: center !important;
}
.superbox-current-img {
	box-shadow: 0 5px 35px rgba(0, 0, 0, 0.65);
	max-width: 100%;
}
.superbox-close {
	opacity: 0.7;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 35px;
	height: 35px;
}
.pace-inactive {
	opacity: 0;
}
.pace.pace-inactive {
	z-index: 0;
}
.ie8 .pace-inactive,
.ie8 .pace .pace-activity {
	display: none;
}
.pace {
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: opacity 1s;
	z-index: 1020;
}
.pace-progress {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	height: 3px;
	background: #00bcd4;
	transition: width 1s;
	z-index: 2000;
}
.pace:before {
	content: "";
	background: none;
	position: fixed;
	top: 60px;
	right: 0;
	left: 0;
	height: 3px;
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 75px;
	right: 8px;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #00bcd4;
	border-left-color: #00bcd4;
	border-radius: 10px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes pace-spinner {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes pace-spinner {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes pace-spinner {
	0% {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes pace-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.pace-top .pace:before,
.pace-top .pace-progress {
	top: 0;
}
.pace-top .pace .pace-activity {
	top: 11px;
}
.jstree-default .jstree-clicked,
.jstree-default .jstree-wholerow-clicked {
	background: #e4e9ec !important;
	box-shadow: none !important;
}
.jstree-default .jstree-hovered,
.jstree-default .jstree-wholerow-hovered {
	background: #f5f5f5 !important;
	box-shadow: none !important;
}
.jstree-open > .jstree-anchor > .fa-folder:before {
	content: "\f07c";
	color: #000;
}
.jstree-default .jstree-checkbox {
	background: none;
}
.jstree-default .jstree-checkbox:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid #b4b6b7;
	display: block;
	background: #fff;
}
.jstree-default .jstree-anchor > .jstree-checkbox.jstree-undetermined:after {
	content: "";
	position: absolute;
	left: 7px;
	right: 7px;
	bottom: 7px;
	top: 7px;
	display: block;
	background: #b4b6b7;
}
.jstree-default.jstree-checkbox-selection
	.jstree-clicked
	> .jstree-checkbox:after,
.jstree-default .jstree-checked > .jstree-checkbox:after {
	content: "\f00c";
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 5px;
	top: 5px;
	display: block;
	line-height: 16px;
	font-size: 13px;
	font-style: initial;
	color: #000;
}
body .daterangepicker {
	z-index: 99999 !important;
}
.daterangepicker:before {
	display: none !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker td.active.available,
.daterangepicker td.active.available:hover {
	background: #2196f3 !important;
	text-shadow: none !important;
	color: #fff !important;
}
.daterangepicker table {
	color: #212121;
}
.daterangepicker .calendar th {
	color: #212121 !important;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
	padding: 7px !important;
	font-weight: 600;
}
.daterangepicker .ranges li {
	color: #000 !important;
	font-size: 13px;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
	background: #2e353c !important;
	border-color: #2e353c !important;
	color: #fff !important;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
	background: #e9ecef !important;
	color: #212121 !important;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
	background: none !important;
	color: #d3d8df !important;
}
.daterangepicker td.off:hover,
.daterangepicker td.off:focus {
	background: #fff !important;
	color: #d3d8df !important;
}
body .daterangepicker td.in-range {
	background: #c8e9f3;
}
body .daterangepicker .input-mini.active {
	border-color: #5db0ff;
	outline: 0;
	box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3);
}
.select2-dropdown {
	border: none !important;
	box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.15) !important;
	z-index: 1020 !important;
}
.select2-dropdown.select2-dropdown--above {
	box-shadow: 0 -10px 20px 0px rgba(0, 0, 0, 0.15) !important;
}
.select2-container .select2-selection--single:focus {
	outline: 0 !important;
}
.select2.select2-container--focus .select2-selection--single:focus {
	border-color: #5db0ff;
	outline: 0 !important;
	box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3);
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background: #2196f3 !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	min-height: 34px !important;
	border-color: #e2e7eb !important;
	outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 34px !important;
	font-size: 13px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	right: 5px !important;
	height: 32px !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-width: 4px !important;
	border-color: #2e353c transparent transparent transparent !important;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #2e353c transparent !important;
	margin-top: -6px;
}
.select2-container--default .select2-results__group {
	color: #000 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
	height: 23px;
	padding-left: 5px;
	border-color: #ccc !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	padding: 6px 12px !important;
	height: 34px;
	border-color: #ccc !important;
}
.select2-container--default.select2-container--focus
	.select2-selection--multiple,
.select2-container--default
	.select2-search--dropdown
	.select2-search__field:focus {
	border-color: #5db0ff !important;
	outline: 0 !important;
	box-shadow: 0 0 0 0.125rem rgba(52, 142, 227, 0.3) !important;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	margin-top: 6px !important;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__rendered {
	padding: 0 12px !important;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	border: none !important;
	margin-right: 8px !important;
	padding: 2px 6px !important;
}
body .bootstrap-datetimepicker-widget .glyphicon {
	font-size: 14px;
}
body .bootstrap-datetimepicker-widget .glyphicon.glyphicon-chevron-up:before {
	content: "\f106";
}
body .bootstrap-datetimepicker-widget .glyphicon.glyphicon-chevron-down:before {
	content: "\f107";
}
body .bootstrap-datetimepicker-widget .glyphicon.glyphicon-chevron-left:before {
	content: "\f104";
}
body
	.bootstrap-datetimepicker-widget
	.glyphicon.glyphicon-chevron-right:before {
	content: "\f105";
}
body .bootstrap-datetimepicker-widget .glyphicon.glyphicon-time:before {
	content: "\f017";
}
body .bootstrap-datetimepicker-widget .glyphicon.glyphicon-calendar:before {
	content: "\f133";
}
body .bootstrap-datetimepicker-widget .timepicker-hour,
body .bootstrap-datetimepicker-widget .timepicker-minute,
body .bootstrap-datetimepicker-widget .timepicker-second {
	border: 1px solid #d3d8df;
	border-radius: 6px;
	display: block;
	width: 80px;
	margin: 0 auto;
	line-height: 22px;
	height: auto;
	padding: 6px 15px;
}
body .bootstrap-datetimepicker-widget .picker-switcher {
	width: 100% !important;
}
body .bootstrap-datetimepicker-widget .datepicker > div {
	display: block;
}
body .bootstrap-datetimepicker-widget.dropdown-menu {
	width: 320px;
	padding: 0;
	border-radius: 6px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu,
body .bootstrap-datetimepicker-widget a[data-action] {
	color: #000;
}
body .bootstrap-datetimepicker-widget.dropdown-menu .datepicker {
	padding: 0;
}
body .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid white;
	top: -7px;
	left: 15px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu.bottom.pull-right:after {
	left: auto;
	right: 15px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	display: none;
}
body .bootstrap-datetimepicker-widget .collapse.in {
	display: block;
}
body .bootstrap-datetimepicker-widget .collapse.in + .picker-switch td span {
	margin-top: 0;
	border-radius: 0 0 6px 6px;
}
body .bootstrap-datetimepicker-widget .picker-switch td span {
	display: block;
	width: auto;
	margin: -1px 0 0;
	background: #f5f5f5;
	height: 36px;
	line-height: 36px;
	border-radius: 6px 6px 0 0;
}
body .bootstrap-datetimepicker-widget .picker-switch td a {
	text-decoration: none;
}
body .bootstrap-datetimepicker-widget .picker-switch td span:hover {
	background: #e9ecef;
}
body .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
body .bootstrap-datetimepicker-widget table td span:hover,
body .bootstrap-datetimepicker-widget table td.day:hover,
body .bootstrap-datetimepicker-widget table td.hour:hover,
body .bootstrap-datetimepicker-widget table td.minute:hover,
body .bootstrap-datetimepicker-widget table td.second:hover {
	background: #f5f5f5;
}
body .bootstrap-datetimepicker-widget .datepicker-days,
body .bootstrap-datetimepicker-widget .datepicker-months,
body .bootstrap-datetimepicker-widget .timepicker .timepicker-picker,
body .bootstrap-datetimepicker-widget .timepicker .timepicker-hours,
body .bootstrap-datetimepicker-widget .timepicker .timepicker-minutes,
body .bootstrap-datetimepicker-widget .timepicker .datepicker-seconds,
body .bootstrap-datetimepicker-widget .datepicker-years,
body .bootstrap-datetimepicker-widget .datepicker-decades,
body .bootstrap-datetimepicker-widget .table-condensed > thead > tr > th,
body .bootstrap-datetimepicker-widget .table-condensed > tbody > tr > td {
	padding: 5px;
}
body .bootstrap-datetimepicker-widget .datepicker-months table tbody tr td,
body .bootstrap-datetimepicker-widget .datepicker-years table tbody tr td,
body
	.bootstrap-datetimepicker-widget
	.picker-switch
	.table-condensed
	> tbody
	> tr
	> td {
	padding: 0;
}
body .bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 16px !important;
	padding: 11px;
}
body .bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px 15px;
}
body .bootstrap-datetimepicker-widget table td {
	height: 32px;
	width: 32px;
	line-height: 32px;
}
body .bootstrap-datetimepicker-widget .timepicker-picker table td.separator {
	width: 20px;
}
body .bootstrap-datetimepicker-widget .timepicker-picker table td,
body .bootstrap-datetimepicker-widget .timepicker-picker table td .btn span {
	width: auto;
	height: auto;
	line-height: inherit;
}
body .bootstrap-datetimepicker-widget .timepicker-picker table td {
	padding: 0 5px;
}
body .bootstrap-datetimepicker-widget .timepicker-picker table td .btn,
body .bootstrap-datetimepicker-widget .timepicker-picker table td .btn span {
	display: block;
}
body
	.bootstrap-datetimepicker-widget
	.timepicker-picker
	table
	td
	.btn.btn-primary {
	width: 60px;
	margin-right: 10px;
}
body .bootstrap-datetimepicker-widget .timepicker-picker table td:first-child {
	padding-left: 10px;
}
.bootstrap-select .dropdown-toggle.is-invalid {
  border-color: #cc4946 !important;
  box-shadow: 0 0 0 0.125rem rgba(244,67,54,.3) !important;
}
.nvtooltip {
	font-family: inherit !important;
	font-size: 12px !important;
	border: none !important;
	padding: 5px 10px !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25) !important;
	border: none !important;
}
.nvtooltip table td.legend-color-guide div {
	border: none !important;
	border-radius: 4px !important;
}
.nvtooltip table thead strong {
	text-decoration: underline !important;
}
.nvd3-inverse-mode .nvd3 line.nv-guideline {
	stroke: rgba(255, 255, 255, 0.5) !important;
}
.nvd3-inverse-mode .nvd3 .nv-bars text {
	fill: rgba(255, 255, 255, 1) !important;
}
.nvd3-inverse-mode .nvd3 .nv-axis line,
.nvd3-inverse-mode .nvd3 .nv-axis path {
	fill: none;
	stroke: rgba(255, 255, 255, 0.15) !important;
}
.nvd3-inverse-mode .nvd3 .nv-legend-text,
.nvd3-inverse-mode .nvd3 .nv-x text,
.nvd3-inverse-mode .nvd3 .nv-y text {
	font-family: inherit !important;
	fill: rgba(255, 255, 255, 0.75) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}
.nvd3-inverse-mode .nvd3.nv-pie .nv-pie-title,
.nvd3-inverse-mode .nv-label text {
	fill: rgba(255, 255, 255, 0.75) !important;
}
.nvd3-inverse-mode .nvd3 .nv-legend-symbol {
	r: 3;
}
.nvd3-inverse-mode .nvd3.nv-pie path {
	stroke: rgba(0, 0, 0, 0.2) !important;
}
.introjs-hint {
	width: 10px !important;
	height: 10px !important;
}
.introjs-hint-dot {
	left: -20px !important;
	top: -20px !important;
}
.introjs-helperNumberLayer {
	font-size: 13px;
	background: #f44336 !important;
	font-family: inherit !important;
	border: none !important;
	text-shadow: none !important;
	padding: 0 !important;
	text-align: center !important;
}
.note-editor.note-frame {
	border: none !important;
	margin: 0 !important;
	background: none;
}
.note-popover.popover {
	display: none;
}
.note-popover .popover-content,
.panel-heading.note-toolbar {
	padding: 10px 15px !important;
	border-radius: 0;
	background: #222;
}
.note-editor.note-frame .note-placeholder,
.note-editor.note-frame .note-editing-area .note-editable {
	padding: 15px !important;
}
.note-toolbar.panel-heading .btn-group .btn {
	margin-top: 0 !important;
}
.note-toolbar .dropdown-toggle:after {
	display: none !important;
}
.note-btn-group .dropdown-menu .btn-group {
	display: inline-block;
}
.bootstrap-colorpalette .btn-color:focus {
	outline: none !important;
	border: 1px solid #000 !important;
}
.simplecolorpicker {
	z-index: 1010 !important;
}
.simplecolorpicker.icon,
.simplecolorpicker span.color {
	border-radius: 4px;
	width: 19px;
}
.simplecolorpicker.fontawesome span.color[data-selected]:after {
	display: block;
	text-align: center;
}
.simplecolorpicker.glyphicons span.color[data-selected]:after {
	content: "\f00c" !important;
	margin-left: 2px !important;
	top: 0 !important;
}
.simplecolorpicker span.color:focus,
.simplecolorpicker.icon:focus {
	outline: none !important;
}
.simplecolorpicker.inline {
	padding: 5px 0 0 !important;
}
.dropzone {
	border: 2px dashed #bdbdbd !important;
	background: none !important;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	cursor: pointer !important;
}
.dropzone.dz-clickable:hover,
.dropzone.dz-clickable:focus {
	background: #f5f5f5 !important;
}
.dropzone.dz-clickable.dz-started:hover,
.dropzone.dz-clickable.dz-started:focus {
	background: none !important;
}
.dropzone .dz-message {
	font-weight: 300 !important;
	letter-spacing: 0.5px;
	color: inherit !important;
	font-size: 28px !important;
}
.dropzone .dz-message {
	text-align: center !important;
	margin: 45px 0 !important;
}
.dropzone .dz-message .dz-note {
	font-size: 14px !important;
	font-weight: normal !important;
	display: block !important;
	margin-top: 20px !important;
	color: #707478 !important;
}
.dropzone .dz-preview.dz-image-preview {
	background: none !important;
}
.dropzone .dz-preview .dz-error-message {
	background: #f44336 !important;
}
.dropzone .dz-preview .dz-error-message:after {
	border-bottom-color: #f44336 !important;
}
.inverse-mode .dropzone {
	border-color: rgba(255, 255, 255, 0.25) !important;
}
.inverse-mode .dropzone.dz-clickable:hover,
.inverse-mode .dropzone.dz-clickable:focus {
	background: rgba(255, 255, 255, 0.15) !important;
}
.inverse-mode .dropzone .dz-message {
	color: inherit !important;
}
.inverse-mode .dropzone .dz-message .dz-note {
	color: rgba(255, 255, 255, 0.75) !important;
}
.swal-modal .btn:focus {
	box-shadow: none !important;
}
.swal-icon--success,
.swal-icon--success__ring {
	border-color: rgba(0, 150, 136, 0.2) !important;
}
.swal-icon--success__line--long,
.swal-icon--success__line--tip {
	background-color: #009688 !important;
}
.swal-icon--info {
	border-color: #00bcd4 !important;
}
.swal-icon--info:after,
.swal-icon--info:before {
	background-color: #00bcd4 !important;
}
.swal-icon--warning__body,
.swal-icon--warning__dot {
	background-color: #ff9800 !important;
}
.swal-icon--warning {
	border-color: #ff9800 !important;
}
.swal-icon--error__line {
	background-color: #f44336 !important;
}
.swal-icon--error {
	border-color: #f44336 !important;
}
.hljs-wrapper {
	background: #E7EDEE;
	border-radius: 3px;
	padding: 10px;
	margin: 0 20px;
}
.hljs-wrapper pre {
	border: none;
	padding: 0;
	background: none;
	border-radius: 0;
}
.hljs-wrapper .hljs {
	padding: 15px;
	border-radius: 0;
	display: block;
	overflow-x: auto;
	color: #222;
	border: none;
	font-size: 13px;
	background: none;
	border-radius: 0;
}
.hljs-wrapper .hljs-tag,
.hljs-wrapper .hljs-section,
.hljs-wrapper .hljs-name,
.hljs-wrapper .hljs-selector-tag,
.hljs-wrapper .hljs-deletion,
.hljs-wrapper .hljs-subst {
	color: #2b71b5;
}
.hljs-wrapper .hljs-attr,
.hljs-wrapper .hljs-variable,
.hljs-wrapper .hljs-template-variable,
.hljs-wrapper .hljs-type,
.hljs-wrapper .hljs-selector-class,
.hljs-wrapper .hljs-selector-attr,
.hljs-wrapper .hljs-selector-pseudo,
.hljs-wrapper .hljs-number {
	color: #4ea2d4;
}
.hljs-wrapper .hljs-string,
.hljs-wrapper .hljs-regexp,
.hljs-wrapper .hljs-addition,
.hljs-wrapper .hljs-attribute,
.hljs-wrapper .hljs-meta-string {
	color: #f44236;
}
.hljs-comment {
	color: #728088;
}
.panel-body + .hljs-wrapper {
	border-radius: 10px!important;
}
.sw-main.sw-theme-default {
	box-shadow: none;
}

.sw-main .nav-tabs {
	background: #f5f5f5;
	border-radius: 0;
	display: table;
	width: 100%;
}

.sw-main .nav-tabs > li {
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0;
}

.sw-main > ul.step-anchor.nav-tabs > li > a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 15px;
	margin: 0;
	border-radius: 0;
	color: #2e353c;
}

.sw-main > ul.step-anchor.nav-tabs > li.active > a {
	color: #fff !important;
	background: #2196f3 !important;
}

.sw-main > ul.step-anchor.nav-tabs > li.active > a .number {
	background: rgba(0, 0, 0, 0.2);
}

.sw-main > ul.step-anchor.nav-tabs > li > a .number {
	float: left;
	padding: 0;
	height: 20px;
	width: 20px;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	margin-right: 10px;
	top: 0;
	background: #bec1c3;
	color: #fff;
	border-radius: 40px;
	position: relative;
}

.sw-main > ul.step-anchor.nav-tabs > li > a .number + .info {
	margin-left: 30px;
	padding-right: 15px;
	display: block;
}

.sw-theme-default > ul.step-anchor.nav-tabs > li > a small {
	display: block;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	opacity: 0.75;
}

.sw-theme-default > ul.step-anchor > li > a::after {
	display: none !important;
}

.sw-main .sw-container .step-content {
	background: #fff;
	padding: 30px;
	border: none !important;
}

.sw-main .sw-toolbar {
	background: #f5f5f5 !important;
	padding: 15px !important;
	display: block;
}

.sw-main .sw-toolbar:after,
.sw-main .sw-toolbar:before {
	content: "";
	display: table;
	clear: both;
}

.sw-main .sw-toolbar .btn {
	border-radius: 4px !important;
	min-width: 100px;
}

.sw-main .sw-toolbar .sw-btn-next,
.sw-main .sw-toolbar .sw-btn-next.disabled,
.sw-main .sw-toolbar .sw-btn-next.disabled:focus,
.sw-main .sw-toolbar .sw-btn-next.disabled:hover {
	color: #fff;
	background: #2196f3;
	border-color: #2196f3;
}

.sw-main .sw-toolbar .sw-btn-next:focus,
.sw-main .sw-toolbar .sw-btn-next:hover {
	background: #2a72b5;
	border-color: #2a72b5;
}

.sw-main .sw-toolbar .sw-btn-prev,
.sw-main .sw-toolbar .sw-btn-prev.disabled,
.sw-main .sw-toolbar .sw-btn-prev.disabled:focus,
.sw-main .sw-toolbar .sw-btn-prev.disabled:hover {
	background: #fff;
}

.sw-main .sw-toolbar .btn + .btn {
	margin-left: 10px;
	border-left: none;
}

.sw-main .sw-btn-group {
	margin: 0;
	box-shadow: none;
}

.sw-main .sw-btn-group .btn {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 4px 4px -2px rgba(0, 0, 0, 0.2);
}

.sw-main .sw-btn-group .btn:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.sw-main .sw-btn-group .btn.active,
.sw-main .sw-btn-group .btn:active {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 4px 4px -2px rgba(0, 0, 0, 0.2) !important;
}

.sw-main.sw-theme-default > ul.step-anchor > li.done > a {
	background: #e9edef !important;
	color: #5b6165 !important;
}

.sw-main > ul.step-anchor.nav-tabs > li.done > a .number,
.sw-main > ul.step-anchor.nav-tabs > li.done > a .number:before {
	background: #2196f3 !important;
}

.sw-main > ul.step-anchor.nav-tabs > li.done > a .number:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 40px;
	color: #fff;
}
.media-messaging .media {
	padding: 15px;
}
.media-messaging .media:first-child {
	padding-top: 0;
}
.media-messaging .media:last-child {
	padding-bottom: 0;
}
.media-messaging .media p {
	margin: 0;
}
.media-messaging .media + .media {
	margin-top: 0;
	padding-top: 15px;
}
.widget {
	color: #5b948a;
	padding: 15px;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
}
.widget.widget-stats {
	position: relative;
}
.widget-stats .stats-info h4 {
	font-size: 13px;
	margin: 5px 0;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}
.widget-stats .stats-icon {
	font-size: 42px;
	height: 56px;
	width: 56px;
	text-align: center;
	line-height: 56px;
	margin-left: 15px;
	color: #000;
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 0.15;
}
.widget-stats .stats-content {
	position: relative;
}
.widget-stats .stats-info p {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.widget-stats .stats-link a {
	display: block;
	margin: 15px -15px -15px;
	padding: 7px 15px;
	background: rgba(0, 0, 0, 0.4);
	text-align: right;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.widget-stats .stats-link a:hover,
.widget-stats .stats-link a:focus {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
.widget-stats .stats-icon.stats-icon-lg {
	font-size: 128px;
	top: 15px;
	right: 0px;
	color: #fff;
	width: 128px;
	height: 50px;
	line-height: 50px;
	text-shadow: 3px 7px rgba(0, 0, 0, 0.25);
}
.widget-stats .stats-icon.stats-icon-lg i {
	position: relative;
}
.widget-stats .stats-icon.stats-icon-square {
	opacity: 1;
	border-radius: 12px;
	font-size: 42px;
	top: 15px;
	right: 15px;
	height: 56px;
	width: 56px;
	text-align: center;
	line-height: 56px;
	margin-left: 15px;
}
.widget-stats .stats-title {
	position: relative;
	margin: 0 0 2px;
	font-size: 13px;
	font-weight: 500;
}
.widget-stats .stats-title,
.widget-stats .stats-desc {
	color: rgba(107, 142, 146, 0.7);
}
.widget-stats .stats-desc {
	margin: -5px 0 -3px;
	font-weight: 400;
}
.widget-stats .stats-number {
	font-size: 24px;
	margin-bottom: 2px;
	font-weight: 400;
}
.widget-stats .stats-progress {
	background: rgba(0, 0, 0, 0.5);
	height: 2px;
	margin: 0 0 15px;
	border-radius: 3px;
}
.widget-stats .stats-progress.stats-progress-light {
	background: rgba(255, 255, 255, 0.3);
}
.widget-stats .stats-progress .progress-bar {
	background: #fff;
	border-radius: 0 3px 3px 0;
}
.widget-stats.text-inverse .stats-desc,
.widget-stats.text-inverse .stats-title {
	color: rgba(0, 0, 0, 0.85);
}
.widget-stats.text-inverse .stats-number,
.widget-stats.text-inverse .stats-desc {
	letter-spacing: 0;
	font-weight: 400;
}
.widget-stats.text-inverse .stats-title {
	font-weight: 700;
}
.widget-stats.bg-white .stats-progress {
	background: rgba(0, 0, 0, 0.1);
}
.widget-stats.bg-white .stats-progress .progress-bar {
	background: #212121;
}
.todolist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.todolist > li {
	border-bottom: 1px solid #ddd;
}
.todolist > li > a {
	display: block;
	color: #333;
}
.todolist > li > a:hover,
.todolist > li > a:focus {
	background: #fafafa;
	text-decoration: none;
}
.todolist > li > a:hover .todolist-input i:before,
.todolist > li > a:focus .todolist-input i:before {
	content: "\f14a";
	opacity: 0.4;
	color: #212121;
}
.todolist > li.active > a .todolist-input i:before,
.todolist > li.active > a:hover .todolist-input i:before,
.todolist > li.active > a:focus .todolist-input i:before {
	content: "\f14a";
	color: #00bcd4;
	opacity: 1;
}
.todolist > li.active > a .todolist-title {
	text-decoration: line-through;
}
.todolist-title {
	padding-right: 15px;
}
.todolist-input {
	text-align: center;
	font-size: 14px;
	border-right: 1px solid #ddd;
	padding-left: 15px;
	color: #f5f5f5;
}
.todolist-input i {
	display: block;
	width: 14px;
	text-align: center;
}
.todolist-input,
.todolist-title {
	display: table-cell;
	padding: 10px;
}
.theme-panel {
	position: fixed;
	right: -175px;
	top: 150px;
	z-index: 1020;
	background: #fff;
	padding: 15px;
	width: 175px;
	transition: right 0.2s linear;
	border-radius: 4px 0 0 4px;
}
.theme-panel.active {
	right: 0;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
	width: 575px;
}
.theme-panel .theme-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.theme-panel .theme-list + .theme-list {
	margin-top: 10px;
}
.theme-panel .theme-list > li {
	float: left;
}
.theme-panel .theme-list > li + li {
	margin-left: 5px;
}
.theme-panel .theme-list > li > a {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	display: block;
	transition: all 0.2s linear;
	text-decoration: none;
}
.theme-panel .theme-list > li > a:hover,
.theme-panel .theme-list > li > a:focus {
	opacity: 0.6;
}
.theme-panel .theme-list > li.active > a {
	position: relative;
}
.theme-panel .theme-list > li.active > a:before {
	content: "\f00c";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	opacity: 0.4;
	text-align: center;
}
.theme-panel .theme-list > li.active > a.bg-white:before {
	color: #666;
}
.theme-panel .theme-collapse-btn {
	position: absolute;
	left: -40px;
	top: 10%;
	margin-top: -15px;
	width: 40px;
	height: 40px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	background: #fff;
	border-radius: 7px 0 0 7px;
	text-align: center;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	padding: 6px;
}
.theme-panel .theme-panel-content {
	margin: -15px;
	padding: 15px;
	background: #fff;
	position: relative;
	z-index: 1020;
	border-radius: 5px 0 0 5px;
}
.theme-panel.active .theme-collapse-btn .fa:before {
	content: "\f00d";
}
.theme-panel .theme-list a.bg-white {
	border: 1px solid #e2e7eb;
}
.theme-panel .control-label {
	line-height: 30px;
}
.theme-panel .control-label.double-line {
	line-height: 15px;
}
.theme-panel .divider {
	height: 1px;
	margin: 15px 0;
	background: #f2f2f2;
}
.widget-chart {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 20px;
}
.widget-chart .chart-title {
	font-size: 16px !important;
	line-height: 20px;
	color: #fff;
	font-weight: 400 !important;
	margin: 2px 5px 5px;
}
.widget-chart .chart-title small {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	line-height: 16px;
	color: #616d72;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}
.widget-chart .widget-chart-content {
	padding: 15px;
	margin-right: 230px;
}
.widget-chart .widget-chart-full-width {
	margin: 0 -15px;
}
.widget-chart .widget-chart-sidebar {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 230px;
	padding: 15px 20px;
	border-radius: 0 4px 4px 0;
}
.widget-chart-sidebar .chart-number {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	margin-bottom: 15px;
}
.widget-chart-sidebar .chart-number small {
	font-size: 13px;
	line-height: 16px;
	margin-top: 3px;
	color: #616d72;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-weight: normal;
}
.widget-chart-sidebar .chart-legend {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
}
.widget-chart-sidebar .chart-legend > li {
	margin-bottom: 5px;
	color: #fff;
}
.widget-chart-sidebar .chart-legend > li span {
	color: rgba(255, 255, 255, 0.5);
	margin-left: 5px;
}
body .morris-hover.morris-default-style {
	border-radius: 6px;
	padding: 6px 10px;
	color: #222;
	background: #f5f5f5;
	border: none;
	font-family: inherit;
	font-size: 13px;
	text-align: center;
}
.morris-inverse .morris-hover {
	background: rgba(25, 30, 35, 0.85) !important;
	border: none !important;
	padding: 10px !important;
	color: #fff !important;
	border-radius: 4px !important;
}
.morris-hover {
	z-index: 0 !important;
}
.registered-users-list {
	list-style-type: none;
	margin: 7.5px;
	padding: 0;
}
.registered-users-list > li {
	width: 25%;
	font-size: 13px;
	float: left;
	padding: 7.5px;
	color: #212121;
}
.registered-users-list > li > a {
	display: block;
	margin-bottom: 10px;
}
.registered-users-list > li img {
	border-radius: 3px;
	max-width: 100%;
}
.registered-users-list > li .username {
	font-size: 13px;
	color: #212121;
	margin-bottom: 0;
	font-weight: 600;
}
.registered-users-list > li .username small {
	display: block;
	font-size: 11px;
	color: #707478;
	line-height: 15px;
}
.chats {
	list-style-type: none;
	margin: 0;
	padding: 12px 15px 15px;
}
.chats > li + li,
.chats > div + div {
	margin-top: 15px;
}
.chats > li:before,
.chats > li:after,
.chats > div:before,
.chats > div:after {
	content: "";
	display: table;
	clear: both;
}
.chats .name {
	color: #333;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	text-decoration: none;
}
.chats .name .label {
	font-size: 8px;
	padding: 1px 4px 2px;
	margin-left: 3px;
	position: relative;
	top: -1px;
}
.chats .date-time {
	font-size: 10px;
	display: block;
	float: right;
	color: #999;
	margin-top: 3px;
}
.chats .image {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
}
.chats .image img {
	max-width: 100%;
}
.chats .image + .message {
	margin-left: 75px;
}
.chats .message {
	padding: 7px 12px;
	font-size: 13px;
	position: relative;
	background: #fff;
	border-radius: 14px;
}
.chats .message:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -13px;
	border: 7px solid transparent;
	border-right-color: #fff;
}
.chats .right .name {
	text-align: right;
}
.chats .right .date-time {
	float: left;
}
.chats .right .image {
	float: right;
}
.chats .right .image + .message {
	margin-right: 75px;
	margin-left: 0;
}
.chats .right .message:before {
	left: auto;
	right: -13px;
	border-right-color: transparent;
	border-left-color: #fff;
}
.panel-body .chats {
	padding: 0;
}
.slimScrollDiv .chats {
	padding-right: 15px;
}
.tab-overflow {
	position: relative;
	overflow: hidden;
	border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs {
	white-space: nowrap;
	overflow: hidden;
	display: table;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
.tab-overflow .nav.nav-tabs > li,
.tab-overflow.nav.nav-tabs > li {
	display: table-cell;
	float: none;
}
.tab-overflow .nav.nav-tabs > li > a {
	margin-left: -1px;
}
.tab-overflow .next-button,
.tab-overflow .prev-button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	display: none !important;
	opacity: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	transition: all 0.2s linear;
}
.tab-overflow .prev-button {
	left: 0;
	right: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
	box-shadow: 0 0 15px #000;
}
.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
	box-shadow: 0 0 15px #000;
}
.tab-overflow .next-button a,
.tab-overflow .prev-button a {
	margin: 0;
	background: #e0e0e0;
}
.flat-black .tab-overflow .next-button a,
.flat-black .tab-overflow .prev-button a {
	background: #d2d2d2;
}
.tab-overflow .prev-button > a {
	border-radius: 3px 0 3px;
}
.tab-overflow .nav-tabs-inverse .next-button > a,
.tab-overflow .nav-tabs-inverse .prev-button > a,
.nav.nav-tabs.nav-tabs-inverse > li > a,
.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
	background: #000;
}
.flat-black .tab-overflow .nav-tabs-inverse .next-button > a,
.flat-black .tab-overflow .nav-tabs-inverse .prev-button > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:focus {
	background: #2a2a2a;
}
.nav.nav-tabs.nav-tabs-inverse > li.active > a,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li.active > a:focus {
	background: #fff;
	color: #000;
}
.tab-overflow.overflow-right .next-button,
.tab-overflow.overflow-left .prev-button {
	display: block !important;
	opacity: 1;
	background: none;
}
.tab-overflow .nav-tabs > li.prev-button + li.active > a {
	border-radius: 0 3px 0 0;
}

.result-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.result-list:before,
.result-list:after {
	content: "";
	display: table;
	clear: both;
}
.result-list > li {
	background: #fff;
	box-shadow: 0 1px #ccc;
	border-radius: 3px;
	overflow: hidden;
}
.result-list > li:before,
.result-list > li:after {
	content: "";
	display: table;
	clear: both;
}
.result-list > li + li {
	margin-top: 10px;
}
.result-list > li > div {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
}
.result-list .result-image {
	width: 240px;
	padding: 0;
	overflow: hidden;
	background: #212121;
	vertical-align: middle;
	display: table-cell;
	background-size: cover;
	background-position: center;
}
.result-list .result-image a {
	display: block;
}
.result-list .result-image a:hover,
.result-list .result-image a:focus {
	opacity: 0.8;
}
.result-list .result-image img {
	width: 100%;
}
.result-list .title {
	margin: 0 0 0px;
	font-size: 18px;
	line-height: 26px;
}
.result-list .title a {
	color: #2e353c;
}
.result-list .location {
	color: #9e9e9e;
	margin-bottom: 15px;
}
.result-list .desc {
	margin-bottom: 20px;
	max-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 16px;
}
.result-list .btn-row:before,
.result-list .btn-row:after {
	content: "";
	display: table;
	clear: both;
}
.result-list .btn-row a {
	color: #2e353c;
	font-size: 14px;
	line-height: 18px;
	float: left;
	padding: 8px 10px;
	border-radius: 4px;
	background: #f5f5f5;
}
.result-list .btn-row a:hover,
.result-list .btn-row a:focus {
	opacity: 1;
}
.result-list .btn-row a + a {
	margin-left: 5px;
}
.result-list .result-price {
	width: 240px;
	font-size: 28px;
	text-align: center;
	background: #f5f5f5;
	color: #2e353c;
	vertical-align: middle;
}
.result-list .result-price small {
	display: block;
	font-size: 10px;
	font-weight: 600;
	color: #9e9e9e;
}
.result-list .result-price .btn {
	margin-top: 30px;
}

.map {
	position: absolute;
	top: 60px;
	bottom: 0;
	left: 220px;
	right: 0;
	z-index: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.map .jvectormap-zoomin {
	top: 70px;
}
.map .jvectormap-zoomout {
	top: 100px;
}
.map .jvectormap-zoomin,
.map .jvectormap-zoomout {
	width: 20px !important;
	height: 20px !important;
	font-size: 14px;
	line-height: 20px !important;
	left: 20px !important;
}
.map-content {
	padding: 0 25px;
	z-index: 100;
	position: relative;
}
.map-float-table {
	position: absolute;
	right: 25px;
	bottom: 25px;
	background: rgba(29, 29, 29, 0.8);
}
.flat-black .map-float-table {
	background: rgba(29, 29, 29, 0.8);
}
.page-with-wide-sidebar .map {
	left: 250px;
}
.page-with-right-sidebar .map {
	right: 220px;
	left: 0;
}
.page-with-wide-sidebar.page-with-right-sidebar .map {
	right: 250px;
	left: 0;
}
.page-sidebar-minified .map {
	left: 60px;
}
.page-with-right-sidebar.page-sidebar-minified .map {
	right: 60px;
}
.invoice {
	background: #fff;
	padding: 20px;
}
.invoice-company {
	font-size: 20px;
}
.invoice-header {
	margin: 0 -20px;
	background: #f5f5f5;
	padding: 20px;
}
.invoice-from,
.invoice-to,
.invoice-date {
	display: table-cell;
	width: 1%;
}
.invoice-from,
.invoice-to {
	padding-right: 20px;
}
.invoice-from strong,
.invoice-to strong,
.invoice-date .date {
	font-size: 16px;
	font-weight: 600;
}
.invoice-date {
	text-align: right;
	padding-left: 20px;
}
.invoice-price {
	background: #f5f5f5;
	display: table;
	width: 100%;
}
.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
	display: table-cell;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	width: 75%;
	position: relative;
	vertical-align: middle;
}
.invoice-price .invoice-price-left .sub-price {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.invoice-price small {
	font-size: 13px;
	font-weight: normal;
	display: block;
}
.invoice-price .invoice-price-row {
	display: table;
	float: left;
}
.invoice-price .invoice-price-right {
	width: 25%;
	background: #212121;
	color: #fff;
	font-size: 28px;
	text-align: right;
	vertical-align: bottom;
	font-weight: 300;
}
.invoice-price .invoice-price-right small {
	display: block;
	opacity: 0.6;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 13px;
	font-weight: 600;
}
.invoice-footer {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 10px;
}
.invoice-note {
	color: #999;
	margin-top: 80px;
	font-size: 85%;
}
.invoice > div:not(.invoice-footer) {
	margin-bottom: 20px;
}
.login {
	margin: -168px 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
}
.login label {
	color: #707478;
}
.login .login-header {
	position: absolute;
	top: -80px;
	left: 50%;
	right: 0;
	width: auto;
	padding: 0 40px;
	margin-left: -225px;
	font-weight: 300;
}
.login .login-header .brand {
	padding: 0;
	font-size: 28px;
	color: #212121;
}
.login .login-header .brand .logo {
	border: 14px solid transparent;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
	width: 28px;
	height: 28px;
	position: relative;
	font-size: 0;
	margin-right: 10px;
	border-radius: 6px;
	top: -11px;
}
.login .login-header .brand small {
	font-size: 14px;
	display: block;
	color: #707478;
}
.login .login-header .icon {
	position: absolute;
	right: 40px;
	top: -2px;
	opacity: 0.1;
}
.login .login-header .icon i {
	font-size: 70px;
}
.login .login-content {
	padding: 30px 40px;
	color: #999;
	width: 450px;
	margin: 0 auto;
}
.gallery {
	margin: -5px;
}
.gallery .image {
	width: 25%;
	display: block;
	overflow: hidden;
	padding: 5px;
}
.gallery .image a {
	transition: all 0.2s linear;
}
.gallery .image a:hover,
.gallery .image a:focus {
	opacity: 0.8;
}
.gallery .image img {
	width: 100%;
	height: 200px;
	border-radius: 3px 3px 0 0;
}
.gallery .image-inner {
	position: relative;
	background: #fff;
	border-radius: 3px 3px 0 0;
}
.gallery .image-caption {
	position: absolute;
	top: 15px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 5px 15px;
	margin: 0;
}
.gallery .image-info {
	background: #fff;
	padding: 15px;
	border-radius: 0 0 3px 3px;
}
.gallery .image-info .title {
	margin: 0 0 10px;
	line-height: 18px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallery .image-info .rating {
	line-height: 20px;
	margin: 0 0 3px;
}
.gallery .image-info .desc {
	line-height: 16px;
	font-size: 13px;
	height: 48px;
	overflow: hidden;
}
.gallery .rating span.star {
	display: inline-block;
}
.gallery .rating span.star:before {
	content: "\f005";
	color: #bdbdbd;
}
.gallery .rating span.star.active:before {
	color: #ff9800;
}
.gallery-option-set {
	display: block;
	margin-bottom: -5px;
}
.gallery-option-set .btn {
	margin: 0 5px 5px 0;
}
.error {
	margin: 0 auto;
	text-align: center;
}
.error-code,
.error-content {
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.error-code {
	bottom: 45%;
	color: rgb(14, 114, 117);
	font-size: 6em;
	line-height: 200px;
	text-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.error-content {
	top: 55%;
	bottom: 0;
	padding-top: 25px;
	background-image: url(images/error-page-pattern.png);
	background: linear-gradient(
		to bottom,
		rgba(21, 179, 184, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
}
.error-message {
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 5px;
}
.error-desc {
	font-size: 13px;
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
}
.timeline {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: 5px;
	background: #212121;
	left: 20%;
	margin-left: -2.5px;
}
.timeline > li {
	position: relative;
	min-height: 50px;
	padding: 10px 0;
}
.timeline .timeline-time {
	position: absolute;
	left: 0;
	width: 18%;
	text-align: right;
	top: 21px;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
	display: block;
	font-weight: 600;
}
.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
}
.timeline .timeline-time .time {
	line-height: 24px;
	font-size: 20px;
	color: #000;
}
.timeline .timeline-icon {
	left: 15%;
	position: absolute;
	width: 10%;
	text-align: center;
	top: 30px;
}
.timeline .timeline-icon a {
	text-decoration: none;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 20px;
	background: #d9e0e7;
	line-height: 10px;
	color: #fff;
	font-size: 14px;
	border: 5px solid #212121;
	transition: border-color 0.2s linear;
}
.timeline .timeline-body {
	margin-left: 23%;
	margin-right: 10%;
	background: #fff;
	position: relative;
	padding: 10px 25px;
	border-radius: 6px;
}
.timeline .timeline-body:before {
	content: "";
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-right-color: #fff;
	left: -20px;
	top: 20px;
}
.timeline .timeline-body > div + div {
	margin-top: 15px;
}
.timeline .timeline-body > div + div:last-child {
	margin-bottom: -20px;
	padding-bottom: 20px;
	border-radius: 0 0 6px 6px;
}
.timeline-header {
	padding-bottom: 0px;
	border-bottom: 1px solid #e2e7eb;
	line-height: 30px;
}
.timeline-header .userimage {
	float: left;
	width: 34px;
	height: 34px;
	border-radius: 40px;
	overflow: hidden;
	margin: -2px 10px -2px 0;
}
.timeline-header .username {
	font-size: 16px;
	font-weight: 500;
}
.timeline-header .username,
.timeline-header .username a {
	color: #212121;
}
.timeline img {
	max-width: 100%;
	display: block;
}
.timeline-content {
	letter-spacing: 0.25px;
	line-height: 18px;
	font-size: 13px;
}
.timeline-content:before,
.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-title {
	margin-top: 0;
}
.timeline-footer {
	background: #fff;
	border-top: 1px solid #e2e7ec;
	padding-top: 15px;
}
.timeline-footer a:not(.btn) {
	color: #575d63;
}
.timeline-footer a:not(.btn):hover,
.timeline-footer a:not(.btn):focus {
	color: #212121;
}
.timeline-likes {
	color: #6d767f;
	font-weight: 600;
	font-size: 13px;
}
.timeline-likes .stats-right {
	float: right;
}
.timeline-likes .stats-total {
	display: inline-block;
	line-height: 20px;
}
.timeline-likes .stats-icon {
	float: left;
	margin-right: 5px;
	font-size: 9px;
}
.timeline-likes .stats-icon + .stats-icon {
	margin-left: -2px;
}
.timeline-likes .stats-text {
	line-height: 20px;
}
.timeline-likes .stats-text + .stats-text {
	margin-left: 15px;
}
.timeline-comment-box {
	background: #f5f5f5;
	margin-left: -25px;
	margin-right: -25px;
	padding: 20px 25px;
}
.timeline-comment-box .user {
	float: left;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 30px;
}
.timeline-comment-box .user img {
	max-width: 100%;
	max-height: 100%;
}
.timeline-comment-box .user + .input {
	margin-left: 44px;
}
.coming-soon .brand {
	line-height: 40px;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}
.coming-soon .brand .logo {
	border: 25px solid transparent;
	border-color: #394449 #2a3237 #1b2123;
	position: relative;
	width: 0;
	height: 0;
	display: block;
	margin: 0 auto 5px;
	vertical-align: middle;
	border-radius: 8px;
}
.coming-soon .coming-soon-header .desc,
.coming-soon .coming-soon-header .timer,
.coming-soon .coming-soon-header .brand {
	position: relative;
	z-index: 1020;
}
.coming-soon .coming-soon-header {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 50px;
	position: relative;
}
.coming-soon .coming-soon-header:before {
	background: #000;
}
.coming-soon .coming-soon-header .bg-cover {
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#bf000000',GradientType=0 );
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.coming-soon .coming-soon-header .desc {
	text-align: center;
	font-size: 13px;
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.5px;
	margin-bottom: 50px;
}
.coming-soon .coming-soon-header .timer {
	margin-bottom: 0px;
	padding: 10px 0;
}
.coming-soon .coming-soon-header .timer:before,
.coming-soon .coming-soon-header .timer:after {
	content: "";
	display: table;
	clear: both;
}
.coming-soon .timer .is-countdown {
	background: none;
	border: none;
	width: 720px;
	margin: 0 auto;
}
.coming-soon .timer .is-countdown .countdown-section {
	padding: 0 10px;
}
.coming-soon .timer .is-countdown .countdown-section + .countdown-section {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.coming-soon .timer .countdown-amount {
	font-size: 36px;
	color: #fff;
}
.coming-soon .timer .countdown-period {
	font-size: 14px;
	color: #999;
}
.coming-soon a {
	color: #00bcd4;
}
.coming-soon .coming-soon-content {
	color: #333;
	text-align: center;
	padding: 25px 0;
}
.coming-soon .coming-soon-content .desc {
	margin-bottom: 25px;
	font-size: 13px;
}
.coming-soon .coming-soon-content .input-group {
	width: 480px;
	margin: 0 auto;
}
.login.login-v2 {
	color: #ccc;
	width: 400px;
	margin: 168px 0 0 -200px;
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 4px;
}
.login.login-v2 a {
	color: #fff;
}
.login.login-v2 label {
	color: #ccc;
}
.login.login-v2 .login-content {
	padding: 20px;
	width: 400px;
}
.login.login-v2 .login-header {
	width: 400px;
	padding: 0 20px;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	position: relative;
}
.login.login-v2 .login-header,
.login.login-v2 .login-header .brand,
.login.login-v2 .login-header .brand small {
	color: #fff;
}
.login.login-v2 .login-header .brand small {
	color: rgba(255, 255, 255, 0.5);
}
.login.login-v2 .login-header .icon {
	opacity: 0.4;
	right: 20px;
	top: 2px;
}
.login.login-v2 .login-header .icon i {
	font-size: 56px;
}
.login.login-v2 .form-control {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	color: #fff;
}
.login.login-v2 .form-control:focus {
	border-color: transparent;
	box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.3);
}
.login-cover,
.login-cover-bg,
.login-cover-image {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: background 0.2s linear;
}
.login-cover-image img {
	max-width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.login-cover-bg {
	background: rgba(0, 0, 0, 0.5);
}
.login-bg-list {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1020;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}
.login-bg-list > li {
	width: 66px;
	height: 66px;
	overflow: hidden;
	float: left;
	transition: all 0.2s linear;
	border: 3px solid transparent;
	border-radius: 66px;
}
.login-bg-list > li:hover,
.login-bg-list > li:focus {
	border-color: rgba(255, 255, 255, 0.5);
}
.login-bg-list > li a {
	display: block;
	height: 60px;
	height: 60px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.login-bg-list > li.active {
	border-color: #fff;
	z-index: 1020;
	position: relative;
}
.login-bg-list > li img {
	max-height: 100%;
}
.list-email {
	margin: -1px 0;
	border-top: 1px solid #e2e7eb;
	border-bottom: 1px solid #e2e7eb;
}
.list-email > li.list-group-item {
	border-radius: 0;
	border: none;
	margin-bottom: 0px;
}
.list-email > li.list-group-item {
	padding: 15px 15px 15px 20px;
	position: relative;
}
.list-email > li.list-group-item + li.list-group-item {
	border-top: 1px solid #e2e7eb;
}
.list-email > li.list-group-item:before,
.list-email > li.list-group-item:after {
	content: "";
	display: table;
	clear: both;
}
.list-email .email-info,
.list-email .email-sender,
.list-email .email-info > a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.list-email .email-info {
	position: relative;
	padding-right: 100px;
}
.list-email .email-user {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #6e7179;
	background: #f4f6f7;
	margin: -5px 0;
}
.list-email .email-user img {
	max-width: 100%;
	display: block;
}
.list-email .email-user + .email-info {
	margin-left: 45px;
}
.list-email .email-checkbox + .email-user + .email-info {
	margin-left: 68px;
}
.list-email .email-checkbox + .email-info {
	margin-left: 23px;
}
.list-email .email-title {
	line-height: 20px;
}
.list-email .unread .email-title {
	color: #2196f3;
	font-weight: 500;
}
.list-email .email-title + .email-desc {
	padding-left: 20px;
}
.list-email .email-title + .email-desc:before {
	content: "";
	position: absolute;
	left: 6px;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #d9dfe3;
	border-radius: 6px;
}
.list-email .email-desc {
	position: relative;
	color: #5c656d;
}
.list-email .email-sender {
	width: 230px;
	float: left;
	padding-right: 15px;
}
.list-email .unread .email-sender {
	font-weight: 500;
}
.list-email .email-title .label {
	position: relative;
	top: -1px;
}
.list-email a {
	color: #000;
	text-decoration: none;
}
.list-email .email-info,
.list-email .email-info > a {
	display: block;
	margin-top: -15px;
	margin-bottom: -15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.list-email .email-info > a {
	margin-right: -115px;
	padding-right: 100px;
	position: relative;
}
.list-email .email-time {
	position: absolute;
	width: 100px;
	padding: 15px;
	top: 0;
	bottom: 0;
	right: 0;
	font-size: 11px;
	color: #9ba3ab;
	text-align: right;
}
.list-email .email-checkbox {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: -5px 5px -5px -12px;
}
.list-email .email-checkbox label {
	color: #e2e7eb;
	display: block;
	cursor: pointer;
}
.list-email .email-checkbox label input[type="checkbox"] {
	display: none;
}
.list-email .email-checkbox label i {
	font-size: 16px;
	display: block;
	line-height: 30px;
	transition: all 0.2s linear;
}
.list-email .email-checkbox label.active {
	color: #2e353c;
}
.list-email .email-checkbox label.active i:before {
	content: "\f14a";
}
.list-email > li.selected {
	background: #e2e7ec;
}
.attached-document {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
}
.attached-document > li {
	width: 180px;
	float: left;
	background: #fff;
	color: #2e353c;
	font-weight: 600;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #d9dfe5;
}
.attached-document > li:before {
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 13px;
	background: #d9dfe5;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.attached-document > li img {
	max-width: 100%;
}
.attached-document > li .document-name {
	padding: 5px 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #f1f3f4;
}
.attached-document > li .document-name a {
	color: #212121;
}
.attached-document > li .document-file {
	height: 70px;
	background: none;
	overflow: hidden;
	text-align: center;
	line-height: 70px;
	font-size: 32px;
	margin: -1px;
}
.inbox .nav-title {
	font-size: 10px;
	color: #9e9e9e;
	padding: 15px 13px 7px;
}
.inbox .nav-inbox {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.inbox .nav-inbox > li {
	display: block;
}
.inbox .nav-inbox > li > a {
	display: block;
	text-decoration: none;
	border-radius: 0;
	padding: 8px 20px;
	color: #212121;
	font-weight: 500;
}
.inbox .nav-inbox > li > a i {
	width: 18px;
}
.inbox .nav-inbox > li + li {
	margin-top: 0;
}
.inbox .nav-inbox > li.active > a,
.inbox .nav-inbox > li.active > a:hover,
.inbox .nav-inbox > li.active > a:focus {
	background: #ddd;
	color: #212121;
}
.inbox .nav-inbox > li > a .badge,
.inbox .nav-inbox > li.active > a .badge {
	background: #212121;
	color: #fff;
	padding: 4px 8px;
	margin-top: 0;
	font-size: 10px;
	line-height: 11px;
}
.inbox .float-right-link {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 13px;
}
.inbox .email-to {
	position: relative;
}
.inbox .email-to .tagit,
.inbox .email-to .form-control {
	border: none !important;
	border-bottom: 1px solid #ccd0d4 !important;
	padding: 9px 12px 9px 45px !important;
	border-radius: 0;
}
.inbox .tagit input[type="text"] {
	font-weight: 500;
}
.inbox .email-subject .form-control {
	border: none !important;
	border-bottom: 1px solid #ccd0d4 !important;
	padding: 9px 12px 9px 12px !important;
	border-radius: 0;
}
.inbox .email-subject .form-control:focus {
	box-shadow: none;
}
.inbox .email-to .control-label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding-top: 13px;
	padding-left: 10px;
	line-height: 16px;
	width: 45px;
}
.inbox .email-content {
	padding: 0;
	margin: 0;
}
.inbox .email-content .wysihtml5-toolbar {
	padding: 10px 0 0;
}
.inbox .email-content .wysihtml5-toolbar .btn-group {
	margin-bottom: 5px;
}
.inbox .email-content .wysihtml5-toolbar .btn {
	font-size: 13px;
}
.inbox .email-content .wysihtml5-toolbar > li {
	margin: 0 5px 5px 0;
}
.inbox .email-content .wysihtml5-sandbox {
	border-radius: 0 !important;
	padding: 15px !important;
	border: 1px solid #ccd0d4 !important;
}
.login.login-with-news-feed,
.register.register-with-news-feed {
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	height: 100%;
}
.login.login-with-news-feed .news-feed,
.register.register-with-news-feed .news-feed {
	position: fixed;
	left: 0;
	right: 500px;
	top: 0;
	bottom: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
}
.login.login-with-news-feed .news-image,
.register.register-with-news-feed .news-image {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.login.login-with-news-feed .news-image img,
.register.register-with-news-feed .news-image img {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	max-height: 100%;
	min-width: 100%;
	top: -1960px;
	bottom: -1960px;
	left: -1960px;
	right: -1960px;
	margin: auto;
}
.login.login-with-news-feed .news-caption,
.register.register-with-news-feed .news-caption {
	color: rgba(255, 255, 255, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 60px 30px;
	font-size: 18px;
	z-index: 20;
	font-weight: 300;
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.login.login-with-news-feed .news-caption .caption-title,
.register.register-with-news-feed .news-caption .caption-title {
	color: #fff;
	font-weight: 300;
	font-size: 36px;
}
.login.login-with-news-feed .right-content,
.register.register-with-news-feed .right-content {
	float: right;
	width: 500px;
	height: 100%;
	margin-top: 6em;
}
.login.login-with-news-feed .login-content,
.register.register-with-news-feed .register-content {
	width: auto;
	padding: 30px 60px;
}
.register.register-with-news-feed .register-content {
	padding: 20px 60px 30px;
}
.login.login-with-news-feed .login-header,
.register.register-with-news-feed .register-header {
	position: relative;
	top: 0;
	margin: 0;
	left: 0;
	right: 0;
	padding: 100px 60px 0;
}
.register.register-with-news-feed .register-header {
	padding: 60px 60px 0;
	font-size: 32px;
}
.register.register-with-news-feed .register-header small {
	color: #707478;
	display: block;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
}
.login.login-with-news-feed .login-header .brand {
	color: #000;
	text-align: center;
}
.login.login-with-news-feed .login-header .brand small {
	color: #707478;
}
.login.login-with-news-feed .login-header .icon {
	top: 98px;
	right: 10px;
}
.profile-header {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.profile-header .profile-header-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background: rgba(21, 179, 184, 1);
	background: -moz-linear-gradient(
		top,
		rgba(21, 179, 184, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(21, 179, 184, 1)),
		color-stop(100%, rgba(0, 0, 0, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(21, 179, 184, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(21, 179, 184, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(21, 179, 184, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(21, 179, 184, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.profile {
	margin-top: 1px;
}
.profile-header .profile-header-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
}
.profile-header .profile-header-content {
	color: #fff;
	padding: 25px;
}
.profile-header-img {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 0 -20px 0;
	padding: 3px;
	border-radius: 4px;
	background: #fff;
}
.profile-header-img img {
	max-width: 100%;
}
.profile-header-info h4 {
	font-weight: 500;
	color: #fff;
}
.profile-header-img + .profile-header-info {
	margin-left: 140px;
}
.profile-header .profile-header-content,
.profile-header .profile-header-tab {
	position: relative;
}
.profile-header .profile-header-tab {
	background: #fff;
	list-style-type: none;
	margin: -10px 0 0;
	padding: 0 0 0 140px;
	white-space: nowrap;
	border-radius: 0;
}
.profile-header .profile-header-tab > li {
	display: inline-block;
	margin: 0;
}
.profile-header .profile-header-tab > li > a {
	display: block;
	color: #9e9e9e;
	line-height: 20px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	border: none;
}
.profile-header .profile-header-tab > li.active > a,
.profile-header .profile-header-tab > li > a.active {
	color: #000;
}
.profile-content {
	padding: 25px;
	border-radius: 4px;
}
.profile-content:before,
.profile-content:after {
	content: "";
	display: table;
	clear: both;
}
.profile-content .tab-content,
.profile-content .tab-pane {
	background: none;
}
.profile-left {
	width: 200px;
	float: left;
}
.profile-right {
	margin-left: 240px;
	padding-right: 20px;
}
.profile-image {
	height: 175px;
	line-height: 175px;
	text-align: center;
	font-size: 72px;
	margin-bottom: 10px;
	border: 2px solid #e2e7eb;
	overflow: hidden;
	border-radius: 4px;
}
.profile-image img {
	display: block;
	max-width: 100%;
}
.profile-highlight {
	padding: 12px 15px;
	background: #fefde1;
	border-radius: 4px;
}
.profile-highlight h4 {
	margin: 0 0 7px;
	font-size: 13px;
	font-weight: bold;
}
.table.table-profile > thead > tr > th {
	border-bottom: none !important;
}
.table.table-profile > thead > tr > th h4 {
	font-size: 20px;
	margin-top: 0;
}
.table.table-profile > thead > tr > th h4 small {
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-top: 5px;
}
.table.table-profile > thead > tr > th,
.table.table-profile > tbody > tr > td {
	border: none;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000;
	background: none;
}
.table.table-profile > tbody > tr > td.field {
	width: 25%;
	text-align: right;
	font-weight: 600;
	color: #212121;
}
.table.table-profile > tbody > tr.highlight > td {
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}
.table.table-profile > tbody > tr.divider > td {
	padding: 0 !important;
	height: 10px;
}
.profile-section + .profile-section {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #b9c3ca;
}
.profile-section:before,
.profile-section:after {
	content: "";
	display: table;
	clear: both;
}
.profile-section .title {
	font-size: 20px;
	margin: 0 0 15px;
}
.profile-section .title small {
	font-weight: normal;
}
.row {
	margin: 0 -10px;
}
.row > [class^="col-"] {
	padding: 0 10px;
}
.row.row-space-0 {
	margin: 0;
}
.row.row-space-2 {
	margin: 0 -1px;
}
.row.row-space-4 {
	margin: 0 -2px;
}
.row.row-space-6 {
	margin: 0 -3px;
}
.row.row-space-8 {
	margin: 0 -4px;
}
.row.row-space-10 {
	margin: 0 -5px;
}
.row.row-space-12 {
	margin: 0 -6px;
}
.row.row-space-14 {
	margin: 0 -7px;
}
.row.row-space-16 {
	margin: 0 -8px;
}
.row.row-space-18 {
	margin: 0 -9px;
}
.row.row-space-18 {
	margin: 0 -10px;
}
.row.row-space-22 {
	margin: 0 -11px;
}
.row.row-space-24 {
	margin: 0 -12px;
}
.row.row-space-26 {
	margin: 0 -13px;
}
.row.row-space-28 {
	margin: 0 -14px;
}
.row.row-space-30 {
	margin: 0 -15px;
}
.row.row-space-0 > [class^="col-"] {
	padding: 0;
}
.row.row-space-2 > [class^="col-"] {
	padding: 0 1px;
}
.row.row-space-4 > [class^="col-"] {
	padding: 0 2px;
}
.row.row-space-6 > [class^="col-"] {
	padding: 0 3px;
}
.row.row-space-8 > [class^="col-"] {
	padding: 0 4px;
}
.row.row-space-10 > [class^="col-"] {
	padding: 0 5px;
}
.row.row-space-12 > [class^="col-"] {
	padding: 0 6px;
}
.row.row-space-14 > [class^="col-"] {
	padding: 0 7px;
}
.row.row-space-16 > [class^="col-"] {
	padding: 0 8px;
}
.row.row-space-18 > [class^="col-"] {
	padding: 0 9px;
}
.row.row-space-20 > [class^="col-"] {
	padding: 0 10px;
}
.row.row-space-22 > [class^="col-"] {
	padding: 0 11px;
}
.row.row-space-24 > [class^="col-"] {
	padding: 0 12px;
}
.row.row-space-26 > [class^="col-"] {
	padding: 0 13px;
}
.row.row-space-28 > [class^="col-"] {
	padding: 0 14px;
}
.row.row-space-30 > [class^="col-"] {
	padding: 0 15px;
}

.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-visible {
	overflow: visible !important;
}
.overflow-scroll {
	overflow: scroll !important;
}
.overflow-x-hidden {
	overflow-x: hidden !important;
}
.overflow-x-visible {
	overflow-x: visible !important;
}
.overflow-x-scroll {
	overflow-x: scroll !important;
}
.overflow-y-hidden {
	overflow-y: hidden !important;
}
.overflow-y-visible {
	overflow-y: visible !important;
}
.overflow-y-scroll {
	overflow-y: scroll !important;
}

.m-auto {
	margin: 0 auto !important;
}
.m-0 {
	margin: 0px !important;
}
.m-1 {
	margin: 1px !important;
}
.m-2 {
	margin: 2px !important;
}
.m-3 {
	margin: 3px !important;
}
.m-4 {
	margin: 4px !important;
}
.m-5 {
	margin: 5px !important;
}
.m-10 {
	margin: 10px !important;
}
.m-15 {
	margin: 15px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-25 {
	margin: 25px !important;
}
.m-30 {
	margin: 30px !important;
}
.m-35 {
	margin: 35px !important;
}
.m-40 {
	margin: 40px !important;
}

.m-t-0 {
	margin-top: 0px !important;
}
.m-t-1 {
	margin-top: 1px !important;
}
.m-t-2 {
	margin-top: 2px !important;
}
.m-t-3 {
	margin-top: 3px !important;
}
.m-t-4 {
	margin-top: 4px !important;
}
.m-t-5 {
	margin-top: 5px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-15 {
	margin-top: 15px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-25 {
	margin-top: 25px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-35 {
	margin-top: 35px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}

.m-r-0 {
	margin-right: 0px !important;
}
.m-r-1 {
	margin-right: 1px !important;
}
.m-r-2 {
	margin-right: 2px !important;
}
.m-r-3 {
	margin-right: 3px !important;
}
.m-r-4 {
	margin-right: 4px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-r-10 {
	margin-right: 10px !important;
}
.m-r-15 {
	margin-right: 15px !important;
}
.m-r-20 {
	margin-right: 20px !important;
}
.m-r-25 {
	margin-right: 25px !important;
}
.m-r-30 {
	margin-right: 30px !important;
}
.m-r-35 {
	margin-right: 35px !important;
}
.m-r-40 {
	margin-right: 40px !important;
}

.m-b-0 {
	margin-bottom: 0px !important;
}
.m-b-1 {
	margin-bottom: 1px !important;
}
.m-b-2 {
	margin-bottom: 2px !important;
}
.m-b-3 {
	margin-bottom: 3px !important;
}
.m-b-4 {
	margin-bottom: 4px !important;
}
.m-b-5 {
	margin-bottom: 5px !important;
}
.m-b-10 {
	margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.m-b-25 {
	margin-bottom: 25px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-b-35 {
	margin-bottom: 35px !important;
}
.m-b-40 {
	margin-bottom: 40px !important;
}

.m-l-0 {
	margin-left: 0px !important;
}
.m-l-1 {
	margin-left: 1px !important;
}
.m-l-2 {
	margin-left: 2px !important;
}
.m-l-3 {
	margin-left: 3px !important;
}
.m-l-4 {
	margin-left: 4px !important;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-l-10 {
	margin-left: 10px !important;
}
.m-l-15 {
	margin-left: 15px !important;
}
.m-l-20 {
	margin-left: 20px !important;
}
.m-l-25 {
	margin-left: 25px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.m-l-35 {
	margin-left: 35px !important;
}
.m-l-40 {
	margin-left: 40px !important;
}

.p-0 {
	padding: 0px !important;
}
.p-1 {
	padding: 1px !important;
}
.p-2 {
	padding: 2px !important;
}
.p-3 {
	padding: 3px !important;
}
.p-4 {
	padding: 4px !important;
}
.p-5 {
	padding: 5px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-15 {
	padding: 15px !important;
}
.wrapper {
	padding: 15px;
}
.p-20 {
	padding: 20px !important;
}
.p-25 {
	padding: 25px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-35 {
	padding: 35px !important;
}
.p-40 {
	padding: 40px !important;
}

.p-t-0 {
	padding-top: 0px !important;
}
.p-t-1 {
	padding-top: 1px !important;
}
.p-t-2 {
	padding-top: 2px !important;
}
.p-t-3 {
	padding-top: 3px !important;
}
.p-t-4 {
	padding-top: 4px !important;
}
.p-t-5 {
	padding-top: 5px !important;
}
.p-t-10 {
	padding-top: 10px !important;
}
.p-t-15 {
	padding-top: 15px !important;
}
.p-t-20 {
	padding-top: 20px !important;
}
.p-t-25 {
	padding-top: 25px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-t-35 {
	padding-top: 35px !important;
}
.p-t-40 {
	padding-top: 40px !important;
}

.p-r-0 {
	padding-right: 0px !important;
}
.p-r-1 {
	padding-right: 1px !important;
}
.p-r-2 {
	padding-right: 2px !important;
}
.p-r-3 {
	padding-right: 3px !important;
}
.p-r-4 {
	padding-right: 4px !important;
}
.p-r-5 {
	padding-right: 5px !important;
}
.p-r-10 {
	padding-right: 10px !important;
}
.p-r-15 {
	padding-right: 15px !important;
}
.p-r-20 {
	padding-right: 20px !important;
}
.p-r-25 {
	padding-right: 25px !important;
}
.p-r-30 {
	padding-right: 30px !important;
}
.p-r-35 {
	padding-right: 35px !important;
}
.p-r-40 {
	padding-right: 40px !important;
}

.p-b-0 {
	padding-bottom: 0px !important;
}
.p-b-1 {
	padding-bottom: 1px !important;
}
.p-b-2 {
	padding-bottom: 2px !important;
}
.p-b-3 {
	padding-bottom: 3px !important;
}
.p-b-4 {
	padding-bottom: 4px !important;
}
.p-b-5 {
	padding-bottom: 5px !important;
}
.p-b-10 {
	padding-bottom: 10px !important;
}
.p-b-15 {
	padding-bottom: 15px !important;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.p-b-25 {
	padding-bottom: 25px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.p-b-35 {
	padding-bottom: 35px !important;
}
.p-b-40 {
	padding-bottom: 40px !important;
}

.p-l-0 {
	padding-left: 0px !important;
}
.p-l-1 {
	padding-left: 1px !important;
}
.p-l-2 {
	padding-left: 2px !important;
}
.p-l-3 {
	padding-left: 3px !important;
}
.p-l-4 {
	padding-left: 4px !important;
}
.p-l-5 {
	padding-left: 5px !important;
}
.p-l-10 {
	padding-left: 10px !important;
}
.p-l-15 {
	padding-left: 15px !important;
}
.p-l-20 {
	padding-left: 20px !important;
}
.p-l-25 {
	padding-left: 25px !important;
}
.p-l-30 {
	padding-left: 30px !important;
}
.p-l-35 {
	padding-left: 35px !important;
}
.p-l-40 {
	padding-left: 40px !important;
}

.f-s-0 {
	font-size: 0px !important;
}
.f-s-1 {
	font-size: 1px !important;
}
.f-s-2 {
	font-size: 2px !important;
}
.f-s-3 {
	font-size: 3px !important;
}
.f-s-4 {
	font-size: 4px !important;
}
.f-s-5 {
	font-size: 5px !important;
}
.f-s-6 {
	font-size: 6px !important;
}
.f-s-7 {
	font-size: 7px !important;
}
.f-s-8 {
	font-size: 8px !important;
}
.f-s-9 {
	font-size: 9px !important;
}
.f-s-10 {
	font-size: 10px !important;
}
.f-s-11 {
	font-size: 11px !important;
}
.f-s-12 {
	font-size: 12px !important;
}
.f-s-13 {
	font-size: 13px !important;
}
.f-s-14 {
	font-size: 14px !important;
}
.f-s-15 {
	font-size: 15px !important;
}
.f-s-16 {
	font-size: 16px !important;
}
.f-s-17 {
	font-size: 17px !important;
}
.f-s-18 {
	font-size: 18px !important;
}
.f-s-19 {
	font-size: 19px !important;
}
.f-s-20 {
	font-size: 20px !important;
}

.l-h-0 {
	line-height: 0px !important;
}
.l-h-1 {
	line-height: 1px !important;
}
.l-h-2 {
	line-height: 2px !important;
}
.l-h-3 {
	line-height: 3px !important;
}
.l-h-4 {
	line-height: 4px !important;
}
.l-h-5 {
	line-height: 5px !important;
}
.l-h-6 {
	line-height: 6px !important;
}
.l-h-7 {
	line-height: 7px !important;
}
.l-h-8 {
	line-height: 8px !important;
}
.l-h-9 {
	line-height: 9px !important;
}
.l-h-10 {
	line-height: 10px !important;
}
.l-h-11 {
	line-height: 11px !important;
}
.l-h-12 {
	line-height: 12px !important;
}
.l-h-13 {
	line-height: 13px !important;
}
.l-h-14 {
	line-height: 14px !important;
}
.l-h-15 {
	line-height: 15px !important;
}
.l-h-16 {
	line-height: 16px !important;
}
.l-h-17 {
	line-height: 17px !important;
}
.l-h-18 {
	line-height: 18px !important;
}
.l-h-19 {
	line-height: 19px !important;
}
.l-h-20 {
	line-height: 20px !important;
}
.l-h-20 {
	line-height: 20px !important;
}
.l-h-21 {
	line-height: 21px !important;
}
.l-h-22 {
	line-height: 22px !important;
}
.l-h-23 {
	line-height: 23px !important;
}
.l-h-24 {
	line-height: 24px !important;
}
.l-h-25 {
	line-height: 25px !important;
}
.l-h-26 {
	line-height: 26px !important;
}
.l-h-27 {
	line-height: 27px !important;
}
.l-h-28 {
	line-height: 28px !important;
}
.l-h-29 {
	line-height: 29px !important;
}
.l-h-30 {
	line-height: 30px !important;
}

.t-plus-1 {
	position: relative !important;
	top: 1px !important;
}
.t-plus-2 {
	position: relative !important;
	top: 2px !important;
}
.t-plus-3 {
	position: relative !important;
	top: 3px !important;
}
.t-plus-4 {
	position: relative !important;
	top: 4px !important;
}
.t-plus-5 {
	position: relative !important;
	top: 5px !important;
}
.t-plus-6 {
	position: relative !important;
	top: 6px !important;
}
.t-plus-7 {
	position: relative !important;
	top: 7px !important;
}
.t-plus-8 {
	position: relative !important;
	top: 8px !important;
}
.t-plus-9 {
	position: relative !important;
	top: 9px !important;
}
.t-plus-10 {
	position: relative !important;
	top: 10px !important;
}

.t-minus-1 {
	position: relative !important;
	top: -1px !important;
}
.t-minus-2 {
	position: relative !important;
	top: -2px !important;
}
.t-minus-3 {
	position: relative !important;
	top: -3px !important;
}
.t-minus-4 {
	position: relative !important;
	top: -4px !important;
}
.t-minus-5 {
	position: relative !important;
	top: -5px !important;
}
.t-minus-6 {
	position: relative !important;
	top: -6px !important;
}
.t-minus-7 {
	position: relative !important;
	top: -7px !important;
}
.t-minus-8 {
	position: relative !important;
	top: -8px !important;
}
.t-minus-9 {
	position: relative !important;
	top: -9px !important;
}
.t-minus-10 {
	position: relative !important;
	top: -10px !important;
}

.l-plus-1 {
	position: relative !important;
	left: 1px !important;
}
.l-plus-2 {
	position: relative !important;
	left: 2px !important;
}
.l-plus-3 {
	position: relative !important;
	left: 3px !important;
}
.l-plus-4 {
	position: relative !important;
	left: 4px !important;
}
.l-plus-5 {
	position: relative !important;
	left: 5px !important;
}
.l-plus-6 {
	position: relative !important;
	left: 6px !important;
}
.l-plus-7 {
	position: relative !important;
	left: 7px !important;
}
.l-plus-8 {
	position: relative !important;
	left: 8px !important;
}
.l-plus-9 {
	position: relative !important;
	left: 9px !important;
}
.l-plus-10 {
	position: relative !important;
	left: 10px !important;
}

.l-minus-1 {
	position: relative !important;
	left: -1px !important;
}
.l-minus-2 {
	position: relative !important;
	left: -2px !important;
}
.l-minus-3 {
	position: relative !important;
	left: -3px !important;
}
.l-minus-4 {
	position: relative !important;
	left: -4px !important;
}
.l-minus-5 {
	position: relative !important;
	left: -5px !important;
}
.l-minus-6 {
	position: relative !important;
	left: -6px !important;
}
.l-minus-7 {
	position: relative !important;
	left: -7px !important;
}
.l-minus-8 {
	position: relative !important;
	left: -8px !important;
}
.l-minus-9 {
	position: relative !important;
	left: -9px !important;
}
.l-minus-10 {
	position: relative !important;
	left: -10px !important;
}

.r-plus-1 {
	position: relative !important;
	right: 1px !important;
}
.r-plus-2 {
	position: relative !important;
	right: 2px !important;
}
.r-plus-3 {
	position: relative !important;
	right: 3px !important;
}
.r-plus-4 {
	position: relative !important;
	right: 4px !important;
}
.r-plus-5 {
	position: relative !important;
	right: 5px !important;
}
.r-plus-6 {
	position: relative !important;
	right: 6px !important;
}
.r-plus-7 {
	position: relative !important;
	right: 7px !important;
}
.r-plus-8 {
	position: relative !important;
	right: 8px !important;
}
.r-plus-9 {
	position: relative !important;
	right: 9px !important;
}
.r-plus-10 {
	position: relative !important;
	right: 10px !important;
}

.r-minus-1 {
	position: relative !important;
	right: -1px !important;
}
.r-minus-2 {
	position: relative !important;
	right: -2px !important;
}
.r-minus-3 {
	position: relative !important;
	right: -3px !important;
}
.r-minus-4 {
	position: relative !important;
	right: -4px !important;
}
.r-minus-5 {
	position: relative !important;
	right: -5px !important;
}
.r-minus-6 {
	position: relative !important;
	right: -6px !important;
}
.r-minus-7 {
	position: relative !important;
	right: -7px !important;
}
.r-minus-8 {
	position: relative !important;
	right: -8px !important;
}
.r-minus-9 {
	position: relative !important;
	right: -9px !important;
}
.r-minus-10 {
	position: relative !important;
	right: -10px !important;
}

.b-plus-1 {
	position: relative !important;
	bottom: 1px !important;
}
.b-plus-2 {
	position: relative !important;
	bottom: 2px !important;
}
.b-plus-3 {
	position: relative !important;
	bottom: 3px !important;
}
.b-plus-4 {
	position: relative !important;
	bottom: 4px !important;
}
.b-plus-5 {
	position: relative !important;
	bottom: 5px !important;
}
.b-plus-6 {
	position: relative !important;
	bottom: 6px !important;
}
.b-plus-7 {
	position: relative !important;
	bottom: 7px !important;
}
.b-plus-8 {
	position: relative !important;
	bottom: 8px !important;
}
.b-plus-9 {
	position: relative !important;
	bottom: 9px !important;
}
.b-plus-10 {
	position: relative !important;
	bottom: 10px !important;
}

.b-minus-1 {
	position: relative !important;
	bottom: -1px !important;
}
.b-minus-2 {
	position: relative !important;
	bottom: -2px !important;
}
.b-minus-3 {
	position: relative !important;
	bottom: -3px !important;
}
.b-minus-4 {
	position: relative !important;
	bottom: -4px !important;
}
.b-minus-5 {
	position: relative !important;
	bottom: -5px !important;
}
.b-minus-6 {
	position: relative !important;
	bottom: -6px !important;
}
.b-minus-7 {
	position: relative !important;
	bottom: -7px !important;
}
.b-minus-8 {
	position: relative !important;
	bottom: -8px !important;
}
.b-minus-9 {
	position: relative !important;
	bottom: -9px !important;
}
.b-minus-10 {
	position: relative !important;
	bottom: -10px !important;
}

.hide {
	display: none !important;
}

.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}

.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.pull-none {
	float: none !important;
}

.f-w-100 {
	font-weight: 100 !important;
}
.f-w-200 {
	font-weight: 200 !important;
}
.f-w-300 {
	font-weight: 300 !important;
}
.f-w-400 {
	font-weight: 400 !important;
}
.f-w-500 {
	font-weight: 500 !important;
}
.f-w-600,
.semi-bold {
	font-weight: 600 !important;
}
.f-w-700 {
	font-weight: 700 !important;
}

.table-valign-middle th,
.table-valign-middle td {
	vertical-align: middle !important;
}
.table-th-valign-middle th,
.table-td-valign-middle td {
	vertical-align: middle !important;
}
.table-no-border-left th:first-child,
.table-no-border-left td:first-child {
	border-left: none !important;
}
.table-no-border-bottom tr:last-child td {
	border-bottom: none !important;
}
.table-no-border-top tr:first-child td {
	border-top: none !important;
}
.table-no-border-right th:last-child,
.table-no-border-right td:last-child {
	border-right: none !important;
}
.table-valign-top th,
.table-valign-top td {
	vertical-align: top !important;
}
.table-th-valign-top th,
.table-td-valign-top td {
	vertical-align: top !important;
}
.table-valign-bottom th,
.table-valign-bottom td {
	vertical-align: bottom !important;
}
.table-th-valign-bottom th,
.table-td-valign-bottom td {
	vertical-align: bottom !important;
}
.valign-top {
	vertical-align: top !important;
}
.valign-bottom {
	vertical-align: bottom !important;
}
.valign-middle {
	vertical-align: middle !important;
}
.vertical-box {
	display: table;
	table-layout: fixed;
	border-spacing: 0;
	height: 100%;
	width: 100%;
}
.vertical-box-column {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
.vertical-box-row {
	display: table-row;
	height: 100%;
}
.vertical-box-row > .vertical-box-cell {
	position: relative;
	height: 100%;
	width: 100%;
	float: none;
}
.vertical-box-row > .vertical-box-cell > .vertical-box-inner-cell {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}
.vertical-box.with-grid > .vertical-box-column + .vertical-box-column {
	border-left: 1px solid #d9dfe2;
}
.vertical-box.with-grid .vertical-box-row + .vertical-box-row > div,
.vertical-box.with-grid .vertical-box-row + .wrapper,
.vertical-box.with-grid .wrapper + .vertical-box-row > div,
.vertical-box.with-grid .wrapper + .wrapper {
	border-top: 1px solid #d9dfe2;
}
.no-rounded-corner {
	border-radius: 0 !important;
}
.rounded-corner {
	border-radius: 50px !important;
}
.no-box-shadow {
	box-shadow: none !important;
}

.no-border {
	border: 0 !important;
}
.b-0 {
	border: 0 !important;
}
.b-t-0 {
	border-top: 0 !important;
}
.b-r-0 {
	border-right: 0 !important;
}
.b-b-0 {
	border-bottom: 0 !important;
}
.b-l-0 {
	border-left: 0 !important;
}
.b-1 {
	border: 1px solid #f5f5f5 !important;
}
.b-t-1 {
	border-top: 1px solid #f5f5f5 !important;
}
.b-r-1 {
	border-right: 1px solid #f5f5f5 !important;
}
.b-b-1 {
	border-bottom: 1px solid #f5f5f5 !important;
}
.b-l-1 {
	border-left: 1px solid #f5f5f5 !important;
}
.border-top-1 {
	border-top: 1px solid #f5f5f5 !important;
}
.border-right-1 {
	border-right: 1px solid #f5f5f5 !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #f5f5f5 !important;
}
.border-left-1 {
	border-left: 1px solid #f5f5f5 !important;
}

/* Red */

.bg-red,
.bg-red-500,
.bg-danger,
.panel-red .panel-heading,
.panel-danger .panel-heading {
	background: #f44336 !important;
}
.bg-red-transparent-1 {
	background: rgba(244, 67, 54, 0.1) !important;
}
.bg-red-transparent-2 {
	background: rgba(244, 67, 54, 0.2) !important;
}
.bg-red-transparent-3 {
	background: rgba(244, 67, 54, 0.3) !important;
}
.bg-red-transparent-4 {
	background: rgba(244, 67, 54, 0.4) !important;
}
.bg-red-transparent-5 {
	background: rgba(244, 67, 54, 0.5) !important;
}
.bg-red-transparent-6 {
	background: rgba(244, 67, 54, 0.6) !important;
}
.bg-red-transparent-7 {
	background: rgba(244, 67, 54, 0.7) !important;
}
.bg-red-transparent-8 {
	background: rgba(244, 67, 54, 0.8) !important;
}
.bg-red-transparent-9 {
	background: rgba(244, 67, 54, 0.9) !important;
}
.bg-red-50 {
	background: #ffebee !important;
}
.bg-red-100 {
	background: #ffcdd2 !important;
}
.bg-red-200 {
	background: #ef9a9a !important;
}
.bg-red-300,
.bg-red-lighter {
	background: #e57373 !important;
}
.bg-red-400 {
	background: #ef5350 !important;
}
.bg-red-600 {
	background: #e53935 !important;
}
.bg-red-700,
.bg-red-darker {
	background: #d32f2f !important;
}
.bg-red-800 {
	background: #c62828 !important;
}
.bg-red-900 {
	background: #b71c1c !important;
}
.text-red,
.text-danger,
.text-red-500 {
	color: #f44336 !important;
}
a.text-red:hover,
a.text-red:focus,
a.text-danger:hover,
a.text-danger:focus {
	color: #d32f2f !important;
}
.text-red-transparent-1 {
	color: rgba(244, 67, 54, 0.1) !important;
}
.text-red-transparent-2 {
	color: rgba(244, 67, 54, 0.2) !important;
}
.text-red-transparent-3 {
	color: rgba(244, 67, 54, 0.3) !important;
}
.text-red-transparent-4 {
	color: rgba(244, 67, 54, 0.4) !important;
}
.text-red-transparent-5 {
	color: rgba(244, 67, 54, 0.5) !important;
}
.text-red-transparent-6 {
	color: rgba(244, 67, 54, 0.6) !important;
}
.text-red-transparent-7 {
	color: rgba(244, 67, 54, 0.7) !important;
}
.text-red-transparent-8 {
	color: rgba(244, 67, 54, 0.8) !important;
}
.text-red-transparent-9 {
	color: rgba(244, 67, 54, 0.9) !important;
}
.text-red-50 {
	color: #ffebee !important;
}
.text-red-100 {
	color: #ffcdd2 !important;
}
.text-red-200 {
	color: #ef9a9a !important;
}
.text-red-300,
.text-red-lighter {
	color: #e57373 !important;
}
.text-red-400 {
	color: #ef5350 !important;
}
.text-red-600 {
	color: #e53935 !important;
}
.text-red-700,
.text-red-darker {
	color: #d32f2f !important;
}
.text-red-800 {
	color: #c62828 !important;
}
.text-red-900 {
	color: #b71c1c !important;
}
.bg-gradient-red {
	background: rgb(229, 115, 115) !important;
	background: -moz-linear-gradient(
		top,
		rgba(229, 115, 115, 1) 0%,
		rgba(211, 47, 47, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(229, 115, 115, 1) 0%,
		rgba(211, 47, 47, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(229, 115, 115, 1) 0%,
		rgba(211, 47, 47, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e57373', endColorstr='#d32f2f',GradientType=0 ) !important;
}

/* Pink */

.bg-pink,
.bg-pink-500,
.panel-pink .panel-heading {
	background: #e91e63 !important;
}
.bg-pink-transparent-1 {
	background: rgba(233, 30, 99, 0.1) !important;
}
.bg-pink-transparent-2 {
	background: rgba(233, 30, 99, 0.2) !important;
}
.bg-pink-transparent-3 {
	background: rgba(233, 30, 99, 0.3) !important;
}
.bg-pink-transparent-4 {
	background: rgba(233, 30, 99, 0.4) !important;
}
.bg-pink-transparent-5 {
	background: rgba(233, 30, 99, 0.5) !important;
}
.bg-pink-transparent-6 {
	background: rgba(233, 30, 99, 0.6) !important;
}
.bg-pink-transparent-7 {
	background: rgba(233, 30, 99, 0.7) !important;
}
.bg-pink-transparent-8 {
	background: rgba(233, 30, 99, 0.8) !important;
}
.bg-pink-transparent-9 {
	background: rgba(233, 30, 99, 0.9) !important;
}
.bg-pink-50 {
	background: #fce4ec !important;
}
.bg-pink-100 {
	background: #f8bbd0 !important;
}
.bg-pink-200 {
	background: #f48fb1 !important;
}
.bg-pink-300,
.text-pink-lighter {
	background: #f06292 !important;
}
.bg-pink-400 {
	background: #ec407a !important;
}
.bg-pink-600 {
	background: #d81b60 !important;
}
.bg-pink-700,
.text-pink-darker {
	background: #c2185b !important;
}
.bg-pink-800 {
	background: #ad1457 !important;
}
.bg-pink-900 {
	background: #880e4f !important;
}
.text-pink,
.text-pink-500 {
	color: #e91e63 !important;
}
a.text-pink:hover,
a.text-pink:focus {
	color: #c2185b !important;
}
.text-pink-transparent-1 {
	color: rgba(233, 30, 99, 0.1) !important;
}
.text-pink-transparent-2 {
	color: rgba(233, 30, 99, 0.2) !important;
}
.text-pink-transparent-3 {
	color: rgba(233, 30, 99, 0.3) !important;
}
.text-pink-transparent-4 {
	color: rgba(233, 30, 99, 0.4) !important;
}
.text-pink-transparent-5 {
	color: rgba(233, 30, 99, 0.5) !important;
}
.text-pink-transparent-6 {
	color: rgba(233, 30, 99, 0.6) !important;
}
.text-pink-transparent-7 {
	color: rgba(233, 30, 99, 0.7) !important;
}
.text-pink-transparent-8 {
	color: rgba(233, 30, 99, 0.8) !important;
}
.text-pink-transparent-9 {
	color: rgba(233, 30, 99, 0.9) !important;
}
.text-pink-50 {
	color: #fce4ec !important;
}
.text-pink-100 {
	color: #f8bbd0 !important;
}
.text-pink-200 {
	color: #f48fb1 !important;
}
.text-pink-300,
.text-pink-lighter {
	color: #f06292 !important;
}
.text-pink-400 {
	color: #ec407a !important;
}
.text-pink-600 {
	color: #d81b60 !important;
}
.text-pink-700,
.text-pink-darker {
	color: #c2185b !important;
}
.text-pink-800 {
	color: #ad1457 !important;
}
.text-pink-900 {
	color: #880e4f !important;
}
.bg-gradient-pink {
	background: rgb(240, 98, 146) !important;
	background: -moz-linear-gradient(
		top,
		rgba(240, 98, 146, 1) 0%,
		rgba(194, 24, 91, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(240, 98, 146, 1) 0%,
		rgba(194, 24, 91, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(240, 98, 146, 1) 0%,
		rgba(194, 24, 91, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06292', endColorstr='#c2185b',GradientType=0 ) !important;
}

/* Purple */

.bg-purple,
.bg-purple-500,
.panel-purple .panel-heading {
	background: #9c27b0 !important;
}
.bg-purple-transparent-1 {
	background: rgba(156, 39, 176, 0.1) !important;
}
.bg-purple-transparent-2 {
	background: rgba(156, 39, 176, 0.2) !important;
}
.bg-purple-transparent-3 {
	background: rgba(156, 39, 176, 0.3) !important;
}
.bg-purple-transparent-4 {
	background: rgba(156, 39, 176, 0.4) !important;
}
.bg-purple-transparent-5 {
	background: rgba(156, 39, 176, 0.5) !important;
}
.bg-purple-transparent-6 {
	background: rgba(156, 39, 176, 0.6) !important;
}
.bg-purple-transparent-7 {
	background: rgba(156, 39, 176, 0.7) !important;
}
.bg-purple-transparent-8 {
	background: rgba(156, 39, 176, 0.8) !important;
}
.bg-purple-transparent-9 {
	background: rgba(156, 39, 176, 0.9) !important;
}
.bg-purple-50 {
	background: #f3e5f5 !important;
}
.bg-purple-100 {
	background: #e1bee7 !important;
}
.bg-purple-200 {
	background: #ce93d8 !important;
}
.bg-purple-300,
.bg-purple-lighter {
	background: #ba68c8 !important;
}
.bg-purple-400 {
	background: #ab47bc !important;
}
.bg-purple-600 {
	background: #8e24aa !important;
}
.bg-purple-700,
.bg-purple-darker {
	background: #7b1fa2 !important;
}
.bg-purple-800 {
	background: #6a1b9a !important;
}
.bg-purple-900 {
	background: #4a148c !important;
}
.text-purple,
.text-purple-500 {
	color: #9c27b0 !important;
}
a.text-purple:hover,
a.text-purple:focus {
	color: #7b1fa2 !important;
}
.text-purple-transparent-1 {
	color: rgba(156, 39, 176, 0.1) !important;
}
.text-purple-transparent-2 {
	color: rgba(156, 39, 176, 0.2) !important;
}
.text-purple-transparent-3 {
	color: rgba(156, 39, 176, 0.3) !important;
}
.text-purple-transparent-4 {
	color: rgba(156, 39, 176, 0.4) !important;
}
.text-purple-transparent-5 {
	color: rgba(156, 39, 176, 0.5) !important;
}
.text-purple-transparent-6 {
	color: rgba(156, 39, 176, 0.6) !important;
}
.text-purple-transparent-7 {
	color: rgba(156, 39, 176, 0.7) !important;
}
.text-purple-transparent-8 {
	color: rgba(156, 39, 176, 0.8) !important;
}
.text-purple-transparent-9 {
	color: rgba(156, 39, 176, 0.9) !important;
}
.text-purple-50 {
	color: #f3e5f5 !important;
}
.text-purple-100 {
	color: #e1bee7 !important;
}
.text-purple-200 {
	color: #ce93d8 !important;
}
.text-purple-300,
.text-purple-lighter {
	color: #ba68c8 !important;
}
.text-purple-400 {
	color: #ab47bc !important;
}
.text-purple-600 {
	color: #8e24aa !important;
}
.text-purple-700,
.text-purple-darker {
	color: #7b1fa2 !important;
}
.text-purple-800 {
	color: #6a1b9a !important;
}
.text-purple-900 {
	color: #4a148c !important;
}
.bg-gradient-purple {
	background: rgb(186, 104, 200) !important;
	background: -moz-linear-gradient(
		top,
		rgba(186, 104, 200, 1) 0%,
		rgba(123, 31, 162, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(186, 104, 200, 1) 0%,
		rgba(123, 31, 162, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(186, 104, 200, 1) 0%,
		rgba(123, 31, 162, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba68c8', endColorstr='#7b1fa2',GradientType=0 ) !important;
}

/* Deep Purple */

.bg-deep-purple,
.bg-deep-purple-500,
.panel-deep-purple .panel-heading {
	background: #673ab7 !important;
}
.bg-deep-purple-transparent-1 {
	background: rgba(103, 58, 183, 0.1) !important;
}
.bg-deep-purple-transparent-2 {
	background: rgba(103, 58, 183, 0.2) !important;
}
.bg-deep-purple-transparent-3 {
	background: rgba(103, 58, 183, 0.3) !important;
}
.bg-deep-purple-transparent-4 {
	background: rgba(103, 58, 183, 0.4) !important;
}
.bg-deep-purple-transparent-5 {
	background: rgba(103, 58, 183, 0.5) !important;
}
.bg-deep-purple-transparent-6 {
	background: rgba(103, 58, 183, 0.6) !important;
}
.bg-deep-purple-transparent-7 {
	background: rgba(103, 58, 183, 0.7) !important;
}
.bg-deep-purple-transparent-8 {
	background: rgba(103, 58, 183, 0.8) !important;
}
.bg-deep-purple-transparent-9 {
	background: rgba(103, 58, 183, 0.9) !important;
}
.bg-deep-purple-50 {
	background: #ede7f6 !important;
}
.bg-deep-purple-100 {
	background: #d1c4e9 !important;
}
.bg-deep-purple-200 {
	background: #b39ddb !important;
}
.bg-deep-purple-300,
.bg-deep-purple-lighter {
	background: #9575cd !important;
}
.bg-deep-purple-400 {
	background: #7e57c2 !important;
}
.bg-deep-purple-600 {
	background: #5e35b1 !important;
}
.bg-deep-purple-700,
.bg-deep-purple-darker {
	background: #512da8 !important;
}
.bg-deep-purple-800 {
	background: #4527a0 !important;
}
.bg-deep-purple-900 {
	background: #311b92 !important;
}
.text-deep-purple,
.text-deep-purple-500 {
	color: #673ab7 !important;
}
a.text-deep-purple:hover,
a.text-deep-purple:focus {
	color: #512da8 !important;
}
.text-deep-purple-transparent-1 {
	color: rgba(103, 58, 183, 0.1) !important;
}
.text-deep-purple-transparent-2 {
	color: rgba(103, 58, 183, 0.2) !important;
}
.text-deep-purple-transparent-3 {
	color: rgba(103, 58, 183, 0.3) !important;
}
.text-deep-purple-transparent-4 {
	color: rgba(103, 58, 183, 0.4) !important;
}
.text-deep-purple-transparent-5 {
	color: rgba(103, 58, 183, 0.5) !important;
}
.text-deep-purple-transparent-6 {
	color: rgba(103, 58, 183, 0.6) !important;
}
.text-deep-purple-transparent-7 {
	color: rgba(103, 58, 183, 0.7) !important;
}
.text-deep-purple-transparent-8 {
	color: rgba(103, 58, 183, 0.8) !important;
}
.text-deep-purple-transparent-9 {
	color: rgba(103, 58, 183, 0.9) !important;
}
.text-deep-purple-50 {
	color: #ede7f6 !important;
}
.text-deep-purple-100 {
	color: #d1c4e9 !important;
}
.text-deep-purple-200 {
	color: #b39ddb !important;
}
.text-deep-purple-300,
.text-deep-purple-lighter {
	color: #9575cd !important;
}
.text-deep-purple-400 {
	color: #7e57c2 !important;
}
.text-deep-purple-600 {
	color: #5e35b1 !important;
}
.text-deep-purple-700,
.text-deep-purple-darker {
	color: #512da8 !important;
}
.text-deep-purple-800 {
	color: #4527a0 !important;
}
.text-deep-purple-900 {
	color: #311b92 !important;
}
.bg-gradient-deep-purple {
	background: rgb(149, 117, 205) !important;
	background: -moz-linear-gradient(
		top,
		rgba(149, 117, 205, 1) 0%,
		rgba(81, 45, 168, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(149, 117, 205, 1) 0%,
		rgba(81, 45, 168, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(149, 117, 205, 1) 0%,
		rgba(81, 45, 168, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9575cd', endColorstr='#512da8',GradientType=0 ) !important;
}

/* Indigo */

.bg-indigo,
.bg-indigo-500,
.panel-indigo .panel-heading {
	background: #3f51b5 !important;
}
.bg-indigo-transparent-1 {
	background: rgba(63, 81, 181, 0.1) !important;
}
.bg-indigo-transparent-2 {
	background: rgba(63, 81, 181, 0.2) !important;
}
.bg-indigo-transparent-3 {
	background: rgba(63, 81, 181, 0.3) !important;
}
.bg-indigo-transparent-4 {
	background: rgba(63, 81, 181, 0.4) !important;
}
.bg-indigo-transparent-5 {
	background: rgba(63, 81, 181, 0.5) !important;
}
.bg-indigo-transparent-6 {
	background: rgba(63, 81, 181, 0.6) !important;
}
.bg-indigo-transparent-7 {
	background: rgba(63, 81, 181, 0.7) !important;
}
.bg-indigo-transparent-8 {
	background: rgba(63, 81, 181, 0.8) !important;
}
.bg-indigo-transparent-9 {
	background: rgba(63, 81, 181, 0.9) !important;
}
.bg-indigo-50 {
	background: #e8eaf6 !important;
}
.bg-indigo-100 {
	background: #c5cae9 !important;
}
.bg-indigo-200 {
	background: #9fa8da !important;
}
.bg-indigo-300,
.bg-indigo-lighter {
	background: #7986cb !important;
}
.bg-indigo-400 {
	background: #5c6bc0 !important;
}
.bg-indigo-600 {
	background: #3949ab !important;
}
.bg-indigo-700,
.bg-indigo-darker {
	background: #303f9f !important;
}
.bg-indigo-800 {
	background: #283593 !important;
}
.bg-indigo-900 {
	background: #1a237e !important;
}
.text-indigo,
.text-indigo-500 {
	color: #3f51b5 !important;
}
a.text-indigo:hover,
a.text-indigo:focus {
	color: #303f9f !important;
}
.text-indigo-transparent-1 {
	color: rgba(63, 81, 181, 0.1) !important;
}
.text-indigo-transparent-2 {
	color: rgba(63, 81, 181, 0.2) !important;
}
.text-indigo-transparent-3 {
	color: rgba(63, 81, 181, 0.3) !important;
}
.text-indigo-transparent-4 {
	color: rgba(63, 81, 181, 0.4) !important;
}
.text-indigo-transparent-5 {
	color: rgba(63, 81, 181, 0.5) !important;
}
.text-indigo-transparent-6 {
	color: rgba(63, 81, 181, 0.6) !important;
}
.text-indigo-transparent-7 {
	color: rgba(63, 81, 181, 0.7) !important;
}
.text-indigo-transparent-8 {
	color: rgba(63, 81, 181, 0.8) !important;
}
.text-indigo-transparent-9 {
	color: rgba(63, 81, 181, 0.9) !important;
}
.text-indigo-50 {
	color: #e8eaf6 !important;
}
.text-indigo-100 {
	color: #c5cae9 !important;
}
.text-indigo-200 {
	color: #9fa8da !important;
}
.text-indigo-300,
.text-indigo-lighter {
	color: #7986cb !important;
}
.text-indigo-400 {
	color: #5c6bc0 !important;
}
.text-indigo-600 {
	color: #3949ab !important;
}
.text-indigo-700,
.text-indigo-darker {
	color: #303f9f !important;
}
.text-indigo-800 {
	color: #283593 !important;
}
.text-indigo-900 {
	color: #1a237e !important;
}
.bg-gradient-indigo {
	background: rgb(121, 134, 203) !important;
	background: -moz-linear-gradient(
		top,
		rgba(121, 134, 203, 1) 0%,
		rgba(48, 63, 159, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(121, 134, 203, 1) 0%,
		rgba(48, 63, 159, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(121, 134, 203, 1) 0%,
		rgba(48, 63, 159, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7986cb', endColorstr='#303f9f',GradientType=0 ) !important;
}

/* Blue */

.bg-blue,
.bg-primary,
.bg-blue-500,
.panel-blue .panel-heading,
.panel-primary .panel-heading {
	background: #2196f3 !important;
}
.bg-blue-transparent-1 {
	background: rgba(33, 150, 243, 0.1) !important;
}
.bg-blue-transparent-2 {
	background: rgba(33, 150, 243, 0.2) !important;
}
.bg-blue-transparent-3 {
	background: rgba(33, 150, 243, 0.3) !important;
}
.bg-blue-transparent-4 {
	background: rgba(33, 150, 243, 0.4) !important;
}
.bg-blue-transparent-5 {
	background: rgba(33, 150, 243, 0.5) !important;
}
.bg-blue-transparent-6 {
	background: rgba(33, 150, 243, 0.6) !important;
}
.bg-blue-transparent-7 {
	background: rgba(33, 150, 243, 0.7) !important;
}
.bg-blue-transparent-8 {
	background: rgba(33, 150, 243, 0.8) !important;
}
.bg-blue-transparent-9 {
	background: rgba(33, 150, 243, 0.9) !important;
}
.bg-blue-50 {
	background: #e3f2fd !important;
}
.bg-blue-100 {
	background: #bbdefb !important;
}
.bg-blue-200 {
	background: #90caf9 !important;
}
.bg-blue-300,
.bg-blue-lighter {
	background: #64b5f6 !important;
}
.bg-blue-400 {
	background: #42a5f5 !important;
}
.bg-blue-600 {
	background: #1e88e5 !important;
}
.bg-blue-700,
.bg-blue-darker {
	background: #1976d2 !important;
}
.bg-blue-800 {
	background: #1565c0 !important;
}
.bg-blue-900 {
	background: #0d47a1 !important;
}
.text-blue,
.text-primary,
.text-blue-500 {
	color: #2196f3 !important;
}
a.text-blue:hover,
a.text-blue:focus,
a.text-primary:hover,
a.text-primary:focus {
	color: #1976d2 !important;
}
.text-blue-transparent-1 {
	color: rgba(33, 150, 243, 0.1) !important;
}
.text-blue-transparent-2 {
	color: rgba(33, 150, 243, 0.2) !important;
}
.text-blue-transparent-3 {
	color: rgba(33, 150, 243, 0.3) !important;
}
.text-blue-transparent-4 {
	color: rgba(33, 150, 243, 0.4) !important;
}
.text-blue-transparent-5 {
	color: rgba(33, 150, 243, 0.5) !important;
}
.text-blue-transparent-6 {
	color: rgba(33, 150, 243, 0.6) !important;
}
.text-blue-transparent-7 {
	color: rgba(33, 150, 243, 0.7) !important;
}
.text-blue-transparent-8 {
	color: rgba(33, 150, 243, 0.8) !important;
}
.text-blue-transparent-9 {
	color: rgba(33, 150, 243, 0.9) !important;
}
.text-blue-50 {
	color: #e3f2fd !important;
}
.text-blue-100 {
	color: #bbdefb !important;
}
.text-blue-200 {
	color: #90caf9 !important;
}
.text-blue-300,
.text-blue-lighter {
	color: #64b5f6 !important;
}
.text-blue-400 {
	color: #42a5f5 !important;
}
.text-blue-600 {
	color: #1e88e5 !important;
}
.text-blue-700,
.text-blue-darker {
	color: #1976d2 !important;
}
.text-blue-800 {
	color: #1565c0 !important;
}
.text-blue-900 {
	color: #0d47a1 !important;
}
.bg-gradient-blue {
	background: rgb(100, 181, 246) !important;
	background: -moz-linear-gradient(
		top,
		rgba(100, 181, 246, 1) 0%,
		rgba(25, 118, 210, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(100, 181, 246, 1) 0%,
		rgba(25, 118, 210, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(100, 181, 246, 1) 0%,
		rgba(25, 118, 210, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b5f6', endColorstr='#1976d2',GradientType=0 ) !important;
}

/* Light Blue */

.bg-aqua,
.bg-info,
.bg-light-blue,
.bg-light-blue-500,
.panel-light-blue .panel-heading,
.panel-info .panel-heading {
	background: #03a9f4 !important;
}
.bg-light-blue-transparent-1,
.bg-aqua-transparent-1 {
	background: rgba(3, 169, 244, 0.1) !important;
}
.bg-light-blue-transparent-2,
.bg-aqua-transparent-2 {
	background: rgba(3, 169, 244, 0.2) !important;
}
.bg-light-blue-transparent-3,
.bg-aqua-transparent-3 {
	background: rgba(3, 169, 244, 0.3) !important;
}
.bg-light-blue-transparent-4,
.bg-aqua-transparent-4 {
	background: rgba(3, 169, 244, 0.4) !important;
}
.bg-light-blue-transparent-5,
.bg-aqua-transparent-5 {
	background: rgba(3, 169, 244, 0.5) !important;
}
.bg-light-blue-transparent-6,
.bg-aqua-transparent-6 {
	background: rgba(3, 169, 244, 0.6) !important;
}
.bg-light-blue-transparent-7,
.bg-aqua-transparent-7 {
	background: rgba(3, 169, 244, 0.7) !important;
}
.bg-light-blue-transparent-8,
.bg-aqua-transparent-8 {
	background: rgba(3, 169, 244, 0.8) !important;
}
.bg-light-blue-transparent-9,
.bg-aqua-transparent-9 {
	background: rgba(3, 169, 244, 0.9) !important;
}
.bg-light-blue-50 {
	background: #e1f5fe !important;
}
.bg-light-blue-100 {
	background: #b3e5fc !important;
}
.bg-light-blue-200 {
	background: #81d4fa !important;
}
.bg-light-blue-300,
.bg-light-blue-lighter,
.bg-aqua-lighter {
	background: #4fc3f7 !important;
}
.bg-light-blue-400 {
	background: #29b6f6 !important;
}
.bg-light-blue-600 {
	background: #039be5 !important;
}
.bg-light-blue-700,
.bg-light-blue-darker,
.bg-aqua-darker {
	background: #0288d1 !important;
}
.bg-light-blue-800 {
	background: #0277bd !important;
}
.bg-light-blue-900 {
	background: #01579b !important;
}
.text-aqua,
.text-info,
.text-light-blue,
.text-light-blue-500 {
	color: #03a9f4 !important;
}
a.text-light-blue:hover,
a.text-light-blue:focus {
	color: #0288d1 !important;
}
.text-light-blue-transparent-1,
.text-aqua-transparent-1 {
	color: rgba(3, 169, 244, 0.1) !important;
}
.text-light-blue-transparent-2,
.text-aqua-transparent-2 {
	color: rgba(3, 169, 244, 0.2) !important;
}
.text-light-blue-transparent-3,
.text-aqua-transparent-3 {
	color: rgba(3, 169, 244, 0.3) !important;
}
.text-light-blue-transparent-4,
.text-aqua-transparent-4 {
	color: rgba(3, 169, 244, 0.4) !important;
}
.text-light-blue-transparent-5,
.text-aqua-transparent-5 {
	color: rgba(3, 169, 244, 0.5) !important;
}
.text-light-blue-transparent-6,
.text-aqua-transparent-6 {
	color: rgba(3, 169, 244, 0.6) !important;
}
.text-light-blue-transparent-7,
.text-aqua-transparent-7 {
	color: rgba(3, 169, 244, 0.7) !important;
}
.text-light-blue-transparent-8,
.text-aqua-transparent-8 {
	color: rgba(3, 169, 244, 0.8) !important;
}
.text-light-blue-transparent-9,
.text-aqua-transparent-9 {
	color: rgba(3, 169, 244, 0.9) !important;
}
.text-light-blue-50 {
	color: #e1f5fe !important;
}
.text-light-blue-100 {
	color: #b3e5fc !important;
}
.text-light-blue-200 {
	color: #81d4fa !important;
}
.text-light-blue-300,
.text-light-blue-lighter,
.text-aqua-lighter {
	color: #4fc3f7 !important;
}
.text-light-blue-400 {
	color: #29b6f6 !important;
}
.text-light-blue-600 {
	color: #039be5 !important;
}
.text-light-blue-700,
.text-light-blue-darker,
.text-aqua-darker {
	color: #0288d1 !important;
}
.text-light-blue-800 {
	color: #0277bd !important;
}
.text-light-blue-900 {
	color: #01579b !important;
}
.bg-gradient-light-blue,
.bg-gradient-aqua {
	background: rgb(79, 195, 247) !important;
	background: -moz-linear-gradient(
		top,
		rgba(79, 195, 247, 1) 0%,
		rgba(2, 136, 209, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(79, 195, 247, 1) 0%,
		rgba(2, 136, 209, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(79, 195, 247, 1) 0%,
		rgba(2, 136, 209, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fc3f7', endColorstr='#0288d1',GradientType=0 ) !important;
}

/* Cyan */

.bg-cyan,
.bg-cyan-500,
.panel-cyan .panel-heading {
	background: #00bcd4 !important;
}
.bg-cyan-transparent-1 {
	background: rgba(0, 188, 212, 0.1) !important;
}
.bg-cyan-transparent-2 {
	background: rgba(0, 188, 212, 0.2) !important;
}
.bg-cyan-transparent-3 {
	background: rgba(0, 188, 212, 0.3) !important;
}
.bg-cyan-transparent-4 {
	background: rgba(0, 188, 212, 0.4) !important;
}
.bg-cyan-transparent-5 {
	background: rgba(0, 188, 212, 0.5) !important;
}
.bg-cyan-transparent-6 {
	background: rgba(0, 188, 212, 0.6) !important;
}
.bg-cyan-transparent-7 {
	background: rgba(0, 188, 212, 0.7) !important;
}
.bg-cyan-transparent-8 {
	background: rgba(0, 188, 212, 0.8) !important;
}
.bg-cyan-transparent-9 {
	background: rgba(0, 188, 212, 0.9) !important;
}
.bg-cyan-50 {
	background: #e0f7fa !important;
}
.bg-cyan-100 {
	background: #b2ebf2 !important;
}
.bg-cyan-200 {
	background: #80deea !important;
}
.bg-cyan-300,
.bg-cyan-lighter {
	background: #4dd0e1 !important;
}
.bg-cyan-400 {
	background: #26c6da !important;
}
.bg-cyan-600 {
	background: #00acc1 !important;
}
.bg-cyan-700,
.bg-cyan-darker {
	background: #0097a7 !important;
}
.bg-cyan-800 {
	background: #00838f !important;
}
.bg-cyan-900 {
	background: #006064 !important;
}
.text-cyan,
.text-cyan-500 {
	color: #00bcd4 !important;
}
a.text-cyan:hover,
a.text-cyan:focus {
	color: #0097a7 !important;
}
.text-cyan-transparent-1 {
	color: rgba(0, 188, 212, 0.1) !important;
}
.text-cyan-transparent-2 {
	color: rgba(0, 188, 212, 0.2) !important;
}
.text-cyan-transparent-3 {
	color: rgba(0, 188, 212, 0.3) !important;
}
.text-cyan-transparent-4 {
	color: rgba(0, 188, 212, 0.4) !important;
}
.text-cyan-transparent-5 {
	color: rgba(0, 188, 212, 0.5) !important;
}
.text-cyan-transparent-6 {
	color: rgba(0, 188, 212, 0.6) !important;
}
.text-cyan-transparent-7 {
	color: rgba(0, 188, 212, 0.7) !important;
}
.text-cyan-transparent-8 {
	color: rgba(0, 188, 212, 0.8) !important;
}
.text-cyan-transparent-9 {
	color: rgba(0, 188, 212, 0.9) !important;
}
.text-cyan-50 {
	color: #e0f7fa !important;
}
.text-cyan-100 {
	color: #b2ebf2 !important;
}
.text-cyan-200 {
	color: #80deea !important;
}
.text-cyan-300,
.text-cyan-lighter {
	color: #4dd0e1 !important;
}
.text-cyan-400 {
	color: #26c6da !important;
}
.text-cyan-600 {
	color: #00acc1 !important;
}
.text-cyan-700,
.text-cyan-darker {
	color: #0097a7 !important;
}
.text-cyan-800 {
	color: #00838f !important;
}
.text-cyan-900 {
	color: #006064 !important;
}
.bg-gradient-cyan {
	background: rgb(77, 208, 225) !important;
	background: -moz-linear-gradient(
		top,
		rgba(77, 208, 225, 1) 0%,
		rgba(0, 151, 167, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(77, 208, 225, 1) 0%,
		rgba(0, 151, 167, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(77, 208, 225, 1) 0%,
		rgba(0, 151, 167, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dd0e1', endColorstr='#0097a7',GradientType=0 ) !important;
}

/* Teal */

.bg-teal,
.bg-success,
.bg-teal-500,
.panel-teal .panel-heading,
.panel-success .panel-heading {
	background: #009688 !important;
}
.bg-teal-transparent-1 {
	background: rgba(0, 150, 136, 0.1) !important;
}
.bg-teal-transparent-2 {
	background: rgba(0, 150, 136, 0.2) !important;
}
.bg-teal-transparent-3 {
	background: rgba(0, 150, 136, 0.3) !important;
}
.bg-teal-transparent-4 {
	background: rgba(0, 150, 136, 0.4) !important;
}
.bg-teal-transparent-5 {
	background: rgba(0, 150, 136, 0.5) !important;
}
.bg-teal-transparent-6 {
	background: rgba(0, 150, 136, 0.6) !important;
}
.bg-teal-transparent-7 {
	background: rgba(0, 150, 136, 0.7) !important;
}
.bg-teal-transparent-8 {
	background: rgba(0, 150, 136, 0.8) !important;
}
.bg-teal-transparent-9 {
	background: rgba(0, 150, 136, 0.9) !important;
}
.bg-teal-50 {
	background: #e0f2f1 !important;
}
.bg-teal-100 {
	background: #b2dfdb !important;
}
.bg-teal-200 {
	background: #80cbc4 !important;
}
.bg-teal-300,
.bg-teal-lighter {
	background: #4db6ac !important;
}
.bg-teal-400 {
	background: #26a69a !important;
}
.bg-teal-600 {
	background: #00897b !important;
}
.bg-teal-700,
.bg-teal-darker {
	background: #00796b !important;
}
.bg-teal-800 {
	background: #00695c !important;
}
.bg-teal-900 {
	background: #004d40 !important;
}
.text-teal,
.text-success,
.text-teal-500 {
	color: #009688 !important;
}
a.text-teal:hover,
a.text-teal:focus,
a.text-success:hover,
a.text-success:focus {
	color: #00796b !important;
}
.text-teal-transparent-1 {
	color: rgba(0, 150, 136, 0.1) !important;
}
.text-teal-transparent-2 {
	color: rgba(0, 150, 136, 0.2) !important;
}
.text-teal-transparent-3 {
	color: rgba(0, 150, 136, 0.3) !important;
}
.text-teal-transparent-4 {
	color: rgba(0, 150, 136, 0.4) !important;
}
.text-teal-transparent-5 {
	color: rgba(0, 150, 136, 0.5) !important;
}
.text-teal-transparent-6 {
	color: rgba(0, 150, 136, 0.6) !important;
}
.text-teal-transparent-7 {
	color: rgba(0, 150, 136, 0.7) !important;
}
.text-teal-transparent-8 {
	color: rgba(0, 150, 136, 0.8) !important;
}
.text-teal-transparent-9 {
	color: rgba(0, 150, 136, 0.9) !important;
}
.text-teal-50 {
	color: #e0f2f1 !important;
}
.text-teal-100 {
	color: #b2dfdb !important;
}
.text-teal-200 {
	color: #80cbc4 !important;
}
.text-teal-300,
.text-teal-lighter {
	color: #4db6ac !important;
}
.text-teal-400 {
	color: #26a69a !important;
}
.text-teal-600 {
	color: #00897b !important;
}
.text-teal-700,
.text-teal-darker {
	color: #00796b !important;
}
.text-teal-800 {
	color: #00695c !important;
}
.text-teal-900 {
	color: #004d40 !important;
}
.bg-gradient-teal {
	background: rgb(77, 182, 172) !important;
	background: -moz-linear-gradient(
		top,
		rgba(77, 182, 172, 1) 0%,
		rgba(0, 121, 107, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(77, 182, 172, 1) 0%,
		rgba(0, 121, 107, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(77, 182, 172, 1) 0%,
		rgba(0, 121, 107, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db6ac', endColorstr='#00796b',GradientType=0 ) !important;
}

/* Green */

.bg-green,
.bg-green-500,
.panel-green .panel-heading {
	background: #4caf50 !important;
}
.bg-green-transparent-1 {
	background: rgba(76, 175, 80, 0.1) !important;
}
.bg-green-transparent-2 {
	background: rgba(76, 175, 80, 0.2) !important;
}
.bg-green-transparent-3 {
	background: rgba(76, 175, 80, 0.3) !important;
}
.bg-green-transparent-4 {
	background: rgba(76, 175, 80, 0.4) !important;
}
.bg-green-transparent-5 {
	background: rgba(76, 175, 80, 0.5) !important;
}
.bg-green-transparent-6 {
	background: rgba(76, 175, 80, 0.6) !important;
}
.bg-green-transparent-7 {
	background: rgba(76, 175, 80, 0.7) !important;
}
.bg-green-transparent-8 {
	background: rgba(76, 175, 80, 0.8) !important;
}
.bg-green-transparent-9 {
	background: rgba(76, 175, 80, 0.9) !important;
}
.bg-green-50 {
	background: #e8f5e9 !important;
}
.bg-green-100 {
	background: #c8e6c9 !important;
}
.bg-green-200 {
	background: #a5d6a7 !important;
}
.bg-green-300,
.bg-green-lighter {
	background: #81c784 !important;
}
.bg-green-400 {
	background: #66bb6a !important;
}
.bg-green-600 {
	background: #43a047 !important;
}
.bg-green-700,
.bg-green-darker {
	background: #388e3c !important;
}
.bg-green-800 {
	background: #2e7d32 !important;
}
.bg-green-900 {
	background: #1b5e20 !important;
}
.text-green,
.text-green-500 {
	color: #4caf50 !important;
}
a.text-green:hover,
a.text-green:focus {
	color: #388e3c !important;
}
.text-green-transparent-1 {
	color: rgba(76, 175, 80, 0.1) !important;
}
.text-green-transparent-2 {
	color: rgba(76, 175, 80, 0.2) !important;
}
.text-green-transparent-3 {
	color: rgba(76, 175, 80, 0.3) !important;
}
.text-green-transparent-4 {
	color: rgba(76, 175, 80, 0.4) !important;
}
.text-green-transparent-5 {
	color: rgba(76, 175, 80, 0.5) !important;
}
.text-green-transparent-6 {
	color: rgba(76, 175, 80, 0.6) !important;
}
.text-green-transparent-7 {
	color: rgba(76, 175, 80, 0.7) !important;
}
.text-green-transparent-8 {
	color: rgba(76, 175, 80, 0.8) !important;
}
.text-green-transparent-9 {
	color: rgba(76, 175, 80, 0.9) !important;
}
.text-green-50 {
	color: #e8f5e9 !important;
}
.text-green-100 {
	color: #c8e6c9 !important;
}
.text-green-200 {
	color: #a5d6a7 !important;
}
.text-green-300,
.text-green-lighter {
	color: #81c784 !important;
}
.text-green-400 {
	color: #66bb6a !important;
}
.text-green-600 {
	color: #43a047 !important;
}
.text-green-700,
.text-green-darker {
	color: #388e3c !important;
}
.text-green-800 {
	color: #2e7d32 !important;
}
.text-green-900 {
	color: #1b5e20 !important;
}
.bg-gradient-green {
	background: rgb(129, 199, 132) !important;
	background: -moz-linear-gradient(
		top,
		rgba(129, 199, 132, 1) 0%,
		rgba(56, 142, 60, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(129, 199, 132, 1) 0%,
		rgba(56, 142, 60, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(129, 199, 132, 1) 0%,
		rgba(56, 142, 60, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c784', endColorstr='#388e3c',GradientType=0 ) !important;
}

/* Light Green */

.bg-light-green,
.bg-light-green-500,
.panel-light-green .panel-heading {
	background: #8bc34a !important;
}
.bg-light-green-transparent-1 {
	background: rgba(139, 195, 74, 0.1) !important;
}
.bg-light-green-transparent-2 {
	background: rgba(139, 195, 74, 0.2) !important;
}
.bg-light-green-transparent-3 {
	background: rgba(139, 195, 74, 0.3) !important;
}
.bg-light-green-transparent-4 {
	background: rgba(139, 195, 74, 0.4) !important;
}
.bg-light-green-transparent-5 {
	background: rgba(139, 195, 74, 0.5) !important;
}
.bg-light-green-transparent-6 {
	background: rgba(139, 195, 74, 0.6) !important;
}
.bg-light-green-transparent-7 {
	background: rgba(139, 195, 74, 0.7) !important;
}
.bg-light-green-transparent-8 {
	background: rgba(139, 195, 74, 0.8) !important;
}
.bg-light-green-transparent-9 {
	background: rgba(139, 195, 74, 0.9) !important;
}
.bg-light-green-50 {
	background: #f1f8e9 !important;
}
.bg-light-green-100 {
	background: #dcedc8 !important;
}
.bg-light-green-200 {
	background: #c5e1a5 !important;
}
.bg-light-green-300,
.bg-light-green-lighter {
	background: #aed581 !important;
}
.bg-light-green-400 {
	background: #9ccc65 !important;
}
.bg-light-green-600 {
	background: #7cb342 !important;
}
.bg-light-green-700,
.bg-light-green-darker {
	background: #689f38 !important;
}
.bg-light-green-800 {
	background: #558b2f !important;
}
.bg-light-green-900 {
	background: #ff6f00 !important;
}
.text-light-green,
.text-light-green-500 {
	color: #8bc34a !important;
}
a.text-light-green:hover,
a.text-light-green:focus {
	color: #689f38 !important;
}
.text-light-green-transparent-1 {
	color: rgba(139, 195, 74, 0.1) !important;
}
.text-light-green-transparent-2 {
	color: rgba(139, 195, 74, 0.2) !important;
}
.text-light-green-transparent-3 {
	color: rgba(139, 195, 74, 0.3) !important;
}
.text-light-green-transparent-4 {
	color: rgba(139, 195, 74, 0.4) !important;
}
.text-light-green-transparent-5 {
	color: rgba(139, 195, 74, 0.5) !important;
}
.text-light-green-transparent-6 {
	color: rgba(139, 195, 74, 0.6) !important;
}
.text-light-green-transparent-7 {
	color: rgba(139, 195, 74, 0.7) !important;
}
.text-light-green-transparent-8 {
	color: rgba(139, 195, 74, 0.8) !important;
}
.text-light-green-transparent-9 {
	color: rgba(139, 195, 74, 0.9) !important;
}
.text-light-green-50 {
	color: #f1f8e9 !important;
}
.text-light-green-100 {
	color: #dcedc8 !important;
}
.text-light-green-200 {
	color: #c5e1a5 !important;
}
.text-light-green-300,
.text-light-green-lighter {
	color: #aed581 !important;
}
.text-light-green-400 {
	color: #9ccc65 !important;
}
.text-light-green-600 {
	color: #7cb342 !important;
}
.text-light-green-700,
.text-light-green-darker {
	color: #689f38 !important;
}
.text-light-green-800 {
	color: #558b2f !important;
}
.text-light-green-900 {
	color: #33691e !important;
}
.bg-gradient-light-green {
	background: rgb(174, 213, 129) !important;
	background: -moz-linear-gradient(
		top,
		rgba(174, 213, 129, 1) 0%,
		rgba(104, 159, 56, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(174, 213, 129, 1) 0%,
		rgba(104, 159, 56, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(174, 213, 129, 1) 0%,
		rgba(104, 159, 56, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed581', endColorstr='#689f38',GradientType=0 ) !important;
}

/* Lime */

.bg-lime,
.bg-lime-500,
.panel-lime .panel-heading {
	background: #cddc39 !important;
}
.bg-lime-transparent-1 {
	background: rgba(205, 220, 57, 0.1) !important;
}
.bg-lime-transparent-2 {
	background: rgba(205, 220, 57, 0.2) !important;
}
.bg-lime-transparent-3 {
	background: rgba(205, 220, 57, 0.3) !important;
}
.bg-lime-transparent-4 {
	background: rgba(205, 220, 57, 0.4) !important;
}
.bg-lime-transparent-5 {
	background: rgba(205, 220, 57, 0.5) !important;
}
.bg-lime-transparent-6 {
	background: rgba(205, 220, 57, 0.6) !important;
}
.bg-lime-transparent-7 {
	background: rgba(205, 220, 57, 0.7) !important;
}
.bg-lime-transparent-8 {
	background: rgba(205, 220, 57, 0.8) !important;
}
.bg-lime-transparent-9 {
	background: rgba(205, 220, 57, 0.9) !important;
}
.bg-lime-50 {
	background: #f9fbe7 !important;
}
.bg-lime-100 {
	background: #f0f4c3 !important;
}
.bg-lime-200 {
	background: #e6ee9c !important;
}
.bg-lime-300,
.bg-lime-lighter {
	background: #dce775 !important;
}
.bg-lime-400 {
	background: #d4e157 !important;
}
.bg-lime-600 {
	background: #c0ca33 !important;
}
.bg-lime-700,
.bg-lime-darker {
	background: #afb42b !important;
}
.bg-lime-800 {
	background: #9e9d24 !important;
}
.bg-lime-900 {
	background: #827717 !important;
}
.text-lime,
.text-lime-500 {
	color: #cddc39 !important;
}
a.text-light-lime:hover,
a.text-light-lime:focus {
	color: #afb42b !important;
}
.text-lime-transparent-1 {
	color: rgba(205, 220, 57, 0.1) !important;
}
.text-lime-transparent-2 {
	color: rgba(205, 220, 57, 0.2) !important;
}
.text-lime-transparent-3 {
	color: rgba(205, 220, 57, 0.3) !important;
}
.text-lime-transparent-4 {
	color: rgba(205, 220, 57, 0.4) !important;
}
.text-lime-transparent-5 {
	color: rgba(205, 220, 57, 0.5) !important;
}
.text-lime-transparent-6 {
	color: rgba(205, 220, 57, 0.6) !important;
}
.text-lime-transparent-7 {
	color: rgba(205, 220, 57, 0.7) !important;
}
.text-lime-transparent-8 {
	color: rgba(205, 220, 57, 0.8) !important;
}
.text-lime-transparent-9 {
	color: rgba(205, 220, 57, 0.9) !important;
}
.text-lime-50 {
	color: #f9fbe7 !important;
}
.text-lime-100 {
	color: #f0f4c3 !important;
}
.text-lime-200 {
	color: #e6ee9c !important;
}
.text-lime-300,
.text-lime-lighter {
	color: #dce775 !important;
}
.text-lime-400 {
	color: #d4e157 !important;
}
.text-lime-600 {
	color: #c0ca33 !important;
}
.text-lime-700,
.text-lime-darker {
	color: #afb42b !important;
}
.text-lime-800 {
	color: #9e9d24 !important;
}
.text-lime-900 {
	color: #827717 !important;
}
.bg-gradient-lime {
	background: rgb(220, 231, 117) !important;
	background: -moz-linear-gradient(
		top,
		rgba(220, 231, 117, 1) 0%,
		rgba(175, 180, 43, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(220, 231, 117, 1) 0%,
		rgba(175, 180, 43, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(220, 231, 117, 1) 0%,
		rgba(175, 180, 43, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce775', endColorstr='#afb42b',GradientType=0 ) !important;
}

/* Yellow */

.bg-yellow,
.bg-yellow-500,
.panel-yellow .panel-heading {
	background: #ffeb3b !important;
}
.bg-yellow-transparent-1 {
	background: rgba(255, 235, 59, 0.1) !important;
}
.bg-yellow-transparent-2 {
	background: rgba(255, 235, 59, 0.2) !important;
}
.bg-yellow-transparent-3 {
	background: rgba(255, 235, 59, 0.3) !important;
}
.bg-yellow-transparent-4 {
	background: rgba(255, 235, 59, 0.4) !important;
}
.bg-yellow-transparent-5 {
	background: rgba(255, 235, 59, 0.5) !important;
}
.bg-yellow-transparent-6 {
	background: rgba(255, 235, 59, 0.6) !important;
}
.bg-yellow-transparent-7 {
	background: rgba(255, 235, 59, 0.7) !important;
}
.bg-yellow-transparent-8 {
	background: rgba(255, 235, 59, 0.8) !important;
}
.bg-yellow-transparent-9 {
	background: rgba(255, 235, 59, 0.9) !important;
}
.bg-yellow-50 {
	background: #fffde7 !important;
}
.bg-yellow-100 {
	background: #fff9c4 !important;
}
.bg-yellow-200 {
	background: #fff59d !important;
}
.bg-yellow-300,
.bg-yellow-lighter {
	background: #fff176 !important;
}
.bg-yellow-400 {
	background: #ffee58 !important;
}
.bg-yellow-600 {
	background: #fdd835 !important;
}
.bg-yellow-700,
.bg-yellow-darker {
	background: #fbc02d !important;
}
.bg-yellow-800 {
	background: #f9a825 !important;
}
.bg-yellow-900 {
	background: #f57f17 !important;
}
.text-yellow,
.text-yellow-500 {
	color: #ffeb3b !important;
}
a.text-yellow:hover,
a.text-yellow:focus {
	color: #fbc02d !important;
}
.text-yellow-transparent-1 {
	color: rgba(255, 235, 59, 0.1) !important;
}
.text-yellow-transparent-2 {
	color: rgba(255, 235, 59, 0.2) !important;
}
.text-yellow-transparent-3 {
	color: rgba(255, 235, 59, 0.3) !important;
}
.text-yellow-transparent-4 {
	color: rgba(255, 235, 59, 0.4) !important;
}
.text-yellow-transparent-5 {
	color: rgba(255, 235, 59, 0.5) !important;
}
.text-yellow-transparent-6 {
	color: rgba(255, 235, 59, 0.6) !important;
}
.text-yellow-transparent-7 {
	color: rgba(255, 235, 59, 0.7) !important;
}
.text-yellow-transparent-8 {
	color: rgba(255, 235, 59, 0.8) !important;
}
.text-yellow-transparent-9 {
	color: rgba(255, 235, 59, 0.9) !important;
}
.text-yellow-50 {
	color: #fffde7 !important;
}
.text-yellow-100 {
	color: #fff9c4 !important;
}
.text-yellow-200 {
	color: #fff59d !important;
}
.text-yellow-300,
.text-yellow-lighter {
	color: #fff176 !important;
}
.text-yellow-400 {
	color: #ffee58 !important;
}
.text-yellow-600 {
	color: #fdd835 !important;
}
.text-yellow-700,
.text-yellow-darker {
	color: #fbc02d !important;
}
.text-yellow-800 {
	color: #f9a825 !important;
}
.text-yellow-900 {
	color: #f57f17 !important;
}
.bg-gradient-yellow {
	background: rgb(255, 241, 118) !important;
	background: -moz-linear-gradient(
		top,
		rgba(255, 241, 118, 1) 0%,
		rgba(251, 192, 45, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(255, 241, 118, 1) 0%,
		rgba(251, 192, 45, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(255, 241, 118, 1) 0%,
		rgba(251, 192, 45, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff176', endColorstr='#fbc02d',GradientType=0 ) !important;
}

/* Ember */

.bg-amber,
.bg-amber-500,
.panel-amber .panel-heading {
	background: #ffc107 !important;
}
.bg-amber-transparent-1 {
	background: rgba(255, 193, 7, 0.1) !important;
}
.bg-amber-transparent-2 {
	background: rgba(255, 193, 7, 0.2) !important;
}
.bg-amber-transparent-3 {
	background: rgba(255, 193, 7, 0.3) !important;
}
.bg-amber-transparent-4 {
	background: rgba(255, 193, 7, 0.4) !important;
}
.bg-amber-transparent-5 {
	background: rgba(255, 193, 7, 0.5) !important;
}
.bg-amber-transparent-6 {
	background: rgba(255, 193, 7, 0.6) !important;
}
.bg-amber-transparent-7 {
	background: rgba(255, 193, 7, 0.7) !important;
}
.bg-amber-transparent-8 {
	background: rgba(255, 193, 7, 0.8) !important;
}
.bg-amber-transparent-9 {
	background: rgba(255, 193, 7, 0.9) !important;
}
.bg-amber-50 {
	background: #fff8e1 !important;
}
.bg-amber-100 {
	background: #ffecb3 !important;
}
.bg-amber-200 {
	background: #ffe082 !important;
}
.bg-amber-300,
.bg-amber-lighter {
	background: #ffd54f !important;
}
.bg-amber-400 {
	background: #ffca28 !important;
}
.bg-amber-600 {
	background: #ffb300 !important;
}
.bg-amber-700,
.bg-amber-darker {
	background: #ffa000 !important;
}
.bg-amber-800 {
	background: #ff8f00 !important;
}
.bg-amber-900 {
	background: #ff6f00 !important;
}
.text-amber,
.text-amber-500 {
	color: #ffc107 !important;
}
a.text-amber:hover,
a.text-amber:focus {
	color: #ffa000 !important;
}
.text-amber-transparent-1 {
	color: rgba(255, 193, 7, 0.1) !important;
}
.text-amber-transparent-2 {
	color: rgba(255, 193, 7, 0.2) !important;
}
.text-amber-transparent-3 {
	color: rgba(255, 193, 7, 0.3) !important;
}
.text-amber-transparent-4 {
	color: rgba(255, 193, 7, 0.4) !important;
}
.text-amber-transparent-5 {
	color: rgba(255, 193, 7, 0.5) !important;
}
.text-amber-transparent-6 {
	color: rgba(255, 193, 7, 0.6) !important;
}
.text-amber-transparent-7 {
	color: rgba(255, 193, 7, 0.7) !important;
}
.text-amber-transparent-8 {
	color: rgba(255, 193, 7, 0.8) !important;
}
.text-amber-transparent-9 {
	color: rgba(255, 193, 7, 0.9) !important;
}
.text-amber-50 {
	color: #fff8e1 !important;
}
.text-amber-100 {
	color: #ffecb3 !important;
}
.text-amber-200 {
	color: #ffe082 !important;
}
.text-amber-300,
.text-amber-lighter {
	color: #ffd54f !important;
}
.text-amber-400 {
	color: #ffca28 !important;
}
.text-amber-600 {
	color: #ffb300 !important;
}
.text-amber-700,
.text-amber-darker {
	color: #ffa000 !important;
}
.text-amber-800 {
	color: #ff8f00 !important;
}
.text-amber-900 {
	color: #ff6f00 !important;
}
.bg-gradient-amber {
	background: rgb(255, 213, 79) !important;
	background: -moz-linear-gradient(
		top,
		rgba(255, 213, 79, 1) 0%,
		rgba(255, 160, 0, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(255, 213, 79, 1) 0%,
		rgba(255, 160, 0, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(255, 213, 79, 1) 0%,
		rgba(255, 160, 0, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd54f', endColorstr='#ffa000',GradientType=0 ) !important;
}

/* Orange */

.bg-orange,
.bg-warning,
.bg-orange-500,
.panel-orange .panel-heading,
.panel-warning .panel-heading {
	background: #ff9800 !important;
}
.bg-orange-transparent-1 {
	background: rgba(255, 152, 0, 0.1) !important;
}
.bg-orange-transparent-2 {
	background: rgba(255, 152, 0, 0.2) !important;
}
.bg-orange-transparent-3 {
	background: rgba(255, 152, 0, 0.3) !important;
}
.bg-orange-transparent-4 {
	background: rgba(255, 152, 0, 0.4) !important;
}
.bg-orange-transparent-5 {
	background: rgba(255, 152, 0, 0.5) !important;
}
.bg-orange-transparent-6 {
	background: rgba(255, 152, 0, 0.6) !important;
}
.bg-orange-transparent-7 {
	background: rgba(255, 152, 0, 0.7) !important;
}
.bg-orange-transparent-8 {
	background: rgba(255, 152, 0, 0.8) !important;
}
.bg-orange-transparent-9 {
	background: rgba(255, 152, 0, 0.9) !important;
}
.bg-orange-50 {
	background: #fff3e0 !important;
}
.bg-orange-100 {
	background: #ffe0b2 !important;
}
.bg-orange-200 {
	background: #ffcc80 !important;
}
.bg-orange-300,
.bg-orange-lighter {
	background: #ffb74d !important;
}
.bg-orange-400 {
	background: #ffa726 !important;
}
.bg-orange-600 {
	background: #fb8c00 !important;
}
.bg-orange-700,
.bg-orange-darker {
	background: #f57c00 !important;
}
.bg-orange-800 {
	background: #ef6c00 !important;
}
.bg-orange-900 {
	background: #e65100 !important;
}
.text-orange,
.text-warning,
.text-orange-500 {
	color: #ff9800 !important;
}
a.text-orange:hover,
a.text-orange:focus,
a.text-warning:hover,
a.text-warning:focus {
	color: #f57c00 !important;
}
.text-orange-transparent-1 {
	color: rgba(255, 152, 0, 0.1) !important;
}
.text-orange-transparent-2 {
	color: rgba(255, 152, 0, 0.2) !important;
}
.text-orange-transparent-3 {
	color: rgba(255, 152, 0, 0.3) !important;
}
.text-orange-transparent-4 {
	color: rgba(255, 152, 0, 0.4) !important;
}
.text-orange-transparent-5 {
	color: rgba(255, 152, 0, 0.5) !important;
}
.text-orange-transparent-6 {
	color: rgba(255, 152, 0, 0.6) !important;
}
.text-orange-transparent-7 {
	color: rgba(255, 152, 0, 0.7) !important;
}
.text-orange-transparent-8 {
	color: rgba(255, 152, 0, 0.8) !important;
}
.text-orange-transparent-9 {
	color: rgba(255, 152, 0, 0.9) !important;
}
.text-orange-50 {
	color: #fff3e0 !important;
}
.text-orange-100 {
	color: #ffe0b2 !important;
}
.text-orange-200 {
	color: #ffcc80 !important;
}
.text-orange-300,
.text-orange-lighter {
	color: #ffb74d !important;
}
.text-orange-400 {
	color: #ffa726 !important;
}
.text-orange-600 {
	color: #fb8c00 !important;
}
.text-orange-700,
.text-orange-darker {
	color: #f57c00 !important;
}
.text-orange-800 {
	color: #ef6c00 !important;
}
.text-orange-900 {
	color: #e65100 !important;
}
.bg-gradient-orange {
	background: rgb(255, 183, 77) !important;
	background: -moz-linear-gradient(
		top,
		rgba(255, 183, 77, 1) 0%,
		rgba(245, 124, 0, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(255, 183, 77, 1) 0%,
		rgba(245, 124, 0, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(255, 183, 77, 1) 0%,
		rgba(245, 124, 0, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb74d', endColorstr='#f57c00',GradientType=0 ) !important;
}

/* Deep Orange */

.bg-deep-orange,
.bg-deep-orange-500,
.panel-deep-orange .panel-heading {
	background: #ff5722 !important;
}
.bg-deep-orange-transparent-1 {
	background: rgba(255, 87, 34, 0.1) !important;
}
.bg-deep-orange-transparent-2 {
	background: rgba(255, 87, 34, 0.2) !important;
}
.bg-deep-orange-transparent-3 {
	background: rgba(255, 87, 34, 0.3) !important;
}
.bg-deep-orange-transparent-4 {
	background: rgba(255, 87, 34, 0.4) !important;
}
.bg-deep-orange-transparent-5 {
	background: rgba(255, 87, 34, 0.5) !important;
}
.bg-deep-orange-transparent-6 {
	background: rgba(255, 87, 34, 0.6) !important;
}
.bg-deep-orange-transparent-7 {
	background: rgba(255, 87, 34, 0.7) !important;
}
.bg-deep-orange-transparent-8 {
	background: rgba(255, 87, 34, 0.8) !important;
}
.bg-deep-orange-transparent-9 {
	background: rgba(255, 87, 34, 0.9) !important;
}
.bg-deep-orange-50 {
	background: #fbe9e7 !important;
}
.bg-deep-orange-100 {
	background: #ffccbc !important;
}
.bg-deep-orange-200 {
	background: #ffab91 !important;
}
.bg-deep-orange-300,
.text-deep-orange-lighter {
	background: #ff8a65 !important;
}
.bg-deep-orange-400 {
	background: #ff7043 !important;
}
.bg-deep-orange-600 {
	background: #f4511e !important;
}
.bg-deep-orange-700,
.bg-deep-orange-darker {
	background: #e64a19 !important;
}
.bg-deep-orange-800 {
	background: #d84315 !important;
}
.bg-deep-orange-900 {
	background: #bf360c !important;
}
.text-deep-orange,
.text-deep-orange-500 {
	color: #ff5722 !important;
}
a.text-deep-orange:hover,
a.text-deep-orange:focus {
	color: #e64a19 !important;
}
.text-deep-orange-transparent-1 {
	color: rgba(255, 87, 34, 0.1) !important;
}
.text-deep-orange-transparent-2 {
	color: rgba(255, 87, 34, 0.2) !important;
}
.text-deep-orange-transparent-3 {
	color: rgba(255, 87, 34, 0.3) !important;
}
.text-deep-orange-transparent-4 {
	color: rgba(255, 87, 34, 0.4) !important;
}
.text-deep-orange-transparent-5 {
	color: rgba(255, 87, 34, 0.5) !important;
}
.text-deep-orange-transparent-6 {
	color: rgba(255, 87, 34, 0.6) !important;
}
.text-deep-orange-transparent-7 {
	color: rgba(255, 87, 34, 0.7) !important;
}
.text-deep-orange-transparent-8 {
	color: rgba(255, 87, 34, 0.8) !important;
}
.text-deep-orange-transparent-9 {
	color: rgba(255, 87, 34, 0.9) !important;
}
.text-deep-orange-50 {
	color: #fbe9e7 !important;
}
.text-deep-orange-100 {
	color: #ffccbc !important;
}
.text-deep-orange-200 {
	color: #ffab91 !important;
}
.text-deep-orange-300,
.text-deep-orange-lighter {
	color: #ff8a65 !important;
}
.text-deep-orange-400 {
	color: #ff7043 !important;
}
.text-deep-orange-600 {
	color: #f4511e !important;
}
.text-deep-orange-700,
.text-deep-orange-darker {
	color: #e64a19 !important;
}
.text-deep-orange-800 {
	color: #d84315 !important;
}
.text-deep-orange-900 {
	color: #bf360c !important;
}
.bg-gradient-deep-orange {
	background: rgb(255, 138, 101) !important;
	background: -moz-linear-gradient(
		top,
		rgba(255, 138, 101, 1) 0%,
		rgba(230, 74, 25, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(255, 138, 101, 1) 0%,
		rgba(230, 74, 25, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(255, 138, 101, 1) 0%,
		rgba(230, 74, 25, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a65', endColorstr='#e64a19',GradientType=0 ) !important;
}

/* Brown */

.bg-brown,
.bg-brown-500,
.panel-brown .panel-heading {
	background: #795548 !important;
}
.bg-brown-transparent-1 {
	background: rgba(121, 85, 72, 0.1) !important;
}
.bg-brown-transparent-2 {
	background: rgba(121, 85, 72, 0.2) !important;
}
.bg-brown-transparent-3 {
	background: rgba(121, 85, 72, 0.3) !important;
}
.bg-brown-transparent-4 {
	background: rgba(121, 85, 72, 0.4) !important;
}
.bg-brown-transparent-5 {
	background: rgba(121, 85, 72, 0.5) !important;
}
.bg-brown-transparent-6 {
	background: rgba(121, 85, 72, 0.6) !important;
}
.bg-brown-transparent-7 {
	background: rgba(121, 85, 72, 0.7) !important;
}
.bg-brown-transparent-8 {
	background: rgba(121, 85, 72, 0.8) !important;
}
.bg-brown-transparent-9 {
	background: rgba(121, 85, 72, 0.9) !important;
}
.bg-brown-50 {
	background: #efebe9 !important;
}
.bg-brown-100 {
	background: #d7ccc8 !important;
}
.bg-brown-200 {
	background: #bcaaa4 !important;
}
.bg-brown-300,
.bg-brown-lighter {
	background: #a1887f !important;
}
.bg-brown-400 {
	background: #8d6e63 !important;
}
.bg-brown-600 {
	background: #6d4c41 !important;
}
.bg-brown-700,
.bg-brown-darker {
	background: #5d4037 !important;
}
.bg-brown-800 {
	background: #4e342e !important;
}
.bg-brown-900 {
	background: #3e2723 !important;
}
.text-brown,
.text-brown-500 {
	color: #795548 !important;
}
a.text-brown:hover,
a.text-brown:focus {
	color: #5d4037 !important;
}
.text-brown-transparent-1 {
	color: rgba(121, 85, 72, 0.1) !important;
}
.text-brown-transparent-2 {
	color: rgba(121, 85, 72, 0.2) !important;
}
.text-brown-transparent-3 {
	color: rgba(121, 85, 72, 0.3) !important;
}
.text-brown-transparent-4 {
	color: rgba(121, 85, 72, 0.4) !important;
}
.text-brown-transparent-5 {
	color: rgba(121, 85, 72, 0.5) !important;
}
.text-brown-transparent-6 {
	color: rgba(121, 85, 72, 0.6) !important;
}
.text-brown-transparent-7 {
	color: rgba(121, 85, 72, 0.7) !important;
}
.text-brown-transparent-8 {
	color: rgba(121, 85, 72, 0.8) !important;
}
.text-brown-transparent-9 {
	color: rgba(121, 85, 72, 0.9) !important;
}
.text-brown-50 {
	color: #efebe9 !important;
}
.text-brown-100 {
	color: #d7ccc8 !important;
}
.text-brown-200 {
	color: #bcaaa4 !important;
}
.text-brown-300,
.text-brown-lighter {
	color: #a1887f !important;
}
.text-brown-400 {
	color: #8d6e63 !important;
}
.text-brown-600 {
	color: #6d4c41 !important;
}
.text-brown-700,
.text-brown-darker {
	color: #5d4037 !important;
}
.text-brown-800 {
	color: #4e342e !important;
}
.text-brown-900 {
	color: #3e2723 !important;
}
.bg-gradient-brown {
	background: rgb(161, 136, 127) !important;
	background: -moz-linear-gradient(
		top,
		rgba(161, 136, 127, 1) 0%,
		rgba(93, 64, 55, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(161, 136, 127, 1) 0%,
		rgba(93, 64, 55, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(161, 136, 127, 1) 0%,
		rgba(93, 64, 55, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1887f', endColorstr='#5d4037',GradientType=0 ) !important;
}

/* Grey */

.bg-grey,
.bg-grey-500,
.bg-muted {
	background: #9e9e9e !important;
}
.bg-grey-transparent-1 {
	background: rgba(158, 158, 158, 0.1) !important;
}
.bg-grey-transparent-2 {
	background: rgba(158, 158, 158, 0.2) !important;
}
.bg-grey-transparent-3 {
	background: rgba(158, 158, 158, 0.3) !important;
}
.bg-grey-transparent-4 {
	background: rgba(158, 158, 158, 0.4) !important;
}
.bg-grey-transparent-5 {
	background: rgba(158, 158, 158, 0.5) !important;
}
.bg-grey-transparent-6 {
	background: rgba(158, 158, 158, 0.6) !important;
}
.bg-grey-transparent-7 {
	background: rgba(158, 158, 158, 0.7) !important;
}
.bg-grey-transparent-8 {
	background: rgba(158, 158, 158, 0.8) !important;
}
.bg-grey-transparent-9 {
	background: rgba(158, 158, 158, 0.9) !important;
}
.bg-silver-transparent-1 {
	background: rgba(238, 238, 238, 0.1) !important;
}
.bg-silver-transparent-2 {
	background: rgba(238, 238, 238, 0.2) !important;
}
.bg-silver-transparent-3 {
	background: rgba(238, 238, 238, 0.3) !important;
}
.bg-silver-transparent-4 {
	background: rgba(238, 238, 238, 0.4) !important;
}
.bg-silver-transparent-5 {
	background: rgba(238, 238, 238, 0.5) !important;
}
.bg-silver-transparent-6 {
	background: rgba(238, 238, 238, 0.6) !important;
}
.bg-silver-transparent-7 {
	background: rgba(238, 238, 238, 0.7) !important;
}
.bg-silver-transparent-8 {
	background: rgba(238, 238, 238, 0.8) !important;
}
.bg-silver-transparent-9 {
	background: rgba(238, 238, 238, 0.9) !important;
}
.bg-grey-50,
.bg-silver-lighter {
	background: #fafafa !important;
}
.bg-grey-100 {
	background: #f5f5f5 !important;
}
.bg-grey-200,
.bg-silver {
	background: #eeeeee !important;
}
.bg-grey-300,
.bg-grey-lighter,
.panel-default .panel-heading {
	background: #e0e0e0 !important;
}
.bg-grey-400,
.bg-silver-darker {
	background: #bdbdbd !important;
}
.bg-grey-600 {
	background: #757575 !important;
}
.bg-grey-700,
.bg-grey-darker {
	background: #616161 !important;
}
.bg-grey-800 {
	background: #424242 !important;
}
.bg-grey-900,
.panel-grey .panel-heading {
	background: #212121 !important;
}
.text-grey,
.text-muted,
.text-grey-500 {
	color: #9e9e9e !important;
}
a.text-grey:hover,
a.text-grey:focus {
	color: #616161 !important;
}
.text-grey-transparent-1 {
	color: rgba(158, 158, 158, 0.1) !important;
}
.text-grey-transparent-2 {
	color: rgba(158, 158, 158, 0.2) !important;
}
.text-grey-transparent-3 {
	color: rgba(158, 158, 158, 0.3) !important;
}
.text-grey-transparent-4 {
	color: rgba(158, 158, 158, 0.4) !important;
}
.text-grey-transparent-5 {
	color: rgba(158, 158, 158, 0.5) !important;
}
.text-grey-transparent-6 {
	color: rgba(158, 158, 158, 0.6) !important;
}
.text-grey-transparent-7 {
	color: rgba(158, 158, 158, 0.7) !important;
}
.text-grey-transparent-8 {
	color: rgba(158, 158, 158, 0.8) !important;
}
.text-grey-transparent-9 {
	color: rgba(158, 158, 158, 0.9) !important;
}
.text-silver-transparent-1 {
	color: rgba(238, 238, 238, 0.1) !important;
}
.text-silver-transparent-2 {
	color: rgba(238, 238, 238, 0.2) !important;
}
.text-silver-transparent-3 {
	color: rgba(238, 238, 238, 0.3) !important;
}
.text-silver-transparent-4 {
	color: rgba(238, 238, 238, 0.4) !important;
}
.text-silver-transparent-5 {
	color: rgba(238, 238, 238, 0.5) !important;
}
.text-silver-transparent-6 {
	color: rgba(238, 238, 238, 0.6) !important;
}
.text-silver-transparent-7 {
	color: rgba(238, 238, 238, 0.7) !important;
}
.text-silver-transparent-8 {
	color: rgba(238, 238, 238, 0.8) !important;
}
.text-silver-transparent-9 {
	color: rgba(238, 238, 238, 0.9) !important;
}
.text-grey-50,
.text-silver-lighter {
	color: #fafafa !important;
}
.text-grey-100 {
	color: #f5f5f5 !important;
}
.text-grey-200,
.text-silver {
	color: #eeeeee !important;
}
.text-grey-300,
.text-grey-lighter {
	color: #e0e0e0 !important;
}
.text-grey-400,
.text-silver-darker {
	color: #bdbdbd !important;
}
.text-grey-600 {
	color: #757575 !important;
}
.text-grey-700,
.text-grey-darker {
	color: #616161 !important;
}
.text-grey-800 {
	color: #424242 !important;
}
.text-grey-900 {
	color: #212121 !important;
}
.bg-gradient-grey {
	background: rgb(224, 224, 224) !important;
	background: -moz-linear-gradient(
		top,
		rgba(224, 224, 224, 1) 0%,
		rgba(97, 97, 97, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(224, 224, 224, 1) 0%,
		rgba(97, 97, 97, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(224, 224, 224, 1) 0%,
		rgba(97, 97, 97, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#616161',GradientType=0 ) !important;
}

.bg-blue-grey,
.bg-blue-grey-500 {
	background: #607d8b !important;
}
.bg-blue-grey-transparent-1 {
	background: rgba(96, 125, 139, 0.1) !important;
}
.bg-blue-grey-transparent-2 {
	background: rgba(96, 125, 139, 0.2) !important;
}
.bg-blue-grey-transparent-3 {
	background: rgba(96, 125, 139, 0.3) !important;
}
.bg-blue-grey-transparent-4 {
	background: rgba(96, 125, 139, 0.4) !important;
}
.bg-blue-grey-transparent-5 {
	background: rgba(96, 125, 139, 0.5) !important;
}
.bg-blue-grey-transparent-6 {
	background: rgba(96, 125, 139, 0.6) !important;
}
.bg-blue-grey-transparent-7 {
	background: rgba(96, 125, 139, 0.7) !important;
}
.bg-blue-grey-transparent-8 {
	background: rgba(96, 125, 139, 0.8) !important;
}
.bg-blue-grey-transparent-9 {
	background: rgba(96, 125, 139, 0.9) !important;
}
.bg-blue-grey-50 {
	background: #eceff1 !important;
}
.bg-blue-grey-100 {
	background: #cfd8dc !important;
}
.bg-blue-grey-200 {
	background: #b0bec5 !important;
}
.bg-blue-grey-300,
.bg-blue-grey-lighter {
	background: #90a4ae !important;
}
.bg-blue-grey-400 {
	background: #78909c !important;
}
.bg-blue-grey-600 {
	background: #546e7a !important;
}
.bg-blue-grey-700,
.bg-blue-grey-darker {
	background: #455a64 !important;
}
.bg-blue-grey-800 {
	background: #37474f !important;
}
.bg-blue-grey-900,
.panel-blue-grey .panel-heading {
	background: #263238 !important;
}
.text-blue-grey,
.text-blue-grey-500 {
	color: #607d8b !important;
}
a.text-blue-grey:hover,
a.text-blue-grey:focus {
	color: #455a64 !important;
}
.text-blue-grey-transparent-1 {
	color: rgba(96, 125, 139, 0.1) !important;
}
.text-blue-grey-transparent-2 {
	color: rgba(96, 125, 139, 0.2) !important;
}
.text-blue-grey-transparent-3 {
	color: rgba(96, 125, 139, 0.3) !important;
}
.text-blue-grey-transparent-4 {
	color: rgba(96, 125, 139, 0.4) !important;
}
.text-blue-grey-transparent-5 {
	color: rgba(96, 125, 139, 0.5) !important;
}
.text-blue-grey-transparent-6 {
	color: rgba(96, 125, 139, 0.6) !important;
}
.text-blue-grey-transparent-7 {
	color: rgba(96, 125, 139, 0.7) !important;
}
.text-blue-grey-transparent-8 {
	color: rgba(96, 125, 139, 0.8) !important;
}
.text-blue-grey-transparent-9 {
	color: rgba(96, 125, 139, 0.9) !important;
}
.text-blue-grey-50 {
	color: #eceff1 !important;
}
.text-blue-grey-100 {
	color: #cfd8dc !important;
}
.text-blue-grey-200 {
	color: #b0bec5 !important;
}
.text-blue-grey-300,
.text-blue-grey-lighter {
	color: #90a4ae !important;
}
.text-blue-grey-400 {
	color: #78909c !important;
}
.text-blue-grey-600 {
	color: #546e7a !important;
}
.text-blue-grey-700,
.text-blue-grey-darker {
	color: #455a64 !important;
}
.text-blue-grey-800 {
	color: #37474f !important;
}
.text-blue-grey-900 {
	color: #263238 !important;
}
.bg-gradient-blue-grey {
	background: rgb(144, 164, 174) !important;
	background: -moz-linear-gradient(
		top,
		rgba(144, 164, 174, 1) 0%,
		rgba(69, 90, 100, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(144, 164, 174, 1) 0%,
		rgba(69, 90, 100, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(144, 164, 174, 1) 0%,
		rgba(69, 90, 100, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90a4ae', endColorstr='#455a64',GradientType=0 ) !important;
}

.bg-black,
.bg-inverse,
.panel-black .panel-heading,
.panel-inverse .panel-heading {
	background: #212121 !important;
}
.bg-black-lighter {
	background: #212121 !important;
}
.bg-black-darker {
	background: #000 !important;
}
.bg-black-transparent-1 {
	background: rgba(0, 0, 0, 0.1) !important;
}
.bg-black-transparent-2 {
	background: rgba(0, 0, 0, 0.2) !important;
}
.bg-black-transparent-3 {
	background: rgba(0, 0, 0, 0.3) !important;
}
.bg-black-transparent-4 {
	background: rgba(0, 0, 0, 0.4) !important;
}
.bg-black-transparent-5 {
	background: rgba(0, 0, 0, 0.5) !important;
}
.bg-black-transparent-6 {
	background: rgba(207, 224, 216, 0.6) !important;
}
.bg-black-transparent-7 {
	background: rgba(0, 0, 0, 0.7) !important;
}
.bg-black-transparent-8 {
	background: rgba(0, 0, 0, 0.8) !important;
}
.bg-black-transparent-9 {
	background: rgba(0, 0, 0, 0.9) !important;
}
.text-black,
.text-black-darker,
.text-inverse {
	color: #000 !important;
}
.text-black-lighter {
	color: #212121 !important;
}
.text-black-transparent-1 {
	color: rgba(0, 0, 0, 0.1) !important;
}
.text-black-transparent-2 {
	color: rgba(0, 0, 0, 0.2) !important;
}
.text-black-transparent-3 {
	color: rgba(0, 0, 0, 0.3) !important;
}
.text-black-transparent-4 {
	color: rgba(0, 0, 0, 0.4) !important;
}
.text-black-transparent-5 {
	color: rgba(0, 0, 0, 0.5) !important;
}
.text-black-transparent-6 {
	color: rgba(0, 0, 0, 0.6) !important;
}
.text-black-transparent-7 {
	color: rgba(0, 0, 0, 0.7) !important;
}
.text-black-transparent-8 {
	color: rgba(0, 0, 0, 0.8) !important;
}
.text-black-transparent-9 {
	color: rgba(0, 0, 0, 0.9) !important;
}
.bg-gradient-black {
	background: rgb(102, 102, 102) !important;
	background: -moz-linear-gradient(
		top,
		rgba(102, 102, 102, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(102, 102, 102, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	) !important;
	background: linear-gradient(
		to bottom,
		rgba(102, 102, 102, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ) !important;
}

.bg-white,
.panel-white .panel-heading {
	background: #fff !important;
}
.bg-white-transparent-1 {
	background: rgba(255, 255, 255, 0.1) !important;
}
.bg-white-transparent-2 {
	background: rgba(255, 255, 255, 0.2) !important;
}
.bg-white-transparent-3 {
	background: rgba(255, 255, 255, 0.3) !important;
}
.bg-white-transparent-4 {
	background: rgba(255, 255, 255, 0.4) !important;
}
.bg-white-transparent-5 {
	background: rgba(255, 255, 255, 0.5) !important;
}
.bg-white-transparent-6 {
	background: rgba(255, 255, 255, 0.6) !important;
}
.bg-white-transparent-7 {
	background: rgba(255, 255, 255, 0.7) !important;
}
.bg-white-transparent-8 {
	background: rgba(255, 255, 255, 0.8) !important;
}
.bg-white-transparent-9 {
	background: rgba(255, 255, 255, 0.9) !important;
}
.text-white {
	color: #fff !important;
}
.text-white-transparent-1 {
	color: rgba(255, 255, 255, 0.1) !important;
}
.text-white-transparent-2 {
	color: rgba(255, 255, 255, 0.2) !important;
}
.text-white-transparent-3 {
	color: rgba(255, 255, 255, 0.3) !important;
}
.text-white-transparent-4 {
	color: rgba(255, 255, 255, 0.4) !important;
}
.text-white-transparent-5 {
	color: rgba(255, 255, 255, 0.5) !important;
}
.text-white-transparent-6 {
	color: rgba(255, 255, 255, 0.6) !important;
}
.text-white-transparent-7 {
	color: rgba(255, 255, 255, 0.7) !important;
}
.text-white-transparent-8 {
	color: rgba(255, 255, 255, 0.8) !important;
}
.text-white-transparent-9 {
	color: rgba(255, 255, 255, 0.9) !important;
}

.text-gradient {
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}
.no-bg,
.bg-none {
	background: none !important;
}

.height-xs {
	height: 150px !important;
}
.height-sm {
	height: 300px !important;
}
.height-md {
	height: 450px !important;
}
.height-lg {
	height: 600px !important;
}
.height-full {
	height: 100% !important;
}
.height-0 {
	height: 0px !important;
}
.height-10 {
	height: 10px !important;
}
.height-20 {
	height: 20px !important;
}
.height-30 {
	height: 30px !important;
}
.height-40 {
	height: 40px !important;
}
.height-50 {
	height: 50px !important;
}
.height-60 {
	height: 60px !important;
}
.height-70 {
	height: 70px !important;
}
.height-80 {
	height: 80px !important;
}
.height-90 {
	height: 90px !important;
}
.height-100 {
	height: 100px !important;
}
.height-150 {
	height: 150px !important;
}
.height-200 {
	height: 200px !important;
}
.height-250 {
	height: 250px !important;
}
.height-300 {
	height: 300px !important;
}
.height-350 {
	height: 350px !important;
}
.height-400 {
	height: 400px !important;
}
.height-450 {
	height: 450px !important;
}
.height-500 {
	height: 500px !important;
}
.height-550 {
	height: 550px !important;
}
.height-600 {
	height: 600px !important;
}

.width-xs {
	width: 150px !important;
}
.width-sm {
	width: 300px !important;
}
.width-md {
	width: 450px !important;
}
.width-lg {
	width: 600px !important;
}
.width-full {
	width: 100% !important;
}
.width-0 {
	width: 0px !important;
}
.width-10 {
	width: 10px !important;
}
.width-20 {
	width: 20px !important;
}
.width-30 {
	width: 30px !important;
}
.width-40 {
	width: 40px !important;
}
.width-50 {
	width: 50px !important;
}
.width-60 {
	width: 60px !important;
}
.width-70 {
	width: 70px !important;
}
.width-80 {
	width: 80px !important;
}
.width-90 {
	width: 90px !important;
}
.width-100 {
	width: 100px !important;
}
.width-150 {
	width: 150px !important;
}
.width-200 {
	width: 200px !important;
}
.width-250 {
	width: 250px !important;
}
.width-300 {
	width: 300px !important;
}
.width-350 {
	width: 350px !important;
}
.width-400 {
	width: 400px !important;
}
.width-450 {
	width: 450px !important;
}
.width-500 {
	width: 500px !important;
}
.width-550 {
	width: 550px !important;
}
.width-600 {
	width: 600px !important;
}

.pointer-cursor {
	cursor: pointer !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.cursor-initial {
	cursor: initial !important;
}
.cursor-move {
	cursor: move !important;
}

.animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fade {
	opacity: 0;
	transition: opacity 0.3s linear;
}
.text-ellipsis {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.underline {
	border-bottom: 1px solid #e2e7eb !important;
}
.navbar-logo,
.coming-soon .brand .logo,
.login .login-header .brand .logo {
	border-color: #12cbd6 #0da6af #0a7e85 !important;
}
.sidebar .nav > li > a i {
	color: #e2e6eb;
}
.float-sub-menu li > a {
	color: #ffffff;
}
.float-sub-menu li > a:hover,
.float-sub-menu li > a:focus,
.float-sub-menu li.active > a,
.float-sub-menu li.active > a:hover,
.float-sub-menu li.active > a:focus {
	color: #fff;
	font-weight: bold;
}
.dropdown-menu.media-list .dropdown-header {
	background: #37474f;
}
.page-sidebar-minified .footer {
	margin-left: 90px !important;
}
.header .navbar-nav > li > a.icon i {
	top: 1px;
	position: relative;
	font-size: 16px;
}
#top-navbar li.active {
	background: #eee;
}
.tooltips {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltips .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	position: absolute;
	z-index: 1;
}
.tooltips:hover .tooltiptext {
	visibility: visible;
}
.content {
	padding: 1rem 1rem 1rem 0rem !important;
}
.bg-black,
.bg-inverse,
.panel-black .panel-heading,
.panel-inverse .panel-heading {
	background: #37474f !important;
}
.panel-heading-btn .btn {
	color: #000 !important;
}
.table tr td img {
	/*height: 22px!important;*/
}
.table td,
.table th {
	vertical-align: middle;
}
td.actions {
	padding: 1px !important;
	width: 4%;
	text-align: center!important;
}
th.actions {
	font-size: 19px;
    padding: 0;
	text-align: center!important;
}
td.status div.label {
	width: 100%;
	display: block;
	padding: 6px;
	font-size: 13px;
}
td.status {
	text-align: center;
}
td.actions .btn {
	padding: 4px 4px !important;
}
.dataTables_info {
	padding: 10px;
}
.dataTables_paginate.paging_simple_numbers {
	float: right;
}
table tr td.auto {
	width: 7%;
}
table tr td.picture {
	width: 4%;
}
.btn.btn-green,
.btn.btn-green.disabled,
.btn.btn-green.disabled:hover,
.btn.btn-green.disabled:focus,
.btn.btn-green[disabled],
.btn.btn-green[disabled]:hover,
.btn.btn-green[disabled]:focus {
	color: #fff;
	background: #4caf50;
	border-color: #4caf50;
}
#sidebar_chat {
	margin-left: 60px !important;
}
#sidebar_chat.sidebar {
	background: #506873;
}
.sidebar.sidebar-grid .nav > li > a {
	border-bottom: none;
	border-top: none;
}
.page-header {
	/*
	border: 1px solid #0c575b;
	background: #087278;
	*/
	border-radius: 5px;
	padding: 4px 7px;
	font-size: 28px !important;
	margin: 15px 0 15px !important;
	font-weight: 400 !important;
	color: #666666 !important;
	line-height: normal;
}
.breadcrumb {
	margin: 5px 12px;
}
.page-header,
.page-header small {
	font-weight: 400;
	color: #fff;
}
.breadcrumb > li a {
	color: #666666;
}
.page-header {
	font-size: 28px;
	margin: 0 0 15px;
}
.bg-gradient-black {
	background: rgb(102, 102, 102) !important;
	background: -moz-linear-gradient(
		top,
		rgba(102, 102, 102, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	) !important;
	background: -webkit-linear-gradient(
		top,
		rgba(102, 102, 102, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	) !important;
	background: linear-gradient(to bottom, #37474f 0%, #637279 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 ) !important;
}
.nav-tabs-inverse > .nav-tabs,
.nav-tabs.nav-tabs-inverse {
	background: #087278;
}
.tab-overflow .nav-tabs-inverse .next-button > a,
.tab-overflow .nav-tabs-inverse .prev-button > a,
.nav.nav-tabs.nav-tabs-inverse > li > a,
.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
	background: transparent;
}
.nav > li > a {
	color: #fff;
}
.btn.btn-inverse,
.btn.btn-inverse.disabled,
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse.disabled:focus,
.btn.btn-inverse[disabled],
.btn.btn-inverse[disabled]:hover,
.btn.btn-inverse[disabled]:focus {
	color: #fff;
	background: #778a8e;
	border-color: #778a8e;
}
.local-btns {
	padding: 25px !important;
}
a.btn.btn-lg.m-r-5[data-toggle="ajax"],
button.btn.btn-lg.m-r-5[data-toggle="ajax"],
button.btn.btn-lg.m-r-5 {
	border-radius: 10px !important;
}
.widget-stats .stats-icon.stats-icon-lg {
	font-size: 100px;
	top: 22px;
	right: 5px;
	color: #fff;
	width: 128px;
	height: 50px;
	line-height: 50px;
	text-shadow: 3px 7px rgba(0, 0, 0, 0.25);
}
.align-center {
	text-align: center !important;
}
.chat-register td,
.chat-register th,
.chat-geo td,
.chat-geo th,
.chat-geo td,
.chat-geo th {
	color: #616060 !important;
}
#sidebar .badge {
	display: block;
	position: absolute;
	right: 2px;
	top: 3px;
	font-size: 9px;
	border-radius: 50%;
	padding: 4px;
	width: 17px;
	height: 17px;
	background: #ce9303 !important;
}
@keyframes fa-blink {
	0% {
		opacity: 0.5;
	}
	20% {
		opacity: 1;
	}
	50% {
		opacity: 0.9;
	}
	80% {
		opacity: 0.7;
	}
	100% {
		opacity: 0;
	}
}
.fa-blink {
	-webkit-animation: fa-blink 1.3s linear infinite;
	-moz-animation: fa-blink 1.3s linear infinite;
	-ms-animation: fa-blink 1.3s linear infinite;
	-o-animation: fa-blink 1.3s linear infinite;
	animation: fa-blink 1.3s linear infinite;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}
::-webkit-scrollbar {
	width: 8px;
	background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
	background-color: #808080;
}
.daterangepicker .calendar {
	max-width: 310px !important;
}
.daterangepicker .input-mini {
	/*display: none!important;*/
}
.panel-black .panel-heading,
.panel-inverse .panel-heading {
	background: #087278 !important;
}
.pitsys-wc-nps-table.pitsys-wc-nps-table-mode-1 {
	width: 100%;
}
.pitsys-wc-nps-table.pitsys-wc-nps-table-mode-1 td {
	border: 1px solid #ccc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 10%;
}
.pitsys-wc-nps-table.pitsys-wc-nps-table-mode-1 td.bad {
	background: #d16052;
	color: #fff;
}
.pitsys-wc-nps-table.pitsys-wc-nps-table-mode-1 td.neutral {
	background: #edc67b;
	color: #fff;
}
.pitsys-wc-nps-table.pitsys-wc-nps-table-mode-1 td.god {
	background: #22b5af;
	color: #fff;
}
#administration-statistics .widget-stats .stats-title,
.widget-stats .stats-desc {
	color: #fff;
}
#administration-statistics .widget {
	color: #fff;
}
.navbar-nav .dropdown-menu > li > a,
.dropdown-item {
	padding: 10px 15px;
}
#visitors_online_count {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fecf65),
		to(#fee898)
	);
	background: linear-gradient(to right, #fecf65, #fee898) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#queue_waiting_count {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fe9365),
		to(#feb798)
	);
	background: linear-gradient(to right, #fe9365, #feb798) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#queue_finish_internal_count {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#65b0fe),
		to(#98ddfe)
	);
	background: linear-gradient(to right, #65b0fe, #98ddfe) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#queue_finish_external_count {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#fe7365),
		to(#fe9898)
	);
	background: linear-gradient(to right, #fe7365, #fe9898) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#queue_attendance_count {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#657ffe),
		to(#98d4fe)
	);
	background: linear-gradient(to right, #657ffe, #98d4fe) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#queue_satisfation_count {
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#d865fe),
		to(#fe98f6)
	);
	background: linear-gradient(to right, #d865fe, #fe98f6) !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.widget#queue_waiting_count,
.widget#visitors_online_count,
.widget#queue_finish_internal_count,
.widget#queue_finish_external_count,
.widget#queue_attendance_count,
.widget#queue_satisfation_count {
	color: #fff !important;
}
.widget#queue_waiting_count .stats-title,
.widget#visitors_online_count .stats-title,
.widget#queue_finish_internal_count .stats-title,
.widget#queue_finish_external_count .stats-title,
.widget#queue_attendance_count .stats-title,
.widget#queue_satisfation_count .stats-title {
	color: #fff !important;
}

#chat-panel #visitors-map {
	height: 285px;
	border: 1px solid #eee;
	border-radius: 3px;
}
#chat-panel .w-visitors-line-chart {
	border: 1px solid #eee;
	border-radius: 3px;
}
#chat-panel #visitors-line-chart {
	height: 245px;
}

#chat-panel .todolist-title {
	width: 100%;
}

#chat-panel .todolist-title .row div {
	color: #9ca1a5;
}

#chat-panel .todolist-title .col-lg-1 {
	text-align: center !important;
	color: #9ca1a5;
}
#chat-panel .todolist > li.active > a .todolist-title {
	text-decoration: none;
}
#chat-panel .todolist-header .todolist-title .row div {
	text-transform: uppercase;
	color: #9ca1a5;
	font-family: arial;
	font-weight: 600;
	font-size: 12px;
}
#dashboards-dashboard .card-group .card {
	cursor: pointer;
}
#dashboards-dashboard .card-group .card:hover {
	background: #eee;
}
li.logo-call {
	bottom: 0px !important;
	padding: 15px !important;
	z-index: -1;
}
li.logo-call img {
	filter: opacity(10%);
}

@media screen and (min-height: 500px) {
	li.logo-call {
		position: absolute !important;
	}
}
.table {
	border: none;
	border-collapse: separate !important;
	border-spacing: 0 4px;
	border-top: 1px solid #e3e7e7;
}
.table thead,
.table thead tr {
	border: none;
	border-bottom: 1px solid #087278;
}
.table thead tr th {
	border: none;
	border-top: none !important;
	color: #087278;
}

.table.table-hover tbody tr {
	height: 40px;
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border-collapse: separate;
	border-spacing: 0 10px;
	table-layout: fixed;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.1s;
}

.card .table tbody tr {
	height: 40px;
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border-collapse: separate;
	border-spacing: 0 10px;
	table-layout: fixed;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.1s;
}

.table.table-hover tbody tr:hover {
	background-color: #6b969921 !important;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.19);
}

.table-striped tbody tr:nth-of-type(odd),
.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(167, 181, 181, 0.08);
}

.table td,
.table th {
	vertical-align: middle;
	border: none;
	color: #5b7071;
}
.btn-secondary {
    color: #616161;
    font-size: 15px;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    width: 30px;
    background-color: #eee;
    border-color: #eee;
}
table .dropleft .dropdown-toggle::before {
	content: none;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		line-height: 20px;
		color: #0c575b !important;
	}
	.breadcrumb > li a {
		color: #0c575b !important;
	}

	.boxed-layout
		.page-sidebar-toggled.page-with-wide-sidebar.page-container
		#sidebar,
	.boxed-layout
		.page-sidebar-toggled.page-with-wide-sidebar.page-container
		.sidebar-bg,
	.page-sidebar-toggled.page-with-wide-sidebar .sidebar,
	.page-sidebar-toggled.page-with-wide-sidebar .sidebar-bg {
		top: 111px;
	}

	.page-sidebar-toggled {
		margin-left: 78px !important;
	}

	#img_upload {
		max-width: 100% !important;
	}
	#img_upload_file {
		max-width: 100% !important;
		max-height: 100% !important;
	}
	.img_upload_layout {
		max-width: 100% !important;
	}

.header .navbar-brand div.subbot{
	margin-top: -16px;
	font-size: 10px;
}
}

.dataTables_wrapper .form-control {
	height: 41px !important;
}

input[type="searchs"]{
	height: 41px !important;
}

.logo-call-header {
	padding: 24px 23px;
	height: 72px;
	margin-bottom: 18px;
	text-align: center;
}
.panel.panel-black .panel-heading.ui-sortable-handle,
.panel.panel-inverse .panel-heading.ui-sortable-handle {
	color: #424242;
	padding: 12px 20px 4px 20px;
	position: relative;
	box-shadow: none;
	background: #fff !important;
}
.panel.panel-black .panel-heading.ui-sortable-handle .panel-heading-btn,
.panel.panel-inverse .panel-heading.ui-sortable-handle .panel-heading-btn {
	margin-top: 0px;
}
.panel.panel-black .panel-heading.ui-sortable-handle .panel-title::before,
.panel.panel-inverse .panel-heading.ui-sortable-handle .panel-title::before {
	background: #00acc1;
	position: absolute;
	width: 13px;
	height: 8px;
	left: 0px;
	top: 18px;
	content: "";
}
.panel.panel-black .panel-heading.ui-sortable-handle .panel-title,
.panel.panel-inverse .panel-heading.ui-sortable-handle .panel-title {
	line-height: 20px;
	font-size: 15px;
	font-weight: bolder;
	font-family: inherit;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;

	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table thead tr th {
	vertical-align: middle;
}
.table tr td.auto {
	cursor: pointer;
}
#dashboards-reports_new ul.nav li {
	max-width: 20%;
}

#dashboards-reports_new .nav > li > a.active .card {
	border-color: #3b90a7 !important;
}

/* ACCOUNT */
#data-table-phones-list th:nth-child(1) {
	width: 8% !important;
}
#data-table-phones-list th:nth-child(3) {
	width: 4% !important;
	text-align: center;
}
#data-table-mails-list th:nth-child(1) {
	width: 8% !important;
}
#data-table-mails-list th:nth-child(3) {
	width: 4% !important;
	text-align: center;
}
#data-table-address-list th:nth-child(1) {
	width: 7% !important;
}
#data-table-address-list th:nth-child(2) {
	width: 15% !important;
}
#data-table-address-list th:nth-child(3) {
	width: 55% !important;
}
#data-table-address-list th:nth-child(4) {
	width: 20% !important;
}
#data-table-address-list th:nth-child(5) {
	width: 3% !important;
	text-align: center;
}
input[name="state"] {
	text-transform: uppercase;
}
button.btn-focus:focus {
	background: #3f6741 !important;
}
.modal {
	overflow-y: auto;
	z-index: 9999;
}
.tox-tinymce-aux{
	z-index: 999999999999999!important;
}
.tox-statusbar__branding{
	display: none;
}
.chat-num-messages {
	line-height: 15px;
}
/* ACCOUNT END */

/* CHAT */
.container-chat {
	margin: 0 auto;
	width: 100%;
	border-radius: 5px;
}
.container-chat .people-list {
	width: 100%;
	float: left;
	background: rgb(171, 193, 183) !important;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.container-chat .chat-open-message {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.container-chat .people-list {
	background: #fff !important;
}
.container-chat .people-list .search {
	padding: 14px;
	background: #f6f7fb;
	border-bottom: 1px solid #eee;
	border-radius: 6px 6px 0 0;
	height: 77px;
}
.container-chat .people-list .search button {
	float: right;
}
.container-chat .people-list input {
	border-radius: 23px;
	border: none;
	padding: 12px 14px;
	color: #000;
	background: #fff;
	width: 60%;
	font-size: 14px;
}
.container-chat .people-list .search2 {
	padding: 10px;
}
.container-chat .people-list .search2 input {
	border-radius: 11px;
	border: 1px solid #e0e5e7;
	padding: 5px 10px;
	color: #000;
	background: #fff;
	width: 100%;
	font-size: 14px;
	margin-top: -1px;
	outline: none;
}
.container-chat .people-list .fa-search {
	position: relative;
	left: -25px;
}
.container-chat .people-list ul {
	padding: 0px 15px;
	height: 770px;
	overflow-y: auto;
	margin-bottom: 0px;
	border-radius: 0 0 6px 6px;
}
.container-chat .people-list ul li {
	padding: 6px;
	margin-bottom: 5px;
	color: #616161;
	border-radius: 12px;
	display: block;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #e9e9e9;
}
.container-chat .people-list ul li.waiting {
	background: #45718a;
}
.container-chat .people-list ul li .label {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	background: #f44336;
	line-height: 22px;
	font-weight: 500;
	padding: 0;
	border-radius: 22px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	min-width: 22px;
	height: 22px;
}
.container-chat .people-list ul li:hover {
	background: #e9ebeb;
	color: #616161;
	border-bottom: 1px solid #e9e9e9;
}
.container-chat .people-list ul li.active {
	background: #e9ebeb;
	color: #616161;
}
.container-chat .people-list img {
	float: left;
	height: 38px;
	border-radius: 50%;
}
.container-chat .people-list .about {
	float: left;
	margin-top: 0px;
	padding-left: 8px;
}
.container-chat .people-list .about .protocol {
	font-size: 12px;
}
.container-chat .people-list .status {
	color: #8a8a8a;
	float: right;
	margin-right: 18px;
	font-size: 27px;
	width: 24px;
	margin-top: 0px;
}
.container-chat .people-list .badge {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.container-chat .chat {
	width: 100%;
	float: right;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #434651;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.container-chat .chat-actions {
	width: 100%;
	float: right;
	background: #f2f5f8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #434651;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.container-chat .chat-actions .chat-header-a {
	padding: 16px 20px;
	border-bottom: 2px solid white;
}
.container-chat .chat-actions.bottom {
	margin-top: 15px !important;
}

.container-chat .chat ul li {
	display: inline;
}

.container-chat .chat .chat-header {
	padding: 15px;
	border-bottom: 1px solid #eee;
	background: #f6f7fb;
	border-radius: 6px 6px 0 0;
}
.container-chat .chat .chat-header img {
	float: left;
	width: 45px;
}

.container-chat .chat .chat-header .chat-about {
	float: left;
	padding-left: 5px;
	margin-top: 1px;
	font-size: 14px;
}

.container-chat .chat .chat-header .chat-about-right {
	float: right;
	padding-right: 10px;
	margin-top: 6px;
}

.container-chat .chat-message .chat-about-right i,
.container-chat .chat-header .chat-about-right i,
.container-chat .chat-actions .chat-header-a .chat-about-right i {
	display: block !important;
}

.container-chat .chat-message .chat-about-right .btn span,
.container-chat .chat-header .chat-about-right .btn span,
.container-chat .chat-actions .chat-header-a .chat-about-right .btn span {
	font-size: 12px !important;
}

.container-chat .chat-header .chat-about-right .btn {
	padding: 7px 5px 3px 5px;
	width: 49%;
}

.container-chat .chat-message .chat-about-right .btn,
.container-chat .chat-actions .chat-header-a .chat-about-right .btn {
	padding: 7px 5px 3px 5px;
	width: 24%;
}

.container-chat .chat-header .chat-about-right {
	width: 210px;
	margin-top: 2px !important;
}

.container-chat .chat-actions .chat-header-a .chat-with {
	font-weight: bold;
	font-size: 16px;
}

.container-chat .chat .chat-header .chat-num-messages {
	color: #848484;
}

.container-chat .chat .chat-header .fa-star {
	float: right;
	color: #d8dadf;
	font-size: 20px;
	margin-top: 12px;
}

.container-chat .chat .chat-history {
	padding: 20px 15px 20px 55px;
	border-bottom: 0px solid white;
	overflow-y: scroll;
	height: 575px;
}

.container-chat .chat .chat-history ul {
	padding: 0px 25px 0px 25px;
}

.container-chat .chat .chat-history .message-data {
	margin-bottom: 11px;
}

.container-chat .chat .chat-history .message-data-channel {
	position: relative;
	left: -54px;
	margin-top: 2px;
	float: left;
	font-size: 11px;
	font-weight: 500;
	color: #857d7d;
}

.container-chat .chat .chat-history .message-data-channel-other {
	position: relative;
	right: -7px;
	margin-top: 2px;
	float: right;
	font-size: 11px;
	font-weight: 500;
	color: #857d7d;
}

.container-chat .chat .chat-history .message-data-channel i.fa-telegram,
.container-chat .chat .chat-history .message-data-channel-other i.fa-telegram {
	font-size: 39px;
	color: #2b3f4336;
}
.container-chat .chat .chat-history .message-data-channel i,
.container-chat .chat .chat-history .message-data-channel-other i {
	font-size: 42px;
	color: #2b3f4336;
}

.container-chat .chat .chat-history .message-data-time {
	color: #777;
	padding-left: 6px;
	font-size: 10px;
	text-align: right;
}

.container-chat .chat .chat-history .message-data-time span {
	float: left;
}

.container-chat .chat .chat-history .message-data-name {
	color: #828282;
}

.container-chat .chat .chat-history .message {
	color: #222;
	padding: 11px 16px;
	line-height: 26px;
	font-size: 14px;
	border-radius: 25px;
	margin-bottom: 30px;
	width: 70%;
	position: relative;
}

/*
.container-chat .chat .chat-history .message:after {
	bottom: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #bfe3ec;
	border-width: 10px;
	margin-left: -10px;
}
*/

.container-chat .chat .chat-history .message video,
.container-chat .chat .chat-history .message audio,
.container-chat .chat .chat-history .message img {
	width: 100%;
	max-width: 200px;
	left: 50%;
	margin-left: -100px;
	position: relative;
}

.container-chat .chat .chat-history .message img.mail {
	width: 50px !important;
	left: 50% !important;
	margin-left: -25px;
	position: relative !important;
}

.container-chat .chat .chat-history .my-message {
	background: #f1f4f5;
	border: 1px solid #e4e4e4;
}

.container-chat .chat .chat-history .other-message {
	background: #e6fbe0;
	border: 1px solid #d6dee0;
}

/*
.container-chat .chat .chat-history .other-message:after {
	border-bottom-color: #dcf8c6;
	left: 93%;
}
*/

.container-chat .chat .chat-message {
	padding: 6px 2px 0px 2px;
	background: #ccd4d6;
	border-radius: 0 0 6px 6px;
}

.container-chat .chat textarea {
	min-width: 0;
	width: -webkit-fill-available;
	flex: 1 1 auto;
	will-change: width;
	border: 10px solid #fff;
	padding: 0px;
	font: 14px/22px "Lato", Arial, sans-serif;
	border-radius: 5px;
	resize: none;
	outline: none;
	margin: 6px 5% 3px 1%;
	margin-right: 124px;
	height: 62px;
	color: #4e4e4e;
}

.container-chat .chat .fa-file-o,
.fa-file-image-o {
	font-size: 16px;
	color: gray;
	cursor: pointer;
}

/*
.container-chat .chat button {
	float: right;
	color: #94C2ED;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-weight: bold;
	background: #F2F5F8;
}

.container-chat .chat button:hover {
	color: darken(#94C2ED, 7%);
}
*/

.container-chat .online,
.container-chat .offline,
.container-chat .me-i {
	margin-right: 3px;
	font-size: 13px;
}

.container-chat .online,
.container-chat .offline,
.container-chat .me {
	margin-right: 3px;
	font-size: 13px;
}

.container-chat .online {
	color: #7ca29c;
}

.container-chat .offline {
	color: #e38968;
}

.container-chat .me {
	color: #8fa9c1;
}

.container-chat .align-left {
	text-align: left;
}

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

.container-chat .float-right {
	float: right;
}

.container-chat .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.btn-actions {
	margin-top: 20px;
	position: absolute;
	right: 21px;
}
.btn-actions i:hover {
	color: #000;
}

.btn-actions .widget-list-action {
	float: right;
	margin-top: -9px;
	margin-right: 3px;
}

.btn-actions .widget-list-action .dropdown-menu > li > a,
.dropdown-item {
	border-radius: 0;
}

.btn-actions .widget-list-action .dropdown-menu li a div {
	width: 250px;
}
.btn-actions .widget-list-action .dropdown-menu li a div span {
	float: right;
}

.btn-actions a {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 50%;
	color: #afafaf !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 31px;
	padding: 5px;
	transition: all 0.1s ease-in-out;
	outline: none !important;
	margin-right: 1px;
}

.btn-actions a:hover {
	color: #222222 !important;
}

.btn-actions a i {
	font-size: 24px;
	color: #848484;
}

.btn-actions a i.fa-telegram {
	font-size: 22px;
	color: #848484;
}

.btn-actions a i[class="fa fa-paperclip"] {
	/*-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	*/
	font-size: 22px;
	margin-left: 0px;
}

.container-chat .chat textarea::-webkit-input-placeholder {
	color: #afafaf;
}

.container-chat .chat textarea:-moz-placeholder {
	color: #afafaf;
}

.container-chat .chat textarea::-moz-placeholder {
	color: #afafaf;
}

.container-chat .chat textarea:-ms-input-placeholder {
	color: #afafaf;
}

.container-chat .chat .chat-history::-webkit-input-placeholder {
	color: #afafaf;
}

.container-chat .chat .chat-history:-moz-placeholder {
	color: #afafaf;
}

.container-chat .chat .chat-history::-moz-placeholder {
	color: #afafaf;
}

.container-chat .chat .chat-history:-ms-input-placeholder {
	color: #afafaf;
}

.container-chat .tab-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.container-chat .tab-content::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}

.container-chat .tab-content::-webkit-scrollbar-thumb {
	background-color: #808080;
}

.container-chat .chat .chat-history::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.container-chat .chat .chat-history::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}

.container-chat .chat .chat-history::-webkit-scrollbar-thumb {
	background-color: #808080;
}

.container-chat .people-list ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.container-chat .people-list ul::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}

.container-chat .people-list ul::-webkit-scrollbar-thumb {
	background-color: #808080;
}

.chat-open-message div {
	width: 300px;
	position: relative;
	left: 50%;
	margin-left: -150px;
	top: 30%;
	text-align: center;
}

.chat-open-loading img {
	width: 100px;
	position: relative;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
}

.chat-cliente-loading img {
	width: 100px;
	position: relative;
	left: 50%;
	margin-left: -50px;
}

.pitsys-wc-lds-ring {
	display: inline-block;
	position: relative;
	margin-left: 50px;
	padding-top: 50px;
}
.pitsys-wc-lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 150px;
	height: 150px;
	border: 10px solid #37474f;
	border-radius: 50%;
	animation: pitsys-wc-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #37474f transparent transparent transparent;
}
.pitsys-wc-lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.pitsys-wc-lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.pitsys-wc-lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes pitsys-wc-lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.navbar-left,
	.navbar-nav > li.navbar-user {
		/*display: none;*/
	}


	#sidebar .version{
		bottom: auto!important;
	}
}

@media (max-height: 700px) {
	#sidebar .version{
		bottom: auto!important;
	}
}


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

.editable-error-block {
	position: absolute !important;
	margin-top: 19px !important;
}

.container-chat .tab-content .table > thead > tr > th,
.container-chat .tab-content .table > tbody > tr > th,
.container-chat .tab-content .table > tfoot > tr > th,
.container-chat .tab-content .table > thead > tr > td,
.container-chat .tab-content .table > tbody > tr > td,
.container-chat .tab-content .table > tfoot > tr > td,
.container-chat .menu .table > thead > tr > th,
.container-chat .menu .table > tbody > tr > th,
.container-chat .menu .table > tfoot > tr > th,
.container-chat .menu .table > thead > tr > td,
.container-chat .menu .table > tbody > tr > td,
.container-chat .menu .table > tfoot > tr > td {
	border-color: #f6f6f6;
	padding: 2px 10px;
}

.container-chat .tab-content .table > tbody > tr > td.title,
.menu .table > tbody > tr > td.title {
	font-weight: 500;
	font-size: 11px;
	padding: 5px 10px 0px;
	color: #989898 !important;
}

.chat-actions .chat-message {
	padding: 16px 20px;
	height: 87px;
}

.chat-actions .menu {
	border-bottom: 2px solid white;
	overflow-y: auto;
	border-radius: 5px;
}

.chat-actions .menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.chat-actions .menu::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5;
}

.chat-actions .menu::-webkit-scrollbar-thumb {
	background-color: #808080;
}

#data-table-cad-list_wrapper .row.search {
	display: none;
}

.media-list.media-list-with-divider > li + li {
	border-top: 1px solid #d0d0d0;
	padding-top: 0px;
}

.container-chat .nav-tabs .nav-item.show .nav-link,
.container-chat .nav-tabs .nav-link.active {
	background-color: #6a7880 !important;
}

.container-chat .tab-content {
	background: #fff !important;
	overflow-y: auto;
	margin-bottom: 2px;
	padding: 5px !important;
	min-height: 220px !important;
}

.container-chat .nav-tabs {
	background: #f6f7fb !important;
}

.container-chat .nav-tabs .nav-link {
	padding: 18px 10px;
	min-width: 73px;
}

.container-chat .chat-actions .nav-tabs .nav-link {
	padding: 28px 10px;
	min-width: 73px;
	border-bottom: 1px solid #eee !important;
}

.container-chat .nav-tabs a.nav-link .d-none {
	text-align: center;
	font-size: 12px;
	color: #6a7880;
}

.container-chat .nav-tabs a.nav-link.active .d-none {
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.container-chat .nav-tabs a.nav-link .d-none span {
	display: block;
	font-size: 12px;
}

.container-chat .nav-tabs .nav-link:not(.active):hover {
	background: #6a7880 !important;
	color: #ffffff !important;
}

.container-chat .form-control[readonly] {
	background: #eef1f1 !important;
	color: #000 !important;
}

.container-chat .form-control[disabled],
.container-chat fieldset[disabled] .form-control {
	background: #e8eeef !important;
}

.container-chat .panel-body {
	padding: 5px;
}

.container-chat .form-control {
	height: 30px;
	font-size: 12px;
	padding: 4px 12px;
}

.container-chat textarea.form-control {
	height: 50px;
}

.container-chat p {
	margin-top: 5px;
}

.container-chat #attach {
	display: none;
}

.container-chat .badge.badge-info,
.container-chat .label.label-info {
	background: #e85252 !important;
}

.container-chat .time-sync {
	margin-right: 120px;
	right: 26px;
	position: absolute;
	border: 2px solid #848484;
	border-radius: 9px;
	padding: 7px 7px 6px;
	top: 16px;
	font-size: 19px;
	font-weight: 500;
	color: #848484;
	cursor: pointer;
}

.container-chat .time-sync.close-chat {
	border: 2px solid #f00;
}

.container-chat .people-list ul li.close-chat {
	background: #f8d8d8;
}

.modal.show .modal-dialog {
	/*height: 80%!important;*/
}

.modal-content {
	top: 40%;
}

#chat-panel .select2-container {
	width: 100% !important;
}

.data-counts a {
	color: #fff !important;
}

.modal.dashboard.show .modal-dialog {
	height: auto !important;
}

.modal-content #data-table-attendances input {
	display: none !important;
}

/* .modal-content .btn-adaptive {
	display: none !important;
} */

.modal-content #data-table-attendances .checkbox i {
	display: block !important;
}

@media (min-width: 992px) {
	.modal-lg-max {
		max-width: 95%;
	}

	.modal-content #data-table-attendances input {
		display: table-column !important;
	}
	.modal-content .btn-adaptive {
		display: block !important;
	}
	.modal-content #data-table-attendances .checkbox i {
		display: none !important;
	}
}

.col-chat-actions {
	display: none;
}

#chat-attendance .col-chat-list {
	padding-right: 0px !important;
}

#chat-attendance .col-chat-messages {
	padding-left: 20px !important;
}

.nav-items.actions {
	padding: 15px;
	text-align: right;
	width: 100%;
}

.nav-items.actions span {
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 13px 8px;
}

td.actions .dropdown.dropleft{
	text-align: center;
}

.modal.show .modal-dialog.modal-default {
	height: auto !important;
}
dl {
	font-size: 12px;
	padding: 10px;
}
dl dd {
	background: #f6f7f7;
	padding: 5px 10px;
	border-radius: 5px;
	height: 27px;
}

legend {
	padding-bottom: 12px;
}

.chat-message .dropdown-toggle::after {
	content: none !important;
}

.chat-message .emoji {
	border: none;
	padding: 0;
	box-shadow: none;
}

.chat-message .emoji .emojis-list {
	height: 220px;
	width: 284px;
}

.chat-message .emoji a.emoji-close {
	position: absolute;
	right: 0;
	margin-top: -11px;
	margin-right: -11px;
	background: white;
	width: 24px;
	padding: 0;
	height: 24px;
}

.chat-message .dropup .dropdown-menu {
	margin-top: -233px;
	margin-left: -250px;
	padding: 0 !important;
}
.container-chat .emojis-list .nav-tabs {
	height: 38px !important;
	width: 500px;
}

.container-chat .emojis-list .nav-tabs .nav-link {
	padding: 9px !important;
	min-width: 44px !important;
	border-radius: 0 !important;
}

.chat-message .emojis-list .tab-pane {
	height: 75px;
}

.chat-message .emojis-list .tab-pane .btn.btn-icon.btn-lg {
	width: 38px;
	height: 35px;
	font-size: 19px;
	line-height: 34px;
	margin-bottom: 5px;
}

.chat-message .emoji .emojis-list-menu {
	max-width: 250px;
	overflow-x: auto;
	overflow-y: hidden;
}

.chat-message .emoji .emojis-list-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.chat-message .emoji .emojis-list-menu::-webkit-scrollbar {
	width: 3px;
	height: 8px;
	background-color: #f5f5f5;
}

.chat-message .emoji .emojis-list-menu::-webkit-scrollbar-thumb {
	background-color: #808080;
}

.chat-message .emoji .emojis-list-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}

.chat-message .emoji .emojis-list-menu::-webkit-scrollbar {
	width: 3px;
	background-color: #f5f5f5;
}

.chat-message .emoji .emojis-list-menu::-webkit-scrollbar-thumb {
	background-color: #808080;
}

.chat-history .channels-select {
	display: none;
	height: 100%;
	border-radius: 8px;
	padding: 10px;
}

.chat-history .channels-select .channels-select-inter {
	user-select: none;
}
.chat-history .channels-select .channels-select-inter.active {
	background: #eee;
}

.chat-history .channels-select div.channels-select-inter {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 8px;
	margin-bottom: 10px;
	cursor: pointer;
}
.chat-history .channels-select div.channels-select-inter:hover {
	background: #f5f5f5;
}

.chat-history.active-channels .channels-select {
	display: block;
}

.chat-history.active-channels ul {
	display: none;
}

input.attach-list {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #eee;
	padding: 7px;
	user-select: none;
}

#modal-mail-body iframe {
	border: 1px solid #ccd0d4 !important;
	box-shadow: 1px 1px 0 0 #b6b6b6;
	height: 350px;
}

#modal-mail-body img {
	width: 40px;
}

.input-group.date input[type="text"] {
	height: 34px !important;
}

#action-agenda .badge-info {
	float: right;
	margin-top: 4px;
	position: absolute;
	border-radius: 50%;
	line-height: 0px;
}

#transfer-tab-1,
#transfer-tab-2 {
	padding: 10px;
}

.channels-list {
	padding: 0px 7px;
}

.channels-list table {
	width: 100%;
	border-radius: 6px;
	background: #fff;
}
.channels-list table tr td {
	text-align: center;
	font-size: 20px;
}
.channels-list table tr td.active:hover {
	background: #f6f7f8;
	cursor: pointer;
}

.channels-list table tr td.active.check {
	background: #eef3f4;
}

.bg-black-green {
	background: #97a5ab !important;
}
/* CHAT END*/

/* LOGIN */
#page-container[page="login-login"] .login {
	background: #fff !important;
	height: 100%;
}

#register {
	display: none;
}

.link-register,
.link-login {
	cursor: pointer;
}
.login.login-v2 .login-header,
.login.login-v2 .login-header .brand,
.login.login-v2 .login-header .brand small {
	font-weight: bold;
}
.login.login-v2 .login-header .brand small {
	color: rgba(255, 255, 255, 0.8);
}
.login.login-v2 {
	background: rgba(255, 255, 255, 0.21);
	padding-top: 15px;
}

/* .login .login-content {
	color: #fff;
} */

.btn.btn-success,
.btn.btn-success.disabled,
.btn.btn-success.disabled:hover,
.btn.btn-success.disabled:focus,
.btn.btn-success[disabled],
.btn.btn-success[disabled]:hover,
.btn.btn-success[disabled]:focus {
	color: #fff;
	background: #05a5ad;
	border-color: #05a5ad;
}
/* LOGIN END */

/* SATISFATION */
.list-group-item.list-group-item-inverse {
	background: #37474f;
	border-color: #000;
	color: #fff;
}

#modal-satisfactionsurvey .level {
	float: left;
	height: 52px;
	line-height: 52px;
	margin-left: 5px;
}
#modal-satisfactionsurvey .level-1 {
	float: left;
	width: 52px;
	height: 52px;
	margin-left: 10px;
	font-size: 1.2em;
	text-align: center;
	line-height: 52px;
	border: 1px solid black;
	border-radius: 6px;
}
#modal-satisfactionsurvey .level-2 {
	color: white;
	font-weight: bold;
	font-size: 1.5em;
	border: none;
}
#modal-satisfactionsurvey .level-3 {
	float: left;
	width: 52px;
	height: 52px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	line-height: 52px;
	color: black;
	background-color: #a7f500;
	border-radius: 50%;
}
#modal-satisfactionsurvey .level-4 {
	float: left;
	width: 130px;
	height: 52px;
	margin-right: 5px;
	text-align: center;
	line-height: 52px;
	font-size: 1.2em;
	color: white;
	border-radius: 6px;
}
#modal-satisfactionsurvey .destractors {
	background-color: #ed2124;
}
#modal-satisfactionsurvey .neutral {
	background-color: #ffc20d;
}
#modal-satisfactionsurvey .promoters {
	background-color: #43c043;
}
#modal-satisfactionsurvey .destractors-2 {
	background-color: #ff6c60;
}
#modal-satisfactionsurvey .neutral-2 {
	background-color: #f8d347;
}
#modal-satisfactionsurvey .promoters-2 {
	background-color: #a7d66a;
}
#modal-satisfactionsurvey .clearfix::after {
	content: "";
	clear: both;
	display: table;
	margin-bottom: 20px; /*1.25em;*/
}
#modal-satisfactionsurvey .result {
	font-size: 1.5em;
}
/* SATISFATION END */

/* PRODUCT */
.price-hide {
	display: none;
}

#management-productsnew input[name="code"],
#management-productsedit input[name="code"] {
	text-transform: uppercase;
}
/* PRODUCT END */

/* BUILDER */
.jstree-default .jstree-anchor {
	line-height: 24px !important;
	height: 50px !important;
}
.no-default {
	width: 180px !important;
	height: 40px !important;
	float: right !important;
}
.jstree-default .jstree-anchor {
	line-height: 24px !important;
	height: 100% !important;
	border: 1px solid #c6cdd1 !important;
	background-color: #ffffff !important;
	padding: 0px !important;
	margin: 5px 5px 5px 5px !important;
	width: 300px !important;
	border-radius: 5px !important;
}
.jstree-default .jstree-node {
	min-height: 24px !important;
	line-height: 24px !important;
	margin-left: 120px !important;
	min-width: 24px !important;
}
.jstree-default a.btn {
	padding: 3px 10px !important;
}
.jstree-default .jstree-themeicon-custom {
	display: none !important;
}
.card-no {
	margin-bottom: 0px !important;
	border-radius: 5px !important;
}

.card-no .card-text {
	white-space: normal !important;
}
.card-no .card-header {
	padding: 4px 4px 4px 10px !important;
	text-align: left !important;
}
.card-no .card-header span {
	float: left !important;
	padding: 3px !important;
}
.card-no .list-group-item {
	border-color: #e2e7eb !important;
	text-align: left !important;
	font-weight: 600 !important;
	padding: 3px 10px !important;
}
.card-no .list-group-item:hover {
	background-color: #eef3f8 !important;
	color: #222 !important;
}
.card-no .card-block {
	padding: 2px !important;
	text-align: left !important;
}
hr {
	margin-top: 2px;
	margin-bottom: 3px;
}
.card-no .card-block span {
	margin: 3px 3px 3px 9px !important;
}
.card-no .card-block .btn-group {
	float: right !important;
	margin-bottom: 2px !important;
}
@import url(
	https://fonts.googleapis.com/css?family=Source + Sans + Pro:400,
	600
);
*,
*:before,
*:after {
	box-sizing: border-box !important;
}
.wrapper {
	position: relative !important;
	height: 500px !important;
	padding: 0px !important;
}
.container {
	position: relative !important;
	height: 100% !important;
	background-color: #fff !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
@media (min-width: 1200px) {
	.container {
		max-width: 100% !important;
	}
}
.container .left {
	float: left !important;
	width: 37.6% !important;
	height: 100% !important;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff !important;
}
.container .left .top {
	position: relative !important;
	width: 100% !important;
	height: 96px !important;
	padding: 29px !important;
}
.container .left .top:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 80%;
	height: 1px;
	content: "";
	background-color: #e6e6e6;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.container .left input {
	float: left;
	width: 188px;
	height: 42px;
	padding: 0 15px;
	border: 1px solid #e6e6e6;
	background-color: #eceff1;
	border-radius: 21px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}
.container .left input:focus {
	outline: none;
}
.container .left a.search {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin-left: 10px;
	border: 1px solid #e6e6e6;
	background-color: #00b0ff;
	background-repeat: no-repeat;
	background-position: top 12px left 14px;
	border-radius: 50%;
}
.container .left .people {
	margin-left: -1px;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	width: calc(100% + 2px);
}
.container .left .people .person {
	position: relative;
	width: 100%;
	padding: 12px 10% 16px;
	cursor: pointer;
	background-color: #fff;
}
.container .left .people .person:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 80%;
	height: 1px;
	content: "";
	background-color: #e6e6e6;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.container .left .people .person img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	border-radius: 50%;
}
.container .left .people .person .name {
	font-size: 14px;
	line-height: 22px;
	color: #1a1a1a;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}
.container .left .people .person .time {
	font-size: 14px;
	position: absolute;
	top: 16px;
	right: 10%;
	padding: 0 0 5px 5px;
	color: #999;
	background-color: #fff;
}
.container .left .people .person .preview {
	font-size: 14px;
	display: inline-block;
	overflow: hidden !important;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999;
}
.container .left .people .person.active,
.container .left .people .person:hover {
	margin-top: -1px;
	margin-left: -1px;
	padding-top: 13px;
	border: 0;
	background-color: #00b0ff;
	width: calc(100% + 2px);
	padding-left: calc(10% + 1px);
}
.container .left .people .person.active span,
.container .left .people .person:hover span {
	color: #fff;
	background: transparent;
}
.container .left .people .person.active:after,
.container .left .people .person:hover:after {
	display: none;
}
.container .right {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
}
.container .right .top {
	width: 100%;
	height: 47px;
	padding: 15px 29px;
	background-color: #eceff1;
}
.container .right .top span {
	font-size: 15px;
	color: #999;
}
.container .right .top span .name {
	color: #1a1a1a;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 600;
}
.container .right .chat .btn {
	margin: 10px 5px 5px 5px;
}
.container .right .chat {
	position: relative;
	display: none;
	overflow: hidden !important;
	overflow-y: scroll !important;
	display: block !important;
	padding: 0 35px 92px !important;
	border-width: 1px 1px 1px 0 !important;
	border-style: solid !important;
	border-color: #e6e6e6 !important;
	height: calc(100% - 48px) !important;
	justify-content: flex-end !important;
	flex-direction: column !important;
}
.container .right .chat.active-chat {
	display: block !important;
	display: flex !important;
}
.container .right .chat.active-chat .bubble {
	transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1) !important;
}
.container .right .chat.active-chat .bubble {
	-webkit-animation-duration: 0.15s !important;
	animation-duration: 0.15s !important;
}
.container .right .write {
	position: absolute !important;
	bottom: 0px !important;
	left: 0px !important;
	height: 73px !important;
	padding: 15px 22px !important;
	border: 1px solid #e6e6e6 !important;
	background-color: #ffffff !important;
	width: 100% !important;
	border-radius: 5px !important;
}
.container .right .write input {
	font-size: 16px !important;
	float: left !important;
	width: 100% !important;
	height: 40px !important;
	padding: 0 10px !important;
	color: #1a1a1a !important;
	border: 0 !important;
	outline: none !important;
	background-color: #eceff1 !important;
	font-family: "Source Sans Pro", sans-serif !important;
	font-weight: 400 !important;
}
.container .right .write .write-link.attach:before {
	display: inline-block !important;
	float: left !important;
	width: 20px !important;
	height: 42px !important;
	content: "" !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.container .right .write .write-link.smiley:before {
	display: inline-block !important;
	float: left !important;
	width: 20px !important;
	height: 42px !important;
	content: "" !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.container .right .write .write-link.send:before {
	display: inline-block !important;
	float: left !important;
	width: 20px !important;
	height: 42px !important;
	margin-left: 11px !important;
	content: "" !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.container .right .bubble {
	font-size: 16px !important;
	position: relative !important;
	display: inline-block !important;
	clear: both !important;
	margin-bottom: 8px !important;
	padding: 13px 14px !important;
	vertical-align: top !important;
	border-radius: 5px !important;
}
.container .right .bubble:before {
	position: absolute !important;
	top: 19px !important;
	display: block !important;
	width: 8px !important;
	height: 6px !important;
	content: "\00a0" !important;
	-webkit-transform: rotate(29deg) skew(-35deg) !important;
	transform: rotate(29deg) skew(-35deg) !important;
}
.container .right .bubble.you {
	float: left !important;
	color: #fff !important;
	background-color: #00b0ff !important;
	align-self: flex-start !important;
	-webkit-animation-name: slideFromLeft !important;
	animation-name: slideFromLeft !important;
}
.container .right .bubble.you:before {
	left: -3px !important;
	background-color: #00b0ff !important;
}
.container .right .bubble.me {
	float: right !important;
	color: #1a1a1a !important;
	background-color: #eceff1 !important;
	align-self: flex-end !important;
	-webkit-animation-name: slideFromRight !important;
	animation-name: slideFromRight !important;
}
.container .right .bubble.me:before {
	right: -3px !important;
	background-color: #eceff1 !important;
}
.container .right .conversation-start {
	position: relative !important;
	width: 100% !important;
	margin-bottom: 27px !important;
	text-align: center !important;
}
.container .right .conversation-start span {
	font-size: 14px !important;
	display: inline-block !important;
	color: #999 !important;
}
.container .right .conversation-start span:before,
.container .right .conversation-start span:after {
	position: absolute !important;
	top: 10px !important;
	display: inline-block !important;
	width: 30% !important;
	height: 1px !important;
	content: "" !important;
	background-color: #e6e6e6 !important;
}
.container .right .conversation-start span:before {
	left: 0 !important;
}
.container .right .conversation-start span:after {
	right: 0 !important;
}

@keyframes slideFromLeft {
	0% {
		margin-left: -200px !important;
		opacity: 0 !important;
	}
	100% {
		margin-left: 0 !important;
		opacity: 1 !important;
	}
}
@-webkit-keyframes slideFromLeft {
	0% {
		margin-left: -200px !important;
		opacity: 0 !important;
	}
	100% {
		margin-left: 0 !important;
		opacity: 1 !important;
	}
}
@keyframes slideFromRight {
	0% {
		margin-right: -200px !important;
		opacity: 0 !important;
	}
	100% {
		margin-right: 0 !important;
		opacity: 1 !important;
	}
}
@-webkit-keyframes slideFromRight {
	0% {
		margin-right: -200px !important;
		opacity: 0 !important;
	}
	100% {
		margin-right: 0 !important;
		opacity: 1 !important;
	}
}
.ui-widget-content.ui-autocomplete-input {
	/*border: 1px solid #eee!important;*/
	padding: 2px 8px !important;
	margin-top: -2px !important;
}
.card-footer {
	margin-top: 6px !important;
	display: block !important;
	white-space: normal !important;
}

.hidden-message .card-footer:last-child {
	display: none !important;
}

/* BUILDER END*/

/* PANNEL */

.data-counts .btn.btn-info.btn-xs {
	padding: 7px 10px;
	border-radius: 10px;
	background: #6c7374;
	border-color: #595b5b;
}

/* PANNEL END */

/* THEME */

.navbar-logo,
.coming-soon .brand .logo,
.login .login-header .brand .logo {
	border-color: #4dd0e1 #00bcd4 #0097a7;
}
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a,
.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.label.label-theme,
.btn.btn-scroll-to-top {
	background: #007E84;
}
.navbar.navbar-inverse .navbar-brand {
	color: #fff !important;
}
.text-theme,
.sidebar .sub-menu > li.active > a:before {
	color: #00bcd4;
}

.gradient-enabled .navbar.navbar-inverse .navbar-brand,
.gradient-enabled .sidebar .nav > li.active > a,
.gradient-enabled .sidebar .nav > li.active > a:focus,
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified
	.sidebar
	.nav
	> li.has-sub.active:focus
	> a,
.gradient-enabled.page-sidebar-minified
	.sidebar
	.nav
	> li.has-sub.active:hover
	> a,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a,
.gradient-enabled .top-menu .nav > li.active > a:focus,
.gradient-enabled .top-menu .nav > li.active > a:hover {
	/* background: #42afbe; */
	background: transparent;
	margin: 0px 15px 0;
	padding: 13px 5px;
}

.nav > li.active > a {
	border-radius: 30px;
	background: #CCFF00!important;
}

.nav > li.active > a img {
	filter: invert(25%) sepia(29%) saturate(6570%) hue-rotate(166deg) brightness(97%) contrast(101%);
}
.pace-progress {
	background: #00bcd4;
}
.pace .pace-activity {
	border-top-color: #00bcd4;
	border-left-color: #00bcd4;
}

.page-with-light-sidebar .sidebar .nav > li.active > a > i {
	color: #fff;
}
.page-with-light-sidebar .sidebar .nav > li > a .badge,
.page-with-light-sidebar .sidebar .nav > li > a .label.label-theme,
.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
	background: #e91e63;
}
.page-with-light-sidebar .sidebar .text-theme {
	color: #e91e63;
}

.top-menu .nav > li.active > a,
.top-menu .nav > li.active > a:focus,
.top-menu .nav > li.active > a:hover {
	background: #00bcd4;
}

/* THEME END */

.tab-content.tab-left {
	margin-top: 15px !important;
}

@media (min-width: 992px) {
	.tab-content.tab-left {
		margin-top: 0px !important;
	}
}

@media (min-width: 768px) {
	.sidebar.sidebar-grid {
		margin-top: 4.75rem;
		margin-left: 20px;
		border-radius: 5px;
		max-height: calc(100vh - 94px);
		box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1),
			0 4px 20px 0 rgba(0, 0, 0, 0.15);
	}
	.sidebar-bg {
		display: none;
	}
	.footer {
		border-top: none;
	}
}

@media (max-width: 768px) {
	.content {
		padding: 1rem !important;
	}
}

body.b-black {
	background: #000 !important;
	color: #fff !important;
}

body.b-black .panel {
	background: #2f2f2f !important;
	background-color: #2f2f2f !important;
	color: #fff !important;
}

body.b-black .panel.panel-black .panel-heading.ui-sortable-handle,
body.b-black .panel.panel-inverse .panel-heading.ui-sortable-handle {
	background: #2f2f2f !important;
	background-color: #2f2f2f !important;
	color: #fff !important;
}

.fas.fa-sign-out-alt {
	font-size: 18px !important;
}

.dropleft .dropdown-menu {
	border-radius: 15px !important;

	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-moz-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-ms-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-o-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	margin-top: 10px;
	min-width: 180px;
	padding: 10px !important;
}

.dropleft .dropdown-item,
.dropleft .dropdown-item:focus,
.dropleft .dropdown-item:hover {
	color: #889394;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

/* WIZARD */
.card-wizard {
	min-height: 410px;
	background: transparent !important;
	box-shadow: none !important;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.card-wizard.active {
	opacity: 1;
}

.card-wizard .progress-with-circle .progress-bar {
	background: #61aaac;
}

.card-wizard .nav-pills .nav-item .nav-link {
	color: #61aaac;
}

.card-wizard .nav-pills .nav-item .nav-link.checked,
.card-wizard .nav-pills .nav-item .nav-link.active {
	background: #61aaac;
	color: white;
}

.card-wizard .nav-pills .nav-item .nav-link:hover {
	background: #ffffff;
}

.card-wizard .nav-pills .nav-item .nav-link.active,
.card-wizard .nav-pills .nav-item .nav-link.checked:focus,
.card-wizard .nav-pills .nav-item .nav-link.checked:hover,
.card-wizard .nav-pills .nav-item .nav-link.active:focus,
.card-wizard .nav-pills .nav-item .nav-link.active:hover {
	background: #0f8084;
}

.card-wizard[data-color="primary"] .progress-with-circle .progress-bar {
	background: #0f8084;
}

.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link {
	color: #61aaac;
	text-decoration: none;
}

.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link.checked,
.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link.active {
	background: #0f8084;
	color: white;
	text-decoration: none;
}

.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link:hover {
	background: #ffffff;
}

.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link.active,
.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link.checked:focus,
.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link.checked:hover,
.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link.active:focus,
.card-wizard[data-color="primary"] .nav-pills .nav-item .nav-link.active:hover {
	background: #0f8084;
}

.card-wizard[data-color="green"] .progress-with-circle .progress-bar {
	background: #00bf9a;
}

.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link {
	color: #00bf9a;
}

.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link.checked,
.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link.active {
	background: #00bf9a;
	color: white;
}

.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link:hover {
	background: #ffffff;
}

.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link.active,
.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link.checked:focus,
.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link.checked:hover,
.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link.active:focus,
.card-wizard[data-color="green"] .nav-pills .nav-item .nav-link.active:hover {
	background: #00bf9a;
}

.card-wizard[data-color="blue"] .progress-with-circle .progress-bar {
	background: #1d8cf8;
}

.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link {
	color: #1d8cf8;
}

.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link.checked,
.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link.active {
	background: #1d8cf8;
	color: white;
}

.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link:hover {
	background: #ffffff;
}

.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link.active,
.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link.checked:focus,
.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link.checked:hover,
.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link.active:focus,
.card-wizard[data-color="blue"] .nav-pills .nav-item .nav-link.active:hover {
	background: #1d8cf8;
}

.card-wizard[data-color="red"] .progress-with-circle .progress-bar {
	background: #fd5d93;
}

.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link {
	color: #fd5d93;
}

.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link.checked,
.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link.active {
	background: #fd5d93;
	color: white;
}

.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link:hover {
	background: #ffffff;
}

.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link.active,
.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link.checked:focus,
.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link.checked:hover,
.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link.active:focus,
.card-wizard[data-color="red"] .nav-pills .nav-item .nav-link.active:hover {
	background: #fd5d93;
}

.card-wizard[data-color="orange"] .progress-with-circle .progress-bar {
	background: #ff8d72;
}

.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link {
	color: #ff8d72;
}

.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link.checked,
.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link.active {
	background: #ff8d72;
	color: white;
}

.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link:hover {
	background: #ffffff;
}

.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link.active,
.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link.checked:focus,
.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link.checked:hover,
.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link.active:focus,
.card-wizard[data-color="orange"] .nav-pills .nav-item .nav-link.active:hover {
	background: #ff8d72;
}

.card-wizard .nav-pills .nav-item {
	position: relative;
}

.card-wizard .nav-pills .nav-item .nav-link {
	height: 45px;
	width: 45px;
	min-width: 45px;
	border-radius: 50% !important;
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%);
	background-color: white;
}

.card-wizard .nav-pills .nav-item .nav-link p {
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translate(-50%);
	font-weight: 400;
	color: #ffffff;
	font-size: 13px;
	min-width: 150px;
	width: 100%;
}
.card-wizard .nav-pills .nav-item .active p {
	color: #0f8084 !important;
}
.card-wizard .nav-pills .nav-item .nav-link:hover,
.card-wizard .nav-pills .nav-item .nav-link:focus {
	background-color: white;
}

.card-wizard .nav-pills .nav-item .nav-link.active,
.card-wizard .nav-pills .nav-item .nav-link:hover,
.card-wizard .nav-pills .nav-item .nav-link:focus,
.card-wizard .nav-pills .nav-item .nav-link.active:focus,
.card-wizard .nav-pills .nav-item .nav-link.active:hover {
	box-shadow: none;
}

.card-wizard .picture-container {
	position: relative;
	cursor: pointer;
	text-align: center;
}

.card-wizard .card-body {
	background: #202020;
	border-top-left-radius: 0.4285rem;
	border-top-right-radius: 0.4285rem;
	margin-top: 20px;
}

.card-wizard .card-footer {
	background-color: #222a42 !important;
	border-bottom-left-radius: 0.4285rem;
	border-bottom-right-radius: 0.4285rem;
	padding-bottom: 20px;
}

.card-wizard .card-footer .pull-right {
	padding-right: 80px;
}

.card-wizard .card-footer .pull-left {
	padding-left: 80px;
}

.card-wizard .wizard-navigation {
	position: relative;
	margin: 30px auto 40px;
}

.card-wizard .wizard-navigation .nav-link {
	display: flex;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-wizard .wizard-navigation .progress-with-circle {
	position: relative;
	top: 5px;
	height: 5px;
	border-radius: 0.4285rem;
	background: #e1e1e1;
}

.card-wizard .wizard-navigation .progress-with-circle .progress-bar {
	height: 100%;
	border-radius: 0.4285rem;
	box-shadow: none;
	-webkit-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.card-wizard .wizard-navigation .nav-link i,
.card-wizard .moving-tab i {
	display: inline-block;
	font-size: 26px;
	line-height: initial;
	padding: 0;
	vertical-align: bottom;
	font-style: normal !important;
}

.card-wizard .picture {
	width: 106px;
	height: 106px;
	background-color: #999999;
	border: 1px solid #e3e3e3;
	color: #ffffff;
	border-radius: 50%;
	margin: 5px auto;
	overflow: hidden;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.card-wizard .picture:hover {
	border-color: #2ca8ff;
}

.card-wizard .picture input[type="file"] {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0 !important;
	position: absolute;
	top: 0;
	width: 100%;
}

.card-wizard .picture-src {
	width: 100%;
}

.card-wizard .tab-content {
	padding: 20px 0;
}

.card-wizard .wizard-footer {
	padding: 0 15px;
}

.card-wizard .wizard-footer .checkbox {
	margin-top: 16px;
}

.card-wizard .disabled {
	display: none;
}

.card-wizard .wizard-header {
	text-align: center;
	padding: 25px 0 35px;
}

.card-wizard .wizard-header h5 {
	margin: 5px 0 0;
}

.card-wizard .nav-pills > li {
	text-align: center;
}

.card-wizard .btn {
	text-transform: uppercase;
}

.card-wizard .info-text {
	text-align: center;
	font-weight: 300;
	margin: 10px 0 30px;
}

.card-wizard .choice {
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}

.card-wizard .choice[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.5;
}

.card-wizard .choice .icon {
	text-align: center;
	vertical-align: middle;
	height: 116px;
	width: 116px;
	border-radius: 50%;
	color: #344675;
	margin: 0 auto 20px;
	border: 1px solid #e3e3e3;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.card-wizard .choice i {
	font-size: 30px;
	line-height: 116px;
	position: absolute;
	left: 0;
	right: 0;
}

.card-wizard .choice:hover .icon,
.card-wizard .choice.active .icon {
	border-color: #2ca8ff;
}

.card-wizard .choice input[type="radio"],
.card-wizard .choice input[type="checkbox"] {
	position: absolute;
	left: -10000px;
	z-index: -1;
}

.card-wizard .btn-finish {
	display: none;
}

.card-wizard .card-title + .description {
	font-size: 17px;
	margin-bottom: 32px;
}

.card-wizard .wizard-title {
	margin: 0;
}

.card-wizard .nav-pills {
	background-color: #ffffff;
	border-radius: 0.4285rem;
	height: 5px;
}

.card-wizard .nav-pills > li + li {
	margin-left: 0;
}

.card-wizard .nav-pills > li > a {
	border: 0 !important;
	border-radius: 0;
	line-height: normal;
	font-size: 12px;
	font-weight: 400;
	min-width: 200px;
	text-align: center;
	color: #555555;
}

.card-wizard .nav-pills > li.active > a,
.card-wizard .nav-pills > li.active > a:hover,
.card-wizard .nav-pills > li.active > a:focus,
.card-wizard .nav-pills > li > a:hover,
.card-wizard .nav-pills > li > a:focus {
	background-color: inherit;
	box-shadow: none;
}

.card-wizard .nav-pills > li i {
	display: block;
	font-size: 30px;
	padding: 15px 0;
}

.card-wizard .input-group.has-danger .error {
	display: block;
	width: 100%;
	margin-top: 3px;
}

/* END WIZARD */
.page-wizard h2,
.page-wizard.h2 {
	font-size: 42px;
}
.page-wizard .green {
	color: #0f8084 !important;
	font-weight: 700;
}
.page-wizard .regular {
	font-weight: 400;
	color: #666 !important;
}

.row.page {
	font-size: 12px;
}

.dataTables_wrapper div.row:nth-child(1) {
	margin: 0;
	padding: 8px 0;
	background: #fff;
}

.panel-body div.pull-right:nth-child(1) {
	position: absolute;
	right: 0;
	margin-right: 42px;
	margin-top: 14px;
	z-index: 3;
}

.panel-body .card-body div.pull-right:nth-child(1) {
	margin-right: 60px;
}

.sw-theme-default {
	text-align: right;
}

.rtl-mode .sw-main .sw-toolbar .btn + .btn {
	margin-left: 0;
	margin-right: 10px;
}

.rtl-mode .sw-main .sw-toolbar .sw-btn-next,
.rtl-mode .sw-main .sw-toolbar .sw-btn-next.disabled,
.rtl-mode .sw-main .sw-toolbar .sw-btn-next.disabled:focus,
.rtl-mode .sw-main .sw-toolbar .sw-btn-next.disabled:hover {
	border-color: transparent !important;
}

.rtl-mode .sw-main > ul.step-anchor.nav-tabs > li > a .number {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.rtl-mode .sw-main > ul.step-anchor.nav-tabs > li > a .number + .info {
	padding-left: 15px;
	padding-right: 0;
}

.has-danger {
	border-color: #ec250d;
}

.d-md-inline {
	padding-left: 6px;
}

.dropdown.state a[state="d0"] {
	color: #a59d9d !important;
}
.dropdown.state a[state="d1"] {
	color: #0f8084 !important;
}
.dropdown.state a[state="p0"] {
	color: #efc347 !important;
}

/* NOVO MODELO */
.campaign .card-block {
	text-align: center;
}

.campaign .panel-title {
	text-align: left;
}

.campaign .card-block .card-subtitle {
	font-size: 11px;
}

.campaign .card-block img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #eee!important;
}

.campaign .dropleft .dropdown-toggle::before {
	content: none;
}

.campaign .dropleft {
	margin-top: -4px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff !important;
}

.panel a {
	color: #616161 !important;
	text-decoration: none !important;
}
.panel a:hover,
.panel a:focus,
.panel a:active {
	color: #616161 !important;
	text-decoration: none !important;
}

.panel:hover {
	/*
	box-shadow: 0px 20px 20px rgba(157, 184, 209, 0.7);
	*/
}
/* NOVO MODELO */

.panel-menu-header {
	height: 74px;
}

.panel-menu-header .panel-heading-btn .btn {
	color: #fff !important;
}

.panel.panel-inverse.new {
	border: 2px dashed #bbc0d5!important;
	background: transparent;
	height: 234px;
}

/*
.panel.panel-inverse.new .panel-heading,
.panel.panel-inverse.new .panel-body .card{
	background: transparent!important;
}
*/

.campaign .panel,
.campaign .panel-body {
	cursor: pointer;
}

.nav-tabs.nav-tabs-left .nav-item,
.nav-tabs > li,
.nav-tabs.nav-tabs-left.nav-justified > li {
	width: 100%;
}

.nav-tabs.nav-tabs-left {
	background: #fff;
	padding: 10px 5px;
	border-radius: 10px;
	box-shadow: 0 1px 3px #c5cad9;
	/*
	-webkit-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-moz-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-ms-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	-o-box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7);
	box-shadow: 0 10px 20px rgba(157, 184, 209, 0.7)
	*/
}

.nav-tabs-left > li > a {
	color: #666 !important;
	margin-right: 0px;
	border-bottom: 1px solid #d0c9c9 !important;
}

.nav-tabs.nav-tabs-left .nav-link:hover,
.nav-tabs.nav-tabs-left .nav-link:focus,
.nav-tabs.nav-tabs-left .nav-link.active,
.nav-tabs.nav-tabs-left > li.active > a,
.nav-tabs.nav-tabs-left > li.active > a:hover,
.nav-tabs.nav-tabs-left > li.active > a:focus,
.nav-tabs.nav-tabs-left .nav-item.show .nav-link,
.nav-tabs.nav-tabs-left.nav-justified > .active > a,
.nav-tabs.nav-tabs-left.nav-justified > .active > a:hover,
.nav-tabs.nav-tabs-left.nav-justified > .active > a:focus {
	background: #E7EDEE;
	background-color: #E7EDEE!important;
	border-bottom: 1px solid #d0c9c9 !important;
	border-left: 5px solid #007E84 !important;
	border-radius: 8px;
    margin: 0px 5px;
}

.tab-content.tab-left {
	padding: 0;
	border: none;
	margin: 0;
}

.form-row {
	margin-bottom: 10px;
}

.main-buttons-item-sublink {
	display: none;
}

.add:hover > .main-buttons-item-sublink {
	display: block;
}

.main-buttons-item-sublink {
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%227%22%20r%3D%227%22%20fill%3D%22%232FC7F7%22/%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8%206V3H6v3H3v2h3v3h2V8h3V6H8z%22/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.dataTables_filter {
	margin-top: 6px;
}
.dataTables_filter input[type="search"] {
	width: 100%;
}

.btn-adaptive {
	/*
	font-size: 13px !important;
	text-transform: uppercase !important;
	padding: 5px 10px !important;
	border-radius: 6px !important;
	margin: 0px 5px;
	*/
}

.btn.btn-lg.btn-adaptive {
	font-size: 14px!important;
    line-height: 14px!important;
	padding: 8px 12px!important;
	border-radius: 5px;
}

.align-right {
	text-align: right;
}
/*
.d-sm-block.d-none span:first{
	padding: 1.4em;
	font-weight: 600;
	font-size: 15px;
	color: #5e7287;
}
*/

.switchery {
	height: 28px !important;
	background-color: #f5f5f5 !important;
}
.switchery > small {
	height: 24px !important;
	width: 24px !important;
	top: 1px !important;
}

label[for="css"] {
	margin-left: 10px !important;
}

.form-group .radio.radio-css.radio-inline {
	padding: 8px !important;
}

#img_upload {
	max-height: 100px;
	max-width: 100px;
	border-radius: 30px;
	cursor: context-menu;
}
#img_upload_file {
	max-height: 200px;
	max-width: 200px;
	cursor: context-menu;
}
.img_upload_layout {
	max-height: 150px;
	max-width: 150px;
	border-radius: 30px;
	cursor: context-menu;
}

.channels-tab .d-sm-none img {
	height: 30px;
	margin-right: 10px;
}
.channels-tab .d-sm-block.d-none img {
	height: 30px;
	margin-right: 10px;
}

.btn-transparent-left {
	padding: 6px 12px;
	line-height: 0;
	color: #495057;
	background-color: transparent;
	margin-right: 20px;
}

.btn-transparent-right {
	padding: 6px 12px;
	line-height: 0;
	cursor: pointer;
	color: #495057;
	background-color: transparent;
	margin-left: 20px;
}

.width100 {
	width: 100% !important;
}

.border-radius-left {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}

.border-radius-right {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

/*.div-dropdown{
	position: relative;
	display: inline-block;
	padding: 0;

	width: 32px;
	height: 32px;
}*/

/*.div-dropdown-content{
	position: absolute;
	width: 200px;
	min-height: 100px;
	background-color: #f1f1f1;
	overflow: auto;
	right: 10px;
	box-shadow: 0px 1.6px 10px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 28px;
	display: inline-grid;
}*/

.nicon {
	padding-top: 10px;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.position-filters-dropdown {
	display: block;
	top: 45px;
	left: 0px;
}

.dataTables_empty {
	cursor: default;
}

.formSize {
	width: 100% !important;
}

#data-table-visitors-list_wrapper select {
	width: 100%;
}
#data-table-attendance-list_wrapper select {
	width: 100%;
}
#data-table-occurrence-list_wrapper select {
	width: 100%;
}
#data-table-nps-list_wrapper select {
	width: 100%;
}
#data-table-event-list_wrapper select {
	width: 100%;
}
#data-table-api-list_wrapper select {
	width: 100%;
}
#data-table-hsm-list_wrapper select {
	width: 100%;
}
#data-table-webhook-list_wrapper select {
	width: 100%;
}
#data-table-massive-list_wrapper select {
	width: 100%;
}
#data-table-users-event-list_wrapper select {
	width: 100%;
}

.ml-3 {
	margin-left: 0 !important;
	padding: 10px 15px 4px;
	border: 1px solid #eee;
	border-radius: 10px;
	width: 100%;
}

.note-content p {
	margin-top: 1rem;
	margin-bottom: 0rem;
}

.panel .media.media-sm .media-object {
	width: 46px !important;
}

.page.facebook {
	padding: 11px;
	font-size: 18px;
}

/**
* REALTIME
*/

.dashboard .table .thead-dark th {
	background-color: #61bdc0;
	border-color: #61bdc0;
	font-weight: normal;
}
.dashboard .table-striped tbody tr:nth-of-type(odd) {
	background: #f0fafa;
}

.dashboard .title {
	font-size: 20px;
	color: #717171;
	text-align: center;
}

@media only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px) {
	.dashboard .tableResponsive,
	.tableResponsive thead,
	.tableResponsive tbody,
	.tableResponsive th,
	.tableResponsive td,
	.tableResponsive tr {
		display: block;
	}

	.dashboard .tableResponsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.dashboard .tableResponsive tr:nth-child(odd) {
		background: #ccc;
	}

	.dashboard .tableResponsive td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.dashboard .tableResponsive td:before {
		position: absolute;
		left: 6px;
		padding-right: 10px;
		white-space: nowrap;
	}
}

.dashboard .progress {
	border-radius: 0px;
}
.dashboard .progress-bar {
	background-color: #39c9cf;
}
.dashboard .box-progessbar {
	position: relative;
}
.dashboard .progressbar {
	float: left;
	border: 1px solid #fff;
	text-align: center;
	padding: 15px 5px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}
.dashboard .progressbar2 {
	float: left;
	border: 1px solid #fff;
	text-align: center;
	padding: 15px 0px;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.dashboard .progressbar {
		font-size: 12px;
		padding: 15px 0px;
	}
}

.dashboard .bg-green-1 {
	background: #15b2b8;
}
.dashboard .bg-green-2 {
	background: #39c9cf;
}
.dashboard .bg-green-3 {
	background: #79dade;
}
.dashboard .bg-orange-3 {
	background: #de9e79;
}
.dashboard .bg-red-3 {
	background: #de7979;
}
.dashboard .bg-green-3 {
	background: #628b8e;
}
.dashboard .bg-grey {
	background-color: #b7b7b7;
}

.dashboard #chart-funnel {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.dashboard #chart-funnel {
	height: 300px;
}
.dashboard .highcharts-button {
	display: none;
}
.dashboard .highcharts-credits {
	display: none;
}

.dashboard .card-block {
	padding: 0px 2px;
}

.dashboard #chart-ocupacao,
.dashboard #chart-ocupacao-user {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
.dashboard #chart-ocupacao {
	height: 266px;
}
.dashboard #chart-messages {
	height: 257px;
}
.dashboard #chart-ocupacao-user {
	height: 300px;
}
.dashboard .highcharts-axis-title {
	display: none;
}

.dashboard #chart-canais,
.dashboard #chart-users {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.dashboard #chart-canais,
.dashboard #chart-users {
	height: 182px;
}

.dashboard #chart-area {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.dashboard #chart-area {
	height: 300px;
}

.dashboard .border-grey {
	border: 1px solid #ccc;
	padding: 15px;
}
.dashboard .count {
	color: #007074;
	font-size: 40px;
}
.dashboard .channels {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 15px 15px 5px;
	margin-left: -2px;
	margin-right: -2px;
}

.dashboard .channels h3 {
	font-size: 20px;
	color: #717171;
	text-align: center;
}
.dashboard .channels div.channel {
	margin-bottom: 0.1em;
}
.dashboard .channels div.channel p {
	margin-bottom: 0.3rem !important;
}

.dashboard .intra-hour {
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 15px 15px 5px;
	margin-left: -2px;
	margin-right: -2px;
}

.dashboard .intra-hour h3 {
	color: #827c7c;
}

.noMargin {
	margin: 0px !important;
	padding: 1rem !important;
}

.nav-btn .nav-link.active {
	color: #fff !important;
	background-color: rgba(8, 58, 60, 0.7) !important;
	border-color: transparent;
	border: none;
	border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

.nav-tabs .nav-link {
	border: none;
	border-bottom: 3px solid #dee2e6;
	border-top-left-radius: none;
	border-top-right-radius: none;
	background-color: #fff !important;
	border-radius: 0px 0px 0px 0px;
}

.nav-btn .nav-link:hover {
	color: #fff !important;
	background-color: rgba(8, 58, 60, 0.7) !important;
	border-color: transparent;
	border: none;
	border-radius: 6px 6px 0px 0px;
}

.nav-btn .nav-item {
	padding: 0 5px;
}

.nav-tabs li.list {
	width: auto !important;
}

.nav.nav-tabs > li > a {
	color: #666 !important;
	border-left: 10px solid transparent !important;
	/*min-height: 80px;*/
}
.nav-tabs-left li:last-child a {
	border-bottom: none!important;
}

.nav.nav-tabs > li > a >span{
	font-weight: bold;
}

.modal .modal-dialog.modal-max {
	width: 100%;
	max-width: 95%;
}

.padding-selector {
	padding: 1em !important;
}

#sidebar .version a{
	color: #fff;
	text-decoration: none;
}
#sidebar .version {
	bottom: 0;
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 1em;
	font-size: 10px;
}

.dataTables_wrapper #search:hover {
	color: #087278;
}

.dataTables_wrapper #search:active {
	color: #000;
}

.flag-icon-background {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
}
.flag-icon {
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
}
.flag-icon:before {
	content: "\00a0";
}
.flag-icon.flag-icon-squared {
	width: 1em;
}
.flag-icon-br {
	background-image: url(../../plugins/flag-icon/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
	background-image: url(../../plugins/flag-icon/flags/1x1/br.svg);
}
.flag-icon-us {
	background-image: url(../../plugins/flag-icon/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
	background-image: url(../../plugins/flag-icon/flags/1x1/us.svg);
}
.flag-icon-es {
  background-image: url(../../plugins/flag-icon/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../../plugins/flag-icon/flags/1x1/es.svg);
}
.flag-icon-de {
	background-image: url(../../plugins/flag-icon/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
	background-image: url(../../plugins/flag-icon/flags/1x1/de.svg);
}

.dashboard.consolidated .progress {
	border-radius: 4px !important;
	width: 100% !important;
	margin-left: 3em !important;
	height: 12px !important;
	margin-bottom: 0px !important;
}

.dashboard.consolidated .d-flex.align-items-center.w {
	width: 100%;
}

.dashboard.consolidated .d-flex.align-items-center.w .w-name {
	min-width: 3em;
}

.version {
	cursor: pointer;
}

#modal-billing .modal-body{
	display: flex;
	flex-wrap: wrap;
}

#modal-billing .widget,
.licence .widget {
	font-size: 14px;
}

#modal-billing .widget-stats .stats-info h4,
.licence .widget-stats .stats-info h4 {
	font-size: 14px;
	margin: 5px 0;
	color: #fff;
	color: #127278;
	font-weight: bold;
}

#modal-billing .widget-stats .stats-icon,
.licence .widget-stats .stats-icon {
	font-size: 65px;
	height: 56px;
	width: 56px;
	text-align: center;
	line-height: 56px;
	margin-left: 15px;
	color: #000;
	position: absolute;
	right: 35px;
	top: 15px;
	opacity: 0.15;
}

fieldset {
	border: 1px solid #c5cad9;
	padding: 15px;
	border-radius: 10px;
}

fieldset legend {
	width: auto;
	padding: 2px 10px;
	border: none;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

p.f-s-14.f-w-600 {
	margin-bottom: 0.3rem !important;
}

.theme-panel {
	height: calc(100% - 64px);
	top: 62px;
}

.table tr td a .image {
	border-radius: 15px;
	width: 100%;
	height: auto !important;
	max-width: 150px;
}
.table tr td video {
	border-radius: 15px;
	width: 100%;
	height: auto !important;
	max-width: 150px;
	outline: none;
}
.table tr td audio {
	outline: none;
}

.bubble {
	border: 1px solid #becdd9;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 13px;
	border-radius: 10px 10px 10px 0px;
	color: #8495a3;
	position: relative;
	min-width: 180px;
	max-width: 330px;
	width: fit-content;
}

.bubble .image {
	border-radius: 15px;
	width: 100%;
	height: auto !important;
	max-width: 180px;
}

.bubble .title {
	text-align: start;
	color: #3c4858;
	text-decoration: none;
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bubble .pr {
	max-width: 240px;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bubble .link {
	max-width: 240px;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bubble .inline {
	display: inline-flex;
}
.bubble .inline .doc {
	margin: 6px;
	width: 36px !important;
	height: 36px !important;
}
.bubble .inline .pr_doc {
	margin: auto;
	margin-left: 6px;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bubble .divDoc {
	display: inline-flex;
}

.bubble .docImage {
	margin: 6px;
	width: 36px;
	height: 36px;
}

.bubble .docText {
	margin: auto;
	max-width: 190px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dashboard .table > thead > tr > th,
.dashboard .table > tbody > tr > th,
.dashboard .table > tfoot > tr > th,
.dashboard .table > thead > tr > td,
.dashboard .table > tbody > tr > td,
.dashboard .table > tfoot > tr > td {
	padding: 2px 15px;
}

.dashboard .value {
    padding: 2px 4px!important;
	font-weight: 600;
	color: #fff !important;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 7px 7px 0px 0px;
    padding: 2px 4px!important;
    font-weight: 500;
    font-size: 14px!important;
}
.dashboard .value-before {
    color: #fff !important;
    border: none;
    border-radius: 0px 0px 7px 7px;
    padding: 2px 4px!important;
    font-weight: 500;
    font-size: 14px!important;
    margin-top: 0px;
}
.dashboard .a-avatar{
    padding: 6px 6px;
}

.dashboard .a-text{
	padding-top: 1px;
}

.dashboard .o-avatar{
    padding: 1px 4px;
}
.dashboard .f-s-10{
	margin-bottom: 0rem!important;
	text-transform: uppercase;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px!important;
}
.dashboard .i-avatar{
    font-size: 34px!important;
}

.time fieldset .form-group .form-row {
	padding: 0;
}

.navbar-client {
	background: #E7EDEE !important;
	background-color: #E7EDEE !important;
}

.dataTable thead th:not(.sorting_disabled) {
	cursor: pointer;
}


.bootstrap-tagsinput .badge-label {
  font-size: 14px;
  font-weight: 500;
}

.bootstrap-tagsinput .badge-label.primary {
  background-color: rgb(18 154 158) !important;
  color: #ffffff !important;
}

.bootstrap-tagsinput .badge-label.secondary {
  background-color: #DEE7F8 !important;
  color: rgb(18 154 158) !important;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
    font-size: 19px !important;
}

.dashboard .bootstrap-tagsinput,
.dashboard .bootstrap-tagsinput input {
  cursor: pointer;
}

.dashboard .bootstrap-tagsinput span.tag {
    cursor: default;
    display: inline-table;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 1em;
}

.dashboard .consolidatedStatuses p.f-s-14.f-w-600{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bootstrap-tagsinput {
  display: block;
  max-width: 100%;
}

#data-table-logged .btn-xs.btn-icon.btn-circle,
#data-table-attendances .btn-xs.btn-icon.btn-circle,
#data-table-user-list .btn-xs.btn-icon.btn-circle,
#data-table-list_user_client .btn-xs.btn-icon.btn-circle,
#data-table-deploys-list .btn-xs.btn-icon.btn-circle
{
	width: 10px!important;
    height: 10px!important;
    font-size: 3px!important;
    line-height: 10px!important;
	margin-top: -2px!important;
}

#data-table-attendances .btn-xs.btn-icon.btn-circle{
	width: 10px!important;
    height: 10px!important;
    font-size: 3px!important;
    line-height: 10px!important;
	margin-top: 3px!important;
}

.table.table-hover.table-striped.table-bordered tr td{
	line-height: 15px;
}

.campaign .panel .card{
	margin-bottom: 0px;
}
.campaign .panel .card .card-block {
    padding: 10px;
}
.campaign .panel .card .card-block .card-title {
    margin-bottom: 10px;
}

.profile-selector .card{
    background: #E7EDEE!important;
    border-radius: 8px;
    color: #007E84;
}
.profile-selector .card:hover{
	background: #cad8da!important;
}

.profile-selector blockquote i{
	font-size: 2.5em;
}
.profile-selector .panel-label{
	font-size: 16px;
}
.profile-selector a{
	text-decoration: none;
}

.header .navbar-nav > li.omne-notification > a .label{
	position: absolute;
    top: 9px;
    right: 4px;
    display: block;
    background: #f17168;
    line-height: 22px;
    font-weight: 500;
    padding: 0;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    min-width: 20px;
    height: 20px;
}

.header .navbar-nav > li.omne-notification .count{
    padding: 15px 20px!important;
}

.header .navbar-nav > li.omne-notification span.badge-notification{
	position: absolute;
    top: 7px;
    display: block;
    background: #d32f2f;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 30px;
    right: 5px;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list{
	min-width: 360px;
	border-radius: 10px;
}

.header .navbar-nav > li.omne-notification h6.media-heading{
	text-overflow: ellipsis;
	max-width: 250px;
	overflow: hidden;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list div.media{
	display: flex;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list div.media .media-checkbox{
	height: 75px; 
    line-height: 75px; 
    text-align: center;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list div.media .media-button{
	height: 75px;
	width: 60px; 
    line-height: 75px; 
    text-align: center;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list div.media i{
	font-size: 35px;
	margin-top: 10px;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list .dropdown-header{
	font-size: 13px;
    color: #20252a; 
	background-color: transparent;
	padding: 15px 15px !important;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list .media-checkbox .check-remove{
	vertical-align: middle;	
	margin-left: 5px;
}

.header .navbar-nav > li.omne-notification .dropdown-menu.media-list .media-button .check-approve{
	vertical-align: middle;	
	margin-left: 5px;
}


.modal .modal-header.hasUlNav{
	padding-bottom: 0px !important;
}

#chat-transfer ul.list-group{
	list-style: none;
}

#chat-transfer ul.list-group li:not(.disabled) {
	cursor: pointer!important;
}

#chat-transfer ul.list-group li.disabled .badge {
	background-color: #2196f3b5 !important;
}

#chat-transfer ul.list-group li.disabled {
cursor: default;
	color: #6c757da1 !important;
	background-color: #fff !important;
}

#chat-transfer ul.list-group li #loading-gif .spinner-small {
	left: auto;
	right: 112px;
}

#dashboard .panel-body {
    padding: 1rem 1rem 0rem 1rem!important;
}



.view-monitor.page-header-fixed{
	padding-top: 0px;
}
.view-monitor.page-with-wide-sidebar.page-sidebar-minified:not(.page-with-right-sidebar) .content{
	margin-left: 16px;
}
.view-monitor #sidebar{
	display: none;
}
.view-monitor #header{
	display: none;
}




.page-consolidated .table-active,
.page-consolidated .table-active>td,
.page-consolidated .table-active>th {
    background-color: #12727873;
    color: #FFF!important;
}

.row.page {
    font-size: 13px;
}

.form-control{
	border-radius: 0.4285rem;
}

.form-control:focus, .form-control.focus, .form-control.input-white:focus, .form-control.input-white.focus {
    border-color: #61aaac;
    outline: 0;
	box-shadow: none;
	border: 1px solid #262626 !important;
}

.row.page label.label-form{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0.2rem;
}

.hljs-wrapper {
    margin-bottom: 5px;
}

.row.page.campaign .panel.panel-inverse:hover{
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.dataTables_wrapper .dt-button-collection [role="menu"] button.dt-button{
    display: block;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 1px 0px;
    font-size: 14px;
    color: #ccc;
    white-space: nowrap;
    width: 100%;
}

.dataTables_wrapper .dt-button-collection [role="menu"] button.dt-button.active{
	 /* border: 1px solid rgba(6, 109, 112, 1); */
	 color: #087278;
}

.dataTables_wrapper .dt-button-collection {
    position: absolute!important;
    margin-top: 7px!important;
    z-index: 9999999;
}

.dt-buttons {
	margin: 1px;
}

.dataTables_wrapper .dataTables_filter {
    float: inherit !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: initial !important;
	border: 1px solid transparent;
	background-color: initial !important;
	background: initial !important;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

  padding: 0px;
  margin-left: 0px;
  /* box-sizing: border-box; */
  /* display: inline-block; */
  /* min-width: 1.5em; */
  /* padding: 0.5em 1em; */
  /* margin-left: 2px; */
}

body div.dataTables_wrapper div.dataTables_paginate ul.pagination > li {
    display: inline;
    width: 11px !important;
    display: inline-table;
}

#resumeUsersEvent {
	position: initial !important;
	right: initial !important;
	margin-right: initial !important;
	margin-top:initial !important;
	z-index: initial !important;
}

#login-page{
	background-color: #FFF;
}

.powered-by a{
	color: #585555;
}

.image-whitelabel{
	width: 100%!important;
	border-radius: 0;
}

.login .login-content .text-content-info{
	color: #707478;
}

.extra-filters{
	margin: 0;
    padding: 8px 0;
    background: #f6f7fb;
}

.communications{
	padding: 20px 20px 0!important;
	margin-bottom: 0px;
}

.communications li .media-heading{
    font-size: 18px;
    font-weight: 600;
}

.communications .media.media-sm{
	border: none!important;
}

.communications .media.media-sm .alert{
	border:1px solid #d6d6d6!important;
	margin-bottom: 0px;
	color: #262626!important;
	border-radius: 10px;
}

.menu-top{
	font-size: 16px!important;
	padding: 15px 20px!important;
}
.menu-top .d-none{
	font-size: 12px;
}

@media (max-width: 767px){
	.header .navbar-nav>li>a {
		padding: 15px 15px!important;
	}
}

.doc-manual{
	font-size: 28px;
    color: #fff;
}

.doc-manual img{
	width: 30px;
}

.btn-lg-full{
	width: 100%;
    height: 100%;
}

#page-container #sidebar .slimScrollDiv ul li a span{
    width: 204px;
    padding-left: 0px;
    position: absolute;
    top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.buttom-mobile-me{
    color: #000!important;
    padding: 11px!important;
    height: 60px!important;
    font-size: 17px!important;
    width: 39px!important;
}

.release{
	border: 1px solid transparent;
	padding: 4px;
	margin-top: 4px;
}

.doc-manual div{
	border: 1px solid transparent;
	border-radius: 6px;
}

.doc-manual div:hover,
.release:hover{
	border: 1px solid transparent;
	border-radius: 6px;
	background: #2b2b2b;
}

#footer .doc-manual div:hover,
#footer .release:hover{
	border: 1px solid transparent;
	border-radius: 6px;
	background: #e3e3e3;
}

.campaign-channels-ico{
	width: auto!important;
	height: 15px!important;
}

ul.campaign-channels{
	list-style: none;
	margin: 0;
	padding-inline-start:0;
	border: 1px solid #e2e7eb;
    border-radius: 6px;
    padding: 4px 5px;
	text-align: center;
}

.campaign-image{
    border-radius: 6px 0px 0px 6px!important;
    border-left: 1px solid #e2e7eb!important;
    border-top: 1px solid #e2e7eb!important;
    border-bottom: 1px solid #e2e7eb!important;
    padding: 15px 5px 5px 5px!important;
    margin-bottom: 10px!important;
}

.campaign-image .card-subtitle{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.campaign-info {
    border-radius: 0px 6px 6px 0px!important;
    border-right: 1px solid #e2e7eb!important;
    border-top: 1px solid #e2e7eb!important;
    border-bottom: 1px solid #e2e7eb!important;
	padding: 5px!important;
    margin-bottom: 10px!important;
}

ul.campaign-channels li{
	display: inline;
}
ul.campaign-channels li div{
	display: inline-table;
    width: 26px!important;
    height: 26px!important;
    padding: 2px;

	border: 1px solid transparent;
	border-radius: 50%;
}

ul.campaign-channels li div:hover{
	background-color: #eee;
}

.iti {
	width: 100% !important;
}

.note.note-secondary{
    border: 1px solid #ccc;
    background: #fff;
    color: #4f4f4f;
	padding:8px;
}
.note.note-secondary h4{
    margin: 0;
	font-size: 14px;
}

#modal-gateway ul.campaign-channels{
	margin-top:28px;
	cursor:pointer;
}

@media (max-width: 767px){
	#modal-gateway ul.campaign-channels{
		margin-top:10px;
	}
}

.time_occurrence,
.time_group{
	text-transform: uppercase;
}

.settings-account .priority ul,
.campaign-settings .priority ul {
    list-style-type: none;
    padding: 5px;
    width: 100%;
    height: 300px;
    overflow-y: auto;
}

#sortable1 li,
#sortable2 li,
#sortable3 li,
#sortable4 li {
    margin: 5px;
	margin-left: 14px;
    padding: 5px;
    font-size: 1.2em;
    width: 90%;
	border: 1px solid #c5c5c5;
	cursor: pointer;
}


.last-update-monitor{
	font-size: 10px;
    font-weight: 500;
    font-family: "times";
	display: inline-block;
}

.request-panel-api td.child{
    width: 300px;
    max-width: 300px;
}


.request-panel-api td.child .dtr-data{
    word-wrap: break-word;
}

.child-fixed-datatable{
	min-width: 500px!important;
}
.gateway h6.m-b-10{
	margin-bottom:20px !important;
}


.btn-attendance-filter{
	width: 40px!important;
	padding: 10px!important;
    margin-top: 7px!important;
	font-size: 14px!important;
    line-height: 14px!important;
	margin: 0px 6px 0px 0px!important;
	border: 1px solid transparent!important;
}

#data-table-attendances_filter input{
	margin-top: -5px!important;
	float: right;
    width: calc(100% - 50px);
}

.active-check{
    color: #ececec!important;
    background: #383634!important;
}

.channels-filter .btn-action-check-filter{
    width: 10.5%!important;
    padding: 8px!important;
    margin-top: 7px!important;
    font-size: 13px!important;
    line-height: 14px!important;
    margin: 0px 6px 0px 0px!important;
    border: 1px solid transparent!important;
}
.channels-filter{
	padding:1rem 1rem 0rem 1rem!important
}

#data-table-attendances_wrapper .row.bg-white .col-sm-12.col-lg-4{
	margin-top: -62px;
}

#dashboard .card{
	border-radius: .25rem;
}

#page-content-loader .spinner{
	z-index: 999999;
}
.monitor-img-list{
	height: 18px!important;
}

#dashboard .card.consolidatedMessages{
    margin-bottom: 8px;
}

.dashboard .consolidatedMessages blockquote .value,
.dashboard .consolidatedMessages blockquote {
	color: #a0a0a0!important;
}

.dashboard .consolidatedMessages .card-block {
    border-radius: 2px;
    background: #fff;
    padding: 5.6px;
    margin: -2px -8px;
	cursor: not-allowed;
}

.dashboard .consolidatedMessages .value{
	border: none;
    padding: 10px 4px!important;
    font-size: 20px!important;
}

.highcharts-title{
	color: #adadad!important;
    fill: #828080!important;
}

.quickOptions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quickOptions .option{
	text-align: center;
	padding: 5px 10px;
	margin: 1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 25px;
	color: #fff;
	background-color: #0F8084 !important;
	border-color: #0F8084 !important;
}

.quickOptions .option p{
	margin: 0px;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menuOptions .option{
	width: 260px;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #e5e5e5;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
}

.menuOptions .option:hover{
		box-shadow: none;
		text-decoration: none;
}

.menuOptions .option p{
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.iti__flag {background-image: url("/plugins/jackocnr/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {background-image: url("/plugins/jackocnr/img/flags@2x.png");}
}


/* TCARD */

table.tcard.cards {
	background-color: transparent;
}

table.tcard.cards tbody img {
	height: 100px;
}
table.tcard.cards tbody tr {
	float: left;
	margin: 10px;
	border: 1px solid #aaa;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	background-color: white;
}
table.tcard.cards tbody td {
	display: block;
	width: 330px;
	overflow: hidden;
	text-align: left;
}

table.tcard.table thead {
	display: none;
}


table.tcard.table {
	background-color: #fff;
}
table.tcard.table tbody label {
	display: none;
	margin-right: 5px;
	width: 50px;
}
table.tcard.table .glyphicon {
	font-size: 20px;
}

table.tcard.cards .glyphicon {
	font-size: 75px;
}

table.tcard.cards tbody label {
	display: inline;
	position: relative;
	font-size: 85%;
	font-weight: normal;
	top: -5px;
	left: -3px;
	float: left;
	color: #808080;
}

table.tcard.cards tbody td:nth-child(1) {
	text-align: center;
}





/* NOVO PACK DE BOTÕES */


#modal-dialog .panel-body .form-group{
    height: 37px;
}
#modal-bots .modal-footer button,
#modal-dialog .panel-body .form-group button{
    float: left;
}


/* NOVO PACK DE BOTÕES */

.row.page label.label-form {
    font-size: 12px;
    margin-bottom: 0.2rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10,
table .dropdown.dropleft .btn.btn-secondary.dropdown-toggle,
.actions .btn.btn-secondary.dropdown-toggle,
.panel-body .btn.btn-lg.btn-adaptive,
.modal-footer .btn.btn-lg.btn-adaptive,
.hljs-wrapper .btn.btn-lg.btn-adaptive,
.btn-adaptive.btn.btn-info,
.btn-adaptive.btn.btn-info.disabled,
.btn-adaptive.btn.btn-info.disabled:hover,
.btn-adaptive.btn.btn-info.disabled:focus,
.btn-adaptive.btn.btn-info[disabled],
.btn-adaptive.btn.btn-info[disabled]:hover,
.btn-adaptive.btn.btn-info[disabled]:focus {
    margin-left: 10px!important;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    background-color: rgb(250, 250, 250);
    background: rgb(250, 250, 250);
    color: rgb(112, 123, 129);
    transition: all 0.25s ease 0s;
    cursor: pointer;

    border: 1px solid rgb(239, 241, 242);
    display: inline-flex;
    align-items: center;
    border-radius: 30px!important;
	padding: 10px 20px 10px 10px !important;
}

#viewStatusBots,
#viewFilterBots{
	padding-right: 6px!important;
}

#viewStatusBots i,
#viewFilterBots i{
	font-size: 10px;
}

.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10{
	margin-left: 0px!important;
}


.page-consolidated .btn.btn-lg.btn-info.btn-adaptive.mt-1.pull-right,
.dataTables_wrapper .local-filter .btn.btn-lg.btn-info.btn-adaptive.mt-1.pull-right{
	margin-top: 0px!important;
}

.btn-adaptive.btn.btn-green,
.btn-adaptive.btn.btn-green.disabled,
.btn-adaptive.btn.btn-green.disabled:hover,
.btn-adaptive.btn.btn-green.disabled:focus,
.btn-adaptive.btn.btn-green[disabled],
.btn-adaptive.btn.btn-green[disabled]:hover,
.btn-adaptive.btn.btn-green[disabled]:focus {
	color: #fff;
	background: #4caf50;
	border-color: #4caf50;
    margin-left: 10px!important;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    height: 35px;
    padding-left: 5px!important;
    padding-right: 24px!important;
	padding-top: 4px!important;
    border-radius: 10px;
    border: none;
    transition: all 0.25s ease 0s;
    cursor: pointer;

}

.btn-adaptive.btn:hover{
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.23)!important;
}

.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-red.m-10,
table .dropdown.dropleft .btn.btn-secondary.dropdown-toggle,
.actions .btn.btn-secondary.dropdown-toggle,
.panel-body .btn.btn-lg.btn-adaptive,
.modal-footer .btn.btn-lg.btn-adaptive,
.hljs-wrapper .btn.btn-lg.btn-adaptive,
.btn-adaptive.btn.btn-red,
.btn-adaptive.btn.btn-red.disabled,
.btn-adaptive.btn.btn-red.disabled:hover,
.btn-adaptive.btn.btn-red.disabled:focus,
.btn-adaptive.btn.btn-red[disabled],
.btn-adaptive.btn.btn-red[disabled]:hover,
.btn-adaptive.btn.btn-red[disabled]:focus {
    margin-left: 10px!important;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    background-color: rgb(250, 250, 250);
    background: rgb(250, 250, 250);
    color: rgb(112, 123, 129);
    transition: all 0.25s ease 0s;
    cursor: pointer;

    border: 1px solid rgb(239, 241, 242);
    display: inline-flex;
    align-items: center;
    border-radius: 10px!important;
	padding: 10px 20px 10px 10px !important;
}

.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10 i,
.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10 i,
.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10[disabled] i,

table .dropdown.dropleft .btn.btn-secondary.dropdown-toggle i,
table .dropdown.dropleft .btn.btn-secondary.dropdown-toggle.disabled i,
table .dropdown.dropleft .btn.btn-secondary.dropdown-toggle[disabled] i,

.actions .btn.btn-secondary.dropdown-toggle.btn-secondary i,
.actions .btn.btn-secondary.dropdown-toggle.btn-secondary.disabled i,
.actions .btn.btn-secondary.dropdown-toggle.btn-secondary[disabled] i,

.btn-adaptive.btn.btn-gray i,
.btn-adaptive.btn.btn-gray.disabled i,
.btn-adaptive.btn.btn-gray[disabled] i,

.btn-adaptive.btn.btn-yellow i,
.btn-adaptive.btn.btn-yellow.disabled i,
.btn-adaptive.btn.btn-yellow[disabled] i,

.btn-adaptive.btn.btn-red i,
.btn-adaptive.btn.btn-red.disabled i,
.btn-adaptive.btn.btn-red[disabled] i,

.btn-adaptive.btn.btn-green i,
.btn-adaptive.btn.btn-green.disabled i,
.btn-adaptive.btn.btn-green[disabled] i,

.btn-adaptive.btn.btn-danger i,
.btn-adaptive.btn.btn-danger.disabled i,
.btn-adaptive.btn.btn-danger[disabled] i,

.btn-adaptive.btn.btn-info i,
.btn-adaptive.btn.btn-info.disabled i,
.btn-adaptive.btn.btn-info[disabled] i{
    color: #FFF;

	width: 23px;
    height: 23px;
    border-radius: 50%;
    background-size: 23px!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    float: left;
    margin-right: 10px;
    padding: 6px!important;
	font-size: 10px;
}

.btn-adaptive.btn.btn-info i.fas.fa-plus{
    padding: 7px;
}

table .dropdown.dropleft .btn.btn-secondary.dropdown-toggle i,
.actions .btn.btn-secondary.dropdown-toggle.btn-secondary i,
.actions .btn.btn-secondary.dropdown-toggle.btn-secondary.disabled i,
.actions .btn.btn-secondary.dropdown-toggle.btn-secondary[disabled] i{
    background: #aab5bb;
}

.btn-adaptive.btn.btn-gray i,
.btn-adaptive.btn.btn-gray.disabled i,
.btn-adaptive.btn.btn-gray[disabled] i{
    background: #aab5bb;
}

.btn-adaptive.btn.btn-yellow i,
.btn-adaptive.btn.btn-yellow.disabled i,
.btn-adaptive.btn.btn-yellow[disabled] i{
    background: #d4c400;
}

.btn-adaptive.btn.btn-info i,
.btn-adaptive.btn.btn-info.disabled i,
.btn-adaptive.btn.btn-info[disabled] i{
    background: #00aac0;
}

.btn-adaptive.btn.btn-red i,
.btn-adaptive.btn.btn-red.disabled i,
.btn-adaptive.btn.btn-red[disabled] i{
    background: #c50000;
	/* height: 30px !important; */
}

.btn-adaptive.btn.btn-green i,
.btn-adaptive.btn.btn-green.disabled i,
.btn-adaptive.btn.btn-green[disabled] i{
    background: #007E84;
}

.btn-adaptive.btn.btn-danger i,
.btn-adaptive.btn.btn-danger.disabled i,
.btn-adaptive.btn.btn-danger[disabled] i{
    background: #c50000;
}

.btn-adaptive.btn.btn-green-call i,
.btn-adaptive.btn.btn-green-call.disabled i,
.btn-adaptive.btn.btn-green-call[disabled] i{
    background: #007E84;
}

.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10 i{
    background: #007E84;
}


.btn-adaptive.btn-info:hover,
.btn-adaptive.btn-info:focus,
.btn-adaptive.btn-info:active,
.btn-adaptive.btn-info.active,
.btn-adaptive.btn-info.active.focus,
.btn-adaptive.btn-info.active:focus,
.btn-adaptive.btn-info.active:hover,
.btn-adaptive.btn-info:active.focus,
.btn-adaptive.btn-info:active:focus,
.btn-adaptive.btn-info:active:hover,
.show > .btn-adaptive.btn-info.dropdown-toggle,
.open > .btn-adaptive.dropdown-toggle.btn-info,
.open > .btn-adaptive.dropdown-toggle.btn-info:hover,
.open > .btn-adaptive.dropdown-toggle.btn-info:focus,
.btn-adaptive.btn-info:not(:disabled):not(.disabled).active,
.btn-adaptive.btn-info:not(:disabled):not(.disabled):active {
    background-color: rgb(250, 250, 250);
    background: rgb(250, 250, 250);
    color: rgb(112, 123, 129);
}

.btn.btn-lg.btn-adaptive {
	border-radius: 10px;
}

.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10{
	top: 7px!important;
}

.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10,
.btn.btn-lg.btn-adaptive.btn-no-text{
    padding-right: 0px!important;
}


.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10 i{
	width: auto;
}
.dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10 i,
.btn.btn-lg.btn-adaptive.btn-no-text i{
    margin-right: 5px;
}

table .dropdown.dropleft .btn.btn-secondary.dropdown-toggle,
.actions .btn.btn-secondary.dropdown-toggle{
	width: 39px;
	margin-left: 0px!important;
}

.table.table-hover tbody tr{
	height: 50px;
}

.swal-button{
	padding: 6px 24px!important;
}

.modal-header .close{
    background-color: #b5b5b5;
    padding: 6px 14px;
    margin-right: 0px;
    border-radius: 10px;
    margin-top: -6px;
}

.block-card{
	margin: 20px 20px 0 20px;
}

.block-card .widget.widget-stats{
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}

.block-card h4{
	color: #5b948a!important;
	font-weight: bold!important;
    font-size: 17px!important;
}

.panel-body.panel-form .card .card-block a{
    padding: 10px!important;
}


#listMyResources li p,
#listMyVariables li p,
#listGlobalVariables li p,
#listVariablesLibrary li p{
    margin-bottom: 0.1rem;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.table{
	border: 1px solid #e3e7e7;
    border-radius: 10px;
}

.table.table-hover tbody tr {
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
}

.table.table-hover tbody tr:last-child {
	border-radius: 10px;
}

.dataTables_filter input[type="search"] {
    width: 100%;
    border-radius: 10px;
    padding: 0 20px;
	border: 1px solid #007E84;
}

.dataTables_wrapper .row.bg-white  div{
	padding: 0px;
}

input#date_entry,
.input-group-append{
	height: 41px !important;
}

.inputHover {
	cursor: pointer;
	border: 0.1px solid #cccccc4a !important;
	background: none;
}
input[type="text"].inputHover:hover {
	border: 1px;
}
div.inputHover:hover {
	border: 1px;
}

.widget-color{
    float: right!important;
    margin-top: -28px!important;
    height: 23px!important;
    margin-right: 5px!important;
    border-radius: 50%!important;
}

.circle-line {
	width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00bcd4;
    position: relative;
    bottom: 8px;
}

.text-operator {
    width: 41px;
    height: 29px;
    position: relative;
    background: #00bcd4;
    border-radius: 16px;
    font-family: "Nunito Sans", Tahoma, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1px;
    display: flex;
    color: rgb(255 255 255);
    bottom: 19px;
    justify-content: center;
}

.text-operator>p{
	margin-top: 14px !important;
}

@media (max-width: 767px){
	.text-operator {
		line-height: 30px;
	}
}

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

.hr-rules-attendance{
    border: 1px dotted #00bcd4;
    border-radius: 5px;
	margin-top: 30px !important;
}


.box-inputs-condition {
    margin-bottom: -15px;
}

button.btn.dropdown-toggle[role="combobox"]{
    padding: 8px 12px;
    color: #666 !important;
    border: 1px solid #8c9499;
    border-radius: 0.4285rem;
    box-shadow: none;
    font-size: 13px;
    line-height: 1.8;
    background: #FFF;
    height: 41px !important;
}

.custon-btn-sortable{
	border: solid 0.1em !important;
	border-color: #119094b3 !important;
	margin: 2px !important;
	border-radius: 10px;
	padding: 4px 12px;
	cursor: pointer;
	font-weight: bold;
	color: rgb(55 62 66);
}

.custon-btn-sortable:hover{
	background-color: #e1fffa6b;
}

.custon-btn-sortable>i{
	padding: 7px;
    color: #FFF;
    background: #00bcd4;
    border-radius: 8px;
    width: auto;
    height: 27px;
    margin-right: 12px;
}

.custon-btn-sortable>i.green{
	background: #00d4a5!important;
}

.custon-btn-sortable>i.danger{
	background: #f14b4b!important;
}

.custon-btn-sortable>b{
	padding: 7px;
    color: #FFF;
    background: #00bcd4;
    border-radius: 8px;
    width: auto;
    height: 27px;
    margin-right: 12px;
}

.custon-btn-sortable>b.green{
	background: #00d4a5!important;
}

.custon-btn-sortable>b.danger{
	background: #f14b4b!important;
}

.list-sortable-move .list-group.col{
    height: calc( 100vh - 400px );
    min-height: 300px;
    overflow-y: scroll;
}

.dropdown .dropdown-menu button{
	cursor: pointer;
}


.campaign .panel.panel-black .panel-heading.ui-sortable-handle .panel-title::before,
.campaign .panel.panel-inverse .panel-heading.ui-sortable-handle .panel-title::before {
	background: #fff;
}

.row.campaign #accordion {
    width: 100%;
	padding: 0px 14px;
}

.row.campaign #accordion .card {
	background: #fff;
	border-radius: 10px;
}

.row.campaign #accordion .card .card-header{
	background: #a4cccf;
	border-radius: 10px;
}

#averageTime{
	font-size: 11px;
}
#averageTime .badge  {
	font-size: 11px;
}

/** NPS style */
.label-graph-nps{
	color: #195993;
	font-weight: bold;
	white-space: nowrap;
}

.font-color-box-nps-white{
	color: white;
	font-size: 20px;
}

.font-color-box-nps-black{
	color: black;
	font-size: 20px;
}

.div-box-nps-success{
	background: #22b5af;
	padding: 40px;
	border-top: solid;
	border-top-color: #077685;
}
.div-box-nps-warning{
	background: #edc67b;
	padding: 40px;
	border-top: solid;
	border-top-color: #077685;
}

.div-box-nps-size-box{
	padding: 100px;
	border-top: solid;
	border-top-color: #077685;
	white-space: normal;
	height: 263px;
}

@media (max-width: 768px){
	.div-box-nps-size-box{
		height: 113px !important;
		padding: 40px !important;
	}
}

.div-box-nps-danger{
	background: #d16052;
	padding: 40px;
	border-top: solid;
	border-top-color: #077685;
}

.div-box-nps-transparent{
	background: transparent;
	padding: 39.5px;
	border-top: solid;
	border-top-color: #077685;
	border-bottom: thin solid;
	border-bottom-color: #c7c7c7;
}

#dashboard-indicadores-gerais footer{
	margin-top: 5px;
    margin-bottom: 6px;
}

#dashboard-indicadores-gerais .card{
	cursor: help!important;
}

#data-table-logged_wrapper thead tr th,
#data-table-massive_wrapper thead tr th,
#data-table-logged thead tr th{
	padding-top: 10px;
	padding-bottom: 10px;
}

.dashboard #dashboard-indicadores-gerais .f-s-10 {
    font-size: 11px!important;
}


.mega-menu.active a.dropdown-toggle{
    background: #007E84!important;
    background-color: #007E84!important;
	color: #FFF!important;
}

.mega-menu.active a.dropdown-toggle:hover{
    background: #0e4c50!important;
    background-color: #0e4c50!important;
	color: #FFF!important;
}

.mega-menu a.dropdown-toggle{
	text-align: center!important;
	padding: 11px 10px 10px 10px!important;
	min-width: 100px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active.open > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background: #007E84!important;
    background-color: #007E84!important;
    color: #FFF!important;
}

.mega-menu a.dropdown-toggle div{
	font-weight: bold;
}
.mega-menu a.dropdown-toggle:focus,
.mega-menu a.dropdown-toggle:hover,
.mega-menu a.dropdown-toggle:focus > i,
.mega-menu a.dropdown-toggle:hover > i{
    background: #E7EDEE!important;
    background-color: #E7EDEE!important;
    color: #007E84!important;
}

.mega-menu.active a.dropdown-toggle:focus,
.mega-menu.active a.dropdown-toggle:hover,
.mega-menu.active a.dropdown-toggle:focus > i,
.mega-menu.active a.dropdown-toggle:hover > i{
    background: #007E84!important;
    background-color: #007E84!important;
    color: #FFF!important;
}

.breadcrumb-mega-menu{
	float: left;
    display: block;
    width: 100%;
    position: relative;
	padding: 10px 0px 10px 0px;
}
.mega-menu a {
	line-height: 25px!important;
	font-size: 14px;
	color: #007E84!important;
}
.mega-menu a i{
    font-size: 20px!important;
	color: #14AAAE;
}
.mega-menu.active a i{
    font-size: 20px!important;
	color: #e7e7e7;
}
.mega-menu a.text-ellipsis i{
    font-size: 13px!important;
}



.breadcrumb-mega-menu .page-header{
	font-size: 24px !important;
	margin: 5px 0px !important;
}

.menu-top-header .header .navbar-nav.navbar-right li a.dropdown-toggle {
	padding: 20.4px!important;
}

.menu-top-header .navbar-brand{
	display: none;
}

.ico-menu-top{
	float: left;
    width: 30px;
}
.ico-menu-top img{
	float: left;
    width: 20px;
    filter: invert(42%) sepia(93%) saturate(500%) hue-rotate(87deg) brightness(119%) contrast(1%);
}


@media (max-width: 1500px) {
	.navbar-client a.menu-top .d-md-inline{
		display: none!important;
	}

	.menu-top-header .header .navbar-nav.navbar-right li a.dropdown-toggle{
		padding: 20.4px 15px!important;
	}

	.navbar-client a.menu-top .d-md-inline{
		display: none!important;
	}
}

@media (min-width: 1300px) {
	ul li.dropdown.dropdown-lg.mega-menu{
		width: 116px;
	}
}

@media (max-width: 767px) {
	#header .navbar-nav li.mega-menu a {
		padding: 10px 0px!important;
		font-size: 12px!important;
	}
	#header .navbar-nav li.mega-menu a i {
		font-size: 15px!important;
	}
	#header .navbar-nav li.mega-menu a div {
		display: none!important;
	}
	.mega-menu a.dropdown-toggle {
		min-width: 45px;
	}

	.menu-top-header .header .navbar-nav.navbar-right li a.dropdown-toggle{
		padding: 5px 15px!important;
	}

	.header .navbar-user img {
		float: right;
		width: 34px;
		height: 34px;
		margin: -3px 0 0 10px;
		border-radius: 36px;
	}

	.menu-top {
		padding: 45px 20px!important;
	}
}


.menu-acoplado {
	background: #fff;
	padding: 0px 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	list-style: none;
}
.menu-acoplado a{
	background-color: #007E84!important;
	border-radius: 8px!important;
    margin: 3px;
	max-width: 20%;
}
.menu-acoplado a:hover{
    background: #39b1b9!important;
    background-color: #39b1b9!important;

}

.menu-acoplado a.active{
    background: #CCFF00!important;
    background-color: #CCFF00!important;
}

.menu-acoplado a.active img{
	filter: invert(25%) sepia(29%) saturate(6570%) hue-rotate(166deg) brightness(97%) contrast(101%);
}
.menu-acoplado a img{
	width: 100%;
}

.menu-top-header .nav > li.active > a {
    border-radius: none!important;
    background: transparent!important;
    font-weight: bold;
}

#modal-status-bots .badge {
	font-size: 95%;
}

#modal-status-bots .text-center i {
	transform: rotate(90deg);
}

#modal-status-bots .extra-filters {
	display:none;
}

.top-menu{
    top: 71px;
	height: 46px;
}
#top-menu .ico-menu-top img{
	filter: brightness(0) invert(1)!important;
	width: 17px;
}
#top-menu.no-focus .ico-menu-top img{
	filter: invert(25%) sepia(29%) saturate(6570%) hue-rotate(166deg) brightness(97%) contrast(101%);
	width: 17px;
}

#top-menu ul li a{
	font-size: 12px;
}


.top-menu.no-focus {
    background: #E7EDEE!important;
    color: #007E84;
}

/*
.navbar-nav.navbar-left .sub-menu{
	background: #656565!important;
	color: #FFF!important;
}
*/

.navbar-nav.navbar-left .sub-menu a{
	background: #E7EDEE!important;
	color: #007E84!important;
}

.navbar-nav.navbar-left .sub-menu.active a{
    background: #007E84!important;
    background-color: #007E84!important;
    color: #FFF!important;
}
.mega-menu.sub-menu a{
	color: #464444!important;
}

/*
.navbar-nav.navbar-left .sub-menu a i {
	background: #656565!important;
	color: #e7e7e7!important;
}
*/

#top-menu .active{
	background: #CCFF00;
}

#top-menu .active a{
	color: #007E84;
}
#top-menu .active a img{
	filter: invert(27%) sepia(88%) saturate(3996%) hue-rotate(167deg) brightness(90%) contrast(101%)!important;
}

.menu-top-header #header{
    box-shadow: none!important;
}

#top-menu{
	box-shadow: 0px 0px 11px 6px rgb(0 0 0 / 20%) !important;
	z-index: 9998;
}

.swal-overlay--show-modal{
	z-index: 9999;
}

.campaign-settings .card .card-header .label{
	font-size: 14px;
}
.campaign-settings #accordion .bg-green-callflex{
    background-color: #007E84!important;
    border-radius: 10px 10px 0px 0px;
	padding: 15px;
}
.campaign-settings #accordion .bg-green-callflex.collapsed{
    border-radius: 10px 10px;
}
.campaign-settings #accordion .collapse{
	border: 1px solid #007E84;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.chat-settings .card .card-header .label{
	font-size: 14px;
}
.chat-settings #accordion .bg-green-callflex{
    background-color: #3f9fa5!important;
    border-radius: 10px 10px 0px 0px;
	padding: 15px;
}
.chat-settings #accordion .bg-green-callflex.collapsed{
    border-radius: 10px 10px;
}
.chat-settings #accordion .collapse{
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

#data-table-user-status.table.table-hover tbody tr{
    height: 34px;
}

/* SmartWizard */
:root {
    --sw-border-color:  #eeeeee;
    --sw-toolbar-btn-color:  #ffffff;
    --sw-toolbar-btn-background-color:  #31a6a9;
    --sw-anchor-default-primary-color:  #f8f9fa;
    --sw-anchor-default-secondary-color:  #b0b0b1;
    --sw-anchor-active-primary-color:  #31a6a9;
    --sw-anchor-active-secondary-color:  #ffffff;
    --sw-anchor-done-primary-color:  #a7d6d8;
    --sw-anchor-done-secondary-color:  #fefefe;
    --sw-anchor-disabled-primary-color:  #f8f9fa;
    --sw-anchor-disabled-secondary-color:  #dbe0e5;
    --sw-anchor-error-primary-color:  #dc3545;
    --sw-anchor-error-secondary-color:  #ffffff;
    --sw-anchor-warning-primary-color:  #ffc107;
    --sw-anchor-warning-secondary-color:  #ffffff;
    --sw-progress-color:  #31a6a9;
    --sw-progress-background-color:  #f8f9fa;
    --sw-loader-color:  #31a6a9;
    --sw-loader-background-color:  #f8f9fa;
    --sw-loader-background-wrapper-color:  rgba(255, 255, 255, 0.7);
}

.sw-theme-square>.nav .nav-link>.num{top: -31px;}
.sw>.nav .nav-link>.num{font-size: 1.7em;}


.dashboard .c-massive .value-before , 
.dashboard .c-oficial-number .value-before
{
    font-size: 26px!important;
}

.dashboard .c-massive .label ,
.dashboard .c-oficial-number .label{
	font-size: 12px;
	letter-spacing: 1px;
}

@media (min-width: 1131px) and (max-width: 1300px) {
	#header .mega-menu a div{
		display:none;
	}

	#header .mega-menu a > i{
		top: 15px;
	}

	.mega-menu a.dropdown-toggle{
		padding-bottom: 36px !important;
		min-width: auto;
	}

	#header .mega-menu{
		width: 14% ;
		max-width: 14% ;
		height: 100%;
	}

	#header .navbar-left{
		max-width: 58%;
		min-width: 58%;
	}

	#header .mega-menu a{
		height: 100%;
	}
}

@media (min-width: 767px) and (max-width: 1131px) {
	#header .mega-menu a div{
		display:none;
	}

	#header .mega-menu a > i{
		top: 15px;
	}

	.mega-menu a.dropdown-toggle{
		padding-bottom: 36px !important;
		min-width: auto;
	}

	#header .mega-menu{
		width: 14% ;
		max-width: 14% ;
		height: 100%;
	}

	#header .navbar-left{
		max-width: 48%;
		min-width: 48%;
	}

	#header .mega-menu a{
		height: 100%;
	}
}

@media (max-width: 910px) {
	.navbar-nav > li.navbar-language {
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 820px) {
	#header .navbar-header{
		max-width: 150px;
	}

	.navbar-nav > li.navbar-language {
		display: none;
	}
}

@media (min-width: 767px) {
	#header .navbar-nav{
		/* height: 71px; */
	}
}



.bg-type-blue-1{
	background: #326382;
}

.bg-type-blue-2{
	background: #607d8f;
}

.bg-type-blue-3{
	background: #7f929e;
}

.bg-type-blue-4{
	background: #98a0a5;
}

.widget-stats .stats-info h4{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-icon-small {
	height: 22px !important;
	padding: 5px !important;
	width: 22px !important;
}

.btn-icon-small-danger {
	background: red !important;
	height: 22px !important;
	padding: 5px !important;
	width: 22px !important;
}

.modal .btn.btn-lg.btn-adaptive{
	line-height: 24px!important;
	padding-top: 8px!important;
}

.dataTables_wrapper .dt-button.buttons-collection.buttons-colvis.btn.btn-lg.btn-info.m-10, 
.dataTables_wrapper .btn.btn-lg.btn-adaptive.btn-no-text{
    padding-right: 4px!important;
}

#dropdownMenuButton{
	width: auto;
    padding-right: 0px!important;
}



.campaign-settings .switchery {
	margin-top: 6px;
}

.dropdown-menu.media-list .media-left{
	padding-top: 6px;
}


.menu-middle{
	min-width: 93px!important;
}

.login-buttons .btn-submit,
.login-buttons .btn-block,
.login-buttons input{
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    background-color: rgb(250, 250, 250);
    background: rgb(250, 250, 250);
    color: rgb(112, 123, 129);
    transition: all 0.25s ease 0s;
    cursor: pointer;
    border: 1px solid rgb(239, 241, 242);
    display: inline-flex;
    align-items: center;
    border-radius: 30px!important;
	display: block;
}

.login-buttons .btn {
    color: #262626;
    border-color: #262626;
}

.login-buttons .btn:active{
    color: #FFFFFF;
    background: #262626;
    border-color: #262626;
}

.login a.text-teal:hover,
.login a.text-teal:focus,
.login a.text-success:hover,
.login a.text-success:focus{
    color: #262626 !important;
	font-weight: bold;
}

.login .text-teal,
.login .text-success,
.login .text-teal-500{
	color: #262626 !important;
	font-weight: bold;
}

table.dataTable{
	border: 1px solid #8c9499;
	border-bottom: 2px solid #8c9499!important;
}

.modal-extra-large {
	max-width: 1600px;
}

.color-start{
	color: #2284bb;
}
.color-positive{
	color: #078b07;
}
.color-negative{
	color: #8b0707;
}
.color-neutral{
	color: #a1a315;
}

.icon-microsoft-teams{
	filter: invert(28%) sepia(65%) saturate(1212%) hue-rotate(211deg) brightness(99%) contrast(91%);
	/* filter: invert(60%) sepia(99%) saturate(2991%) hue-rotate(209deg) brightness(98%) contrast(87%); */
}

.cursor-default{
	cursor: default !important;
}

.reports-ico-channel{
	height: 16px;
}

.table-striped tbody tr:nth-of-type(odd){
    background-color: #fff!important;
}

.table-striped tbody tr:nth-of-type(even){
    background-color: #F3F4F9!important;
}

.preview-main div .preview-title {
	font-size: 16px;
	font-weight: 500;
	padding-left: 3px;
}

.preview-main {
	background-image: url('/images/background/template-whatsapp.png');
	min-height: 200px;
	border-radius: 7px;
	padding: 14px;
}

.preview-main div .preview-content::before {
    background: url(/images/background/preview-trick.png) 50% 50%/contain no-repeat;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -21px;
    margin-top: -5px;
}

.preview-main div .preview-content {
	min-height: 40px;
	background-color: #fff;
	border-radius: 0 5px 5px;
	box-shadow: 0 1px 3px 0 #afb7bf;
	padding: 5px;
}

.preview-main div .preview-content .time-watermark-message {
	height: 15px;
}

.preview-main div .preview-content .time-watermark-message .time-watermark-message-text {
	font-size: 12px;
	float: right;
	margin: -2px 8px 0 0;
	color: #8c8c8c;
}

.preview-main div .preview-content .preview-body {
	font-size: 13px;
	font-weight: 400;
	padding: 7px 7px 6px 9px;
	color: #3f3f3f;
	word-wrap: break-word;
	word-break: break-word;
	display: -webkit-box;
	max-width: 100%;
	overflow-y: auto;
	max-height: 300px;
	white-space: pre-line;
}

.preview-main div .preview-content div .preview-media {
	width: 100%;
	border: 7px;
	height: 130px;
}

.preview-main-sms div .preview-title {
	font-size: 16px;
	font-weight: 500;
	padding-left: 3px;
	color: white;
}

.preview-main-sms {
	background: #324a5e;
	min-height: 200px;
	border-radius: 7px;
	padding: 14px;
}

.preview-main-sms div .preview-content::before {
    background: url(/images/background/preview-trick.png) 50% 50%/contain no-repeat;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    margin-left: -21px;
    margin-top: -5px;
}

.preview-main-sms div .preview-content {
	min-height: 40px;
	background-color: #fff;
	border-radius: 0 5px 5px;
	box-shadow: 0 1px 3px 0 #afb7bf;
	padding: 5px;
}

.preview-main-sms div .preview-content .time-watermark-message {
	height: 15px;
}

.preview-main-sms div .preview-content .time-watermark-message .time-watermark-message-text {
	font-size: 12px;
	float: right;
	margin: -2px 8px 0 0;
	color: #8c8c8c;
}

.preview-main-sms div .preview-content .preview-body {
	font-size: 13px;
	font-weight: 400;
	padding: 7px 7px 6px 9px;
	color: #3f3f3f;
	word-wrap: break-word;
	word-break: break-word;
	display: -webkit-box;
	max-width: 100%;
	overflow-y: auto;
	max-height: 300px;
	white-space: pre-line;
}

.preview-main-sms div .preview-content div .preview-media {
	width: 100%;
	border: 7px;
	height: 130px;
}

.action-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fefefe;
	margin: 8px 0px;
	padding: 8px 16px;
	text-align: center;
	color: #00a5f4;
	cursor: pointer;
	flex-grow: 1;
	border-radius: 6px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, .25);
	word-break: break-word;
}

.header-gupshup {
    font-size: 15px;
    font-weight: 900;
    padding: 6px 7px 0px 9px;
    overflow-wrap: break-word;
}

.footer-gupshup {
    font-size: 15px;
    font-weight: 900;
    line-height: 16px;
    padding: 0px 7px 8px 9px;
    color: #5f6880;
    overflow-wrap: break-word;
    word-break: break-word;
    display: -webkit-box;
    max-width: 100%;
    max-height: 48px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
}

.marketing-header-panel {
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    display: flex;
    min-height: 60px;
}

.marketing-header-image {
    background-color: #a3a7ac;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-size: 30px 30px;
    border-radius: 4px;
    margin-right: 5px;
    width: 25%;
}

.marketing-header {
    display: flex;
    color: #32373b;
    flex-direction: column;
}

.marketing-header-text {
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    padding: 12px 7px 0 0px;
}

.marketing-header-info {
    font-size: 10px;
    font-weight: 300;
    line-height: 19px;
    padding: 0 0 10px 0;
}

.carousel-panel {
    display: grid;
    grid-auto-flow: column;
    overflow-x: auto;
}

.carousel-card {
    width: 250px;
    margin: 5px 5px 5px 0;
    border: #e5e7eb 1px solid;
    background-color: #fff;
    border-radius: 10px;
}

.carousel-card-buttons-border {
    border-top: 1px solid #e5e7eb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.carousel-media-preview {
    padding: 8px 8px 0 8px;
}

.body-gup-card {
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    color: #3f3f3f;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    overflow-y: auto;
    max-height: 400px;
    padding: 8px 8px 6px 8px;
    white-space: pre-line;
}

.lto-panel {
    display: flex;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 4px;
    margin: 2px;
    min-height: 50px;
}

.lto-icon {
    width: 15%;
    padding: 3px;
}

.lto-icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #d4f0e9;
}

.lto-content {
    display: flex;
    flex-direction: column;
}

.lto-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.lto-subheading {
    font-size: 12px;
    font-weight: 500;
    color: #3f3f3f;
}

.lto-subheading-code {
    font-size: 12px;
    font-weight: 600;
    color: #c5cad9;
}

.action-buttons img {
    width: 1.6rem;
    margin-right: 4px;
}

.preview-card-media-radius {
    border-radius: 6px;
}

.preview-media {
    width: 100%;
    border: 7px;
    height: 7.5rem;
    object-fit: contain;
}

.styles_marginTop25__M1CTp {
    margin-top: 25px;
}

.styles_cardContainer__qtwMh {
    padding: 1.8rem 1rem;
    background: #fff;
    border: 1px solid #dae1e5;
    box-shadow: 0 3px 10px rgba(40,75,117,.03);
    border-radius: 12px;
}

.styles_alignCenter__XmtKH {
    align-items: center;
}

.styles_flexColumn__pFfEJ {
    display: flex;
    flex-direction: column;
}

.styles_addTemplatesLabel__sCLe2 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 5px;
}

.styles_imagePreview__xgasI {
    height: 180px;
}

.adjust-height-card {
	min-height: 158px;
}

.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#fullscreen-info {
	position: absolute;
    top: 10%;
    right: 45%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    z-index: 1;
}

/* Estilos adicionais para melhorar a legibilidade em telas pequenas */
@media (max-width: 768px) {
	#fullscreen-info {
		font-size: 14px;
		/* Reduz a fonte em telas pequenas */
		padding: 3px 6px;
		/* Reduz o espaço de preenchimento em telas pequenas */
	}
}

.campaign .panel-black .panel-heading, .panel-inverse .panel-heading {
    color: #424242;
    padding: 12px 20px 4px 20px;
    position: relative;
    box-shadow: none;
    background: #fff !important;
}

.campaign .panel-title {
    line-height: 20px;
    font-size: 15px;
    font-weight: bolder;
    font-family: inherit;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* gupshup */
.info-msg {
    background-color: #fdf3f5;
    padding: 2px 16px;
    margin: 16px 0;
    color: #4a4a4a;
    border-radius: 4px;
}

.info-msg-p{
    font-size: 0.875rem;
    margin-top: 12px;
    color: #000;
    font-weight: 400;
}

.preview-hsm-gupshup{
	display: flex;
    flex-direction: column;
	overflow: auto;
}

.alert-gupshup {
	border-radius: 4px;
	font-size: 0.875rem;
	color: #000;
	display: flex;
	gap: 10px;
}

.style-alert-gupshup {
	background: #fee4d0;
	padding: 15px 18px 15px 15px;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 20px;
}

.label-gupshup {
	display: flex;
    justify-content: space-between;
}

.mini-span-input-gupshup {
	font-weight: 400;
    font-size: 0.675rem;
    color: #5f6880;
    margin-bottom: 9px;
	display: inline-block;
    width: 100%;
}

.mini-p-input-gupshup {
	color: rgba(0, 0, 0, 0.6);
    font-family: poppins;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    text-align: left;
    margin: 3px 14px 0px;
}

.size-fieldset-gupshup {
	width: 100%;
}

.radio-gupshup {
	transform: scale(1.5);
}

.container-checkbox{
	margin: 6px 0 0 10px;
	align-items: center;
	display: flex;
}
.container-checkbox input{
	transform: scale(1.5);
	margin: 0px 10px 0px 0px !important;
}
.container-checkbox label{ margin-top: 2px; }

.check-gupshup-box {
	display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
}

.p-radio-gupshup {
	overflow-wrap: break-word;
    font-weight: 500;
}

.box-radio-gupshup {
	background: #f9fafb;
	padding: 18px 15px;
	height: 140px;
	width: 31%;
    margin: 8px !important;
}

.box-radio-gupshup-full {
	background: #f9fafb;
	padding: 18px 15px;
	height: 100px;
}

.span-radio-gupshup {
    font-weight: 300;
    font-size: 10px;
    width: 200px;
    line-height: 15px;
}

.content-box-radio-gupshup {
	padding-bottom: 0px;
	height: 80px;
}

.content-box-radio-gupshup-full {
	padding-bottom: 37px; 
}

.ico-box-radio-gupshup {
	margin-left: 130px;
    font-size: 16px;
}

.count-content-gupshup {
	padding-top: 16px;
}

.header-text, .header-media {
	padding-top: 10px;
}

.header-media-radio-gupshup {
	padding: 10px 35px;
    margin: 0 6px;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    text-align: center;
	width: 145px
}

.custom-size-gup-card {
	width: 205px;
}

.alert-file-gupshup {
	background-color: #fff6e6;
    padding: 20px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #000;
    font-family: sans-serif;
    margin-top: 20px;
}

.li-custom-gup {
	margin-top: 5px;
    font-size: 0.75rem;
}

.btn-carrossel-gup {
	display: flex;
}

.padding-select-gup {
	padding: 5px !important;
}

.tooltip {
    z-index: 9999 !important;
}


.dropdown-toggle.menu-top{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}


.dashboard-custom .nav-tabs .nav-link{
	padding: 10px!important;
}

.dashboard-custom .row.cards-graph>[class^=col-] {
    padding-left: 10px!important;
    padding-right: 10px!important;
	padding: 5px!important;
}

.dashboard-custom .row.cards-graph .panel .panel-body {
    padding: 5px;
}

.dashboard-custom .row.cards-graph .panel .panel-heading {
	padding: 15px;
    font-weight: 600;
	color: #676c71;
	font-size: 12px;
}

.dashboard-custom .row.cards-graph .panel .panel-heading .btn-graph-actions {
	border: 1px solid #e6dbdb;
	background-color: #FFF;
    border-radius: 3px;
    color: #5c6060;
	padding: 5px 10px;
	margin-top: -5px;
}


.dashboard-custom .row.cards-graph .panel .panel-heading .dropdown.bootstrap-select.form-control {
	margin-left: 10px!important;
}

.dashboard-custom .row.cards-graph .panel .panel-heading button.btn.dropdown-toggle {
	border: 1px solid #e6dbdb;
	background-color: #FFF;
    border-radius: 3px;
    color: #5c6060!important;
	padding: 5px 10px;
	margin-top: -5px;
	line-height: 1.8;
    height: 33px !important;
}

.dashboard-custom .row.cards-graph .panel {
	margin-bottom: 0px!important;
}

.dashboard-custom .nav-tabs.nav-tabs-left{
	padding: 5px 5px 10px 5px!important;
	background-color: transparent!important;
}

.dashboard-custom .nav-tabs .nav-item, 
.dashboard-custom .nav-tabs > li, 
.dashboard-custom .nav-tabs.nav-justified > li{
	margin-bottom: 5px;
}

.dashboard-custom .nav-tabs .nav-link{
    padding: 20px 10px !important;
	border-radius: 10px!important;
}

.dashboard-custom .nav-tabs .nav-link span i{
	margin-left: 10px!important;
	margin-right: 10px!important;
}
.dashboard-custom .nav-tabs .nav-link span{
	font-size: 14px;
}

.styles_buttonCardMedia__w3FsG {
	border-radius: 4px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #007E84;
	width: 100%;
}

/* DASHBOARD */
.dashboard-custom .nav-tabs.nav-tabs-left .nav-link:hover,
.dashboard-custom .nav-tabs.nav-tabs-left .nav-link:focus,
.dashboard-custom .nav-tabs.nav-tabs-left .nav-link.active,
.dashboard-custom .nav-tabs.nav-tabs-left > li.active > a,
.dashboard-custom .nav-tabs.nav-tabs-left > li.active > a:hover,
.dashboard-custom .nav-tabs.nav-tabs-left > li.active > a:focus,
.dashboard-custom .nav-tabs.nav-tabs-left .nav-item.show .nav-link,
.dashboard-custom .nav-tabs.nav-tabs-left.nav-justified > .active > a,
.dashboard-custom .nav-tabs.nav-tabs-left.nav-justified > .active > a:hover,
.dashboard-custom .nav-tabs.nav-tabs-left.nav-justified > .active > a:focus{
    background: linear-gradient(to right, #FFFFFF, #E7EDEE)!important;
	border-left: 0px solid #007E84 !important;
}


.nav-link-neutro{
    padding: 20px 20px !important;
	border: 1px solid #e6dbdb;
	background-color: #FFF;
    border-radius: 10px;
    color: #5c6060!important;
}
.nav-link-neutro label{
    text-decoration: none;
}


.custom-blink-alert {
    color: red; /* Define a cor do texto como vermelho */
    animation: custom-blink 1s infinite; /* Usa a nova animação */
}

/* Definição da animação */
@keyframes custom-blink {
    0% { opacity: 1; }   /* Totalmente visível */
    50% { opacity: 0; }  /* Invisível */
    100% { opacity: 1; } /* Totalmente visível novamente */
}

#data-table-hsm tr.odd{ background-color: #F3F4F9 !important; }
#data-table-hsm tr.even{ background-color: #F3F4F9 !important; }
#data-table-hsm tr.hsm-status-approved{ background-color: #F2FFF2 !important; }
/* #data-table-hsm tr.hsm-status-approved.odd{ background-color: #EEFFEE !important; } */
/* #data-table-hsm tr.hsm-status-approved.even{ background-color: #D9F7DA !important; } */
#data-table-hsm tr.hsm-status-pending{  background-color: #FFFEF2 !important; }
/* #data-table-hsm tr.hsm-status-pending.odd{  background-color: #FFFEF2 !important; } */
/* #data-table-hsm tr.hsm-status-pending.even{  background-color: #DCF7DD !important; } */
#data-table-hsm tr.hsm-status-rejected{ background-color: #FFF0F0 !important; }
/* #data-table-hsm tr.hsm-status-rejected.odd{ background-color: #FFF0F0 !important; } */
/* #data-table-hsm tr.hsm-status-rejected.even{ background-color: #FFE6E6 !important; } */

.dropdown-menu{
	z-index: 999999999999999!important;
}

/*

.navbar-nav.navbar-left .sub-menu a[data-module="10"]{
	background: #7A31BC !important;
    color: #FFF !important;
}

.navbar-nav.navbar-left .sub-menu.active a[data-module="10"]{
    background: #7A31BC!important;
    background-color: #7A31BC!important;
    color: #FFF !important;
}
.mega-menu.sub-menu a[data-module="10"]{
	color: #FFF!important;
}
.mega-menu a[data-module="10"] {
    background-color: #eaddf6!important;
	line-height: 25px!important;
	font-size: 14px;
	color: #007E84!important;
}
.mega-menu a[data-module="10"] i{
    font-size: 20px!important;
	color: #fff;
}
.mega-menu.active a[data-module="10"] i{
    font-size: 20px!important;
	color: #e7e7e7;
}
.mega-menu a[data-module="10"].text-ellipsis i{
    font-size: 13px!important;
}

.mega-menu a[data-module="10"].dropdown-toggle:focus, 
.mega-menu a[data-module="10"].dropdown-toggle:hover, 
.mega-menu a[data-module="10"].dropdown-toggle:focus > i, 
.mega-menu a[data-module="10"].dropdown-toggle:hover > i {
    background: #7A31BC !important;
    background-color: #7A31BC !important;
    color: #007E84 !important;
}


#top-menu.trabbeia .active[data-module="10"] {
    background: #F9644E;
}
#top-menu.trabbeia .active[data-module="10"] a {
	color: #FFF;
}

.navbar-default .navbar-nav > .active > a[data-module="10"],
.navbar-default .navbar-nav > .active.open > a[data-module="10"], 
.navbar-default .navbar-nav > .active > a[data-module="10"]:focus, 
.navbar-default .navbar-nav > .active > a[data-module="10"]:hover{
    background: #7A31BC !important;
    background-color: #7A31BC !important;
    color: #FFF !important;
}

*/

.trabbe-ia .color-red{
	color: #F9644E;
}


.trabbe-ia .color-green{
	color: #00796b;
}

/*YOUNIVERSITY*/
.youniversity-panel .widget-stats {
  cursor: pointer;
}

.youniversity-panel .widget-stats:hover {
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.youniversity-panel .widget-stats.active {
  border: solid 1.5px green;
}

.youniversity-panel .target-panel-youniversity .target-youniversity{
	display:none;
}

.youniversity-panel .target-panel-youniversity .target-youniversity.active{
	display:block;
}

/*YOUNIVERSITY DASH*/
.youniversity-dash .topics-right{
	padding: 10px 10px;
}

.youniversity-dash .topics-right .vertical-swiper{
	height: 500px;
}

.youniversity-dash .topics-right .vertical-swiper .card-body{
	border: solid 1px #e1e1e1; 
	border-radius: 15px;
}

.youniversity-dash .topics-right .vertical-swiper .card-body.active{
	border: solid 3px #32ed6c; 	
}

.youniversity-dash .topics-right .vertical-swiper i.watched{
	font-size: 2.5rem; 
	color: #53f56f;	
	margin-right:10px;
}

.youniversity-dash .topics-right .vertical-swiper i.not-watched{
	font-size: 2.5rem; 
	color: #d1d1d1;
	margin-right:10px;
}

.youniversity-dash .topics-right .vertical-swiper i.blocked{
	font-size: 2.5rem; 
	color: #8f3030;	
	margin-right:10px;
}

.youniversity-dash .content-media-center{
	padding: 10px 10px;
}

.youniversity-dash .content-media-center .content-media-title i{
	font-size: 3rem; 
	color: #8f3030; 
	margin-bottom:10px;
}

.youniversity-dash .content-media-center .content-media {
	margin-top:20px; 
	margin-bottom:20px;
}

.youniversity-dash .content-media-center .content-media .youtube-frame{
	position: relative; 
	width: 70%; 
	padding-top: 40%; 
	margin: 0 auto;
}

.youniversity-dash .content-media-center .content-media .youtube-frame iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.youniversity-dash .content-media-center .content-media .vimeo-frame{
	position: relative; 
	width: 70%; 
	padding-top: 40%; 
	margin: 0 auto;
}

.youniversity-dash .content-media-center .content-media .vimeo-frame iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.youniversity-dash .content-media-center .topic-content{
	margin-top:20px; 
	margin-bottom:20px;
}