@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin-ext');

html, body {
	width: 100%;
	height: 100%;
	letter-spacing: .01em;
}
body {
	overflow-y: scroll
}
body>#app-wrapper {
	overflow: hidden;
	position: relative;
	height: auto;
	min-height: 100%;
	width: 100%
}
.sidebar-left-open {
	overflow: hidden
}
.sidebar-left-open body>section#app-wrapper {
	overflow-x: hidden
}
@media (min-width: 768px) {
body {
	overflow-x: hidden
}
}
@media (min-width: 970px) {
.modal {
	overflow-y: auto
}
.modal-open {
	overflow: auto
}
}
.csstransforms3d.sidebar-open-ltr #app-header.navbar {
	-webkit-transform: translate3d(230px, 0, 0);
	transform: translate3d(230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-ltr #app-header.navbar {
	left: 230px
}
.csstransforms3d.sidebar-open-rtl #app-header.navbar {
	-webkit-transform: translate3d(-230px, 0, 0);
	transform: translate3d(-230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-rtl #app-header.navbar {
	left: -230px;
	right: 230px
}
#app-header.navbar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #fff;
	float: left;
	z-index: 1005;
	min-height: 50px;
	border-width: 0;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05)
}
.header-fixed #app-header.navbar {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.03);
	background-color:#111111;
	color:#fff;
}
.header-fixed #app-header.navbar~#app-content>.content-body {
	padding-top:50px
}
#app-header.navbar .navbar-nocollapse:before, #app-header.navbar .navbar-nocollapse:after {
	content: " ";
	display: table
}
#app-header.navbar .navbar-nocollapse:after {
	clear: both
}
#app-header.navbar .navbar-nocollapse .navbar-header {
	height: 60px
}
#app-header.navbar .navbar-nocollapse .navbar-header .navbar-toggle {
	display: inline-block;
	float: left;
	margin: 0;
	border-width: 0;
	padding: 24px 15px
}
#app-header.navbar .navbar-nocollapse .navbar-header .navbar-toggle .icon-bar {
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0, 0, 0, 0.6);
	height: 2px;
	width: 18px;
	border-radius: 0
}
#app-header.navbar .navbar-nocollapse .navbar-header .navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px
}
#app-header.navbar .navbar-nocollapse .navbar-nav {
	float: left;
	margin: 0
}
#app-header.navbar .navbar-nocollapse .navbar-nav>li {
	float: left
}
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a {
	color: rgba(255, 255, 255, 0.6);
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0
}
#app-header.navbar .navbar-nocollapse .navbar-nav > li > a:before, #app-header.navbar .navbar-nocollapse .navbar-nav>li>a:after {
	content: " ";
	display: table
}
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:after {
	clear: both
}
#app-header.navbar .navbar-nocollapse .navbar-nav > li > a .sli {
	top: 1px
}
#app-header.navbar .navbar-nocollapse .navbar-nav > li > a > img, #app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.img-wrapper {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: -11px;
	margin-bottom: -11px;
	    position: relative;
    top: -3px;
}
#app-header.navbar .navbar-nocollapse .navbar-nav > li > a > .badge, #app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.label {
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 8px;
	font-size: 10px;
	padding: 0 4px;
	line-height: 16px;
	height: 16px;
	min-width: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff
}
#app-header.navbar .navbar-nocollapse .navbar-nav > li > a > .badge.pull-right, #app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.label.pull-right {
	left: auto;
	right: 4px
}
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.bullet {
	position: absolute;
	z-index: 1;
	top: 18px;
	right: 15px;
	-webkit-box-shadow: 0 0 0 2px #fff;
	box-shadow: 0 0 0 2px #fff
}
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a>.bullet.pull-right {
	left: auto;
	right: 4px
}
#app-header.navbar .navbar-nocollapse .navbar-nav>li>a:hover {
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent
}
#app-header.navbar .navbar-nocollapse .navbar-nav > li > a:active, #app-header.navbar .navbar-nocollapse .navbar-nav > li > a:focus, #app-header.navbar .navbar-nocollapse .navbar-nav>li>a.active {
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent;
	outline: 0
}
#app-header.navbar .navbar-nocollapse .navbar-nav .dropdown-custom {
	position: static
}
#app-header.navbar .navbar-nocollapse .navbar-nav .dropdown-custom .dropdown-menu {
	width: 320px;
	overflow: hidden
}
@media (max-width: 480px) {
#app-header.navbar .navbar-nocollapse .navbar-nav .dropdown-custom .dropdown-menu {
	width: auto !important;
	left: 15px !important;
	right: 15px !important
}
}
#app-header.navbar .navbar-nocollapse .navbar-nav .open .dropdown-menu {
	position: absolute;
	top: 100%;
	margin-top: 5px;
	left: 15px;
	float: left;
	border-radius:5px !important;
	background-color: #fff;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
	
}
#app-header.navbar .navbar-nocollapse .navbar-nav .open>a {
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent;
}
#app-header.navbar .navbar-nocollapse .navbar-nav .open > a:hover, #app-header.navbar .navbar-nocollapse .navbar-nav .open>a:focus {
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent;
}
#app-header.navbar .navbar-nocollapse .navbar-nav .open > a > .badge, #app-header.navbar .navbar-nocollapse .navbar-nav .open > a > .bullet, #app-header.navbar .navbar-nocollapse .navbar-nav .open>a>.label {
	-webkit-box-shadow: 0 0 0 2px #f5f5f5;
	box-shadow: 0 0 0 2px #f5f5f5
}
#app-header.navbar .navbar-nocollapse .navbar-form {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	position: absolute;
	z-index: 1000;
	top: -100%;
	left: 0;
	right: 0;
	border-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: top 0.3s ease;
	-moz-transition: top 0.3s ease;
	-ms-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease
}
#app-header.navbar .navbar-nocollapse .navbar-form.open {
	top: 0;
	-webkit-transition: top 0.3s ease;
	-moz-transition: top 0.3s ease;
	-ms-transition: top 0.3s ease;
	-o-transition: top 0.3s ease;
	transition: top 0.3s ease
}
#app-header.navbar .navbar-nocollapse .navbar-form .form-group, #app-header.navbar .navbar-nocollapse .navbar-form .input-group {
	margin-top: 14px;
	margin-bottom: 14px
}
#app-header.navbar .navbar-nocollapse .navbar-form .form-group .fa, #app-header.navbar .navbar-nocollapse .navbar-form .input-group .fa {
	color: rgba(255, 255, 255, 0.9);
}
#app-header.navbar .navbar-nocollapse .navbar-form .form-control {
	background-color: rgba(0, 0, 0, 0.08);
	border-color: transparent
}
#app-header.navbar .navbar-nocollapse .navbar-form .form-control::-moz-placeholder {
color:rgba(0, 0, 0, 0.5);
opacity:1
}
#app-header.navbar .navbar-nocollapse .navbar-form .form-control:-ms-input-placeholder {
color:rgba(0, 0, 0, 0.5)
}
#app-header.navbar .navbar-nocollapse .navbar-form .form-control::-webkit-input-placeholder {
color:rgba(0, 0, 0, 0.5)
}
#app-header.navbar .navbar-nocollapse .navbar-left {
	float: left !important
}
#app-header.navbar .navbar-nocollapse .navbar-left .open .dropdown-menu {
	left: 0;
	right: auto
}
#app-header.navbar .navbar-nocollapse .navbar-left .open.dropdown-custom .dropdown-menu {
	left: 15px;
	right: auto
}
#app-header.navbar .navbar-nocollapse .navbar-right {
	float: right !important
}
#app-header.navbar .navbar-nocollapse .navbar-right .open>a:after {
	z-index: 1003;
	bottom: -7px;
	margin-left: -8px;
	border-width: 0 8px 8px;
	border-color: transparent transparent #fff;
	position: absolute;
	content: "";
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid
}
#app-header.navbar .navbar-nocollapse .navbar-right .open>a:before {
	z-index: 1002;
	bottom: -6px;
	margin-left: -9px;
	border-width: 0 9px 9px;
	border-color: transparent transparent rgba(0, 0, 0, 0.06);
	position: absolute;
	content: "";
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid
}
#app-header.navbar .navbar-nocollapse .navbar-right .open .dropdown-menu {
	left: auto;
	right: 0
}
#app-header.navbar .navbar-nocollapse .navbar-right .open.dropdown-custom .dropdown-menu {
	left: auto;
	right: 15px
}
@media (min-width: 768px) {
.header-fixed #app-header.navbar~.app-sidebar {
	padding-top: 60px
}
.sidebar-minimized #app-header.navbar {
	/*left: 60px !important*/
}
#app-header.navbar .navbar-nocollapse .navbar-form {
	position: static;
	float: left
}
}
.csstransforms3d.sidebar-open-ltr .app-sidebar.sidebar-left {
	-webkit-transform: translate3d(230px, 0, 0);
	transform: translate3d(230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-ltr .app-sidebar.sidebar-left {
	left: 0
}
.csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-right {
	-webkit-transform: translate3d(-230px, 0, 0);
	transform: translate3d(-230px, 0, 0)
}
.csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-left {
	-webkit-transform: translate3d(-230px, 0, 0);
	transform: translate3d(-230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-right {
	right: 0
}
.no-csstransforms3d.sidebar-open-rtl .app-sidebar.sidebar-left {
	left: -200px
}
.app-sidebar {
	position: fixed;
	z-index: 990;
	top: 0;
	bottom: 0
}
.app-sidebar.sidebar-left {
	width: 200px;
	left: -200px;
	background-color: #232122;
	box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.05);
	color: rgba(255, 255, 255, 0.55);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.app-sidebar.sidebar-left .sidebar-header, .app-sidebar.sidebar-left .sidebar-footer {
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
	width: 200px;
	background-color: #111111
}
.app-sidebar.sidebar-left .sidebar-header>.mautic-brand>.mautic-logo-text {
	opacity: 1;
	margin-left: 3px;
	-webkit-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-moz-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-ms-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-o-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s
}
.app-sidebar.sidebar-left .sidebar-header>.mautic-brand {
	-webkit-transition: padding-left 0.3s ease;
	-moz-transition: padding-left 0.3s ease;
	-ms-transition: padding-left 0.3s ease;
	-o-transition: padding-left 0.3s ease;
	transition: padding-left 0.3s ease
}
.app-sidebar.sidebar-left .sidebar-content {
	padding-right:0px
}
/*.app-sidebar.sidebar-left .nav-sidebar>.nav>li.nav-group:after {
	content: '';
	position: absolute;
	right: 0;
	left: 50px;
	bottom: 0;
	border-bottom: 1px solid #202830
}*/
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>a {
	color: #f7f7f7;
	border-left: 3px solid transparent;
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > a:hover, .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a:focus {
	background-color: #2b323e;
	color: rgba(255, 255, 255, 0.75);
	border-left: 3px solid transparent;
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li.active > a, .app-sidebar.sidebar-left .nav-sidebar>.nav>li.open>a {
	background-color: rgba(255, 255, 255, 1);
	color: #1a1e26;
	border-left: 3px solid #f36523;
	font-weight:400;
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li.active > .nav-submenu, .app-sidebar.sidebar-left .nav-sidebar>.nav>li.open>.nav-submenu {
	background-color: #2b323e;
}
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu {
	background-color: #1a2026
}
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu:after {
	background-color: #212831
}
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li:after {
	background-color: #222a32;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.8);
}
.app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li>a {
	color: #a0abbd;
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > .nav-submenu > li > a:hover, .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li>a:focus {
	color: rgba(255, 255, 255, 0.8)
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > .nav-submenu > li.active > a, .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li.open>a {
	color: rgba(255, 255, 255, 0.8)
}
.app-sidebar.sidebar-left .nav-sidebar > .nav .nav-heading {
	color: rgba(255, 255, 255, 0.25)
}
.app-sidebar.sidebar-left .nav-sidebar > .nav .nav-divider {
	background-color: rgba(255, 255, 255, 0.06)
}
.app-sidebar.sidebar-left .nav.sidebar-left-dark, .app-sidebar.sidebar-left .nav.sidebar-left-dark>li>a:hover {
	background: #0c0f12
}
.app-sidebar.sidebar-right {
	width: 230px;
	right: -230px;
	background-color: #e5ecf2;
	box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
	color: rgba(255, 255, 255, 0.55);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.app-sidebar.sidebar-right .sidebar-header, .app-sidebar.sidebar-right .sidebar-footer {
	width: 230px;
	background-color: #232b34
}
.app-sidebar.sidebar-right .sidebar-content {
	padding-left: 1px;
	top: 60px
}
.app-sidebar.sidebar-right .nav-sidebar>.nav>li.nav-group:after {
	content: '';
	position: absolute;
	right: 0;
	left: 50px;
	bottom: 0;
	border-bottom: 1px solid #202830
}
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>a {
	color: rgba(255, 255, 255, 0.5)
}
.app-sidebar.sidebar-right .nav-sidebar > .nav > li > a:hover, .app-sidebar.sidebar-right .nav-sidebar>.nav>li>a:focus {
	background-color: #1d232b;
	color: rgba(255, 255, 255, 0.75)
}
.app-sidebar.sidebar-right .nav-sidebar > .nav > li.active > a, .app-sidebar.sidebar-right .nav-sidebar>.nav>li.open>a {
	background-color: #1d232b;
	color: rgba(255, 255, 255, 0.75)
}
.app-sidebar.sidebar-right .nav-sidebar > .nav > li.active > .nav-submenu, .app-sidebar.sidebar-right .nav-sidebar>.nav>li.open>.nav-submenu {
	background-color: #171c22
}
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu {
	background-color: #1a2026
}
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu:after {
	background-color: #212831
}
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li:after {
	background-color: #222a32;
	box-shadow: 0 0 0 2px #1a2026
}
.app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li>a {
	color: rgba(255, 255, 255, 0.5)
}
.app-sidebar.sidebar-right .nav-sidebar > .nav > li > .nav-submenu > li > a:hover, .app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li>a:focus {
	color: rgba(255, 255, 255, 0.8)
}
.app-sidebar.sidebar-right .nav-sidebar > .nav > li > .nav-submenu > li.active > a, .app-sidebar.sidebar-right .nav-sidebar>.nav>li>.nav-submenu>li.open>a {
	color: rgba(255, 255, 255, 0.8)
}
.app-sidebar.sidebar-right .nav-sidebar > .nav .nav-heading {
	color: rgba(255, 255, 255, 0.25)
}
.app-sidebar.sidebar-right .nav-sidebar > .nav .nav-divider {
	background-color: rgba(255, 255, 255, 0.06)
}
.app-sidebar .sidebar-header {
	z-index: 100;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px
}
.header-fixed .app-sidebar .sidebar-header {
	position: absolute;
	top: 0;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06)
}
.app-sidebar .sidebar-header~.sidebar-content {
	top:50px
}
.app-sidebar .sidebar-footer {
	position: absolute;
	bottom: 0;
	z-index: 9;
	height: 46px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07)
}
.app-sidebar .sidebar-footer .form-control {
	color: #999
}
.app-sidebar .sidebar-footer~.sidebar-content {
	bottom: 46px
}
.app-sidebar .sidebar-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%
}
.app-sidebar .sidebar-content .nav.nav-tabs {
	border-bottom: 1px solid #1b2128;
	box-shadow: none
}
.app-sidebar .sidebar-content .nav.nav-tabs>li {
	margin-bottom: 0
}
.app-sidebar .sidebar-content .nav.nav-tabs>li>a {
	border-width: 0;
	border-radius: 0;
	margin-right: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(255, 255, 255, 0.45);
	background-color: transparent
}
.app-sidebar .sidebar-content .nav.nav-tabs > li > a:hover, .app-sidebar .sidebar-content .nav.nav-tabs>li>a:focus {
	color: rgba(255, 255, 255, 0.85);
	background-color: transparent
}
.app-sidebar .sidebar-content .nav.nav-tabs>li.active>a {
	overflow: visible
}
.app-sidebar .sidebar-content .nav.nav-tabs > li.active > a, .app-sidebar .sidebar-content .nav.nav-tabs > li.active > a:hover, .app-sidebar .sidebar-content .nav.nav-tabs>li.active>a:focus {
	color: rgba(255, 255, 255, 0.85);
	background-color: rgba(0, 0, 0, 0.06)
}
.app-sidebar .sidebar-content .nav.nav-tabs>li.active>a:after {
	top: auto;
	bottom: -1px;
	height: 1px
}
.app-sidebar .nav-sidebar>.nav>li>a {
	overflow: hidden;
	padding: 13px 16px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
	font-size:14px;
	
}
.app-sidebar .nav-sidebar > .nav > li > a .text {
	-webkit-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-moz-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-ms-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-o-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	opacity: 1;
	margin-left: 0;
	position: relative;
	top: -1px;
	display: block
}
.app-sidebar .nav-sidebar > .nav > li > a .icon {
	font-weight: normal;
	color: #f7f7f7;
        font-size: 20px;
    min-width: 28px;
    display: block;
    position: relative;
    top: -2px;
}
.app-sidebar .nav-sidebar > .nav > li > a .arrow {
	-webkit-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-moz-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-ms-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	-o-transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	transition: opacity 0.3s ease 0.1s, margin-left 0s ease 0.2s;
	opacity: 1;
	margin-left: 0;
	font-family: 'FontAwesome';
	position: relative;
	top: 1px;
	display: block
}
.app-sidebar .nav-sidebar > .nav > li > a .arrow:after {
	content: "\f0da"
}
.app-sidebar .nav-sidebar > .nav > li.open > a .arrow:after, .app-sidebar .nav-sidebar > .nav > li.active > a .arrow:after {
	content: "\f0d7"
}
.app-sidebar .nav-sidebar > .nav > li.open > a .icon, .app-sidebar .nav-sidebar > .nav > li.active > a .icon {
	color: #1a1e26;
}
.app-sidebar .nav-sidebar>.nav>li>.nav-submenu {
	position: relative;
	padding-left: 50px;
	    padding-top: 10px;
    padding-bottom: 10px;
}
.app-sidebar .nav-sidebar>.nav>li>.nav-submenu:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26px;
	z-index: 1;
	width: 1px
}
.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li {
	position: relative;
	list-style: none
}
.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 11px;
	left: -27px;
	width: 7px;
	height: 7px;
	border-radius: 7px
}
.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li.active:after {
	background-color: #f36523 !important
}
.app-sidebar .nav-sidebar>.nav>li>.nav-submenu>li>a {
	display: block;
	padding: 5px 20px 5px 0px;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease
}
.app-sidebar .nav-sidebar > .nav .nav-heading {
	text-transform: uppercase;
	padding: 10px 18px
}
.app-sidebar .nav-sidebar > .nav .nav-heading:first-child {
	padding-top: 20px
}
.app-sidebar .nav-sidebar .sidebar-minimizer>.direction:after {
	font-family: 'FontAwesome';
	content: '\f053'
}
.app-sidebar .nav-sidebar .sidebar-minimizer.active .direction:after {
	content: '\f054'
}
@media (min-width: 768px) {
.app-sidebar.sidebar-left {
	left: 0
}
.app-sidebar.sidebar-left~#app-header.navbar {
	/*left: 230px*/
}
.app-sidebar.sidebar-left~#app-content {
	margin-left: 200px
}
.sidebar-left-collapse .app-sidebar.sidebar-left~#app-content {
	margin-left: 60px
}
.app-sidebar.sidebar-left~#app-footer {
	margin-left: 200px
}
.sidebar-left-collapse .app-sidebar.sidebar-left~#app-footer {
	margin-left: 60px
}
.sidebar-minimized .app-sidebar.sidebar-left {
	width: 60px
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar {
	margin-top: 10px
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar > .nav > li.nav-heading, .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar > .nav > li > a .arrow, .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar > .nav > li > a .badge, .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar > .nav > li > a .text, .sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar > .nav > li > a .label {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	margin-left: -500px;
	opacity: 0
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar > .nav > li > a .icon {
	min-width: 0;
	width: 100%
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu {
	display: none;
	height: auto !important;
	position: absolute;
	z-index: -1;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	min-width: 180px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu:after {
	left: 16px
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li>.nav-submenu>li:after {
	left: -17px
}
.sidebar-minimized .app-sidebar.sidebar-left .nav-sidebar>.nav>li.hover>.nav-submenu {
	display: block;
	left: 60px
}
.sidebar-minimized .app-sidebar.sidebar-left .sidebar-content > .scroll-wrapper, .sidebar-minimized .app-sidebar.sidebar-left .sidebar-content>.scroll-wrapper>.scroll-content {
	overflow: visible !important
}
.sidebar-minimized .app-sidebar.sidebar-left .sidebar-content>.scroll-wrapper>.scroll-bar {
	display: none !important
}
.sidebar-minimized .app-sidebar.sidebar-left .sidebar-header {
	width: 60px
}
.sidebar-minimized .app-sidebar.sidebar-left .sidebar-header>.mautic-brand>.mautic-logo-text {
	opacity: 0;
	margin-left: -500px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}
.sidebar-minimized .app-sidebar.sidebar-left .sidebar-header>.mautic-brand {
	padding: 0
}
}
.csstransforms3d.sidebar-open-ltr #app-content {
	-webkit-transform: translate3d(230px, 0, 0);
	transform: translate3d(230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-ltr #app-content {
	left: 230px
}
.csstransforms3d.sidebar-open-rtl #app-content {
	-webkit-transform: translate3d(-230px, 0, 0);
	transform: translate3d(-230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-rtl #app-content {
	left: -230px
}
#app-content {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
#app-content:before, #app-content:after {
	content: " ";
	display: table
}
#app-content:after {
	clear: both
}
#app-content>.content-body {
	width: 100%;
	float: left
}
#app-content > .content-body .container-fluid.container-xs {
	padding-left: 5px;
	padding-right: 5px
}
#app-content > .content-body .container-fluid.container-sm {
	padding-left: 10px;
	padding-right: 10px
}
#app-content > .content-body .container-fluid.container-md {
	padding-left: 15px;
	padding-right: 15px
}
#app-content > .content-body .container-fluid.container-lg {
	padding-left: 20px;
	padding-right: 20px
}
#app-content.content-only {
	width: 100%
}
#app-content.content-only .page-header {
	padding-top: 30px;
	padding-left: 30px;
	margin: -15px -15px 0 -15px
}
#app-content.content-only.container {
	padding-left: 0;
	padding-right: 0
}
@media (min-width: 768px) {
#app-content {
	position: static
}
.sidebar-minimized #app-content {
	margin-left: 60px !important
}
}
.csstransforms3d.sidebar-open-ltr #app-footer {
	-webkit-transform: translate3d(230px, 0, 0);
	transform: translate3d(230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-ltr #app-footer {
	left: 230px
}
.csstransforms3d.sidebar-open-rtl #app-footer {
	-webkit-transform: translate3d(-230px, 0, 0);
	transform: translate3d(-230px, 0, 0)
}
.no-csstransforms3d.sidebar-open-rtl #app-footer {
	left: -230px;
	right: 230px
}
#app-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 46px;
	line-height: 46px;
	background-color: #fbfbfb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
