/* General */

.content.no-padding,
.content.no-padding > .container-fluid {
	padding: 0 !important;
}

.content.no-min-height {
	min-height: auto;
}

.content.force-padding {
	padding: 30px 15px;
}

.navbar {
	padding-left: 20px;
}

.sidebar-wrapper > .nav {
	padding-bottom: 30px;
}

.nav .notification {
	position: absolute;
	background-color: #fb404b;
	text-align: center;
	border-radius: 10px;
	min-width: 18px;
	padding: 0 5px;
	height: 18px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	top: 2px;
	left: 7px;
}

.full-width {
	width: 100%;
}

.dark-text {
	color: #6a6a6a;
}

.my-auto {
	margin: auto;
}

.footer-text {
	color: #797979;
	padding: 10px 15px;
	margin: 10px 3px;
	font-size: 12px;
}

.btn {
	font-weight: bold;
}

.btn.btn-plain.btn-fill {
	color: #888888;
	background-color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn.btn-plain.btn-fill:hover,
.btn.btn-plain.btn-fill:focus,
.btn.btn-plain.btn-fill:active,
.btn.btn-plain.btn-fill.active,
.open > .btn.btn-plain.btn-fill.dropdown-toggle {
	background-color: #ffffff;
	color: #797979;
}

.btn.btn-fill.btn-plain .caret {
	border-top-color: #888888;
}

.text-white {
	color: #fff !important;
}

.text-red {
	color: #fb404b !important;
}

.text-gray {
	color: #ccc !important;
}

.no-border-radius {
	border-radius: 0 !important;
}

.elegant-title {
	text-transform: uppercase;
}

.flex {
	display: flex;
}

.row.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.row.flex > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.row.flex .align-self-center {
	align-self: center;
}

.time_remaining:first-letter {
	text-transform: capitalize;
}

.align-self-center {
	align-self: center;
}

.form-lead {
	padding-top: 5px;
	margin-bottom: 0;
}

textarea {
	resize: none;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-left: -9999px;
}

.header.with-padding {
	padding: 15px;
}

hr.no-bottom-margin {
	margin-bottom: 0;
}

.boolean-icon .fa-check {
	color: #87cb16;
}

.boolean-icon .fa-times {
	color: #ec971f;
}

.content {
	position: relative;
}

.modal-body.gray {
	background-color: #f5f5f5;
}

/* Margins */
.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

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

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

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

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-80 {
	margin-top: 80px;
}

.margin-top-200 {
	margin-top: 200px;
}

.margin-top-neg-20 {
	margin-top: -20px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

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

.margin-bottom-15 {
	margin-bottom: 15px;
}

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

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

/* Padding */
.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.collapse span.notification,
.collapsing span.notification {
	left: 40px;
}

/* Forms */
.form-group .help-block {
	font-size: 12px;
}

table .form-group {
	margin-bottom: 0;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Tables */
tr.danger {
	color: #fff;
}

tr.danger td {
	background-color: rgba(251, 64, 75, 0.7) !important;
	font-weight: bold;
}

tr.danger a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

/* Links */
a.gray {
	color: #666;
}

a.gray:hover,
a.gray:focus {
	color: #333;
}

/* Cards */
.card.for-buttons {
	margin-bottom: 10px;
	margin-top: -15px;
}

.card.smaller-margin {
	margin: 15px 0 15px;
}

.card.smaller-margin:first-of-type {
	margin-top: 0;
}

.card.smaller-margin:last-of-type {
	margin-bottom: 0;
}

.modal-body .card .header {
	font-weight: 400;
	font-size: 18px;
}

/* Text sizes */
.text-10 {
	font-size: 10px;
}

.text-11 {
	font-size: 11px;
}

.text-12 {
	font-size: 12px;
}

.text-14 {
	font-size: 14px;
}

.text-16 {
	font-size: 16px;
}

.text-18 {
	font-size: 18px;
}

.text-20 {
	font-size: 20px;
}

.text-24 {
	font-size: 24px;
}

.text-28 {
	font-size: 28px;
}

/* Alerts */
.alert {
	font-weight: bold;
	border-radius: 4px;
}

/* Rating */
.rating-input i {
	font-size: 22px;
	margin-right: 5px;
	margin-top: 6px;
}

.rating-input i.fa-star {
	color: gold;
}

/* Dashboard */
.shift-counter {
	font-size: 3rem;
	margin-bottom: 8px;
	font-weight: bold;
	color: #777;
}

.shift-current div {
	font-size: 2rem;
	font-weight: bold;
	color: #777;
}

.dash-shift-hint {
	margin-top: -10px;
}

.dash-next-shift p {
	margin-bottom: 8px;
}

.dash-next-shift h3 {
	margin-top: 12px;
	font-weight: bold;
}

.dash-next-shift h5 {
	font-weight: bold;
}

.dash-services {
	text-align: center;
}

.dash-services h3 {
	font-weight: bold;
	margin-bottom: 0;
}

/* Quality */
#coffee-back {
	background: url("/assets/img/coffee_beans_large.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	margin-bottom: -30px;
}

#coffee-back h1 {
	margin-top: -10px;
	margin-bottom: 40px;
}

#coffee-back .line {
	width: 200px;
	background-color: #fff;
	height: 2px;
	margin: 0 auto 40px;
}

#coffee-back .overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.card a.no-text-color {
	color: inherit;
}

.card.quality h4 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

.card.quality .card-image {
	margin: -15px -15px 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	height: 175px;
	background-size: cover;
	background-position: center;
}

.card.quality .card-image img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.card.quality .card-image .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	background: rgba(40, 10, 0, 0.8);
	font-size: 30px;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -30px;
	margin-top: -30px;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.full-screen-page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#chartActivity > svg {
	overflow: visible !important;
}

.work-in-progress {
	background-size: cover;
	background: url(/assets/img/coffee_shop_background.jpg) no-repeat center;
}

