.tab-content {
	overflow: visible !important;
}

/* BUTTON */

.btn-group-modifier:hover {
	box-shadow: none !important;
}

#cardInformation .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
#credit-card-modal .modal-body {
	padding-top: 0px !important;
}

#generate-buy-buttons-modal .preview {
	padding: 10px;
	border: 1px solid #ccc;
}

.payment-details-block .form-control {
	/*width: 45% !important;*/
}

.img-trial {
	width: 32px;
	height: 32px;
	margin-top: 3px;
	box-shadow: 0 0 0 2px #f1aa40;
}

.img-trial > i {
	margin-top: 2px;
	margin-left: 4px;
	color: #f1aa40;
	float: left;
}

.remove-category {
	margin-top: -3px;
	float: left;
}

.btn {
	/*color: #fff;*/
	/*background: #4CC8D9;*/
	/*border: none;*/
	/*text-shadow: none;*/
	/*border-radius: 4px;*/
}

.btn.btn-success {
	/*background: #5CB85C;*/
}

/*.btn.btn-success:hover,*/
/*.btn.btn-success:active,*/
/*.btn.btn-success:focus {*/
	/*background: #5CB85C;*/
	/*box-shadow: 0 0 0 3px #5CB85C;*/
/*}*/

.btn.btn-warning {
	/*background: #F0AD4E;*/
}

/*.btn.btn-warning:hover,*/
/*.btn.btn-warning:active,*/
/*.btn.btn-warning:focus {*/
	/*background: #F0AD4E;*/
	/*box-shadow: 0 0 0 3px #F0AD4E;*/
/*}*/

.btn.btn-danger {
	/*background: #D9534F;*/
}

/*.btn.btn-danger:hover,*/
/*.btn.btn-danger:active,*/
/*.btn.btn-danger:focus {*/
	/*background: #D9534F;*/
	/*box-shadow: 0 0 0 3px #D9534F;*/
/*}*/

.btn-group-modifier {
	padding: 5px 10px;
	margin-top: 2px;
}

.btn-table {
	color: #4CC8D9;
}

/* submit cancel buttons */

button.btn.btn-primary.editable-submit,
button.btn.editable-cancel {
	box-shadow: none;
}

/* social buttons */

a.auth-service.facebook.btn.btn-facebook:hover,
a.auth-service.twitter.btn.btn-twitter:hover,
a.auth-service.linkedin.btn.btn-linkedin:hover {
	box-shadow: none;
	border: none;
}

/* orders table's buttons */

.btn-group .btn-action-cancelled {
	color: #CC3732;
	background: none;
	box-shadow: none;
}

.btn-group .btn-action-cancelled:hover,
.btn-group .btn-action-cancelled:visited,
.btn-group .btn-action-cancelled:active,
.btn-group .btn-action-cancelled:focus {
	color: #CC3732;
	cursor: default;
	box-shadow: none;
	background: none;
}

.btn-group .btn-action-ready,
.btn-group .btn-action-prepare {
	color: #4CC8D9;
	margin: 0;
	background: none;
	box-shadow: none;
}

.btn-group .btn-action-ready:hover,
.btn-group .btn-action-ready:visited,
.btn-group .btn-action-ready:active,
.btn-group .btn-action-ready:focus,
.btn-group .btn-action-prepare:hover,
.btn-group .btn-action-prepare:visited,
.btn-group .btn-action-prepare:active,
.btn-group .btn-action-prepare:focus {
	color: #4CC8D9;
	box-shadow: none;
	background: none;
}

.btn-group .btn-action-in-progress {
	color: #F26522;
	margin: 0;
	background: none;
	box-shadow: none;
}

.btn-group .btn-action-in-progress:hover,
.btn-group .btn-action-in-progress:visited,
.btn-group .btn-action-in-progress:active,
.btn-group .btn-action-in-progress:focus {
	color: #F26522;
	box-shadow: none;
	background: none;
}

.btn-group .btn.delivered {
	color: #9D9D9D;
	margin: 0;
	background: none;
	box-shadow: none;
}

.btn-group .btn.delivered:hover,
.btn-group .btn.delivered:visited,
.btn-group .btn.delivered:active,
.btn-group .btn.delivered:focus {
	color: #9D9D9D;
	box-shadow: none;
	background: none;
}

.btn-group .btn-action-delivered {
	color: #2E8842;
	margin: 0;
	background: none;
	box-shadow: none;
}

#ui-datepicker-div {
}

.btn-group .btn-action-delivered:hover,
.btn-group .btn-action-delivered:visited,
.btn-group .btn-action-delivered:active,
.btn-group .btn-action-delivered:focus {
	color: #2E8842;
	cursor: default;
	box-shadow: none;
	background: none;
}

.ct-form-control {
	height: 31px !important;
	min-width: 170px !important;
	border-radius: 0px !important;
}

.table-dashboard .table-row-body > .table-cell > .btn-group > a > .caret {
	border-top: 5px solid #333;
	margin-top: 6px;
}

.table-dashboard .tooltip {
	visibility: hidden;
}

.btn-group a.btn {
	text-decoration: none !important;
}

.btn-cancel {
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #4CC8D9;
	color: #4CC8D9;
	background: #ffffff;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 0;
	margin-right: 6%;
	transition: all .06s 0s linear;
}

/*.btn-cancel:hover {*/
	/*box-shadow: 0 0 0 3px #4cc8d9;*/
/*}*/

/*.btn:hover,*/
/*.btn:active,*/
/*.btn:focus {*/
	/*color: #fff;*/
	/*background: #4CC8D9;*/
	/*box-shadow: 0 0 0 3px #4cc8d9;*/
/*}*/

.table-row-body > .table-cell > .btn-group > a {
	min-width: 85px;
}

.table-row-body > .table-cell > .btn-group > a > .text {
	text-align: left;
	float: left;
}

.table-row-body > .table-cell > .btn-group > a > .caret {
	float: right;
	border-top: 4px solid #fff;
}

.open > .dropdown-menu {
	width: auto;
	min-width: 75px;
	margin: 2px 0 0 0;
	text-align: left;
}

.dropdown-menu > li > a {
	width: 100%;
	padding: 0;
	text-decoration: none;
	min-width: 75px;
}

.dropdown-menu > li > a:hover {
	background: #f2f2f2;
}

/* TOGGLE BUTTON STYLE */

.toggle-button {
	border-radius: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}

.toggle-button span.primary, .toggle-button span.labelLeft {
	color: #fff;
	background: #4CC8D9;
	border-radius: 0;
	padding: 0;
}

.toggle-button span.labelRight {
	color: #CDCDCD;
	background: #9A9A9A;
	border-radius: 0;
	padding-right: 0;
}

.toggle-button label {
	border: 1px solid #E6E6E6;
	border-radius: 0;
	background: #fff;
	padding: 0;
	margin: -1px;
}

/* ------------------------------------- */

.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}

a:hover, a:focus {
	/*color: inherit;*/
	cursor: pointer;
}

/* MOBILE MENU */

.mobile-menu {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1001;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #333;
	display: none;
}

caption {
	text-align: left;
}

.popover-content {
	/*min-width: 300px;*/
	/*padding: 10px 15px 10px !important;*/
}

#mainnav {
	height: 108% !important;
}

#container.mainnav-lg .brand-icon {
	width: 30px;
	height: 30px;
	margin-top: 3px;
	margin-left: 11px;
}

.mobile-menu .mobile-menu-button {
	float: left;
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	margin-left: 20px;
}

.mobile-menu .mobile-menu-button.active {
	color: #FF6600;
}

