.form-control {
	height: 34px;
	padding: 0 12px;
	line-height: 34px;
}
/* Base */
a,
.btn-link {
	color: #20a355;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #24b860;
}

a:active,
.btn-link:active {
	color: #1c8e4a;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
	color: #20a355;
}

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

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

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

.mailbox .mailbox-mail .mailbox-close-mail {
	color: #20a355;
}

.mailbox .mailbox-mail .mailbox-close-mail:hover {
	color: #24b860;
}

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

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

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

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

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

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

.open > .dropdown-toggle.btn-primary {
	background: #20a355;
	border-color: #1c8e4a;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #27c567;
}
/* Buttons */
body .btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #20a355;
	border-color: #20a355;
}

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

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

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

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

p.drop-caps.colored.secundary:first-child:first-letter {
	background-color: #20a355;
}
/* Well */
.well.primary {
	background: #20a355;
	border-color: #18783f;
}
/* Form */
.form-control:focus {
	border-color: #4ddc87;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(32, 163, 85, 0.3);
}
/* Header */
.header .toggle-sidebar-left {
	background: #20a355;
}
/* Page Header */
.page-header h2 {
	border-bottom-color: #20a355;
}

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

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

ul.nav-main li .nav-children li.nav-active > a {
	color: #20a355;
}

html.sidebar-light:not(.dark) ul.nav-main > li.nav-active > a {
	color: #20a355;
}
/* Nano Scroller Plugin */
html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
	background: #20a355;
}
/* Nav Pills */
.nav-pills > .active a,
.nav-pills > .active a:hover,
.nav-pills > .active a:focus {
	background-color: #20a355;
}
/* Pagination */
.pagination > li a {
	color: #20a355;
}

.pagination > li a:hover,
.pagination > li a:focus {
	color: #24b860;
}

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

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

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

html .pagination > li.active a,
html.dark .pagination > li.active a {
	background-color: #20a355;
}
/* Fullcalendar */
.fc .fc-toolbar h2:before {
	color: #20a355;
}

.fc .fc-toolbar .fc-button.fc-state-active {
	background-color: #20a355;
}

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

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

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

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

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

.pricing-table .most-popular h3 {
	background-color: #20a355 !important;
	color: #FFF !important;
}
/* Data Tables Loading */
.dataTables_processing {
	background-color: #20a355;
}
/* Accordion */
.panel-group .panel-accordion .panel-heading a {
	color: #20a355;
}
/* Alerts */
.alert-primary {
	background-color: #20a355;
	border-color: #1d964e;
}

.alert-primary .alert-link {
	color: #0f4e29;
}
/* Nestable */
.dd-handle:hover {
	color: #20a355 !important;
}

.dd-placeholder {
	background: #e2f9ec;
	border-color: #20a355;
}
/* Panels */
.panel-highlight .panel-heading {
	background-color: #20a355;
	border-color: #20a355;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widget-twitter-profile .profile-quote {
	background-color: #23b45e;
}

.widget-twitter-profile .profile-quote .quote-footer {
	border-top-color: rgba(40, 206, 107, 0.7);
}

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

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

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

.ui-pnotify .notification-primary {
	background: rgba(32, 163, 85, 0.95);
}

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

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
	background: rgba(32, 163, 85, 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: #20a355;
}
/* Modal */
.modal-block-primary .fa {
	color: #20a355;
}

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

.modal-block-primary.modal-full-color .panel {
	background-color: #27c567;
}

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

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

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

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

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

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

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

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

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

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

.search-results-list .result-thumb .fa {
	background: #20a355;
}
/* Scrollable */
.scrollable.colored-slider .scrollable-slider {
	background: #20a355;
}

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: #20a355;
	border-bottom-color: #20a355;
}
/* Time Picker */
.bootstrap-timepicker-widget table td a:hover {
	background-color: #20a355;
}
/* Loading Progress */
#nprogress .bar {
	background: #20a355;
}

#nprogress .peg {
	box-shadow: 0 0 10px 1px #20a355, 0 0 5px #20a355;
}
/* Zoom */
.img-thumbnail .zoom {
	background: #20a355;
}
/* Owl Carousel */
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #1b8948;
}

.owl-theme .owl-nav [class*="owl-"] {
	background: #20a355;
}

.owl-theme .owl-nav [class*="owl-"]:focus,
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #25bd62;
}
/* Chartist */
.ct-chart .tooltip {
	background: #20a355;
}

.ct-chart .tooltip:after {
	border-top-color: #20a355;
}

.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: #20a355;
}

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
	fill: #20a355;
}

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

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
	fill: #136334;
}

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

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
	fill: #136334;
}

