#footer, #header .skin-switch, .actions>a, .actions>li>a, .ahs-close, .contacts .c-footer>button, .contacts .c-info, .fc button, .ie-warning, .load-more, .pt-inner, .pt-inner .pti-footer>a, .t-view:before, .view-more, .wi-preview, .wp-media {
	text-align: center
}
.ahs-close, .lg-slide em {
	font-style: normal
}
.block-header {
	/*margin-bottom: 25px;*/
	position: relative
}
/*@media screen and (min-width:768px) {
.block-header {
	padding: 0 35px
}
}*/
@media screen and (max-width:991px) {
.block-header {
	padding: 0 10px;
}
}
html:not(.ismobile) .page-loader {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000
}
html:not(.ismobile) .page-loader .preloader {
	width: 50px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -55px;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.ah-search, .ahs-input {
	height: 100%;
	width: 100%
}
html:not(.ismobile) .page-loader .preloader p {
	white-space: nowrap;
	position: relative;
	left: -9px;
	top: 22px;
	color: #CCC
}
.preloader {
	position: relative;
	margin: 0 auto;
	display: inline-block
}
.preloader:not([class*=pl-]) {
	width: 40px
}
.preloader:before {
	content: '';
	display: block;
	padding-top: 100%
}
.preloader.pl-xs {
	width: 20px
}
.preloader.pl-sm {
	width: 30px
}
.preloader.pl-lg {
	width: 50px
}
.preloader.pl-xl {
	width: 80px
}
.preloader.pl-xxl {
	width: 100px
}
.preloader:not([class*=pls-]) .plc-path {
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite
}
.preloader[class*=pls-] .plc-path {
	animation: dash 1.5s ease-in-out infinite
}
.preloader.pls-red .plc-path {
	stroke: #F44336
}
.preloader.pls-blue .plc-path {
	stroke: #4085ee
}
.preloader.pls-green .plc-path {
	stroke: #00c853
}
.preloader.pls-yellow .plc-path {
	stroke: #FFEB3B
}
.preloader.pls-bluegray .plc-path {
	stroke: #607D8B
}
.preloader.pls-amber .plc-path {
	stroke: #FFC107
}
.preloader.pls-teal .plc-path {
	stroke: #4085ee
}
.preloader.pls-gray .plc-path {
	stroke: #9E9E9E
}
.preloader.pls-pink .plc-path {
	stroke: #E91E63
}
.preloader.pls-purple .plc-path {
	stroke: #BA68C8
}
.preloader.pls-white .plc-path {
	stroke: #fff
}
.pl-circular {
	animation: rotate 2s linear infinite;
	height: 100%;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
.plc-path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	stroke-width: 2;
	stroke-miterlimit: 10;
	fill: none
}
@keyframes rotate {
100% {
transform:rotate(360deg)
}
}
@keyframes dash {
0% {
stroke-dasharray:1, 200;
stroke-dashoffset:0
}
50% {
stroke-dasharray:89, 200;
stroke-dashoffset:-35px
}
100% {
stroke-dasharray:89, 200;
stroke-dashoffset:-124px
}
}
@keyframes color {
0%, 100% {
stroke:#F44336
}
40% {
stroke:#4085ee
}
66% {
stroke:#00c853
}
80%, 90% {
stroke:#FFC107
}
}
.actions-calendar .calendar-next>i, .actions-calendar .calendar-prev>i {
	font-size: 25px;
	position: relative;
	top: 2px
}
.event-tag>span {
	width: 30px;
	height: 30px;
	margin: 0 0 3px;
	position: relative;
	display: inline-block;
	vertical-align: top
}
.event-tag>span.color-tag__default {
	border: 1px solid #eee;
	background-color: #fff!important
}
.event-tag>span.color-tag__default>i:before {
	color: #333
}
.event-tag>span, .event-tag>span>i {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: .2s;
	transition-duration: .2s
}
.event-tag>span>input[type=radio] {
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0)
}
.event-tag>span>input[type=radio]:checked+i {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.event-tag>span:hover {
	opacity: .8;
	filter: alpha(opacity=80)
}
.event-tag>span>i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 4px 0 0 7px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0)
}
.event-tag>span>i:before {
	content: '\f26b';
	font-family: Material-Design-Iconic-Font;
	color: #fff;
	font-size: 16px;
	z-index: 1
}
[data-calendar-month] {
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
-webkit-transition:all;
-o-transition:all;
transition:all;
-webkit-transition-duration:.3s;
transition-duration:.3s
}
[data-calendar-month="0"] {
background-image:url(../img/calendar/january.jpg)
}
[data-calendar-month="1"] {
background-image:url(../img/calendar/february.jpg)
}
[data-calendar-month="2"] {
background-image:url(../img/calendar/march.jpg)
}
[data-calendar-month="3"] {
background-image:url(../img/calendar/april.jpg)
}
[data-calendar-month="4"] {
background-image:url(../img/calendar/may.jpg)
}
[data-calendar-month="5"] {
background-image:url(../img/calendar/june.jpg)
}
[data-calendar-month="6"] {
background-image:url(../img/calendar/july.jpg)
}
[data-calendar-month="7"] {
background-image:url(../img/calendar/august.jpg)
}
[data-calendar-month="8"] {
background-image:url(../img/calendar/september.jpg)
}
[data-calendar-month="9"] {
background-image:url(../img/calendar/october.jpg)
}
[data-calendar-month="10"] {
background-image:url(../img/calendar/november.jpg)
}
[data-calendar-month="11"] {
background-image:url(../img/calendar/december.jpg)
}
@media print {
.invoice .card-header, .invoice .highlight {
	background: #eee!important
}
@page {
margin:0;
size:auto
}
body {
	margin: 0!important;
	padding: 0!important
}
#chat, #footer, #header, #sidebar, .growl-animated, .m-btn {
	display: none!important
}
.invoice {
	padding: 30px!important;
	-webkit-print-color-adjust: exact!important
}
.invoice .card-header {
	padding: 20px;
	margin: -60px -30px 25px
}
.invoice .block-header {
	display: none
}
}
.visitors-stats {
	margin: 0 -6px 30px
}
.visitors-stats .col-xs-6 {
	padding: 0 6px
}
.visitors-stats-item {
	border: 1px solid #eee;
	padding: 13px 17px 12px;
	border-radius: 2px
}
.visitors-stats-item strong {
	font-size: 25px;
	font-weight: 400;
	color: #333;
	line-height: 100%
}
.visitors-stats-item small {
	display: block;
	margin-top: 3px;
	color: #777
}
.analytics-img-country {
	height: 13px;
	width: 18px;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-right: 5px;
	left: -1px;
	border-radius: 1px
}
.analytics-img-browser {
	width: 20px;
	vertical-align: top;
	margin: -2px 10px 0 0;
	top: 1px;
	position: relative
}
.mejs-container {
	outline: 0
}
.bootstrap-select .dropdown-toggle:focus, .mejs-container .mejs-controls .mejs-button button:focus {
	outline: 0!important
}
.mejs-container .mejs-controls {
	background: #ec592f;
	height: 50px;
	padding: 10px 5px 0
}
.mejs-container .mejs-controls div {
	height: 5px
}
.mejs-container .mejs-controls div.mejs-time-rail {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%!important
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-total {
	margin: 0;
	width: 100%!important;
	background: #ec592f
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-loaded {
	background: #D04B25
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-current {
	background: #ffea00
}
.mejs-container .mejs-controls div.mejs-time-rail .mejs-time-buffering {
	background: #ec592f
}
.mejs-container .mejs-controls div.mejs-time-rail a, .mejs-container .mejs-controls div.mejs-time-rail span:not(.mejs-time-float) {
	border-radius: 0;
	height: 3px
}
.mejs-container .mejs-controls .mejs-button button {
	background-color: #ec592f;
	width: 15px;
	height: 15px;
	background-position: center
}
.mejs-container .mejs-controls .mejs-volume-button {
	position: absolute;
	right: 35px
}
.mejs-container .mejs-controls .mejs-play button {
	background-image: url(../img/icons/play.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
.mejs-container .mejs-controls .mejs-play button {
background-image:url(../img/icons/play%402x.png);
background-size:15px 15px
}
}
.mejs-container .mejs-controls .mejs-pause button {
	background-image: url(../img/icons/pause.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
.mejs-container .mejs-controls .mejs-pause button {
background-image:url(../img/icons/pause%402x.png);
background-size:15px 15px
}
}
.mejs-container .mejs-controls .mejs-mute button {
	background-image: url(../img/icons/speaker.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
.mejs-container .mejs-controls .mejs-mute button {
background-image:url(../img/icons/speaker%402x.png);
background-size:15px 15px
}
}
.mejs-container .mejs-controls .mejs-unmute button {
	background-image: url(../img/icons/speaker-2.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
.mejs-container .mejs-controls .mejs-unmute button {
background-image:url(../img/icons/speaker-2%402x.png);
background-size:15px 15px
}
}
.mejs-container .mejs-controls .mejs-fullscreen-button {
	position: absolute;
	right: 5px
}
.mejs-container .mejs-controls .mejs-fullscreen-button button {
	background-image: url(../img/icons/fullscreen.png)
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
.mejs-container .mejs-controls .mejs-fullscreen-button button {
background-image:url(../img/icons/fullscreen%402x.png);
background-size:15px 15px
}
}
.fc button, .fc table {
	background: 0 0
}
.fc th {
	font-weight: 500;
	padding: 12px 12px 10px;
	text-transform: uppercase
}
.fc table tr>td:first-child {
	border-left-width: 0
}
.fc button {
	border: 0;
	box-shadow: none;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%!important;
	color: #333;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms
}
.fc button:hover {
	background-color: #eee
}
.fc div.fc-row {
	margin-right: 0;
	border: 0
}
.fc-unthemed .fc-today {
	color: #FFC107;
	background-color: transparent
}
.fc-toolbar {
	margin-bottom: 0;
	padding: 15px 20px;
	position: relative
}
.fc-toolbar h2 {
	margin-top: 7px
}
.fc-event {
	padding: 0;
	font-size: 11px;
	border-radius: 2px;
	border: 0
}
.fc-event .fc-title {
	padding: 2px 8px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.fc-event .fc-time {
	float: left;
	background: rgba(0,0,0,.2);
	padding: 2px 6px;
	margin: 0 0 0 -1px
}
.fc-view, .fc-view>table {
	border: 0;
	overflow: hidden
}
.fc-view>table>tbody>tr .ui-widget-content {
	border-top: 0
}
hr.fc-divider {
	border-width: 1px;
	border-color: #eee
}
.fc-day-grid-container.fc-scroller {
	height: auto!important;
	overflow: hidden!important
}
#calendar {
	z-index: 0
}
#calendar td, #calendar th {
	border-color: #f5f5f5
}
#calendar .fc-toolbar {
	height: 250px;
	background-color: #fff;
	border-radius: 2px 2px 0 0;
	position: relative;
	margin-bottom: -2px;
	z-index: 2
}
@media (max-width:767px) {
#calendar .fc-toolbar {
	height: 135px
}
.dataTables_length {
	display: none
}
}
#calendar .fc-day-number {
	padding-left: 10px;
	color: #ccc;
	text-align: left;
	float: left
}
@media screen and (min-width:991px) {
#calendar .fc-day-number {
	font-size: 20px;
	letter-spacing: -2px
}
}
#calendar .fc-day-header {
	text-align: left
}
#calendar .fc-day-grid-event {
	margin: 1px 9px 0
}
#calendar-widget td, #calendar-widget th {
	border-color: transparent
}
#calendar-widget .fc-toolbar h2 {
	font-size: 16px
}
#calendar-widget .fc-day-number {
	text-align: center;
	width: 100%
}
#calendar-widget .fc-day-grid-event {
	margin: 1px 3px
}
#calendar-widget .ui-widget-header, #calendar-widget .ui-widget-header th {
	border-width: 0
}
table.dataTable {
	margin: 20px 0
}
table.dataTable thead [class*=sorting] {
	background-position: center right 25px
}
table.dataTable.no-footer {
	border-bottom: 1px solid #F5F5F5
}
.dataTables_filter, .dataTables_length {
	padding: 20px 30px
}
.dataTables_filter label, .dataTables_length label {
	font-weight: 400
}
.dataTables_filter input, .dataTables_filter select, .dataTables_length input, .dataTables_length select {
	border: 1px solid #eee;
	height: 35px;
	padding: 10px 15px;
	font-size: 13px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 100%;
	background-color: #fff
}
.dataTables_length select {
	margin: 0 8px
}
.dataTables_filter label {
	position: relative;
	font-size: 0
}
.dataTables_filter label:after {
	content: '\f1c3';
	font-family: Material-Design-Iconic-Font;
	position: absolute;
	font-size: 18px;
	right: 15px;
	top: 5px
}
.dataTables_filter label .form-control {
	padding-right: 35px;
	width: 100%!important;
	margin: 0!important
}
@media (max-width:767px) {
.dataTables_filter label {
	width: 100%
}
}
.dataTables_wrapper .dataTables_filter {
	width: 40%
}
@media (max-width:767px) {
.dataTables_wrapper .dataTables_filter {
	width: 100%
}
.dataTables_info {
	display: none
}
}
.dataTables_wrapper .dataTables_filter input {
	margin: 0!important
}
.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_filter label {
	width: 100%
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #f1f1f1;
	vertical-align: top;
	color: #7E7E7E!important;
	margin: 0 2px;
	border: 0!important;
	line-height: 21px;
	box-shadow: none!important
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:focus, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #e4e4e4;
	color: #7E7E7E!important
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #58d6e6;
	color: #fff!important
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	font-size: 0
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
	font-family: Material-Design-Iconic-Font;
	font-size: 20px;
	line-height: 35px
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
	content: '\f2fa'
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
	content: '\f2fb'
}
.dataTables_info, .dataTables_paginate {
	padding: 30px
}
.bootstrap-select {
	width: 100%
}
.bootstrap-select .bs-caret {
	display: none
}
.bootstrap-select>.btn-default {
	background: 0 0!important;
	border-bottom: 1px solid #c5c5c5 !important;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0
}
.bootstrap-select>.btn-default:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: calc(100% - 20px);
	width: 30px;
	background-color: rgba(255,255,255,0);
	background-position: right calc(100% - 0px);
	background-repeat: no-repeat;
	background-image: url(../../../images/caret.png);
	pointer-events: none;
	z-index: 5;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    /*.bootstrap-select>.btn-default:before {
background-image:url(../img/select%402x.png);
background-size:12px 12px
}*/
}
.bootstrap-select .bs-searchbox {
	padding: 5px 5px 5px 40px;
	position: relative;
	background: #F7F7F7;
	margin-top: -10px
}
.bootstrap-select .bs-searchbox:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	content: "\f1c3";
	font-family: Material-Design-Iconic-Font;
	font-size: 25px;
	padding: 4px 0 0 15px
}
.bootstrap-select .check-mark:before, .chosen-container .chosen-results li.result-selected:before {
	content: "\f26b";
	font-family: Material-Design-Iconic-Font
}
.bootstrap-select .bs-searchbox input {
	border: 0;
	background: 0 0
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
	padding-left: 17px
}
.bootstrap-select.btn-group .dropdown-menu .no-results {
	padding: 8px 8px 0;
	background-color: #fff
}
.bootstrap-select .check-mark {
	/*margin-top: -5px!important;*/
	margin-top: 0px !important;
	font-size: 19px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	display: block!important;
	position: absolute;
	top: 11px;
	right: 15px
}
.bootstrap-select .selected .check-mark {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.bootstrap-select .notify {
	bottom: 0!important;
	margin: 0!important;
	width: 100%!important;
	border: 0!important;
	background: #F44336!important;
	color: #fff!important;
	text-align: center
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}
.chosen-container .chosen-drop {
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	margin-top: 1px;
	border: 0;
	top: 0;
	border-radius: 2px
}
.chosen-container .chosen-results {
	margin: 0;
	padding: 0;
	max-height: 300px
}
.chosen-container .chosen-results li {
	padding: 10px 17px;
	width: 100%
}
.chosen-container .chosen-results li.highlighted {
	background: rgba(0,0,0,.075);
	color: #333
}
.chosen-container .chosen-results li.result-selected {
	background: 0 0;
	color: #5E5E5E;
	position: relative
}
.chosen-container .chosen-results li.result-selected:before {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 19px
}
.chosen-container .chosen-results li.group-result {
	color: #B2B2B2;
	font-weight: 400;
	padding: 16px 15px 6px;
	margin-top: 9px
}
.chosen-container .chosen-results li.group-result:not(:first-child) {
	border-top: 1px solid #eee
}
.chosen-container-single .chosen-single {
	border-radius: 0;
	overflow: visible;
	height: 34px;
	padding: 6px 0;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	background: 0 0;
	box-shadow: none
}
.chosen-container-single .chosen-single:before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: calc(100% - 2px);
	width: 30px;
	background-color: #FFF;
	background-position: right calc(100% - 7px);
	background-repeat: no-repeat;
	background-image: url(../../../img/select.png);
	pointer-events: none;
	z-index: 5
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
.chosen-container-single .chosen-single:before {
background-image:url(../img/select%402x.png);
background-size:12px 12px
}
}
.chosen-container-single .chosen-single div b {
	display: none
}
.chosen-container-single .chosen-search {
	padding: 5px 5px 5px 40px;
	background: #F7F7F7
}
.chosen-container-single .chosen-search:before {
	content: "\f1c3";
	font-family: Material-Design-Iconic-Font;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	font-size: 25px;
	padding: 5px 0 0 15px
}
.chosen-container-single .chosen-search input[type=text] {
	border: 0;
	height: 35px;
	line-height: 1.42857143;
	background-image: none!important
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 0;
	background: 0 0
}
.chosen-container-multi .chosen-choices {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	background: 0 0;
	box-shadow: none
}
.chosen-container-multi .chosen-choices li.search-choice {
	border-radius: 2px;
	margin: 4px 4px 0 0;
	background: #eaeaea;
	padding: 5px 23px 5px 8px;
	border: 0;
	box-shadow: none;
	font-size: 12px
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
	padding: 0;
	height: 31px
}
.search-choice-close {
	cursor: pointer
}
.search-choice-close:before {
	display: inline-block;
	font-family: Material-Design-Iconic-Font;
	content: "\f135";
	position: relative;
	top: 1px;
	color: #9C9C9C;
	z-index: 2;
	background: #EAEAEA;
	font-size: 12px
}
.noUi-target {
	border-radius: 0;
	box-shadow: none;
	border: 0
}
.noUi-background {
	background: #d4d4d4;
	box-shadow: none
}
.noUi-horizontal {
	height: 3px
}
.noUi-horizontal .noUi-handle {
	top: -8px
}
.noUi-vertical {
	width: 3px
}
.noUi-connect {
	background: #4085ee
}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
	width: 19px;
	height: 19px;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
	-webkit-transition: box-shadow;
	-o-transition: box-shadow;
	transition: box-shadow;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	cursor: pointer;
	position: relative;
	background-color: #4085ee
}
.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before, .noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
	display: none
}
.noUi-horizontal .noUi-active, .noUi-vertical .noUi-active {
	box-shadow: 0 0 0 13px rgba(0,0,0,.1)
}
.noUi-tooltip {
	border: 0;
	background: #d4d4d4;
	padding: 5px 10px
}
.cp-container {
	position: relative
}
.cp-container>.input-group input.cp-value {
	color: #000!important;
	background: 0 0!important
}
.cp-container>.input-group .dropdown-menu {
	padding: 20px
}
.cp-container i.cp-value {
	width: 25px;
	height: 25px;
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 15px
}
.note-editor .note-toolbar, .note-editor .popover-content, .note-popover .note-toolbar, .note-popover .popover-content {
	background: #fff;
	border-color: #e4e4e4;
	margin: 0;
	padding: 10px 0 15px;
	text-align: center
}
.note-editor .note-toolbar>.btn-group, .note-editor .popover-content>.btn-group, .note-popover .note-toolbar>.btn-group, .note-popover .popover-content>.btn-group {
	display: inline-block;
	float: none;
	box-shadow: none
}
.note-editor .note-toolbar>.btn-group .btn, .note-editor .popover-content>.btn-group .btn, .note-popover .note-toolbar>.btn-group .btn, .note-popover .popover-content>.btn-group .btn {
	margin: 0 1px
}
.note-editor .note-toolbar>.btn-group>.active, .note-editor .popover-content>.btn-group>.active, .note-popover .note-toolbar>.btn-group>.active, .note-popover .popover-content>.btn-group>.active {
	background: #00BCD4;
	color: #fff
}
.note-editor .note-toolbar .btn, .note-editor .popover-content .btn, .note-popover .note-toolbar .btn, .note-popover .popover-content .btn {
	height: 40px;
	border-radius: 2px!important;
	box-shadow: none!important
}
.note-editor .note-toolbar .btn:active, .note-editor .popover-content .btn:active, .note-popover .note-toolbar .btn:active, .note-popover .popover-content .btn:active {
	box-shadow: none
}
.note-editor .note-toolbar .note-palette-title, .note-editor .popover-content .note-palette-title, .note-popover .note-toolbar .note-palette-title, .note-popover .popover-content .note-palette-title {
	margin: 0!important;
	padding: 10px 0!important;
	font-size: 13px!important;
	text-align: center!important;
	border: 0!important
}
.note-editor .note-toolbar .note-color-reset, .note-editor .popover-content .note-color-reset, .note-popover .note-toolbar .note-color-reset, .note-popover .popover-content .note-color-reset {
	padding: 0 0 10px!important;
	margin: 0!important;
	background: 0 0;
	text-align: center
}
.note-editor .note-toolbar .note-color .dropdown-menu, .note-editor .popover-content .note-color .dropdown-menu, .note-popover .note-toolbar .note-color .dropdown-menu, .note-popover .popover-content .note-color .dropdown-menu {
	min-width: 335px
}
.note-editor .note-statusbar .note-resizebar, .note-popover .note-statusbar .note-resizebar {
	border-color: #E8E8E8
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar, .note-popover .note-statusbar .note-resizebar .note-icon-bar {
	border-color: #BCBCBC
}
.note-editor .fa, .note-popover .fa {
	font-style: normal;
	font-size: 20px;
	vertical-align: middle
}
.note-editor .fa:before, .note-popover .fa:before {
	font-family: Material-Design-Iconic-Font
}
.note-editor .fa.fa-magic:before, .note-popover .fa.fa-magic:before {
	content: "\f16a"
}
.note-editor .fa.fa-bold:before, .note-popover .fa.fa-bold:before {
	content: "\f23d"
}
.note-editor .fa.fa-italic:before, .note-popover .fa.fa-italic:before {
	content: "\f245"
}
.note-editor .fa.fa-underline:before, .note-popover .fa.fa-underline:before {
	content: "\f24f"
}
.note-editor .fa.fa-font:before, .note-popover .fa.fa-font:before {
	content: "\f242"
}
.note-editor .fa.fa-list-ul:before, .note-popover .fa.fa-list-ul:before {
	content: "\f247"
}
.note-editor .fa.fa-list-ol:before, .note-popover .fa.fa-list-ol:before {
	content: "\f248"
}
.note-editor .fa.fa-align-left:before, .note-popover .fa.fa-align-left:before {
	content: "\f23b"
}
.note-editor .fa.fa-align-right:before, .note-popover .fa.fa-align-right:before {
	content: "\f23c"
}
.note-editor .fa.fa-align-center:before, .note-popover .fa.fa-align-center:before {
	content: "\f239"
}
.note-editor .fa.fa-align-justify:before, .note-popover .fa.fa-align-justify:before {
	content: "\f23a"
}
.note-editor .fa.fa-indent:before, .note-popover .fa.fa-indent:before {
	content: "\f244"
}
.note-editor .fa.fa-outdent:before, .note-popover .fa.fa-outdent:before {
	content: "\f243"
}
.note-editor .fa.fa-text-height:before, .note-popover .fa.fa-text-height:before {
	content: "\f246"
}
.note-editor .fa.fa-table:before, .note-popover .fa.fa-table:before {
	content: "\f320"
}
.note-editor .fa.fa-link:before, .note-popover .fa.fa-link:before {
	content: "\f18e"
}
.note-editor .fa.fa-picture-o:before, .note-popover .fa.fa-picture-o:before {
	content: "\f17f"
}
.note-editor .fa.fa-minus:before, .note-popover .fa.fa-minus:before {
	content: "\f22f"
}
.note-editor .fa.fa-arrows-alt:before, .note-popover .fa.fa-arrows-alt:before {
	content: "\f16d"
}
.note-editor .fa.fa-code:before, .note-popover .fa.fa-code:before {
	content: "\f13a"
}
.note-editor .fa.fa-question:before, .note-popover .fa.fa-question:before {
	content: "\f1f5"
}
.note-editor .fa.fa-eraser:before, .note-popover .fa.fa-eraser:before {
	content: "\f23f"
}
.note-editor .fa.fa-square:before, .note-popover .fa.fa-square:before {
	content: "\f279"
}
.note-editor .fa.fa-circle-o:before, .note-popover .fa.fa-circle-o:before {
	content: "\f26c"
}
.note-editor .fa.fa-times:before, .note-popover .fa.fa-times:before {
	content: "\f136"
}
.note-editor .note-air-popover .arrow, .note-popover .note-air-popover .arrow {
	left: 20px
}
.note-editor {
	overflow: visible;
	border: 1px solid #e4e4e4
}
.note-editor .note-editable {
	padding: 20px 23px
}
.bootstrap-datetimepicker-widget {
	padding: 0!important;
	margin: 0!important;
	width: auto!important;
	bottom: auto!important;
	top: 0!important
}
.bootstrap-datetimepicker-widget:after, .bootstrap-datetimepicker-widget:before {
	display: none!important
}
.bootstrap-datetimepicker-widget table td {
	text-shadow: none
}
.bootstrap-datetimepicker-widget table td span {
	margin: 0
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: 0 0
}
.bootstrap-datetimepicker-widget .glyphicon {
	font-family: Material-Design-Iconic-Font;
	font-size: 18px
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-left:before {
	content: "\f2ff"
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-right:before {
	content: "\f301"
}
.bootstrap-datetimepicker-widget .glyphicon-time:before {
	content: "\f337"
}
.bootstrap-datetimepicker-widget .glyphicon-calendar:before {
	content: "\f32e"
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-up:before {
	content: "\f1e5"
}
.bootstrap-datetimepicker-widget .glyphicon-chevron-down:before {
	content: "\f1e4"
}
.bootstrap-datetimepicker-widget a[data-action] {
	color: #4085ee
}
.timepicker-picker .btn {
	box-shadow: none!important
}
.timepicker-picker table tbody tr+tr:not(:last-child) {
	background: #4085ee;
	color: #fff
}
.timepicker-picker table tbody tr+tr:not(:last-child) td {
	border-radius: 0
}
.timepicker-picker .btn, .timepicker-picker .btn:hover {
	background: #fff;
	color: #333
}
.datepicker table thead tr th {
	border-radius: 0;
	color: #fff
}
.datepicker table thead tr th .glyphicon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 29px
}
.datepicker table thead tr th:hover .glyphicon {
	background: rgba(0,0,0,.2)
}

.datepicker table thead tr:first-child th:hover {
	background: #4085ee
}
.datepicker table thead tr:first-child th.picker-switch {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase
}
.datepicker table thead tr:last-child th {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 11px
}
.datepicker table thead tr:last-child th:first-child {
	padding-left: 20px
}
.datepicker table thead tr:last-child th:last-child {
	padding-right: 20px
}
.datepicker table thead tr:last-child:not(:only-child) {
	background: #00877a
}
.datepicker table tbody tr:last-child td {
	padding-bottom: 25px
}
.datepicker table tbody tr td:first-child {
	padding-left: 13px
}
.datepicker table tbody tr td:last-child {
	padding-right: 13px
}
.datepicker table td.day {
	width: 35px;
	height: 35px;
	line-height: 20px;
	color: #333;
	position: relative;
	padding: 0;
	background: 0 0
}
.datepicker table td.day:hover {
	background: 0 0
}
.datepicker table td.day:before {
	content: "";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-bottom: -33px;
	display: inline-block;
	background: 0 0;
	position: static;
	text-shadow: none;
	border-bottom-color: transparent!important
}
.datepicker table td.day.new, .datepicker table td.day.old {
	color: #CDCDCD
}
.datepicker table td:not(.today):not(.active):hover:before {
	background: #F0F0F0
}
.datepicker table td.today {
	color: #333
}
.datepicker table td.today:before {
	background-color: #E2E2E2
}
.datepicker table td.active {
	color: #fff
}
.datepicker table td.active:before {
	background-color: #4085ee
}
.datepicker-months .month, .datepicker-years .year, .timepicker-hours .hour, .timepicker-minutes .minute {
	border-radius: 50%
}
.datepicker-months .month:not(.active):hover, .datepicker-years .year:not(.active):hover, .timepicker-hours .hour:not(.active):hover, .timepicker-minutes .minute:not(.active):hover {
	background: #F0F0F0
}
.datepicker-months .month.active, .datepicker-years .year.active, .timepicker-hours .hour.active, .timepicker-minutes .minute.active {
	background: #4085ee
}
.timepicker-hours .hour, .timepicker-minutes .minute {
	padding: 0
}
.fileinput {
	position: relative;
	padding-right: 35px
}
.fileinput .close {
	position: absolute;
	top: 5px;
	font-size: 12px;
	float: none;
	opacity: 1;
	font-weight: 500;
	border: 1px solid #ccc;
	width: 19px;
	text-align: center;
	height: 19px;
	line-height: 16px;
	border-radius: 50%;
	right: 0;
	visibility: hidden
}
.fileinput .close:hover {
	background: #eee
}
.fileinput .input-group-addon {
	padding: 0 10px;
	vertical-align: middle
}
.fileinput .fileinput-preview {
	width: 200px;
	height: 150px;
	position: relative
}
.fileinput .fileinput-preview img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -13px
}
.fileinput .fileinput-preview:after {
	content: "";
	display: inline-block;
	vertical-align: middle
}
.fileinput-exists .close {
	visibility: visible
}
.lg-outer .lg-thumb-outer {
	background-color: #1D1D1D
}
.lg-outer .lg-thumb-item {
	border-radius: 50%;
	width: 60px!important;
	display: inline-block;
	height: 60px;
	border: 0;
	float: none;
	margin: 0 5px
}
.lg-outer .lg-thumb-item:hover {
	box-shadow: 0 0 0 4px rgba(255,255,255,.1)
}
.lg-outer .lg-image {
	border-radius: 3px
}
.lg-outer .lg-toogle-thumb {
	border-radius: 50%;
	color: #333;
	height: 51px;
	width: 51px;
	line-height: 41px;
	background-color: #fff;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: .8s;
	transition-duration: .8s
}
.lg-outer .lg-toogle-thumb:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #000
}
.lg-outer:not(.lg-thumb-open) .lg-toogle-thumb {
	top: -70px
}
.lg-outer.lg-thumb-open .lg-toogle-thumb {
	top: -26px
}
.lg-thumb.group {
	padding: 20px 0
}
.lg-slide em h3 {
	color: #fff;
	margin-bottom: 5px
}
.lg-slide .video-cont {
	box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12)
}
.lg-outer .lg-item {
	background-image: none!important
}
.lg-outer .lg-item:before {
	content: '';
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.1);
	border-right-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-animation-name: loader;
	animation-name: loader;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}