.shipping-settings-block .row {
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

.shipping-settings-block [class*='col'] {
	padding-left: 0px;
}

.fixed-empty-block {
	height: 90px;
	display: none;
}

.popover.right {
	margin-left: 0px !important;
}

.page-header {
}

.container-fluid .popover-content {
	min-width: 310px;
}
/* LINK STYLES */
.editable-click, a.editable-click {
	color: #4B4B4B !important;
	font-size: 15px;
}

.catalog-wrapper .editable-click,.catalog-wrapper  a.editable-click,
.shipping-settings-block .editable-click,.shipping-settings-block a.editable-click,
.delivery-type-block-settings .editable-click,.delivery-type-block-settings  a.editable-click,
.delivery-fee-block .editable-click,.delivery-fee-block  a.editable-click,
#company-weight-range-list .editable-click,#company-weight-range-list  a.editable-click {
	text-decoration: none;
	border-bottom: dashed 0px #4CC8D9 !important;
	color: #4B4B4B !important;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}



a.editable-click:hover {
	color: #4CC8D9;
	cursor: text;
	border-bottom: dashed 1px #4CC8D9;
}

.editable-input .input-medium {
	height: 27px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.editable.editable-click.editable-empty {
	color: #FF6600 !important;
}

.editable.editable-click.editable-on-hover {
	color: #4CC8D9;
}

/* MAIN STYLES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.main-wrapper {
	padding: 0 30px 40px;
	margin: 0 auto;
}

.lblue {
	color: #4CC8D9;
	font-weight: normal;
}

.form-main-title {
	font-size: 20px;
	color: #9A9A9A;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 10px;
}

.order-link,
.order-link:hover {
	color: blue;
	font-size: 1.1em;
	text-decoration: underline !important;
}

.superbadge {
	font-size: 18px;
	background: #ccc;
	display: inline-block;
	padding: 4px 9px;
	border-radius: 14px;
	color: #fff;
	margin-left: 5px;
}

.page-huge-title {
	color: #9A9A9A;
	font-size: 22px;
	font-weight: normal;
}

.page-main-title {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 25px;
}

.page-main-sub-title {
	font-size: 16px;
	color: #9A9A9A;
	font-weight: normal;
}

.page-main-sub-title-bold {
	font-size: 16px;
	color: #9A9A9A;
	font-weight: bold;
}

.page-main-sub-title-bold-large {
	font-size: 18px;
	color: #9A9A9A;
	font-weight: bold;
}

.page-main-text {
	font-size: 16px;
	color: #9A9A9A;
	font-weight: normal;
}

.page-plan-text {
	color: #4B4B4B;
	font-size: 18px;
}

.page-main-bold-text {
	font-size: 16px;
	color: #4B4B4B;
	font-weight: bold;
}

.page-main-link {
	font-size: 16px;
	color: #4CC8D9;
	font-weight: normal;
	text-decoration: underline;
}

.page-main-link:hover {
	text-decoration: none;
	color: #FF6600;
}

.plus-size {
    font-size: 40px;
    margin-right: 20px;
    padding: 10px 0;
    vertical-align: middle;
}

.group-rules-block a {
	display: none;
}

.group-rules {
	border-bottom: 1px dotted #000;
	cursor: pointer;
}


.plus-size {
    font-size: 20px;
    margin-right: 20px;
    padding: 10px 0;
    vertical-align: middle;
}


/* using in pushes */

.main-title {
	font-size: 22px;
	color: #9A9A9A;
	font-weight: normal;
}

.main-text {
	font-size: 16px;
	color: #9A9A9A;
	font-weight: normal;
}

.main-text-bold {
	font-weight: 700;
}

.main-text-bold-black {
	color: #000000;
	font-weight: 700;
}

/* ADMIN PANEL ----------------------------------------- */

/* ADMIN SIDEBAR */

.admin-nav {
	display: block;
	position: fixed;
	left: 30px;
	top: 0;
	bottom: 0;
	width: 270px;
	background: #333333;
	overflow: auto;
}

.admin-nav.active {
	display: block;
	width: 270px;
}

.navbar-brand {
	background-color: transparent;
	color: #fff;
	padding: 0 !important;
	height: 40px !important;
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 220px;
}

.navbar-top-links>li>a {
	display: table-cell !important;
	padding: 0 12px !important;
}

.admin-nav .navbar-inner {
	border: none;
	border-radius: 0;
	background: #333333;
	box-shadow: none;
}

.admin-nav .navbar-inner.active {
	padding: 20px;
}

.admin-nav .btn-navbar {
	display: none;
}

.admin-nav .nav-collapse {
	overflow: hidden;
	height: auto;
	clear: both;
}

.admin-nav .navbar .nav,
.admin-nav .navbar .nav>li {
	float: none;
}

.admin-nav .navbar .nav {
	margin: 0;
}

.admin-nav .navbar-inner {
	padding: 20px 30px;
	margin-top: 26px;
	border-top: 2px solid #292929;
}

.admin-nav .navbar-inner .brand {
	display: none;
}

.admin-nav .dropdown-menu {
	position: relative;
	float: none;
	border: none;
	box-shadow: none;
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0 10px 1px 10px;
}

.admin-nav .navbar .nav>li>.dropdown-menu:before,
.admin-nav .navbar .nav>li>.dropdown-menu:after {
	display: none;
}

.admin-nav .navbar .nav li a,
.admin-nav .navbar .nav li a:focus {
	padding: 14px 20px;
	text-align: left;
	text-shadow: none;
	color: #999;
	border: 2px solid #999;
	margin-bottom: 10px;
	font-size: 20px;
	border-radius: 4px;
	font-weight: bold;
}

.admin-nav .dropdown-menu > li > a {
	padding: 14px 5px;
}

.admin-nav .navbar ul > li > a:hover {
	border-color: #fff;
	color: #fff;
	background-color: #333;
}

.admin-nav .navbar ul > li > a > .caret {
	display: none;
}

.admin-nav .navbar .nav>.active>a,
.admin-nav .navbar .nav>.active>a:hover,
.admin-nav .navbar .nav>.active>a:focus {
	background: #fff;
	border: 2px solid #fff;
	box-shadow: none;
	color: #FF6600;
}

.admin-nav .navbar ul > li.dropdown.active > .dropdown-toggle {
	background: #fff;
	border: 2px solid #fff;
	box-shadow: none;
	color: #FF6600;
}

.admin-nav .navbar .nav li.dropdown.open>.dropdown-toggle,
.admin-nav .navbar .nav li.dropdown.active>.dropdown-toggle,
.admin-nav .navbar .nav li.dropdown.open.active>.dropdown-toggle {
	background: #fff;
	color: #FF6600;
}

.admin-nav .dropdown-menu > li > a {
	width: inherit;
	padding: 14px 10px !important;
}



/* ADMIN SIDEBAR BUTTONS */

li.admin-button-catalog .ico-menu {
	background-position: top 0 left -45px;
}

li.active.admin-button-catalog .ico-menu {
	background-position: top -34px left -45px;
}

li.admin-button-catalog:hover:not(.active) .ico-menu {
	background-position: top -66px left -45px;
}


li.admin-button-stores .ico-menu {
	background-position: top 0 left -316px;
}

li.active.admin-button-stores .ico-menu {
	background-position: top -34px left -316px;
}

li.admin-button-stores:hover:not(.active) .ico-menu {
	background-position: top -66px left -316px;
}


li.admin-button-pushes .ico-menu {
	background-position: top 0 left -271px;
}

li.active.admin-button-pushes .ico-menu {
	background-position: top -34px left -271px;
}

li.admin-button-pushes:hover:not(.active) .ico-menu {
	background-position: top -66px left -271px;
}


li.admin-button-reports .ico-menu {
	background-position: top 0 left -92px;
}

li.active.admin-button-reports .ico-menu {
	background-position: top -34px left -92px;
}

li.admin-button-reports:hover:not(.active) .ico-menu {
	background-position: top -66px left -92px;
}


li.admin-button-settings .ico-menu {
	background-position: top 0 left -360px;
}

li.active.admin-button-settings .ico-menu {
	background-position: top -34px left -360px;
}

li.admin-button-settings:hover:not(.active) .ico-menu {
	background-position: top -66px left -360px;
}


li.active.dropdown.open {
	background-color: #fff;
	border-radius: 4px;
}

.admin-nav .navbar .dropdown-menu > li > a:hover {
	border-color: #333;
	color: #333;
	background-color: #fff;
}

.admin-nav .navbar .dropdown-menu > li > a.active {
	border-color: #333333;
	color: #fff;
	background-color: #333333;
}

.admin-nav .dropdown-menu>li.active>a,
.admin-nav .dropdown-menu>li.active>a:hover,
.admin-nav .dropdown-menu>li.active>a:focus {
	border-color: #333333;
	color: #fff;
	background-color: #333333;
	background-image: none;
}

/* ADMIN WELCOME */

.admin-welcome {
	margin-top: 50px;
}

/* ADMIN SIGN */

.admin-sign .admin-sign-block {
	box-sizing: border-box;
	padding-top: 10px;
}

.form-horizontal .control-label {
	display: table-cell;
	width: 50%;
	padding-right: 10px;
	float: none;
	color: #9a9a9a;
}

.form-horizontal .controls {
	display: table-cell;
	width: 50%;
}

.form-horizontal .form-actions {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	text-align: center;
}

.admin-content .form-horizontal .form-actions .btn {
	margin: 0 5px;
	display: inline-block;
}

/* ADMIN CONTENT ------------*/

.admin-content {
	padding: 15px 20px 20px 20px;
	box-sizing: border-box;
}

.admin-content h2 {
	font-size: 24px;
	color: #9a9a9a;
}

.admin-content h3 {
	color: #333333;
}

/* ADMIN TABLE */

.admin-content .table-bordered {
	border: none;
	border-radius: 0;
}

.admin-content thead {
	background: #4CC8D9;
}

.admin-content .table thead tr th {
	border-right: 1px solid #fff;
	border-radius: 0;
}

.admin-content .table-bordered thead:first-child tr:first-child>th:first-child,
.admin-content .table-bordered tbody:first-child tr:first-child>td:first-child,
.admin-content .table-bordered tbody:first-child tr:first-child>th:first-child,
.admin-content .table-bordered thead:first-child tr:first-child>th:last-child {
	border-radius: 0;
}

.admin-content .table > thead:first-child > tr > th,
.admin-content .table thead tr th:last-child {
	border-radius: 0;
}

.admin-content .table thead tr th a {
	color: #333;
	text-decoration: underline;
}

.admin-content .table-bordered th, .table-bordered td {
	border: none;
}

.admin-content .table tbody td:last-child {
	text-align: center;
}

.admin-content .grid-view [class^="icon-"],
.admin-content .grid-view [class*=" icon-"] {
	background-image: url(../img/arrows.png);
	width: 20px;
	height: 20px;
}

.admin-content .grid-view .nowrap .update {
	background-image: url("../img/glyphicons-halflings.png") !important;
}

.icon-ok-circle {
	background-position: 0px -47px;
}

.icon-remove {
	background-position: -28px -47px;
}

.datepicker thead tr:nth-child(2n) {
	background: #ccc;
}

/*.datepicker th.prev {
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	background-position: top 5px left 8px;
}

.datepicker th.next {
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	background-position: top 5px left -24px;
}

.datepicker thead tr:first-child th.prev:hover,
.datepicker tfoot tr th.prev:hover {
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	background-position: top -18px left 8px;
	background-color: transparent;
}

.datepicker thead tr:first-child th.next:hover,
.datepicker tfoot tr th.next:hover {
	background-image: url(../img/arrows.png);
	background-repeat: no-repeat;
	background-position: top -18px left -24px;
	background-color: transparent;
}

.datepicker th.prev:hover,
.datepicker th.next:hover {
	background: none;
}
*/
.table-condensed th, .table-condensed td {
	padding: 4px;
	text-align: center;
}

i.icon-arrow-left,
i.icon-arrow-right {
	display: none;
}


/* TABLE POPUP */

.editable-container.editable-popup {
	border-radius: 0;
}

/*
.popover-title {
	border-radius: 0;
	background: #4CC8D9;
	color: #fff;
	font-size: 18px;
}
*/

.popover-content input[type="text"] {
	background-color: #f2f2f2;
}

/* ADMIN FORM HORIZONTAL */

.admin-content .form-horizontal {
	border: 2px solid #E8E8E8;
	border-radius: 4px;
	max-width: 500px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px 30px;
}

.admin-content legend {
	border: none;
	font-size: 22px;
	color: #999999;
}

/* ADMIN CHECKBOX */

.admin-content label.checkbox {
	display: block;
	position: relative;
	padding: 5px 5px 5px 40px;
}

.admin-content input[type="checkbox"] {
	margin-left: -18px;
	position: absolute;
}

.admin-content input[type="checkbox"] {
	background: url(../img/checkbox.png) 0 -25px no-repeat;
	padding-left: 0;
}

.admin-content input[type="checkbox"]:checked + label {
	background-position: -32px 7px;
}

.admin-content input[type="checkbox"]:focus {
	box-shadow: none;
}

/* ADMIN REPORTS -------------*/

/* CIRCLE CHART */

.bootstrap-widget-header {
	border-radius: 0;
	background: #f2f2f2;
}

.bootstrap-widget-content {
	border-radius: 0;
}

/* DATA RANGE */

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .input-small {
	border-radius: 0;
}

.dropdown-menu {
	border-radius: 0;
}

.datepicker table tr td:hover {
	cursor: pointer;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	background-image: none;
	border-radius: 100px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

/*.datepicker-days table thead tr {
	color: #9a9a9a;
}

.datepicker table tr td.day.old,
.datepicker table tr td.day.new {
	color: #e2e2e2;
}

.datepicker table tr td.day {
	color: #000000;
}*/

.datepicker table tr td.day:hover,
.datepicker table tr td span:hover {
	border-radius: 100px;
	background: yellow;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active {
	background-color: #FF6600;
}

/* BUTTONS LINKS */

.btn-links .btn-info {
	background: #fff;
	color: #4CC8D9;
	border: none;
	box-shadow: none;
}

.btn-links .btn-info.active,
.btn-links .btn-info.active:hover {
	color: #333;
}

.btn-links .btn-info:hover {
	color:#9a9a9a;
}

.btn-links .btn-large {
	padding: 5px 50px;
}

.data-range-text {

}

/* ----------------------------------------------------- */

/* MAIN PAGE CLASS CONTROL */

/* REQUIRED-BLOCK */

.complete-step.required-block .required-icon .done-link {
	background-position: center right 16px;
	background-color: #4CC8D9;
}

.complete-step.required-block .required-info,
.complete-step.required-block .required-submit {
	display: none;
}

/* REGISTRATION STEPS */

.first-step.start-page .launch-line.half,
.second-step.start-page .launch-line.half,
.second-step.start-page .launch-line.three-fourth,
.third-step.start-page .launch-line.half,
.third-step.start-page .three-fourth,
.third-step.start-page .launch-line.full {
	color: #4CC8D9;
	text-decoration: underline;
}

.third-step.start-page a:hover {
	text-decoration: none;
	color: #FF6600;
}

/* ROCKET PROGRESS BAR */

.first-step.start-page .rocket .progress-border-step {
	top: 0;
}

.second-step.start-page .rocket .progress-border-step {
	top: 124px;
	right: 0;
}

.third-step.start-page .rocket .progress-border-step {
	top: 0;
	right: 0;
}

/* ----- control panel ----- */

.sidebar {
	width: 270px;
	background: #333333;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	display: block;
	z-index: 1000;
}

.logo {
	display: block;
	padding: 18px 0 18px 0;
	height: 54px;
}

.introjs-helperNumberLayer {
	padding: 11px 11px 11px 8px !important;
	width: 28px !important;
	line-height: 2px !important;
}

.logo-block {
	border-bottom: 2px solid #292929;
	box-sizing: border-box;
	padding: 0 30px;
	min-height: 90px;
}

.logo-title {
	font-size: 42px;
	font-family: 'NeoSansW1G-Regular', sans-serif;
	color: #fff;
	vertical-align: middle;
}

.logo:hover {
	text-decoration: none;
}

.sidebar-header {
	display: block;
	box-sizing: border-box;
	padding: 20px 30px;
	font-family: 'NeoSansW1G-Light', sans-serif;
}

.admin-content .grid-view .filters input,
.admin-content .grid-view .filters select {
	width: 94%;
	border: 1px solid #ccc;
}

.sidebar-header p {
	color: #999999;
	font-size: 16px;
	line-height: 25px;
	word-wrap: break-word;
}

.user-name {
	margin-top: 5px;
	color: #fff;
	font-size: 24px;
}

.ico-control {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	background-color: #1A1A1A;
	vertical-align: top;
	text-align: center;
	line-height: 29px;
}

.ico-control .ico {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/sidebar-control.png);
	background-repeat: no-repeat;
	vertical-align: top;
}

.ico.logout {
	background-position: top 0 left 0;
	margin-left: 2px;
	margin-top: 4px;
	top: 0px !important;
}

.ico.view {
	background-position: top 0 left -17px;
}

.control-text {
	border-bottom: 1px solid;
	font-size: 16px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
	max-width: 72px;
	line-height: 17px;
}

.control-link:hover .control-text {
	color: #999999;
	border-bottom: 1px solid #999999;
}

.control-link:hover {
	text-decoration: underline;
}

/* ----- control menu ----- */

.menu {
	border-top: 2px solid #292929;
	border-bottom: 2px solid #292929;
	list-style: none;
	padding: 19px 8px 15px 9px !important;
	margin: 0;
	font-family: 'NeoSansW1G-Regular', sans-serif;
}

.menu li {
	margin-bottom: 10px;
}

.ico-menu {
	display: inline-block;
	background: url(../img/menu-icons.png) no-repeat;
	width: 38px;
	height: 30px;
	vertical-align: middle;
	margin-right: 0.5em;
}

.menu-button-text {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	max-width: 110px;
}

/* ----- control menu buttons ----- */

.menu li.active a {
	color: #EB6006;
}

.menu li.menu-button-dashboard:hover:not(.active) .ico-menu {
	background-position: top -66px left 0;
}

.menu li.menu-button-catalog:hover:not(.active) .ico-menu {
	background-position: top -66px left -45px;
}

.menu li.menu-button-report:hover:not(.active) .ico-menu {
	background-position: top -66px left -92px;
}

.menu li.menu-button-account:hover:not(.active) .ico-menu {
	background-position: top -66px left -136px;
}

.menu li.menu-button-member:hover:not(.active) .ico-menu {
	background-position: top -66px left -180px;
}

.menu li.menu-button-pushes:hover:not(.active) .ico-menu {
	background-position: top -66px left -271px;
}

.menu li.menu-button-daily:hover:not(.active) .ico-menu {
	background-position: top -66px left -224px;
}

.menu li.active.menu-button-dashboard a,
.menu li.active.menu-button-catalog a,
.menu li.active.menu-button-report a,
.menu li.active.menu-button-account a,
.menu li.active.menu-button-member a,
.menu li.active.menu-button-daily a,
.menu li.active.menu-button-pushes a {
	background-color: #fff;
	border: 1px solid #fff;
}


li.active.menu-button-dashboard .ico-menu {
	background-position: top -34px left 0;
}

li.menu-button-dashboard .ico-menu {
	background-position: top 0 left 0;
}

li.active.menu-button-catalog .ico-menu {
	background-position: top -34px left -45px;
}

li.menu-button-catalog .ico-menu {
	background-position: top 0 left -45px;
}

li.active.menu-button-report .ico-menu {
	background-position: top -34px left -92px;
}

li.menu-button-report .ico-menu {
	background-position: top 0 left -92px;
}

li.active.menu-button-account .ico-menu {
	background-position: top -34px left -136px;
}

li.menu-button-account .ico-menu {
	background-position: top 0 left -136px;
}

li.active.menu-button-member .ico-menu {
	background-position: top -34px left -180px;
}

li.menu-button-member .ico-menu {
	background-position: top 0 left -180px;
}

li.active.menu-button-daily .ico-menu {
	background-position: top -34px left -224px;
}

li.menu-button-daily .ico-menu {
	background-position: top 0 left -224px;
}

li.active.menu-button-pushes .ico-menu {
	background-position: top -34px left -271px;
}

li.menu-button-pushes .ico-menu {
	background-position: top 0 left -271px;
}

/* -------------------- */

.select2-container-multi .select2-choices .select2-search-choice {
	margin: 6px 0 3px 5px !important;
}

.select2-search-choice-close {
	top: 9px !important;
}

.menu .invisible {
	display: none;
}

.menu > li > a {
	display: block;
	text-decoration: none;
	height: 100%;
	padding: 14px 0px 14px 10px;
	color: #999;
	font-size: 20px;
	border: 2px solid #999999;
	border-radius: 4px;
}

.menu > li > a:focus {
	background: transparent !important;
}

.menu > li.active > a:hover {
	color: #EB6006;
	border: 1px solid #9A9A9A;
	background: #fff !important;
}

.menu > li > a:hover {
	background: transparent !important;
	color: #fff;
	border: 2px solid #fff;
}

.sidebar-footer {
	box-sizing: border-box;
	padding: 15px 30px 0 30px;
	font-family: 'NeoSansW1G-Light', sans-serif;
}

.sidebar-footer a {
	color: #999999;
	font-size: 16px;
	display: inline-block;
	line-height: 16px;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	margin-right: 50px;
	box-sizing: border-box;
	height: 17px;
}

.sidebar-footer a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #999;
}

/* START PAGE */

.start-page {
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px;
	font-family: 'NeoSansW1G-Light', sans-serif;
}

/* TOP BLOCK */

.trial-info {
	float: right;
	font-size: 16px;
	margin: 16px 0;
}

.trial-time {
	display: inline-block;
	margin: 0;
}

.trial-days {
	color: #FF6600;
}

.trial-sign {
	color: #5DCCDC;
	text-decoration: underline;
}

.clear {
	float: none;
	clear: both;
}

/* MIDDLE BLOCK */

.middle-block {
	background: #F2F2F2;
	box-sizing: border-box;
	padding: 45px 90px;
	margin-bottom: 30px;
}

.steps {
	display: inline-block;
	text-align: right;
	width: 64%;
}

.complete-title {
	text-align: left;
	color: #B3B3B3;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 24px;
}

.complete-title-size {
	font-size: 24px;
	font-weight: 700;
}

.required-block {
	position: relative;
	width: 620px;
	border: 2px solid #E6E6E6;
	margin-bottom: 10px;
	text-align: left;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	background: #fff;
}

.required-info {
	color: #FF6600;
}

.required-block {
	position: relative;
	background: #fff;
	border: 2px solid #F2F2F2;
}

.required-block:after, .required-block:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.required-block:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 26px;
	margin-top: -26px;
}

.required-block:before {
	border-color: rgba(242, 242, 242, 0);
	border-left-color: #F2F2F2;
	border-width: 26px;
	margin-top: -26px;
}

.required-icon {
	float: left;
	position: absolute;
	width: 58px;
	top: 0;
	left: 0;
	bottom: 0;
}

.required-icon .ico {
	width: 58px;
	height: 100%;
	display: inline-block;
	background: url(../img/alert-done.png) no-repeat center;
}

.required-icon .done {
	background-position: center right 16px;
	background-color: #4CC8D9;
}

.required-icon .not-done {
	background-position: center right -34px;
}

.required-block .required-submit {
	color: #5DCCDC;
	text-decoration: underline;
	display: inline-block;
}

.required-text {
	margin-left: 70px;
	margin-bottom: 0;
	padding: 5px 5px 5px 0;
	min-height: 40px;
}

.launch {
	display: inline-block;
	margin-top: 16px;
	color: #B3B3B3;
	font-weight: 700;
	font-size: 24px;
}

.launch:hover {
	text-decoration: none;
	color: #B3B3B3;
}

.launch-line.quarter {
	color: #4CC8D9;
	text-decoration: underline;
}

.rocket-wrapper {
	position: absolute;
	width: 244px;
	height: 244px;
	border-radius: 50%;
	overflow: hidden;
	top: 3px;
	left: 3px;
	background: #E6E6E6;
}

.progress-border {
	width: 126px;
	height: 126px;
	background: #4CC8D9;
	position: absolute;
	top: 0;
	right: 0;
}

.progress-border-step {
	width: 250px;
	height: 250px;
	background: #4CC8D9;
	position: absolute;
	top: -124px;
	right: -124px;
}

.rocket {
	position: relative;
	height: 230px;
	width: 230px;
	vertical-align: top;
	display: inline-block;
	margin: 20px 0 10px 70px;
	text-align: center;
	border-radius: 50%;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
}

.rocket.active .progress-border-step {
	background-color: deepskyblue;
}

.rocket.active .rocket-icon {
	-moz-transform: scale(1) rotate(50deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
	-webkit-transform: scale(1) rotate(50deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
	-o-transform: scale(1) rotate(50deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
	-ms-transform: scale(1) rotate(50deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
	transform: scale(1) rotate(50deg) translateX(1px) translateY(1px) skewX(1deg) skewY(1deg);
}

.rocket .ico {
	display: inline-block;
	width: 78px;
	height: 100%;
	line-height: normal;
	vertical-align: text-top;
	background-image: url("../img/rocket.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transition: all .4s 0s linear;
}

.rocket-icon {
	position: relative;
	background-position: 0 -48px;
	z-index: 20;
}

.earth {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	border-radius: 50%;
	background-color: #ccc;
	-webkit-transition: all .4s 0s linear;
	top: 82%;
	left: 0;
}

.rocket.active .earth {
	top: 100%;
	right: 100%;
}

.blue-sky {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	left: 100%;
	border-radius: 50%;
	bottom: 100%;
	-webkit-transition: all .4s 0s linear;
	background-color: deepskyblue;
}

.rocket.active .blue-sky {
	left: 0;
	bottom: 0;
}

.star {
	display: none;
	z-index: 10;
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../img/star.png) no-repeat;
}

.first-step.start-page .rocket .star-step-first {
	display: block;
	right: 157px;
	top: 25px;
}

.second-step.start-page .rocket .star-step-first {
	display: block;
	right: 157px;
	top: 25px;
}

.second-step.start-page .rocket .star-step-second {
	display: block;
	right: 40px;
	bottom: 100px;
}

.third-step.start-page .rocket .star-step-first {
	display: block;
	right: 157px;
	top: 25px;
}

.third-step.start-page .rocket .star-step-second {
	display: block;
	right: 40px;
	bottom: 100px;
}

.third-step.start-page .rocket .star-step-third {
	display: block;
	right: 190px;
	bottom: 150px;
}

.star-step-third {
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../img/star.png) no-repeat;
	right: 190px;
	bottom: 150px;
}

.dashboard-title {
	color: #5DCCDC;
	font-size: 42px;
	margin-top: 34px;
	line-height: normal;
}

/* BOTTOM BLOCK */

.bottom-block {
	position: relative;
	padding: 0 20px;
}

.bottom-hide-block {
	height: 52px;
	position: relative;
	display: block;
}

.bottom-hide-block .trial-info {
	display: none;
}

.info-registration-complete {
	width: 420px;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 4px 1px #A6A6A6;
	box-shadow: 0 1px 4px 1px #A6A6A6;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	top: 100px;
	font-size: 16px;
}

/* DASHBOARD */

.step-progress-bar {
	margin: 30px 0;
}

.step-progress-bar .span3 {
	background: #f2f2f2;
	padding: 8px;
	line-height: 45px;
}

.progress-title .colored-progress {
	color: #F27C44;
}

.progress-title .colored-ready {
	color: #4CC8D9;
}

.progress-title .colored-completed {
	color: #2E8842;
}

.step-progress-bar .progress-title {
	margin: 0;
	display: inline-block;
	font-size: 18px;
	color: #9A9A9A;
	vertical-align: middle;
}

.step-progress-bar .count-number {
	float: right;
	font-size: 28px;
	color: #9A9A9A;
	word-wrap: break-word;
	margin-top: 1px;
}

.step-progress-bar .ico-progress-bar {
	display: inline-block;
}

.ico-progress-bar span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	font-weight: bold;
}

.step-progress-bar .ico-progress-bar .ico {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../img/progress-bar.png) no-repeat;
	vertical-align: middle;
}

.step-progress-bar .ico.in-progress {
	background-position: top -50px left 0;
}

.step-progress-bar .ico.ready {
	background-position: top -100px left 0;
}

.step-progress-bar .ico.completed {
	background-position: top -150px left 0;
}

.recent-orders {
	font-size: 24px;
	color: #9A9A9A;
}

.recent-orders span {
	vertical-align: middle;
}

.recent-circle {
	display: inline-block;
	line-height: 30px;
	background: #CCCCCC;
	border-radius: 50px;
	padding: 0 10px;
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
}

/* DASHBOARD MODAL */

#orderView {
	padding: 15px;
	left: 0px;
	background: #fff;
	z-index: 101010;
}

#shipping-info-modal {
	left: 0px;
	background: #fff;
	z-index: 101010;
}