.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: #38d878;
}

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
	fill: #38d878;
}

.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: #030e07;
}

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
	fill: #030e07;
}

.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: #8de9b2;
}

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
	fill: #8de9b2;
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #20a355;
	border-color: #1c8e4a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
	}
}
/* Checkboxes */
html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #20a355;
	border-color: #1c8e4a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Add here all your CSS customizations */
.table-country th:first-child,
.table-country td:first-child,
.table-city th:first-child,
.table-city td:first-child {
	display:none;
}
.form-group img {
	max-width:100%;
}
.img_form {
	margin-bottom:10px;
}
.miniSystemOpenImgs {
	max-width: 100px;
	max-height: 100px;
	margin:5px 0;
	display:block;
}
.cursor-pointer {
	cursor: pointer;
}
.mce-content-body {
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.form-group textarea {
	width:100%;
	/*min-height:350px;*/
}
.fileupload .uneditable-input .fa {
	left: 10px;
	top:10px;
}
.uneditable-input {
	position:relative;
}
.userbox {
	margin: 10px 17px 0 0;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 2em;
	padding: 0 15px 2px;
}
.contCalc  label {
	vertical-align:top;
}
.contCalc  label h5,
#plitaMainBox .backBoxGr h5 {
	margin:0;
}
.contCalc select {
	min-width:100px;
}
.contCalc .ui-menu .ui-menu-item {
	font-size: 0.8em;
	line-height: 2em;
	padding: 2px 16px;
}
#mainTypeBox .selectItem {
	width:200px;
}
#mainTypeBox .selectItem select,
#mainTypeBox .selectItem .ui-selectmenu-button {
	width:100% !important;
}

.ui-state-default .ui-icon {
	background-image:url('../../base/vendor/jqUi/images/ui-icons_888888_256x240.png');
}



.hideCalcBox,
.hideInBoxI,
.hideLentaBoxMZ,
.zamena .hideCalcBox,
.calcContentInner .hideCalcBox,
.terassaTypeHide,
.terassaTypeInfoBoxHide,
.zHide,
.uHide,
.gHide,
.mHide,
.tHide,
.tHideP,
.tHide5,
.pContBox,
#calcPerecritiaBox,
#calcKorobkaBox,
.table.table-no-more tr.tHide,
.table.table-no-more tr.gHide {
	display:none;
}
.table.table-no-more tr.tHide_show,
.tHide_show,
.table.table-no-more tr.gHide_show,
.gHide_show {
	display:table-row;
}

@media (max-width: 970px) {
	.table.table-no-more tr.tHide_show,
	.tHide_show,
	.table.table-no-more tr.gHide_show,
	.gHide_show {
		display:block;
	}
}

.withPatka li,
.avList li {
	visibility:hidden;
	display:none !important;
}
.withPatka .avList li:nth-child(1), .withPatka .avList li:nth-child(3),
.avList li.active,
.withTerassa .avList li:nth-child(1), .withTerassa .avList li:nth-child(2) {
	visibility:visible;
	display:inline-block !important;
}
.avList {
	border-radius:5px 5px 0 0;
}

.calcServ {
	width:100%;
}
.calcServ,
.calcServ td {
	border:none;
}
.calcServ td:first-child {
	width:45%;
}
.calcServ td:nth-child(2) {
	width:9%;
}
.calcServ td:nth-child(3) {
	width:13%;
}
.calcServ td:nth-child(4) {
	width:13%;
}
.calcServ td:nth-child(5) {
	width:20%;
}
.calcServ td:first-child input,
.calcServ td:first-child(2) input,
.calcServ td:first-child(3) input {
	border:none !important;
	width:100% !important;
	cursor:default !important;
}
.calcServ td:first-child(4) input,
.calcServ td:first-child(5) input {
}

.no_background .tab-content {
	background-color:transparent;
	box-shadow:none;
	padding:0 0;
}
.white_box {
	background-color:#fff;
	padding:15px;
	box-shadow:0 1px 5px 0 rgba(0, 0, 0, 0.04);
}





