@CHARSET "UTF-8";
/* Base */
a,
.btn-link {
	color: #f11911;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #f23029;
}

a:active,
.btn-link:active {
	color: #dc140d;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #f11911;
}

@media only screen and (min-width: 768px) {
	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover {
		color: #f11911;
	}

	html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label,
  html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label {
		background-color: #f11911;
	};
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-top-color: #f11911;
	};
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #f11911;
	}

	html.boxed .sidebar-right {
		border-top-color: #f11911;
		min-height: 0;
	};
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
	background: #f11911;
}
/* Mailbox */
.mailbox .mailbox-mail-list li.active {
	background: #f11911;
}

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #f11911;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #f23029;
}

.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
	color: #f11911;
}
/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
	background-color: #f11911;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	background-color: #f11911;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	background-color: #f11911;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	box-shadow: 0 0 8px -1px #f11911;
}
/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #f11911;
}

.body-sign .panel-sign .panel-body {
	border-top-color: #f11911;
}
/* Lock Screen */
.body-locked .current-user .user-image {
	border-color: #f11911;
}
/* Blockquote */
blockquote.primary {
	border-color: #f11911;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #f11911;
	background-color: #ffffff;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:hover,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus {
	background-color: #f11911;
}
/* Dropdown Menu */
.dropdown-menu  > .active  > a,
.dropdown-menu  > .active  > a:hover,
.dropdown-menu  > .active  > a:focus {
	background-color: #f11911;
}

.open > .dropdown-toggle.btn-primary {
	background: #f11911;
	border-color: #dc140d;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #f33e38;
}
/* Buttons */
body .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f11911;
	border-color: #f11911;
}

body .btn-primary:hover {
	border-color: #f23029 !important;
	background-color: #f23029;
}

body .btn-primary:active,
body .btn-primary:focus {
	border-color: #dc140d !important;
	background-color: #dc140d;
}

body .btn-primary[disabled] {
	border-color: #f77671 !important;
	background-color: #f77671;
}

body .btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #47a447;
	border-color: #47a447;
}

body .btn-success:hover {
	border-color: #51b451 !important;
	background-color: #51b451;
}

body .btn-success:active,
body .btn-success:focus {
	border-color: #3f923f !important;
	background-color: #3f923f;
}

body .btn-success[disabled] {
	border-color: #86cb86 !important;
	background-color: #86cb86;
}

body .btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #ed9c28;
	border-color: #ed9c28;
}

body .btn-warning:hover {
	border-color: #efa740 !important;
	background-color: #efa740;
}

body .btn-warning:active,
body .btn-warning:focus {
	border-color: #e89113 !important;
	background-color: #e89113;
}

body .btn-warning[disabled] {
	border-color: #f5c786 !important;
	background-color: #f5c786;
}

body .btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d2322d;
	border-color: #d2322d;
}

body .btn-danger:hover {
	border-color: #d64742 !important;
	background-color: #d64742;
}

body .btn-danger:active,
body .btn-danger:focus {
	border-color: #bd2d29 !important;
	background-color: #bd2d29;
}

body .btn-danger[disabled] {
	border-color: #e48481 !important;
	background-color: #e48481;
}

body .btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #329cff;
	border-color: #329cff;
}

body .btn-info:hover {
	border-color: #70c8e2 !important;
	background-color: #70c8e2;
}

body .btn-info:active,
body .btn-info:focus {
	border-color: #46b8da !important;
	background-color: #46b8da;
}

body .btn-info[disabled] {
	border-color: #b0e1ef !important;
	background-color: #b0e1ef;
}

body .btn-dark {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #171717;
	border-color: #171717;
}

body .btn-dark:hover {
	border-color: #242424 !important;
	background-color: #242424;
}

body .btn-dark:active,
body .btn-dark:focus {
	border-color: #0a0a0a !important;
	background-color: #0a0a0a;
}

body .btn-dark[disabled] {
	border-color: #4a4a4a !important;
	background-color: #4a4a4a;
}
/* Switch*/
.switch.switch-primary .ios-switch .on-background {
	background: #f11911;
}
/* Label */
.label-primary {
	background: #f11911;
}
/* Text Primary */
.text-primary {
	color: #f11911 !important;
}
/* BG Primary */
.bg-primary {
	background: #f11911;
}
/* Alternative Font Style */
.alternative-font {
	color: #f11911;
}
/* Hightlight */
.highlight {
	background-color: #f11911;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
	color: #f11911;
}

