/* Base */
a,
.btn-link {
	color: #d3937b;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #8f6353;
}

a:active,
.btn-link:active {
	color: #0077b3;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #d3937b;
}

@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: #d3937b;
	}

	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: #d3937b;
	};
}
/* Layout Boxed - small than min-width */
@media only screen and (max-width: 1199px) {
	html.boxed .header {
		border-top-color: #d3937b;
	};
}
/* Layout Boxed - larger or equal min width */
@media only screen and (min-width: 1200px) {
	html.boxed .header {
		border-top-color: #d3937b;
	}

	html.boxed .sidebar-right {
		border-top-color: #d3937b;
		min-height: 0;
	};
}
/* Userbox - Open */
.userbox.open .dropdown-menu a:hover {
	background: #d3937b;
}
/* Mailbox */
.mailbox .mailbox-mail-list li.active {
	background: #d3937b;
}

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #d3937b;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #8f6353;
}

.mailbox .mailbox-mail .panel .panel-heading .panel-actions a:hover {
	color: #d3937b;
}
/* Media Gallery */
.media-gallery ul.mg-tags > li a:hover {
	background-color: #d3937b;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
	background-color: #d3937b;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar {
	background-color: #d3937b;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
	box-shadow: 0 0 8px -1px #d3937b;
}
/* Sign Screens - Wrappers */
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #d3937b;
}

.body-sign .panel-sign .panel-body {
	border-top-color: #d3937b;
}
/* Lock Screen */
.body-locked .current-user .user-image {
	border-color: #d3937b;
}
/* Blockquote */
blockquote.primary {
	border-color: #d3937b;
}
/* Nav Pills */
.nav-pills-primary > li a:hover,
.nav-pills-primary > li a:focus {
	color: #d3937b;
	background-color: #cceeff;
}

.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: #d3937b;
}
/* Dropdown Menu */
.dropdown-menu  > .active  > a,
.dropdown-menu  > .active  > a:hover,
.dropdown-menu  > .active  > a:focus {
	background-color: #d3937b;
}

.open > .dropdown-toggle.btn-primary {
	background: #d3937b;
	border-color: #0077b3;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #00a3f5;
}
/* Buttons */
body .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d3937b;
	border-color: #d3937b;
}

body .btn-primary:hover {
	border-color: #8f6353 !important;
	background-color: #8f6353;
}

body .btn-primary:active,
body .btn-primary:focus {
	border-color: #0077b3 !important;
	background-color: #0077b3;
}

body .btn-primary[disabled] {
	border-color: #33bbff !important;
	background-color: #33bbff;
}

body .btn-success {
	color: #ffffff;
	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: #ffffff;
	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: #ffffff;
	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: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bc0de;
	border-color: #5bc0de;
}

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: #ffffff;
	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: #d3937b;
}
/* Label */
.label-primary {
	background: #d3937b;
}
/* Text Primary */
.text-primary {
	color: #d3937b !important;
}
/* BG Primary */
.bg-primary {
	background: #d3937b;
}
/* Alternative Font Style */
.alternative-font {
	color: #d3937b;
}
/* Hightlight */
.highlight {
	background-color: #d3937b;
}
/* Drop Caps */
p.drop-caps.colored:first-child:first-letter {
	color: #d3937b;
}

p.drop-caps.colored.secundary:first-child:first-letter {
	background-color: #d3937b;
}
/* Well */
.well.primary {
	background: #d3937b;
	border-color: #006699;
}
/* Form */
.form-control:focus {
	border-color: #33bbff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 136, 204, 0.3);
}
/* Header */
.header .toggle-sidebar-left {
	background: #d3937b;
}
/* Page Header */
.page-header h2 {
	border-bottom-color: #d3937b;
}

.page-header .sidebar-right-toggle:hover {
	color: #d3937b;
}
/* Navigation */
ul.nav-main > li.nav-active > a {
	box-shadow: 2px 0 0 #d3937b inset;
}

ul.nav-main > li.nav-active > i {
	color: #d3937b;
}