input.readonly_class {
	padding-right:0;
	padding-left:0;
	border:none !important;
	box-shadow:none !important;
}
.bold_font_class {
	font-weight:bold !important;
}
.font_size_26 {
	font-size:26px;
}
.rubl {
	font-family: "Open Sans",Arial,sans-serif;
	font-weight: 400 !important;
	width: auto !important;
	position:relative;
	font-style:normal;
	text-transform:uppercase;
}
.rubl:after {
	border-bottom: 1px solid;
	bottom: 55%;
	content: "";
	height: 1px;
	left: 0;
	margin-bottom: -6px;
	position: absolute;
	width: 70%;
}
.display_inline_block {
	display:inline-block !important;
}
.width_90_p {
	width:89% !important;
}
.bottomSumm .rubl,
.calcSumm .rubl {
	font-size: 26px;
	font-weight: 600 !important;
	margin: 0 0 0 5px;
	color:#555;
}
.bottomSumm .rubl::after,
.calcSumm .rubl::after {
	border-width: 3px;
	bottom: 48%;
}
.width_100 {
	max-width:100px !important;
}
.margin_auto {
	margin:5px auto !important;
}
.line_height_14 {
	line-height: 14px;
}
.calcTable table {
	width:100%;
}

.pre_sums .rubl {
	font-size: 14px;
	font-weight: bold !important;
	margin: 0 2px !important;
	top: 0;
}
.pre_sums .rubl::after {
	border-width: 2px;
	bottom: 60%;
}

#calcFundamentBox .toggle > label {
	background-color:#fff;
}

.service1,
.service2 {
	background:#fff;
	padding:20px;
}

.name_s,
.val_s {
	font-size: 14px !important;
	text-align: left !important;
	text-decoration: none !important;
	cursor: default !important;
	border: none !important;
	background: none !important;
	max-width: none !important;
	border: none !important;
	display: inline;
	line-height: 18px;
	box-shadow: none !important;
	padding-left: 0;
}
.nonInputStyle {
	max-width:none !important;
	background:none !important;
	border:none !important;
	text-decoration:none !important;
	cursor:default !important;
	border:none !important;
	box-shadow:none !important;
}
.preSum1,
.preSum2 {
	text-align:right !important;
	font-weight:600 !important;
	margin-top:5px !important;
	margin-bottom:5px !important;

}

input.h6 {
	font-size: 14px;
	margin:0;
}

.calcSumm {
	overflow:hidden;
}
.sumAll, #sumAll2 {
	cursor:default;
}


.calcBox .calcTable .tblCol50 {
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.calcBox .calcTable .tblCol50_1 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 7%;
}


.table.table-no-more td:before {
	white-space:normal !important;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
	float: right;
	text-align: right;
}
.service1 .table-no-more tbody tr,
.service2 .table-no-more tbody tr {
	border-bottom:1px solid #ddd;
}
.service1 .pre_sums strong,
.service1 .pre_sums i,
.service2 .pre_sums strong,
.service2 .pre_sums i {
	display:inline-block;
}



.name_s2, .val_s2 {
	margin-left: -12px;
	width: 95%;
}


.nav-tabs li a.main_tabs_link {
	font-size: 1.5rem;
	font-weight: bold;
}
.width_63_p {
	width:auto;
}

.relative {
	position:relative;
}
.delete_calc_row {
	display:none;
	margin-top: -12px;
	position: absolute;
	right: 0;
	top: 50%;
}
tr.olldi:hover .delete_calc_row {
	display:block;
}


@media (max-width: 1180px) {
}
@media (max-width: 980px) {
	.delete_calc_row {
		display:block !important;
	}
	.calcTable table.table-no-more tbody td:first-child {
		text-align:center;
	}
	.page-header .breadcrumbs li {
		display:none;
	}
	.page-header .breadcrumbs li:first-child {
		display:inline-block;
	}
	.width_100 {
		max-width:80px !important;
	}
	.service1 .table-no-more tbody td,
	.service2 .table-no-more tbody td {
		border: none;
		display: block;
		width: 45% !important;
		float: right;
		text-align: right !important;
		clear: right;
		min-height: 1.5px;
	}
	.service1 .table-no-more tbody td:first-child,
	.service2 .table-no-more tbody td:first-child {
		width: 55% !important;
		float: left;
		text-align: left !important;
	}
	.service1 .table-no-more tbody td:first-child span,
	.service2 .table-no-more tbody td:first-child span {
		font-size:13px !important;
	}
	.service1 .table-no-more tbody td input,
	.service2 .table-no-more tbody td input {
		text-align:right !important;
		margin-right: 0 !important;
	}
	.service1 .table-no-more tbody td input.name_s2, .service2 .table-no-more tbody td input.name_s2 {
		margin-left: -12px;
		margin-top: 5px;
		text-align: left !important;
		width: 100%;
	}
	.service1 .table-no-more tbody td input.val_s2, .service2 .table-no-more tbody td input.val_s2 {
		margin-top: 5px;
		margin-bottom:5px;
		float:right;
	}
	.width_63_p {
		width:63%;
	}
}
@media (max-width: 768px) {
}
@media (max-width: 479px) {
	.width_63_p {
		width:77%;
	}
}