p.drop-caps.colored.secundary:first-child:first-letter {
	background-color: #f11911;
}
/* Well */
.well.primary {
	background: #f11911;
	border-color: #c3120c;
}
/* Form */
.form-control:focus {
	border-color: #f77671;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(241, 25, 17, 0.3);
}
/* Header */
.header .toggle-sidebar-left {
	background: #f11911;
}
/* Page Header */
.page-header h2 {
	border-bottom-color: #f11911;
}

.page-header .sidebar-right-toggle:hover {
	color: #f11911;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #f11911 inset;
}

ul.nav-main > li.nav-active > i {
	color: #f11911;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #f11911;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
	color: #f11911;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #f11911;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #f11911;
}
/* Pagination */
.pagination > li a {
	color: #f11911;
}

.pagination > li a:hover,
.pagination > li a:focus {
	color: #f23029;
}

.pagination > li.active a,
.pagination > li.active span,
.pagination > li.active a:hover,
.pagination > li.active span:hover,
.pagination > li.active a:focus,
.pagination > li.active span:focus {
	background-color: #f11911;
	border-color: #f11911;
}

.pagination > li.active a {
	background-color: #f11911;
}

html .pagination > li.active a,
html.dark .pagination > li.active a,
html .pagination > li.active span,
html.dark .pagination > li.active span,
html .pagination > li.active a:hover,
html.dark .pagination > li.active a:hover,
html .pagination > li.active span:hover,
html.dark .pagination > li.active span:hover,
html .pagination > li.active a:focus,
html.dark .pagination > li.active a:focus,
html .pagination > li.active span:focus,
html.dark .pagination > li.active span:focus {
	background-color: #f11911;
	border-color: #f11911;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
	background-color: #f11911;
}
/* Fullcalendar */
.fc .fc-toolbar h2:before {
	color: #f11911;
}

.fc .fc-toolbar .fc-button.fc-state-active {
	background-color: #f11911;
}

.fc-event {
	background: #f11911;
	border-color: #f11911;
}

.fc-event.fc-event-primary {
	background: #f11911;
	border-color: #f11911;
}
/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #f11911;
}
/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #f11911;
}

.timeline .tm-items > li .tm-icon {
	border-color: #f11911;
	color: #f11911;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #f11911;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #f11911;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #f11911;
	box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #f11911;
}
/* Princing Table */
.pricing-table h3 span {
	color: #f11911;
}

.pricing-table .most-popular h3 {
	background-color: #f11911 !important;
	color: #FFF !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #f11911;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
	color: #f11911;
}
/* Alerts */
.alert-primary {
	background-color: #f11911;
	border-color: #e5150d;
}

.alert-primary .alert-link {
	color: #930e09;
}
/* Nestable */
.dd-handle:hover {
	color: #f11911 !important;
}

.dd-placeholder {
	background: #ffffff;
	border-color: #f11911;
}
/* Panels */
.panel-highlight .panel-heading {
	background-color: #f11911;
	border-color: #f11911;
}

.panel-highlight .panel-body {
	background-color: #f11911;
}

html .panel-primary .panel-heading {
	background: #f11911;
	border-color: #f11911;
}

.panel-heading.bg-primary {
	background: #f11911;
}

.panel-body.bg-primary {
	background: #f11911;
}

.panel-featured-primary {
	border-color: #f11911;
}

.panel-featured-primary .panel-title {
	color: #f11911;
}

.panel-heading-icon.bg-primary {
	background: #f11911;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
	background: #f11911;
}
/* Progress Bar */
.progress-bar {
	background-color: #f11911;
}

.progress .progress-bar-primary {
	background-color: #f11911;
}
/* Toggle */
.toggle label {
	border-left-color: #f11911;
	color: #f11911;
}

.toggle.active > label {
	background: #f11911 !important;
	border-color: #f11911;
}
/* Treeview */
.jstree-default .jstree-hovered {
	background-color: #ffffff !important;
}

.jstree-default .jstree-clicked {
	background-color: #feeaea !important;
}

.jstree-default .colored {
	color: #f11911 !important;
}