ul.nav-main li .nav-children li.nav-active > a {
	color: #d3937b;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #d3937b;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #d3937b;
}
/* Pagination */
.pagination > li a {
	color: #d3937b;
}

.pagination > li a:hover,
.pagination > li a:focus {
	color: #8f6353;
}

.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: #d3937b;
	border-color: #d3937b;
}

.pagination > li.active a {
	background-color: #d3937b;
}

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: #d3937b;
	border-color: #d3937b;
}

html .pagination > li.active a,
html.dark .pagination > li.active a {
	background-color: #d3937b;
}
/* Fullcalendar */
.fc .fc-widget-header {
	background: #d3937b;
	border-color: #d3937b;
}

.fc .fc-header-title h2:before {
	color: #d3937b;
}

.fc-event {
	background: #d3937b;
	border-color: #d3937b;
}

.fc-event.fc-event-primary {
	background: #d3937b;
	border-color: #d3937b;
}
/* Maps */
.jqvmap-zoomin,
.jqvmap-zoomout {
	background: #d3937b;
}
/* Timeline */
.timeline .tm-items > li .tm-datetime .tm-datetime-time {
	color: #d3937b;
}

.timeline .tm-items > li .tm-icon {
	border-color: #d3937b;
	color: #d3937b;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #d3937b;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #d3937b;
}

html.dark .timeline.timeline-simple .tm-body .tm-items > li:before {
	background: #d3937b;
	box-shadow: 0 0 0 3px #2e353e, 0 0 0 6px #d3937b;
}
/* Princing Table */
.pricing-table h3 span {
	color: #d3937b;
}

.pricing-table .most-popular h3 {
	background-color: #d3937b !important;
	color: #ffffff !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #d3937b;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
	color: #d3937b;
}
/* Alerts */
.alert-primary {
	background-color: #d3937b;
	border-color: #007ebd;
}

.alert-primary .alert-link {
	color: #004466;
}
/* Nestable */
.dd-handle:hover {
	color: #d3937b !important;
}

.dd-placeholder {
	background: #e6f7ff;
	border-color: #d3937b;
}
/* Panels */
.panel-highlight .panel-heading {
	background-color: #d3937b;
	border-color: #d3937b;
}

.panel-highlight .panel-body {
	background-color: #d3937b;
}

html .panel-primary .panel-heading {
	background: #d3937b;
	border-color: #d3937b;
}

.panel-heading.bg-primary {
	background: #d3937b;
}

.panel-body.bg-primary {
	background: #d3937b;
}

.panel-featured-primary {
	border-color: #d3937b;
}

.panel-featured-primary .panel-title {
	color: #d3937b;
}

.panel-heading-icon.bg-primary {
	background: #d3937b;
}

.panel-group .panel-accordion-primary .panel-heading .panel-title a {
	background: #d3937b;
}
/* Progress Bar */
.progress-bar {
	background-color: #d3937b;
}

.progress .progress-bar-primary {
	background-color: #d3937b;
}
/* Toggle */
.toggle label {
	border-left-color: #d3937b;
	color: #d3937b;
}

.toggle.active > label {
	background: #d3937b !important;
	border-color: #d3937b;
}
/* Treeview */
.jstree-default .jstree-hovered {
	background-color: #e6f7ff !important;
}

.jstree-default .jstree-clicked {
	background-color: #b3e5ff !important;
}

.jstree-default .colored {
	color: #d3937b !important;
}

.jstree-default .colored .jstree-icon {
	color: #d3937b !important;
}

.jstree-default .colored-icon .jstree-icon {
	color: #d3937b !important;
}
/* Widgets */
.sidebar-widget.widget-tasks ul li:before {
	border-color: #d3937b;
}

.widget-twitter-profile {
	background-color: #d3937b;
}

.widget-twitter-profile .profile-quote {
	background-color: #0096e0;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(0, 170, 255, 0.7);
}