.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
	background-color: #20A355;
	color: #fff;
}



textarea.textareaConsole {
	line-height: 14px;
	font-family: monospace;
	font-size: 12px;
}



.yadcf-filter-wrapper {
}
.yadcf-filter-wrapper select {
	height: 25px;
	padding: 0;
}
.yadcf-filter-wrapper button {
	margin: -2px 0 0 5px;
	padding: 0 6px;
	display: none;
}
























.ee_buttons {
	padding: 5px 0;
}
.ee_but {
	border:1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 0 3px #ccc;
	padding:2px 10px;
	max-width:250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 5px 5px 0;
	float: left;
	cursor: pointer;
}
.ee_content {
	border:1px solid #ccc;
	padding: 5px;
	min-height: 400px;
}
.ee_grid_box {
	margin: 0 ;
}
.ee_grid_box:before,
.ee_grid_box:after {
	content: " ";
	display: table;
}
.ee_grid_box:after {
	clear: both;
}
.ee_grid_item {
	border:1px dotted #ddd;
	min-height: 50px;
	position: relative;
}
.ee_grid_item .ee_but {
	background: #eee;
	position: absolute;
	left: 0;
	top:0;
	bottom:0;
	right: 0;
	width: 100%;
	height: 100%;
}
.ee_grid_item .ee_but .delete {
	position: absolute;
	bottom: 0;
	left: 5px;
}
.ee_grid_item .ee_but .settings {
	position: absolute;
	bottom: 0;
	right: 5px;
}
.ee_grid_item .ee_but .delete i,
.ee_grid_item .ee_but .settings i {
	font-style: normal;
}
.ee_grid_item .col_text {
	bottom: 5px;
	color: #000;
	cursor: default;
	font-size: 10px;
	left: 50%;
	line-height: 10px;
	margin-left: -16px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 32px;
}