.jstree-default .colored .jstree-icon {
	color: #f11911 !important;
}

.jstree-default .colored-icon .jstree-icon {
	color: #f11911 !important;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
	border-color: #f11911;
}

.widget-twitter-profile {
	background-color: #f11911;
}

.widget-twitter-profile .profile-quote {
	background-color: #f22c24;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(244, 72, 65, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
	border-top-color: rgba(244, 72, 65, 0.7);
}
/* Thumb Info */
.thumb-info .thumb-info-type {
	background-color: #f11911;
}
/* Social Icons */
.social-icons-list a {
	background: #f11911;
}
/* Notifications */
.notifications .notification-menu .notification-title {
	background: #f11911;
}

.notifications .notification-menu .notification-title .label-default {
	background-color: #c3120c;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #f11911;
}

.ui-pnotify .notification-primary {
	background: rgba(241, 25, 17, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
	background: #f11911;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(241, 25, 17, 0.95);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
	background: #f11911;
}
/* Modal */
.modal-block-primary .fa {
	color: #f11911;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #f11911;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #f33e38;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #f11911;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #f33e38;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #f11911;
}
/* Tabs */
html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	color: #f11911;
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
	border-top-color: #f11911;
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #f11911;
	color: #f11911;
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
	border-bottom-color: #f11911;
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
	border-top-color: #FFF;
	border-bottom-color: #f11911;
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
	border-left-color: #f11911;
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
	border-left-color: #f11911;
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
	border-right-color: #f11911;
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
	border-right-color: #f11911;
}
/* Simple List */
ul.simple-bullet-list li:before {
	border-color: #f11911;
}
/* Simple Card List */
.simple-card-list li.primary {
	background: #f11911;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
	color: #f11911;
	border-bottom-color: #f11911;
}

.search-results-list .result-thumb .fa {
	background: #f11911;
}
/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
	background: #f11911;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus {
	color: #f11911;
	border-bottom-color: #f11911;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
	background-color: #f11911;
}
/* Loading Progress */
#nprogress .bar {
	background: #f11911;
}

#nprogress .peg {
	box-shadow: 0 0 10px 1px #f11911, 0 0 5px #f11911;
}
/* Zoom */
.img-thumbnail .zoom {
	background: #f11911;
}
/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #d7140d;
}

.owl-theme .owl-nav [class*="owl-"] {
	background: #f11911;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #f3352e;
}
/* Chartist */
.ct-chart .tooltip {
	background: #f11911;
}

.ct-chart .tooltip:after {
	border-top-color: #f11911;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice.ct-donut {
	stroke: #f11911;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
	fill: #f11911;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice.ct-donut {
	stroke: #ab100a;
}

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
	fill: #ab100a;
}

.ct-chart .ct-series.ct-series-i .ct-bar,
.ct-chart .ct-series.ct-series-i .ct-line,
.ct-chart .ct-series.ct-series-i .ct-point,
.ct-chart .ct-series.ct-series-i .ct-slice.ct-donut {
	stroke: #ab100a;
}

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
	fill: #ab100a;
}

.ct-chart .ct-series.ct-series-j .ct-bar,
.ct-chart .ct-series.ct-series-j .ct-line,
.ct-chart .ct-series.ct-series-j .ct-point,
.ct-chart .ct-series.ct-series-j .ct-slice.ct-donut {
	stroke: #f55f59;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
	fill: #f55f59;
}

.ct-chart .ct-series.ct-series-n .ct-bar,
.ct-chart .ct-series.ct-series-n .ct-line,
.ct-chart .ct-series.ct-series-n .ct-point,
.ct-chart .ct-series.ct-series-n .ct-slice.ct-donut {
	stroke: #4b0704;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
	fill: #4b0704;
}

.ct-chart .ct-series.ct-series-o .ct-bar,
.ct-chart .ct-series.ct-series-o .ct-line,
.ct-chart .ct-series.ct-series-o .ct-point,
.ct-chart .ct-series.ct-series-o .ct-slice.ct-donut {
	stroke: #fbbcba;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
	fill: #fbbcba;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #f11911;
	border-color: #dc140d;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #f11911;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #f11911;
	-webkit-box-shadow: 0px 0px 1px #f11911;
	box-shadow: 0px 0px 1px #f11911;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #f11911;
}
/* Progress Bar */
.progress-bar {
	background-color: #f11911;
}