.work-in-progress .overlay {
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* Defaults */
.no-data-container {
	padding: 30px 40px;
	background: repeating-linear-gradient(
		45deg,
		#ffffff,
		#ffffff 10px,
		#f0f0f0 10px,
		#f0f0f0 20px
	);
	text-align: center;
}

.no-data-container h4 {
	font-weight: bold;
}

/* Data fields */
.data-field {
	margin-bottom: 10px;
}

.data-field label {
	font-weight: normal;
	margin-bottom: 0;
	font-size: 11px;
	color: #666;
}

.data-field div {
	font-size: 1.3em;
}

/* Service */

/* Shifts */
.shift-table {
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

.shift-table th,
.shift-table td,
.shift-set-table th,
.shift-set-table td {
	width: 13.5%;
}

.shift-table th:first-of-type,
.shift-table td:first-of-type {
	width: 5.5%;
}

.shift-table td:not(:first-of-type) {
	padding: 4px;
	position: relative;
	border-top: none;
}

.shift-table td.double-shit {
	width: 6.75%;
}

.shift-table td:not(:last-of-type),
.shift-set-table td:not(:last-of-type) {
	border-right: 1px solid #e3e3e3;
}

.shift-table .shift-area {
	background-color: #eee;
	width: calc(80% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border-radius: 6px;
	cursor: pointer;
}

.shift-table .shift-area.highlighted {
	background-color: #ec971f;
}

.shift-table .shift-area.highlighted .shift-hint span {
	color: #fff !important;
}

.shift-table .shift-area i {
	display: none;
}

.shift-table .shift-area .shift-hint {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.shift-table .shift-area .shift-hint span {
	text-align: center;
	color: #888;
}

.shift-set-table .shift-area.active {
	background-color: rgba(135, 203, 22, 0.7);
	border: 1px solid #7bb51d;
	color: #fff;
}

.shift-set-table .shift-area.active:hover {
	background-color: rgba(135, 203, 22, 0.8);
}

.shift-set-table .shift-area.active i {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 50%;
	font-size: 60px;
	width: 100%;
	margin-top: -30px;
}

.shift-set-table .shift-area.active .my-face {
	display: inline-block;
}

.shift-set-table .shift-area .my-face {
	display: none;
}

.shift-table .shift-area.active .shift-hint {
	display: none;
}

.shift-table td:first-of-type {
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	font-weight: bold;
	padding-right: 8px !important;
}

.shift-set-table .shift-clocked {
	position: absolute;
	width: calc(100% - 10px);
	top: 5px;
	left: 5px;
	right: 5px;
	text-align: left;
}

.shift-set-table .shift-clocked .shift-face {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px solid #ccc;
	margin: 2px;
}

.shift-table .no-shift {
	background: repeating-linear-gradient(
		45deg,
		#ffffff,
		#ffffff 10px,
		#bbb 10px,
		#bbb 20px
	);
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	border-radius: 6px;
	cursor: default;
}

.shift-set-table th:first-of-type,
.shift-set-table td:first-of-type {
	width: 5.5%;
}

.shift-set-table .shift-timeslots {
	padding: 0 !important;
	font-weight: bold;
}

.shift-set-table .shift-timeslot {
	height: 40px;
	border-bottom: 1px solid #ccc;
	align-items: center;
	justify-content: center;
	display: flex;
}

.shift-set-table td:not(.shift-timeslots) {
	background: repeating-linear-gradient(
		to bottom,
		#ffffff,
		#ffffff 39px,
		#eee 39px,
		#eee 40px
	);
}

.shift-set-table-no-bg td:not(.shift-timeslots) {
	background: none !important;
}

.shift-set-table .shift-area {
	position: absolute;
	width: calc(80% - 8px);
	left: 4px;
	right: 4px;
	background-color: rgba(220, 220, 220, 0.6);
	border: 1px solid #bbb;
	cursor: pointer;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.shift-set-table .shift-area:nth-child(2) {
	margin-left: 15px;
}

.shift-set-table .shift-area:nth-child(3) {
	margin-left: 30px;
}

.shift-set-table .shift-area:nth-child(4) {
	margin-left: 45px;
}

.shift-set-table .shift-area:hover {
	z-index: 1040;
	/* Bootstrap modal has a value of 1050 */
	background-color: rgba(220, 220, 220, 0.8);
	/*box-shadow: 0 4px 6px -1px rgba(255, 255, 255, 0.7);*/
}

.shift-set-table .shift-area > div {
	text-align: center;
	width: 100%;
}

.shift-set-table .shift-day {
	position: relative;
}

.shift-time-span {
	margin-bottom: 20px;
}

.shift-time-span div {
	font-size: 1.4em;
	font-weight: bold;
}

.shift-employees div {
	font-size: 1.4em;
	font-weight: bold;
}

.shift-set-table .shift-edit {
	display: none;
	position: absolute;
	bottom: 6px;
	font-size: 11px;
}

.shift-set-table .shift-area:hover .shift-edit {
	display: none;
}

.shift-legend {
	font-size: 14px;
	display: inline-block;
	margin-left: 32px;
}

.shift-legend span {
	height: 14px;
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.shift-approved {
	/*background-color: rgba(135, 203, 22, 0.7) !important;*/
	/*border: 1px solid #7bb51d !important;*/
	background-color: rgba(102, 204, 153, 0.9) !important;
	border: 1px solid #66cc99 !important;
	color: #fff;
}

.shift-approved:hover {
	background-color: rgba(102, 204, 153, 0.7) !important;
}

.shift-blue {
	background-color: rgba(71, 168, 198, 0.7) !important;
	border: 1px solid #47a8c6 !important;
	color: #fff;
}

.shift-blue:hover {
	background-color: rgba(71, 168, 198, 0.9) !important;
}

.shift-unapproved {
	/*background-color: rgba(236, 151, 31, 0.7) !important;*/
	/*border: 1px solid #ec971f !important;*/
	background-color: rgba(255, 204, 102, 0.9) !important;
	border: 1px solid #ffcc66 !important;
	color: #fff;
}

.shift-unapproved:hover {
	background-color: rgba(255, 204, 102, 0.7) !important;
}

.shift-empty {
	background-color: rgba(255, 102, 102, 0.9) !important;
	border: 1px solid #ff6666 !important;
	color: #fff;
}

.shift-empty:hover {
	background-color: rgba(255, 102, 102, 0.7) !important;
}

.shift-unselected {
	background-color: rgba(220, 220, 220, 0.6);
	border: 1px solid #bbb;
}

.shift-other-waiters {
	background-color: rgba(220, 220, 220, 0.6) !important;
}

.shift-other-waiters:hover {
	background-color: rgba(220, 220, 220, 0.8) !important;
	border: 1px solid #bbb !important;
}

.shift-week-hours {
	line-height: 38px;
	font-size: 17px;
}

.add-employee-to-shift {
	padding: 20px 30px;
	display: none;
	background-color: #f1f3f7;
	border-radius: 6px;
	margin-top: 15px;
}

.add-employee-to-shift h4 {
	margin-top: 0;
}

.add-employee-to-shift select {
	background-color: #fff;
}

.add-employee-to-shift-btn {
	margin-top: 8px;
	margin-right: 8px;
}

#change-shift-table-container {
	background-color: #ffa534;
	border-radius: 4px;
	color: #fff;
	padding: 4px;
}

.shift-set-table .shift-area.hours-4 {
	height: calc(3 * 40px + 36px);
}

.shift-set-table .shift-area.hours-4\.5 {
	height: calc(3.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-5 {
	height: calc(4 * 40px + 36px);
}

.shift-set-table .shift-area.hours-5\.5 {
	height: calc(4.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-6 {
	height: calc(5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-6\.5 {
	height: calc(5.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-7 {
	height: calc(6 * 40px + 36px);
}

.shift-set-table .shift-area.hours-7\.5 {
	height: calc(6.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-8 {
	height: calc(7 * 40px + 36px);
}

.shift-set-table .shift-area.hours-8\.5 {
	height: calc(7.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-9 {
	height: calc(8 * 40px + 36px);
}

.shift-set-table .shift-area.hours-9\.5 {
	height: calc(8.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-10 {
	height: calc(9 * 40px + 36px);
}

.shift-set-table .shift-area.hours-10\.5 {
	height: calc(9.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-11 {
	height: calc(10 * 40px + 36px);
}

.shift-set-table .shift-area.hours-11\.5 {
	height: calc(10.5 * 40px + 36px);
}

.shift-set-table .shift-area.hours-12 {
	height: calc(11 * 40px + 36px);
}

.shift-set-table .shift-area.hours-12\.5 {
	height: calc(11.5 * 40px + 36px);
}

.shift-set-table .shift-area.offset-0 {
	top: 2px;
}

.shift-set-table .shift-area.offset-0\.5 {
	top: calc(0.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-1 {
	top: calc(1 * 40px + 2px);
}

.shift-set-table .shift-area.offset-1\.5 {
	top: calc(1.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-2 {
	top: calc(2 * 40px + 2px);
}

.shift-set-table .shift-area.offset-2\.5 {
	top: calc(2.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-3 {
	top: calc(3 * 40px + 2px);
}

.shift-set-table .shift-area.offset-3\.5 {
	top: calc(3.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-4 {
	top: calc(4 * 40px + 2px);
}

.shift-set-table .shift-area.offset-4\.5 {
	top: calc(4.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-5 {
	top: calc(5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-5\.5 {
	top: calc(5.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-6 {
	top: calc(6 * 40px + 2px);
}

.shift-set-table .shift-area.offset-6\.5 {
	top: calc(6.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-7 {
	top: calc(7 * 40px + 2px);
}

.shift-set-table .shift-area.offset-7\.5 {
	top: calc(7.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-8 {
	top: calc(8 * 40px + 2px);
}

.shift-set-table .shift-area.offset-8\.5 {
	top: calc(8.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-9 {
	top: calc(9 * 40px + 2px);
}

.shift-set-table .shift-area.offset-9\.5 {
	top: calc(9.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-10 {
	top: calc(10 * 40px + 2px);
}

.shift-set-table .shift-area.offset-10\.5 {
	top: calc(10.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-11 {
	top: calc(11 * 40px + 2px);
}

.shift-set-table .shift-area.offset-11\.5 {
	top: calc(11.5 * 40px + 2px);
}

.shift-set-table .shift-area.offset-12 {
	top: calc(12 * 40px + 2px);
}

.shift-set-table .shift-area.offset-12\.5 {
	top: calc(12.5 * 40px + 2px);
}

/* Meeting table */
.meeting-table th {
	font-weight: bold !important;
	color: #777 !important;
}

.meeting-table th,
.meeting-table td {
	border-right: 1px solid #ccc;
}

.meeting-table td:not(:first-of-type) .checkbox {
	margin: 0 auto;
}

.meeting-table td:not(:first-of-type) .checkbox .icons {
	margin-left: -3px !important;
}

.meeting-table .meeting-hours th {
	text-align: center;
}

.meeting-table .meeting-box {
	background-color: #e0aa5e;
	color: #fff;
	text-align: center;
}

.meeting-table .meeting-box i {
	margin: 0 auto;
	font-size: 18px;
}

.meeting-table .meeting-box.active {
	background-color: #9ed249;
}

.meeting-table .meeting-box .fa-check {
	display: none;
}

.meeting-table .meeting-box.active .fa-check {
	display: block;
}

.meeting-table .meeting-box .fa-times {
	display: block;
}

.meeting-table .meeting-box.active .fa-times {
	display: none;
}

.meeting-table .meeting-box-edit.active {
	background-color: #9ed249;
	color: #fff;
}

.meeting-table .meeting-box-edit.active span {
	color: #fff !important;
}

.card .table.meeting-table tbody td:last-child {
	padding: 12px 8px;
}

.card .table.meeting-table thead th:last-child {
	padding: 12px 8px 5px;
}

.meeting-table p {
	margin: 0 !important;
}

.meeting-table .meeting-recommended-slots td {
	border-top: 3px double #ccc;
	font-weight: bold;
	border-right: none;
	padding: 8px 8px 4px;
}

.meeting-table .meeting-recommended-slots td:not(:first-of-type) {
	text-align: center;
}

.meeting-table .spacing-row td {
	border: none;
	padding: 4px !important;
}

/* Discounts */
.card.discount h4,
.card.discount-card h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 5px;
}

.card.discount .content div:not(.description) h4 {
	margin-top: 35px !important;
}

.card.discount .card-image {
	margin: -15px -15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.card.discount .card-image img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
}

.card.discount-card .card-image img {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.card.discount .content p {
	font-size: 14px !important;
}

.card.discount .expiration {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 8px 24px;
	font-size: 16px;
	font-weight: bold;
	border-bottom-left-radius: 10px;
}

.card.discount-card .discount-buttons {
	margin-top: 20px;
}

.card.discount .description {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 15px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 0 20px 5px;
	right: 0;
}

.discount-image {
	display: block;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	border: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#discount-image {
	width: 100% !important;
}

.no-margin {
	margin: 0 !important;
}

.padding-left-10 {
	padding-left: 10px !important;
}

.word-break {
	word-break: break-all;
}

.discounts-card-for-buttons-search {
	display: -webkit-box;
}

.discounts-card-for-buttons {
	display: -webkit-box;
}

.wholesaler-label-text {
	padding-top: 10px !important;
	font-weight: bold !important;
}

.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.padding-top-0 {
	padding-top: 0 !important;
}

.a-whitout-style a {
	color: #999 !important;
}

/* Work hours */
.work-hours-data {
	float: right;
	margin-right: 20px;
}

.all-actions a {
	color: #447df7 !important;
}

/* News and tips */

.news-content {
	margin-bottom: 25px;
}

.news-entry {
	padding: 20px;
	margin-bottom: 5px !important;
}

.news-entry h3 {
	text-align: center;
}

.news-footer {
	color: lightgray;
	font-style: italic;
	font-size: small;
	padding: 5px 5px 0 5px;
}

/* Autocomplete suggestions */
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #fff;
	overflow: auto;
	font-weight: bold;
	font-size: 15px;
}

.autocomplete-suggestion {
	padding: 4px 10px;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.autocomplete-suggestion:last-of-type {
	border-bottom: none;
}

.autocomplete-selected {
	background: #f0f0f0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #7dcec8;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

.light-break {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 10px 0 10px;
}

.show-activity a {
	color: #333 !important;
	font-weight: normal;
	font-size: 15px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

/******************/

/* user profile */

.user-photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.edit-photo-button-wrapper {
	padding-top: 20px;
}

/* END user profile */
.padding-right-20 {
	padding-right: 20px !important;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-left-10 {
	padding-left: 10px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.card-for-buttons {
	text-align: right !important;
	padding: 10px 20px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.shop-select {
	width: 300px !important;
}

/* red notification circle */
.red-notification {
	color: #ffffff !important;
	background: #fb404b !important;
	font-weight: bold;
	border-radius: 10px;
	padding: 1px 5px;
}

.no-top-bottom-padding {
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.radio-text-margin {
	margin-left: 10px !important;
	margin-right: 5px !important;
}

.padding-left-0 {
	padding-left: 0 !important;
}

.padding-right-0 {
	padding-right: 0 !important;
}

.optibar-card-header {
	background-color: #00a99d;
	color: #ffffff !important;
	text-transform: uppercase;
	padding-bottom: 15px !important;
	font-weight: 400 !important;
}

.optibar-black-card-header {
	padding: 10px 30px !important;
	background-color: #333333;
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}

.optibar-card-footer {
	padding: 5px;
	font-style: italic;
	color: darkgrey;
}

.optibar-main-background-color {
	background-color: #00a99d !important;
}

.optibar-main-text-color {
	color: #008043 !important;
}

.optibar-dash-button {
	background-color: #ffffff !important;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	color: #00a99d;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.36);
	padding: 10px;
	font-size: 11pt;
	text-transform: capitalize;
}

.optibar-dash-button:hover {
	color: #000000;
	box-shadow: none;
	padding: 10px;
	font-size: 11pt;
	text-transform: capitalize;
}

.left-right-border {
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

.dash-shifts-numbers {
	padding-top: 25px;
	font-size: 30pt;
}

.dash-shifts-number-labels {
	font-size: 8pt;
}

.dash-shifts-open-shifts-page-nofify {
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
	background-color: #ff6666;
	width: 100%;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.36);
}

.dash-shifts-open-shifts-page-nofify:hover {
	background-color: transparent;
	border: 1px solid #ff6666;
	color: #ff6666;
}

.dash-shifts-open-shifts-page {
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
	background-color: #ffcc66;
	width: 100%;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.36);
}

.dash-shifts-open-shifts-page:hover {
	background-color: transparent;
	border: 1px solid #ffcc66;
	color: #ffcc66;
}

.padding-bottom-5 {
	padding-bottom: 5px !important;
}

.padding-left-5 {
	padding-left: 5px !important;
}

.dash-meetings-vacation-sick-leave-content {
	height: 220px;
	overflow-y: scroll;
	padding: 2px !important;
}

.dash-meetings-vacation-sick-leave-content-no-meetings {
	height: 220px;
	padding: 0 !important;
}

.without-padding {
	padding: 0 !important;
}

.meeting-organizer-pic {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.bg-meeting {
	background-color: #9e005d;
}

.bg-vacation {
	background-color: #28aaff;
}

.bg-sick {
	background-color: #ed1c24;
}

.meeting-date {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 8pt;
}

.dash-no-data-container {
	padding: 100px 40px !important;
}

.hour-logging-container {
	height: auto;
	background: white;
	display: inline-block;
	position: relative;
	padding: 0 !important;
}

.border-left-1px {
	border-left: 1px solid #dddddd;
}

.padding-top-bottom-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.padding-top-bottom-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.bg-service {
	background-color: #0fb559;
}

.open-meeting {
	cursor: pointer;
}

.open-vacation {
	cursor: pointer;
}

.open-sick-leave {
	cursor: pointer;
}

.technician-company-table-header {
	background-color: #ffffff;
	padding: 10px 0 !important;
	font-size: 15pt;
}

.technician-company-table-entry {
	padding: 0 !important;

	border: 5px solid #ffffff;
	border-top: none;
	background-color: #f0f0f0;
	/*padding: 10px 0 !important;*/
	font-size: 12pt !important;
}

.percentage-container {
	margin-left: 5px;
	padding: 5px 0;
	text-align: center;
	width: 50px;
}

.percentage-container-v2 {
	margin-left: 5px;
	padding: 5px 0;
	text-align: center;
	width: 50px;
	height: 60px;
	padding-top: 20px;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.arrow-top-bottom-padding {
	padding-top: 5px;
	padding-bottom: 5px;
}

.bg-positive {
	color: #ffffff;
	background-color: rgb(60, 180, 70);
}

.bg-negative {
	color: #ffffff;
	background-color: rgb(240, 90, 35);
}

.bg-optibar-light-green {
	background-color: rgb(105, 200, 195) !important;
}

.text-bold {
	font-weight: bold !important;
}

.optibar-left-border {
	border-left: 10px solid rgb(60, 180, 160);
}

.bg-white {
	background-color: #ffffff;
}

.statistics-gray-entry {
	background-color: #f0f0f0;
	border-bottom: 5px solid #ffffff;
	border-top: none;
}

.no-top-bottom-margin {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.info-icon-style {
	padding: 3px;
	border-radius: 50%;
	border: 1px solid black;
}

.top-optibar-border {
	border-top: 3px solid rgb(130, 180, 180);
}

.bg-nevtral {
	color: #ffffff;
	background-color: #000000;
}

.text-black {
	color: #000000 !important;
}

.bg-data-green-2 {
	background-color: rgb(215, 240, 235);
}

.green-data-box {
	border-bottom: 5px solid #ffffff;
}

.font-size-20 {
	font-size: 20pt !important;
}

.no-padding-l-r {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.technicians-view-bottom-border {
	border-bottom: 2px solid #f0f0f0;
}

.bg-nevtral-2 {
	background-color: rgb(100, 100, 100);
	color: #ffffff;
}

.colored-statistics {
	padding: 10px;
}

.left-right-border-technicians {
	border-left: 3px solid #f0f0f0;
	border-right: 3px solid #f0f0f0;
}

.bg-light-green {
	background-color: rgb(200, 220, 220);
}

.bg-gray {
	background-color: #f0f0f0;
}

.bg-negative-technicians {
	padding-left: 15px;
	color: #ffffff;
	background-color: rgb(240, 90, 35);
}

.padding-top-15 {
	padding-top: 15px !important;
}

@media (min-width: 1500px) {
	.calendar-inputs-first {
		width: 45%;
		float: left;
	}

	.calendar-inputs-second {
		width: 45%;
		float: right;
	}
}

@media (max-width: 1499px) {
	.calendar-inputs-first {
		width: 100%;
		margin-top: 20px !important;
	}

	.calendar-inputs-second {
		width: 100%;
		margin-top: 20px !important;
	}
}

.get-report-button {
	background-color: rgb(140, 200, 50);
	color: #ffffff;
	padding: 10px 50px;
	border-radius: 20px;
	border: 1px solid rgb(140, 200, 50);
}

.get-report-button:hover {
	background-color: #ffffff;
	color: rgb(140, 200, 50);
	border: 1px solid rgb(140, 200, 50);
	cursor: pointer;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.bg-content {
	background-color: rgb(245, 245, 245);
}

.font-size-12px {
	font-size: 12px !important;
}

.font-size-10 {
	font-size: 10pt !important;
}

.font-size-15 {
	font-size: 15pt !important;
}

.border-1px-gray {
	border: 1px solid #f0f0f0;
}

.padding-top-bottom-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.padding-top-bottom-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.padding-top-bottom-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.padding-top-bottom-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.grinder-button {
	padding: 13px 20px !important;
	background: url("/assets/icons/shops-coffee-grinder-green.png") no-repeat;
	background-size: contain;
}

.grinder-button:hover {
	padding: 13px 20px !important;
	background: url("/assets/icons/shops-coffee-grinder.png") no-repeat;
	background-size: contain;
}

.coffee-machine-button {
	padding: 13px 20px !important;
	background: url("/assets/icons/shops-coffee-machine-green.png") no-repeat;
	background-size: contain;
}

.coffee-machine-button:hover {
	padding: 13px 20px !important;
	background: url("/assets/icons/shops-coffee-machine.png") no-repeat;
	background-size: contain;
}

.optibar-normal-button {
	padding-right: 0;
	cursor: pointer;
	background-color: #00a99d;
	width: 100%;
	border: none;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
}

.optibar-normal-button:hover {
	background-color: transparent;
	border: 1px solid #00a99d;
	color: #00a99d;
}

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

.optibar-button {
	cursor: pointer;
	background-color: #00a99d;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 38px;
	padding-right: -5px;
	text-align: center;
	vertical-align: middle;
	display: inline-flex;
}

.optibar-button:hover {
	background-color: transparent;
	border: 1px solid #00a99d;
	color: #00a99d;
}

.optibar-button-uredi {
	cursor: pointer;
	background-color: #ff9c23;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	padding-right: -5px;
	text-align: center;
	vertical-align: middle;
	display: inline-flex;
}

#map {
	height: 400px;
	width: 100%;
}

.notification-form label {
	text-align: left;
	font: Medium 14px/17px Roboto;
	letter-spacing: 0px;
	color: #b3b3b3;
	opacity: 1;
}

.notification-form input {
	background: #f9f9f9 0% 0% no-repeat padding-box;
	border: 0.5px solid #c0c0c0;
	border-radius: 5px;
	opacity: 1;
	margin-bottom: 10px;
}

.notification-form textarea {
	background: #f9f9f9 0% 0% no-repeat padding-box;
	border: 0.5px solid #c0c0c0;
	border-radius: 5px;
	opacity: 1;
	margin-bottom: 10px;
}

.form-result {
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	padding: 8px 12px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #009999;
}

.optibar-text-input {
	border: 1px solid #009999;
	padding: 5px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #00a99d;
	background: -moz-linear-gradient(top, white 0%, #00a99d 100%);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #00a99d),
		color-stop(100%, #00a99d)
	);
	background: -webkit-linear-gradient(top, white 0%, #00a99d 100%);
	background: -o-linear-gradient(top, white 0%, #00a99d 100%);
	background: -ms-linear-gradient(top, white 0%, #00a99d 100%);
	background: linear-gradient(to bottom, white 0%, #00a99d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A99D', endColorstr='#00A99D', GradientType=0);
	border-radius: 50%;
	box-shadow: 0 1px 1px #ffffff inset, 0 1px 2px #00a99d;
	height: 15px;
	width: 15px;
	cursor: pointer;
}

#map {
	height: 600px;
	width: 100%;
}

.optibar-tech-company-button {
	cursor: pointer;
	background-color: #00a99d;
	width: 100%;
	border: none;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	margin-top: 15px;
	padding: 15px 30px;
	position: relative;
	top: 12px;
	font-size: 25px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
}

.optibar-tech-company-button:hover {
	background-color: transparent;
	border: 1px solid #00a99d;
	color: #00a99d;
}

.border-optibar {
	border: 1px solid #00a99d !important;
	border-radius: 3px !important;
}

.styled-select {
	background-color: transparent;
	border: none;
}

.send-message-button {
	padding: 10px 30px;
	text-transform: uppercase;
}

.optibar-normal-blue-text {
	color: #00a99d !important;
}

.text-italic {
	font-style: italic;
}

.text-size-10 {
	font-size: 10pt;
}

.text-size-35 {
	font-size: 35pt;
}

.text-size-15 {
	font-size: 13pt;
}

.dim-on-hover {
	border-bottom: 5px solid #f5f5f5;
}

.dim-on-hover:hover {
	background-color: #f5f5f5 !important;
}

.inner-addon {
	position: relative;
}

.inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
}

.left-addon .fa {
	left: 0px;
}

.right-addon .fa {
	right: 20px;
}

.left-addon input {
	padding-left: 30px;
}

.right-addon input {
	padding-right: 30px;
}

.no-decoration {
	text-decoration: none;
	color: #000000;
}

.no-decoration:hover {
	text-decoration: none;
	color: #ffffff;
}

.no-decoration-vertical {
	text-decoration: none;
	color: #000000;
}

.no-decoration-vertical:hover {
	text-decoration: none;
	color: #000000;
}

.navigation-element-horizontal {
	background-color: #ffffff;
}

.navigation-element-horizontal:hover {
	background-color: #00a99d;
	color: #ffffff !important;
}

.padding-right-50 {
	padding-right: 50px;
}

.bg-optibar {
	background-color: #00a99d;
}

.bg-main-background {
	background-color: #f5f5f5;
}

.border-bottom-5px {
	border-bottom: 5px solid #f5f5f5;
}

.border-bottom-10px {
	border-bottom: 10px solid #f5f5f5;
}

.padding-15px {
	padding: 15px 20px !important;
	border-radius: 0;
}

.costum-paddding {
	padding: 0 5px 0 0 !important;
}

.notifications-popup {
	height: 350px;
	overflow-y: auto;
	width: 400px;
}

.notifications-popup:before {
	border-bottom: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	display: inline-block;
	position: absolute;
	left: 12px;
	top: -11px;
}

.notification-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.underline-on-hoover:hover {
	text-decoration: underline;
}

.notification-li-element:hover {
	background-color: #cccccc;
}

.notification-li-element-useen {
	background-color: #ccffff;
}

.notification-li-element-useen:hover {
	background-color: #99cccc;
}

.grey-border-left {
	border-left: 1px solid #f0f0f0;
}

.grey-border-right {
	border-right: 1px solid #f0f0f0;
}

/* discunts filters buttons */
.filter-button {
	/*background-color: #00a99D!important;*/
	cursor: pointer;
	border-radius: 3px;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.36);
	padding: 30px 30px;
	color: #ffffff;
	font-size: 5pt;
	margin-right: 10px;
	border: 1px solid #00a99d;
}

.filter-button:hover {
	box-shadow: none;
}

.alcohol-button {
	background: url("/assets/icons/discounts/liquer.png") no-repeat;
	background-size: contain;
}

.alcohol-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/liquer_white.png") no-repeat;
	background-size: contain;
}

.wine-button {
	background: url("/assets/icons/discounts/wine.png") no-repeat;
	background-size: contain;
}

.wine-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/wine_white.png") no-repeat;
	background-size: contain;
}

.beer-button {
	background: url("/assets/icons/discounts/beer.png") no-repeat;
	background-size: contain;
}

.beer-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/beer_white.png") no-repeat;
	background-size: contain;
}

.milk-button {
	background: url("/assets/icons/discounts/milk.png") no-repeat;
	background-size: contain;
}

.milk-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/milk_white.png") no-repeat;
	background-size: contain;
}

.juice-button {
	background: url("/assets/icons/discounts/juice.png") no-repeat;
	background-size: contain;
}

.juice-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/juice_white.png") no-repeat;
	background-size: contain;
}

.carbonated-button {
	background: url("/assets/icons/discounts/carbonated.png") no-repeat;
	background-size: contain;
}

.carbonated-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/carbonated_white.png") no-repeat;
	background-size: contain;
}

.water-button {
	background: url("/assets/icons/discounts/water.png") no-repeat;
	background-size: contain;
}

.water-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/water_white.png") no-repeat;
	background-size: contain;
}

.other-button {
	background: url("/assets/icons/discounts/other.png") no-repeat;
	background-size: contain;
}

.other-button-active {
	background-color: #00a99d !important;
	background: url("/assets/icons/discounts/other_white.png") no-repeat;
	background-size: contain;
}

select > option:checked,
select > option:hover {
	box-shadow: 0 0 10px 100px #dc6900 inset;
	background-color: #dc6900 !important;
}

/* coloring dropdowns */
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	background-color: #00a99d;
	color: white;
}

.t1-color {
	color: #23ccef;
}

.t2-color {
	color: #fb404b;
}

.t3-color {
	color: #9368e9;
}

.t4-color {
	color: #ffa534;
}

.white-text-select {
	font-size: 12pt;
	background-color: transparent;
	color: white !important;
	border: none;
}

.white-text-select :hover {
	color: white;
}

.white-text-select option {
	text-transform: capitalize;
	font-size: 8pt;
}

.white-text-select-with-border {
	font-size: 12pt;
	background-color: transparent;
	color: #ffffff !important;
	border: 1px solid #ffffff !important;
}

.white-text-select-with-border :hover {
	color: #ffffff !important;
}

.white-text-select-with-border option {
	text-transform: capitalize;
	font-size: 8pt;
}

.info-box {
	position: absolute;
	left: 30px;
	display: block;
	padding: 20px;
	border-radius: 10px;
	border: 3px solid #00a99d;
	background-color: white;
}

.tabs-colors > li > a {
	color: #00a99d !important;
}

.tabs-colors > li.active > a {
	color: #000000 !important;
}

.padding-left-right-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.padding-left-right-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.padding-left-right-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.padding-left-right-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.padding-5 {
	padding: 5px !important;
}

.padding-10 {
	padding: 10px !important;
}

.padding-15 {
	padding: 15px !important;
}

.padding-20 {
	padding: 20px !important;
}

.no-padding {
	padding: 0px !important;
}

.analysis-header-tabs {
	border-bottom: 5px solid #66cc99;
	color: white !important;
	font-weight: bold;
}

.analysis-header-tabs > li > a {
	border-radius: 15px 15px 0 0;
	color: #999999;
	background-color: #e9e9e9;
	text-transform: uppercase;
	border: none !important;
	z-index: 0;
}

.analysis-header-tabs > li > a:hover {
	background-color: #33cc99;
}

.analysis-header-tabs > li.active > a {
	background-color: #66cc99;
	color: white;
	z-index: 2;
}

.analysis-header-tabs > li.active > a:hover {
	background-color: #33cc99;
	color: white;
	cursor: pointer;
}

.analysis-header-tabs > li:active {
	margin-bottom: 0;
	background-color: #33cc99;
}

.position-left-minus-20px {
	left: -20px;
}

.position-left-minus-40px {
	left: -40px;
}

.padding-lr-50 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.optibar-border-bottom {
	border-bottom: 1px solid #33cc99 !important;
}

.positive-arrow {
	color: #33cc99;
	font-weight: normal !important;
	font-size: 15pt !important;
	padding-top: 7px;
}

.negative-arrow {
	color: #ff6666;
	font-weight: normal !important;
	font-size: 15pt !important;
	padding-top: 7px;
}

.nevtral-arrow {
	color: #666666;
	font-weight: normal !important;
	font-size: 15pt !important;
	padding-top: 7px;
}

.positive-analysis-percentage-container {
	text-align: center;
	width: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #33cc99;
	color: #ffffff;
	font-weight: bold;
}

.negative-analysis-percentage-container {
	text-align: center;
	width: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ff6666;
	color: #ffffff;
	font-weight: bold;
}

.nevtral-analysis-percentage-container {
	text-align: center;
	width: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
}

.analysis-first-item {
	background-color: #336699;
	color: #ffffff;
}

.border-lr-white {
	border-left: 2px solid #f2f2f2;
	border-right: 2px solid #f2f2f2;
}

.light-green-bg {
	background-color: #def3f1;
}

.analysis-gray-text {
	color: #666666;
}

.analysis-positive-container {
	color: white;
	background-color: #33cc99;
}

.analysis-negative-container {
	background-color: #ff6666;
	color: white;
}

.analysis-nevtral-container {
	background-color: #4d4d4d;
	color: white;
}

.analysis-neutral-container {
	background-color: #2b6ea1;
	color: white;
}

.analysis-white-filter-button {
	cursor: pointer;
	background-color: #ffffff;
	font-size: 8pt;
	border-radius: 25px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
}

.analysis-white-filter-button-clicked {
	background-color: #33cb99;
	color: #ffffff;
}

/*.analysis-white-filter-button:hover{*/
/*color:#33cb99;*/
/*}*/

.analysis-white-filter-one-word-button {
	padding-top: 13px;
	padding-bottom: 13px;
}

.dropdown-header.analysis-opt-group-text-style {
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

.small-tab-pane {
	background: #333333;
	color: white;
}

.small-tab-pane > li.active > a {
	color: #66cc99 !important;
}

.small-tab-pane > li > a {
	text-align: center;
	padding: 10px 10px 9px 10px !important;
	text-transform: uppercase;
	font-size: 22px;
	border-radius: 30px 0px 0px 0px;
	color: white;
}

.small-tab-pane > li > a:hover {
	border: none;
	padding: 0;
	margin: 0;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-menu li a:hover {
	background: #00a99d;
}

.dropdown-submenu li a:hover {
	background: #00a99d;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.second-page-filter-button-clicked {
	background: #00a99d;
	color: white;
}

.bg-black {
	background-color: black;
}

.nice-black-button {
	color: white;
	border: 1px solid black;
	border-radius: 25px;
	background-color: black;
	text-transform: uppercase;
	cursor: pointer;
	font-size: large;
}

.nice-black-button:hover {
	border: 1px solid black;
	border-radius: 25px;
	color: black;
	background: white;
	font-weight: bold;
	font-size: large;
}

.back-button {
	color: lightseagreen;
	font-size: medium;
	background-color: white;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	padding: 10px;
}

.back-button:hover {
	color: white;
	background-color: lightseagreen;
}

.principal-row-style {
	background-color: white;
	border: 1px solid lightgray;
}

.bg-light-gray {
	background-color: lightgray;
}

.warnings-label {
	color: #ff0000 !important;
	font-weight: bold;
}

.green-notification {
	color: #ffffff !important;
	background: #22cd00 !important;
	font-weight: bold;
	border-radius: 10px;
	padding: 1px 5px;
}

.table-header-cell {
	padding: 20px 0 !important;
	border-right: 1px solid black;
}

.position-left-minus-60px {
	left: -60px;
}

@media (min-width: 1366px) {
	.row.equal {
		display: flex;
		flex-wrap: wrap;
	}
}

.table-header-cell-no-border {
	padding: 20px 0 !important;
}

/** WHY WAS THIS HERE !?
.tooltip-inner {
    white-space: pre-wrap;
}
**/
/*
no-data-container change background color
*/
.no-data-opti-color {
	background: #f5f5f5;
	color: #33cb99;
	font-weight: bold;
}

.optibar-normal-button-services {
	padding-right: 0;
	padding-left: 8px;
	cursor: pointer;
	background-color: #33cb99;
	width: 100%;
	border: none;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.36);
}

.optibar-normal-button-services:hover {
	background-color: transparent;
	border: 1px solid #00a99d;
	color: #00a99d;
}

.padding-right-15 {
	padding-right: 15px !important;
}

.service-button-color-order {
	background-color: #33cb99 !important;
	border-color: #33cb99;
}

.service-button-color-order:focus {
	background-color: #269973 !important;
	border-color: #269973;
}

.service-button-color-order:hover {
	background-color: #269973 !important;
	border-color: #269973;
}

.padding-top-button-line {
	padding-top: 33px !important;
}

.padding-left-15 {
	padding-left: 15px !important;
}

.padding-left-25 {
	padding-left: 25px !important;
}

.padding-left-30 {
	padding-left: 30px !important;
}

.padding-left-130 {
	padding-left: 130px !important;
}

.padding-left-50 {
	padding-left: 50px !important;
}

.bg-principal {
	background-color: #0f6ab4 !important;
	color: white !important;
}

.bg-cashier-connected {
	background-color: #0f6ab4 !important;
	color: white !important;
}

.scroll-win-embedded {
	/* this is just for the windows scroll to work properly , use .wrapper with it */
	/* wrapper has min-height set so we have to refresh it */
	min-height: auto;
}

.single-service {
	margin: 15px 25px;
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}

.service-content {
	text-align: center;
	margin-top: -20px;
	cursor: pointer;
	transition: all 0.2s ease-out;
	font-size: 15pt;
}

.fadeInLeft .service-content:hover {
	padding-left: 20px;
	margin-right: -20px;
}

.fadeInRight .service-content:hover {
	padding-right: 20px;
	margin-left: -20px;
}

@media (min-width: 768px) {
	.modal-xl {
		width: 100%;
		max-width: 1400px;
	}
}

.note-table-row:hover {
	cursor: pointer;
}

.main-panel-no-sidebar {
	background: #f5f5f5;
	position: relative;
	float: right;
	width: 100%;
	min-height: 100%;
}

.m-h-full {
	min-height: 100%;
}

.main-panel-no-sidebar > .content {
	padding: 30px 15px;
	min-height: calc(100vh - 136px);
}

.main-panel-no-sidebar > .content-no-padding {
	padding: 0;
}

.main-panel-no-sidebar > .footer {
	border-top: 1px solid #e7e7e7;
}

.main-panel-no-sidebar .navbar {
	margin-bottom: 0;
}

.region-entry:hover {
	cursor: pointer;
}

.region-entry-selected {
	color: white;
}

.region-entry-selected > div {
	background-color: #0f6ab4 !important;
	color: white !important;
}

.reaction-shop-entry-ref {
	display: block !important;
	color: black !important;
}

.reaction-shop-entry-ref:hover {
	color: black;
}

.equal {
	display: flex !important;
	display: -webkit-flex !important;
	flex-wrap: wrap !important;
}

.salesman-table table {
	border-collapse: collapse !important;
	border-spacing: 0 5px !important;
}

.salesman-table thead {
	border-bottom: 5px solid #82b4b4 !important;
}

.salesman-table thead th {
	border-bottom: 2px solid #82b4b4 !important;
	border-right: 2px solid #e3e3e3 !important;
	color: black !important;
	font-size: medium !important;
	font-weight: bold;
}

.salesman-table > tbody > tr {
	position: inherit !important;
}

.salesman-table > tbody > tr.salesman-row-average > td {
	background-color: #eeeeee !important;
	font-weight: bold;
}

.salesman-table tbody td {
	background-color: white;
}

.graph-button,
.graph-region-button {
	cursor: pointer;
}

.orders-table {
	border-collapse: separate !important;
	border-spacing: 0 5px !important;
	background-color: white;
}

.orders-table thead th {
	color: black !important;
	font-size: medium !important;
	background-color: #f5f5f5;
	border-bottom: solid 15px transparent !important;
}

.orders-table > tbody > tr.orders-row > td {
	border-bottom: solid 8px #f5f5f5;
}

.orders-td {
	background-color: white;
}

.orders-row:hover {
	background-color: inherit !important;
}

.file-upload {
	background-color: #ffffff;
	width: 100%;
	padding: 15px;
}

.file-upload-btn {
	width: 100%;
	margin: 0;
	color: #fff;
	background: #00a99d;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #00a99d;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

.file-upload-btn:hover {
	background: white;
	color: #00a99d;
	transition: all 0.2s ease;
	cursor: pointer;
}

.file-upload-btn:active {
	border: 0;
	transition: all 0.2s ease;
}

.file-upload-content {
	display: none;
	text-align: center;
}

.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.image-upload-wrap {
	margin-top: 20px;
	border: 4px dashed #00a99d;
	position: relative;
}

.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}

.drag-text {
	text-align: center;
}

.drag-text h3 {
	font-weight: 100;
	text-transform: uppercase;
	color: #00a99d;
	padding: 60px 0;
}

.file-upload-image {
	max-height: 200px;
	max-width: 200px;
	margin: auto;
	padding: 20px;
}

.remove-image {
	width: 200px;
	margin: 0;
	color: #fff;
	background: #cd4535;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #b02818;
	transition: all 0.2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

.remove-image:hover {
	background: #c13b2a;
	color: #ffffff;
	transition: all 0.2s ease;
	cursor: pointer;
}

.remove-image:active {
	border: 0;
	transition: all 0.2s ease;
}

/*fix table pagination button radius*/
.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-radius: 15px !important;
}

.select-info {
	margin-left: 10px !important;
}

.tr .selected {
	background-color: #2b6ea1;
}

/*Datatables selection style*/
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
	background-color: #aab7d1;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
	display: block;
	position: absolute;
	top: 50% !important;
	left: 50%;
	width: 20px !important;
	height: 20px !important;
}

table.dataTable tr.selected td.select-checkbox::after,
table.dataTable tr.selected th.select-checkbox::after {
	content: "\25A0" !important;
	margin-top: -16px !important;
	margin-left: -6px !important;
	font-size: 21px !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody th.select-checkbox::before {
	margin-top: -9px !important;
}

#active-label .icons {
	font-size: 40px !important;
}

#b2p-label .icons {
	font-size: 40px !important;
}

#inactive-label .icons {
	font-size: 40px !important;
}

.leave-area {
	position: absolute;
	left: 4px;
	right: 4px;
	background-color: rgba(220, 220, 220, 0.6);
	border: 1px solid #bbb;
	cursor: default;
	border-radius: 4px;
	display: grid;
	text-align: center;
	align-items: center;
	top: 2px;
	align-self: center;
	width: auto;
	height: 90%;
}

.leave-unconfirmed {
	background-color: #efc33d !important;
	border: 1px solid #efc33d !important;
	color: #fff;
}

.leave-denied {
	background-color: #f17a72 !important;
	border: 1px solid #f17a72 !important;
	color: #fff;
}

.leave-vacation {
	background-color: #3eb49e !important;
	border: 1px solid #3eb49e !important;
	color: #fff;
}

.leave-half-approved {
	background-color: #2b7e9c !important;
	border: 1px solid #2b7e9c !important;
	color: #fff;
}

.leave-job {
	background-color: #867cc9 !important;
	border: 1px solid #867cc9 !important;
	color: #fff;
}

.leave-sick {
	background-color: #6aa6e6 !important;
	border: 1px solid #6aa6e6 !important;
	color: #fff;
}

.leave-duty {
	background-color: #707070 !important;
	border: 1px solid #707070 !important;
	color: #fff;
}

.leave-half-approved {
	background-color: #2b7e9c !important;
	border: 1px solid #2b7e9c !important;
	color: #fff;
}

.leave-info {
	background-color: #d9d9d9 !important;
	border: 1px solid #d9d9d9 !important;
	color: #fff;
}

.leave-clickable:hover {
	cursor: pointer;
	opacity: 0.7;
}

.wholesaler-schedule-table-header > th {
	text-align: center;
	color: white !important;
}

.work-free-day {
	background-color: rgba(0, 168, 157, 0.1);
}

.btn.optibar-main-background-color {
	background-color: transparent !important;
}

.btn.optibar-main-background-color:hover {
	color: white !important;
	background-color: #02b5a8 !important;
}

#calendar .fc-title {
	color: white !important;
	font-size: 13px !important;
}

#calendar .fc-content {
	padding: 2px;
	text-align: center !important;
}

#calendar h2 {
	color: #707070;
	margin-left: 10.5px !important;
	margin-right: 0 !important;
	width: 350px;
}

#calendar .fc-today {
	color: #0a0a0a !important;
	background-color: #e9e9e9 !important;
}

#calendar .table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 3px solid #f5f5f5 !important;
}

#calendar .fc-head-container {
	background-color: #f5f5f5;
}

#calendar .fc-view {
	margin-right: -1px !important;
}

#calendar .fc-header-toolbar {
	height: 50px !important;
}

#calendar .fc-next-button,
#calendar .fc-prev-button {
	border: none !important;
	font-size: 20px;
}

.legend-leave {
	background: 0 0 no-repeat padding-box;
	border-radius: 5px;
	opacity: 1;
	width: 30px;
	height: 28px;
	float: left;
}

.legend-leave-text {
	margin-left: 35px;
	line-height: 1.7;
	color: #707070;
	margin-bottom: 0;
}

.legend-type-tag {
	margin-right: 10px;
	width: 25px;
	float: left;
	font-weight: bold;
}

.monthly-review-entry {
	position: relative !important;
	width: 48% !important;
	margin: 2.5px;
}

.legend-wrapper:hover #legend {
	display: block;
	animation: fade_in_show 0.3s;
}

.legend-wrapper #legend {
	display: none;
	position: absolute;
	margin-left: -400px;
	z-index: 1;
	text-align: left;
	width: 500px;
	height: 215px;
}

@keyframes fade_in_show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.dropdown-item-checked::before {
	content: "\f00c";
	font-family: "FontAwesome";
	float: right;
}

.legend-sidebar-unpicked {
	opacity: 0.4;
}

.loyalty-button-wrapper {
	font-size: x-large;
	margin-bottom: 5px;
}

.loyalty-button-active {
	display: inline-block;
	color: white;
	background-color: #00a99d;
	padding: 10px;
}

.loyalty-button-chevron-active {
	display: inline-block;
	background-color: white;
	color: #00a99d;
	padding: 10px;
	font-size: x-large;
	text-align: center;
}

.loyalty-button {
	display: inline-block;
	color: darkgrey;
	background-color: lightgray;
	padding: 10px;
}

.loyalty-chevron {
}

.loyalty-button-chevron {
	display: inline-block;
	background-color: white;
	color: lightgray;
	padding: 10px;
	font-size: x-large;
	text-align: center;
}

.loyalty-button-wrapper:hover {
	cursor: pointer;
}

.loyalty-button-wrapper:hover .loyalty-button-chevron {
	background-color: white;
	color: #00a99d;
}

.loyalty-button-wrapper:hover .loyalty-button {
	color: white;
	background-color: #00a99d;
}

.loyalty-content {
	padding: 5px;
	background-color: lightgrey;
}

.loyalty-expand-icon {
	cursor: pointer;
}

.filter-header {
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

#filter-body {
	overflow-y: scroll;
}

@media screen and (min-width: 1920px) {
	#filter-body {
		height: 800px;
	}
}

@media screen and (max-width: 1919px) and (min-width: 1024px) {
	#filter-body {
		height: 650px;
	}
}

@media screen and (max-width: 1024px) {
	#filter-body {
		height: 500px;
	}
}

.ob-button-filled {
	background-color: #00a99d;
	color: white;
	border-color: #00a99d;
}

.ob-button-filled:hover {
	background-color: #33cb99;
	color: white;
	border-color: #33cb99;
}

@media screen and (min-width: 1920px) {
	.shop-nav .notification {
		position: absolute;
		background-color: #ff4d4d;
		text-align: center;
		border-radius: 10px;
		min-width: 18px;
		padding: 0 5px;
		height: 18px;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
		line-height: 18px;
		top: -3px;
		left: 15px;
	}
}

@media screen and (max-width: 1919px) and (min-width: 1367px) {
	.shop-nav .notification {
		position: absolute;
		background-color: #ff4d4d;
		text-align: center;
		border-radius: 10px;
		min-width: 18px;
		padding: 0 5px;
		height: 18px;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
		line-height: 18px;
		top: -3px;
		left: 10px;
	}
}

@media screen and (max-width: 1366px) {
	.shop-nav .notification {
		position: absolute;
		background-color: #ff4d4d;
		text-align: center;
		border-radius: 10px;
		min-width: 18px;
		padding: 0 5px;
		height: 18px;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
		line-height: 18px;
		top: -3px;
		left: 10px;
	}
}

#store-main-nav {
	display: flex;
	width: 100%;
	padding: 5px 0 5px 0;
	-moz-box-shadow: 0 20px 15px -20px #ccc;
	-webkit-box-shadow: 0 20px 15px -20px #ccc;
	box-shadow: 0 20px 15px -20px #ccc;
	/* background-color: #F5F5F5; */
	background: linear-gradient(to bottom, #f1f6f4, #dbdbdb);
}

#store-main-nav li {
	list-style-type: none;
}

.store-nav-menu-entry {
	color: #4e4b4b;
	display: inline-block;
	padding: 0 8px 0 8px;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	font-weight: bold;
}

.store-nav-menu-entry.active {
	color: #008043;
}

.store-nav-search-bar {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: none;
	padding: 5px;
	width: 80%;
	float: right;
}

.shop-nav .dropdown-menu {
	top: 150% !important;
}

#store-main-nav .navbar-right {
	margin-right: 0 !important;
}

.shop-nav .dropdown {
	text-align: center;
}

.cart-display-container {
	align-content: center;
}

.cart-icon {
	background-color: #008043;
	color: white;
	display: inline-block;
	border-radius: 45px;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-right: 7px;
	padding-top: 12px;
	padding-bottom: 5px;
	z-index: 999 !important;
}

.shop-cart-sum {
	background-color: white;
	display: inline-block;
	z-index: 1;
	border-radius: 20px;
	color: #008043;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.shop-nav-dropdown {
	background-color: white;
	padding: 40px 20px 20px 40px;
	position: absolute;
	top: 100%;
	z-index: 899;
	-moz-box-shadow: 0 20px 15px -20px #ccc;
	-webkit-box-shadow: 0 20px 15px -20px #ccc;
	box-shadow: 0 20px 15px -20px #ccc;
	opacity: 95%;
}

.shop-nav-dropdown a {
	color: #4e4b4b;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
}

.shop-nav-dropdown a:hover {
	color: #008043;
	cursor: pointer;
}

.store-nav-menu-entry:hover {
	cursor: pointer;
	color: #008043;
}

.menu-icon {
	height: 25px;
	margin-right: 5px;
	padding: 3px;
	filter: brightness(0) saturate(100%) invert(55%) sepia(37%) saturate(744%)
		hue-rotate(77deg) brightness(98%) contrast(97%);
}

.menu-icon-dash {
	height: 30px;
	margin-right: 5px;
	padding: 3px;
	filter: brightness(0) saturate(100%) invert(55%) sepia(37%) saturate(744%)
		hue-rotate(77deg) brightness(98%) contrast(97%);
}

.dash-category {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #4e4b4b;
}

.my-auto {
	margin: auto 0;
}

.mx-auto {
	margin: 0 auto;
}

.m-auto {
	margin: auto;
}

.store-notifications-popup {
	overflow-y: auto;
	width: 300px;
	background-color: #ffffff;
}

.store-notifications-popup:before {
	border-bottom: 11px solid rgba(0, 0, 0, 0.2);
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 1px solid gray;
	position: absolute;
	left: 12px;
	top: -11px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: #f5f5f5;
}

.store-dropdown .dropdown-menu {
	border-radius: 15px !important;
	z-index: 999;
}

.mini-favourites-separator {
	padding-bottom: 8px;
	border-bottom: 1px solid #f6f6f6;
}

.mini-favourites-label {
	color: #3bb54a;
	font-size: 15px;
	width: 100%;
}

.mini-favourites-button {
	border-radius: 4px;
	border: 1px solid #4e4b4b;
	color: #4e4b4b;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	float: right;
	text-transform: uppercase;
	background-color: white;
}

.store-search-icon {
	float: right;
	margin-left: 0;
	font-size: 21px;
	background-color: white;
	padding-right: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: dimgrey;
}

.store-search-icon:hover {
	cursor: pointer;
}

.carousel-inner img {
	object-fit: fill !important;
}

#addCheckedToCartButton {
	border: 1px solid transparent;
	border-radius: 44px;
	color: white;
	background: #00afa3;
	padding: 7px 20px 7px 20px;
	float: right;
	margin-left: 8px;
}

.product-list-container {
	display: inline-block;
	width: 260px;
	height: 480px;
	border: 1px solid transparent;
	border-radius: 16px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.product-list-container > div:first-child {
	height: 50%;
	position: relative;
	background: white;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.product-list-container > div:nth-child(2) {
	position: relative;
	height: 50%;
	background: #faf9f4;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.product-list-tag {
	position: absolute;
	float: left;
	margin-left: 0.5em;
	margin-top: 0.5em;
	padding: 2px 8px;
	vertical-align: middle;
	border-radius: 18px;
	color: white;
}

.product-list-tag p {
	line-height: 1.5;
	text-align: center;
	margin: auto;
	display: block;
	min-width: 20px;
	height: 16px;
	padding-bottom: 22px;
}

.product-list-favourite {
	position: absolute;
	float: right;
	right: 0;
	margin-right: 0.5em;
	margin-top: 0.5em;
	padding: 0.1em 0.2em;
	vertical-align: middle;
	font-size: 17px;
	cursor: pointer;
}

.product-list-favourite:hover {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.object-cover {
	object-fit: cover;
}

.product-list-image {
	object-fit: contain;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	min-height: 200px;
	max-height: 200px;
}

.product-list-amount {
	float: left;
	font-size: 1.3em;
	background: white;
	border-radius: 30px;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

.product-list-amount > div:nth-child(1) {
	float: left;
	color: #6a6a6a;
	border-right: 1px solid #b5b5b5;
}

.product-list-amount > div:nth-child(2) {
	float: left;
	color: #b5b5b5;
}

.product-list-amount > div:nth-child(3) {
	float: left;
	color: #6a6a6a;
	border-left: 1px solid #b5b5b5;
}

.product-list-bottom {
	position: absolute;
	bottom: 0;
}

.border-radius-16 {
	border-radius: 16px;
}

.product-list-add-to-cart {
	float: right;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 2em;
	color: white;
	background-color: #008043;
	height: 46px;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

.favourites-add-to-cart {
	margin-top: 50px;
	float: right;
	border: 1px solid transparent;
	border-radius: 30px;
	font-size: 1em;
	color: white;
	background: #008043;
	height: 32px;
	width: 48px;
	text-align: center;
	display: flex;
	cursor: pointer;
}

.product-list-add-to-cart:hover {
	border: 1px solid #008043;
	color: #008043;
	background: white;
}

.product-list-add-to-cart > i:first-child {
	width: auto;
	height: auto;
}

.product-slider-container {
	padding: 10px;
	overflow: auto;
	white-space: nowrap;
}

.product-slider-container > div:first-child {
	margin-right: 15px;
	float: left;
	display: inline-block;
	background: #f6f6f6;
	width: 280px;
	height: 400px;
	border: 1px solid transparent;
	border-radius: 16px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.product-slider-container-offer {
	height: 100%;
	position: relative;
	text-align: center;
	padding-top: 40px;
}

.product-slider-container-offer > div:nth-child(1) {
	margin-bottom: 40px;
	font-size: 24px;
	color: #2e2d2d;
	font-weight: bold;
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.product-details-slider.product-slider-container-offer > div:nth-child(1) {
	height: 200px;
}

.product-slider-container-offer > div:nth-child(2) {
	font-size: 20px;
	color: #ff4d4d;
	margin-bottom: 20px;
}

.product-slider-container-offer > div:nth-child(3) {
	font-size: 20px;
	color: #ff4d4d;
	margin-bottom: 45px;
}

.slider-inactive-button {
	opacity: 0.5;
	cursor: initial !important;
	pointer-events: none;
}

.product-slider-container-offer > div:nth-child(4) {
	text-decoration: underline;
	color: #b5b5b5;
	font-size: 16px;
	margin-bottom: 30px;
}

/*-- Dash Carousel --*/
#myCarousel {
	aspect-ratio: 4/1;
	margin-bottom: 30px;
	overflow: hidden;
}

#myCarousel img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.rounded-edge {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.carousel-control .fa,
.carousel-control .fa {
	top: 45%;
}

.fa .fa-chevron-right {
	text-align: right;
}

.carousel-inner {
	height: 100%;
}

.dashH1 {
	font-size: 50px;
	color: white;
}

.dashDesc {
	font-size: medium;
	color: white;

	display: block;
	white-space: pre-line;
	font-size: 20px;
	line-height: 1.5em;
	height: 3em;
	/* height is 2x line-height, so two lines will display */
	overflow: hidden;
}

.dashContainer {
	padding: 0 0 0 8%;
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-position: center !important;
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.dashBox {
	clear: both;
	align-self: center;
	width: 100%;
	margin: auto;
	display: block;
}

.dashBut {
	margin-top: 10px;
	background-color: white;
	color: #6a6a6a;
	padding: 1em;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 28px;
	text-transform: uppercase;
	font-weight: bold;

	font-size: large;
}

/* Store Basket*/
#basketlist li {
	border-bottom: 1px solid #e9e9e9;
}

.basketH1 {
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #4e4b4b;
}

.basketH5 {
	text-align: left;
	font-size: 11px;
	color: #3bb54a;
}

.basketFinishBut {
	/* background: #00AFA3 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029; */
	background-color: #008043;
	color: white;
	border-radius: 24px;
	padding: 12px 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.favouriteItem {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #f6f6f6;
	margin-top: 8px;
	padding-bottom: 8px;
	min-height: 90px;
}

/* Store Item */
.basketItem {
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #f6f6f6;
	margin-top: 8px;
	padding-bottom: 8px;
	min-height: 90px;
}

.basket img {
	max-height: 100px;
	height: 100%;
	border-radius: 16px;
	margin-right: 10px;
	background-color: #e9e9e9;
	display: block;
	object-fit: contain;
}

.basketItem img {
	object-fit: contain;
	max-height: 80px;
	float: left;
	border-radius: 16px;
	margin-right: 8px;
	background-color: #f6f6f6;
	display: block;
}

.basketItem p {
	line-height: 1;
	text-align: left;
	font: Regular 16px/19px Roboto;
	font-size: 12px;
	margin-bottom: 4px;
	letter-spacing: 0px;
	padding-right: 20px;
	color: #6a6a6a;
}

.basketPrice {
	right: 0;
	bottom: 0;
	position: absolute;
	margin-bottom: 0px !important;
	margin-right: 4px !important;
	text-align: right !important;
	color: #6a6a6a;
	text-align: right;
	font: 16px/24px Roboto !important;
	letter-spacing: 0px;
}

.basketProduct-list-amount {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.3em;
	background: #f6f6f6;
	border-radius: 20px;
}

.basket-list-amount {
	bottom: 0;
	left: 0;
	font-size: 1.3em;
	background: #e9e9e9;
	border-radius: 20px;
	display: flex;
	width: fit-content;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basketLightBulb {
	width: 40px;
	height: 40px;
	align-self: center;
}

.dropdown-menu:after {
	left: auto;
	right: 12px;
}

.dropdown-menu:before {
	left: auto;
	right: 12px;
}

/*Basket*/
.basket li {
	border-bottom: 1px solid #d5d5d5;
}

.basketPovzetek {
	background-color: #f5f5f5;
	display: block;
	padding: 16px;
}

.color-teal {
	color: #008043 !important;
}

.color-baby-pink {
	color: #ff4d4d !important;
}

.basketPovzetek p {
	margin: auto;
	height: 100%;
	display: block;
	letter-spacing: 0px;
	color: #4e4b4b;
}

.crta {
	height: 1px;
	width: 100%;
	background-color: #6a6a6a;
	display: block;
}

.basket-border-bot {
	border-bottom: 1px solid #b9b9b9;
}

/* Orders  */
.placano {
	font-size: 12px;
	margin-right: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: #00afa3;
	color: #ffffff;
}

.zapadlo {
	font-size: 12px;
	margin-right: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: #ff4d4d;
	color: #ffffff;
}

.drobnitisk:hover {
	background-color: rgba(255, 255, 255, 0);
}

.neplacano {
	font-size: 12px;
	margin-right: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: #fcf7e4;
	color: #6a6a6a;
}

.dostavljeno {
	font-size: 12px;
	margin-right: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #6a6a6a;
	border-radius: 8px;
}

.nedostavljeno {
	font-size: 12px;
	margin-right: 40px;
	text-align: center;
	color: #ffffff;
	background-color: #b5b5b5;
	border-radius: 8px;
}

/**/
.filter-subcategories-content {
	padding-left: 16px;
}

.round-button {
	border-radius: 20px;
	width: 200px;
	border: 0;
	background: #f6f6f6;
	padding: 8px 16px 8px 16px;
	font: 14px/19px Roboto;
	letter-spacing: 0;
	color: #6a6a6a;
	margin-right: 4px;
	cursor: pointer;
}

.selected {
	background: #6a6a6a;
	box-shadow: 0px 2px 3px #00000029;
	color: #ffffff;
}

.drobnitisk {
	color: #b5b5b5;
	font-size: 16px;
}

.pointer {
	cursor: pointer;
}

.orders-button {
	color: #6a6a6a;
	text-align: center;
	border: 1px solid #6a6a6a;
	border-radius: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: bold;
	padding: 4px;
	font-size: 12px;
}

.pagination-main > li.active a {
	background-color: #008043 !important;
}

/*NOTIFICATIONS*/
#notifications {
	list-style: none;
	column-count: 2;
}

#notifications li {
	display: inline-block;
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 20px;
	box-shadow: 0px 3px 6px #00000029;
	padding: 15px;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

#notifications div {
	width: 100%;
}

#notifications .ordersH1 {
	text-transform: uppercase;
	text-align: left;
	font: Bold 16px/20px Roboto;
	letter-spacing: 0px;
	color: #3bb54a;
}

#notifications .ordersDesc {
	text-align: left;
	font: 14px/16px Roboto;
	letter-spacing: 0px;
	color: #4e4b4b;
}

.ordersH1 {
	text-transform: uppercase;
	text-align: left;
	font: 14px/18px Roboto;
	letter-spacing: 0px;
	color: #3bb54a;
}

.ordersDesc {
	text-align: left;
	font: 12px/14px Roboto;
	letter-spacing: 0px;
	color: #4e4b4b;
}

.ordersButton {
	background: #008043 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 24px;
	font: Bold 12px/18px Roboto;
	float: right;
	color: #ffffff;
}

.store-notifications-popup2 li {
	display: flex;
	border-bottom: 1px solid #b9b9b9;
	padding: 10px 0px;
}

.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: rgba(181, 181, 181, 0.4) 0% 0% no-repeat padding-box;
	z-index: 666;
}

.modal-body ul {
	padding: 0px;
}

.modal-dialog {
	width: 70%;
}

.font-size-18 {
	font-size: 16px;
}

.font-size-14px {
	font-size: 16px;
}

.align-middle {
	display: flex;
	align-items: stretch;
}

.align-middle div {
	margin: auto;
	height: 100%;
	display: block;
}

.text-align-right {
	text-align: right;
}

.text-align-left {
	text-align: left;
}

.blueCatalogBox {
	background: #1c638a 0% 0% no-repeat padding-box;
	opacity: 0.98;
	padding: 12px;
	display: block;
	overflow: auto;
}

.blueCatalogBox p {
	color: white;
}

html[xmlns] .clearfix {
	display: block;
}

.breadcrumbs {
	color: #747070;
	background: #f6f6f6;
	display: table;
	float: left;
	padding: 10px;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 4px;
	border-radius: 22px;
	/* text-transform: uppercase; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.breadcrumbs i {
	margin-left: 5px;
}

.big-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	float: left;
	color: #4e4b4b;
	font-size: 35px;
}

.remove {
	cursor: pointer;
}

.medium-text {
	color: #b5b5b5;
	font-size: xx-large;
}

.small-text {
	color: #6a6a6a;
	font-size: 18px;
}

.product-notification {
	margin: 3px;
	color: white;
	background: #00afa3;
	display: table;
	float: left;
	padding: 5px 12px;
	border-radius: 18px;
}

#product-picture {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	height: 550px;
	display: flex;
	padding: 5px;
}

#product-picture img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

#favourite-button {
	width: auto;
	float: right;
	background-color: #b5b5b5;
	border: 1px solid transparent;
	color: white;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}

#favourite-button.is-favourite {
	background-color: #ba2025;
}

#favourite-button:hover {
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	background-color: #f6f6f6;
}

#favourite-button.is-favourite:hover {
	border: 1px solid transparent;
	background-color: #ff4d4d;
	color: white;
}

#add-to-cart-button {
	cursor: pointer;
	float: right;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 24px;
	color: white;
	background: #008043;
	padding: 10px 30px 10px 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#add-to-cart-button:hover {
	border: 1px solid #008043;
	color: #008043;
	background: white;
}

#partner-button {
	cursor: pointer;
	float: right;
	border: 1px solid transparent;
	border-radius: 44px;
	padding: 10px;
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	background: #1c638a;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#partner-button:hover {
	border: 1px solid #1c638a;
	color: #1c638a;
	background: white;
}

.is-stocked {
	background-color: #008043;
	border: none;
	color: white;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
}

.description-text {
	color: #b5b5b5;
	font-size: 16px;
	float: left;
}

.product-property-icons {
	height: 50px;
}

.product-property-icons img {
	height: 100%;
}

.text-underline {
	text-decoration: underline;
}

.warning-box {
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	align-items: center;
	display: flex;
	text-align: center;
	color: white;
	height: 60px;
	background: #ff4d4d;
	border-radius: 16px;
}

.warning-box i {
	font-size: xx-large;
}

#amount-box {
	float: left;
	font-size: 25px;
	background: #f6f6f6;
	border-radius: 44px;
}

#decrease-amount-button {
	position: relative;
	float: left;
	color: #6a6a6a;
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

#decrease-amount-button:hover {
	background: #b5b5b5;
	border-top-left-radius: 44px;
	border-bottom-left-radius: 44px;
	color: white;
}

#increase-amount-button:hover {
	background: #b5b5b5;
	border-top-right-radius: 44px;
	border-bottom-right-radius: 44px;
	color: white;
}

#increase-amount-button {
	position: relative;
	float: left;
	color: #6a6a6a;
	cursor: pointer;
	-webkit-user-select: none;
	/* Safari */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* IE10+/Edge */
	user-select: none;
	/* Standard */
}

#increase-amount-button:after {
	content: "";
	background: #b5b5b5;
	left: 0;
	height: 70%;
	width: 1px;
	position: absolute;
	bottom: 15%;
}

#decrease-amount-button:after {
	content: "";
	background: #b5b5b5;
	right: 0;
	height: 70%;
	width: 1px;
	position: absolute;
	bottom: 15%;
}

#product-amount {
	float: left;
	color: #b5b5b5;
}

.smaller-quantity {
	width: 30px;
	border: 0;
	font-size: 14px;
	background: transparent;
	text-align: center;
	color: #6a6a6a;
}

#product-quantity {
	width: 100px;
	border: 0;
	font-size: 25px;
	background: transparent;
	text-align: center;
	color: #6a6a6a;
}

.energy-values-table {
	width: 100%;
}

.energy-values-table tr td:first-child {
	text-align: left;
}

.energy-values-table tr:nth-child(even) td:nth-child(1) {
	background: white;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.energy-values-table tr:nth-child(even) td:nth-child(2) {
	background: white;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.product-template-quantity {
	border: 0;
	background: transparent;
	text-align: center;
	color: #6a6a6a;
	font-size: 18px;
	width: 73px;
}

#product-quantity input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.nav-tabs > li.active > a {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: #747070 !important;
	border: none !important;
	color: white !important;
}

.nav-tabs > li > a {
	text-align: center;
	color: #747070 !important;
}

.description-box.nav > li > a:hover {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.description-box-holder {
	color: #2e2d2d;
	background: #f6f6f6;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 20px 100px 20px 100px;
}

.display-inline {
	display: inline-block;
}

.height-100 {
	height: 100%;
}

table.energy-values-table td {
	padding: 5px;
}

@media (max-width: 1365px) {
	#add-to-cart-button {
		float: left;
		margin-top: 10px;
	}
}

.product-template-name {
	height: 48px;
	color: #4e4b4b;
	font-size: 1.2em;
	text-align: left;
	width: 230px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

#floating-top-button {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #008043;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
}

#floating-top-button > i:first-child {
	font-size: 30px;
	padding-right: 27px;
	padding-top: 11px;
}

.products-collection {
	text-align: center;
}

.products-collection > div {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width: 1550px) {
	#filter-search {
		width: 80% !important;
	}
}

.products-collection-filter {
	cursor: pointer;
}

#filter-categories {
	font-size: large;
	color: #6a6a6a;
	cursor: pointer;
}

#product-collection-order-by .dropdown-menu:before {
	content: none !important;
}

#product-collection-order-by .dropdown-menu:after {
	content: none !important;
}

#product-collection-order-by .dropdown-menu li a:hover {
	background: #b5b5b5;
	color: #333333;
}

#product-collection-order-by .dropdown-menu > li > a {
	color: #b5b5b5;
}

.product-checkbox {
	color: #4e4b4b !important;
}

.product-checkbox.checkbox.checked .second-icon {
	color: #008043;
}

.product-collection-dropdown-button {
	border-radius: 20px;
	width: 200px;
	border: 0;
	background: #f6f6f6;
	color: #6a6a6a;
}

.product-collection-dropdown-button p {
	margin: 0;
	padding: 0;
	float: left;
}

.product-collection-dropdown-button i {
	padding-top: 4px;
	float: right;
}

#price-slider-range div {
	background-color: #6a6a6a;
}

#price-slider-range span {
	background: #b5b5b5;
}

.notif {
	position: absolute;
	background-color: #3bb54a;
	text-align: center;
	border-radius: 10px;
	min-width: 18px;
	padding: 0 5px;
	height: 18px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 18px;
	top: -3px;
	right: -1px;
}

.font-size-16px {
	font-size: 16px;
}

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

.font-size-18px {
	font-size: 18px;
}

.font-size-25px {
	font-size: 25px;
}

.only-packaging {
	opacity: 0.5;
	background: #6a6a6a !important;
}

.only-packaging > p {
	margin: auto;
	font-size: 16px;
	color: white;
}

.order-segmented-control {
	display: flex;
	width: 100%;
	position: relative;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 1;
	margin: 0 auto;
	font-size: 17px;
	background: white;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #333;
}

.order-segmented-control > input {
	display: none;
}

.order-segmented-control > input:checked + label {
	color: white;
}

.order-segmented-control
	> input:nth-of-type(1):checked
	~ label:last-of-type:before {
	transform: translateX(calc(0% + 0px));
}

.order-segmented-control
	> input:nth-of-type(2):checked
	~ label:last-of-type:before {
	transform: translateX(calc(100% + 0px));
}

.order-segmented-control
	> input:nth-of-type(3):checked
	~ label:last-of-type:before {
	transform: translateX(calc(200% + 0px));
}

.order-segmented-control label {
	color: #b5b5b5;
	flex: 1;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-bottom: 0;
}

.order-segmented-control label:last-of-type:before {
	content: "";
	display: block;
	max-width: calc(50% - 0px);
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: translateX(0);
}

.order-segmented-control-thr label:last-of-type:before {
	max-width: calc(33% - 0px) !important;
}

.order-segmented-control label {
	padding: 6px 3px;
	transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}

.order-segmented-control label:before {
	border-radius: 30px;
	background: #6a6a6a;
	transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}

.order-segmented-control label:not(:last-child) {
	border-right: 1px solid transparent;
}

.order-confirmed-blocked-text {
	color: #ff4d4d;
	font-size: 17px;
	font-weight: lighter;
	margin-bottom: 10px;
	text-align: center;
}

.order-confirmed-separator {
	width: 95%;
	border-top: initial;
	height: 1px;
	background: #b5b5b5;
}

.order-confirmed-container {
	box-shadow: 0 3px 6px #00000029;
	background: #f6f6f6;
	border-radius: 16px;
}

.order-confirmed-summary-text {
	font-size: 20px;
	color: #4e4b4b;
}

.order-confirmed-summary-text.left > div:first-child {
	float: left;
}

.order-confirmed-summary-text.summary > span {
	font-size: 20px;
}

.order-confirmed-summary-text.summary > div {
	float: right;
}

.order-confirmed-summary-text.green {
	font-size: 25px;
	color: #008043;
}

.order-confirmed-basket-item {
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

#order-confirm-edit-cart-button a {
	font-size: 16px;
	color: #b5b5b5;
	text-decoration: underline;
	cursor: pointer;
	float: right;
	display: inline-grid;
	height: 50px;
	align-items: center;
}

.fa-spinner {
	font-size: larger;

	-webkit-animation: spin 1.5s ease-in-out infinite;
	-moz-animation: spin 1.5s ease-in-out infinite;
	animation: spin 1.5s ease-in-out infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

#order-confirm-button {
	float: right;
	background: #008043;
	padding: 10px;
	border-radius: 24px;
	color: white;
	cursor: pointer;
	width: 220px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	box-shadow: 0 3px 6px #00000029;
	border: 1px solid transparent;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}

#order-confirm-button:after {
	content: "";
	background: #008043;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px !important;
	margin-top: -120%;
	opacity: 0;
	transition: all 0.8s;
}

#order-confirm-button:hover {
	border: 1px solid #008043;
	background: white;
	color: #008043;
}

#order-confirm-button:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s;
}

.noselect {
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.flex {
	display: flex;
}

.admin-notifications-list {
	list-style: none;
}

.notification-head {
	text-align: left;
	font: Medium 12px/14px Roboto;
	letter-spacing: 0px;
	color: #b3b3b3;
	opacity: 1;
}

.notification-list-admin-item {
	min-height: 60px;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.top-area {
	background: white;
	z-index: 21;
	padding: 20px 0px 20px 0px;
	top: 60px;
	margin-top: -30px;
}

.filter-area {
	margin-top: 10px;
	max-height: 90vh;
	top: 150px;
	position: sticky;
	overflow: scroll;
	background: white;
	z-index: 20;
	overflow-x: hidden;
}

/* scrollbar width */
.custom-scrollbar-css::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

/* scrollbar track */
.custom-scrollbar-css::-webkit-scrollbar-track {
	background: #eee;
}

/* scrollbar handle */
.custom-scrollbar-css::-webkit-scrollbar-thumb {
	border-radius: 1rem;
	background-color: #8f8f8f;
	/*background-image: linear-gradient(to top, #3B7D7F 0%, #43B39D 100%);*/
}

.sidebar-mini .sidebar {
	z-index: 950;
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 500px;
	padding: 10px 0 0;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
}

.product-carousel-container {
	float: left;
	width: 100%;
}

.flex {
	display: flex;
}

.category-block {
	background: #f6f6f6;
	border-radius: 16px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	border: 1px solid transparent;
	padding: 16px;
	display: flex;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, 25%);
}

@media screen and (max-width: 1280px) {
	.category-grid {
		display: grid;
		grid-template-columns: repeat(3, 30%);
	}
}

.product-slider-first {
	margin-right: 15px;
	float: left;
	display: inline-block;
	background: #f6f6f6;
	width: 100%;
	height: 480px;
	border: 1px solid transparent;
	border-radius: 16px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

#store-main-nav {
	position: fixed;
	top: 0;
	z-index: 900;
}

.contentsub {
	margin-top: 70px;
}

.ontop {
	position: fixed;
	top: 50px;
}

.disabled {
	cursor: auto !important;
	color: white !important;
	background: #999 !important;
}

.disabled:hover {
	color: white !important;
	background: #999 !important;
	border: none !important;
}

.wishlist-button {
	text-transform: uppercase;
	color: white !important;
	background: #3bb54a !important;
}

.wishlist-button:hover {
	opacity: 80%;
}

.tagdiv {
	background: #f9f9f9 0% 0% no-repeat padding-box;
	border-radius: 5px;
	padding: 8px;
	text-align: center;
	margin: 0px 4px 4px 4px;
	vertical-align: middle;
	font: Medium 14px/17px Roboto;
	letter-spacing: 0px;
	color: #5e5e5e;
}

.order-confirm-checkmark {
	display: inline-block;
	font-size: 50px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	background-color: #008043;
	color: white;
	padding-top: 5px;
}

.admin-notifications-list {
	padding: 20px;
}

.order-confirm-header-text {
	font-size: 40px;
	color: #6a6a6a;
}

.order-confirm-text {
	font-size: 25px;
	color: #6a6a6a;
}

.order-confirm-link {
	color: #b5b5b5;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
}

.input-group-addon {
	border: 0.5px solid #c0c0c0;
	background: #f9f9f9 0% 0% no-repeat padding-box;
}

.disabledinput {
	background: #5f5f5f;
}

.tag-item-link {
	color: black;
}

.tag-item-link:hover {
	cursor: pointer;
	color: black;
	text-decoration: underline;
}

.redborder {
	border: 0.5px solid red !important;
}

.loader {
	margin: auto;
	border: 16px solid #f3f3f3;
	border-top: 16px solid #008043;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#banner-picker-container .dropup .dropdown-menu:before {
	display: none !important;
}

#banner-picker-container .dropup .dropdown-menu:after {
	display: none !important;
}

.promo-text {
	position: relative;
	top: 20%;
	left: 10%;
	font-size: x-large;
	width: 80%;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.promo-small-text {
	position: relative;
	top: 25%;
	left: 10%;
	font-size: large;
	width: 80%;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.promo-container {
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 16px;
	background-size: cover;
	aspect-ratio: 6/4;
}

.promo-container-small {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 16px;
	aspect-ratio: 6/4;
}

.promo-button {
	position: absolute;
	bottom: 20%;
	left: 10%;
	border-radius: 28px;
	width: 250px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	font-weight: bold;
	font-size: large;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

.promo-button-small {
	position: relative;
	top: 40%;
	left: 10%;
	border-radius: 28px;
	width: 250px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	font-weight: bold;
	font-size: large;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}

.promo-button:hover {
	border: 1px solid #6a6a6a;
	color: #6a6a6a;
	background: white;
}

.promo-button-small:hover {
	border: 1px solid #6a6a6a;
	color: #6a6a6a !important;
	background: white;
}

@media (max-width: 1366px) {
	.promo-button-small {
		width: 150px;
	}
}

.recipe-template-container {
	display: inline-block;
	width: 460px;
	height: 540px;
	border: 1px solid transparent;
	border-radius: 16px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.recipe-template-container > div:first-child {
	height: 50%;
	position: relative;
	background: white;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.recipe-template-container > div:nth-child(2) {
	position: relative;
	height: 50%;
	background: #f6f6f6;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.recipe-template-image {
	object-fit: cover;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height: 270px;
	width: 100%;
}

.recipe-template-description-container > div:nth-child(1) {
	color: #6a6a6a;
	font-size: 25px;
	height: 70px;
	line-break: auto;
	text-align: left;
	overflow: hidden;
}

.recipe-template-description-container > div:nth-child(2) {
	text-align: left;
	color: #6a6a6a;
	font-size: 16px;
}

.recipe-template-price-label {
	float: left;
	text-align: left;
	font-size: 14px;
	color: #b5b5b5;
	width: 50%;
}

.w-half {
	width: 50%;
}

.r-border-1 {
	border-right: 1px solid #333333;
}

.recipe-template-price {
	float: left;
	color: #6a6a6a;
	font-size: 30px;
}

.recipe-energy-value-table {
	border: transparent;
}

.recipe-energy-value-table tr td:first-child {
	padding-left: 20px;
}

.recipe-energy-value-table tbody tr:nth-child(odd) {
	background: white;
}

.recipe-energy-value-table tbody tr:nth-child(odd) td:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.recipe-energy-value-table tbody tr:nth-child(odd) td:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.recipe-detail-properties {
	float: left;
	margin-right: 30px;
	font-size: 18px;
	color: #b5b5b5;
}

.recipe-detail-img {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	height: 530px;
	padding: 0;
}

.recipe-detail-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

.recipe-detail-msrp p:first-child {
	float: left;
	text-align: left;
	font-size: 14px;
	color: #b5b5b5;
	width: 100px;
}

.recipe-detail-msrp p:last-child {
	float: left;
	color: #6a6a6a;
	font-size: 30px;
}

.recipe-detail-price p:first-child {
	float: right;
	color: #6a6a6a;
	font-size: 30px;
}

.recipe-detail-price p:last-child {
	float: right;
	text-align: left;
	font-size: 14px;
	color: #b5b5b5;
	width: 50px;
}

.product-quantity-input {
	background-color: #f9f9f9 !important;
}

.remove-recipe-product {
	color: #b5b5b5;
}

.remove-recipe-product:hover {
	cursor: pointer;
}

#popup {
	background-color: white;
	display: none;
	position: absolute;
	z-index: 99999;
	padding: 5px;
	color: #707070;
	border: 1px solid #707070;
	border-radius: 5px;
}

.store-tooltip + .tooltip > .tooltip-inner::after {
	border-top-color: #00afa3;
}

.store-tooltip + .tooltip > .tooltip-inner {
	color: white;
	background-color: #00afa3;
}

.kpi-settings-btn {
	cursor: pointer;
	float: right;
	border: 1px solid transparent;
	border-radius: 14px;
	font-size: 20px;
	color: white;
	background: #00afa3;
	padding: 12px 30px 12px 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.kpi-settings-btn:hover {
	border: 1px solid #00afa3;
	color: #00afa3;
	background: white;
}

.kpi-settings-cancel-btn {
	color: #b3b3b3 !important;
	background: #e3e3e3 !important;
}

.kpi-settings-cancel-btn:hover {
	color: #b3b3b3 !important;
	background: white !important;
	border: 1px solid #b3b3b3 !important;
}

.order-segmented-control#kpi-date-select label:before {
	background: #00a99d;
}

.ui-disabled {
	opacity: 0.35 !important;
	filter: Alpha(Opacity=35) !important;
	background-image: none;
	pointer-events: none;
	user-select: none;
}

.public-product-list-container {
	display: inline-block;
	width: 260px;
	height: 280px;
	border: 1px solid transparent;
	border-radius: 16px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.public-product-list-container > div:first-child {
	height: 70%;
	position: relative;
	background: white;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.public-product-list-container > div:nth-child(2) {
	position: relative;
	height: 30%;
	background: #f6f6f6;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

.login-button {
	background-color: #00a99d;
	border-radius: 10px;
	line-height: 20px;
	box-sizing: border-box;
	float: left;
	position: relative;
	display: block;
	padding: 0 10px;
}

.login-button:hover {
	background-color: #009d9d;
}

.login-button a {
	color: #fff !important;
	font-size: 15px;
	font-weight: bolder;
	letter-spacing: 0.3px;
}

.cat-icons {
	max-width: 42px;
	border-radius: 30px;
}

#terms {
	max-width: 560px;
	margin: 0 auto;
}

.gray-bg {
	background-color: #f6f6f6 !important;
}

.preview-body img {
	max-width: 100%;
	height: auto;
}

.blog-text img {
	max-width: 100%;
	height: auto;
}

#preview-body {
	overflow-x: hidden;
}

#preview-body img {
	max-width: 100%;
	height: auto;
}

#preview-body > * {
	max-width: 100%;
	height: auto;
}

.blog-text {
	overflow-x: hidden;
}

.blog-text img {
	max-width: 100%;
	height: auto;
}

.blog-text > * {
	max-width: 100%;
	height: auto;
}

#call-center-order-container-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #2b7e9c;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #fff;
}

#call-center-order-container {
	background-color: #fff;
	height: 50vh;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: auto;
	min-height: 40vh;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
}

.product-row {
	background-color: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 10px;
	align-items: center;
}

.product-row.no-stock {
	background-color: #ffe5e5;
}

.product-row-prices > .row {
	font-size: smaller;
	padding-left: 20px;
}

.call-center-segmented-control {
	display: flex;
	width: 70%;
	position: relative;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	z-index: 1;
	margin: 0 auto;
	font-size: 14px;
	background: white;
	border: 2px solid #eee;
	border-radius: 12px;
	color: #333;
}

.call-center-segmented-control > input {
	display: none;
}

.call-center-segmented-control > input:checked + label {
	color: white;
}

.call-center-segmented-control
	> input:nth-of-type(1):checked
	~ label:last-of-type:before {
	transform: translateX(calc(0% + 0px));
}

.call-center-segmented-control
	> input:nth-of-type(2):checked
	~ label:last-of-type:before {
	transform: translateX(calc(100% + 0px));
}

.call-center-segmented-control
	> input:nth-of-type(3):checked
	~ label:last-of-type:before {
	transform: translateX(calc(200% + 0px));
}

.call-center-segmented-control label {
	color: #b5b5b5;
	flex: 1;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	margin-bottom: 0;
}

.call-center-segmented-control label:last-of-type:before {
	content: "";
	display: block;
	max-width: calc(50% - 0px);
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: translateX(0);
}

.call-center-segmented-control-thr label:last-of-type:before {
	max-width: calc(33% - 0px) !important;
}

.call-center-segmented-control label {
	padding: 6px 3px;
	transition: color 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}

.call-center-segmented-control label:before {
	border-radius: 12px;
	background: #b3b3b3;
	transition: all 250ms cubic-bezier(0, 0.95, 0.38, 0.98);
}

.call-center-segmented-control label:not(:last-child) {
	border-right: 1px solid transparent;
}

#sticky.stay {
	top: 0px;
	position: sticky;
}

.cc-thumbnail {
	position: relative;
	z-index: 0;
}

.cc-thumbnail:hover {
	z-index: 99999;
}

.cc-thumbnail span {
	/*CSS for enlarged image*/
	padding: 10px;
	position: absolute;
	left: -1000px;
	visibility: hidden;
}

.cc-thumbnail span img {
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.cc-thumbnail:hover span {
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -360px;
	left: 60px; /*position where enlarged image should offset horizontally */
	z-index: 999999;
}

.cc-thumbnail:hover span img {
	height: 400px;
	width: auto;
	background-color: white;
	border: 1px black solid;
	padding: 30px;
}

.cc-button {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	border: 0px;
	background-color: #2b7e9c !important;
}

.cc-total-price {
	color: #2b7e9c;
	font-family: Roboto;
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.cc-sub-price {
	color: #2b7e9c;
	font-family: Roboto;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.cc-button-color {
	background-color: #2b7e9c !important;
	color: #fff;
	border-color: #2b7e9c !important;
}

.cc-button-color:hover {
	color: #fff !important;
}

.cc-button-color:focus {
	color: #fff !important;
}

.cc-text {
	color: #707070;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cc-title {
	color: #707070;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.swal-toast {
	width: 300px;
	padding: 10px;
	font-size: 14px;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

.swal2-container:has(.swal-toast) {
	background: transparent !important;
	pointer-events: none;
}

.loading {
	width: 60px;
}

.loading-wheel {
	animation: spin 1s infinite linear;
	border: 2px solid rgba(30, 30, 30, 0.5);
	border-left: 4px solid #fff;
	border-radius: 50%;
	height: 50px;
	margin-bottom: 10px;
	width: 50px;
}

.loading-text {
	color: #fff;
	font-family: arial, sans-serif;
}

.loading-text:after {
	content: "Loading";
	animation: load 2s linear infinite;
}

.day.highlighted > div {
	background-color: #c5fae1;
	color: black;
}

.day.disabled {
	background-color: #f0f0f0 !important;
	color: white !important;
}

.prev.disabled {
	background-color: #f0f0f0 !important;
	color: white !important;
}

.day.new {
	display: none;
}

.day.old {
	visibility: hidden;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		content: "Loading";
	}
	33% {
		content: "Loading.";
	}
	67% {
		content: "Loading..";
	}
	100% {
		content: "Loading...";
	}
}
/* Toast container - centered at bottom */
.toast-container {
	position: fixed;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Individual toast */
.custom-order-toast {
	background-color: white;
	color: #333; /* Dark text for better visibility on white background */
	padding: 12px 20px;
	border-radius: 4px;
	margin-top: 8px;
	min-width: 250px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	animation: fadeIn 0.3s, fadeOut 0.5s 2.5s;
	opacity: 0;
	animation-fill-mode: forwards;
	pointer-events: none; /* Prevents focus issues */
	text-align: center;
	border: 1px solid #eee;
}

/* Animations */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 0;
		transform: translateY(-20px);
	}
}

.logout-button-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding-bottom: 0 !important;
}

.logout-button-container li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.btn-rs {
	background-color: #008043 !important;
	border-color: #008043 !important;
}