.calc_builder .view {
	display: none;
}
.calc_builder .cb_container .view {
	display: block;
	line-height: 1;
}
.calc_builder .ui-draggable-dragging .view {
	display: block;
}
.calc_builder .lyrow {
	position: relative;
}
.calc_builder .cb_container .column::after {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	color: #9da0a4;
	content: "Column";
	font-size: 8px;
	font-weight: 700;
	left: -1px;
	line-height: 1;
	padding: 3px 7px;
	position: absolute;
	top: -1px;
}
.calc_builder .cb_container .preview,
.calc_builder .cb_buttons_list .boxes,
.calc_builder .cb_buttons_list .configuration,
.calc_builder .cb_buttons_list .remove,
.calc_builder .cb_buttons_list .settings,
.calc_builder .cb_buttons_list .view,
.calc_builder .cb_buttons_list .numb {
	display: none;
}
.calc_builder .cb_container .drag {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.calc_builder .cb_container .lyrow .drag {
	right: 80px;
	top: 5px;
	z-index: 10;
}
.calc_builder .cb_container .row::before {
	border: 1px solid #ccc;
	content: "Row";
	line-height: 2;
}


.add_tab {
	font-size: 18px;
	padding: 10px 10px;
	line-height: 1.42857143;
	cursor: pointer;
}
.tab-btn {
	position: absolute;
	font-size: 12px;
	top: 0;
	cursor: pointer;
}
.edit_tab {
	right: 25px;
}
.remove_tab {
	right: 5px;
}

.calc_builder .cb_container {
	background: #fff;
	border: 1px solid #ccc;
	height: 585px;
	margin: 0;
	padding: 14px;
	position: relative;
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-y: auto;
}
.calc_builder .cb_container .lyrow .drag {
	left: 60px;
	right: auto;
	top: 5px;
	z-index: 10;
}
.calc_builder .cb_container .column .box .drag {
	top: 5px;
}
.calc_builder .cb_container .column .box .configuration {
	position: absolute;
	right: 140px;
	top: 3px;
	white-space: nowrap;
}
.calc_builder .cb_container .column .box .configuration:hover {
	z-index: 1001;
}
.calc_builder .cb_container .column .navbar-fixed-top {
	left: 180px;
	top: 33px;
}
.calc_builder .cb_container .column .navbar-fixed-bottom {
	left: 180px;
}
.calc_builder .cb_container .remove,
.calc_builder .cb_container .remove_row {
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 10;
	height: 12px;
	width: 12px;
	padding: 0;
	text-align: center;
	margin-top: -6px;
	cursor: pointer;
}
.calc_builder-editor .cb_container .remove,
.calc_builder-editor .cb_container .remove_row {
	top: 0;
	margin-top: 0;
}
.calc_builder .cb_container .remove .glyphicon,
.calc_builder .cb_container .settings .glyphicon {
	position: absolute;
}
.calc_builder .cb_container .remove_row {
	margin: 0;
	top:0;
}
.calc_builder .cb_container .numb {
	font-size: 14px;
	font-weight: normal;
	line-height: 0.6;
	opacity: 1;
	position: absolute;
	right: 55px;
	text-transform: uppercase;
	top: 5px;
	z-index: 10;
}
.calc_builder .cb_container .settings {
	position: absolute;
	right: 35px;
	top: 50%;
	z-index: 10;
	height: 12px;
	width: 12px;
	padding: 0;
	text-align: center;
	margin-top: -6px;
	cursor: pointer;
}
.calc_builder-editor .cb_container .settings {
	top: 0;
	margin-top: 0;
}
.calc_builder .cb_container .row::before, .calc_builder .cb_container::after {
	background-color: #f5f5f5;
	color: #9da0a4;
	font-size: 8px;
	line-height: 1;
	font-weight: 700;
	left: -1px;
	padding: 3px 7px;
	position: absolute;
	top: -1px;
}
.calc_builder .cb_container .row::before {
	border: 1px solid #ccc;
	content: "Row";
	line-height: 1;
}
.calc_builder .cb_container::after {
	border: 1px solid #ccc;
	content: "Container";
}
.calc_builder .drag {
	cursor: pointer;
	position: absolute;
	right: 0;
	line-height: 1;
	top: 0;
}
.calc_builder .drag i {
}
.calc_builder .column::after {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	color: #9da0a4;
	content: "Column";
	font-size: 8px;
	font-weight: 700;
	left: -1px;
	padding: 3px 7px;
	position: absolute;
	top: -1px;
}
.calc_builder .container {
	margin: 0;
	width: auto;
}
.calc_builder .cb_buttons_list {
	transition: all 500ms ease 0s;
	width: 100%;
	z-index: 10;
}
.calc_builder .cb_buttons_list .lyrow {
	margin-bottom: 5px;
	padding-top: 15px;
}
.calc_builder .cb_buttons_list .nav-header {
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
}
.calc_builder .cb_buttons_list .nav-header span.label {
	font-size: 10px;
	position: relative;
	top: -1px;
}
.calc_builder .cb_buttons_list .nav-header i.glyphicon-question-sign {
	color: #000;
	text-shadow: 0 1px 0 #ddd;
}
.calc_builder .cb_buttons_list .nav-header .popover {
	color: #999;
	text-shadow: none;
}
.calc_builder .cb_buttons_list .popover-info {
	position: relative;
}
.calc_builder .cb_buttons_list .popover-info .popover {
	display: none;
	left: 15px;
	top: -12.5px;
}
.calc_builder .cb_buttons_list .popover-info:hover .popover {
	display: block;
	opacity: 1;
	width: 400px;
}
.calc_builder .cb_buttons_list .popover-info:hover .popover .arrow {
	top: 23px;
}
.calc_builder .cb_buttons_list .accordion-group {
	border: medium none;
}
.calc_builder .cb_buttons_list li {
	line-height: 28px;
	margin-bottom: 3px;
}
.calc_builder .cb_buttons_list li .lyrow {
	margin-bottom: 5px;
}
.calc_builder .cb_buttons_list .box {
	height: 26px;
	line-height: 26px;
	width: 160px;
}
.calc_builder .cb_buttons_list .preview {
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 20px;
}
/*.calc_builder .cb_buttons_list .preview input {
	color: #999;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	position: relative;
	top: -1px;
	width: 105px;
}*/
.calc_builder .cb_container .preview, .calc_builder .cb_buttons_list .boxes, .calc_builder .cb_buttons_list .configuration, .calc_builder .cb_buttons_list .settings, .calc_builder .cb_buttons_list .remove, .calc_builder .cb_buttons_list .view {
	display: none;
}
.calc_builder .cb_container .box .view {
	display: block;
	padding-top: 30px;
}
.calc_builder .cb_container .column .navbar-fixed-top {
	top: 33px;
}
.calc_builder .cb_container .configuration {
	opacity: 0;
	transition: all 500ms ease 0s;
}
.calc_builder .cb_container .drag, .calc_builder .cb_container .remove , .calc_builder .cb_container .settings, .calc_builder .numb {
	opacity: 0.2;
	transition: all 500ms ease 0s;
}
.calc_builder .cb_container .box:hover .configuration, .calc_builder .cb_container .box:hover .drag, .calc_builder .cb_container .box:hover .settings, .calc_builder .cb_container .box:hover .settings, .calc_builder .cb_container .box:hover .remove, .calc_builder .cb_container .box:hover .numb, .calc_builder .cb_container .lyrow:hover > .configuration, .calc_builder .cb_container .lyrow:hover > .drag, .calc_builder .cb_container .lyrow:hover > .settings, .calc_builder .cb_container .lyrow:hover > .remove, .calc_builder .cb_container .lyrow:hover > .numb {
	opacity: 1;
}
.calc_builder .cb_container .row {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	margin: 0;
	padding: 14px;
	position: relative;
}
.calc_builder .ui-draggable-dragging .view,
.calc_builder .ui-sortable_helper .view {
	display: block;
	width: 160px;
}
.calc_builder .ui-sortable-helper,
.calc_builder .ui-sortable-helper .view {
	width: 100% !important;
}
.calc_builder .label_text {
	font-size: 12px;
	padding-top: 0;
}
.calc_builder .ui-draggable-dragging .drag  {
	background: rgba(0,0,0,1);
}
.calc_builder .ui-draggable-dragging .preview,
.calc_builder .ui-sortable_helper .preview {
	display: none;
}
.calc_builder .ui-draggable-dragging .drag,
.calc_builder .ui-sortable_helper .drag {
	display: block;
}
.calc_builder .ui-sortable-placeholder {
	border-radius: 0px;
	background: rgba(0,0,0,0.1);
	visibility: visible !important;
	height: 25px;
}
.calc_builder .box, .calc_builder .lyrow {
	position: relative;
}
.cb_container .lyrow {
	width: 100% !important;
	height: auto !important;
}
.cb_container .lyrow[data-type="grid"],
.cb_container .lyrow[data-type="label"] {
	margin-bottom: 15px;
}
.cb_container .lyrow[data-type="label"] + .lyrow[data-type="input"],
.cb_container .lyrow[data-type="label"] + .lyrow[data-type="select"] {
	margin-top: -15px;
}
.calc_builder-editor .cb_container .lyrow {
	padding-top: 15px;
	height: auto !important;
}
.calc_builder .column {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 14px 5px 5px;
	position: relative;
	min-height: 50px;
}
.calc_builder.devpreview {
	margin-left: 0;
}
.calc_builder.devpreview .cb_buttons_list {
	left: -200px;
	transition: all 0ms ease 0s;
}
.calc_builder.devpreview .configuration, .calc_builder.devpreview .drag, .calc_builder.devpreview .remove, .calc_builder.devpreview .numb {
	display: none !important;
}
.calc_builder #download-layout, .calc_builder .display-none, .homepage .small-width {
	display: none;
}
.calc_builder.devpreview .demo .box, .calc_builder.devpreview .demo .row {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-top: 0;
}
.calc_builder.devpreview .demo .column {
	padding-bottom: 19px;
	padding-top: 19px;
}
.calc_builder.sourcepreview .column, .calc_builder.sourcepreview .demo .box, .calc_builder.sourcepreview .row {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: 0 0 0 transparent inset;
	margin: 0;
	padding: 0;
}
.calc_builder .latest-group-sidebar {
	margin-bottom: 25px;
}