.widget-profile-info .profile-info .profile-footer {
	border-top-color: rgba(0, 170, 255, 0.7);
}
/* Thumb Info */
.thumb-info .thumb-info-type {
	background-color: #d3937b;
}
/* Social Icons */
.social-icons-list a {
	background: #d3937b;
}
/* Notifications */
.notifications .notification-menu .notification-title {
	background: #d3937b;
}

.notifications .notification-menu .notification-title .label-default {
	background-color: #006699;
}

.notifications .notification-menu:before,
.notifications .notification-icon:before {
	border-bottom-color: #d3937b;
}

.ui-pnotify .notification-primary {
	background: rgba(0, 136, 204, 0.95);
}

.ui-pnotify.stack-bar-top .notification-primary,
.ui-pnotify.stack-bar-bottom .notification-primary {
	background: #d3937b;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(0, 136, 204, 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: #d3937b;
}
/* Modal */
.modal-block-primary .fa {
	color: #d3937b;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #d3937b;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #d3937b;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #00a3f5;
}
/* Modal Icon */
.modal-block-primary .modal-icon .fa {
	color: #d3937b;
}
/* 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: #d3937b;
}

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: #d3937b;
}

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: #d3937b;
	color: #d3937b;
}

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: #d3937b;
}

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: #d3937b;
}

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: #d3937b;
}

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: #d3937b;
}

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: #d3937b;
}

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: #d3937b;
}
/* Simple List */
ul.simple-bullet-list li:before {
	border-color: #d3937b;
}
/* Simple Card List */
.simple-card-list li.primary {
	background: #d3937b;
}
/* Search Results */
.search-content .search-toolbar .nav-pills li.active a {
	color: #d3937b;
	border-bottom-color: #d3937b;
}

.search-results-list .result-thumb .fa {
	background: #d3937b;
}

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: #d3937b;
	border-bottom-color: #d3937b;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
	background-color: #d3937b;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #d3937b;
	border-color: #0077b3;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #d3937b;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #d3937b;
	-webkit-box-shadow: 0px 0px 1px #d3937b;
	box-shadow: 0px 0px 1px #d3937b;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #d3937b;
}
/* Progress Bar */
.progress-bar {
	background-color: #d3937b;
}

.progress .progress-bar-primary {
	background-color: #d3937b;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #d3937b;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #00aaff 0, #d3937b 50%, #006699 100%);
	background-image: linear-gradient(left, #00aaff 0, #d3937b 50%, #006699 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, #00aaff 0, #d3937b 50%, #006699 100%);
	background-image: linear-gradient(to right, #00aaff 0, #d3937b 50%, #006699 100%);
}
/* DatePicker */
.datepicker table {
	width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
	background: #d3937b;
}

.datepicker table thead tr:first-child th:hover {
	background: #d3937b;
}

.datepicker table tr td span:hover {
	background: #d3937b;
}

.datepicker table tr td.day:hover {
	background: #d3937b;
}

.datepicker table tfoot tr th:hover {
	background: #d3937b;
}
/* 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: #d3937b;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #d3937b;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #d3937b;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #d3937b;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #006699;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #8f6353;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #d3937b;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
	background: #d3937b;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #d3937b;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #d3937b;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #d3937b;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #d3937b;
}

.wizard-tabs ul > li.active .badge {
	background-color: #d3937b;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #d3937b;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	border-color: #d3937b;
	background: #d3937b;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #d3937b;
	border-color: #d3937b;
}
/* 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: #d3937b;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #d3937b;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #d3937b;
}


/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #d3937b;
	border-color: #0077b3;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #d3937b;
}
/* Radios */
html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #d3937b;
	-webkit-box-shadow: 0px 0px 1px #d3937b;
	box-shadow: 0px 0px 1px #d3937b;
}
/* Switch */
.switch.switch-primary .ios-switch .on-background {
	background: #d3937b;
}
/* Progress Bar */
.progress-bar {
	background-color: #d3937b;
}

.progress .progress-bar-primary {
	background-color: #d3937b;
}
/* Slider */
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
	background: #d3937b;
}