#shipping-info-modal .modal-body > table{
	margin: 0 auto;
}

#shipping-info-modal .modal-header {
	text-align: center;
	text-transform: uppercase;
}

#shipping-info-modal .modal-dialog {
	width: 100%;
}

#shipping-info-modal .modal-content {
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
	padding: 50px;
}

#orderView .table td {
	line-height: 40px;
}

#orderView::before {
	content: none !important;
}

.bottom-block .modal-body {
	padding: 0 15px 15px 15px;
}

.bottom-block .modal-header {
	border: none;
}

.bottom-block .modal-header .close {
	margin: 0;
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 5px;
}

.margin-b {
	margin-bottom: 10px;
}

.weight-b {
	font-weight: bold;
}

.modal-text {
	color: #000;
	font-size: 16px;
}

.bottom-block .table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
	/*background: #A5E3EC;*/
}

.bottom-block .table-striped tbody > tr > td:nth-child(2) {
	text-align: center;
	width: 10%;
}

.bottom-block .table-striped tbody > tr > td:last-child,
.bottom-block .table-striped tbody > tr > th:last-child {
	text-align: right;
	width: 20%;
}

/* DASHBOARD TABLE */

/* dashboard table icons */

.table-dashboard li a [class^="icon-"],
.table-dashboard li a [class*=" icon-"] {
	background-image: url(../img/push-icons.png);
	background-repeat: no-repeat;
	background-position: top 0px left 0px;
	margin: 1px 5px;
	width: 16px;
	height: 16px;
}

.table-dashboard .dropdown-menu>li>a:hover>[class*=" icon-"] {
	background-image: url(../img/push-icons.png);
	background-repeat: no-repeat;
}

.table-dashboard li a i.icon.icon-prepare-drop {
	background-position: top 0px left -32px;
}
.table-dashboard li a i.icon.icon-ready-drop {
	background-position: top 0px left -48px;
}
.table-dashboard li a i.icon.icon-deliver-drop {
	background-position: top 0px left -32px;
}
.table-dashboard li a i.icon.icon-cancel-drop {
	background-position: top 0px left -16px;
}

.dropdown-menu .table-cell a, .table-cell a, .table-cell a:hover {
	text-decoration: none;
}

.table-dashboard .dropdown-menu>li>a {
	text-decoration: none;
}

.table-dashboard .dropdown-menu>li>a:hover,
.table-dashboard .dropdown-menu>li>a:focus,
.table-dashboard .dropdown-submenu:hover>a,
.table-dashboard .dropdown-submenu:focus>a {
	color: #333333;
}

/*-----------------------*/

.bottom-block .table-admin {
	color: #333;
	display: table;
	width: 100%;
	padding-top: 20px;
	position: relative;
}

.bottom-block .table-admin .table-cell .row-fluid {
	line-height: 30px;
}

.bottom-block .table-row-header {
	color: #000000;
	background-color: #5DCCDF;
	display: table-row;
	width: 100%;
}

.pagination {
	position: absolute;
}

.bottom-block .table-dashboard .table-cell:first-child {
	text-align: center;
	width: 10%;
}

.bottom-block .table-dashboard .table-cell:nth-child(2) {
	display: none;
	width: 40%;
}

.bottom-block .table-dashboard .table-cell:nth-child(3) {
	width: 20%;
}

.bottom-block .table-dashboard .table-cell:nth-child(4) {
	width: 20%;
}

.bottom-block .table-dashboard .table-cell:nth-child(5) {
	width: 40%;
	word-break: break-word;
}

.bottom-block .table-dashboard .table-cell:last-child {
	text-align: left;
	color: #4B4B4B;
	width: 10%;
}

.table-cell:last-child {
	color: #4B4B4B;
}

.bottom-block .table-cell {
	display: table-cell;
	border-left: 1px solid #ffffff;
	height: 30px;
	vertical-align: middle;
	padding: 4px 10px;
}

.bottom-block .table-row-header a,
.table-row-header span,
.table-row-header a,
.table-row-header a:hover {
	color: #4B4B4B;
	/*display: block;*/
}

.bottom-block .table-cell a,
.table-cell a,
.table-cell a:hover {
	/*text-decoration: underline;*/
}
#scroll-top {
	bottom: 25px !important;
	right: 95px !important;
}

.img-balloon {
	background-image: url("../img/bg-img/slider2.jpg");
}



#content-container {
	min-height: 100vh;
}

#container.mainnav-in #mainnav-container.product-page{
	left: -220px !important;
}

.membership-page h3 {
	margin-top: 0px !important;
	margin-bottom: 15px !important;
	padding-top: 10px !important;
	border-bottom: 0px !important;
}

/* ----- CATALOG ----- */

.wrapper-toggle-slide h5 a{
	display: none;
	color: #ff6600;
}
ul.yiiPager .page a,
ul.yiiPager .last a,
ul.yiiPager .next a,
ul.yiiPager .first a,
ul.yiiPager .previous a {
	padding: 8px 10px !important;
}

@media (min-width: 767px) {
	.jFiler-input-dragDrop {
		width: width: 176px !important;
		padding: 5px !important;
	}
	.input-group-btn .btn.btn-purple {
		margin-top: -9px;
		height: 29px;
	}
	#shipping-info-modal {
		padding: 40px !important;
	}
}