.progress .progress-bar-primary {
	background-color: #f11911;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #f11911;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #f44841 0, #f11911 50%, #c3120c 100%);
	background-image: linear-gradient(left, #f44841 0, #f11911 50%, #c3120c 100%);
}

.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-range,
.slider-gradient.ui-slider-vertical.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(to right, #f44841 0, #f11911 50%, #c3120c 100%);
	background-image: linear-gradient(to right, #f44841 0, #f11911 50%, #c3120c 100%);
}
/* DatePicker */
.datepicker table {
	width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
	background: #f11911;
}

.datepicker table thead tr:first-child th:hover {
	background: #f11911;
}

.datepicker table tr td span:hover {
	background: #f11911;
}

.datepicker table tr td.day:hover {
	background: #f11911;
}

.datepicker table tfoot tr th:hover {
	background: #f11911;
}
/* DatePicker: Dark */
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover,
.datepicker.datepicker-dark table thead tr th.prev:hover,
html.dark .datepicker.datepicker-primary table thead tr th.next:hover,
.datepicker.datepicker-dark table thead tr th.next:hover {
	background: #f11911;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #f11911;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #f11911;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #f11911;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #c3120c;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #f23029;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #f11911;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
	background: #f11911;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #f11911;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #f11911;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #f11911;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #f11911;
}

.wizard-tabs ul > li.active .badge {
	background-color: #f11911;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #f11911;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	border-color: #f11911;
	background: #f11911;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #f11911;
	border-color: #f11911;
}
/* Tables */
.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
	background-color: #f11911 !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #f11911;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #f11911;
}

.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.input-group-rounded input.form-control:first-child,
.input-group-rounded input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child,
.checkbox-custom label::before,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.progress-xs.progress-half-rounded,
.progress-xs.progress-half-rounded .progress-bar,
.progress-sm.progress-half-rounded,
.progress-sm.progress-half-rounded .progress-bar,
.progress-md.progress-half-rounded,
.progress-md.progress-half-rounded .progress-bar,
.progress-lg.progress-half-rounded,
.progress-lg.progress-half-rounded .progress-bar,
.progress-xl.progress-half-rounded,
.progress-xl.progress-half-rounded .progress-bar,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.panel,
.panel-group .panel,
.panel-heading + .panel-body,
.panel-heading,
.panel-body,
.panel-group .panel-accordion .panel-body,
.panel-footer,
.panel-horizontal .panel-heading + .panel-body,
.panel-horizontal .panel-heading,
.panel-group .panel-accordion .panel-heading,
html .panel .panel-heading-transparent + .panel-body,
.panel-group .panel-accordion .panel-heading a,
.panel-group .panel-accordion.panel-accordion-first .panel-heading,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.progress .progress-bar,
.input-group-icon input.form-control:first-child,
.input-group-icon input.form-control:last-child,
.input-search input.form-control:first-child,
.input-search input.form-control:last-child {
	border-radius: 0;
}

.body-sign .panel-sign .panel-title-sign .title,
.body-sign .panel-sign .panel-body,
.sidebar-left .sidebar-header .sidebar-toggle,
.simple-compose-box,
.timeline .tm-title,
ul.simple-card-list li,
.timeline .tm-items > li .tm-box,
.rounded,
.fc .fc-toolbar .fc-button,
.fc-event,
.fc-state-default.fc-corner-right,
.media-gallery ul.mg-tags > li a,
.media-gallery .mg-files .thumbnail,
.media-gallery .mg-files .thumbnail .thumb-preview img,
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom,
html .scroll-to-top,
.style-switcher .style-switcher-open,
.style-switcher .options-links a,
.search-results-list a,
p.drop-caps.secundary:first-child::first-letter,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.pricing-table h3,
.pricing-table .plan,
.widget-twitter-profile .profile-quote,
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.ui-pnotify .notification,
.owl-theme .owl-nav [class*="owl-"],
.dd-handle,
.scrollable .scrollable-slider,
.form-group-vertical .form-control:first-child,
.form-group-vertical .form-control:first-of-type,
.form-group-vertical .form-control:last-child,
.form-group-vertical .form-control:last-of-type,
.form-group-vertical .input-group.input-group-icon:first-child .form-control,
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control,
.form-group-vertical .input-group.input-group-icon:last-child .form-control,
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control,
.select2-container--bootstrap .select2-selection,
.select2-container--bootstrap .select2-dropdown,
.select2-container--bootstrap .select2-search--dropdown .select2-search__field,
.btn-group > .btn-group:nth-child(2) > .multiselect.btn,
.bootstrap-tagsinput,
.datepicker,
.colorpicker,
.note-editor .note-toolbar .btn-group > .btn-group:last-child > .btn:first-child,
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.note-editor .btn-group > .btn:last-child:not(:first-child),
.note-editor .btn-group > .dropdown-toggle:not(:first-child),
.note-editor .btn,
html.boxed .inner-wrapper,
html.boxed .header,
html.boxed .content-body {
	border-radius: 0;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a,
  .nav-tabs-justified > li > a,
  .navbar {
		border-radius: 0;
	};
}

@media (max-width: 479px) {
	.tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
		border-radius: 0;
	};
}