.slider-gradient.slider-primary .ui-slider-range,
.slider-gradient.slider-primary .ui-slider-handle {
	background-image: -webkit-linear-gradient(left, #00aaff 0, #d3937b 50%, #006699 100%);
	background-image: linear-gradient(left, #00aaff 0, #d3937b 50%, #006699 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, #00aaff 0, #d3937b 50%, #006699 100%);
	background-image: linear-gradient(to right, #00aaff 0, #d3937b 50%, #006699 100%);
}
/* DatePicker */
.datepicker table {
	width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
	background: #d3937b;
}

.datepicker table thead tr:first-child th:hover {
	background: #d3937b;
}

.datepicker table tr td span:hover {
	background: #d3937b;
}

.datepicker table tr td.day:hover {
	background: #d3937b;
}

.datepicker table tfoot tr th:hover {
	background: #d3937b;
}
/* 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: #d3937b;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day:hover,
.datepicker.datepicker-dark table tbody tr td.day:hover {
	background: #d3937b;
}

html.dark .datepicker.datepicker-primary table tbody tr td.day.active,
.datepicker.datepicker-dark table tbody tr td.day.active {
	background: #d3937b;
}
/* DatePicker: Primary */
.datepicker.datepicker-primary table thead tr:first-child {
	background-color: #d3937b;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
	background-color: #006699;
}

.datepicker.datepicker-primary table thead tr:last-child {
	background-color: #8f6353;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
	background-color: #d3937b;
}

.datepicker.datepicker-primary table tbody tr td.day:hover {
	background: #d3937b;
}

.datepicker.datepicker-primary table tbody tr td.day.active {
	background: #d3937b;
}
/* Select 2 */
.select2-container-multi .select2-choices .select2-search-choice {
	background: #d3937b;
}
/* Wizard */
.wizard-steps > li.active .badge {
	background-color: #d3937b;
}

.wizard-steps > li.active a,
.wizard-steps > li.active a:hover,
.wizard-steps > li.active a:focus {
	border-top-color: #d3937b;
}

.wizard-tabs ul > li.active .badge {
	background-color: #d3937b;
}

html .wizard-progress .steps-progress .progress-indicator,
html.dark .wizard-progress .steps-progress .progress-indicator {
	background: #d3937b;
}

html .wizard-progress .wizard-steps li.completed a span,
html.dark .wizard-progress .wizard-steps li.completed a span {
	border-color: #d3937b;
	background: #d3937b;
}

html .wizard-progress .wizard-steps li.active a span,
html.dark .wizard-progress .wizard-steps li.active a span {
	color: #d3937b;
	border-color: #d3937b;
}
/* 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: #d3937b;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #d3937b;
}
/* Liquid Meter */
.liquid-meter-wrapper .liquid-meter-selector a.active {
	color: #d3937b;
}


/* Add here all your CSS customizations */
.required{
	display: inherit;
	font-size: 1em;
	position: static;
	top: 0;
	color: inherit;
}

.required input{
	font-weight: normal;
}

.control-right--container{
	padding-right: 40px;
	position: relative;
}

.control-right{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -11px;
}

.has-many-item{
	margin-bottom: 10px;
}

.mb-md {
    margin-bottom: 15px !important;
}

.body-locked, .body-sign{
	background: transparent;
	height: auto;
}

.body-sign .panel-sign{
	margin-top: 3em;
}

.bill-data .label{
	width: 50%;
	text-align: right;
	font-size: 100%;
	display: inline-block;
}

.bill-data .label{
	display: inline-block;
	width: 50%;
}

.bill-data .label:after{
	content:": ";
}

.invoice-items .h4{
	font-size: 1em;
}

.fc-grid .fc-event-time::after {
	content:"";
}

.active-jobs li.in_progress:before{
	border-color: #e89113 !important;
}
.active-jobs li.new:before{
	border-color: #46b8da !important;
}

.form-inline .form-group{
	margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
	.form-inline .form-group{
		margin-right: 10px;
	}
}

.form-inline .form-group:last-child{
	margin-right: 0;
}

.input-group {
	position: relative;
}

.input-group .text-danger{
	display: block;
	position: absolute;
	left: 0;
	top: 30px;
}

input.loading{
	background: url(/img/loader.gif) no-repeat right center;
}

.pricelist-item{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #f6f6f6;
}

.pricelist-item .remove-has-many-item{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5000;
}

.pricelist-item:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

.set-price{
	margin-top: 7px;
	font-size: 18px;
	cursor: pointer;
}

.table-headerless tr:first-child td{
	border-top: none !important;
}

th a.desc:after{
	content: " ↓";
}
th a.asc:after{
	content: " ↑";
}

.help{
	cursor: help;
}

body, html{
	background: #f2f4f7 !important;
	font
}

.table{
	background: #fff;
}

.section-headline{
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
	font-family: "Georgia", Sans-serif;
}

h1 span{
	font-weight: normal;
	font-size: 80%;
	opacity: 0.8;
}

h1 .fa{
	font-size: 50%;
	line-height: 1.5em;
	position: relative;
	top: -0.25em;
}

.headline-link{
	line-height: 3em;
}

.btn.headline-link {
	margin-top: 6px;
	line-height: 2em;
}

.row-line{
	border-bottom: 
}

hr{
	margin: 10px 0;
	background: rgba(0,0,0,0.1);
}

.col-variable{
	width: auto;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
	border-bottom: 1px solid #ddd;
}

table.vertical-middle{
	td{
		vertical-align: middle !important;
	}
}

table.product-properties{
	width: 100%;
}

table.product-properties td{
	width: 1%;
}

td.alert-danger {
	background: #f2dede !important;
}

td.alert-warning {
	background: #fcf8e3 !important;
}

td.alert-success {
	background: #dff0d8 !important;
}

.trumbowyg-box, .trumbowyg-editor {
	min-height: 50px !important;
	margin-top: 0 !important;
}

.fc-reservation{
	border: #c2a86b !important;
}

.fc-reservation .fc-bg{
	background: #832dac !important;
	opacity: 1 !important;;
}

.fc-reservation .fc-content{
	border: #c2a86b;
}

.panel-product{
	min-height: 144px;
}

.panel-product .panel-heading-icon{
	width: 100px;
	height: 100px;
	background-color: #fff;
}

.panel-product .panel-heading{
	padding-right: 0;
}

.product-thumbnail{
	width: 100%;
	height: auto;
}

.filter-form input, .filter-form select, .filter-form .input-group, .filter-form .select2-container{
	margin-bottom: 12px;
}

.product-container{
	max-width: 1170px;
	margin: 20px auto;
}

ul.product-list{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

ul.product-list li{
	padding: 10px;
	flex-basis: 25%;
	-webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    max-width: 25%;
    overflow: hidden;
}

@media screen and (max-width: 1230px) {
	ul.product-list li{
		flex-basis: 33.33%;
		-webkit-flex-basis: 33.33%;
	    -ms-flex-preferred-size: 33.33%;
	    max-width: 33.33%;
	}
}

@media screen and (max-width: 960px) {
	ul.product-list li{
		flex-basis: 50%;
		-webkit-flex-basis: 50%;
	    -ms-flex-preferred-size: 50%;
	    max-width: 50%;
	}
}

@media screen and (max-width: 520px) {
	ul.product-list li{
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	    -ms-flex-preferred-size: 100%;
	    max-width: 100%;
	}
}

ul.product-list li h3{
	font-size: 18px;
	text-align: center;
	height: 40px;
	overflow: hidden;
	padding: 0 5%;
	color: #000;
}

ul.product-list li img{
	height: auto;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 5px auto;
}

ul.product-list li span.price{
	font-family: "Georgia", Sans-serif;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 7px 0;
	color: #000;
}

.fancybox-bg{
	background: #fff;
}

.fancybox-is-open .fancybox-bg{
	opacity: 1;
}