@media (max-width: 767px) {
	.wrapper-toggle-slide{
		overflow-x: hidden;
		padding-bottom: 10px;
	}

	.wrapper-toggle-slide h5 a, .wrapper-toggle-slide h5 a:focus, .wrapper-toggle-slide h5 a:visited{
		display: block;
	}

	.wrapper-toggle-slide > .row-fluid{
		width: 200%;
		display: block;
	}

	.wrapper-toggle-slide > .row-fluid > [class*="span"]{
		float: left;
	}

	.wrapper-toggle-slide > .row-fluid > [class*="span"]:first-of-type{
		margin-right: 2%;
		width: 48%;
	}

	.wrapper-toggle-slide > .row-fluid > [class*="span"]:last-of-type{
		width: 50%;
	}

	.wrapper-toggle-slide > .row-fluid > [class*="span"] .ui-sortable{

	}
}

.catalog-wrapper .type-title {
	padding: 0;
}

.main-wrapper .widget-crop-image {
	position: relative;
}

.widget-crop-image {
	border: 2px dashed #4CC8D9;
}

.image-panel {
	height: 150px;
	top: 0px;
	position: absolute;
	width: 100%;
	background-color: #4CC8D9;
	display: none;
	padding: 2px;
	color: white;
	left: 0px;
}

.widget-crop-upload-image:hover .image-panel {
	display: block;
}

.widget-input-file,
.widget-wrap-upload,
.widget-button-close {
	background-color: transparent;
	border-radius: 0;
	opacity: 1;
	cursor: pointer;
}

.image-panel [class^="icon-"],
.image-panel [class*=" icon-"] {
	background-image: url("../img/arrows.png");
}

.image-panel .icon-remove {
	background-position: -30px -49px;
}

.image-panel .icon-folder-open {
	background-position: 0px -73px;
	width: 16px;
}

/* Category */
.name-category {
	background: #f2f2f2;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	height: 60px;
	border: 1px solid #ccc;
}

.name-category:hover {
	background: #FEEFE8;
}

.name-category:hover .ico.category-remove-sign {
	background-position: left -30px top 0;
	opacity: 1;
}

.name-category.empty .badge {
	background-color: #ff6600;
}

.name-category.active {
	background: #E4F7F9;
}

.name-category.active:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 10px;
	border-color: transparent transparent transparent #cccccc;
}

.category-left-block {
	display: inline-block;
	position: absolute;
	left: 10px;
	height: 100%;
	line-height: 60px;
}

.category-middle-block {
	display: block;
	padding: 0 65px 0 35px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-right-block {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 60px;
}

.category-right-block .badge {
	font-size: 18px;
	line-height: 18px;
	border-radius: 30px;
	padding: 6px 10px;
	vertical-align: middle;
	text-shadow: none;
	background: #C2C2C2;
	margin-right: 5px;
}

/* Product */
.note-popover .popover-content,
.panel-heading.note-toolbar {
	color: #333 !important;
	background-color: #f5f5f5 !important;
	border-color: #ddd !important;
}
.name-product {
	background: #f2f2f2 !important;
	cursor: pointer;
}

.ico.ico-empty {
	display: none;
}

.name-product.empty .ico.ico-empty {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-empty.png);
	background-size: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: 10px;
	vertical-align: middle;
}

.accordion-group.name-product:hover {
	background: #FEEFE8 !important;
}

.name-product-header:hover .ico.category-remove-sign {
	background-position: left -30px top 0;
	opacity: 1;
}

.name-product.active {
	background: #E4F7F9 !important;
}

.name-product .accordion-toggle {
	padding: 0;
	padding: 0px 0px 0px 20px;
	border: 1px solid #ccc;
}

.name-product.accordion-group {
	margin-bottom: 5px;
	border: none;
	/*padding: 0px 0px 0px 20px;*/
	background-color: #E4F7F9;
	border-radius: 0;
}

.name-product:hover .ico-move-remove-sign {
	color: #8c8c8c;
}

.name-product.container-fluid, .name-product .container-fluid {
	padding: 0px;
}

.name-product .accordion-toggle.group-item{
  padding: 0;
  background: #CCDCD6;
  margin-bottom: 10px;
}

.modifier-item:first-child {
	margin-top: 34px;
}

.modifier-item:last-child {
	margin-bottom: -17px;
}

.modifier-item {
	padding: 10px 10px;
}

.modifier-item:hover {
}

.new-modifier-item {
  margin-top: 20px;
  margin-right: 34px;
  margin-left: -35px;
  margin-bottom: -20px;
  border: 2px dotted #999;
  background: #fff;
  padding: 10px 0px;
}

.product-item h4.product-item-name {
	margin-top: 2px;
	text-transform: uppercase;
}

.product-item .product-item-price {
	margin-top: 5px;
	float: left;
	font-weight: 600;
}