/*layout*/
body, html.sidebar-light:not(.dark) ul.nav-main li a{
	font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
	line-height:25px;
	font-size:14px;
	color: rgba(0,0,0,.85);
}
html.sidebar-light:not(.dark) ul.nav-main li a{font-size:16px;}
html.sidebar-left-xs .sidebar-left ul.nav-main li i {
    font-size: 1.8rem;
}
.btn-square, .btn-square:hover{border-radius:0 !important;}
table.dataTable{width:99%;}

html.slim .header .logo{margin-top: 16px;}
html.slim .header .logo.logo-fonts{
	width: auto;
    margin-left: 40px;
    margin-top: 17px;
}
html.sidebar-left-collapsed .header .logo-container .logo.logo-fonts{
	margin-left: 2px;
    margin-top: 5px;
}
html.slim .userbox.open .dropdown-menu{padding: 64px 0 0;}

html.dark .header, html.header-dark .header{border:none;}
html.light .header, html.header-light .header{border-top:none;}
html.slim .header, html.slim .header-right{height:64px;}
html.slim .userbox .profile-picture img{width:48px; height:48px; border:2px solid #FFFFFF;}
html.slim .userbox{line-height:60px;}
.userbox .custom-caret{font-size:14px;}
.header .dropdown-menu{margin-top:0;}

html.slim .inner-wrapper, html.slim.fixed .inner-wrapper{padding-top:64px;}
html.slim.fixed .sidebar-left{top:64px; box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);}