.hidden-construct .drag,
.hidden-construct .remove,
.hidden-construct .preview,
.hidden-construct .settings,
.hidden-construct .numb {
	display: none;
}

.fixed_buttons {
	background: #ccc none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	display: block;
	height: auto;
	margin: 0;
	min-width: 23%;
	padding: 5px 10px 10px;
	position: fixed;
	right: 0;
	text-align: left;
	text-decoration: none;
	top: 114px;
	width: auto;
	z-index: 1039;
	opacity: 0.6;
}
.fixed_buttons:hover {
	opacity: 1;
}




.column {
	padding-top:0;
}












.mini_helper,
.maxi_helper,
.maxi_helper_check {
	display: none;
}
.mini_helper textarea {
	line-height: 1.5;
}



.mfp-close.panel-action-dismiss {
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 24px !important;
	background: none !important;
}

.btn-add-select-value-line {
	margin: 0 0 15px 15px;
}







.calc-final-box .get_content_big,
.calc-final-box span[data-toggle='tooltip'] {
	position: absolute;
	left: -5px;
	z-index: 2;
	top: -15px;
}



.close-clear-button-fix {
	position: relative;
	width: auto;
	height: auto;
	opacity: 1;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
}



/*24.04.2017*/
.block-line-calc .panel:hover {
	background: #f7f7f7;
}
.view {
	position: relative;
}


.calc-final-box .js-block-add,
.calc-final-box .js-edit-link,
.calc-final-box .send-del-line-id,
.calc-final-box .js-edit-link_home,
.calc-final-box .send-del-id {display: none !important;}
.calc-final-box .block-main-calc .mb-xs {
	margin-bottom: 0px !important;
}