.name-product .add-image-video {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.name-product-header {
	position: relative;
	min-height: 60px;
}

.product-left-block {
	display: inline-block;
	position: absolute;
	left: 10px;
	height: 100%;
	line-height: 60px;
}

.product-middle-block {
	display: block;
	padding: 0 85px 0 35px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-right-block {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 60px;
}

.product-block {
	padding-top: 0.4em;
}

.product-block .editable-container.editable-inline {
	margin-top: -0.4em;
}

.product-right-block a {
	vertical-align: middle;
}

.relative-image {
	position: relative;
	max-width: 150px;
	margin-bottom: 0;
}

.center-block {
	/* The rules here should not be applied to .center-block! */
	/* .center-block is a standard Bootstrap class, to be used widely. */
	/* If such specific styling is needed in some location, a specific class should be used */
/*	color: #4CC8D9;
	font-size: 16px;
	display: block;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 70px;
	height: 60px;*/
}

.image-video-wrapper {
	position: relative;
	display: block;
	text-align: center;
	max-width: 140px;
	height: 140px;
	border: 2px dashed #4CC8D9;
}

.image-change {
	position: absolute;
	right: 0;
	z-index: 1;
}

.name-product .product-description {
	padding-left: 0px;
	padding-right: 0px;
}

div.product-attribute, .product-attribute > div {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.product-item .editable-click,
.product-item  a.editable-click,
.product-item  a.editable-click:hover {
	/*line-height: 33px;*/
}
.product-item .editable-container.editable-inline {
	/*line-height: 34px;*/
}

.name-product .add-extra,
.name-product .add-extra-modifier,
.no_cost-product .add-extraadd, .add-extra-addon {
	margin-bottom: 10px;
}

.extraItemsList,
.extraItemsListModifier {
	padding: 0px 13px !important;
}

.add-extra-block {
	height: 60px;
	line-height: 58px;
	border: 1px solid #ddd;
	margin-bottom: 5px !important;
	padding: 0 10px;
}

.product-item .input-group-addon > .form-checkbox,
.product-item .input-group-addon > .form-radio {
	margin-bottom: 0px;
	font-size: 12px;
}

.add-extra-block:hover .ico.category-remove-sign,
.add-extraadd-block:hover .ico.category-remove-sign {
	background-position: left -30px top 0;
	opacity: 1;
}

.extra-left-block {
	float: left;
	padding-left: 15px;
}

.extra-right-block {
	text-align: center;
	margin-right: 10px;
	position: absolute;
	right: 15px;
}

.extra-right-block a {
	vertical-align: middle;
}

.modifier .editable-input input[type="text"] {
	width: 89px;
}

.modifier input[name="typeahead"] {
	margin-top: 10px;
	width: 100px;
	border: none;
	border-radius: 0px;
}

.modifier-group .editable-buttons {
	line-height: 36px;
}

.modifier-group .editable-buttons > span:hover{
	border: none;
	box-shadow: none;
}

ul.groups-list {
	margin-top: -10px;
	background: #fff;
	margin-left: 0px;
	position: absolute;
	display: block;
	min-width: 110px;
	z-index: 100;
}

ul.groups-list > li {
	list-style: none;
	padding: 3px 10px;
}

/* NAME PRODUCT MODAL */

.name-product .modal.fade.in {
	width: 70%;
	left: 0;
	right: 0;
	margin: auto;
}

.name-product .modal-body {
	position: relative;
	width: 100%;
	text-align: left;
	overflow: visible;
	padding: 0;
}

.image-video-wrapper .btn {
	color: #5DCCDC;
	border-radius: 0;
	border: 1px solid;
	font-size: 18px;
	background: #fff;
	padding: 8px 20px;
}

.image-video-wrapper .btn-primary {
	background: #5DCCDC;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	border: none;
	margin-left: 20px !important;
	padding: 9px 20px;
	font-size: 18px;
	color: #fff;
}

.modal-image-header {
	padding: 0 25px
}

.image-video-wrapper .modal-body h5 {
	margin-bottom: 15px;
	margin-top: 20px;
}

.image-video-wrapper .close {
	font-size: 35px;
	font-weight: normal;
}

.default-image-block {
	margin: 15px 0;
}

.image-video-wrapper .modal-footer {
	background: none;
	border: none;
	text-align: left;
	padding: 0;
	margin: 80px 0 35px 0;
}

/* ------------------- */

.ico-move-remove-sign, .ico-move-sign {
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
}
.ico-move-sign {
	margin-top: -3px;
}
.ico-move-sign:hover {
	color: #8c8c8c;
}
.product-item .accordion-toggle .ico-move-sign .fa-arrow-up,
.product-item .accordion-toggle .ico-move-sign .fa-arrow-down {
	transition: all 0.7s ease;
}

.product-item .accordion-toggle:hover .ico-move-sign .fa-arrow-up,
.product-item .accordion-toggle:hover .ico-move-sign .fa-arrow-down {
	color: #8c8c8c;
	-moz-transform: rotate(180deg); /* Для Firefox */
	-ms-transform: rotate(180deg); /* Для IE */
	-webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
	-o-transform: rotate(180deg); /* Для Opera */
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


.ico-move-remove-sign .ico {
	width: 15px;
	height: 15px;
	display: block;
	background: url(../img/move-remove-sign.png) no-repeat;
	opacity: 0.2;
}

.ico.category-remove-sign {
	background-position: left -15px top 0;
}

/* INPUT SETTINGS */

/* all inputs */

.input-medium {
	/*border: none !important;*/
	border-radius: 0 !important;
}

.input-medium:focus {
	box-shadow: none !important;
}

textarea.input-media {
	resize: vertical;
	min-height: 40px;
}

input[type="textarea"] {
	resize: vertical;
}

select.input-medium {
	height: 28px;
}

.input-prop {
	margin-bottom: 10px;
}

/* Catalog inputs */

.name-category-wrapper span.editable-container.editable-inline,
.name-category-wrapper .editable-input {
	width: 100%;
}

.name-category-wrapper .input-medium {
	width: 100%;
	padding-right: 0 !important;
}

.name-product-header span.editable-container.editable-inline,
.name-product-header .editable-input {
	width: 100%;
}

.name-product-header .input-medium {
	/*width: 100%;*/
	padding-right: 0 !important;
}

.extra-left-block span.editable-container.editable-inline,
.extra-left-block .editable-input {
	width: 100%;
}

.extra-left-block .input-medium {
	/*width: 100%;*/
	max-width: 150px;
	padding-right: 0 !important;
}

.product-right-block span.editable-container.editable-inline,
.product-right-block .editable-input {
	width: 75%;
}

.product-right-block .input-medium {
	max-width: 110px;
	width: 100%;
	padding-right: 0 !important;
}

.extra-right-block span.editable-container.editable-inline,
.extra-right-block .editable-input {
	width: 75%;
}

.extra-right-block .input-medium {
	max-width: 90px;
	width: 100%;
	padding-right: 0 !important;
}

/* Account input */

.account-wrapper-company .editable-container.editable-inline,
.account-wrapper-refund .editable-container.editable-inline,
.account-wrapper-planDetails .editable-container.editable-inline,
.account-wrapper-openingHours .editable-container.editable-inline {

	display: table-cell;
	top: 8px;
	z-index: 10;
}

.accord-block.name-block span.editable-container.editable-inline,
.accord-block.name-block .editable-input {
	width: 100%;
}

.accord-block.name-block .input-medium {
	width: 100%;
	padding-right: 0 !important;
}

.accord-block.name-block .editable-buttons {
	position: absolute;
}

/* ----------- */

.product-right-block {
	text-align: center;
}

.price-name-link,
.extra-price {
	margin-right: 5px;
}

.product-description .editable-container.editable-inline {
	margin-right: 5px;
	min-width: 90% !important;
	box-sizing: border-box;
	/*padding-right: 50px;*/
}


.product-description .editableform .form-control {
	min-width: 80% !important;
	min-height: 100px;
}

.product-description .editable-input {
	width: 100%;
}

.product-description .input-medium {
	width: 90%;
	padding-right: 0;
	padding-left: 0;
	resize: vertical;
}

.product-description .editable-buttons {
	margin: 0 6px 0 7px;
}

.category-middle-block .icon-remove {
	display: none;
}

.category-middle-block .icon-ok.icon-white {
	display: none;
}

.widget-group-modifiers-list {
	border-radius: 0px;
	padding: 3px 9px 4px !important;
	margin-top: 1px;
}

.remove-group {
	float: right;
	margin: 10px 8px 0px 0px;
}


.group-name-input {
}

.name-product-wrapper .popover-content, .name-category-wrapper .popover-content {
	text-align: center;
}
.group-modifier {
	float: left;
	margin-right: 3px;
}

.ui-widget-content {
	border: 1px solid #cccccc !important;
}
.ui-widget {
	font-family: inherit !important;
	font-size: 13px !important;
}

.group-name-block {
	margin-right: -36px;
	margin-left: 30px;
}

.editable-buttons {
	margin-right: 6px;
}

.editable-buttons i {
	display: none;
}

/* ------------------- REPORTS ---------------------- */

.wrapper-block {
	margin: 0 auto;
	padding: 0 20px 40px;
}

.wrapper-block .top-block {
	padding: 0;
}

.data-report {
	margin-bottom: 20px;
}

#report-form .table {
	margin-top: 20px;
}

#report-form .bottom-block .table-row-header a,#report-form .table-row-header span,
#report-form .table-row-header a,#report-form .table-row-header a:hover {
	color: #4B4B4B;
	display: inline-block;
}


.table-row-header {
	color: #000000;
	display: table-header-group;
	/*background-color: #5DCCDF;*/
}

.table-row-header .table-cell {
	display: table-cell;
	border-left: 1px solid #ffffff;
	height: 30px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.summary {
	/*position: absolute;*/
	top: -40px;
	margin-left: 20px;
	margin-bottom: 8px;
}

.table-cell {
	display: table-cell;
	border-left: 1px solid #ffffff;
	height: 30px;
	vertical-align: middle;
	padding: 4px 5px;
}

.table-row-body:nth-child(2n+1) {
	background-color: #f7f7f7;
}

.table-row-body {
	display: table-row;
	color: #333333;
	border-bottom: 1px solid #ffffff;
}

.bottom-block .table-dashboard .table-row-body .table-cell:last-child {
	text-align: center;
}

.bottom-block > .dropdown-menu {
	width: 100%;
	margin: 0;
}

.bottom-block > .dropdown-menu > li > a:hover {
	color: #9a9a9a;
}

.table-admin {
	color: #333;
	display: table;
	position: relative;
	width: 100%;
}

/* ------------------------ ACCOUNT ------------------------- */

/* ACCOUNT ACTIVATE */

.activate-page .form-horizontal {
	width: 500px;
	margin: 0 auto;
	border: 2px solid #E0E0E0;
	box-sizing: border-box;
	padding: 20px 25px;
	border-radius: 6px;
}

.form-horizontal a {

}

.form-horizontal input {
	/*border: none;*/
	/*background-color: #f2f2f2;*/
	/*box-shadow: none;*/
	/*border-radius: 0;*/
}

.form-horizontal input:focus {
	/*box-shadow: 0 0 5px 3px #4cc8d9;*/
}
.paymentMethodImg img {
	margin-bottom: 10px;
	margin-left: 8px;
}

.form-horizontal button {
	display: block;
	margin: 0 auto;
}

.form-horizontal .hor-button {
	display: block;
	margin: 0 auto 15px auto;
	padding: 10px 50px;
}

/* ---------------- */

.row-fluid.content-wrapper {
	width: 100%;
	margin: 0;
}

.content-wrapper {
	margin-top: 1em;
}

/* account table part */

.left-part {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	padding: 12px 0;
}

.description .left-part {  
    display: block;
    margin-left: -24px;
    width: 52px;
}

.description .right-part {  
    width: 80%;
}

.right-part {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0;
	word-break: break-word;
	position: relative;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 180px;
}

.middle-part {
	display: table-cell;
	vertical-align: middle;
	padding: 14px 0;
}

/* ------------------ */

.account-wrapper-settings .row-fluid,
.account-wrapper-company .row-fluid,
.account-wrapper-stores .row-fluid,
.account-wrapper-refund .row-fluid,
.account-wrapper-planDetails .row-fluid,
.account-wrapper-openingHours .row-fluid {
	display: table;
}

*[class^="account-wrapper"] .row,
*[class*=" account-wrapper"] .row {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.account-wrapper-settings .input-medium,
.account-wrapper-company .input-medium,
.account-wrapper-refund .input-medium,
.account-wrapper-planDetails .input-medium,
.account-wrapper-openingHours .input-medium {
	background: #f2f2f2;
	box-shadow: none;
}

.account-wrapper-stores .input-medium {
	background: #fff;
	box-shadow: none;
}

.address-block {
	margin-top: 20px;
}

.location-block .ico {
	display: inline-block;
	background: url(../img/pin.png) no-repeat;
	width: 10px;
	vertical-align: middle;
	height: 16px;
	margin-right: 5px;
}

.location-link {
	text-decoration: none;
	border-bottom: 1px solid;
}

.location-link:hover {
	border: none;
}

.account-wrapper-stores {
	padding-bottom: 30px;
}

.account-wrapper-stores .ico-move-remove {
	vertical-align: middle;
}

.account-wrapper-stores .span12 {
	background: #fff;
}

/* ACCOUNT MENU */

.slider-menu.nav {
	/*text-align: center;*/
	position: relative;
}

.slider-menu.nav > li,
.wrapper-block .nav > li {
	/*margin-right: 40px;*/
	display: inline-block;
	float: none;
}

.slider-menu.nav > li > a
.wrapper-block .nav > li > a {
	text-align: center;
	font-size: 24px;
	color: #4CC8D9;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
}

.slider-menu.nav-tabs > li > a {
	padding: 12px 30px;
	font-size: 26px;
	color: #4CC8D9;
	margin: 0;
}

.wrapper-block .nav-tabs > li > a {
	text-align: center;
	font-size: 24px;
	color: #4CC8D9;
	display: block;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-top: 12px;
}

.wrapper-block .nav-tabs > li > a:hover {
	color: #4CC8D9;
	background: #fff;
}

.slider-menu.nav li a:hover,
.wrapper-block .nav li a:hover {
	color: #9A9A9A;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.slider-menu.nav li.active a:hover,
.wrapper-block .nav li.active a:hover {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.slider-menu.nav li.active a,
.wrapper-block .nav li.active a {
	color: #9A9A9A;
}

.slider-menu.nav li:nth-child(6) {
	margin-right: 0;
}

/* ACCOUNT SETTINGS */

.auth-service.facebook {
	width: 45px;
	height: 45px;
	display: block;
	background: url(../img/social.png) no-repeat, #E6E6E6;
	background-position: top 7px left 15px;
	padding: 0;
	border-radius: 5px;
	border: none;
}

.auth-service.facebook:hover, .auth-service.facebook.active {
	background: url(../img/social.png) no-repeat, #3B5998;
	background-position: top 7px left 15px;
}

.auth-service.twitter {
	width: 45px;
	height: 45px;
	display: block;
	background: url(../img/social.png) no-repeat, #E6E6E6;
	background-position: top 7px left -22px;
	padding: 0;
	border-radius: 5px;
	border: none;
}

.auth-service.twitter:hover, .auth-service.twitter.active {
	background: url(../img/social.png) no-repeat, #00ACED;
	background-position: top 7px left -22px;
}

.auth-service.linkedin {
	width: 45px;
	height: 45px;
	display: block;
	background: url(../img/social.png) no-repeat, #E6E6E6;
	background-position: top 7px left -64px;
	padding: 0;
	border-radius: 5px;
	border: none;
}

.auth-service.linkedin:hover, .auth-service.linkedin.active {
	background: url(../img/social.png) no-repeat, #0977B5;
	background-position: top 7px left -64px;
}

.auth-service.facebook i {
	display: none;
}

i {
	background-position: top 10px left 10px;
}

.social-block {
	margin: 0 0 0px 0;
}

/* PASSWORD ----------------------------------- */

.modal-form.account-password {
	background: #fff;
	max-width: 850px;
    color: #ccc;
}

.errorMessage {
	color: red;
}

.modal-form.account-password .help-block.error {
	display: none;
}

.modal-form .btn{
    margin: 0 10px;
}

.account-password {
	z-index: 99999;
	position: relative;
}

.account-password h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 100;
}

.account-password .close-login {
	float: right;
	color: #FF6600;
	cursor: pointer;
}

.account-password input {
	display: block;
	margin: 0 auto 20px auto;
	width: 80%;
	height: 52px;
	background: #f0f0f0;
	box-shadow: 0 0;
	border-radius: 3px;
	border: none;
	text-indent: 15px;
}

input.error::-webkit-input-placeholder {
	color: #ff6600;
}

input.error:-moz-placeholder {
	color: #ff6600;
}

.account-password input.error {
	color: #333333;
	border: 1px solid #ff6600;
	box-shadow: 0 0 10px 2px #ff6600;
}

.account-password .btn-primary {
	font-weight: 100;
	background: #4cc8d9;
	color: #ffffff;
	box-shadow: 0 0 0 0 #4cc8d9;
	height: 50px;
	font-size: 18px;
	text-shadow: none;
	transition: all .06s 0s linear;
	text-indent: 0;
	margin: 0 auto;
	width: 100%;
}

.account-password .btn-primary:hover {
	box-shadow: 0 0 0 3px #4cc8d9;
	background: #4cc8d9;
	color: #ffffff;
}

.account-password input:focus {
	border: 1px solid #4cc8d9;
	box-shadow: 0 0 5px 2px #4cc8d9;
}

.close-contact {
	float: right;
	color: #ff6600;
	cursor: pointer;
}

.ico-success {
	width: 50px;
	display: inline-block;
	height: 50px;
	background: url(../img/progress-bar.png) no-repeat top -100px left -3px;
	vertical-align: sub;
}

/* ACCOUNT COMPANY */

.add-logo {
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 0 0 15px 0;
}

.company-map-container {
	margin-bottom: 25px;
}

/* ACCOUNT STORES */

.qr-code {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
}

.qr-link {
	display: inline-block;
	margin: 20px 0 20px 25px;
}

.add-new-store {
	text-align: center;
	padding: 15px 0;
	margin-bottom: 10px;
}

.ico-move-remove {
	display: inline-block;
	width: 15px;
	height: 15px;
}

.ico-move-remove .ico {
	width: 15px;
	height: 15px;
	display: block;
	background: url(../img/move-remove-sign.png) no-repeat;
	opacity: 0.3;
}

.ico.remove-sign {
	background-position: left -15px top 0;
}

.account-wrapper-settings .accordion-heading {
	height: 60px;
}

.account-wrapper-settings .accordion-group {
	background: #F2F2F2;
	border: none;
}

.store-block {
	position: relative;
	margin-bottom: 5px;
}

.account-wrapper-settings .accordion-group:hover {
	background: #FEEFE8;
}

.account-wrapper-settings .accordion-heading:hover .ico.remove-sign {
	background-position: left -30px top 0;
	opacity: 1;
}

.account-wrapper-settings .accordion-toggle {
	font-size: 18px;
	color: #4B4B4B;
	padding: 0;
	text-overflow: ellipsis;
	overflow: hidden;
}

.account-wrapper-settings .accordion-group.active {
	background: #E4F7F9;
}

.account-wrapper-settings .accordion-inner {
	border-top: none;
}

.account-wrapper-settings .accord-block {
	display: inline-block;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.accord-block.move-block {
	position: absolute;
	display: inline-block;
	width: 15px;
	padding-left: 10px;
	padding-top: 4px;
}

.accord-block.name-block {
	width: 50%;
	padding: 0 55px 0 35px;
}

.accord-block.remove-block {
	float: right;
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}

/* ACCOUNT REFUND */

.account-wrapper-refund .span12 {
	background: #fff;
}

.account-wrapper-refund .modal-header {
	/*border: none;*/
	/*padding: 0;*/
}

.refund-link {
	display: inline-block;
	margin-top: 10px;
}

/*
.modal-header .close {
	margin-top: 15px;
	margin-right: 15px;
}
*/

.refund-modal-title {
	color: #FF6600 !important;
}

/* ACCOUNT PLAN DETAILS */

.plan-button {
	margin-top: 15px;
	margin-bottom: 10px;
	/*padding: 10px 20px;*/
	/*background: #4CC8D9;*/
}

.plan-button a {
	color: #fff;
	/*font-size: 18px;*/
}

.plan-button a:hover {
	color: #fff;
	/*text-decoration: none;*/
}

/* ACCOUNT OPENING HOURS */

.account-wrapper-openingHours .selectpicker {
	display: inline-block;
	width: 75px;
}

.account-wrapper-openingHours .time-to {
	display: inline-block;
}

.week-block {
	margin-top: 25px;
}

/*------------------- MEMBERSHIP ---------------------- */

.membership-wrapper .span2,
.membership-wrapper .span3,
.membership-wrapper .span4,
.membership-wrapper .span5,
.membership-wrapper .span6,
.membership-wrapper .span7,
.membership-wrapper .span10,
.membership-wrapper .span12 {
	text-align: center;
}

.member-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.membership-wrapper .btn:hover {
	background: #4CC8D9;
	color: #fff;
	opacity: 0.8;
}

.membership-choice .page-main-bold-text {
	padding: 0 4px;
}

.membership-choice .span4 {
	max-width: 400px;
}

.choice-smwstr {
	padding: 35px 0 22px 0;
	border: 2px solid #f2f2f2;
	height: 520px;
	position: relative;
}

.choice-starter-left {
	display: inline-block;
}

.choice-starter-right {
	display: inline-block;
	vertical-align: middle;
}

.choice-smwmr,
.choice-smwprm {
	position: relative;
	padding: 35px 0;
	border: 2px solid #f2f2f2;
	height: 520px;
}

.choice-smwstr,
.choice-smwmr,
.choice-smwprm,
.choice-paid-features {
	max-width: 400px;
}

.choice-smwstr.active,
.choice-smwmr.active,
.choice-smwprm.active {
	border: none;
	background: url(../img/current-choice.png) no-repeat top left, #F2F2F2 !important;
}

.choice-smwmr {
	background: url(../img/best-choice.png) no-repeat top right !important;
}

.choice-smwstr,
.choice-smwstr .span3 {

}

.choice-smwstr .span3 {
	text-align: left;
}

.ico-choice-logo {
	display: inline-block;
	width: 34px;
	height: 30px;
}

.ico-choice-logo .ico {
	width: 34px;
	height: 30px;
	display: block;
	background: url(../img/choice-icon.png) no-repeat;
}

.ico.choice-logo-basic {
	background-position: -34px;
}

.ico.choice-logo-pro {
	background-position: -75px;
}

.choice-title {
	font-size: 36px;
	color: #4B4B4B;
}

.choice-title.starter {
	font-weight: normal;
}

.choice-title.basic {
	font-weight: bold;
}

.choice-title.pro {
	font-weight: bolder;
}

.choice-price {
	font-size: 50px;
	font-weight: normal;
	color: #B4B4B4;
	margin-top: 40px;
	margin-bottom: 25px;
}

.choice-price-euro {
	font-size: 35px;
	font-weight: normal;
	color: #B4B4B4;
}

.choice-disable {
	font-size: 30px;
	color: #FF6600;
}

.choice-percent {
	font-size: 20px;
}

.choice-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: 20px auto 0 auto;
	width: 70%;
	font-size: 18px;
	color: #fff;
	background: #4CC8D9;
	border: none;
	padding: 15px 5px;
	text-shadow: none;
}

.choice-info-payment-block .span3 {
	text-align: center;
}

.choice-right {
	text-align: right !important;
}

.choice-left {
	text-align: left !important;
}

.paid-features-block {
	margin-top: 50px;
	margin-bottom: 10px;
}

.choice-paid-features {
	background: #f2f2f2;
	padding-bottom: 5px;
}

.choice-paid-features h6 {
	border-top: 2px solid #fff;
	text-align: left !important;
	padding-top: 20px;
}

.choice-amount {
	border-top: 2px solid #fff;
	padding: 20px 0 10px 0;
}

/* -------------------------- DAILY DEALS ---------------------------- */

.dailydeals-wrapper {
	margin: 0 auto;
}

.dailydeals-wrapper .accordion-group {
	background: #F2F2F2;
}

.dailydeals-wrapper .accordion-heading:hover .ico.category-remove-sign {
	background-position: left -30px top 0;
	opacity: 1;
}

.dailydeals-wrapper .accordion-group:hover {
	background: #FEEFE8 !important;
}

.dailydeals-wrapper .accordion-group.active {
	background: #E4F7F9 !important;
}

.dailydeals-wrapper .accordion-group.active .accordion-heading {
	background: #E4F7F9 !important;
}

.daily-row-space {
	margin-bottom: 5px;
}

.dailydeals-wrapper .accordion-heading {
	padding: 12px 0;
}

.dailydeals-wrapper .accordion-heading .deal-name {
	font-size: 18px;
	color: #4b4b4b;
	padding: 0;
}

.dailydeals-wrapper .accordion-inner {
	border-top: none;
	padding: 9px 15px 9px 15px;
}

.daily-wrapper .accordion-group {
	background: #F2F2F2;
}

.dailydeals-wrapper .accordion-group.active {
	background: #E4F7F9;
}

.dailydeals-wrapper .add-image-video {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.dailydeals-wrapper .center-block {
	display: block;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 80px;
	height: 40px;
	font-size: 16px;
	color: #4CC8D9;
}

.add-daily-deal {
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 10px;
}

.daily-choice {
	display: inline-block;
	width: 74px;
	margin: 0;
}

.product-choice {
	width: 150px;
}

.daily-name {
	display: inline-block;
	width: 26%;
	white-space: nowrap;
	text-indent: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	padding: 8px 0;
}

.daily-time {
	font-size: 18px;
	color: #9A9A9A;
	text-align: center;
	padding: 8px 15px;
	display: inline-block;
	vertical-align: middle;
	width: 40%;
}

.daily-price {
	font-size: 18px;
	color: #4B4B4B;
	padding: 8px 15px 8px 0;
	float: right;
	vertical-align: middle;
	width: 14%;
	text-align: right;
}

.daily-price a {
	color: #4B4B4B;
}

.daily-remove {
	font-size: 30px;
	vertical-align: bottom;
	color: #B6C6C7;
	margin-left: 5px;
}

#paymentInformationModal {
	margin-top: -10px;
    /*background: #fff;*/
    /*position: fixed;*/
    /*top: 10%;*/
    /*width: 300px;*/
    /*right: 60%;*/
    /*z-index: 1000;*/
    /*-moz-box-shadow: 0 0 30px 0 #000;*/
    /*box-shadow: 0 0 30px 0 #000;*/
    /*display: none;*/
    /*font-size: 16px;*/
    /*color: #444;*/
    /*padding: 20px 30px 30px;*/
    /*border-radius: 10px;*/
    /*font-family: 'NeoSansW1G-Light', sans-serif;*/
}

#paymentInformationModal p  {
	padding: 10px;
}

#paymentInformationModal .form-horizontal .form-group {
	 margin-right: 0px !important;
	 margin-left: 0px !important;
}


#paymentInformationModal .input-group-addon {
	padding: 5px 12px !important;
}

.modal-form-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    display: none;
}
.modal-form-backdrop.active{
    display: block;
}

.modal-form.active {
	right: 50%;
	top: 20%;
    display: block;
    margin-right: -250px;
}

.modal-form input[type="text"],
.modal-form input[type="password"]{
    /*background: #f0f0f0;*/
    /*width: 100%;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*height: 26px;*/
    /*border-radius: 0;*/
    /*border: none;*/
    /*-moz-box-shadow: 0 0;*/
    /*box-shadow: 0 0;*/
    /*padding: 2px 5px;*/
    /*color: #333;*/
}

.modal-form .close-modal-link{
    color: #9a9a9a;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
}

.modal-form .close-modal-link:hover{
    color: #ff6600;
}

.modal-form h3{
    color: #9a9a9a;
    margin: 0 -12px 10px;
    font-weight: normal;
}

.modal-form .btn{
    /*background: #4CC8D9 !important;*/
    /*border-radius: 3px;*/
}

.modal-form .form-horizontal .btn{
    min-width: 220px;
}

.modal-form .form-horizontal .control-group{
    display: table;
    margin-bottom: 15px;
}

.modal-form .form-horizontal{
    margin: 0;
}

.modal-form .form-horizontal .control-label{
    width: 130px;
    min-width: 130px;
    text-align: left;
    color: #9a9a9a;
}

.modal-form .form-horizontal .controls{
    width: 100%;
}

/* ------------------ *\
         PUSHES
\* ------------------ */

.pushes-wrapper .span5.offset1 {
	margin-top: 10px;
}

.pushes-wrapper .clear {
	margin: 0;
}

.pushes-wrapper button {
	display: table-cell;
	/*width: 47%;*/
	margin-top: 10px;
	/*min-width: 100px;*/
}
#report-form .table-striped > table > tbody > tr.even > td{
	background-color: #f7f7f7 !important;
}
#report-form a.sort-link {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#report-form a.sort-link:after {
	content: "\f0dc";
	margin-left: 4px;
}
#report-form a.sort-link.desc:after {
	content: '\f0dd';
	margin-left: 4px;
}
#report-form a.sort-link.asc:after {
	content: '\f0de';
	margin-left: 4px;
}