.sidebar-left .sidebar-header{position:absolute; bottom:0; width:100%; border-top: 1px solid #EEEEEE;}
html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle{background:#FFFFFF;}
html.fixed .sidebar-left{padding-bottom: 0;}
.sidebar-left .sidebar-header .sidebar-toggle{right:auto; left:0;}


html.slim.fixed .sidebar-left{box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);}
html.no-overflowscrolling.sidebar-light:not(.dark) .sidebar-left .nano{box-shadow:none;}
html.slim .inner-wrapper, html.slim.fixed .inner-wrapper{background: rgba(255,255,255,0.6);}


.ant-page-header{padding:16px 24px; background:#FFFFFF;}
.ant-breadcrumb{font-size: 14px;}
.ant-page-header-heading{font-size: 20px; font-weight: bold; line-height: 32px; margin-top: 8px;}
.ant-breadcrumb-separator{margin:0 5px;}
.ant-breadcrumb-link, .ant-breadcrumb-link a{color:#999;}
.ant-breadcrumb-link.active{color:#000000;}

.ant-content-container{background: #FFFFFF; margin:12px 24px; padding: 12px;}
.ant-content-container .datatable-tools{background: none; border:none;}

.nav-active{background: #FFF;}
.nav-children .nav-active{background: #333;}
html.sidebar-light:not(.dark) ul.nav-main .nav-children  li.nav-active a{color: #fff;}
html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a{color: #F11911;}
ul.nav-main > li.nav-active > a{box-shadow: -3px 0 0 #F11911 inset;}
.sidebar-light ul.nav-main{margin-right: 0;}
ul.nav-main li.nav-parent > a:after{color: #333; padding: 17px 25px;}
ul.nav-main li.nav-parent > a:hover:after{color: #FFF;}

.table-responsive thead{background:#F6F8FA;}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-expanded > a{
}

html.sidebar-light:not(.dark) ul.nav-main > li> a{
	padding: 14px 25px 18px;
}
ul.nav-main li .nav-children li a{padding-top:14px; padding-bottom:18px;}
html.sidebar-light:not(.dark) ul.nav-main li .nav-children{background:#F6F8FA;}

html.sidebar-light:not(.dark) ul.nav-main li a:hover, html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:hover, html.sidebar-light:not(.dark) ul.nav-main li .nav-children li a:focus{
	background: #333;
	color: #FFFFFF;
}
html.sidebar-light:not(.dark) ul.nav-main > li > a:hover, html.sidebar-light:not(.dark) ul.nav-main > li > a:focus,
.userbox.open .dropdown-menu a:hover{
	background: #F11911;
}
.header{border-bottom: 1px solid #F11911;}
ul.nav-main li .nav-children{padding:0px;}
html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a{line-height:24px;}

.nav-expanded a{color:RGB(34,54,129);}
.wizard-tabs ul > li > a .badge{
border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 22px;
    font-size: 22px;
    font-weight: normal;
}
.wizard-tabs ul > li > a:before, .wizard-tabs ul > li > a:after{
	border: 20px solid transparent;
	border-right: 0;
	border-left: 15px solid transparent;
	right: -15px;
}
.wizard-tabs ul > li > a:before{
    right: -15px;
    border-left-color: #F4F4F4;
}
.wizard-tabs ul > li > a{font-size:18px;}
html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a{padding-left: 57px;}

.tab-content{
	box-shadow: none;
    background-color: #FFF;
    border: none;
}
.pager li{cursor:pointer;}
.pager li a:hover{background: #a349a4; color: #FFFFFF; border: 1px solid #a349a4;}
.ui-pnotify.stack-bar-bottom{
	margin-left:0;
}

.ui-pnotify .notification .ui-pnotify-text{font-size: 18px;}
.ui-pnotify .notification-success{color: rgba(255, 255, 255, 1);}

.header-right ul.nav li a{
	font-weight: 500;
    text-decoration: none!important;
    font-size: 14px;
	color: rgba(0,0,0,0.54);
	min-height: 61px;
	line-height: 61px;
	padding: 0 14.4px;
    margin: 1px 0 0;
	font-family: "Cereal",-apple-system,BlinkMacSystemFont,Arial,sans-serif;
}
.header-right ul.nav li a:hover{
	background-color: #FFFFFF;
    color: #FF5A5F;
}


/*其他*/
/*
 * primary:1890ff
 * secondary:975fe4
 * tertiary:13c2c2
 * */
/*common:btn text*/
.pace .pace-progress{background: #F11911;}
.content-body{rgba(255,255,255,0.5);} 
.logo-light{display:none;}
html.dark .logo-light, html.header-dark .logo-container .logo-light{display:block;}
html.dark .logo-dark, html.header-dark .logo-container .logo-dark{display:none;}
html.dark .userbox.open .dropdown-menu a, 
html.header-dark .userbox.open .dropdown-menu a {
    color: #666;
}
.primary-text{background: #1890ff; color:#FFFFFF;}
.secondary-text{background: #975fe4; color:#FFFFFF;}
.tertiary-text{background: #13c2c2; color:#FFFFFF;}
.primary-text:hover, .secondary-text:hover, .tertiary-text:hover{color:#FFFFFF; text-decoration:none;}
.primary-text-im{background: #1890ff !important; color:#FFFFFF !important;}
.secondary-text-im{background: #975fe4 !important; color:#FFFFFF !important;}
.border-color-primary{border-color:#1890ff;}
.border-color-secondary{border-color:#975fe4;}
.layer-jd .layui-layer-btn .layui-layer-btn0{border-color: #f11911; background-color: #f11911; background: linear-gradient(to right, #FC488F, #FF4444) !important;}
.layer-tailian .layui-layer-btn a.layui-layer-btn0{}

/*
html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a{color:#FFFFFF;}
.dropdown-menu li:hover, .dropdown-menu li:hover a{color:#FFFFFF; background:#1890ff;}
.show-position ul li.selected {background: #1890ff; color: #FFFFFF;}
.level-2-toggle-plus:hover{color:#1890ff;}
*/

.nav .nav-link.active{color: #ff5a5f;}

.btn-default:hover{color: #FFFFFF; background: #f11911; border-color: rgba(255,255,255,0.5);}
.btn-default:hover .fa{color: #FFFFFF !important;}
.open .btn-default:hover .fa{color: #1890ff !important;}
div.DTTT a.btn:hover{color: #FFFFFF !important; background-color: #1890ff;}
div.DTTT a.active:hover, .btn-default:active:hover{color: #333 !important;}
.hover-primary:hover{background: #1890ff; color:#FFFFFF;}
.hover-primary:hover .btn:hover,.hover-primary:hover .btn:focus,.hover-primary:hover .btn.focus{color:#FFFFFF;}

html.dark .header, html.header-dark .header{background:#213583;}

.ui-pnotify{
    color: rgba(255, 255, 255, 1) !important;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
    
}

html.dark .userbox.open .dropdown-menu a, html.header-dark .userbox.open .dropdown-menu a{
	font-size: 16px;
    line-height: 34px;
}
.userbox.open .dropdown-menu i{
	margin-top: -3px;
    width: 24px;
    text-align: center;
}

.ant-content-container .bounce-loader{
	position: relative;
}

#fileMenu .history-item-a{
	font-size: 14px;
    padding: 0 5px;
    width: 200px;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.header-nav-item{
}

.nano-content .nav-pills>li{
	width: 100%;
    line-height: 30px;
}
.nano-content .nav-pills>li a{
	color: #777;
	padding: 0;
    line-height: 48px;
}

.nano-content .nav-pills>li a .fa{
	font-size: 24px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    vertical-align: bottom;
    margin-left: 8px;
}
@media (max-width: 970px) and (min-width: 767px){
	html.slim .header .logo-container{width: 60px;}
	html.slim .header .logo-container.logo-container-fonts{width: 80px;}
	html.slim .header .logo.logo-fonts{
	    margin-left: 2px;
    	margin-top: 5px;
	}
	html.slim .header .logo img{height: 20px;}
	.userbox{padding: 0 5px;}
}
@media (max-width: 767px) {
	html.sidebar-left-opened.csstransforms .sidebar-left{
		background: none;
		min-width: 61.8%;
    	min-width: 61.8vw;
		top:0; 
	}
	.sidebar-shade{
		width: 100%;
	    height: 100%;
	    position: absolute;
	    background: rgba(0,0,0,0.7);
	    z-index: 10;
		display: none;
	}
	html.sidebar-left-opened.csstransforms .sidebar-shade{
		display: block;
	}
	html.no-overflowscrolling .nano{

	}
	html.slim .header{
		position: fixed;
	}
	html.slim .header .logo-container{height: 50px;}
	html.slim .header .header-right {height: 63px; margin-top: 0px;}
	html.slim .userbox.open .dropdown-menu{padding: 64px 0 0;}
	.header-nav-userbox{float: right;}
	html.slim .inner-wrapper, html.slim.fixed .inner-wrapper{}
	html.slim .sidebar-left{padding-top: 64px;padding-bottom:0;}
	html.slim .header .toggle-sidebar-left{
		position: relative;
	    right: auto;
	    float: left;
	    top: 16px;
	    margin: 0 10px;
	}
	
	.header .header-right{
		margin-top: 50px;
	}
    .header-nav-item {
        margin-left: 0px;
    }
    .ant-content-container{margin:0; padding: 0;}
    .nano-content .nav-pills>li a.nav-btn, html.sidebar-light:not(.dark) ul.nav-main > li> a.nav-btn{
		color: #FFFFFF;
	    text-align: center;
	    background: #f11911;
	    width: 90%;
	    margin: auto;
    	padding:0;
    	line-height: 48px;
    }
}

.bg-none{background: none;}
.bg-fff{background: #FFF;}
.div-card .panel-body{
	box-shadow: 2px 0 8px 0 rgb(29 35 41 / 30%);
}
.div-card-logo{
	border-bottom: 1px solid #ddd;
    text-align: center;
    height: 80px;
}
.div-card-logo img{
	max-width: 100%;
    max-height: 78px;
}
.profile-info .role{max-width: 100px; overflow: hidden;}