.calc-final-box .block-main-calc {margin-top:30px; padding-bottom: 0;}
.calc-final-box .block-main-calc .form-group {margin:0 -10px;}


/*07.06.2017*/

.send-del-line-id {
	position: absolute;
	top: 4px;
	right: 1px;
}
.calc-final-box .hide_in_calc {
	display: none;
}
.calc-final-box .input-group {
	width: 100%;
}
.calc-final-box input.sum,
.calc-final-box .panel:nth-child(5) input {
	font-weight: bold;
	text-align: right;
	padding-right: 0;
}
.calc-final-box input.ed_izm,
.calc-final-box input.obem:disabled {
	padding-left: 0;
}
.calc-final-box .select2-container {
	width: 100% !important;
}
.calc-final-box input.name_p,
.calc-final-box input.ed_izm,
.calc-final-box input.obem:disabled,
.calc-final-box .panel:nth-child(5) input,
.calc-final-box .input-group .input-group-addon,
.sum_all_project {
	border: none;
	background: none;
	box-shadow: none;
	cursor: default;
	color: #111;
}
.bootstrap-maxlength.label {
	margin-top: -18px;
	margin-left: 3px;
}
.block-line-calc {
	padding: 5px 0;
}

.pre_summ_block {display: none; float: right;}
.pre_summ_block b {margin-left: 5px;}
.calc-final-box .pre_summ_block {display: block;}

.sum_all_project {
	font-size: 40px;
	height: auto;
}
.bottomSumm b {
	font-size: 34px;
}


.remove-line {
	position: absolute;
	top: 50%;
	right: 1px;
	margin-top: -11px;
}


.loading-overlay-showing {
	overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
	opacity: 1;
	visibility: visible;
}

.loading-overlay {
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #FFF;
}


body > .loading-overlay {
	position: fixed;
	z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
	transition: all 0.2;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	height: 20px;
	line-height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
	background-color: #CCC;
	border-radius: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.bounce-loader .bounce1 {
	animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
	animation-delay: -0.16s;
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}

	40% {
		transform: scale(1);
	}
}



.text-white {
	color: #fff;
}
.accardion_box {
	margin: 15px 0;
}
.accardion_box:before,
.accardion_box:after,
.calc_builder .lyrow:before,
.calc_builder .lyrow:after {
	content: '';
	display: table;
}
.accardion_box:after,
.calc_builder .lyrow:after {
	clear: both;
}
.accardion_box .panel-heading {
	background: none;
	padding: 0;
}
.accardion_box .panel-heading .panel-title {
	font-size: 14px;
	background: #f7f7f7;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	border: 1px solid #ccc;
	z-index: 3;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}
.accardion_box .panel-heading .panel-title.collapsed {background: #fff;	border: 1px solid #ccc;}
.accardion_box .panel-heading .panel-title .caret {
	border-top: 0;
	border-bottom: 4px dashed;
}
.accardion_box .panel-heading .collapsed .caret {
	border-top: 4px dashed;
	border-bottom: 0;
}
.accardion_box .panel-collapse {
	margin-top: -1px;
}
.accardion_box .panel-collapse .panel-body {
	background: none;
	padding: 20px 20px 5px;
	border: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #ccc !important;
	outline: none !important;
	box-shadow: none;
	background: #f7f7f7;
	margin-bottom: -1px;
}
.accardion_box .panel-collapse .panel-body .row-1 {
	padding-bottom: 35px;
}
#text_to_save .accardion_box .panel-collapse .panel-body .row-1 {
	padding-bottom: 0;
}

#modal_tooltip_full img {
	max-width: 100%;
}


.text-code {
	font-family: monospace;
	font-size: 14px;
	line-height: 1.3;
	padding: 5px;
	min-height: 200px;
}
select option:disabled {
	background: #ccc;
}

.id-element {
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	font-size: 10px;
	padding: 2px 3px;
	line-height: 1;
	top: 0;
	left: 0;
}
.cb_buttons_list .id-element,
#params_step .id-element {display: none;}




.id-element_name,
.id-element_ed,
.id-element_obem,
.id-element_price,
.id-element_sum {
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	font-size: 10px;
	padding: 1px 2px;
	line-height: 1;
	top: 0px;
	right: 15px;
	text-align: right;
	z-index: 22;
}
.id-element_price,
.id-element_sum {
	right: 45px;
}


#modal_line_calc textarea,
#modal_line_sum textarea {
	min-height: 150px;
	line-height: 1.4;
	padding: 12px;
}