.push-box {
	box-sizing: border-box;
	padding: 10px;
	border: 2px solid #E6E6E6;
}

.push-box.approved {
	border: 2px solid #6ED2E0;
}

.push-box.canceled {
	border: 2px solid #FEEFE8;
}

.push-box.pending {
	border: 2px solid #E6E6E6;
}

.text-box {
	box-sizing: border-box;
	padding-left: 42px;
}

.pushes-wrapper div,
.pushes-wrapper h5 {
	margin-bottom: 25px;
}

.pushes-wrapper textarea {
	margin: 0;
	width: 100%;
	height: 100px;
	background: #f2f2f2;
	border-radius: 0;
	box-shadow: none;
	border: none;
	color: #4B4B4B;
	font-size: 18px;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.btn-push {
	border-radius: 4px;
	padding: 8px 5px;
}

.btn-cancel.btn:hover {
	/*color: #4CC8D9;*/
	/*background: #fff;*/
}

.pushes-wrapper label {
	display: block;
	position: relative;
	padding: 5px 5px 5px 0;
}

.pushes-wrapper input[type="checkbox"] {
	margin-left: -18px;
	margin-top: 8px;
	position: absolute;
	left: -9999px;
}

.pushes-wrapper input[type="checkbox"] + label {
	background: url(../img/checkbox.png) 0 -25px no-repeat;
	padding-left: 30px;
}

.pushes-wrapper input[type="checkbox"]:checked + label {
	background-position: -32px 7px;
}

.pushes-wrapper input[type="checkbox"]:focus {
	box-shadow: none;
}

/* Pushes icons */

.push-ico .ico {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../img/push-icons.png);
	background-repeat: no-repeat;
	background-position: top 0 left 0;
	vertical-align: middle;
}

.ico.pending {
	background-position: top 0 left -32px;
	vertical-align: middle;
}

.ico.cancelled {
	background-position: top 0 left -16px;
	vertical-align: middle;
}

.ico.approved {
	background-position: top 0 left 0;
	vertical-align: middle;
}

.push-ico span {
	vertical-align: middle;
}

/* MEDIA ACCOUNT MENU PANEL */

@media only screen and (max-width: 1590px) {
	/*
	.slider-menu.nav > li > a {
		font-size: 24px;
		padding-left: 20px;
		padding-right: 20px;
		color: #4CC8D9;
	}
	*/
}

@media only screen and (max-width: 1350px) {
	/*
	.slider-menu.nav > li > a {
		font-size: 22px;
		padding-left: 15px;
		padding-right: 15px;
	}
	*/

	.slider-menu.nav > li {
		margin-right: 25px;
	}

	.step-progress-bar .span3 {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 1170px) {
	/*
	.slider-menu.nav > li > a {
		font-size: 20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	*/
	
	.slider-menu.nav > li {
		/*margin-right: 10px;*/
	}
}

@media only screen and (max-width: 960px) {
	/*
	.slider-menu.nav > li > a {
		font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	*/

	.slider-menu.nav > li {
		margin-right: 10px;
	}

	.admin-nav {
		width: 0;
		display: none;
	}

	.admin-nav .navbar-inner {
		padding: 0;
	}
}

/* ---------------------------------------- */

/* ---------------------------------------- */

@media only screen and (max-width: 1500px) {
	.middle-block {
		text-align: center;
		padding: 45px 30px;
	}

	.rocket {
		margin-top: 10px;
	}

	.steps {
		width: 85%;
	}
}

.editableform .form-control {
	padding: 4px 24px 5px 5px;
}

.social-block .editableform .form-control {
	width: 230px;
}

.weight-range fieldset {
	border: 1px solid #ccc;
	padding: 0px 0px 20px;
}

.weight-range legend {
	border: none !important;
	width: auto !important;
}

.account-wrapper-settings .input-medium,
.account-wrapper-company .input-medium,
.account-wrapper-stores .input-medium,
.account-wrapper-refund .input-medium,
.account-wrapper-planDetails .input-medium,
.account-wrapper-openingHours .input-medium {
	/* min-width: 400px; */
}

@media only screen and (max-width: 1260px) {
	/* Daily Deals */
	.daily-name {
		display: inline-block;
		width: 50%;
		white-space: nowrap;
		text-indent: 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		vertical-align: middle;
		padding: 8px 0 !important;
	}

	.daily-time {
		display: none;
	}

	.daily-price {
		font-size: 18px;
		color: #4B4B4B;
		padding: 8px 15px 8px 0;
		float: right;
		vertical-align: middle;
		width: 37%;
		text-align: right;
	}
}

@media only screen and (max-width: 1100px) {
	.row-fluid.member-wrapper {
		max-width: 400px;
		margin: 0 auto;
	}

	.row-fluid.member-wrapper .span4.active {
		margin-bottom: 270px;
	}

	.row-fluid.member-wrapper .span4 {
		width: 100%;
		margin: 20px auto 0 auto;
	}

	.fix-center.choice-right,
	.fix-center.choice-left {
		text-align: center !important;
	}
}

@media only screen and (max-width: 960px) {
	#orderView {
		left: 0px;
	}

	body {
		padding-left: 0;
	}

	.mobile-menu {
		display: block;
	}

	.fixed-empty-block {
		display: block;
	}

	.bottom-block .table-dashboard .table-cell:nth-child(2) {
		display: table-cell;
		line-height: 15px;
	}

	.bottom-block .table-dashboard .table-cell:nth-child(3) {
		display: none;
	}

	.bottom-block .table-dashboard .table-cell:nth-child(4) {
		display: none;
	}

	.sidebar {
		left: -270px;
	}

	.sidebar.menu-active {
		left: 0;
	}

	.start-page {
		margin-left: 0;
		position: relative;
	}

	.wrapper-block {
		margin-left: 0;
	}

	.rocket {
		margin-left: 0;
	}

	.test-panel {
		position: absolute;
		top: 260px;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 20px;
		height: 50px;
		background: #ccc;
		word-wrap: break-word;
		z-index: 3;
	}

	.required-block {
		width: 100%;
	}

	.steps {
		width: 85%;
	}

}


@media (max-width: 2600px) and (min-width: 1500px) {
	.row-fluid.content-wrapper {
		width: 80%;
		margin: 0 auto;
	}

	.row-fluid.content-wrapper .span4.offset1 {
		width: 100%;
		margin: 20px auto 0 auto;
	}

}

@media only screen and (max-width: 767px) {
	#orderView {
		 left: 0px;
	}

	body {
		padding: 0;
	}

	.swipe-menu {
		overflow: hidden;
		padding: 0 20px;
		white-space: nowrap;
		position: relative;
		height: 46px;
	}

	.side-shadow-left {
		height: 100%;

		position: absolute;
		left: 0;
		box-shadow: 0px 6px 60px 35px #ccc;
		z-index: 5;
	}

	.side-shadow-right {
		height: 100%;

		position: absolute;
		right: 0;
		box-shadow: 0px 6px 60px 35px #ccc;
		z-index: 5;
	}

	.slider-menu.nav {
		margin: 0;
	}

	.swipe-menu-ul-wrapper {
		overflow-x: scroll;
	}

	.name-product .modal-body .row-fluid {
		background: #fff;
		padding: 0 10px;
	}
	
	.name-product .modal.fade.in {
		width: 95%;
	}

	.member-top-block .span4.left-part {
		display: table-cell;
		width: 50%;
	}

	.row-fluid.content-wrapper {
		width: 80%;
		margin: 0 auto;
	}

	.wrapper-block {
		padding: 0 0px;
	}

	.catalog-wrapper {
		max-width: 500px;
	}

	.step-progress-bar .span3 {
		margin-bottom: 5px;
	}

	.step-progress-bar .ico-progress-bar {
		display: inline-block;
		text-align: left;
	}

	.step-progress-bar .count-number {
		float: right;
		display: inline-block;
		text-align: right;
	}

	.slider-menu.nav-tabs > li, .nav-pills > li {
		float: none;
		margin: 0 0 -1px;
		text-align: center;
	}

	.start-page {
		padding: 0 10px;
	}

	.middle-block {
		margin-top: 10px;
		padding: 15px 5px;
	}

	.required-block {
		width: 100%;
	}

	.top-block {
		height: 100%;
		line-height: inherit;
		margin: 10px 0 15px 0;
	}

	h1 {
		float: none;
		margin: 20px 0 10px 0;
	}

	.trial-info {
		float: none;
	}

	.info-registration-complete {
		width: 80%;
	}

	/* MEMBERSHIP */
	.choice-smwstr,
	.choice-paid-features {
		margin: 0 auto;
	}

	.membership-wrapper .choice-smwmr,
	.membership-wrapper .choice-smwprm {
		margin: 10px auto 0 auto;
	}

	.choice-smwmr,
	.choice-smwprm {
		margin-top: 10px;
	}

	.choice-smwprm {
		margin: 10px auto 30px auto !important;
	}

	.choice-paid-features, .choice-paid-features .span6 {
		text-align: center;
	}

	.choice-paid-features h6,
	.choice-right,
	.choice-left {
		text-align: center !important;
	}

	.choice-info-payment-block .span6.choice-left {
		display: inline-block;
		width: 49%;
		margin-right: 1%;
		text-align: left !important;
	}

	.choice-info-payment-block .span6.choice-right {
		display: inline-block;
		width: 49%;
		margin-left: 1%;
		text-align: right !important;
		float: left;
	}

	.choice-paid-features h6 {
		text-align: left !important;
		padding: 20px 0 0 20px;
	}

	.choice-paid-features .span6.choice-right {
		display: inline-block;
		width: 49%;
		margin-right: 1%;
		text-align: right !important;
		float: left;
	}

	.choice-paid-features .span6.choice-left {
		display: inline-block;
		width: 49%;
		margin-left: 1%;
		text-align: left !important;
	}

	.choice-amount .span4.choice-right {
		display: inline-block;
		text-align: right !important;
		width: 49%;
	}

	.choice-amount .span4.choice-left {
		display: inline-block;
		width: 49%;
		text-align: left !important;
	}

	/* DAILY DEALS */
	.dailydeals-wrapper {
		max-width: 500px;
	}

	.add-image-daily {
		margin-bottom: 10px;
	}

	.dailydeals-wrapper .accordion-inner {
		padding: 9px 25px;
	}
}