#app-footer~#app-content>.content-body {
	padding-bottom: 46px
}
#app-footer:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: -1px;
	height: inherit;
	border-top: 1px solid #c3c9cf;
}
@media (min-width: 768px) {
.sidebar-minimized #app-footer {
	margin-left: 60px !important
}
}
hr, .hr-expand {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #ebedf0
}
hr.hr-w-2, .hr-expand.hr-w-2 {
	border-width: 2px
}
hr.hr-w-3, .hr-expand.hr-w-3 {
	border-width: 3px
}
.hr-expand a.arrow {
	display: inline-block;
	position: relative;
	top: -1px;
	z-index: 1;
	background-color: #f8f8f8;
	padding: 0 15px;
	margin: 0 15px;
	border: 1px solid #ebedf0;
	border-top-width: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
	font-size: 9px;
	line-height: 22px;
	text-transform: uppercase
}
.hr-expand a.arrow>.caret {
	margin-left: 0;
	border-top: 0px;
	border-bottom: 4px solid
}
.hr-expand a.collapsed>.caret {
	border-top: 4px solid;
	border-bottom: 0px
}
.hr-expand.hr-w-2 a.arrow {
	top: -2px
}
.hr-expand.hr-w-3 a.arrow {
	top: -3px
}
a:hover {
	cursor: pointer
}
a:hover, a:focus {
	text-decoration: none
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	margin-bottom: 0;
	color: inherit
}
.ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fs-base {
	font-size: 13px
}
.fs-2 {
	font-size: 2px !important
}
.fs-4 {
	font-size: 4px !important
}
.fs-6 {
	font-size: 6px !important
}
.fs-8 {
	font-size: 8px !important
}
.fs-10 {
	font-size: 10px !important
}
.fs-11 {
	font-size: 11px !important
}
.fs-12 {
	font-size: 12px !important
}
.fs-14 {
	font-size: 14px !important
}
.fs-16 {
	font-size: 16px !important
}
.fs-18 {
	font-size: 18px !important
}
.fs-20 {
	font-size: 20px !important
}
.fs-22 {
	font-size: 22px !important
}
.fs-24 {
	font-size: 24px !important
}
.fs-26 {
	font-size: 26px !important
}
.fs-28 {
	font-size: 28px !important
}
.fs-30 {
	font-size: 30px !important
}
.fs-32 {
	font-size: 32px !important
}
.fs-34 {
	font-size: 34px !important
}
.fs-36 {
	font-size: 36px !important
}
.fs-38 {
	font-size: 38px !important
}
.fs-40 {
	font-size: 40px !important
}
.fs-42 {
	font-size: 42px !important
}
.fs-44 {
	font-size: 44px !important
}
.fs-46 {
	font-size: 46px !important
}
.fs-48 {
	font-size: 48px !important
}
.fs-50 {
	font-size: 50px !important
}
.fs-52 {
	font-size: 52px !important
}
.fs-54 {
	font-size: 54px !important
}
.fs-56 {
	font-size: 56px !important
}
.page-header {
	background-color: #f36523;
	padding:10px 15px 11px 15px;
	margin: 0;
	border-bottom: 0;
	border-bottom: 1px solid #f36523;
}
.box-layout h3{ color:#fff !important; font-size:16px;}
.page-header .breadcrumb {
	padding: 5px 0;
	background-color: inherit;
	border-radius: 0
}
.container .page-header {
	margin: -15px -15px 15px -15px
}
.container.container-xs .page-header {
	margin: -5px -5px 5px -5px
}
.container.container-sm .page-header {
	margin: -10px -10px 10px -10px
}
.container.container-md .page-header {
	margin: -15px -15px 15px -15px
}
.container.container-lg .page-header {
	margin: -20px -20px 20px -20px
}
.fw-b {
	font-weight: 700
}
.fw-sb {
	font-weight: 600
}
.fw-n {
	font-weight: 400
}
.fw-t {
	font-weight: 300
}
.tt-u {
	text-transform: uppercase
}
.text-muted {
	color: #8393a2
}
a.text-muted:hover {
	color: #68798a
}
.text-white {
	color: #fff
}
a.text-white:hover {
	color: #e6e6e6
}
.text-white.light-xs {
	color: #fff
}
a.text-white.light-xs:hover {
	color: #fff
}
.text-white.dark-xs {
	color: #d9d9d9
}
a.text-white.dark-xs:hover {
	color: #ccc
}
.text-white.dark-sm {
	color: #b3b3b3
}
a.text-white.dark-sm:hover {
	color: #a6a6a6
}
.text-white.dark-md {
	color: #8c8c8c
}
a.text-white.dark-md:hover {
	color: #808080
}
.text-white.dark-lg {
	color: #666
}
a.text-white.dark-lg:hover {
	color: #595959
}
.text-primary {
	color: #4e5d9d
}
a.text-primary:hover {
	color: #3d497b
}
.text-success {
	color: #00b49c
}
a.text-success:hover {
	color: #008170
}
.text-success.light-xs {
	color: #01ffdd
}
a.text-success.light-xs:hover {
	color: #00e7c8
}
.text-success.dark-xs {
	color: #00685a
}
a.text-success.dark-xs:hover {
	color: #004e44
}
.text-success.dark-sm {
	color: #001b17
}
a.text-success.dark-sm:hover {
	color: #000201
}
.text-success.dark-md {
	color: #000
}
a.text-success.dark-md:hover {
	color: #000
}
.text-success.dark-lg {
	color: #000
}
a.text-success.dark-lg:hover {
	color: #000
}
.text-warning {
	color: #e3a62d
}
a.text-warning:hover {
	color: #fba702
}
.text-danger {
	color: #d9534f
}
a.text-danger:hover {
	color: #f6421e
}
.text-info {
	color: #35b4b9
}
a.text-info:hover {
	color: #2a8d91
}
.text-twitter {
	color: #55acee
}
a.text-twitter:hover {
	color: #2795e9
}
.text-facebook {
	color: #3b5998
}
a.text-facebook:hover {
	color: #2d4373
}
.text-google {
	color: #dd4b39
}
a.text-google:hover {
	color: #c23321
}
blockquote {
	padding-left: 40px;
	border-width: 0px
}
blockquote>p {
	position: relative;
	font-style: italic;
	font-size: 18px !important
}
blockquote>p:before {
	position: absolute;
	top: -1px;
	margin-left: -25px;
	font-family: "FontAwesome";
	font-size: 18px;
	content: "\f10d";
	color: #ebedf0
}
blockquote>p:after {
	position: absolute;
	bottom: -1px;
	margin-left: 5px;
	font-family: "FontAwesome";
	font-size: 18px;
	content: "\f10e";
	color: #ebedf0
}
.blockquote-reverse {
	padding-left: 20px;
	padding-right: 40px;
	border-width: 0px
}
.touch .scroll-content {
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch
}
.no-touch .scroll-wrapper, .no-touch .scroll-wrapper>.scroll-content {
	height: 100%
}
.no-touch .scroll-wrapper>.scroll-rail {
	display: none !important
}
.no-touch .scroll-wrapper>.scroll-bar {
	background-color: gray !important;
	right: 3px !important
}
.btn, .btn:active, .btn.active {
	outline: 0
}
.btn .fa {
	min-width: 13px
}
.btn>.caret {
	margin-top: -1px
}
.btn.btn-rounded {
	border-radius: 32px;
	padding-left: 16px;
	padding-right: 16px
}
.btn.btn-circle {
	width: 32px;
	padding-left: 0;
	padding-right: 0;
	border-radius: 50%
}
.btn.btn-circle.btn-lg {
	width: 43px
}
.btn.btn-circle.btn-sm {
	width: 27px
}
.btn.btn-circle.btn-xs {
	width: 19px
}
.btn.btn-outline {
	background-color: transparent;
	border-width: 1px
}
.btn.btn-outline.btn-primary {
	color: #4e5d9d
}
.btn.btn-outline.btn-success {
	color: #00b49c
}
.btn.btn-outline.btn-warning {
	color: #e3a62d
}
.btn.btn-outline.btn-danger {
	color: #d9534f
}
.btn.btn-outline.btn-info {
	color: #35b4b9
}
.btn-link {
	font-weight: 600
}
.btn-link:hover, .btn-link:focus {
	text-decoration: none
}
.btn-group .btn ~ .btn, .btn-group .btn ~ .btn-group, .btn-group .btn-group ~ .btn, .btn-group .btn-group~.btn-group {
	margin-left: -1px
}
.alert-dismissible .close, .alert-dismissible .close {
	top: -1px
}
.alert-primary {
	background: #aeb6d7
}
.alert-secondary {
	background: #feedcb
}
.alert-tertiary {
	background: #a3e2e4
}
.alert-growl {
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	border: 1px solid #000
}
.alert-growl-container {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 100000
}
.alert-growl-container .alert-growl {
	margin-bottom: 5px
}
.alert-growl .close {
	font-size: 13px;
	color: #fff;
	margin-left: 10px
}
.alert .close {
	font-size: 13px;
	margin-left: 10px
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #4e5e9e;
	box-shadow: #495894 0px 1px 3px 0px inset
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	background: #e3a62d !important
}
.content-body .cke_chrome {
	background: #f8f8f8;
	border: 1px solid #f0f0f0
}
.content-body .cke_bottom, .content-body .cke_top {
	background: #f8f8f8
}
a.media {
	display: block
}
.media>a {
	display: block
}
.media.read {
	opacity: .8
}
.media.read a {
	color: #52606d
}
.media.new {
	background-color: #f6f7f8
}
.media-body {
	display: block
}
.media-heading {
	display: block
}
.media-heading>.bullet {
	margin-top: -1px
}
.media-list.media-list-feed {
	position: relative
}
.media-list.media-list-feed .media {
	overflow: visible
}
.media-list.media-list-feed .media>.media-object {
	position: relative;
	width: 28px;
	text-align: center
}
.media-list.media-list-feed .media>.media-object:before {
	content: '';
	position: absolute;
	top: -200%;
	bottom: -200%;
	width: 1px;
	left: 50%;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyMjksIDIyOSwgMjI5KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%)
}
.media-list.media-list-feed .media>.media-object>.figure {
	position: relative;
	z-index: 5;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background-color: #dce0e5
}
.media-list.media-list-feed .media>.media-object>.figure.featured {
	width: 20px;
	height: 20px;
	line-height: 19px
}
.media-list.media-list-feed .media:first-child>.media-object:before {
	top: 0
}
.media-list.media-list-contact>.media-heading {
	padding: 15px 15px 5px;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 0
}
.media-list.media-list-contact>.media {
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}
.media-list.media-list-contact > .media a {
	padding: 10px 15px
}
.media-list.media-list-contact > .media a:hover, .media-list.media-list-contact > .media a:focus {
	background-color: transparent
}
.media-list.media-list-bubble>.media {
	padding: 15px
}
.media-list.media-list-bubble>.media:after {
	display: none
}
.media-list.media-list-bubble > .media .media-object {
	position: relative;
	float: left;
	margin-right: 15px
}
.media-list.media-list-bubble > .media .media-object:after {
	content: "";
	position: absolute;
	top: 7px;
	right: -18px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #f3f3f3 transparent transparent
}
.media-list.media-list-bubble > .media .media-body .media-text {
	display: inline-block;
	padding: 8px;
	color: #52606d;
	background-color: #f3f3f3;
	border-radius: 3px
}
.media-list.media-list-bubble > .media.media-right .media-object {
	float: right;
	margin-left: 15px;
	margin-right: 0px
}
.media-list.media-list-bubble > .media.media-right .media-object:after {
	left: -18px;
	right: auto;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #4e5d9d
}
.media-list.media-list-bubble > .media.media-right .media-body {
	text-align: right
}
.media-list.media-list-bubble > .media.media-right .media-body .media-text {
	color: #f2f2f2;
	background-color: #4e5d9d
}
.extra-menu {
	height: 60px;
	padding-top: 20px;
	position: absolute;
	right: 15px
}
.extra-menu a {
	font-size: 1.1em;
	color: rgba(255, 255, 255, 0.55)
}
.extra-menu a:hover {
	color: #fff
}
.list-group-item>a {
	position: relative;
	z-index: 1;
	display: block
}
a.list-group-item:hover, a.list-group-item:focus {
	z-index: 2
}
label.list-group-item {
	color: #555
}
label.list-group-item .list-group-item-heading {
	color: #333
}
label.list-group-item:hover, label.list-group-item:focus {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}
.caret {
	margin-top: -1px
}
.dropdown-menu {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06)
}
.dropdown-menu .divider {
	margin: 5px 0
}
.dropdown-menu .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border-width: 0;
	margin-bottom: 0;
	margin-top: -5px;
	margin-bottom: -5px
}
.dropdown-menu .panel .panel-heading {
	border-radius: 0
}
.dropdown-menu>li>a {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	padding: 5px 15px;
	margin:3px 8px;
	font-size:14px !important;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-radius:5px;
}
.dropdown-menu > li > a .fa {
	min-width: 15px
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	z-index: 2;
	background-color:#e6f0fa;
	color:#3f8bdc !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #596776;
	background-color: #f0f0f0 !important;
}
.scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden
}
ul.dropdown-menu-form {
	padding: 0 5px 0 30px;
	max-height: 300px;
	overflow-y: auto
}
.nav>li>a {
	font-weight: normal
}
.nav > li > a .text, .nav > li > a .icon, .nav > li > a .arrow {
	line-height: 18px
}
.nav .open > a, .nav .open > a:hover, .nav .open>a:focus {
	background-color: transparent
}
.nav .nav-divider {
	background-color: rgba(0, 0, 0, 0.05)
}
.nav .nav-heading {
	font-size: 12px;
	font-weight: 600;
	padding: 10px 18px;
	padding-bottom: 5px;
	color: #a0acb8
}
.nav-tabs {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-box-shadow: inset 0 -3px 8px -3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 -3px 8px -3px rgba(0,0,0,0.05)
}
.nav-tabs>li>a {
	line-height: 20px
}
.nav-tabs>li.active>a {
	overflow: hidden;
	border-top-color: transparent;
	
}
.nav-tabs>li.active>a .tab_name{color:#000 !important;}
/*.nav-tabs>li.active>a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #4e5d9d
}*/

.nav-tabs>li.active>a:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 7px solid transparent;
    border-bottom-color: #dce1e6;
    
}
/*************/
.nav-pills>li+li {
	margin-left: 5px
}
.notes {
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 0px;
	list-style-type: none
}
.notes li>.panel>.panel-body {
	display: table !important;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0
}
.notes li > .panel > .panel-body [class*=" icon"], .notes li > .panel > .panel-body [class^="icon"] {
	position: static;
	padding: 0
}
.notes li > .panel > .panel-body [class*=" icon"].height-auto:before, .notes li > .panel > .panel-body [class^="icon"].height-auto:before {
	content: "";
	position: absolute;
	width: inherit;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-color: inherit;
	border: inherit
}
.notes li > .panel > .panel-body [class*=" icon"].bdr-l.height-auto:before, .notes li > .panel > .panel-body [class^="icon"].bdr-l.height-auto:before {
	margin-left: -1px
}
.notes li > .panel > .panel-body [class*=" icon"].bdr-r.height-auto:before, .notes li > .panel > .panel-body [class^="icon"].bdr-r.height-auto:before {
	margin-right: -1px
}
.notes li>.panel>.panel-body>.col-xs-1 {
	vertical-align: middle
}
.notes li > .panel > .panel-body > .col-xs-2, .notes li > .panel > .panel-body > .col-xs-3, .notes li > .panel > .panel-body > .col-xs-4, .notes li > .panel > .panel-body > .col-xs-5, .notes li > .panel > .panel-body > .col-xs-6, .notes li > .panel > .panel-body > .col-xs-7, .notes li > .panel > .panel-body > .col-xs-8, .notes li > .panel > .panel-body > .col-xs-9, .notes li > .panel > .panel-body > .col-xs-10, .notes li > .panel > .panel-body > .col-xs-11, .notes li>.panel>.panel-body>.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
.notes li>.panel>.panel-body>.cell {
	width: 100%
}
@media (min-width: 768px) {
.notes li > .panel > .panel-body > .col-sm-1, .notes li > .panel > .panel-body > .col-sm-2, .notes li > .panel > .panel-body > .col-sm-3, .notes li > .panel > .panel-body > .col-sm-4, .notes li > .panel > .panel-body > .col-sm-5, .notes li > .panel > .panel-body > .col-sm-6, .notes li > .panel > .panel-body > .col-sm-7, .notes li > .panel > .panel-body > .col-sm-8, .notes li > .panel > .panel-body > .col-sm-9, .notes li > .panel > .panel-body > .col-sm-10, .notes li>.panel>.panel-body>.col-sm-11 {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
}
@media (min-width: 992px) {
.notes li > .panel > .panel-body > .col-md-1, .notes li > .panel > .panel-body > .col-md-2, .notes li > .panel > .panel-body > .col-md-3, .notes li > .panel > .panel-body > .col-md-4, .notes li > .panel > .panel-body > .col-md-5, .notes li > .panel > .panel-body > .col-md-6, .notes li > .panel > .panel-body > .col-md-7, .notes li > .panel > .panel-body > .col-md-8, .notes li > .panel > .panel-body > .col-md-9, .notes li > .panel > .panel-body > .col-md-10, .notes li>.panel>.panel-body>.col-md-11 {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
}
@media (min-width: 1200px) {
.notes li > .panel > .panel-body > .col-lg-1, .notes li > .panel > .panel-body > .col-lg-2, .notes li > .panel > .panel-body > .col-lg-3, .notes li > .panel > .panel-body > .col-lg-4, .notes li > .panel > .panel-body > .col-lg-5, .notes li > .panel > .panel-body > .col-lg-6, .notes li > .panel > .panel-body > .col-lg-7, .notes li > .panel > .panel-body > .col-lg-8, .notes li > .panel > .panel-body > .col-lg-9, .notes li > .panel > .panel-body > .col-lg-10, .notes li>.panel>.panel-body>.col-lg-11 {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
}
.bullet {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #a0acb8
}
.bullet.bullet-primary {
	background-color: #4e5d9d
}
.bullet.bullet-success {
	background-color: #00b49c
}
.bullet.bullet-info {
	background-color: #35b4b9
}
.bullet.bullet-warning {
	background-color: #e3a62d
}
.bullet.bullet-danger {
	background-color: #d9534f
}
.label {
	display: inline-block;
	line-height: 1.5;
	padding: 0.25em 0.6em 0.15em 0.6em;
	border-radius: 2px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1)
}
.badge {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.1)
}
.mautic-brand {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.mautic-brand.pull-left {
	width: 75%
}
.mautic-brand>svg.mautic-logo-figure {
	width: 32px;
	height: 60px
}
.mautic-brand > svg.mautic-logo-figure .circle {
	fill: #fff
}
.mautic-brand > svg.mautic-logo-figure .m, .mautic-brand > svg.mautic-logo-figure .m-arrow {
	fill: #e3a62d
}
.mautic-brand>svg.mautic-logo-text {
	height: 60px;
	width: 98px
}
.mautic-brand > svg.mautic-logo-text .m, .mautic-brand > svg.mautic-logo-text .a, .mautic-brand > svg.mautic-logo-text .u, .mautic-brand > svg.mautic-logo-text .t, .mautic-brand > svg.mautic-logo-text .i, .mautic-brand > svg.mautic-logo-text .c {
	fill: #fff
}
label {
	font-weight: 600
}
.control-label.text-left {
	text-align: left
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s;
	-ms-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s
}
.form-control.form-control-rounded {
	border-radius: 32px
}
.form-stack .form-control {
	position: relative;
	border-radius: 0
}
.form-stack .form-control:focus {
	z-index: 1
}
.form-stack .form-control+.form-control {
	margin-top: -1px
}
.form-stack .form-control:first-child {
	border-radius: 3px 3px 0 0
}
.form-stack .form-control:last-child {
	border-radius: 0 0 3px 3px
}
.form-stack .form-control.input-lg:first-child {
	border-radius: 4px 4px 0 0
}
.form-stack .form-control.input-lg:last-child {
	border-radius: 0 0 4px 4px
}
.form-stack .form-control.input-sm:first-child {
	border-radius: 2px 2px 0 0
}
.form-stack .form-control.input-sm:last-child {
	border-radius: 0 0 2px 2px
}
.form-stack .form-control-icon:first-child>.form-control {
	border-radius: 3px 3px 0 0
}
.form-stack .form-control-icon:first-child>.form-control.input-lg {
	border-radius: 4px 4px 0 0
}
.form-stack .form-control-icon:first-child>.form-control.input-sm {
	border-radius: 2px 2px 0 0
}
.form-stack .form-control-icon:last-child>.form-control {
	border-radius: 0 0 3px 3px
}
.form-stack .form-control-icon:last-child>.form-control.input-lg {
	border-radius: 0 0 4px 4px
}
.form-stack .form-control-icon:last-child>.form-control.input-sm {
	border-radius: 0 0 2px 2px
}
.form-stack .form-control-icon+.form-control-icon {
	margin-top: -1px
}
.form-control-icon {
	position: relative
}
.form-control-icon .form-control {
	padding-left: 32px
}
.form-control-icon .form-control.input-lg {
	padding-left: 42px
}
.form-control-icon .form-control.input-lg+.the-icon {
	font-size: 16px;
	line-height: 42px;
	width: 42px
}
.form-control-icon .form-control.input-sm {
	padding-left: 28px
}
.form-control-icon .form-control.input-sm+.the-icon {
	font-size: 11px;
	line-height: 28px;
	width: 28px
}
.form-control-icon .the-icon {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	line-height: 31px;
	width: 32px;
	text-align: center
}
.form-control-icon.form-control-icon-right .the-icon {
	right: 0;
	left: auto
}
.form-control-icon.form-control-icon-right .form-control {
	padding-left: 12px;
	padding-right: 32px
}
.form-control-icon.form-control-icon-right .form-control.input-lg {
	padding-left: 16px;
	padding-right: 42px
}
.form-control-icon.form-control-icon-right .form-control.input-sm {
	padding-left: 10px;
	padding-right: 28px
}
.btn-file {
	position: relative;
	overflow: hidden
}
.btn-file input[type=file] {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block
}
.checkbox label, .radio label, .checkbox-inline label, .radio-inline label {
	font-weight: normal
}
.checkbox[class*=" custom"], .radio[class*=" custom"], .checkbox-inline[class*=" custom"], .radio-inline[class*=" custom"], .checkbox[class^="custom"], .radio[class^="custom"], .checkbox-inline[class^="custom"], .radio-inline[class^="custom"] {
	position: relative
}
.checkbox[class*=" custom"] label, .radio[class*=" custom"] label, .checkbox-inline[class*=" custom"] label, .radio-inline[class*=" custom"] label, .checkbox[class^="custom"] label, .radio[class^="custom"] label, .checkbox-inline[class^="custom"] label, .radio-inline[class^="custom"] label {
	padding-left: 24px
}
.checkbox[class*=" custom"] label input, .radio[class*=" custom"] label input, .checkbox-inline[class*=" custom"] label input, .radio-inline[class*=" custom"] label input, .checkbox[class^="custom"] label input, .radio[class^="custom"] label input, .checkbox-inline[class^="custom"] label input, .radio-inline[class^="custom"] label input {
	position: absolute;
	opacity: 0
}
.checkbox[class*=" custom"] label input + span, .radio[class*=" custom"] label input + span, .checkbox-inline[class*=" custom"] label input + span, .radio-inline[class*=" custom"] label input + span, .checkbox[class^="custom"] label input + span, .radio[class^="custom"] label input + span, .checkbox-inline[class^="custom"] label input + span, .radio-inline[class^="custom"] label input+span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: -25px;
	margin-right: 4px;
	margin-top: 1px;
	background-color: transparent;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.2)
}
.checkbox[class*=" custom"] label input + span:after, .radio[class*=" custom"] label input + span:after, .checkbox-inline[class*=" custom"] label input + span:after, .radio-inline[class*=" custom"] label input + span:after, .checkbox[class^="custom"] label input + span:after, .radio[class^="custom"] label input + span:after, .checkbox-inline[class^="custom"] label input + span:after, .radio-inline[class^="custom"] label input+span:after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color: #3c4650;
	height: 10px;
	width: 10px;
	border-radius: 2px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease
}
.checkbox[class*=" custom"] label input:disabled + span, .radio[class*=" custom"] label input:disabled + span, .checkbox-inline[class*=" custom"] label input:disabled + span, .radio-inline[class*=" custom"] label input:disabled + span, .checkbox[class^="custom"] label input:disabled + span, .radio[class^="custom"] label input:disabled + span, .checkbox-inline[class^="custom"] label input:disabled + span, .radio-inline[class^="custom"] label input:disabled+span {
	opacity: 0.4
}
.checkbox[class*=" custom"] label input:disabled + span:hover, .radio[class*=" custom"] label input:disabled + span:hover, .checkbox-inline[class*=" custom"] label input:disabled + span:hover, .radio-inline[class*=" custom"] label input:disabled + span:hover, .checkbox[class^="custom"] label input:disabled + span:hover, .radio[class^="custom"] label input:disabled + span:hover, .checkbox-inline[class^="custom"] label input:disabled + span:hover, .radio-inline[class^="custom"] label input:disabled+span:hover {
	cursor: not-allowed
}
.checkbox[class*=" custom"] label input:checked + span, .radio[class*=" custom"] label input:checked + span, .checkbox-inline[class*=" custom"] label input:checked + span, .radio-inline[class*=" custom"] label input:checked + span, .checkbox[class^="custom"] label input:checked + span, .radio[class^="custom"] label input:checked + span, .checkbox-inline[class^="custom"] label input:checked + span, .radio-inline[class^="custom"] label input:checked+span {
	border: 1px solid #3c4650
}
.checkbox[class*=" custom"] label input:checked + span:after, .radio[class*=" custom"] label input:checked + span:after, .checkbox-inline[class*=" custom"] label input:checked + span:after, .radio-inline[class*=" custom"] label input:checked + span:after, .checkbox[class^="custom"] label input:checked + span:after, .radio[class^="custom"] label input:checked + span:after, .checkbox-inline[class^="custom"] label input:checked + span:after, .radio-inline[class^="custom"] label input:checked+span:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease
}
.checkbox[class*=" custom"] label:hover input + span, .radio[class*=" custom"] label:hover input + span, .checkbox-inline[class*=" custom"] label:hover input + span, .radio-inline[class*=" custom"] label:hover input + span, .checkbox[class^="custom"] label:hover input + span, .radio[class^="custom"] label:hover input + span, .checkbox-inline[class^="custom"] label:hover input + span, .radio-inline[class^="custom"] label:hover input+span {
	border: 1px solid rgba(0, 0, 0, 0.3)
}
.checkbox[class*=" custom"] label:hover input:checked + span, .radio[class*=" custom"] label:hover input:checked + span, .checkbox-inline[class*=" custom"] label:hover input:checked + span, .radio-inline[class*=" custom"] label:hover input:checked + span, .checkbox[class^="custom"] label:hover input:checked + span, .radio[class^="custom"] label:hover input:checked + span, .checkbox-inline[class^="custom"] label:hover input:checked + span, .radio-inline[class^="custom"] label:hover input:checked+span {
	border: 1px solid #3c4650
}
.checkbox.custom-primary label input + span:after, .radio.custom-primary label input + span:after, .checkbox-inline.custom-primary label input + span:after, .radio-inline.custom-primary label input+span:after {
	background-color: #4e5d9d
}
.checkbox.custom-primary label input:checked + span, .radio.custom-primary label input:checked + span, .checkbox-inline.custom-primary label input:checked + span, .radio-inline.custom-primary label input:checked+span {
	border: 1px solid #4e5d9d
}
.checkbox.custom-primary label:hover input + span, .radio.custom-primary label:hover input + span, .checkbox-inline.custom-primary label:hover input + span, .radio-inline.custom-primary label:hover input+span {
	border: 1px solid rgba(0, 0, 0, 0.3)
}
.checkbox.custom-primary label:hover input:checked + span, .radio.custom-primary label:hover input:checked + span, .checkbox-inline.custom-primary label:hover input:checked + span, .radio-inline.custom-primary label:hover input:checked+span {
	border: 1px solid #4e5d9d
}
.checkbox.custom-info label input + span:after, .radio.custom-info label input + span:after, .checkbox-inline.custom-info label input + span:after, .radio-inline.custom-info label input+span:after {
	background-color: #35b4b9
}
.checkbox.custom-info label input:checked + span, .radio.custom-info label input:checked + span, .checkbox-inline.custom-info label input:checked + span, .radio-inline.custom-info label input:checked+span {
	border: 1px solid #35b4b9
}
.checkbox.custom-info label:hover input + span, .radio.custom-info label:hover input + span, .checkbox-inline.custom-info label:hover input + span, .radio-inline.custom-info label:hover input+span {
	border: 1px solid rgba(0, 0, 0, 0.3)
}
.checkbox.custom-info label:hover input:checked + span, .radio.custom-info label:hover input:checked + span, .checkbox-inline.custom-info label:hover input:checked + span, .radio-inline.custom-info label:hover input:checked+span {
	border: 1px solid #35b4b9
}
.checkbox.custom-success label input + span:after, .radio.custom-success label input + span:after, .checkbox-inline.custom-success label input + span:after, .radio-inline.custom-success label input+span:after {
	background-color: #00b49c
}
.checkbox.custom-success label input:checked + span, .radio.custom-success label input:checked + span, .checkbox-inline.custom-success label input:checked + span, .radio-inline.custom-success label input:checked+span {
	border: 1px solid #00b49c
}
.checkbox.custom-success label:hover input + span, .radio.custom-success label:hover input + span, .checkbox-inline.custom-success label:hover input + span, .radio-inline.custom-success label:hover input+span {
	border: 1px solid rgba(0, 0, 0, 0.3)
}
.checkbox.custom-success label:hover input:checked + span, .radio.custom-success label:hover input:checked + span, .checkbox-inline.custom-success label:hover input:checked + span, .radio-inline.custom-success label:hover input:checked+span {
	border: 1px solid #00b49c
}
.checkbox.custom-warning label input + span:after, .radio.custom-warning label input + span:after, .checkbox-inline.custom-warning label input + span:after, .radio-inline.custom-warning label input+span:after {
	background-color: #e3a62d
}
.checkbox.custom-warning label input:checked + span, .radio.custom-warning label input:checked + span, .checkbox-inline.custom-warning label input:checked + span, .radio-inline.custom-warning label input:checked+span {
	border: 1px solid #e3a62d
}
.checkbox.custom-warning label:hover input + span, .radio.custom-warning label:hover input + span, .checkbox-inline.custom-warning label:hover input + span, .radio-inline.custom-warning label:hover input+span {
	border: 1px solid rgba(0, 0, 0, 0.3)
}
.checkbox.custom-warning label:hover input:checked + span, .radio.custom-warning label:hover input:checked + span, .checkbox-inline.custom-warning label:hover input:checked + span, .radio-inline.custom-warning label:hover input:checked+span {
	border: 1px solid #e3a62d
}
.checkbox.custom-danger label input + span:after, .radio.custom-danger label input + span:after, .checkbox-inline.custom-danger label input + span:after, .radio-inline.custom-danger label input+span:after {
	background-color: #d9534f
}
.checkbox.custom-danger label input:checked + span, .radio.custom-danger label input:checked + span, .checkbox-inline.custom-danger label input:checked + span, .radio-inline.custom-danger label input:checked+span {
	border: 1px solid #d9534f
}
.checkbox.custom-danger label:hover input + span, .radio.custom-danger label:hover input + span, .checkbox-inline.custom-danger label:hover input + span, .radio-inline.custom-danger label:hover input+span {
	border: 1px solid rgba(0, 0, 0, 0.3)
}
.checkbox.custom-danger label:hover input:checked + span, .radio.custom-danger label:hover input:checked + span, .checkbox-inline.custom-danger label:hover input:checked + span, .radio-inline.custom-danger label:hover input:checked+span {
	border: 1px solid #d9534f
}
.radio-inline[class*=" custom"] label input + span, .radio[class*=" custom"] label input + span, .radio-inline[class^="custom"] label input + span, .radio[class^="custom"] label input + span, .radio-inline[class*=" custom"] label input + span:after, .radio[class*=" custom"] label input + span:after, .radio-inline[class^="custom"] label input + span:after, .radio[class^="custom"] label input+span:after {
	border-radius: 50%
}
.checkbox-inline[class*=" custom"] label, .radio-inline[class*=" custom"] label, .checkbox-inline[class^="custom"] label, .radio-inline[class^="custom"] label {
	padding-left: 4px
}
.time-input select {
	margin: 0 3px 0 3px
}
.legend-container {
	position: relative
}
.bar-legend, .line-legend {
	list-style: none;
	position: absolute;
	top: 0
}
.bar-legend li, .line-legend li {
	display: block;
	position: relative;
	margin-bottom: 4px;
	border-radius: 5px;
	padding: 0px 8px 2px 18px;
	font-size: 11px;
	cursor: default;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out
}
.bar-legend li:hover, .line-legend li:hover {
	background-color: #fafafa
}
.bar-legend li span, .line-legend li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 5px
}
ul.line-legend {
	margin: 0;
	padding: 0;
	position: relative
}
ul.line-legend li {
	display: inline
}
.input-group .input-group-btn+.form-control {
	margin-left: -1px
}
.img-wrapper {
	display: inline-block;
	position: relative
}
.img-wrapper+.img-wrapper {
	margin-left: 3px
}
.img-wrapper.pull-right+.img-wrapper {
	margin-right: 3px;
	margin-left: 0
}
.img-wrapper:after {
	position: absolute;
	content: "";
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: inherit;
	-webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.3)
}
.img-wrapper img {
	border-radius: inherit;
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}
.img-wrapper>.label, .img-wrapper>.badge {
	position: absolute;
	z-index: 5;
	top: -10px;
	right: -10px
}
.img-rounded {
	border-radius: 3px
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align: top;
}
.table>thead>tr>th {
	vertical-align: middle;
	border-bottom: 1px solid #ebedf0
}
.table-responsive-force {
	width: 100%;
	margin-bottom: 13.5px;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ebedf0;
	-webkit-overflow-scrolling: touch
}
.table-responsive-force>.table {
	margin-bottom: 0
}
.table-responsive-force>.table>thead>tr>th, .table-responsive-force>.table>tbody>tr>th, .table-responsive-force>.table>tfoot>tr>th, .table-responsive-force>.table>thead>tr>td, .table-responsive-force>.table>tbody>tr>td, .table-responsive-force>.table>tfoot>tr>td {
	white-space: nowrap
}
.table-responsive-force>.table-bordered {
	border: 0
}
.table-responsive-force>.table-bordered>thead>tr>th:first-child, .table-responsive-force>.table-bordered>tbody>tr>th:first-child, .table-responsive-force>.table-bordered>tfoot>tr>th:first-child, .table-responsive-force>.table-bordered>thead>tr>td:first-child, .table-responsive-force>.table-bordered>tbody>tr>td:first-child, .table-responsive-force>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.table-responsive-force>.table-bordered>thead>tr>th:last-child, .table-responsive-force>.table-bordered>tbody>tr>th:last-child, .table-responsive-force>.table-bordered>tfoot>tr>th:last-child, .table-responsive-force>.table-bordered>thead>tr>td:last-child, .table-responsive-force>.table-bordered>tbody>tr>td:last-child, .table-responsive-force>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.table-responsive-force>.table-bordered>tbody>tr:last-child>th, .table-responsive-force>.table-bordered>tfoot>tr:last-child>th, .table-responsive-force>.table-bordered>tbody>tr:last-child>td, .table-responsive-force>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}
.progress {
	background-color: #ebedf0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.progress.progress-md {
	height: 12px;
	border-radius: 2px
}
.progress.progress-sm {
	height: 8px;
	border-radius: 2px;
	margin-top: 2px
}
.progress.progress-xs {
	height: 4px;
	border-radius: 2px
}
.progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: width 4s ease;
	-moz-transition: width 4s ease;
	-ms-transition: width 4s ease;
	-o-transition: width 4s ease;
	transition: width 4s ease
}
.progress-bar-success {
	background-color: #00b49c
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #35b4b9
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #e3a62d
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.app-sidebar .progress {
	background-color: #232b34
}
.panel {
	border: 1px solid #c3c9cf;
	-webkit-box-shadow: 0px 1px 1px #f3f3f3;
	box-shadow: 0px 1px 1px #f3f3f3
}
.panel-heading {
	padding: 0 15px
}
.panel-heading:before, .panel-heading:after {
	content: " ";
	display: table
}
.panel-heading:after {
	clear: both
}
.panel-heading .panel-title {
	padding: 10px 0;
	display: table-cell;
	width: 1%;
	vertical-align: middle;
	font-weight: 600
}
.panel-heading .panel-toolbar {
	display: table-cell;
	width: 1%;
	vertical-align: middle
}
.panel-group .panel {
	-webkit-box-shadow: none;
	box-shadow: none
}
.panel-footer {
	overflow: hidden;
	background-color: #fbfbfb
}
.panel-toolbar-wrapper {
	display: block;
	background-color: #fbfbfb;
	border-bottom: 1px solid #cfd9db;
	padding: 0px 15px
}
.box-layout {
	display: table !important;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}
.box-layout > [class*=" col-"], .box-layout>[class^="col-"] {
position:static;
padding:0
}
.box-layout > [class*=" col-"].height-auto:before, .box-layout>[class^="col-"].height-auto:before {
	content: "";
	position: absolute;
	width: inherit;
	top: 60px;
	bottom: 0;
	z-index: -1;
	background-color: inherit;
	border: inherit
}
.box-layout > [class*=" col-"]>.panel-body, .box-layout>[class^="col-"]>.panel-body {
white-space:nowrap;
overflow:hidden
}
.box-layout > [class*=" col-"].bdr-l.height-auto:before, .box-layout>[class^="col-"].bdr-l.height-auto:before {
	margin-left: -1px
}
.box-layout > [class*=" col-"].bdr-r.height-auto:before, .box-layout>[class^="col-"].bdr-r.height-auto:before {
	margin-right: -1px
}
.box-layout>.col-xs-1, .box-layout>.col-xs-2, .box-layout>.col-xs-3, .box-layout>.col-xs-4, .box-layout>.col-xs-5, .box-layout>.col-xs-6, .box-layout>.col-xs-7, .box-layout>.col-xs-8, .box-layout>.col-xs-9, .box-layout>.col-xs-10, .box-layout>.col-xs-11, .box-layout>.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
.box-layout>.cell {
	width: 100%
}
@media (min-width: 768px) {
.box-layout>.col-sm-1, .box-layout>.col-sm-2, .box-layout>.col-sm-3, .box-layout>.col-sm-4, .box-layout>.col-sm-5, .box-layout>.col-sm-6, .box-layout>.col-sm-7, .box-layout>.col-sm-8, .box-layout>.col-sm-9, .box-layout>.col-sm-10, .box-layout>.col-sm-11 {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
}
@media (min-width: 992px) {
.box-layout>.col-md-1, .box-layout>.col-md-2, .box-layout>.col-md-3, .box-layout>.col-md-4, .box-layout>.col-md-5, .box-layout>.col-md-6, .box-layout>.col-md-7, .box-layout>.col-md-8, .box-layout>.col-md-9, .box-layout>.col-md-10, .box-layout>.col-md-11 {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
}
@media (min-width: 1200px) {
.box-layout>.col-lg-1, .box-layout>.col-lg-2, .box-layout>.col-lg-3, .box-layout>.col-lg-4, .box-layout>.col-lg-5, .box-layout>.col-lg-6, .box-layout>.col-lg-7, .box-layout>.col-lg-8, .box-layout>.col-lg-9, .box-layout>.col-lg-10, .box-layout>.col-lg-11 {
	display: table-cell;
	vertical-align: top;
	height: 100%;
	float: none
}
}
.tab-pane .box-layout > [class*=" col-"].height-auto:before, .tab-pane .box-layout>[class^="col-"].height-auto:before {
	top: auto
}
.modal .box-layout > [class*=" col-"].height-auto:before, .modal .box-layout>[class^="col-"].height-auto:before {
	width: auto
}
.modal .box-layout .bg-auto {
	background-color: #f8f8f8 !important
}
.switch {
	vertical-align: middle;
	margin-bottom: 0;
	line-height: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent
}
.switch input {
	position: absolute;
	opacity: 0
}
.switch input~.text {
	display: inline-block;
	font-weight: 400;
	line-height: 24px;
	vertical-align: middle
}
.switch input~.switch {
	font-size: 24px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #fafafa;
	box-shadow: inset 0 0 0 1px #e5e5e5;
	cursor: pointer;
	height: 24px;
	width: 38.4px;
	border-radius: 28px;
	transition: border 0.25s 0.15s, box-shadow 0.25s 0.3s, padding 0.25s
}
.switch input~.switch:after {
	position: absolute;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 24px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.05);
	content: '';
	display: block;
	height: 24px;
	width: 24px;
	left: 0;
	top: 0;
	transition: border .25s .15s, left .25s .1s, right .15s .175s
}
.switch input:checked+.switch {
	border-color: #00b49c;
	box-shadow: inset 0 0 0 0.6em #00b49c;
	transition: border 0.25s, box-shadow 0.25s, padding 0.25s 0.15s
}
.switch input:checked+.switch:after {
	border-color: #00b49c;
	left: 0.6em;
	right: 0;
	transition: border .25s, left .15s .25s, right .25s .175s
}
.switch.switch-primary input:checked+.switch {
	border-color: #4e5d9d;
	box-shadow: inset 0 0 0 0.6em #4e5d9d
}
.switch.switch-primary input:checked+.switch:after {
	border-color: #4e5d9d
}
.switch.switch-info input:checked+.switch {
	border-color: #35b4b9;
	box-shadow: inset 0 0 0 0.6em #35b4b9
}
.switch.switch-info input:checked+.switch:after {
	border-color: #35b4b9
}
.switch.switch-success input:checked+.switch {
	border-color: #00b49c;
	box-shadow: inset 0 0 0 0.6em #00b49c
}
.switch.switch-success input:checked+.switch:after {
	border-color: #00b49c
}
.switch.switch-warning input:checked+.switch {
	border-color: #e3a62d;
	box-shadow: inset 0 0 0 0.6em #e3a62d
}
.switch.switch-warning input:checked+.switch:after {
	border-color: #e3a62d
}
.switch.switch-danger input:checked+.switch {
	border-color: #d9534f;
	box-shadow: inset 0 0 0 0.6em #d9534f
}
.switch.switch-danger input:checked+.switch:after {
	border-color: #d9534f
}
.switch.switch-lg input~.text {
	line-height: 28px
}
.switch.switch-lg input~.switch {
	font-size: 28px;
	height: 28px;
	width: 44.8px;
	border-radius: 28px
}
.switch.switch-lg input~.switch:after {
	border-radius: 28px;
	height: 28px;
	width: 28px
}
.switch.switch-sm input~.text {
	line-height: 20px
}
.switch.switch-sm input~.switch {
	font-size: 20px;
	height: 20px;
	width: 32px;
	border-radius: 20px
}
.switch.switch-sm input~.switch:after {
	border-radius: 20px;
	height: 20px;
	width: 20px
}
.switch.switch-xs input~.text {
	line-height: 16px
}
.switch.switch-xs input~.switch {
	font-size: 16px;
	height: 16px;
	width: 25.6px;
	border-radius: 16px
}
.switch.switch-xs input~.switch:after {
	border-radius: 16px;
	height: 16px;
	width: 16px
}
.step {
	padding: 0;
	margin: 0
}
.step>li {
	list-style: none
}
.step>li+li {
	margin-top: 15px
}
.step > li + li .steps:after {
	content: "";
	position: absolute;
	left: 16px;
	top: -15px;
	height: 15px;
	width: 1px;
	background-color: #a0acb8
}
.step > li.active .steps {
	color: #47535f
}
.step > li.active .steps>.steps-figure {
	border-color: #47535f
}
.step > li.active a.steps:hover, .step > li.active a.steps:focus {
	color: #47535f
}
.step > li.active a.steps:hover > .steps-figure, .step > li.active a.steps:focus>.steps-figure {
	border-color: #47535f
}
.step > li a.steps:hover, .step > li a.steps:focus {
	color: #8392a2
}
.step > li a.steps:hover > .steps-figure, .step > li a.steps:focus>.steps-figure {
	border-color: #8392a2
}
.step .steps {
	position: relative;
	display: inline-block;
	color: #a0acb8
}
.step .steps>.steps-figure {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	border-radius: 50%;
	border: 2px solid #a0acb8
}
.step .steps>.steps-figure+.steps-text {
	margin-left: 5px
}
.step .steps>.steps-text+.steps-figure {
	margin-left: 5px
}
.horizontal-step {
	padding: 0;
	margin: 0
}
.horizontal-step>li {
	list-style: none;
	display: inline
}
.horizontal-step>li+li {
	margin-left: 15px
}
.horizontal-step > li + li .steps:after {
	content: "";
	position: absolute;
	left: -18px;
	top: 16px;
	height: 1px;
	width: 18px;
	background-color: #a0acb8
}
.horizontal-step > li.active .steps {
	color: #47535f
}
.horizontal-step > li.active .steps>.steps-figure {
	border-color: #47535f
}
.horizontal-step > li.active a.steps:hover, .horizontal-step > li.active a.steps:focus {
	color: #47535f
}
.horizontal-step > li.active a.steps:hover > .steps-figure, .horizontal-step > li.active a.steps:focus>.steps-figure {
	border-color: #47535f
}
.horizontal-step > li a.steps:hover, .horizontal-step > li a.steps:focus {
	color: #8392a2
}
.horizontal-step > li a.steps:hover > .steps-figure, .horizontal-step > li a.steps:focus>.steps-figure {
	border-color: #8392a2
}
.horizontal-step > li a.steps.disabled {
	color: #bdc5cd
}
.horizontal-step > li a.steps.disabled>.steps-figure {
	border-color: #bdc5cd
}
.horizontal-step > li a.steps.disabled:hover {
	color: #bdc5cd;
	cursor: not-allowed
}
.horizontal-step > li a.steps.disabled:hover>.steps-figure {
	border-color: #bdc5cd
}
.horizontal-step .steps {
	position: relative;
	display: inline-block;
	color: #a0acb8
}
.horizontal-step .steps>.steps-figure {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	border-radius: 50%;
	border: 2px solid #a0acb8
}
.horizontal-step .steps>.steps-figure+.steps-text {
	margin-left: 5px
}
.horizontal-step .steps>.steps-text+.steps-figure {
	margin-left: 5px
}
.bg-white {
	background-color: #fff !important;
	border-color: #f7f7f7 !important;
	color: #47535f !important
}
.bg-white.bg-light-xs, .bg-white .bg-light-xs {
	background-color: #fff !important;
	border-color: #f7f7f7 !important
}
.bg-white.bg-light-sm, .bg-white .bg-light-sm {
	background-color: #fff !important;
	border-color: #f7f7f7 !important
}
.bg-white.bg-light-md, .bg-white .bg-light-md {
	background-color: #fff !important;
	border-color: #f7f7f7 !important
}
.bg-white.bg-light-lg, .bg-white .bg-light-lg {
	background-color: #fff !important;
	border-color: #f7f7f7 !important
}
.bg-white.bg-dark-xs, .bg-white .bg-dark-xs {
	background-color: #fcfcfc !important;
	border-color: #f7f7f7 !important
}
.bg-white.bg-dark-sm, .bg-white .bg-dark-sm {
	background-color: #f7f7f7 !important;
	border-color: #f0f0f0 !important
}
.bg-white.bg-dark-md, .bg-white .bg-dark-md {
	background-color: #f2f2f2 !important;
	border-color: #e8e8e8 !important
}
.bg-white.bg-dark-lg, .bg-white .bg-dark-lg {
	background-color: #ededed !important;
	border-color: #e0e0e0 !important
}
.bg-auto {
	background-color: #f8f8f8 !important;
	border-color: #f0f0f0 !important;
	color: #47535f !important
}
.bg-auto.bg-light-xs, .bg-auto .bg-light-xs {
	background-color: #fbfbfb !important;
	border-color: #f0f0f0 !important
}
.bg-auto.bg-light-sm, .bg-auto .bg-light-sm {
	background-color: #fff !important;
	border-color: #f0f0f0 !important
}
.bg-auto.bg-light-md, .bg-auto .bg-light-md {
	background-color: #fff !important;
	border-color: #f0f0f0 !important
}
.bg-auto.bg-light-lg, .bg-auto .bg-light-lg {
	background-color: #fff !important;
	border-color: #f0f0f0 !important
}
.bg-auto.bg-dark-xs, .bg-auto .bg-dark-xs {
	background-color: #f5f5f5 !important;
	border-color: #f0f0f0 !important
}
.bg-auto.bg-dark-sm, .bg-auto .bg-dark-sm {
	background-color: #f0f0f0 !important;
	border-color: #e9e9e9 !important
}
.bg-auto.bg-dark-md, .bg-auto .bg-dark-md {
	background-color: #ebebeb !important;
	border-color: #e1e1e1 !important
}
.bg-auto.bg-dark-lg, .bg-auto .bg-dark-lg {
	background-color: #e6e6e6 !important;
	border-color: #d9d9d9 !important
}
.bg-transparent {
	background-color: transparent !important;
	color: #47535f
}
.bg-primary {
	background-color: #4e5d9d !important;
	border-color: #495793 !important;
	color: #fff !important
}
.bg-primary.bg-light-xs, .bg-primary .bg-light-xs {
	background-color: #505fa0 !important;
	border-color: #495793 !important
}
.bg-primary.bg-light-sm, .bg-primary .bg-light-sm {
	background-color: #5363a7 !important;
	border-color: #495793 !important
}
.bg-primary.bg-light-md, .bg-primary .bg-light-md {
	background-color: #5868ac !important;
	border-color: #495793 !important
}
.bg-primary.bg-light-lg, .bg-primary .bg-light-lg {
	background-color: #5f6eb0 !important;
	border-color: #495793 !important
}
.bg-primary.bg-dark-xs, .bg-primary .bg-dark-xs {
	background-color: #4c5b9a !important;
	border-color: #495793 !important
}
.bg-primary.bg-dark-sm, .bg-primary .bg-dark-sm {
	background-color: #495793 !important;
	border-color: #445189 !important
}
.bg-primary.bg-dark-md, .bg-primary .bg-dark-md {
	background-color: #46538c !important;
	border-color: #3f4b7e !important
}
.bg-primary.bg-dark-lg, .bg-primary .bg-dark-lg {
	background-color: #424f85 !important;
	border-color: #3a4574 !important
}
.bg-success {
	background-color: #00b49c !important;
	border-color: #00a58f !important;
	color: #fff !important
}
.bg-success.bg-light-xs, .bg-success .bg-light-xs {
	background-color: #00b9a0 !important;
	border-color: #00a58f !important
}
.bg-success.bg-light-sm, .bg-success .bg-light-sm {
	background-color: #00c3a9 !important;
	border-color: #00a58f !important
}
.bg-success.bg-light-md, .bg-success .bg-light-md {
	background-color: #00ceb2 !important;
	border-color: #00a58f !important
}
.bg-success.bg-light-lg, .bg-success .bg-light-lg {
	background-color: #00d8bb !important;
	border-color: #00a58f !important
}
.bg-success.bg-dark-xs, .bg-success .bg-dark-xs {
	background-color: #00af98 !important;
	border-color: #00a58f !important
}
.bg-success.bg-dark-sm, .bg-success .bg-dark-sm {
	background-color: #00a58f !important;
	border-color: #009581 !important
}
.bg-success.bg-dark-md, .bg-success .bg-dark-md {
	background-color: #009b86 !important;
	border-color: #008674 !important
}
.bg-success.bg-dark-lg, .bg-success .bg-dark-lg {
	background-color: #00907d !important;
	border-color: #007767 !important
}
.bg-info {
	background-color: #35b4b9 !important;
	border-color: #32a8ad !important;
	color: #fff !important
}
.bg-info.bg-light-xs, .bg-info .bg-light-xs {
	background-color: #36b8bd !important;
	border-color: #32a8ad !important
}
.bg-info.bg-light-sm, .bg-info .bg-light-sm {
	background-color: #38c0c5 !important;
	border-color: #32a8ad !important
}
.bg-info.bg-light-md, .bg-info .bg-light-md {
	background-color: #3fc3c8 !important;
	border-color: #32a8ad !important
}
.bg-info.bg-light-lg, .bg-info .bg-light-lg {
	background-color: #47c5ca !important;
	border-color: #32a8ad !important
}
.bg-info.bg-dark-xs, .bg-info .bg-dark-xs {
	background-color: #34b0b5 !important;
	border-color: #32a8ad !important
}
.bg-info.bg-dark-sm, .bg-info .bg-dark-sm {
	background-color: #32a8ad !important;
	border-color: #2e9da1 !important
}
.bg-info.bg-dark-md, .bg-info .bg-dark-md {
	background-color: #2fa1a5 !important;
	border-color: #2b9195 !important
}
.bg-info.bg-dark-lg, .bg-info .bg-dark-lg {
	background-color: #2d999d !important;
	border-color: #278689 !important
}
.bg-warning {
	background-color: #e3a62d !important;
	border-color: #fdb424 !important;
	color: #fff !important
}
.bg-warning.bg-light-xs, .bg-warning .bg-light-xs {
	background-color: #fdbb38 !important;
	border-color: #fdb424 !important
}
.bg-warning.bg-light-sm, .bg-warning .bg-light-sm {
	background-color: #fdbe42 !important;
	border-color: #fdb424 !important
}
.bg-warning.bg-light-md, .bg-warning .bg-light-md {
	background-color: #fdc24c !important;
	border-color: #fdb424 !important
}
.bg-warning.bg-light-lg, .bg-warning .bg-light-lg {
	background-color: #fdc556 !important;
	border-color: #fdb424 !important
}
.bg-warning.bg-dark-xs, .bg-warning .bg-dark-xs {
	background-color: #fdb72e !important;
	border-color: #fdb424 !important
}
.bg-warning.bg-dark-sm, .bg-warning .bg-dark-sm {
	background-color: #fdb424 !important;
	border-color: #fdaf15 !important
}
.bg-warning.bg-dark-md, .bg-warning .bg-dark-md {
	background-color: #fdb01a !important;
	border-color: #fda906 !important
}
.bg-warning.bg-dark-lg, .bg-warning .bg-dark-lg {
	background-color: #fdad10 !important;
	border-color: #f0a002 !important
}
.bg-danger {
	background-color: #d9534f !important;
	border-color: #f75f40 !important;
	color: #fff !important
}
.bg-danger.bg-light-xs, .bg-danger .bg-light-xs {
	background-color: #f86f54 !important;
	border-color: #f75f40 !important
}
.bg-danger.bg-light-sm, .bg-danger .bg-light-sm {
	background-color: #f9775e !important;
	border-color: #f75f40 !important
}
.bg-danger.bg-light-md, .bg-danger .bg-light-md {
	background-color: #f98068 !important;
	border-color: #f75f40 !important
}
.bg-danger.bg-light-lg, .bg-danger .bg-light-lg {
	background-color: #f98871 !important;
	border-color: #f75f40 !important
}
.bg-danger.bg-dark-xs, .bg-danger .bg-dark-xs {
	background-color: #f8674a !important;
	border-color: #f75f40 !important
}
.bg-danger.bg-dark-sm, .bg-danger .bg-dark-sm {
	background-color: #f75f40 !important;
	border-color: #f75232 !important
}
.bg-danger.bg-dark-md, .bg-danger .bg-dark-md {
	background-color: #f75636 !important;
	border-color: #f64623 !important
}
.bg-danger.bg-dark-lg, .bg-danger .bg-dark-lg {
	background-color: #f74e2d !important;
	border-color: #f63a14 !important
}
.pagination, .pager {
	margin: 0 0 15px 0
}
lesshat-selector {
	-lh-property: 0
}
@-webkit-keyframes after-anim {
0% {
width:0%;
left:0%
}
10% {
width:30%;
left:100%
}
19.99% {
width:30%;
left:100%
}
20% {
width:0%;
left:0%
}
30% {
width:80%;
left:100%
}
30.01% {
width:0%;
left:0%
}
40% {
width:5%;
left:30%
}
50% {
width:50%;
left:100%
}
50.01% {
width:0%;
left:0%
}
60% {
width:60%;
left:20%
}
70% {
width:5%;
left:100%
}
70.01% {
width:0%;
left:0%
}
80% {
width:50%;
left:30%
}
90% {
width:10%;
left:80%
}
100% {
width:20%;
left:100%
}
}
@-moz-keyframes after-anim {
0% {
width:0%;
left:0%
}
10% {
width:30%;
left:100%
}
19.99% {
width:30%;
left:100%
}
20% {
width:0%;
left:0%
}
30% {
width:80%;
left:100%
}
30.01% {
width:0%;
left:0%
}
40% {
width:5%;
left:30%
}
50% {
width:50%;
left:100%
}
50.01% {
width:0%;
left:0%
}
60% {
width:60%;
left:20%
}
70% {
width:5%;
left:100%
}
70.01% {
width:0%;
left:0%
}
80% {
width:50%;
left:30%
}
90% {
width:10%;
left:80%
}
100% {
width:20%;
left:100%
}
}
@-o-keyframes after-anim {
0% {
width:0%;
left:0%
}
10% {
width:30%;
left:100%
}
19.99% {
width:30%;
left:100%
}
20% {
width:0%;
left:0%
}
30% {
width:80%;
left:100%
}
30.01% {
width:0%;
left:0%
}
40% {
width:5%;
left:30%
}
50% {
width:50%;
left:100%
}
50.01% {
width:0%;
left:0%
}
60% {
width:60%;
left:20%
}
70% {
width:5%;
left:100%
}
70.01% {
width:0%;
left:0%
}
80% {
width:50%;
left:30%
}
90% {
width:10%;
left:80%
}
100% {
width:20%;
left:100%
}
}
@keyframes after-anim {
0% {
width:0%;
left:0%
}
10% {
width:30%;
left:100%
}
19.99% {
width:30%;
left:100%
}
20% {
width:0%;
left:0%
}
30% {
width:80%;
left:100%
}
30.01% {
width:0%;
left:0%
}
40% {
width:5%;
left:30%
}
50% {
width:50%;
left:100%
}
50.01% {
width:0%;
left:0%
}
60% {
width:60%;
left:20%
}
70% {
width:5%;
left:100%
}
70.01% {
width:0%;
left:0%
}
80% {
width:50%;
left:30%
}
90% {
width:10%;
left:80%
}
100% {
width:20%;
left:100%
}
}
lesshat-selector {
	-lh-property: 0
}
lesshat-selector {
	-lh-property: 0
}
@-webkit-keyframes before-anim {
0% {
width:0%;
left:0%
}
0% {
width:60%
}
19.99% {
width:40%;
left:100%
}
20% {
width:0%;
left:0%
}
25% {
width:10%;
left:10%
}
30% {
width:40%;
left:30%
}
40% {
width:60%;
left:100%
}
40.01% {
width:0%;
left:0%
}
50% {
width:10%;
left:40%
}
60% {
width:30%;
left:100%
}
60.01% {
width:0%;
left:0%
}
70% {
width:10%;
left:40%
}
80% {
width:5%;
left:100%
}
80.01% {
width:0%;
left:0%
}
90% {
width:70%;
left:10%
}
100% {
width:10%;
left:100%
}
}
@-moz-keyframes before-anim {
0% {
width:0%;
left:0%
}
0% {
width:60%
}
19.99% {
width:40%;
left:100%
}
20% {
width:0%;
left:0%
}
25% {
width:10%;
left:10%
}
30% {
width:40%;
left:30%
}
40% {
width:60%;
left:100%
}
40.01% {
width:0%;
left:0%
}
50% {
width:10%;
left:40%
}
60% {
width:30%;
left:100%
}
60.01% {
width:0%;
left:0%
}
70% {
width:10%;
left:40%
}
80% {
width:5%;
left:100%
}
80.01% {
width:0%;
left:0%
}
90% {
width:70%;
left:10%
}
100% {
width:10%;
left:100%
}
}
@-o-keyframes before-anim {
0% {
width:0%;
left:0%
}
0% {
width:60%
}
19.99% {
width:40%;
left:100%
}
20% {
width:0%;
left:0%
}
25% {
width:10%;
left:10%
}
30% {
width:40%;
left:30%
}
40% {
width:60%;
left:100%
}
40.01% {
width:0%;
left:0%
}
50% {
width:10%;
left:40%
}
60% {
width:30%;
left:100%
}
60.01% {
width:0%;
left:0%
}
70% {
width:10%;
left:40%
}
80% {
width:5%;
left:100%
}
80.01% {
width:0%;
left:0%
}
90% {
width:70%;
left:10%
}
100% {
width:10%;
left:100%
}
}
@keyframes before-anim {
0% {
width:0%;
left:0%
}
0% {
width:60%
}
19.99% {
width:40%;
left:100%
}
20% {
width:0%;
left:0%
}
25% {
width:10%;
left:10%
}
30% {
width:40%;
left:30%
}
40% {
width:60%;
left:100%
}
40.01% {
width:0%;
left:0%
}
50% {
width:10%;
left:40%
}
60% {
width:30%;
left:100%
}
60.01% {
width:0%;
left:0%
}
70% {
width:10%;
left:40%
}
80% {
width:5%;
left:100%
}
80.01% {
width:0%;
left:0%
}
90% {
width:70%;
left:10%
}
100% {
width:10%;
left:100%
}
}
lesshat-selector {
	-lh-property: 0
}
.loading-bar, .canvas-loading-bar, .modal-loading-bar {
	opacity: 0;
	position: absolute;
	bottom: -1px;
	z-index: 1;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #adb5d7;
	overflow: hidden;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}
.loading-bar:after, .canvas-loading-bar:after, .modal-loading-bar:after, .loading-bar:before, .canvas-loading-bar:before, .modal-loading-bar:before {
	content: '';
	position: absolute;
	height: 2px;
	background-color: #4e5d9d
}
.loading-bar.active, .canvas-loading-bar.active, .modal-loading-bar.active {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease
}
.loading-bar.active:after, .canvas-loading-bar.active:after, .modal-loading-bar.active:after {
	left: 50%;
	width: 10%;
	-webkit-animation: after-anim 2.5s infinite linear;
	-moz-animation: after-anim 2.5s infinite linear;
	-o-animation: after-anim 2.5s infinite linear;
	animation: after-anim 2.5s infinite linear
}
.loading-bar.active:before, .canvas-loading-bar.active:before, .modal-loading-bar.active:before {
	left: 0%;
	width: 0%;
	-webkit-animation: before-anim 2.5s infinite linear;
	-moz-animation: before-anim 2.5s infinite linear;
	-o-animation: before-anim 2.5s infinite linear;
	animation: before-anim 2.5s infinite linear
}
.modal-loading-bar {
	bottom: auto;
	top: 0
}
.offcanvas-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.offcanvas-container .offcanvas-wrapper {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.offcanvas-container .offcanvas-main {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%
}
.offcanvas-container .offcanvas-left {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%
}
.offcanvas-container .offcanvas-right {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%
}
.offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
	left: 100%;
	-webkit-transition: left 0.2s ease;
	-moz-transition: left 0.2s ease;
	-ms-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	transition: left 0.2s ease
}
.offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
	left: -100%;
	-webkit-transition: left 0.2s ease;
	-moz-transition: left 0.2s ease;
	-ms-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	transition: left 0.2s ease
}
.csstransforms3d .offcanvas-container.offcanvas-open-ltr .offcanvas-wrapper {
	left: auto;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.csstransforms3d .offcanvas-container.offcanvas-open-rtl .offcanvas-wrapper {
	left: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease
}
.timeline {
	overflow: hidden;
	height: auto;
	position: relative;
	padding: 0px;
	list-style-type: none
}
.timeline:after {
	position: absolute;
	width: 1px;
	left: 50%;
	margin-left: -1px;
	top: 20px;
	bottom: 0px;
	content: "";
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyMjksIDIyOSwgMjI5KSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e5e5e5 10%, #e5e5e5 90%, rgba(229, 229, 229, 0) 100%)
}
.timeline .panel {
	position: relative;
	z-index: 1
}
.timeline .header {
	position: relative;
	z-index: 10;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: inherit;
	font-size: 14px;
	font-weight: 600;
	max-width: 120px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	color: #4e5d9d
}
.timeline .events {
	padding-left: 0px;
	overflow: auto
}
.timeline .events .figure {
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-top: 10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #dce0e5;
	font-size: 12px;
	color: #dce0e5
}
.timeline .events>.featured {
	list-style: none;
	width: 45%;
	clear: both;
	float: none !important;
	margin-bottom: 50px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto
}
.timeline .events > .featured > .panel:after, .timeline .events>.featured>.panel:before {
	display: none
}
.timeline .events > .featured .figure {
	margin-top: -30px
}
.timeline .events>.wrapper {
	list-style: none;
	width: 46%;
	clear: both
}
.timeline .events>.wrapper:first-child {
	margin-top: 0 !important
}
.timeline .events>.wrapper:nth-of-type(odd) {
	float: left;
	margin-top: -30px
}
.timeline .events>.wrapper:nth-of-type(odd)>.panel {
	z-index: 5
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel:after, .timeline .events>.wrapper:nth-of-type(odd)>.panel:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid
}
.timeline .events>.wrapper:nth-of-type(odd)>.panel:after {
	right: -10px;
	top: 10px;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff
}
.timeline .events>.wrapper:nth-of-type(odd)>.panel:before {
	right: -11px;
	top: 10px;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #ebedf0
}
.timeline .events>.wrapper:nth-of-type(even) {
	float: right;
	margin-top: -30px
}
.timeline .events>.wrapper:nth-of-type(even)>.panel {
	z-index: 5
}
.timeline .events > .wrapper:nth-of-type(even) > .panel:after, .timeline .events>.wrapper:nth-of-type(even)>.panel:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid
}
.timeline .events>.wrapper:nth-of-type(even)>.panel:after {
	left: -10px;
	top: 10px;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent
}
.timeline .events>.wrapper:nth-of-type(even)>.panel:before {
	left: -11px;
	top: 10px;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ebedf0 transparent transparent
}
@media (max-width: 767px) {
.timeline .events {
	padding-left: 0px
}
.timeline .events>.wrapper {
	width: auto
}
.timeline .events > .wrapper:nth-of-type(odd), .timeline .events>.wrapper:nth-of-type(even) {
	float: none;
	clear: both;
	margin-top: 48px
}
.timeline .events > .wrapper:nth-of-type(odd) > .panel:after, .timeline .events > .wrapper:nth-of-type(even) > .panel:after, .timeline .events > .wrapper:nth-of-type(odd) > .panel:before, .timeline .events>.wrapper:nth-of-type(even)>.panel:before {
	display: none
}
.timeline .events>.wrapper>.figure {
	margin-top: -41px
}
}
.va-t {
	vertical-align: top !important
}
.va-m {
	vertical-align: middle !important
}
.va-b {
	vertical-align: bottom !important
}
.pull-right-xs {
	float: right
}
.pull-left-xs {
	float: left
}
@media (min-width: 768px) {
.pull-right-sm {
	float: right
}
.pull-left-sm {
	float: left
}
.text-right-sm {
	text-align: right
}
.text-left-sm {
	text-align: left
}
.pull-right-xs {
	float: none
}
.pull-left-xs {
	float: none
}
}
@media (min-width: 992px) {
.pull-right-md {
	float: right
}
.pull-left-md {
	float: left
}
.text-right-md {
	text-align: right
}
.text-left-md {
	text-align: left
}
.pull-right-xs {
	float: none
}
.pull-left-xs {
	float: none
}
}
@media (min-width: 1200px) {
.pull-right-lg {
	float: right
}
.pull-left-lg {
	float: left
}
.text-right-lg {
	text-align: right
}
.text-left-lg {
	text-align: left
}
.pull-right-xs {
	float: none
}
.pull-left-xs {
	float: none
}
}
.bdr-a {
	border: 1px solid #ebedf0 !important
}
.bdr-l {
	border-left: 1px solid #c3c9cf !important
}
.bdr-r {
	border-right: 1px solid #ebedf0 !important
}
.bdr-t {
	border-top: 1px solid #ebedf0 !important
}
.bdr-b {
	border-bottom: 1px solid #ebedf0 !important
}
.bdr-c-t {
	border-color: transparent !important
}
.bdr-w-0 {
	border-width: 0 !important
}
.bdr-l-wdh-0 {
	border-left-width: 0 !important
}
.bdr-r-wdh-0 {
	border-right-width: 0 !important
}
.bdr-t-wdh-0 {
	border-top-width: 0 !important
}
.bdr-b-wdh-0 {
	border-bottom-width: 0 !important
}
.bdr-rds-0 {
	border-radius: 0 !important
}
.bdr-rds {
	border-radius: 3px !important
}
.bdr-rds-lg {
	border-radius: 4px !important
}
.bdr-rds-sm {
	border-radius: 2px !important
}
@media (max-width: 767px) {
.bdr-l-xs {
	border-left: 1px solid #ebedf0
}
.bdr-r-xs {
	border-right: 1px solid #ebedf0
}
.bdr-t-xs {
	border-top: 1px solid #ebedf0
}
.bdr-b-xs {
	border-bottom: 1px solid #ebedf0
}
}
@media (min-width: 768px) {
.bdr-l-sm {
	border-left: 1px solid #ebedf0
}
.bdr-r-sm {
	border-right: 1px solid #ebedf0
}
.bdr-t-sm {
	border-top: 1px solid #ebedf0
}
.bdr-b-sm {
	border-bottom: 1px solid #ebedf0
}
}
@media (min-width: 992px) {
.bdr-l-md {
	border-left: 1px solid #ebedf0
}
.bdr-r-md {
	border-right: 1px solid #ebedf0
}
.bdr-t-md {
	border-top: 1px solid #ebedf0
}
.bdr-b-md {
	border-bottom: 1px solid #ebedf0
}
}
@media (min-width: 1200px) {
.bdr-l-lg {
	border-left: 1px solid #ebedf0
}
.bdr-r-lg {
	border-right: 1px solid #ebedf0
}
.bdr-t-lg {
	border-top: 1px solid #ebedf0
}
.bdr-b-lg {
	border-bottom: 1px solid #ebedf0
}
}
.bg-picture {
	position: relative;
	min-height: 260px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.bg-picture>.bg-picture-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5)
}
.bg-picture>.meta {
	position: absolute;
	left: 0;
	right: 0
}
.bg-picture>.meta.top {
	top: 0
}
.bg-picture>.meta.bottom {
	bottom: 0
}
.shd-0, .shd-none {
	-webkit-box-shadow: none;
	box-shadow: none
}
.csr-move {
	cursor: move !important
}
.ma-20, .ma-lg {
	margin: 20px !important
}
.ma-15, .ma-md {
	margin: 15px !important
}
.ma-10, .ma-sm {
	margin: 10px !important
}
.ma-5, .ma-xs {
	margin: 5px !important
}
.ma-4 {
	margin: 4px !important
}
.ma-3 {
	margin: 3px !important
}
.ma-2 {
	margin: 2px !important
}
.ma-1 {
	margin: 1px !important
}
.nm {
	margin: 0px !important
}
.mna-20, .mna-lg {
	margin: -20px !important
}
.mna-15, .mna-md {
	margin: -15px !important
}
.mna-10, .mna-sm {
	margin: -10px !important
}
.mna-5, .mna-xs {
	margin: -5px !important
}
.mna-4 {
	margin: -4px !important
}
.mna-3 {
	margin: -3px !important
}
.mna-2 {
	margin: -2px !important
}
.mna-1 {
	margin: -1px !important
}
.mt-20, .mt-lg {
	margin-top: 20px !important
}
.mt-15, .mt-md {
	margin-top: 15px !important
}
.mt-10, .mt-sm {
	margin-top: 10px !important
}
.mt-5, .mt-xs {
	margin-top: 5px !important
}
.mt-4 {
	margin-top: 4px !important
}
.mt-3 {
	margin-top: 3px !important
}
.mt-2 {
	margin-top: 2px !important
}
.mt-1 {
	margin-top: 1px !important
}
.mt-0 {
	margin-top: 0px !important
}
.mnt-20, .mnt-lg {
	margin-top: -20px !important
}
.mnt-15, .mnt-md {
	margin-top: -15px !important
}
.mnt-10, .mnt-sm {
	margin-top: -10px !important
}
.mnt-5, .mnt-xs {
	margin-top: -5px !important
}
.mnt-4 {
	margin-top: -4px !important
}
.mnt-3 {
	margin-top: -3px !important
}
.mnt-2 {
	margin-top: -2px !important
}
.mnt-1 {
	margin-top: -1px !important
}
.mr-20, .mr-lg {
	margin-right: 20px !important
}
.mr-15, .mr-md {
	margin-right: 15px !important
}
.mr-10, .mr-sm {
	margin-right: 10px !important
}
.mr-5, .mr-xs {
	margin-right: 5px !important
}
.mr-4 {
	margin-right: 4px !important
}
.mr-3 {
	margin-right: 3px !important
}
.mr-2 {
	margin-right: 2px !important
}
.mr-1 {
	margin-right: 1px !important
}
.mr-0 {
	margin-right: 0px !important
}
.mnr-20, .mnr-lg {
	margin-right: -20px !important
}
.mnr-15, .mnr-md {
	margin-right: -15px !important
}
.mnr-10, .mnr-sm {
	margin-right: -10px !important
}
.mnr-5, .mnr-xs {
	margin-right: -5px !important
}
.mnr-4 {
	margin-right: -4px !important
}
.mnr-3 {
	margin-right: -3px !important
}
.mnr-2 {
	margin-right: -2px !important
}
.mnr-1 {
	margin-right: -1px !important
}
.mb-20, .mb-lg {
	margin-bottom: 20px !important
}
.mb-15, .mb-md {
	margin-bottom: 15px !important
}
.mb-10, .mb-sm {
	margin-bottom: 10px !important
}
.mb-5, .mb-xs {
	margin-bottom: 5px !important
}
.mb-4 {
	margin-bottom: 4px !important
}
.mb-3 {
	margin-bottom: 3px !important
}
.mb-2 {
	margin-bottom: 2px !important
}
.mb-1 {
	margin-bottom: 1px !important
}
.mb-0 {
	margin-bottom: 0px !important
}
.mnb-20, .mnb-lg {
	margin-bottom: -20px !important
}
.mnb-15, .mnb-md {
	margin-bottom: -15px !important
}
.mnb-10, .mnb-sm {
	margin-bottom: -10px !important
}
.mnb-5, .mnb-xs {
	margin-bottom: -5px !important
}
.mnb-4 {
	margin-bottom: -4px !important
}
.mnb-3 {
	margin-bottom: -3px !important
}
.mnb-2 {
	margin-bottom: -2px !important
}
.mnb-1 {
	margin-bottom: -1px !important
}
.ml-20, .ml-lg {
	margin-left: 20px !important
}
.ml-15, .ml-md {
	margin-left: 15px !important
}
.ml-10, .ml-sm {
	margin-left: 10px !important
}
.ml-5, .ml-xs {
	margin-left: 5px !important
}
.ml-4 {
	margin-left: 4px !important
}
.ml-3 {
	margin-left: 3px !important
}
.ml-2 {
	margin-left: 2px !important
}
.ml-1 {
	margin-left: 1px !important
}
.ml-0 {
	margin-left: 0px !important
}
.mnl-20, .mnl-lg {
	margin-left: -20px !important
}
.mnl-15, .mnl-md {
	margin-left: -15px !important
}
.mnl-10, .mnl-sm {
	margin-left: -10px !important
}
.mnl-5, .mnl-xs {
	margin-left: -5px !important
}
.mnl-4 {
	margin-left: -4px !important
}
.mnl-3 {
	margin-left: -3px !important
}
.mnl-2 {
	margin-left: -2px !important
}
.mnl-1 {
	margin-left: -1px !important
}
.pa-20, .pa-lg {
	padding: 20px !important
}
.pa-15, .pa-md {
	padding: 15px !important
}
.pa-10, .pa-sm {
	padding: 10px !important
}
.pa-5, .pa-xs {
	padding: 5px !important
}
.pa-4 {
	padding: 4px !important
}
.pa-3 {
	padding: 3px !important
}
.pa-2 {
	padding: 2px !important
}
.pa-1 {
	padding: 1px !important
}
.np {
	padding: 0px !important
}
.pt-20, .pt-lg {
	padding-top: 20px !important
}
.pt-15, .pt-md {
	padding-top: 15px !important
}
.pt-10, .pt-sm {
	padding-top: 10px !important
}
.pt-5, .pt-xs {
	padding-top: 5px !important
}
.pt-4 {
	padding-top: 4px !important
}
.pt-3 {
	padding-top: 3px !important
}
.pt-2 {
	padding-top: 2px !important
}
.pt-1 {
	padding-top: 1px !important
}
.pt-0 {
	padding-top: 0px !important
}
.pr-20, .pr-lg {
	padding-right: 20px !important
}
.pr-15, .pr-md {
	padding-right: 15px !important
}
.pr-10, .pr-sm {
	padding-right: 10px !important
}
.pr-5, .pr-xs {
	padding-right: 5px !important
}
.pr-4 {
	padding-right: 4px !important
}
.pr-3 {
	padding-right: 3px !important
}
.pr-2 {
	padding-right: 2px !important
}
.pr-1 {
	padding-right: 1px !important
}
.pr-0 {
	padding-right: 0px !important
}
.pb-20, .pb-lg {
	padding-bottom: 20px !important
}
.pb-15, .pb-md {
	padding-bottom: 15px !important
}
.pb-10, .pb-sm {
	padding-bottom: 10px !important
}
.pb-5, .pb-xs {
	padding-bottom: 5px !important
}
.pb-4 {
	padding-bottom: 4px !important
}
.pb-3 {
	padding-bottom: 3px !important
}
.pb-2 {
	padding-bottom: 2px !important
}
.pb-1 {
	padding-bottom: 1px !important
}
.pb-0 {
	padding-bottom: 0px !important
}
.pl-20, .pl-lg {
	padding-left: 20px !important
}
.pl-15, .pl-md {
	padding-left: 15px !important
}
.pl-10, .pl-sm {
	padding-left: 10px !important
}
.pl-5, .pl-xs {
	padding-left: 5px !important
}
.pl-4 {
	padding-left: 4px !important
}
.pl-3 {
	padding-left: 3px !important
}
.pl-2 {
	padding-left: 2px !important
}
.pl-1 {
	padding-left: 1px !important
}
.pl-0 {
	padding-left: 0px !important
}
.w-44 {
	width: 44px
}
.no-focus.form-control, .form-control .no-focus {
	border-color: transparent
}
.no-focus.form-control:focus, .form-control .no-focus:focus {
	outline: 0
}
.ovf-h {
	overflow: hidden
}
.break-word {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}
.builder, .builder-slot {
	position: relative
}
.builder [data-token], .builder-slot [data-token] {
	cursor: pointer
}
.builder .btn-block.ui-draggable-dragging, .builder-slot .btn-block.ui-draggable-dragging {
	width: 104px;
	height: 68px;
	margin: 6px 12px;
	white-space: normal
}
.builder .builder-panel-top, .builder-slot .builder-panel-top {
	margin-bottom: 10px
}
.builder .template-dnd-help, .builder-slot .template-dnd-help, .builder .custom-dnd-help, .builder-slot .custom-dnd-help {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}
.builder-active {
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1030
}
.builder-panel {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 525px;
	height: 100%;
	padding: 15px;
	background-color: #d5d4d4;
	overflow-y: auto
}
.builder-panel .btn-close-builder {
	width: 100%
}
.builder-content {
	position: fixed;
	left: 0;
	top: 0;
	right: 525px;
	height: 100%
}
.code-mode .builder-panel {
	width: 50%;
	position: fixed
}
.code-mode .builder-content {
	width: 50%
}
.code-mode .btn-close-builder {
	width: 150px;
	float: right
}
.builder-panel .panel a.btn {
	white-space: normal
}
.builder-active-slot {
	background-color: #fff;
	z-index: 1030
}
.builder-panel-slot {
	width: 50%;
	padding: 15px;
	background-color: #d5d4d4;
	overflow-y: auto
}
.builder-panel-slot .btn-close-builder {
	width: 100%
}
.builder-content-slot {
	left: 50%;
	width: 50%
}
.code-mode .builder-panel-slot {
	width: 50%
}
.code-mode .builder-content-slot {
	width: 50%
}
.code-mode .btn-close-builder {
	width: 150px;
	float: right
}
.builder-panel-slot .panel a.btn {
	white-space: normal
}
.ui-draggable-iframeFix {
	z-index: 9999 !important
}
.CodeMirror {
	border: 1px solid #eee;
	height: auto
}
#slot_codemode .CodeMirror {
	height: 200px
}
.CodeMirror-hints {
	position: absolute;
	z-index: 9999 !important;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 2px;
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	border: 1px solid silver;
	background: white;
	font-size: 90%;
	font-family: monospace;
	max-height: 20em;
	overflow-y: auto
}
.CodeMirror-hint {
	margin: 0;
	padding: 0 4px;
	border-radius: 2px;
	white-space: pre;
	color: black;
	cursor: pointer
}
li.CodeMirror-hint-active {
	background: #08f;
	color: white
}
@media (max-width: 767px) {
.builder .builder-panel {
	width: 100%;
	bottom: 0;
	top: auto;
	height: 35%;
	padding-left: 30px !important;
	padding-right: 30px !important;
	border-top: 1px solid #757575;
	position: fixed
}
.builder .builder-content {
	right: 0
}
.builder .builder-panel-top {
	position: relative;
	width: 100%
}
.builder .builder-tokens {
	margin-top: 10px
}
}
.mautic-editable {
	min-height: 75px;
	width: 100%;
	border: dashed 1px #000;
	margin-top: 3px;
	margin-bottom: 3px
}
.mautic-editable.over-droppable {
	border: dashed 2px #4e5e9e;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.75)
}
.mautic-editable-placeholder {
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 25px
}
div[contentEditable=true]:empty:not(:focus):before {
	content: attr(data-placeholder);
	padding: 5px;
	display: table-cell
}
.inline-token-list {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 20px;
	padding-left: 0;
	width: 240px
}
.inline-token {
	position: relative;
	display: block;
	padding: 5px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #f7f7f7;
	color: #f7f7f7;
	font-size: 12px
}
.inline-token:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}
.inline-token:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
a.inline-token {
	color: #000;
	text-decoration: none;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	line-height: 1.3856
}
a.inline-token:hover, a.inline-token:focus {
	background-color: #DBDFEC
}
a.inline-token .text-muted {
	color: #8393a2
}
.sortable-panels .panel {
	position: relative
}
.sortable-panels .panel.sortable-has-error {
	border-color: #d9534f
}
.sortable-panels .panel .sortable-panel-label {
	font-weight: bold
}
.sortable-panels .panel .sortable-panel-buttons {
	position: absolute;
	right: 8px;
	top: 8px
}
.sortable-panels .panel .sortable-panel-content {
	min-height: 50px;
	padding: 10px
}
.sortable-panels .panel.new-panel {
	border: none
}
.sortable-panels .panel.new-panel .sortable-panel-wrapper {
	display: none
}
@media (min-width: 992px) {
.modal-xl {
	width: 1140px
}
}
.bg-auto .tabs-left > li.active > a, .bg-auto .tabs-left > li.active > a:hover, .bg-auto .tabs-left>li.active>a:focus {
	border-left-width: 0
}
.bg-auto .tabs-left, .bg-auto .tabs-right {
	-webkit-box-shadow: inset 0 -3px 0 -3px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 -3px 0 -3px rgba(0, 0, 0, 0.05)
}
.bg-auto .tabs-left li:last-child, .bg-auto .tabs-right li:last-child {
	margin-bottom: -2px
}
.bg-auto .tabs-right > li.active > a, .bg-auto .tabs-right > li.active > a:hover, .bg-auto .tabs-right>li.active>a:focus {
	border-right-width: 0
}
.tab-button {
	border-bottom: 1px solid #ebedf0 !important
}
.modal-body.np .tabs-horizontal {
	margin-top: -1px
}
.modal-body.np .tabs-left li > a, .modal-body.np .tabs-right li>a {
	border-radius: 0
}
.confirmation-modal .modal-content {
	width: 400px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10% auto;
	padding: 8px;
	border-radius: 8px;
	background: #fff;
	text-align: center
}
.content-overlay {
	position: absolute;
	background: #fbfbfb;
	z-index: 50;
	width: 100%;
	height: 100%;
	padding-left: 15px;
	font-weight: bold
}
.stat-boxes .panel {
	height: 164px
}
.has-click-event {
	cursor: pointer
}
.mautibot-error {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}
label.required:after {
	content: " *";
	color: #d9534f
}
#app-header .nav>li>a {
	padding: 10px 12px
}
.search-container {
	position: relative;
	line-height:50px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
.search-container .search {
	border: 1px solid #fff;
	position: absolute;
	left: 0px;
	width: 24px;
	height: 34px;
	padding: 0 0 0 24px;
	margin: 12px 0 0 5px;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.search-container a.search-button {
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	left: 12px;
	z-index: 5
}
.search-container.active .search {
	width: 225px;
	border: 1px solid #d5d5d5
}
.search-container.active i {
	color: #4e5d9d
}
.col-actions {
	width: 100px
}
.shuffle-item .card {
	height: 150px
}
.equal, .equal>div[class*='col-'] {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto
}
.mautic-pleasewait {
	width: 200px;
	height: 50px;
	position: fixed;
	left: 50%;
	top: 10px;
	margin: 0 0 0 -100px;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	color: #eee;
	z-index: 9999
}
body.noscroll {
	overflow: hidden
}
.form-select-modal .panel-body {
	min-height: 150px
}
@media (max-width: 768px) {
.form-select-modal .panel-body {
	min-height: 0
}
}
.table .input-group-sm>.input-group-addon {
	font-size: 10px;
	line-height: 1em
}
.table .input-group-sm .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.input-group .input-group-btn button {
	height: 32px
}
.theme-selected {
	border: 1px solid #4e5e9e;
	-webkit-box-shadow: 0px 0px 40px #f3f3f3;
	box-shadow: 0px 0px 40px #f3f3f3
}
#app-content.content-only .toolbar-form-buttons.pull-right {
	padding-right: 20px
}
.fr-toolbar {
	border-top: 2px solid #4e5d9d
}
.modal-body-content iframe.fr-iframe {
	min-height: 300px
}
.CodeMirror {
	border: 1px solid #d5d5d5;
	border-radius: 3px
}
table.table>tbody>tr>td.long-text {
	max-width: 500px;
	min-width: 300px;
	-ms-word-break: break-all;
	word-break: break-word;
	overflow-wrap: break-word;
	word-wrap: break-word;
	white-space: normal
}
.dynamicContentFilterContainer .btn-primary:hover {
	color: #5d6c7c
}
#dynamicContentContainer .remove-item {
	display: block
}
#dynamicContentContainer>.tab-pane>.panel>ul {
	white-space: nowrap;
	overflow: auto;
	overflow-y: hidden;
	max-width: 100%
}
#dynamicContentContainer > .tab-pane > .panel > ul li {
	display: inline-block;
	vertical-align: top;
	float: none
}
div[data-filter-container] .in-group {
	margin-left: 20px
}
div[data-filter-container] .panel {
	margin-bottom: 0;
	margin-top: 20px
}
div[data-filter-container] .panel.in-group {
	margin-top: 0;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
td.col-id, th.col-id {
	width: 75px
}
.badge-wrapper {
	float: right;
	vertical-align: middle;
	margin-right: -10px
}
span.slot-caption {
	font-size: 12px
}
.imagecard-caption, figcaption {
	font-size: 16px
}
.imagecard {
	background-color: #ddd !important
}
.imagecard .imagecard-caption {
	background-color: #bbb !important
}
.col-client-id {
	width: 75px
}
.thumbnail-preview img {
	height: 100px
}
.modal-body-content iframe, .preview-detail iframe {
	height: 400px
}
.form-group.preview img {
	max-height: 260px
}
@-webkit-keyframes passing-through {
0% {
opacity:0;
-webkit-transform:translateY(40px);
-moz-transform:translateY(40px);
-ms-transform:translateY(40px);
-o-transform:translateY(40px);
transform:translateY(40px)
}
30%, 70% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px)
}
100% {
opacity:0;
-webkit-transform:translateY(-40px);
-moz-transform:translateY(-40px);
-ms-transform:translateY(-40px);
-o-transform:translateY(-40px);
transform:translateY(-40px)
}
}
@-moz-keyframes passing-through {
0% {
opacity:0;
-webkit-transform:translateY(40px);
-moz-transform:translateY(40px);
-ms-transform:translateY(40px);
-o-transform:translateY(40px);
transform:translateY(40px)
}
30%, 70% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px)
}
100% {
opacity:0;
-webkit-transform:translateY(-40px);
-moz-transform:translateY(-40px);
-ms-transform:translateY(-40px);
-o-transform:translateY(-40px);
transform:translateY(-40px)
}
}
@keyframes passing-through {
0% {
opacity:0;
-webkit-transform:translateY(40px);
-moz-transform:translateY(40px);
-ms-transform:translateY(40px);
-o-transform:translateY(40px);
transform:translateY(40px)
}
30%, 70% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px)
}
100% {
opacity:0;
-webkit-transform:translateY(-40px);
-moz-transform:translateY(-40px);
-ms-transform:translateY(-40px);
-o-transform:translateY(-40px);
transform:translateY(-40px)
}
}
@-webkit-keyframes slide-in {
0% {
opacity:0;
-webkit-transform:translateY(40px);
-moz-transform:translateY(40px);
-ms-transform:translateY(40px);
-o-transform:translateY(40px);
transform:translateY(40px)
}
30% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px)
}
}
@-moz-keyframes slide-in {
0% {
opacity:0;
-webkit-transform:translateY(40px);
-moz-transform:translateY(40px);
-ms-transform:translateY(40px);
-o-transform:translateY(40px);
transform:translateY(40px)
}
30% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px)
}
}
@keyframes slide-in {
0% {
opacity:0;
-webkit-transform:translateY(40px);
-moz-transform:translateY(40px);
-ms-transform:translateY(40px);
-o-transform:translateY(40px);
transform:translateY(40px)
}
30% {
opacity:1;
-webkit-transform:translateY(0px);
-moz-transform:translateY(0px);
-ms-transform:translateY(0px);
-o-transform:translateY(0px);
transform:translateY(0px)
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
10% {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
20% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
@-moz-keyframes pulse {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
10% {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
20% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
10% {
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);
transform:scale(1.1)
}
20% {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
}
.mdropzone, .mdropzone * {
	box-sizing: border-box
}
.mdropzone {
	min-height: 150px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
	padding: 30px 30px
}
.has-error .mdropzone {
	border: 2px solid #a94442
}
.is-success .mdropzone {
	border: 2px solid #00a08a
}
.mdropzone.dz-clickable {
	cursor: pointer
}
.mdropzone.dz-clickable * {
	cursor: default
}
.mdropzone.dz-clickable .dz-message, .mdropzone.dz-clickable .dz-message * {
	cursor: pointer
}
.mdropzone.dz-started .dz-message {
	display: none
}
.mdropzone.dz-drag-hover {
	border-style: solid
}
.mdropzone.dz-drag-hover .dz-message {
	opacity: 0.5
}
.mdropzone .dz-message {
	text-align: center;
	margin: 2em 0
}
.mdropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px
}
.mdropzone .dz-preview:hover {
	z-index: 1000
}
.mdropzone .dz-preview:hover .dz-details {
	opacity: 1
}
.mdropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd)
}
.mdropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1
}
.mdropzone .dz-preview.dz-image-preview {
	background: white
}
.mdropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear
}
.mdropzone .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none
}
.mdropzone .dz-preview .dz-remove:hover {
	text-decoration: underline
}
.mdropzone .dz-preview:hover .dz-details {
	opacity: 1
}
.mdropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%
}
.mdropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px
}
.mdropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap
}
.mdropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8)
}
.mdropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis
}
.mdropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent
}
.mdropzone .dz-preview .dz-details .dz-filename span, .mdropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 3px
}
.mdropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px)
}
.mdropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10
}
.mdropzone .dz-preview .dz-image img {
	display: block
}
.mdropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}
.mdropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}
.mdropzone .dz-preview .dz-success-mark, .mdropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px
}
.mdropzone .dz-preview .dz-success-mark svg, .mdropzone .dz-preview .dz-error-mark svg {
	display: block;
	width: 54px;
	height: 54px
}
.mdropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear
}
.mdropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in
}
.mdropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite
}
.mdropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden
}
.mdropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out
}
.mdropzone .dz-preview.dz-error .dz-error-message {
	display: block
}
.mdropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto
}
.mdropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white
}
.mdropzone .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #a94442
}
.mdropzone, .mdropzone * {
	box-sizing: border-box
}
.mdropzone {
	position: relative
}
.mdropzone .dz-preview {
	position: relative;
	display: inline-block;
	width: 120px;
	margin: 0.5em
}
.mdropzone .dz-preview .dz-progress {
	display: block;
	height: 15px;
	border: 1px solid #aaa
}
.mdropzone .dz-preview .dz-progress .dz-upload {
	display: block;
	height: 100%;
	width: 0;
	background: green
}
.mdropzone .dz-preview .dz-error-message {
	color: #fff;
	display: none
}
.mdropzone .dz-preview.dz-error .dz-error-message, .mdropzone .dz-preview.dz-error .dz-error-mark {
	display: block
}
.mdropzone .dz-preview.dz-success .dz-success-mark {
	display: block
}
.mdropzone .dz-preview .dz-error-mark, .mdropzone .dz-preview .dz-success-mark {
	position: absolute;
	display: none;
	left: 30px;
	top: 30px;
	width: 54px;
	height: 58px;
	left: 50%;
	margin-left: -27px
}
.fc-widget-header table th {
	padding: 8px 15px
}
div#calendar>.fc-toolbar {
	border-bottom: 1px solid #ebedf0;
	margin: -15px -15px 1em;
	padding: 10px 15px
}
.col-campaign-id {
	width: 75px
}
.btn-close-campaign-builder {
	position: fixed;
	top: 15px;
	right: 30px;
	z-index: 1040
}
.campaign-builder .builder-content {
	right: 0
}
#CampaignCanvas {
	height: 10000px;
	width: 10000px
}
#CampaignEvent_newsource_hide {
	display: none
}
#CampaignEventPanel {
	position: absolute;
	padding: 10px 20px;
	background-color: #ededed;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	z-index: 1035
}
#CampaignEventPanelLists .disabled-result {
	display: none
}
#CampaignEventPanelGroups .panel-body {
	height: 150px
}
.jtk-endpoint {
	z-index: 1005
}
.jtk-endpoint.dragActive {
}
.jtk-label {
	background-color: white;
	opacity: 0.9;
	padding: 0.3em;
	border-radius: 0.5em;
	border: 1px solid #47535f;
	cursor: pointer;
	z-index: 1004;
	color: #47535f
}
.jtk-connector {
	z-index: 1000
}
.jtk-clickable_anchor {
	cursor: pointer;
	z-index: 1050
}
.jtk-endpoint svg text {
	display: none
}
.jtk-clickable_anchor svg text {
	display: block
}
.jtk-surface {
	overflow: hidden !important;
	position: relative;
	cursor: move;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	touch-action: none
}
.jtk-surface-nopan {
	overflow: scroll !important;
	cursor: default
}
.list-campaign-event, .list-campaign-source {
	width: 200px;
	height: 45px;
	position: absolute;
	padding: 10px 15px;
	z-index: 1010;
	background: #FFF;
	border-radius: 3px
}
.list-campaign-event:hover, .list-campaign-source:hover {
	border: 1px solid #123456
}
.campaign-event-buttons {
	position: absolute;
	top: -10px;
	right: -10px
}
.campaign-event-buttons .btn {
	border-radius: 10px;
	width: 20px;
	height: 20px;
	padding: 0
}
.list-campaign-event .campaign-event-name {
	overflow: hidden;
	white-space: nowrap
}
.list-campaign-decision {
	border: solid 1px #00b49d
}
.list-campaign-condition {
	border: solid 1px #ffb79f
}
.list-campaign-action {
	border: solid 1px #9babeb
}
.list-campaign-leadsource {
	border: solid 1px #e3a62d
}
#CampaignEventSelector_chosen .list-campaign-action, #CampaignEventSelector_chosen .list-campaign-condition, #CampaignEventSelector_chosen .list-campaign-decision, #CampaignEventSelector_chosen .list-campaign-leadsource {
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 10px 5px
}
#CampaignEventSelector_chosen .disabled-result {
	display: none
}
.campaign-builder .list-group-item.ui-draggable-dragging {
	width: 206px;
	padding: 10px 15px;
	border-radius: 6px
}
.campaign-builder .builder-active {
	height: 10000px !important
}
.campaign-builder .builder-content {
	height: auto;
	width: auto;
	bottom: 0;
	overflow: auto
}
#CampaignCanvas {
	height: 10000px;
	width: 10000px;
	position: relative
}
.campaign-event-list .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px
}
.campaign-event-buttons .btn-edit {
	background: #337ab7
}
.stat-boxes .pie-legend li {
	display: inline
}
.col-category-color {
	width: 50px
}
.input-group-addon label {
	margin-bottom: 0px
}
.vector-map {
	height: 350px;
	color: transparent
}
.jvectormap-container {
	height: 100%;
	width: 100%
}
.dashboard-widgets .sortable-placeholder {
	background-color: #fff;
	border: 1px dashed #4e5d9d;
	flex-grow: 0
}
.dashboard-widgets.cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px
}
.dashboard-widgets .card {
	margin: 5px;
	background: #FEFEFE;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition-property: background-color, box-shadow, -moz-transform;
	-o-transition-property: background-color, box-shadow, text-shadow, -o-transform;
	-webkit-transition-property: background-color, box-shadow, text-shadow, -webkit-transform;
	transition-property: background-color, box-shadow, text-shadow, transform;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	position: relative
}
.dashboard-widgets .card-header h4 {
	padding: 10px 15px;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab
}
.dashboard-widgets .card-header .dropdown {
	position: absolute;
	top: 6px;
	right: 3px
}
.dashboard-widgets .card-header .dropdown-toggle .fa-ellipsis-v {
	font-size: 15px;
	color: rgba(0, 0, 0, 0.6);
	width: 30px;
	text-align: center;
	line-height: 30px
}
.dashboard-widgets .card-header h4 {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.dashboard-widgets .card table {
	table-layout: fixed
}
.dashboard-widgets .card table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.dashboard-widgets .card table td:last-child {
	width: 30px
}
.chart-wrapper {
	position: relative
}
.chart-wrapper .legend {
	background: #000;
	opacity: 0;
	position: absolute;
	bottom: -17px;
	width: 100%;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out
}
.chart-wrapper:hover .legend {
	opacity: 0.8
}
.chart-wrapper .legend ul {
	list-style: none;
	margin: 0;
	padding: 5px 0
}
.chart-wrapper .legend li {
	margin: 0 10px;
	padding: 5px 0
}
.chart-wrapper .legend li span {
	display: inline-block;
	width: 14px;
	height: 8px;
	margin-right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
@media (max-width: 700px) {
.dashboard-widgets .widget {
	width: 100% !important
}
}
.col-email-id {
	width: 75px
}
.email-builder .builder-panel .panel-body {
	padding: 5px 0
}
.table-bordered {
	border-left: 0
}
.table-bordered.email-list>thead>tr>th:first-child, .table-bordered.email-list>tbody>tr>td:first-child, .table-bordered.email-template>thead>tr>th:first-child, .table-bordered.email-template>tbody>tr>td:first-child {
	border-left: 0px
}
.table-bordered.email-list>thead>tr>th:last-child, .table-bordered.email-list>tbody>tr>td:last-child, .table-bordered.email-template>thead>tr>th:last-child, .table-bordered.email-template>tbody>tr>td:last-child {
	border-right: 0px
}
.email-filters {
}
.form-submitaction-group-header {
	font-size: 1.1em;
	font-weight: bold
}
.form-field-wrapper {
	position: relative
}
.form-field-wrapper img {
	max-width: 100%
}
#mauticforms_fields .mauticform-row, #mauticforms_actions .mauticform-row {
	padding: 10px
}
#mauticforms_fields .mauticform-row {
	margin-bottom: 0 !important
}
#mauticforms_actions .mauticform-row .action-label {
	font-size: 1.1em;
	font-weight: bold;
	display: block
}
#mauticforms_actions .mauticform-row .action-descr {
	font-size: 0.9em;
	display: block
}
#mauticforms_actions .form-buttons {
	float: right;
	margin-top: 3px
}
#mauticforms_fields .form-buttons {
	position: absolute;
	right: 8px;
	top: 8px
}
#mauticforms_fields input, #mauticforms_fields textarea, #mauticforms_fields select {
	background-color: #fff;
	box-shadow: 0px 0px 0px #fff inset;
	padding: 0.5em 0.5em;
	width: 50%
}
.mauticform-row {
	min-height: 60px
}
#mauticforms_fields .panel-footer {
	padding: 3px 15px
}
textarea.form-html {
	height: 200px
}
.col-form-id, .col-formresult-id {
	width: 75px
}
.col-form-submissions {
	width: 100px
}
.formresult-list th .input-group {
	margin-top: 10px
}
.formresult-list th:not(.col-formresult-id):not(.col-actions) {
	min-width: 125px
}
.formresult-list th.col-formresult-id {
	min-width: 125px
}
.inline-spacer {
	padding-right: 20px
}
#mauticforms_fields input[type="date"], #mauticforms_fields input[type="time"], #mauticforms_fields input[type="datetime-local"], #mauticforms_fields input[type="month"] {
	line-height: inherit
}
#mauticforms_fields input.mauticform-radiogrp-radio {
	width: auto
}
.col-leadfield-id, .col-leadlist-id, .col-lead-id {
	width: 75px
}
.col-leadfield-statusicons, .col-leadlist-leadcount {
	width: 100px
}
.col-leadfield-orderhandle {
	width: 25px
}
.col-leadfield-type {
	width: 125px
}
.leadfield-list .fa-asterisk:hover, .leadfield-list .fa-eye:hover, .leadfield-list .fa-lock:hover, .leadfield-list .fa-list:hover {
	color: #7D5B71
}
.leadlist-filter a {
	text-decoration: none
}
.leadlist-filter:hover {
	background-color: #ecf0f1
}
.leadlist-filter {
	height: 40px;
	border-bottom: 1px solid #ccc;
	overflow: hidden
}
.leadlist-filter-name {
	font-size: 1.1em
}
.available-filters .rounded-corners {
	height: 300px;
	overflow: auto
}
.selected-filters .rounded-corners {
	height: 300px;
	overflow: auto
}
.selected-filters .in-group {
	margin-left: 20px
}
.selected-filters .panel {
	margin-bottom: 0;
	margin-top: 20px
}
.selected-filters .panel.in-group {
	margin-top: 0;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.col-leadpoints-date {
	width: 175px
}
.col-leadpoints-delta {
	width: 75px
}
.panel-googleplus .panel-heading {
	background: #dd4b39;
	color: #FFF
}
.panel-foursquare .panel-heading {
	background: #0072b1;
	color: #FFF
}
.panel-facebook .panel-heading {
	background: #3b5998;
	color: #FFF
}
.panel-linkedin .panel-heding {
	background: #007bb6;
	color: #FFF
}
.panel-twitter .panel-heading {
	background: #00aced;
	color: #FFF
}
.panel-instagram .panel-heading {
	background: #517fa4;
	color: #FFF
}
.btn-leadnote-add {
	margin-left: 0 !important;
	border-bottom-left-radius: 2px !important;
	border-top-left-radius: 2px !important
}
ul.tag-cloud li {
	list-style-type: none;
	float: left;
	margin: 0 10px;
	height: 35px
}
#social-container div.tab-pane {
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden
}
.card.highlight {
	background-color: #faf2cc;
	border: 3px solid #4e5d9d !important
}
.lead-avatar-panel {
	position: relative
}
.lead-avatar-panel .avatar-collapser a.arrow {
	position: absolute;
	top: 0;
	right: 0px;
	margin: 0 3px 0 0;
	padding: 0 10px
}
.lead-avatar-panel .img-responsive {
	min-width: 100%
}
.lead-merge-options {
	position: relative
}
.contact-cards .panel-body {
	max-height: 150px
}
.contact-cards .img {
	max-height: 115px
}
#lead_merge_lead_to_merge_chosen .chosen-search {
	display: none
}
.history-search {
	overflow: visible!important;
	height: 53px
}
.timeline-icon {
	width: 50px;
	text-align: center
}
.timeline-featured td, .timeline-featured th {
	background: rgba(78, 94, 158, 0.1 );
	border-right: 1px solid rgba(78, 94, 158, 0.1) !important
}
#contact-timeline td {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto
}
#contact-timeline .dl-horizontal dt {
	width: auto;
	text-align: left;
	margin-right: 10px
}
#contact-timeline .dl-horizontal dd {
	margin-left: 0px
}
#contact-timeline tr.timeline-row-highlighted {
	background-color: #fafafa
}
#contact-timeline tr.timeline-details img {
	max-height: 200px
}
.frequency {
	width: 45px!important
}
.fa-user:before, .fa-building:before {
	margin-right:0px
}
.inline-spacer {
	text-transform: capitalize
}
.contact {
	display: inline !important
}
.frequency-table, .frequency-table td {
	border-bottom: none!important;
	border-top: none!important
}
.frequency-values {
	padding-left: 10px;
	padding-top: 27px;
	padding-bottom: 15px
}
.frequency-select {
	width: 145px !important;
	float: right;
	padding-right: 5px
}
.frequency-label {
	padding: 8px
}
.frequency-date {
	width: 100px;
	float: left
}
.panel-companies .primary {
	color: #e3a62d
}
.col-page-id {
	width: 75px
}
.page-builder .builder-panel .panel-body {
	padding: 5px 0
}
.symbol-hashtag:before {
	content: '#'
}
.shuffle-item.integration {
	width: 100px
}
.integration-disabled img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);
	-webkit-transition: all .6s ease;
	-webkit-backface-visibility: hidden
}
.integration-disabled img:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%)
}
.field-selector {
	width: 500px
}
.col-centered {
	margin: 0 auto;
	float: none
}
.placeholder {
	position: relative
}
.placeholder::after {
	position: absolute;
	right: 3px;
	top: 19px;
	content: attr(data-placeholder);
	pointer-events: none;
	opacity: 0.3;
	font-size: 9px
}
.integration-fields {
	font-size: 12px;
	padding-left: 7px
}
.col-point-id, .col-pointtrigger-id {
	width: 75px
}
.trigger-event-group-header {
	font-size: 1.1em;
	font-weight: bold
}
#triggerEvents .trigger-event-row {
	padding: 20px;
	margin-bottom: 0 !important;
	border: 1px solid #ecf0f1
}
#triggerEvents .trigger-event-row .event-label {
	font-size: 1.1em;
	font-weight: bold;
	display: block
}
#triggerEvents .trigger-event-row .event-descr {
	font-size: 0.9em;
	display: block
}
#triggerEvents .trigger-event-row:hover {
	background-color: #ecf0f1
}
#triggerEvents .trigger-event-row.bg-danger:hover {
	background-color: #f2d4d2
}
#triggerEvents .form-buttons {
	float: right
}
.col-pointtrigger-color {
	width: 50px
}
.col-report-actions, .col-report-count {
	width: 25px
}
#reportTable th:not(.col-report-count) {
	min-width: 125px
}
.columnSelectorButtons {
	padding-top: 40px
}
.columnSelectorButtons div:not(:last-child) {
	margin-bottom: 10px
}
#report_columns_chosen {
	width: 100% !important
}
.profile-details {
	margin-bottom: 20px
}
.col-user-id, .col-role-id {
	width: 75px
}
.col-user-avatar {
	width: 75px
}
.mautic-logo {
	width: 150px;
	margin: 0 auto;
	background: #fff
}
.mautic-logo > svg.mautic-logo-figure .circle {
	fill: #4e5e9e
}
.mautic-logo > svg.mautic-logo-figure .m, .mautic-logo > svg.mautic-logo-figure .m-arrow {
	fill: #e3a62d
}
input:-webkit-autofill {
-webkit-box-shadow:0 0 0px 1000px white inset
}
span.input-group-addon i.fa {
	width: 20px
}
.inline-login .login-form {
	margin: 20px
}
.pickup_text_title{font-size: 12px; line-height: 18px; font-weight:500; color:#f36523;}
.pickup_text{font-size: 12px; line-height: 12px; margin-bottom:1px;  font-weight:500; }
.p_lr_8{ padding-left:8px !important; padding-right:8px !important;}
.p_lr_7{ padding-left:7px !important; padding-right:7px !important;}
.call__button{background-color:#f36523; color:#fff; border-radius:50px; padding:10px 30px; font-size:16px;}
.call__button:hover{background-color:#111; color:#fff !important; }
.btn_radius{ border-radius:40px;}
.parents_title{    font-size: 18px; font-weight: 700; margin-bottom: 5px; color:#333; text-transform:uppercase;}