.calc-final-box .block-line-calc-d input.name_p,
.calc-final-box .block-line-calc-d input.ed_izm,
.calc-final-box .block-line-calc-d input.sum {
	background-image: none;
	background-color: #eee;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	cursor: inherit;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.calc-final-box .block-line-calc-d .input-group .input-group-addon {
	background-color: #eee;
	border: 1px solid #ccc;
	display: table-cell;
}
.calc-final-box .block-line-calc-d .input-group-addon:first-child {
	border-right: 0;
}
.calc-final-box .block-line-calc-d .input-group-addon:last-child {
	border-left: 0;
}
.calc-final-box .block-line-calc-d .js-edit-link,
.calc-final-box .block-line-calc .send-del-line-id {
	display: block !important;
}
.hide-line-from-calc {
	display: none;
}

.calc-final-box .hide-line-from-calc {
	position: absolute;
	top: 4px;
	right: 35px;
  display: block;
  z-index: 23;
}
.calc-final-box .delete-from-calc .hide-line-from-calc,
.calc-final-box .delete-from-calc .send-del-line-id,
.calc-final-box .delete-from-calc-manual-show .hide-line-from-calc,
.calc-final-box .delete-from-calc-manual-show .send-del-line-id {
	color: #ccc !important;
}
.calc-final-box .delete-from-calc-manual-hide .hide-line-from-calc {
	color: #5bc0de !important;
}
.calc-final-box .delete-from-calc-manual-hide .send-del-line-id {
	color: #d2322d !important;
}

.calc-final-box .block-line-calc-d .hide-line-from-calc {
	display: none;
}
.calc-final-box .block-line-calc .panel:last-child {
  padding-right: 50px;
}

.delete-from-calc,
.delete-from-calc-manual-hide,
.delete-from-calc-manual-show {
  position: relative;
}
.delete-from-calc:before,
.delete-from-calc-manual-hide:before,
.delete-from-calc-manual-show:before {
  content: '';
  position: absolute;
  width: 100%;
  background: rgba(255,255,255,0.5);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 22;
}
.delete-from-calc-manual-hide:before {
	display: none !important;
}
.delete-from-calc-manual-show:before {
	display: block !important;
}
.etap_res label {
  line-height: 1.1;
}

.calc-final-box .block-main-calc .form-group:last-child {
	display: none;
}


.refresh_obem {
	color: black !important;
	margin-left: 12px;
	visibility: hidden;
}
.refresher {
	color: red !important;
}
.refresh_obem i {}

.calc-final-box .refresh_obem {
	visibility: visible;
}

.calc-final-box .panel-body,
.calc-editor .panel-body {
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.calc-final-box .panel-footer,
.calc-editor .panel-footer {
	background: #eff4f5;
	position: fixed;
	bottom: 0;
	padding: 15px 40px 15px 340px;
	width: 100%;
	left: 0;
	border: none;
	z-index: 1009;
	box-shadow: 0 0 21px rgba(0,0,0,.2);
}
.calc-final-box .panel-footer .col-sm-offset-3,
.calc-final-box .panel-footer .text-center,
.calc-editor .panel-footer .col-sm-offset-3,
.calc-editor .panel-footer .text-center {
	margin-left: 0;
	text-align: left !important;
}

#modal_tooltip_full {
	max-width: 75%;
}
#modal_tooltip_full img {
	width: 100%;
}

#text_to_save {
	padding-top: 0;
	padding-bottom: 15px;
}

#text_to_save .tabs {
	margin-bottom: 0;
}

.calc-final-box #text_to_save .block-main-calc {
	margin-top: 20px;
	margin-bottom: 0;
}
.calc-final-box #text_to_save .block-main-calc:last-child {
}


.form-control-check label {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}
.form-control-check label input {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

@keyframes glowing {
	0% { box-shadow: 0 0 -10px #a3640a;     background-color: transparent; color:#ed9c28;  }
	40% { box-shadow: 0 0 40px #a3640a;     background-color: #ed9c28; color:#fff;}
	60% { box-shadow: 0 0 40px #a3640a;     background-color: #ed9c28; color:#fff;}
	100% { box-shadow: 0 0 -10px #a3640a;     background-color: transparent; color:#ed9c28; }
}

.button-glow {
	/*animation: glowing 3000ms infinite;*/
}


.table-hover > tbody > tr:hover {
	background-color: rgba(32, 163, 85, 0.15);
}


.table-responsive > .table {
	width: 100% !important;
	min-width: 800px;
}


.calc-editor #bloks .block-line-calc.hide_in_calc {
	display: block !important;
	background: rgba(255, 0, 0, 0.2);
}