@media (max-width: 480px) and (min-width: 320px) {
	.product-middle-block {
		width: 30%;
	}
	#orderView {
		left: 0px;
	}

	.account-wrapper-settings .input-medium,
	.account-wrapper-company .input-medium,
	.account-wrapper-stores .input-medium,
	.account-wrapper-refund .input-medium,
	.account-wrapper-planDetails .input-medium,
	.account-wrapper-openingHours .input-medium {
		width: 70px;
	}
}

@media only screen and (max-width: 480px) {
	.navbar-header {
		padding: 10px 0px;
	}
	li.tgl-menu-btn {
		margin-top: -9px;
		margin-right: 10px;
		font-size: 20px;
	}
	#mainnav-menu-wrap {
		margin-top: -30px !important;
	}
	.row-fluid.content-wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.btn-lg, .btn-group-lg>.btn, .btn-icon.btn-lg {
		padding: 10px 4px !important;
	}
	.xs-product-item {
		padding: 10px;
	}
	#shipping-info-modal .modal-content {
		padding: 5px;
	}
	#shipping-info-modal {
		padding: 5px !important;
		overflow-x: auto !important;
		overflow-y: auto;
	}
	#shipping-info-modal .modal-dialog {
		 width: 90% !important;
	 }
	#shipping-info-modal:before{
		content: none;
	}
	.panel-body>.row>[class^="col-"]:last-child, .panel-body>[class^="form-"]>.row>[class^="col-"]:last-child {
		 padding-right: 7.5px !important;
	}
	.name-product .accordion-inner {
		padding: 15px 10px;
	}
	.products-name-link {
		line-height: 20px;
		margin: 10px auto;
	}
	.container-fluid .popover-content {
		 min-width: 100px;
	}
	.editable-clear-x {
		display: none !important;
	}
	#productsList .editable-buttons, #categoriesList .editable-buttons {
		 margin-top: 15px !important;
	}
	.jFiler-input-dragDrop {
		width: 100% !important;
		padding: 5px !important;
	}
	.editable-input {
		margin-bottom: 10px !important;
	}
	.report-center-button {
		margin-bottom: 15px !important;
	}
	.product-block .ico-move-remove-sign {
		margin-top: -3px !important;
	}
	.product-block .category-remove-sign {
		margin-top: -3px !important;
	}
	#report-form .input-group-btn > button {
		margin-top: -9px;
		height: 29px;
	}
	#report-form .items {
		margin-left: -6px;
	}
	#report-form table > thead > tr > th:nth-child(1),
	#report-form table > thead > tr > th:nth-child(3),
	#report-form table > thead > tr > th:nth-child(4),
	#report-form table > thead > tr > th:nth-child(5),
	#report-form table > thead > tr > th:nth-child(6),
	#report-form table > thead > tr > th:nth-child(7),
	#report-form table > thead > tr > th:nth-child(11),
	#report-form table > thead > tr > th:last-child {
		display: none;
	}
	#orderView {
		left: 0px;
	}

	.main-wrapper {
		padding: 0 0px 40px;
	}

	.extra-left-block {
		/*width: 60%;*/
		/*overflow: hidden;*/
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.extra-left-block span.editable-container.editable-inline {
		width: 50%;
	}

  /* ADMIN SIGN */

	.form-horizontal {
		text-align: center;
	}

	.form-horizontal .control-label {
		padding-right: 0;
		width: 100%;
		display: block;
		text-align: center;
	}

	.form-horizontal .controls {
		width: 100%;
		display: block;
	}
}

.btn.loader {
	background: url(../img/loader-default.gif) center center no-repeat;
	background-size: 50% 50%;
	color: transparent;
}

/* Create modifier modal */
ul.list {
    margin-top: -9px;
    background: #fff;
    margin-left: 0px;
    position: absolute;
    width: 92%;
    display: block;
    min-width: 110px;
    z-index: 1090;
    border: 1px solid #ccc;
}

ul.list > li {
    list-style: none;
    padding: 3px 10px;
    cursor: pointer;
}

ul.list > li:hover {
    background: #f3f3f3;
    color: #900;

}

#wrapper-CompanyExt_is_email_notification_enabled,
#wrapper-CompanyExt_is_sms_notification_enabled,
#wrapper-CompanyExt_is_print {
	z-index: 0;
}

/* Tooltip */
  .test + .tooltip > .tooltip-inner {
      background-color: #5dccdf;
      color: #FFFFFF; 
      border: 1px solid #5dccdf; 
      padding: 0px;
      font-size: 12px;
  }
  /* Tooltip on top */
  .test + .tooltip.top > .tooltip-arrow {
      border-top: 2px solid #5dccdf;
  }

.widget-group-modifiers-list {
	display: inline;
	margin-top: -7px;
	float: left;
	padding: 0px;
	-webkit-margin-before: -7px;
	-webkit-padding-start: 0px;
}

  .widget-group-modifiers-list li {
	  display: inline-block;
	  list-style: none;
  }

  .widget-group-modifiers-list li input {
	  border: none;
  }

.widget-group-modifiers-list li input:focus {
	border: none;
	outline:none;
}



.option-1, .variant-option-1 {
	color: #29bc94;
}

.next-token-list--is-input {
	background: #ffffff;
	cursor: text;
	padding: 3px;
	padding-bottom: 0;
}

.next-token-list {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}

.next-input, .sp-input, .next-input--stylized, .next-textarea, .next-token-list--is-input {
	padding: 5px 10px;
	border: 1px solid #d3dbe2;
	border-radius: 3px;
	font-size: 15px;
	color: #31373d;
	box-sizing: border-box;
	display: block;
	width: 100%;
	line-height: 20px;
}

#group-grid-template {
	display: none;
}

.delivery-option {
	margin-bottom: 1em;
}

.delivery-hours {
	margin-top: 1em;
}

.delivery-fee {
	height: 2em;
}

.additional-delivery-options {
	height: 3em;
}

.product-description .control-group.form-group {
	width: 100%;
}

.description textarea {
	width: 600px !important;
}

.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-style: none;		/* overriding Bootstrap default, as borders don't display well on all screens */
}

a.membership-feature {
	color: inherit;
	cursor: pointer;
}

.custome-range-input {
	/*display: none;*/
}

.sort-active {
	color: #000 !important;
	text-decoration: none;
}
.sort-active:hover {
	color: #428bca !important;
	text-decoration: none;
}

.sort {
	color: #428bca;
	text-decoration: none !important;
}

.modal .percent63 {
	width: 63%; /* respsonsive width */
	/*margin-left:-40%; !* width/2) *!*/
}

tr:nth-child(2n) {
	background: #fafafa;
}


.button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.button-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.button-default:hover,
.button-default:focus,
.button-default:active,
.button-default.active,
.open .dropdown-toggle.button-default {
	color: #333;
	background-color: #ebebeb;
	border-color: #adadad;
}

#add-company-social-network-block {
	display: none;
}

.social-details-box {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.social-details {
	font-size: 14px !important;
	line-height: 33px;
}

.text-editable {
	padding: 5px 10px;
	margin-top: 3px;
	cursor: text;
	border: 1px solid #ccc;
	text-decoration: none;
	outline: none;
}

.text-editable-hover, .text-editable:hover {
	background: #FAFAFA;
	border: 1px dotted #ccc;
	text-decoration: none;
	font-style: italic;
}

.text-editable-hover:focus, .text-editable:focus {
	background: #FFF;
	border: 1px solid #54abd9;
	text-decoration: none;
	font-style: normal;
}

.text-editable-buttons .accept{
	display: none;
}
.button-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

#productsList .editable-buttons,
#categoriesList .editable-buttons {
	display: none;
}

#productsList .slide_panel_content .editable-buttons, #categoriesList .slide_panel_content .editable-buttons {
	display: inline-block;
}

#productsList .form-inline .form-group, #categoriesList  .form-inline .form-group {
	vertical-align: middle !important;
	display: block;
}

#productsList .editable-input, #categoriesList .editable-input {
	 vertical-align: middle;
	display: inline !important;
	width: auto;
	white-space: normal;
	zoom: 1;
}
#categoriesList .editableform .form-control {
	width: 100%;
}

#productsList .product-right-block .editable-container.editable-inline{
	display: inline-block;
	vertical-align: middle;
	width: auto;
	zoom: 1;
}
#productsList .product-right-block .editable-buttons {
	display: inline;
	margin-top: 2px;
	float: left;
	vertical-align: top;
	margin-left: 7px;
}
#productsList .name-product-header .input-medium {
	/*width: 100%;
	padding-right: 20px !important;*/
	padding: 8px;
}
.extraItemsList .form-inline.editableform {
	margin-top: -6px;
}

.toggle-button label {
	margin-left: -2px !important;
}

.labelRight {
	margin-left: 0px;
}

.intl-tel-input input {
	border: 1px solid #e6e6e6;
}

.account-wrapper-settings .glyphicon-ok {
	color: green;
}

.account-wrapper-settings .glyphicon-remove {
	color: #CC0000;
}

form .control-group {
	margin-bottom: 0.5em;
}

/*Delivery option slider*/
#delivery-slider.ui-slider {
	background: #d5cebc;
	border: none;
	border-radius: 0;

}

#delivery-slider label {
	position: absolute;
	width: 20px;
	margin-top: 5px;
	margin-left: -10px;
	text-align: center;
}

#delivery-slider.ui-slider .ui-slider-handle {
	width: 20px;
	height: 20px;
	border-radius: 50% 50% 0;
	outline: none;
	/*border-color: transparent;*/
	/*transition: border 0.4s ease; */
}

#delivery-slider.ui-slider .ui-slider-handle.ui-state-hover,
#delivery-slider.ui-slider .ui-slider-handle.ui-state-focus,
#delivery-slider.ui-slider .ui-slider-handle.ui-state-active {
	border-color: #172f38; }

#delivery-slider.ui-slider .ui-slider-pip .ui-slider-line {
	background: #d5cebc;
	transition: all 0.4s ease; }

#delivery-slider.ui-slider.ui-slider-horizontal {
	height: 6px; }

#delivery-slider.ui-slider.ui-slider-horizontal .ui-slider-handle {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: -25px;
	margin-left: -10px; }

#delivery-slider.ui-slider.ui-slider-horizontal .ui-slider-pip {
	top: 10px; }

#delivery-slider.ui-slider.ui-slider-horizontal .ui-slider-pip .ui-slider-line {
	width: 2px;
	height: 10px;
	margin-left: -1px; }

#delivery-slider.ui-slider.ui-slider-horizontal .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
	height: 20px; }

#delivery-slider.ui-slider.ui-slider-horizontal .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
	height: 12px; }

#delivery-slider.ui-slider.ui-slider-vertical {
	width: 6px;
	height: 125px;
	display: inline-block;
	margin: 0 15%; }

#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-handle {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	left: -25px;
	margin-bottom: -10px; }

#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-pip {
	left: 10px; }

#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-pip .ui-slider-line {
	height: 2px;
	width: 10px;
	margin-top: -1px; }

#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line {
	width: 20px; }

#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
	width: 12px; }

#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip,
#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip {
	visibility: visible;
	opacity: 1;
	border: none;
	background: transparent;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	text-align: center;
	color: white;
	font-weight: normal;
	top: 10px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg); }

#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-handle .ui-slider-tip:before,
#delivery-slider.ui-slider.ui-slider-vertical .ui-slider-handle[class*=ui-state-] .ui-slider-tip:before {
	display: none; }

#delivery-slider .ui-slider-handle,
#delivery-slider .ui-slider-range,
#delivery-slider .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#delivery-slider .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
	background-color: #25daa5; }


#delivery-slider-vertical-1 .ui-slider-handle,
#delivery-slider-vertical-1 .ui-slider-range,
#delivery-slider-vertical-1 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#delivery-slider-vertical-1 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
	background-color: #f27793; }


#delivery-slider-vertical-2 .ui-slider-handle,
#delivery-slider-vertical-2 .ui-slider-range,
#delivery-slider-vertical-2 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#delivery-slider-vertical-2 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
	background-color: #bd77f2; }