.loading>i, .twitter-typeahead {
	width: 100%
}
@-webkit-keyframes loader {
0% {
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
-o-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.loading>i {
	height: 100%;
	display: block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loader 1.1s infinite linear;
	animation: loader 1.1s infinite linear;
	border-left-color: #fff;
	border-style: solid
}
.swal2-modal {
	border-radius: 2px;
	padding: 30px!important;
	box-shadow: 0 5px 20px rgba(0,0,0,.07)
}
.swal2-modal h2 {
	font-size: 16px;
	position: relative;
	z-index: 1;
	color: #333;
	line-height: inherit;
	margin: 0 0 5px;
	font-weight: 500
}
.swal2-modal .swal2-icon {
	margin-top: 0;
	margin-bottom: 20px
}
.swal2-modal .swal2-content {
	color: #777;
	font-size: 13px;
	font-weight: 400
}
.swal2-modal .styled {
	padding: 6px 12px;
	font-size: 12px;
	border-radius: 2px;
	margin: 0 2px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: inherit;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.swal2-modal .styled:not(:hover) {
	opacity: .85;
	filter: alpha(opacity=85)
}
.swal2-modal hr {
	margin: 10px 0
}
.swal2-container.in {
	background-color: rgba(0,0,0,.2)
}
.twitter-typeahead .tt-menu {
	min-width: 200px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	display: none;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.twitter-typeahead .tt-menu.tt-open:not(.tt-empty) {
	display: block
}
.twitter-typeahead .tt-suggestion {
	padding: 8px 17px;
	color: #333;
	cursor: pointer
}
.twitter-typeahead .tt-cursor, .twitter-typeahead .tt-suggestion:hover {
	/*background-color: rgba(0,0,0,.075)*/ background: #00c853;
}
.twitter-typeahead .tt-hint {
	color: #818181!important
}
.mCSB_scrollTools {
	width: 5px
}
.mCSB_scrollTools .mCSB_dragger_bar {
	border-radius: 0!important
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_scrollTools.mCSB_scrollTools_vertical {
	margin: 0!important
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 10px
}
html:not(.ie9) .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, html:not(.ie9) .mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(0,0,0,.4)
}
html.ie9 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, html.ie9 .mCS-minimal-dark.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
	background: #000
}
.mCSB_inside>.mCSB_container {
	margin-right: 0
}
.dropzone {
	border: 0;
	background-color: #f3f3f3;
	border-radius: 2px
}
.dropzone .dz-preview .dz-image {
	border-radius: 2px!important;
	border: 4px solid #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.1)
}
.dropzone .dz-preview .dz-remove {
	position: absolute;
	top: -3px;
	right: -4px;
	z-index: 20;
	font-size: 0;
	width: 20px;
	height: 20px;
	background-color: #F44336;
	border-radius: 50%
}
.dropzone .dz-preview .dz-remove:hover {
	background-color: #f32c1e;
	text-decoration: none
}
.dropzone .dz-preview .dz-remove:before {
	content: '\f136';
	font-size: 11px;
	font-family: Material-Design-Iconic-Font;
	color: #fff;
	font-weight: 700;
	line-height: 20px
}
.dropzone .dz-message span {
	font-size: 20px;
	color: #b5b5b5;
	text-shadow: 0 1px 1px #fff;
	border: 2px solid #e4e4e4;
	padding: 15px 20px;
	display: inline-block;
	border-radius: 5px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.dropzone .dz-message span:before {
	content: '\f21e';
	font-family: Material-Design-Iconic-Font;
	margin: -6px 10px 0 0;
	font-size: 25px;
	display: inline-block;
	position: relative;
	top: 2px
}
.dropzone:hover .dz-message span {
	border-color: #d7d7d7;
	color: #a8a8a8
}