#delivery-slider-vertical-3 .ui-slider-handle,
#delivery-slider-vertical-3 .ui-slider-range,
#delivery-slider-vertical-3 .ui-slider-pip[class*=ui-slider-pip-selected] .ui-slider-line,
#delivery-slider-vertical-3 .ui-slider-pip.ui-slider-pip-inrange .ui-slider-line {
	background-color: #67c3ec; }

.menu-button-account-shipping > a > span {
	max-width: 150px;
}

/* COMMON PRICING STYLES */
.panel.price,
.panel.price > .panel-heading {
	border-radius: 0px;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.panel.price:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}

.panel.price:hover > .panel-heading {
	box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
}

.panel.price > .panel-heading {
	box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
}

.panel.price > .panel-body {
	/*height: 100px;*/
}

.panel.price > .panel-body .lead {
	font-size: 2em;
}

.price .list-group-item {
	border-bottom: 1px solid rgba(250,250,250, .5);
    padding: 0.5em 1em;
}

.panel.price .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.panel.price .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

/* smwprm panel */
.price.panel-smwprm > .panel-heading {
	color: #fff;
	background-color: #91C957;
	border-color: #91C957;
	border-bottom: 1px solid #91C957;
}

.price.panel-smwprm > .panel-body {
	color: #fff;
	background-color: #b2d989;
}

.price.panel-smwprm .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* smwmr panel */
.price.panel-smwmr > .panel-heading {
	color: #fff;
	background-color: #46BBDC;
	border-color: #46BBDC;
	border-bottom: 1px solid #46BBDC;
}

.price.panel-smwmr > .panel-body {
	color: #fff;
	background-color: #7dcfe6;
}

.price.panel-smwmr .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* smwstr panel */
.price.panel-smwstr > .panel-heading {
	color: #fff;
	background-color: #F1AA40;
	border-color: #F1AA40;
	border-bottom: 1px solid #F1AA40;
}

.price.panel-smwstr > .panel-body {
	color: #fff;
	background-color: #f5c379;
}

.price.panel-smwstr .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

/* smwfre panel */
.price.panel-smwfre > .panel-heading {
	color: #fff;
	background-color: #F76549;
	border-color: #F76549;
	border-bottom: 1px solid #F76549;
}

.price.panel-smwfre > .panel-body {
	color: #fff;
	background-color: #f9937f;
}

.price.panel-smwfre .list-group-item {
	color: #333;
	background-color: rgba(50,50,50, .01);
	text-shadow: 0px 1px 0px rgba(250,250,250, .75);
}

.price .btn.btn-default.disabled {
	background-color: #bbb;
}

.jFiler-input-dragDrop .jFiler-input-icon {
	font-size: 30px !important;
	margin-bottom: -8px !important;
	margin-left: 20px !important;
	margin-top: -4px !important;
}


/*JQuery UI Tooltip - Custome style*/
.ui-tooltip, .tooltip-arrow:after {
	background: black;
	border: 2px solid white;
}

.ui-tooltip.black {
	color: #fff;
	background: #000;
	border-color: #000;
	border-radius: 0px;
}

.tooltip-arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -13px;
}
.tooltip-arrow.top {
	top: -16px;
	bottom: auto;
}
.tooltip-arrow.left {
	left: 20%;
}
.tooltip-arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tooltip-arrow.top:after {
	bottom: -20px;
	top: auto;
}
.ui-tooltip {
	box-shadow: inset 0 0px 0 #ffffff !important;
}

#subscription-form label {
	font-size: 15px;
	font-weight: 600;
}

#productsList.subscriptions > .product-item {
	margin-bottom: 10px !important;
}

.bs-callout {
	padding: 10px 0px 10px 10px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 0px;
}

.bs-callout+.bs-callout {
	margin-top: -5px;
}
.bs-callout-warning {
	border-left-color: #aa6708;
}
.bs-callout-info {
	border-left-color: #1b809e;
}
.bs-callout-danger {
	border-left-color: #f76549;
}

.store-complete-item {
	margin-bottom: 10px !important;
	text-align: justify;
	background: #f3f3f3;
	 vertical-align: middle;
	line-height: 40px;
}

.store-complete-item p {
	margin: 0px !important;
}
.store-complete-item h4 {
	display: inline-block;
}
.store-complete-item div > a {
	float: right;
	margin-right: 10px;
}

@media (max-width: 520px) {
	.store-complete-item div > a {
		padding: 0px 10px !important;
		float: left;
	}
	.store-complete-item p {
		margin-bottom: 10px !important;
	}
	.store-complete-item h4 {
		margin-bottom: 10px !important;
	}
}


.shipping-settings-block label {
	min-width: 110px;
}

.shipping-settings-block .tab-base .nav-tabs {
	border-right: 1px solid #ddd;
}
.tab-stacked-left .nav-tabs > li, .tab-stacked-right .nav-tabs > li {
	min-width: 130px;
	margin-right: -1px !important;
	background: #ddd;
	opacity: 0.5;
}
.nav-tabs>li.active, .nav-tabs>li:focus, .nav-tabs>li:hover {
	opacity: 1;
	font-weight: 700;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-color: #ddd !important;
	border-right-color: transparent !important;
}
.tab-stacked-left .tab-content {
	border: 1px solid #ddd;
	box-shadow: none !important;
}

.shipping-settings-block .nav-tabs>li>a {
	/*border-radius: 0;*/
	/*margin-right: 0;*/
	/*height: 100%;*/
	/*line-height: 40px;*/
	/*border-top-left-radius: 0;*/
	/*border-top-right-radius: 0;*/
	/*padding: 0 15px;*/
}
.shipping-settings-block .content-wrapper {
	margin-top: 15px;
}

.nav-tabs>li.active>a,
.nav-tabs>li:hover>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	/*color: #555;*/
	/*cursor: default;*/
	/*cursor: pointer;*/
	/*font-weight: 700;*/
	/*background-color: #fff;*/
	/*border: 2px solid #ddd !important;*/
	/*border-bottom-color: transparent !important;*/
}

#company-weight-range-list .nav-tabs>li>a {
	/*border: 2px solid transparent;*/
}

.sa-danger {
	border: 2px dashed #f76549;
	padding: 10px;
	margin-right: 3px !important;
	margin-bottom: 10px !important;
}

.sa-alert-icon {
	color: #f76549 !important;
	display: none;
}

.slide_panel_content .shipping-methods-alert-area .col-md-3 {
	width: 33.33333333% !important;
}

.nav-tabs>li.active>a.highlight-red,
.nav-tabs>li:hover>a.highlight-red,
.nav-tabs>li.active>a.highlight-red:focus,
.nav-tabs>li.active>a.highlight-red:hover {
	/*border: 2px solid red !important;*/
	/*font-weight: 700;*/
	/*border-bottom: 0px solid #ccc !important;*/
}

.note-toolbar.panel-heading {
	height: inherit !important;
}

.help-icon {
	position: fixed;
	bottom: 16px;
	right: 16px;
	cursor: pointer;
}

.help-icon i {
	opacity: 0.5;
}

.help-icon i:hover,
.help-icon i:active,
.help-icon i:focus {
	opacity: 1;
}

/*PRODUCT CREATE PAGE*/
#productsList .panel {
	margin-bottom: 0px;
}

.panel-product-create {
	margin-bottom: 0px !important;
}
.accordion-inner {
	padding: 0px 5px;
	border: 1px solid #CCDCD6;
	background: #f3f3f3;
}
.panel-product-create .panel-body, .accordion-inner .panel-body{
	padding-top: 7px !important;
}

/*DELIVERY METHOD WIDGET*/
.delivery-method-widget {
	padding: 10px;
	margin: 10px 0px 20px;
	text-align: center;
	border: 2px dashed #cccccc;
}

/*Shipping slider*/
.slide-panel-left {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -1000px;
	background: #fff;
	z-index: 9999;
	width: 45%;
	max-width: calc(100% - 200px);
	-moz-transform: translate3D(0, 0, 0);
	-ms-transform: translate3D(0, 0, 0);
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
	border-left: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 10px 0px #999;
	-webkit-box-shadow: 0px 0px 10px 0px #999;
	box-shadow: 0px 0px 10px 0px #999;
}
.slide-panel-left .pulse-drag {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	z-index: 10;
	/*cursor: col-resize;*/
	background: #f1f1f1;
	opacity: 0;
	-moz-transition: opacity 0.15s ease;
	-o-transition: opacity 0.15s ease;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}
.slide-panel-left .pulse-drag:hover {
	opacity: 1;
}
.slide-panel-left .pulse-drag .drag-handle {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 9px;
}

.pulse_container .pulse_title h3, .new_pulse .pulse_title h3 {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	font-size: 22px;
	line-height: 24px;
	min-height: 25px;
	font-weight: 100;
	color: #333;
	cursor: default;
	margin: 15px 70px 20px 10px;
	border-top: 1px solid transparent;
	border-right: 1px solid #c4c4c4;
	padding: 5px 5px 5px 10px;
	outline: none;
}

.pulse_container .pulse_title .pulse_actions_wrapper,
.new_pulse .pulse_title .pulse_actions_wrapper {
	position: absolute;
	top: 19px;
	right: 30px;
}
.pulse_content {
	padding: 10px 0px 10px 15px;
}
.pulse_container .pulse_title .pulse_actions_wrapper .close_button:hover,
.new_pulse .pulse_title .pulse_actions_wrapper .close_button:hover {
	color: #000;
	/*-moz-transform: rotate(180deg);*/
	/*-ms-transform: rotate(180deg);*/
	/*-webkit-transform: rotate(180deg);*/
	/*transform: rotate(180deg);*/
}
.pulse_container .pulse_title .pulse_actions_wrapper .close_button, .new_pulse .pulse_title .pulse_actions_wrapper .close_button {
	color: #777;
	cursor: pointer;
	-moz-transition: color 0.15s ease,-moz-transform 0.3s ease;
	-o-transition: color 0.15s ease,-o-transform 0.3s ease;
	-webkit-transition: color 0.15s ease,-webkit-transform 0.3s ease;
	transition: color 0.15s ease,transform 0.3s ease;
	display: inline-block;
}
.slide_panel_content .flexible-header {
	padding-bottom: 5px;
	box-shadow: 0px 3px 4px -3px #999;
	margin-bottom: 2px;
}
.pulse_container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: none;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: 100%;
}
.pulse_container .pulse_content_wrapper, .new_pulse .pulse_content_wrapper {
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	-ms-flex: 1 1 auto;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-right: 1px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.slide-panel-left .slide_panel_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.weight-range-block {
	margin-top: 40px;
	min-width: 300px;
}

.barcode-attr {
	padding-left: 15px;
}

.help-img {
	margin-top: 1em;
	margin-bottom: 1em;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
	.slide-panel-left {
		width: 100%;
	}
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
	.slide-panel-left {
		width: 100%;
		max-width: calc(100% - 100px);
	}
	#company-weight-range-list .tab-pane {
		padding: 15px 0px;
	}
	.weight-range-block {
		margin-left: -20px;
	}
	.shipping-settings-block .row.content-wrapper.weight-range{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pulse_container .pulse_content_wrapper,
	.new_pulse .pulse_content_wrapper {
		margin-right: 0px;
	}
	.barcode-attr, .barcode-attr > div {
		padding-left: 0px !important;
	}
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
	.slide-panel-left {
		width: 100%;
		max-width: calc(100% - 0px);
	}
	.weight-range-block {
		margin-left: -20px;
	}
	#company-weight-range-list .tab-pane {
		padding: 15px 0px;
	}
	.shipping-settings-block .row.content-wrapper.weight-range{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pulse_container .pulse_content_wrapper,
	.new_pulse .pulse_content_wrapper {
		margin-right: 0px;
	}
	.barcode-attr, .barcode-attr > div {
		padding-left: 0px !important;
	}
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
	.slide-panel-left {
		width: 100%;
		max-width: calc(100% - 0px);
	}
	.weight-range-block {
		margin-left: -20px;
	}
	#company-weight-range-list .tab-pane {
		padding: 15px 0px;
	}
	.shipping-settings-block .row.content-wrapper.weight-range{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pulse_container .pulse_content_wrapper,
	.new_pulse .pulse_content_wrapper {
		margin-right: 0px;
	}
	.barcode-attr, .barcode-attr > div {
		padding-left: 0px !important;
	}
}

@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {
	.slide-panel-left {
		width: 100%;
		max-width: calc(100% - 0px);
	}
	.weight-range-block {
		margin-left: -20px;
	}
	#company-weight-range-list .tab-pane {
		padding: 15px 0px;
	}
	.shipping-settings-block .row.content-wrapper.weight-range{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pulse_container .pulse_content_wrapper,
	.new_pulse .pulse_content_wrapper {
		margin-right: 0px;
	}
}

@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2) {
	.slide-panel-left {
		width: 100%;
		max-width: calc(100% - 0px);
	}
	.weight-range-block {
		margin-left: -20px;
	}
	#company-weight-range-list .tab-pane {
		padding: 15px 0px;
	}
	.shipping-settings-block .row.content-wrapper.weight-range{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pulse_container .pulse_content_wrapper,
	.new_pulse .pulse_content_wrapper {
		margin-right: 0px;
	}
}

@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3) {
	.slide-panel-left {
		width: 100%;
		max-width: calc(100% - 0px);
	}
	.weight-range-block {
		margin-left: -20px;
	}
	#company-weight-range-list .tab-pane {
		padding: 15px 0px;
	}
	.shipping-settings-block .row.content-wrapper.weight-range{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pulse_container .pulse_content_wrapper,
	.new_pulse .pulse_content_wrapper {
		margin-right: 0px;
	}
}

@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3) {
	.slide-panel-left {
		width: 100%;
		max-width: calc(100% - 0px);
	}
	.weight-range-block {
		margin-left: -20px;
	}
	#company-weight-range-list .tab-pane {
		padding: 15px 0px;
	}
	.shipping-settings-block .row.content-wrapper.weight-range{
		padding-left: 0px;
		padding-right: 0px;
	}
	.pulse_container .pulse_content_wrapper,
	.new_pulse .pulse_content_wrapper {
		margin-right: 0px;
	}
}
