/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.modal-container {
	margin: 0 auto !important;
	position: relative;
}


.modal-body {
	position: relative;
	padding: 1em 1em 2em !important;
	font-size: 1em !important;
	font-weight: bold;
}


.modal-container {
	max-width: 350px;
	background-color: #fff;
	padding: .5em 2em 2em;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
	border: 5px solid;
	box-shadow: 6px 6px 6px #666;
}

i.modal-close.modal-exit {
	float: right;
	margin: 5px -1em -1em 2em;
}

.modal-content {
	min-width: 320px;
}

.modal-content .close:hover {
	outline: unset;
}

.modal-header .close {
	padding: 0;
	margin: 0.25rem 1rem -1rem auto;
}
#login_form .col-12 {
    text-align: center;
}
#login_form .col-6 .btn, #login_form .col-12 .btn {
    padding: 10px;
    width: 100%;
}
.card.col-md-3.col-xs-12.m-auto.shadow.my-5.bg-body {
    min-width: 320px;
}
body {
    background: #ededed;
	overlow-x: hidden;
}

#MasterModal {
	position: fixed;
	width: 100vw;
	height: 100vh;
	transition: all 0.3s ease;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: rgba(125, 125, 125, .75);

	&.open {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s;
	}

	&-bg {
		position: absolute;
		background: teal;
		width: 100%;
		height: 100%;
	}

	&-container {
		border-radius: 10px;
		background: #fff;
		position: relative;
		padding: 30px;
	}

	&-close {
		position: absolute;
		right: 15px;
		top: 15px;
		outline: none;
		appearance: none;
		color: red;
		background: none;
		border: 0px;
		font-weight: bold;
		cursor: pointer;
	}
}

div#MasterModal.open {
	width: 100%;
	z-index: 999999;
	margin: 0 auto;
	max-width: unset;
	border: unset;
	border-radius: unset;
	background-color: rgba(102, 102, 102, 0.5);
	left: 0;
	top: 0px;
	position: fixed;
	font-size: 1.5em;
	text-align: center;
	box-shadow: 10px 10px 10px #666;
	max-height: unset;
	display: flex !important;
	padding: 0em;
}

ul#actions li {
	width: auto;
	display: inline-block;
	max-width: 82px;
	float: left;
	background-color: blue;
	padding: 10px;
	color: #fff;
	min-width: unset !important;
}

ul#actions li.fifty {
	width: auto !important;
	display: inline-block;
	max-width: 82px;
	float: left;
	background-color: blue;
	padding: 10px;
	color: #fff;
	min-width: unset !important;
	margin-right: 2px;
	border-radius: 5px;
}

.send_message i.fa.fa-phone {
	position: relative;
	top: 10px;
}

.send_message .fa {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: 10px;
	background-color: #ededed;
	color: #666;
	padding: 3px;
	border-radius: 3px;
	cursor: pointer;
}

span.fire_bump {
	padding: 0px 11px;
	width: 70px;
	font-size: 14px !important;
}

span.modifiers {
	font-size: 10px;
	width: 100px;
}

.modifiers ol {
	margin-left: 0px;
}

.modifiers ol li,
.modfiers o,
.modifiers ol li span {
	display: block;
	width: 100% !important;
	margin: 3px;
	text-indent: 0;
	float: none;
	text-align: left;
}

ul#items_in_production {
	margin: 0 auto;
}

ol li {
	margin-left: -30px;
}

body body * {
	line-height: unset !important;
}

.admin.box form#product_f1 .row {

	width: 45% !important;

}

#login_form div.number_button {
	line-height: 52px !important;
}

#main {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
}

.txtContent {
	width: 95%;
	font-family: Arial;
	font-size: 18px;
	color: #000;
	border: 2px solid #3171ad;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: #3c556c;
	resize: none;
	overflow: hidden;
}

.txtContent:focus {
	outline-width: 0;
}

li {
	list-style: none;
}


#product_list {
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #ddd;
	width: 100%;
}

#top_menu>span {
	display: block;
	clear: both;
}

#start {
	width: 100%;
}

#interact_buttons {
	clear: none;
	float: right;
	margin-bottom: -80px;
	width: 35%%;
	text-align: left;
	padding-left: 20px;
	border-bottom: unset;
	padding-bottom: 10px;
	/* clear: both; */
}

#interact_buttons>span {

	float: none !important;
	display: block !important;
	border-radius: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 32px;

}

#interact_buttons>span input.button {

	width: 100% !important;
	max-width: unset !important;
	margin: 5px 0px 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-radius: 15px !important;
	font-size: 17px !important;
	font-weight: normal;

}

.admin.box .inputs>span {
	color: #fff;
	display: block;
	float: none;
	clear: both;
}

.admin.box form .row.hundred {
	display: table !important;
	clear: both;
	float: nine;
	width: 100%;
	max-width: unset !important;
}

.admin.box form .row.hundred .input_wrapper ul li {
	width: 30% !important;
	background-color: #666;
	padding: 5px;
	margin-right: 5px;
}

.fifty {
	width: 50% !important;
	max-width: unset !important;
}

.myinput[type="checkbox"]:before {
	position: relative;
	display: block;
	width: 11px;
	height: 11px;
	border: 1px solid #808080;
	content: "";
	background: #FFF;
}

.myinput[type="checkbox"]:after {
	position: relative;
	display: block;
	left: 2px;
	top: -11px;
	width: 7px;
	height: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
	content: "";
	background-image: linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);
	background-repeat: no-repeat;
	background-position: center;
}

.admin.box .system.included {
	color: red !important;
	margin-left: 5px;
	float: left !important;
	font-size: 35px;
	margin: 5px 5px 0px 0px;
	display: inline-block !important;
	position: relative;
	top: -38px;
	left: -18px;
}


.row.discounts input {
	max-width: 120px !important;
	background-color: transparent !important;
}

.no_border {
	border: unset !important;
}

.form-group p {
    padding-top: 10px;
    display: table;
    color: #666;
    font-size: 12px;
}
.admin.box .system.included {
	color: red !important;
	margin-left: 5px;
	float: left !important;
	font-size: 35px;
	margin: 5px 5px 0px 0px;
	display: inline-block !important;
	position: relative;
	top: -38px;
	left: 0px;
}

span.currency {
	font-size: 22px;
	float: left;
	position: relative;
	left: 18px;
	top: 2px;
}

.row.discounts.hundred label {
	font-size: 11px !important;
}

.row.discounts.hundred input {
	height: 25px !important;
}

.admin.box form .row.hundred .input_wrapper ul li {
	width: 23% !important;
	background-color: #666;
	padding: 5px;
	margin-right: 5px;
}

.admin.box .inputs {
	font-size: 10px;
	line-height: 30px;
	width: 60% !important;
	margin-bottom: 20px;
}

.row.large.find_transactions {
	float: left !important;
	clear: both !important;
	text-align: left;
}

canvas#gateway_chart {
	width: 98% !important;
	height: auto !important;
	margin: 0 auto 10px -6px !important;
}

..admin.box #product_f1 .row {
	height: 124px !important;
	min-height: unset !important;
	display: inline-block !important;
	width: 37% !important;
	max-width: unset !important;
	clear: both;
	display: inline-block !important;
}

#product_f1 .row.discounts.hundred {
	width: 100%;
	height: 257px !important;
}

#product_f1 .row.packaging_details.hundred {
	height: 200px !important;
}

#product_f1 .row.packaging_details.hundred li {
	min-width: unset !important;
	width: 22% !important;
}

#product_f1 .row.packaging_details.hundred input {
	float: right;
}

#product_f1 .row.packaging_details.hundred li {
	min-width: unset !important;
	width: 22% !important;
	margin-right: 5px !important;
	margin-left: 0px !important;
}

#product_f1 .row.packaging_details.hundred {
	height: 110px !important;
}

#cf1 .row {
	border: 1px solid #fff;
	min-width: 45%;
	padding: 5px;
}

.admin.box {
	border: 3px solid #cacaca;
	margin-top: 5px;
	display: block;
	height: 100%;
	min-height: 1000px;
}

.actions_menu a {
	display: inline-block !important;
	width: 25px;
}

.actions_menu a {
	display: inline-block !important;
	width: 25px;
	vertical-align: text-bottom;
}

#product_f1 .row.photos.hundred {
	height: auto !important;
	display: table !important;
	min-height: 242px !important;
}

#pos_content {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	background: #eee;
	min-height: unset;
	display: table !important;
	line-height: 0px;
	position: absolute;
	top: 0px;
	height: auto;
	/* background-color: transparent; */
}

.admin.box {
	border: 3px solid #cacaca;
	margin-top: 5px;
	display: table;
	height: auto !important;
	min-height: 1000px;
	/* height: auto; */
}

#product_f1 .row.hundred {
	width: 90%;
	display: block !important;
	clear: both;
	margin-top: 10px;
}

#product_f1 .row.hundred.merch.basement {
	display: table;
	min-height: 310px !important;
}

#product_f1 .row.hundred.merch.basement .row {
	background-color: #666;
	font-size: 12px !important;
}

#product_f1 .row.hundred.merch.basement .row {
	background-color: #666;
	font-size: 12px !important;
	width: 19%;
	display: inline-block !important;
	padding: 5px !important;
	/* float: left; */
	min-height: unset !important;
	height: auto !important;
	vertical-align: top;
}

#product_f1 .row.hundred.merch.basement .row {
	background-color: #666;
	font-size: 12px !important;
	width: 19%;
	display: inline-block !important;
	padding: 5px !important;
	/* float: left; */
	min-width: unset;
}

#product_f1 .row.hundred.merch.basement .row label {
	font-size: 12px !important;
}

#product_f1 .row.hundred.merch.basement .row input,
#product_f1 .row.hundred.merch.basement .row select {
	max-width: 120px !important;
	float: right;
}

#product_f1 .row.hundred.merch.basement .row label {
	font-size: 12px !important;
}

#product_f1 .row.hundred.merch.basement .row {
	background-color: #666;
	font-size: 12px !important;
	width: 19%;
	display: inline-block !important;
	padding: 5px !important;
	/* float: left; */
}

.basement span.currency {
	display: none !important;
}

.basement span.system.required {
	display: none;
}

#gateways .row {
	display: inline-block !important;
	float: left;
	max-width: unset !important;
	min-height: 75px !important;
	border: 1px solid #c2c2c2;
	width: 34%;
	padding: 5px;
	background-color: #666;
	margin: 5px 5px 0px 0px !important;
}

#gateways form,
#gateways fieldset,
#gateways .forms {
	min-height: 350px !important;
	max-height: unset !important;
	height: auto !important;
	display: block !important;
	width: 100%;
}

#gateways .ui-accordion-content form {
	min-height: 250px !important;
	max-width: unset !important;
	width: 100% !important;
}

.general_form .row:last-child ul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 16px;
}

.general_form .row .buttons ul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 25px !important;
}

.general_form ul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
}

#gateways .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	min-height: 300px !important;
	background-color: #e2e2e2;
	width: 99%;
	max-height: 300px;
	background-color: #fff;
}

element.style {
	width: 400px;
}

.admin.box .inputs>span {
	color: #fff;
	display: block;
	float: none;
	clear: both;
	width: unset !important;
}

.general_form ul {
	display: inline-block !important;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: 0px !important;
}

#gateways #default {
	float: right;
	position: relative;
	top: -26px;
}

#gateways span.system.required {
	float: right;
	color: red;
	margin-top: -35px;
	font-size: 30px;
	left: 0px;
	position: relative;
}

#gateways .row {
	display: inline-block !important;
	float: left;
	max-width: unset !important;
	min-height: 75px !important;
	border: 1px solid #c2c2c2;
	width: auto;
	padding: 5px;
	background-color: #666;
	margin: 5px 5px 0px 0px !important;
	max-width: 108px !important;
	min-width: 205px;
}

#search_form span {
	color: #fff !important;
}

.admin.box.pos_settings {
	width: 100%;
}

.admin.box.pos_settings .row {
	display: inline-block;
	left: 0 !important;
	margin: 0 10px !important;
	min-width: 20%;
	pos: ;
	min-width: 2;
	text-align: left !important;
	vertical-align: top;
	width: 20%;
	min-height: 50px;
	max-width: unset;
	border: 1px solid #fff;
	padding: 5px !important;
	margin: 5px 5px 0px 5px !important;
	background-color: #666;
}

#product_f1 .row input[type="text"],
#product_f1 .row select {
	font-size: 14px !important;
	height: 30px !important;
	margin-left: 20px;
	width: 90% !important;
	float: right !important;
}

.admin.box form .row.hundred .input_wrapper ul li {
	width: 12% !important;
	background-color: #666;
	padding: 5px;
	margin-right: 5px;
}

.row.discounts input {
	max-width: 100px !important;
}

#product_f1 .row.discounts.hundred {
	width: 100%;
	min-height: 135px !important;
	height: auto !important;
}

.row.files .input_wrapper>div {
	display: inline-block;
	width: 20%;
}

.qq-upload-button {
	cursor: pointer !important;
	height: 30px;
	position: relative;
	top: 0px;
	border: 1px solid #666;
	margin: 0px;
}


.pos_settings .inputs {
	color: #666;
	font-size: 18px !important;
}


.pos_settings input.small {
	font-size: 12px !important;
	width: 65px !important;
	padding: 5px !important;
	height: 25px !important;
	float: right !important;
}

#top_bar {
	display: none;
	border-left: 1px solid #000;
	box-shadow: 4px 4px 4px #ede2cd;
	height: 100%;
	margin-bottom: -55px;
	max-height: unset;
	min-width: 300px;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	right: 0px;
	top: 0px;
	max-width: 300px;
}



.title_wrapper h2 {
	width: 89%;
	/* margin-left: 8px!important; */
	margin: 10px auto;
}

#top_bar_hide_button {
    background-color: transparent !important;
    background-image: url(/assets/pos/images/logo.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    cursor: pointer;
    display: block;
    height: auto;
    margin-bottom: -20px;
    min-height: 100px !important;
    min-width: 140px !important;
    position: fixed;
    right: 1% !important;
    bottom: 0;
    z-index: 99999999 !important;
    width: 140px;
}
#at_a_glance_wrapper li {
    font-size: 12px!important;
}
div#product_type_holder {
    display: block!important;
}
#SlideIn {
    position: fixed!important;
    z-index: 999;
    height: 100%;
    min-width: 100%;
    left: 0;
    display: none;
    padding-bottom: 2em;
    background: #fff;
    border-right: 1px solid #ccc;
    min-height: 100%;
    top: 0px;
}
.form-group.form-floating.d-table.h-300 {
    display: none!important;
}
.form-group.form-floating.vehicle {
    display: none;
}
.form-group.form-floating.real_estate {
    display: none;
}
img.float-left.clear-right.upc {
    display: none;
}
.form-group.form-floating.merch.service.food.download {
    display: block;
}
#admin_menu .form-group.form-floating {
    min-height: 45px;
}
#product_f1 .row.packaging_details.hundred {
	height: 205px !important;
}
.d-block.float-left.w-50.clearfix em {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 12px;
}
#textcount1 {
    width: 30px !important;
    display: inline-block !important;
    margin-top: 5px;
    margin-left: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-group.form-floating.merch.service.food.vehicle.real_estate.download.editor.required {
    clear: both;
    display: block!important;
    width: 100%;
    margin: 80px -30px 20px!important;
}
#product_f1 .row.advanced_shipping li {
	vertical-align: top;
	margin-right: 2px;
	font-size: 11px;
	width: 140px !important;
	max-width: unset !important;
	margin-top: 2px;
}

#modifiers ul.title_wrapper {
	width: 100%;
}

#modifiers ul.title_wrapper {
	width: 100%;
}

#product_f1 #modifiers .title_wrapper h2 {
	width: 99% !important;
	display: table !important;
	float: none;
	clear: both;
	margin: 5px;
	text-align: left;
}

.title_wrapper li {
	width: 25%;
}

#product_f1 .row.advanced_shipping li label {
	background-color: #666;
	vertical-align: top;
	padding: 5px;
	font-size: 10px !important;
	width: 130px !important;
}

#product_f1 .row.advanced_shipping {
	display: table;
	width: 340px !important;
	min-height: 390px !important;
}

}


.admin.box form .row {
	display: inline-block !important;
	left: 0 !important;
	margin: 0 10px !important;
	min-width: 250px;
	position: static;
	text-align: left !important;
	vertical-align: top;
	width: auto;
	min-height: 100px;
	max-width: 228px !important;
	max-width: 201px !important;
}

.admin.box form .row {
	display: inline-block !important;
	left: 0 !important;
	margin: 0 10px !important;
	min-width: unset;
	position: static;
	text-align: left !important;
	vertical-align: top;
	width: auto;
	min-height: 100px;
	max-width: 200px !important;
}

.admin.box .row {
	display: block;
	left: 0 !important;
	margin: 0 10px !important;
	min-width: 100%;
	position: static;
	text-align: left !important;
	vertical-align: top;
	width: 100%;
	min-height: 50px;
	max-width: unset;
}


.row {
	margin-left: -20px;
	*zoom: 1;
}

body * {
	font-family: 'Roboto', sans-serif;
}

user agent stylesheet div {
	display: block;
}

.admin.box form .row {
	display: inline-block !important;
	left: 0 !important;
	margin: 0 10px !important;
	min-width: 250px;
	position: static;
	text-align: left !important;
	vertical-align: top;
	width: auto;
	min-height: 100px;
	max-width: 228px !important;
	max-width: 201px !important;
}

.admin.box form .row {
	display: inline-block !important;
	left: 0 !important;
	margin: 0 10px !important;
	min-width: unset;
	position: static;
	text-align: left !important;
	vertical-align: top;
	width: auto;
	min-height: 100px;
	max-width: 200px !important;
}

.admin.box .row {
	display: block;
	left: 0 !important;
	margin: 0 10px !important;
	min-width: 100%;
	position: static;
	text-align: left !important;
	vertical-align: top;
	width: 100%;
	min-height: 50px;
	max-width: unset;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

body * {
	font-family: 'Roboto', sans-serif;
}

admin.box {
	border: 3px solid #cacaca;
	margin-top: 10px;
	min-height: 100%;
	display: table-block;
	min-width: 47%;
	max-width: 47%;
	padding: 10px;
	text-align: left;
	line-height: 15px;
}



#product_f1 .row.fifty {
	border: 1px solid #fff;
	padding: 5px;
	margin: 5px 5px 0px 0px !important;
	display: inline-block !important;
}

body * {
	font-family: 'Roboto', sans-serif;
}
.float-right {
	float: right!important;
}
div#cart {
    background: #fdfdff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-sizing: padding-box;
    display: table;
    height: 335px;
    padding: 0px !important;
    clear: none !important;
    left: -21px;
}

#gateways .row:last-child {
	background-color: transparent;
	border: unset;
}
#master_settings_printers .row {
    max-width: calc(100% - 10px);
    margin: 5px;
}

.general_form #options ul.title_wrapper {
	display: block !important;
	float: none !important;
}

.modifiers_box li {
	margin-left: -22px;
}

.modifiers_box {
	width: 45%;
}

.mod_values {
	margin-left: 30px !important;
	width: 99% !important;
	vertical-align: top !important;
}

.mod_values ul {
	width: 100% !important;
	display: table;
}

.mod_values ul li {
	display: inline-block !important;
	width: 20% !important;
	vertical-align: top;
	min-width: 115px;
}

.mod_values ul li input {
	width: 99% !important;
	max-width: 100px !important;
}

.mod_values ul li {
	display: inline-block !important;
	width: 20% !important;
	vertical-align: top;
	min-width: 115px;
	margin-right: 38px;
}

a.close_modifier_value {
	float: right;
	position: relative;
	top: -45px;
	left: 15px;
}

.mod_values ul li {
	display: inline-block !important;
	width: 20% !important;
	vertical-align: top;
	min-width: 115px;
	margin-right: 38px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 42px;
}

.mod_values {
	margin-left: 30px !important;
	width: 99% !important;
	vertical-align: top !important;
	margin-bottom: 5px;
	/* border-bottom: 1px solid; */
}

li.mod_name {
	width: 90%;
	margin-top: 5px;
	text-indent: 24px;
}

li.mod_name input {
	background-color: #ededed;
	margin-left: 10px;
	max-width: 150px;
	position: relative;
	left: 10px;
}

p#add_modifiers_before_here,
p#add_addons_before_here,
p#add_options_before_here {
	clear: both;
	font-size: 16px;
	background-color: #ededed;
	/* margin: 26px!important; */
	display: table;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
	top: 10px;
}

.general_form .modifiers_box {
	display: block !important;
	float: none !important;
	margin-top: 8px !important;
}

.tiny {
	font-size: 10px !important;
}

.admin.box #product_f1 .row.ingredients.hundred.food input,
.admin.box #product_f1 .row.ingredients.hundred.food select {
	display: inline-block !important;
	width: 20% !important;
	min-width: unset !important;
	float: left !important;
	font-size: 19px !important;
	padding: 1px;
	height: 28px !important;
}

#login_form div.number_button {
    line-height: 52px !important;
    cursor: pointer;
    background-color: #666;
    color: #fff;
}

#product_f1 .row.hundred {
	width: 99% !important;
	display: table !important;
}

.admin.box .row.hundred .inputs {
	font-size: 10px;
	line-height: 30px;
	width: 100% !important;
	margin-bottom: 20px;
}

ul#items_in_production {
	width: 99%;
	display: table;
	height: auto;
	min-height: 100%;
}
form.search_form.general_form.check.needs-validation {
    max-width: calc(100% - 10px);
    margin: 5px;
}
.categoryorder .row {
    max-width: calc(100% - 10px);
    text-align: center;
    margin: 0px 5px;
}

.production_item {
	width: 100%;
	height: 45px;
	display: block;
	background-color: #666;
	color: #ededed;
	margin-bottom: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */
	background: rgb(149, 149, 149);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(149, 149, 149, 1) 0%, rgba(13, 13, 13, 1) 46%, rgba(1, 1, 1, 1) 50%, rgba(10, 10, 10, 1) 53%, rgba(78, 78, 78, 1) 76%, rgba(56, 56, 56, 1) 87%, rgba(27, 27, 27, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(149, 149, 149, 1) 0%, rgba(13, 13, 13, 1) 46%, rgba(1, 1, 1, 1) 50%, rgba(10, 10, 10, 1) 53%, rgba(78, 78, 78, 1) 76%, rgba(56, 56, 56, 1) 87%, rgba(27, 27, 27, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(149, 149, 149, 1) 0%, rgba(13, 13, 13, 1) 46%, rgba(1, 1, 1, 1) 50%, rgba(10, 10, 10, 1) 53%, rgba(78, 78, 78, 1) 76%, rgba(56, 56, 56, 1) 87%, rgba(27, 27, 27, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#1b1b1b', GradientType=0);
	/* IE6-9 */
}

.tab_box .production_item {
	width: 100%;
	height: 45px;
	display: block;
	background-color: #666;
	color: #ededed;
	margin-bottom: 5px;
	margin-top: -4px;
}

.production_item>span {
	display: inline-block;
	min-width: 50px;
	float: left;
	line-height: 36px;
	margin-top: 0px;
	border-right: 1px solid;
	height: 100%;
}

span.tiny {
	display: block;
	font-size: 10px;
}

span.fire_bump a {
	margin-top: 5px !important;
	display: block;
}

span.fire_bump {
	padding: 0px 11px;
	width: 70px;
}

.production_item>span {
	display: inline-block;
	min-width: 50px;
	float: left;
	line-height: 36px;
	margin-top: 0px;
	border-right: 1px solid;
	height: 100%;
	font-size: 19px;
	font-weight: bold;
}

span.product_name {
	width: 30%;
}

p.countup {
	font-size: 12px;
	height: 12px;
	display: block;
	margin-bottom: 0px;
	margin-left: -12px;
}

span.fire_bump a {
	background-color: blanchedalmond;
	padding: 5px 10px;
	border-radius: 5px;
}

.fired {
	background-color: blue;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
	background: #d0e4f7;
	/* Old browsers */
	background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#87bcea', GradientType=0);
	/* IE6-9 */
}

.tab_box .bumped {
	background-color: green !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
	background: rgb(180, 221, 180);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ddb4', endColorstr='#002400', GradientType=0);
	/* IE6-9 */
}

.overtime {
	background-color: red;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
	background: #a90329;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%, #8f0222 44%, #6d0019 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0);
	/* IE6-9 */
}

.row.discounts.hundred input {

	background-color: #fff !important;

}

.row.advanced_shipping.merch .inputs {

	width: 99% !important;

}

.admin.box form#product_f1 .row.hundred {
	width: 99% !important;
	display: table !important;
}

.required {
	float: right;
	display: inline-block;
	width: 10px;
	position: relative;
	top: -45px;
	left: -30px;
}

.general_form .modifiers_box {
	display: block !important;
	float: none !important;
	margin-top: 8px !important;
	border: 1px solid #ededed;
	display: table !important;
}

.general_form .modifiers_box {
	display: block !important;
	float: right !important;
	margin-top: 8px !important;
	border: 1px solid #ededed;
	display: inline-table !important;
	vertical-align: top;
}

.accordion .right {
	float: none;
	margin-right: 5px;
	text-align: right;
	width: 100%;
	border: 1px solid #ededed;
}


.production .modifiers ol li,
.production .addons ol li {
	font-size: 12px;
	min-width: 120px !important;
}

.modifiers ol {
	margin-left: 0px;
	width: 100px;
	display: table;
	height: auto;
}

.addons,
.modifiers {
	float: right;
	vertical-align: top;
	display: inline-block;
	margin-top: -30px;
	text-align: left;
}

span.product_name {
	width: 75%;
}

.server {
	float: left;
	font-size: 11px;
	margin-left: 3px;
	text-align: left;
}

.table_no {
	float: left;
	clear: both;
	font-size: 10px;
	display: table;
	max-width: 120px;
	overflow: hidden;
	word-wrap: braeak-word !important;
}

.fa-phone.active {
	background-color: orange;
}

p.countup {
	font-size: 12px;
	height: 12px;
	display: table;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}

.addons ol li,
.modifiers ol li {

	padding: 0px;
	margin-top: 0px !important;
	border: unset;

}

.addons,
.modifiers {

	float: right;
	vertical-align: top;
	display: inline-block;
	margin-top: 0px;
	text-align: left;

}

#pos_content .admin.box.right .section_content #newmember fieldset div.row {
	width: 45% !important;
	display: inline-block !important;
	background-color: #666;
	padding: 5px;
	border: 1px solid #fff !important;
	max-width: unset !important;
	margin-bottom: 5px !important;
}

.tab_box {
	background-color: beige !important;
	display: table;
	float: left;
	padding: 10px;
	width: 20%;
	height: auto;
	text-align: left;
	margin: 10px;
	border-radius: 10px;
}

.tab_box>ul {
	margin-left: -10px;
	width: 95%;
}

.tab_box span.product_name {

	width: 72%;
	text-align: left;

}

.tab_box span.fire_bump {

	padding: unset;
	width: 0px;
	display: none !important;

}

li.mes {
	border-bottom: 2px solid #fff;
	width: 100%;
	margin-left: -7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
	background: rgb(181, 189, 200);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(181, 189, 200, 1) 0%, rgba(130, 140, 149, 1) 36%, rgba(40, 52, 59, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b5bdc8', endColorstr='#28343b', GradientType=0);
	/* IE6-9 */
}

li.mes body * {
	color: #fff;

}

.tab_box.green {
	background-color: lightgreen !important;
	background: rgb(180, 221, 180);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4ddb4', endColorstr='#002400', GradientType=0);
	/* IE6-9 */
}

.tab_box h1 {

	width: 99%;
	background-color: red;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 0px 0px 10px 10px;
	display: block;
	padding: 10px 0px;
	margin-top: -6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
	background: rgb(240, 183, 161);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(240, 183, 161, 1) 0%, rgba(140, 51, 16, 1) 50%, rgba(117, 34, 1, 1) 51%, rgba(191, 110, 78, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(240, 183, 161, 1) 0%, rgba(140, 51, 16, 1) 50%, rgba(117, 34, 1, 1) 51%, rgba(191, 110, 78, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(240, 183, 161, 1) 0%, rgba(140, 51, 16, 1) 50%, rgba(117, 34, 1, 1) 51%, rgba(191, 110, 78, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0b7a1', endColorstr='#bf6e4e', GradientType=0);
	/* IE6-9 */
}

.tab_box h2 {

	background-color: green;
	display: block;
	border-radius: 10px 10px 0px 0px;
	text-indent: 45px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
	background: rgb(30, 87, 153);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 50%, rgba(32, 124, 202, 1) 51%, rgba(125, 185, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
	/* IE6-9 */

}

.tab_box .server {

	color: #fff;
	float: right;
	margin-right: 10px;

}

.tab_box h2 {
	background-color: green;
	display: block;
}

.tab_box .table_number {
	color: #fff;
	width: 100%;
}

.tab_box {

	background-color: beige !important;
	display: table;
	float: left;
	padding: 10px;
	width: 20%;
	height: auto;
	text-align: left;
	margin: 2px;
	border-radius: 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
	/* IE6-9 */

}

div#message {
	min-width: 100%;
	display: none;
	background-color: #ededed;
	min-height: 120px;
	border-bottom: 10px solid #666;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999999999999999999999999;
	float: none;
	clear: both;
}

div#message {
	min-width: 100%;
	display: none;
	background-color: #ededed;
	min-height: 60px;
	border-bottom: 10px solid #666;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999999999999999999999999;
	float: none;
	clear: both;
	font-size: 32px !important;
}

#message .fa {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
}

.tab_box h2 {
	background-color: blue;
	display: block;
}

.production #top_bar {
	display: none !important;
}

.expo #products {
	float: right;
	width: 45% !important;
	min-width: unset !important;
	display: inline-block !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-9 */
}

.expo ul#items_in_production {
	width: 45%;
	display: inline-block;
	height: auto;
	min-height: 100%;
	float: left;
	border: 1px solid #666;
}

.expo #actions {
	display: none;
}

.expo #products {

	float: right;
	width: 45% !important;
	min-width: unset !important;
	display: inline-block;
	top: unset;
	position: unset;

}

.expo #transaction_details {

	text-align: left;
	width: 100%;
	margin-left: -8px;
	background-color: #666;
	border: 2px solid #fff;
	padding: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: rgb(125, 126, 125);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
	/* IE6-9 */

}

.expo #transaction_details li {

	margin: 0 0 5px 10px !important;
	margin-bottom: 5px;
	color: #fff;
	border: unset;
	margin-bottom: 6px !important;
	font-weight: ;

}

.production.kiosk .production_item {
	width: 95% !important;
	height: 45px;
	display: block;
	background-color: #666;
	color: #ededed;
	margin-bottom: 5px;
}

.expo ul#items_in_production {
	width: 40%;
	display: inline-block;
	height: auto;
	min-height: 100%;
	float: left;
	border: 1px solid #666;
}

.expo #products {
	float: right;
	width: 55% !important;
	min-width: unset !important;
	display: inline-block;
	top: unset;
	position: unset;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #c2c2c2;
	padding: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 10px;
}

.expo ul#items_in_production {
	width: 40%;
	display: inline-block;
	height: auto;
	min-height: 100%;
	float: left;
	border: 1px solid #666;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	border-radius: 10px;
	background-color: #c2c2c2;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-9 */
}

.production #overlay_panel {

	display: none;
	position: fixed;
	top: 0px;
	z-index: 99999999999;
	height: 100%;
	width: 100%;
	background-color: #c2c2c2;
	text-align: center !important;

}

#addons_form {

	margin: 0 auto;
}

.production.expo .production_item.fired {
	background-color: green;
}

.production.expo .production_item.bumped {
	background-color: orange;
}

#addons_form input[type="submit"] {
	width: 100%;
	font-size: 25px;
	text-transform: uppercase;
}

.production.expo .production_item {
	width: 97% !important;
	height: 45px;
	display: block;
	background-color: #666;
	color: #ededed;
	margin-bottom: 5px;
	border: 2px solid;
	margin-left: 1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 50%, rgba(225, 225, 225, 1) 51%, rgba(246, 246, 246, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
	/* IE6-9 */
}

#interact_buttons {

	clear: none;
	float: none;
	margin-bottom: unset;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	border-bottom: unset;
	padding-bottom: 10px;
	clear: both;
	margin: 0 auto !important;

}

#interact_buttons>span {

	float: none !important;
	display: block !important;
	border-radius: 20px;
	margin-bottom: 0px !important;
	margin-top: 0 !important;
	margin-right: 10px;

}

#top_menu>span {
	display: block !important;
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 0px;
}

#top_bar #cashier_name {

	width: 100% !important;
	display: block !important;
	float: left !important;
	clear: both !important;
	text-align: left;
	margin-left: 25px;
}

#top_bar span:last-child {

	display: inline-block !important;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
	clear: both !important;

}

#top_menu>span {
	display: block !important;
	float: none;
	clear: both;
	width: 100%;
	margin-bottom: 0px !important;
}

#interact_buttons {

	clear: none;
	float: none;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
	padding-left: 20px;
	border-bottom: unset;
	padding-bottom: 10px;
	clear: both;
	display: table;
	height: auto;
	top: unset;
	position: unset;
	min-height: 300px !important;
	visibility: visible;

}

#quick_sale .card, #products .card {
    clear: both;
    margin-right: 10px;
}

#interact_buttons>span {

	float: none !important;
	display: block !important;
	border-radius: 20px;
	margin-bottom: 40px !important;
	margin-top: 5px;
	margin-right: 32px;

}
#quick_sale i.fas.fa-window-close.float-right.hide_parent, #products i.fas.fa-window-close.float-right.hide_parent {
    clear: both;
    display: block;
    height: 25px;
    margin-right: 10px;
    font-size: 24px;
    margin-bottom: 10px;
}
#details_button {

	height: 34px !important;
	margin-bottom: -24px !important;

}

#quick_sale product title {
	color: #fff;
	display: table;
	font-size: 12px !important;
	height: 20px;
	position: relative;
	top: 30px;
}

#more_details>p {

	width: 48% !important;
	display: inline-block;
	float: left;
	background-color: #666;
	margin-right: 5px;
	color: #fff;
	padding: 6px;
	border: 1px solid #eee;
	height: 61px;

}

.admin.box .row.large .inputs {
	font-size: 10px;
	line-height: 30px;
	width: 99% !important;
	margin-bottom: 20px;
}


#interact_buttons>span input.button {
	width: 95% !important;
	max-width: unset !important;
	margin: 5px 0px 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	border-radius: 15px !important;
	font-size: 17px !important;
	font-weight: normal;
}

#transaction_details li {
	line-height: 25px;
}

#pagination li {
	display: inline-block;
	min-height: 25px;
}
a.small_font {
    margin-bottom: 20px;
    display: block;
}
.row .col-12 p {
    background: #fff;
    display: table;
    margin-bottom: 0px;
    clear: both;
    padding: 20px 0px;
    width: 100%;
    left: 0px;
    position: relative;
    top: -25px;
    border-bottom: 1px solid;
}
#products #pagination {
    display: block;
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    width: 100%;
    z-index: 30;
    height: 30px;
    margin: 20px auto;
    clear: both;
    bottom: 0;
    height: auto;
    z-index: 0;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end {
    border: 1px dotted #666;
    margin-top: 5px;
    cursor: move;
}
span.search-cat {
    line-height: 14px;
    font-size: 12px;
    width: 100%;
    /* padding: 5px; */
    top: -2px;
    position: relative;
}
#top_menu .btn {
	width: calc(100% - 10px);
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 5px;
	color: #fff;
}

#clockbox {
    font-size: 12px !important;
    padding: 0;
    margin: -25px 0px 0px;
}
#top_bar #interact_buttons {
    min-height: 300px !important;
    display: table !important;
    float: none !important;
    margin: 50px auto 10px auto !important;
    background-color: #ccc;
    padding: 5px;
    margin: 50px 10px!important;
    max-width: calc(100% - 20px)!important;
    text-align: center;
    border-radius: 5px;
    border: 1px inset #fff;
}
#interact_buttons input.btn {
    width: 100%!important;
    margin-bottom: 5px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 2px #aaa;
}
#admin_menu h3 {
    line-height: 40px;
    display: block;
    clear: both;
    color: #fff;
    background-color: #666;
    padding: 5px;
    margin-left: 0px;
}
#admin_menu .card {
    margin-top: 20px!important;
    margin-left: 20px;
}
#admin_menu h2.card-header {
    font-size: 15px;
    font-weight: bold;
    background-color: #666;
    color: #fff;
}
#admin_menu li.btn.btn-primary.col-3 {
    margin: 10px 5px 5px 0px;
    max-width: calc(25% - 10px);
}
#admin_menu li.btn.btn-primary.col-3 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
#at_a_glance_wrapper > .ui-accordion-header {
    margin-left: 0;
    width: calc(100% - 10px) !important;
    font-size: 12px;
    padding: 5px 10px 25px!important;
    height: auto;
    line-height: 20px;
    margin-bottom: -5px;
    color: #fff;
}
#at_a_glance_wrapper > .ui-accordion > .ui-accordion-content {
    padding: .2em .2em;
    border-top: 0;
    overflow: hidden;
    width: calc(100% - 0px)!important;
    min-width: unset !important;
    margin-left: 0px;
    margin-top: -8px;
    height: auto!important;
}
.edit-setting {
    border: 1px solid #ccc;
    min-height: 50px;
    width: calc(25% - 10px)!important;
    margin: 5px;
    padding: 5px;
    word-wrap: break-word;
    break-inside: unset;
}
.settings-box.drop-shadow-sm {
    display: table;
    background-color: #fff!important;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #666;
    border-radius: 2px;
    padding: 4px;
    min-width: 150px;
}
i.fas.fa-x.float-right {
    float: right;
}
.edit-setting span.form-group.form-floating {
    background: #fff!important;
    display: table;
    width: auto;
    border: 1px solid #ccc;
    max-width: unset;
    position: relative;
    z-index: 10;
    padding: 5px;
    margin-right: 5px;
    box-shadow: 4px 4px 4px #666;
}
.edit-setting > label {
    clear: both!important;
    margin-top: 0px;
    font-weight: bold;
    display: block;
    min-height: 20px;
    word-wrap: break-word!important;
    line-height: 14px;
    font-size: 13px;
}
.edit-setting > em {
    width: 100%;
    display: block;
    line-height: 12px;
    margin-top: 0px;
    max-height: 35px;
    overflow: hidden;
    font-size: 12px;
}
.row.large.find_transactions {
    float: left !important;
    clear: both !important;
    text-align: left;
    clear: both!important;
    display: flex!important;
    clear: both;
}
.col-12.form-group.form-floating {
    margin-bottom: 10px;
    clear: both;
    display: table;
}
input.btn.btn-primary.float-right {
    float: right;
}
label {
    display: inline-block;
    background-color: transparent!important;
    font-size: 12px;
}
#admin_menu .form-group.form-floating {
    margin: 20px 5px 0px 0px;
    padding: 0;
}
#admin_menu .form-group.form-floating.col-4 {
    margin: 5px 5px 0px 0px;
    width: calc(33.3333% - 10px)!important;
    padding: 0;
}
#admin_menu .form-group.form-floating .form-control {
    width: 100%!important;
}
#admin_menu .col-6.form-group.form-floating {
    width: calc(50% - 5px);
}
.forms img.float-right {
    max-width: 100px;
    border: 1px solid #ccc;
    padding: 2px;
    margin-top: 5px;
    border-radius: 4px;
}
.forms input.btn.btn-primary.float-right {
    float: right;
    margin-top: 5px;
    font-size: 18px;
}
form#search_products {
    margin-top: 20px;
}
.row.hundred.categoryorder.my-5 span span {
    display: inline-flex!important;
    margin-bottom: 10px;
}
.row.hundred.categoryorder.my-5 > span {
    margin-left: 10px;
    max-width: calc(100% - 20px)!important;
    display: block;
}
thead.thead-dark tr th {
    background-color: #666!important;
    color: #fff;
    padding: 5px 0px 15px;
    text-indent: 10px;
}
.second td {
    background-color: #ccc;
}
#product_list {
    margin-left: 0px;
    margin-top: 0px;
    border: unset;
    width: calc(100% - 10px)!important;
    margin: 0px 5px;
    box-shadow: unset;
}
.table_wrapper_inner .second td {
    background: #ccc;
}
.table_wrapper_inner {
    box-shadow: unset;
    border: 1px solid #ccc;
}
.actions_menu .fa, .actions_menu .fas {
    border: 1px solid #666;
    /* width: 20px; */
    text-align: center;
    font-size: 20px;
    padding: 2px 4px;
    margin-right: 10px;
    border-radius: 4px;
}
.actions_menu li {
    margin-right: 2px;
    margin-bottom: 2px;
}
thead.thead-dark tr th {
    font-size: 12px;
    word-wrap: break-word!important;
    line-height: 12px;
    text-align: center;
}
i.fa.fa-file-upload.huge-text.bg-red.float-left.d-inline-block.cursor-pointer {
    font-size: 45px;
    margin: 10px;
    border: 1px solid #666;
    width: 60px;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    color: #666;
}
#GraphsArea .col-md-6.col-xs-12.no-gutters.float-left {
    display: inline-flex;
    width: 100%!important;
}
div#GraphsArea {
    display: flex!important;
    margin: 0 17px;
    width: 100%;
}
div#GraphsArea .col-md-6.col-xs-12.no-gutters.float-left {
    display: inline-block;
    min-width: calc(100% - 15px)!important;
    margin: unset;
    padding: unset;
    max-width: unset;
}
.fc-direction-ltr .fc-button-group > .fc-button {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    width: calc(33.3333% - 10px)!important;
    margin: 0px 5px;
}
.fc .fc-button-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    width: auto;
    top: -35px;
}
button.fc-today-button.fc-button.fc-button-primary {
    position: relative;
    top: 15px;
}
thead .fc-scrollgrid-sync-inner {
    padding: 10px;
    color: #fff!important;
    text-decoration: none;
    background-color: #666;
}
thead a.fc-col-header-cell-cushion {
    color: #fff;
    text-decoration: none;
}
.fc .fc-daygrid-day-number {
    padding: 20px 5px 0px;
    position: relative;
    z-index: 4;
    text-decoration: none;
}
li.col-md-2.col-xs-3.d-inline-block.drop-shadow-sm.border.border-primary.p-1.btn.btn-secondary span {
    font-size: 10px;
    clear: both;
    display: block;
}
div#SlideInContent {
    display: flex!important;
    clear: both;
    width: calc(100% - 10px)!important;
    max-width: unset;
    margin: 40px 0px;
    float: none;
    clear: both!important;
    background: unset;
    box-shadow: unset;
    overflow-x: hidden!important;
    height: 100%;
    /* min-height: 1000px!important; */
    width: calc(100% - 5px)!important;
    overflow-y: hidden!important;
}

#SlideIn i.float-right.fas.fa-window-close {
	font-size: 2em;
	margin: .25em 1em;
	clear: both;
	display: block;
}

.modal-header img.float-left.w-30 {
    max-width: 100px;
}
#MasterModal {
    z-index: 999999;
}
.modal-content {
    background-color: #fff;
    border-radius: 5px;
    /* z-index: 99999999999999; */
    /* position: absolute; */
    padding: 20px;
}
.modal-header .close {
    padding: 0;
    margin: 0.25rem 1rem -1rem auto;
    background-color: unset;
    color: #666;
    border: unset;
}
.modal-body .form-group.form-floating {
    margin-bottom: 10px;
}
.modal-header {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-left: -20px;
    width: calc(100% + 40px)!important;
}
.modal-content {
    background: #fff;
    border-radius: 6px;
}
.modal-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
ul.list-unstyled.row {
    padding: 0;
    width: 100%!important;
    margin-bottom: 10px!important;
}
div#GraphsArea i.float-right.fas.fa-toggle-on {
    float: right;
}
.form-group p {
    padding-top: 10px;
    display: table;
    color: #666;
    font-size: 12px;
    line-height: 12px;
}
button.ck.ck-button {
    position: unset;
}
.editor {
    display: block;
    position: relative;
    max-width: calc(100% - 0px);
    clear: both;
}
.editor p {
    font-size: 12px;
    color: #666;
}
.ck.ck-editor__main {
    min-height: 100px!important;
    display: grid;
    min-width: 100%!important;
    max-height: unset;
    height: auto;
    position: relative;
}
.products_images li {
    width: calc(25% - 10px)!important;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin: 5px;
}
ul.products_images i {
    position: relative;
    float: right;
    z-index: 999;
    margin-bottom: -25px;
    margin-right: 5px;
    border: 1px solid #666;
    padding: 4px;
    border-radius: 4px;
}
.products_images li {
    width: calc(25% - 10px)!important;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin: 5px;
    max-height: 120px;
    overflow: hidden;
    min-height: 120px;
}
.products_images li img {
    max-width: 100%!important;
    /* border: 1px solid #ccc; */
}
ul.products_images {
    padding: 0;
    width: 100%;
}
.table>:not(caption)>*>* {
    padding: 0;
}
.row.files {
    display: block !important;
    clear: both !important;
    margin: 0px;
}
input#img_index {
    display: none;
}
p.mt-1.d-block.clearfix.mb-1 {
    margin-bottom: 20px!important;
}
.add-category .form-group.form-floating {
    margin-bottom: 13px;
    display: table!important;
    width: 100%;
}
.add-category  ul:first-child {
    margin-top: 20px;
    width: 100%!important;
    max-width: unset;
    padding: 0;
}
li.d-inline-block.w-25.float-left {
    width: calc(33.333% - 10px)!important;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
}
#admin_menu .form-group.form-floating .form-control[type="checkbox"] {
    width: 30px!important;
    outline: unset;
    border: unset;
}
li.d-inline-block.w-25.float-left {
    width: calc(33.333% - 10px)!important;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#details_panel ul {
    margin-top: 20px!important;
}
#details_panel p {
    width: 100%;
    margin-top: 10px;
    clear: both;
    font-size: 14px;
    font-weight: bold;
}
#admin_menu .form-group.form-floating .form-control[type="checkbox"] {
    width: 30px!important;
    outline: unset;
    border: unset;
    float: right;
    position: relative;
    top: -5px;
    background-color: transparent;
}
#details_panel ul {
    margin-top: 20px!important;
    padding: 0;
    width: 100%!important;
}
#details_panel ul li.d-inline-block.w-25.float-left {
    width: calc(33.333% - 10px)!important;
    margin-right: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 35px;
    line-height: 13px;
}
input.btn.btn-secondary.excel.w-100.d-block.clearfix {
    font-size: 12px;
    width: unset!important;
    float: right;
    margin: 0px 5px 10px;
    padding: 5px;
}
#admin_menu li.btn.btn-primary.col-3 {
    margin: 10px 5px 5px 0px;
    max-width: calc(12% - 10px);
    line-height: 20px;
}
.form-floating>label {
    position: absolute;
    top: 5!important;
    left: 10px!important;
    background: transparent!important;
}

#pos_content {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    background: #eee;
    min-height: unset;
    display: table !important;
    line-height: 0px;
    position: absolute;
    top: 0px;
    height: auto;
    background-color: transparent;
}
#details_panel ul li.d-inline-block.w-25.float-left input {
    width: 25px;
    margin-left: 5px;
}
.ck.ck-editor {
    position: relative;
    max-width: calc(100% - 5px);
    margin-top: 30px;
}
#pagination {
    width: 100%!important;
    display: flex;
}
ul.pag_list {
    display: flex;
}
span.page_no {
    float: left;
    display: inline-flex;
    color: #666!important;
    text-shadow: unset;
    font-weight: normal;
    border: 1px solid #ccc;
}
.text.form-control {
    color: #666!important;
}

thead.thead-dark tr th {
    background-color: #666!important;
    color: #fff;
    padding: 15px 0px 15px;
    text-indent: 10px;
    border-right: 1px solid;
}
#admin_menu .table img {
    width: 55px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 4px;
}
.second td {
    background-color: #ccc!important;
    border-right: 1px solid #fff;
}
.first td {
    border-right: 1px solid #ccc;
}
.table tr {
    border-bottom: 1px solid #666;
}
.table {
    border: 1px solid #ccc;
}
.table tr td:last-child {
    border-right: unset;
}
.actions_menu a {
    color: #666;
    margin-right: 2px;
}
a.product_name {
    margin: 10px 0 10px;
    display: block;
    color: #666;
    line-height: 14px;
    font-size: 12px;
}
ul#variationsList {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}
ul#variationsList li {
    width: calc(25% - 5px);
}
.actions_menu ul {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 5px!important;
}
ul#variationsList li {
    width: calc(25% - 5px);
    text-indent: -1000px;
    margin: 2px;
}
.table td b {
    display: block;
    clear: both;
    margin-top: 20px;
    font-weight: normal;
    font-size: 13px;
}
.table td b:first-child em {
    display: block;
    clear: both;
    margin-top: 14px;
}
.table td {
    padding-top: 0px!important;
    vertical-align: middle;
}
ul#category_list {
    height: 35px!important;
    background-color: #eee;
    overflow-y: visible;
    min-width: 9999999999px;
}
#pagination li {
    border-radius: 4px!important;
    margin-right: 2px;
    padding: 5px;
    display: inline-flex;
    border: 1px solid #ccc;
    color: #666!important;
}
li.cat.d-inline-block.dropdown-toggle {
    height: calc(100% - 2px)!important;
    background: #666;
    margin: 1px;
    color: #fff!important;
    text-align: left;
    word-wrap: break-word!important;
    padding: 4px;
}
li.cat.d-inline-block.dropdown-toggle a {
    color: #fff;
    word-wrap: break-word;
    width: calc(100% - 20px);
    float: left;
    display: table;
    word-wrap: break-word;
    float: left;
    text-align: left;
}
li.cat.d-inline-block.dropdown-toggle::after {
    margin: 0px;
    position: relative;
    right: 14px;
    top: 5px;
}
li.cat.d-inline-block.dropdown-toggle a {
    color: #fff;
    word-wrap: break-word;
    width: 100%;
    float: left;
    display: inline;
}
li.cat.d-inline-block.nav-item {
    padding: 5px;
    background-color: #ccc;
    margin: 2px;
    max-width: 100px;
    word-wrap: break-word;
    line-height: 13px;
}
i.fa.fa-file-upload.huge-text.float-left.manufacturer_logo.mt-2 {
    float: right;
    font-size: 25px;
    margin-right: 10px;
    border: 1px solid #666;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #666;
    padding: 10px 15px;
}
.ui-widget-content ol.ui-accordion-header {
    background: #666!important;
    color: #fff;
}
.ui-widget-content ol.ui-state-active {
    background: blue!important;
}
  #table_interact {
            margin-bottom: -400px;
            z-index: 999999;
            position: absolute;
            top: 100px;
            background-color: rgba( 255, 255, 255, 0.5);
            margin-left: 20px;
            border-radius: 5px;
            border: 1px solid #c2c2c2;
            box-shadow: 7px 3px 8px #666;
        }
        em.fa.fa-caret-square-o-down::before {
            color: red!important;
            margin-right: 41px;
            width: 20px;
            height: 20px;
            display: inline-block;
            margin-left: 20px;
            content: "\f150"!important;
            font-size: 15px;
            font-style: normal;
        }
        #wall_textures > div {
  display: inline-block;
  float: none;
  width: 60px;
}
.thumbnail.texture-select-thumbnail {
  margin-bottom: unset;
}
   </style>
      <style>
      #wall_options li {
  background-color: #fff;
  margin: 4px;
  padding: 2px 6px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
}
div#seating_box {
    width: 80%;

    max-width: unset!important;
    height: 100%!important;
    position: absolute!important;

    left: 0px;
}
div#ecard .editor.border-box {
    margin-top: -40px!important;
    margin-bottom:-40px!important;
}
div#ecard {
    margin-top: 0px;
    position: relative;
    top: 30px;
    border: 1px solid #c2c2c2;
}
div#ecard .editor { -ms-touch-action: none; padding: 50px 0 180px 0; position: relative; background: #606060 url(/assets/js/ecards/style/img/transparent_dark.png); }
.user_pages.myprofile_pages.edit .row.user_profile #floorplan_venues_panel .row {
  margin: 0 auto 50px !important;
  width: 100%;
}
.sidebar {
  border-right: 1px solid #eee;
  display: inline-block !important;
  float: left;
  max-width: 280px;
  min-height: 800px;
  overflow: hidden;
  padding: 20px;
  height: auto!important;
}
.rotate {
 background-color: transparent;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-size: 18px;
    height: 31px;
    left: -258px;
    padding: 2px 18px;
    position: absolute;
    text-decoration: none;
    top: 300px;
    transform: rotate(-90deg);
    width: 600px;
    z-index: 999999;
}
<?php //if($event[0]['user_id'] == $this->session->userdata('user_id') | in_array($allowed_planners, $this->session->userdata('user_id')) ){ ?>
.rotate {
  background-color: transparent;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 18px;
  height: 31px;
  left: -258px;
  padding: 2px 18px;
  position: absolute;
  text-decoration: none;
  top: 18px;
  transform: rotate(-90deg);
  width: 600px;
  z-index: 999999;
}
<?php //} ?>
.rotate > li {
background-color: #c2c2c2;
    border-radius: 0 0 4px 4px;
    clear: both;
    color: #fff;
    display: inline-block !important;
    font-size: 14px;
    left: 0px;
    padding: 2px 0px;
    position: relative;
    text-decoration: none;
    transform: rotate(0deg);
    width: 135px;
}
.rotate > li.active {
background-color: #9d1830;
color:#fff;
}
#wallTextures {
  position: relative;
  left: -50px;
}
#item-type {
display:none;
}
/*
 * "Loading" modal
 */

#loading-modal {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display:none;
  background-color: rgba(50, 50, 50, 0.9);
}

#loading-modal  h1 {
  text-align: center;
  margin-top: 30%;
  color: #fff;
}
#alertBox h1 {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #9d1830 35%, rgba(124, 16, 36, 0.9) 65%, #9d1830 100%) repeat scroll 0 0 !important;
  border-bottom: 1px solid #000;
  color: #fff;
  font: bold 1.2em verdana,arial;
  height: 30px;
  margin-top: 0;
  padding: 16px 0 28px 5px;
  text-align: center;
  vertical-align: top !important;
}
/*
 * Design
 */
.bx-wrapper .bx-controls-direction a.bx-next {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(229, 225, 225, 0.9);
  background-image: url("/assets/images/slider-right-arrow.png") !important;
  background-origin: padding-box;
  background-position: -12px center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-color: #c2c2c2;
  border-image: none;
  border-radius: 0 50% 50% 0 !important;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  height: 50px !important;
  margin-left: 9px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 40%;
  width: 25px !important;
  z-index: 99;
  right: -20px;
}
#furniture2d > em {
  margin-left: -400px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(229, 225, 225, 0.9);
  background-image: url("/assets/images/slider-left-arrow.png") !important;
  background-origin: padding-box;
  background-position: -2px center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border-color: #c2c2c2;
  border-image: none;
  border-radius: 50% 0 0 50%;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
  height: 50px !important;
  margin-left: -6px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 40%;
  width: 25px !important;
  z-index: 99;
  left: -25px;
}
.bx-wrapper {
  margin: 0 auto 60px 70px;
  padding: 0;
  position: relative;
}
#viewer {
  display: none;
}

#add-items {
  float: none !important;
  left: -11px;
  margin-left: 10px !important;
  max-height: 800px;
  max-width: 215px;
  min-height: 600px;
  overflow-y: auto;
  padding: 13px;
  position: absolute;
  z-index: 1;
}

#main-controls {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0;
}
#main-controls2 {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: block;
  height: auto;
  left: 45px;
  margin-bottom: -33px;
  max-height: unset !important;
  padding: 5px;
  position: absolute;
  top: 0px;
  z-index: 1000000000 !important;
}
#camera-controls {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 0 20px;
  text-align: right;
}
#floorplanner-controls {
  background-color: #ebebeb;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  float: none;
  left: 48% !important;
  margin: 20px 0;
  padding: 5px;
  position: absolute;
  top: -20px;
  width: 50%;
  z-index: 20;
}
#floorplanner-canvas {
  background-color: #fff;
  left: 16px;
  position: absolute !important;
  top: 45px !important;
  vertical-align: top !important;
  z-index: 10;
}
#floorplanner-canvas-items {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;

  display:none;
  z-index:999;

}
#draw-walls-hint {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: rgba(0, 0, 0, 0.50);
  color: #ffffff;
  padding: 5px 10px;
  z-index: 1;
  display: none;
}

.add-item {
  cursor: pointer;
}

.btn-file {
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: inherit;
  display: block;
}

    .bx-viewport {
  height: 100%;
  display: block!important;
}
.bx-wrapper {
  height: 270px;
}
#items-wrapper {
  height: 100%!important;
  display: block!important;
}
#items-wrapper > li {
  clear: both;
  display: block !important;
  float: none;
  margin: -17px 0px 0 -25px;
  min-height: 215px !important;
  min-width: 250px !important;
  position: relative !important;
  width: auto !important;
  z-index: 2147483647 !important;
}
#context-menu {
  left: -29px;
  position: relative;
}
.bx-viewport {
  height: 300px!important;
}
.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus, .nav > li a:hover, .nav > li a:focus, .nav > li a:active, .nav > li a:link {
  background-color: transparent;
  color: #fff;
}
.panel-heading {
  border: 1px solid #f5f5f5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  text-shadow: unset;
}
.panel {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.sidebar {
  border-right: 1px solid #eee;
  display: inline-block !important;
  float: left;
  max-width: 280px;
  min-height: 800px;
  overflow: hidden;
  padding: 20px;
  height: auto!important;
}
#floorTexturesDiv {
  position: relative;
  left: -50px;
}
.form-horizontal .control-label {
  margin-bottom: 0;
  padding-top: 7px;
  text-align: right;
  display: block!important;
  clear: both!important;
  float: none;
  width: 100%;
  text-align: left;
  font-size: 13px;
}
#context-menu .col-sm-6 {
  width: 107%!important;
  margin-left: 0px;
}
#context-menu .form-group {
  margin-bottom: 0px;
}
#context-menu .btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 10px;
}
.nav-sidebar > li > a {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

#add_table_form {
  display: inline-block;
  text-align: left;
  width: 175px;
  min-height: 145px;
}
#closeBtn {
  position: relative;
  top: -30px!important;
  height: 30px;
  content: "OK"!important;
}
#main-controls2 {
  display: block;
  height: auto;
  left: 10px;
  margin-bottom: -33px;
  max-height: unset !important;
  position: absolute;
  top: 35px;
  z-index: 1000000000 !important;
}
#main-controls2 .inline {
  height: auto !important;
}
#main-controls2 {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: block;
  height: auto;
  left: 45px;
  margin-bottom: -33px;
  max-height: unset !important;
  padding: 5px;
  position: absolute;
  top: 0px;
  z-index: 1000000000 !important;
}
#main-controls2 a {
  background-color: #9d1830;
  color: #fff;
  font-weight: bold;
}
li.transparent.table_info.block.hundred.clear {
    font-size: 10px;
    text-align: right;
    margin-left: -62px;
}
ol.invitee, .guest {
    background-color: #eee;
    margin-top: 10px;
    padding: 5px;
    border-radius: 4px;
}
.guest {
margin-left:10px;
}
ol.seated.invitee {
    background-color: #c2c2c2;
}
li.hundred.block.clear.users_menu_selections li {
    display: block;
    font-size: 10px;
    clear: both;
    font-weight: bold;
}
em.sides {
    display: block;
    font-weight: normal;
}
em.sides em {
    display: block;
    margin-left: 10px;
}
.users_menu_selections li p {
    float: right;
    margin-right: 55px;
    border-radius: 3px;
    padding: 2px;
    text-transform: capitalize;
}
.invited li.inline.eighty {
    font-weight: bold;
}
.guest li.inline.eighty {
    font-weight: bold;
    font-size: 12px;
}
<?php //if($event[0]['user_id'] != $this->session->userdata('user_id') & !in_array($allowed_planners, $this->session->userdata('user_id')) ){ ?>
#table_interact {
  display:none!important;
}
<?php //} ?>
div#ecard {
    margin-top: 30px;
}
.editor-navbar {
    position: absolute;
    height: 40px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #f8f8f8, #e3e3e3 );
    top: 0;
    width: 100%;
    border-bottom: solid 1px #AAAAAB;
}
#furniture2d > span {
  box-sizing: unset !important;
  display: unset;
  margin-bottom: -31px !important;
  margin-left: 0 !important;
  margin-right: -74px !important;
  padding: 0 !important;
  min-width: unset;
  width: auto;
  line-height: unset;
}
#viewer canvas:last-child {
    position: relative;
    top: -150px;
}
div#seating_box {
    width: 80%;
    max-width: unset!important;
    height: 100%!important;
    position: absolute!important;
    left: 0px;
    display: block!important;
}
#camera-controls {
    position: absolute;
    bottom: 170px;
    right: 0;
    padding: 0 20px;
    text-align: right;
    z-index: 999!important;
    height: 60px;
    width: 310px;
}
.sides em {
    display: block;
    font-style: oblique;
    font-size: 8px;
    text-indent: 10px;
    font-weight: normal;
}
.users_menu_selections li p {
    width: 40px;
    text-align: center;
}
#wallTextures {
  width: 270px;
}
#wall_options li.active{
  background-color:#c2c2c2;
}

#context-menu {
    left: 10px;
    position: relative;
}
.sidebar input {
    width: 120px !important;
    height: 25px !important;
}
.rotate {
    background-color: transparent;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-size: 18px;
    height: 31px;
    left: -283px;
    padding: 2px 18px;
    position: absolute;
    text-decoration: none;
    top: 263px;
    transform: rotate(-90deg);
    width: 600px;
    z-index: 999999;
}
#main-controls2 {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    display: block;
    height: auto;
    left: 205px;
    margin-bottom: -33px;
    max-height: unset !important;
    padding: 5px;
    position: absolute;
    top: 0px;
    z-index: 1000000000 !important;
}
div#seating_box {
    width: 11%;
    max-width: unset !important;
    height: 100% !important;
    position: absolute !important;
    left: 0px;
    display: inline-block !important;
    float: left;
}
.col-xs-9.main {
    float: right;
    background-color: #666;
    width: 83%;
    min-height: 500px;
}
#floorplanner-controls {
    background-color: #ebebeb;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    float: none;
    left: 30% !important;
    margin: 20px 0;
    padding: 5px;
    position: absolute;
    top: -20px;
    width: 20%;
    z-index: 20;
}
#floorplanner button {
    width: 93px;
}
#floorplanner button {
    width: 93px;
    position: relative;
    top: 0px;
}
#items-wrapper > li {
    clear: both;
    display: inline-block !important;
    float: left!important;
    margin: 0px 0px 0 25px;
    min-height: 65px !important;
    min-width: 70px !important;
    position: relative !important;
    width: auto !important;
    z-index: 2147483647 !important;
}
.thumbnail>img {
    display: block;
    max-width: 75px;
    margin-right: auto;
    margin-left: auto;
}
#add-items {
    float: none !important;
    left: -11px;
    margin-left: 10px !important;
    max-height: 800px;
    max-width: 229px;
    min-height: 600px;
    overflow-y: auto;
    padding: 13px;
    position: absolute;
    z-index: 1;
    width: 225px!important;
}
#items-wrapper > li {
    clear: none!important;
    display: inline-block !important;
    float: left!important;
    margin: 5px;
    min-height: 65px !important;
    max-width: 90px !important;
    position: relative !important;
    width: auto !important;
    z-index: 2147483647 !important;
    font-size: 10px;
}
#items-wrapper {
    height: 100%!important;
    display: block!important;
    width: 100%!important;
    margin-left: 10px;
}
#main-controls2 {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    display: block;
    height: auto;
    left: -21px;
    margin-bottom: -33px;
    max-height: unset !important;
    padding: 5px;
    position: absolute;
    top: 0px;
    z-index: 1000000000 !important;
    width: 230px;
}
#main-controls2 select {
    width: 211px!important;
    background-color: #fff;
    border: 1px solid #ccc;
}
#floorplanner-controls {
    background-color: #ebebeb;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    float: none;
    left: 300px !important;
    margin: 20px 0;
    padding: 5px;
    position: absolute;
    top: -20px;
    width: 20%;
    z-index: 20;
}
.thumbnail>img {
    display: block;
    max-width: 50px;
    margin-right: auto;
    margin-left: auto;
}
#main-controls2 .inline {
    height: auto !important;
    width: 75px;
    display: inline;
    color: #666!important;
}
#main-controls2 .inline a {
    font-size: 11px;
    color: #666;
}
#main-controls2 select {
    font-size: 14px!important;
    height: 33px!important;
}
#wall_options li {
    background-color: #fff;
    margin: 4px;
    padding: 2px 6px;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    width: 100px;
    float: left;
}
#context-menu {
    left: 10px;
    position: relative;
    z-index: 9999999;
}
#context-menu > div {
    width: 100%;
    padding: 15px;
    position: relative;
    top: -90px;
    left: -34px;
}
label.col-sm-5.control-label {
    color: #666;
}
#camera-controls {
    position: absolute;
    bottom: 170px;
    right: 0;
    padding: 0 20px;
    text-align: right;
    z-index: 999!important;
    height: 60px;
    width: 310px;
    display: none;
}
table.table.table-responsive {
    display: block;
    width: calc(100% - 10px);
    margin: 5px;
}
.table_wrapper_inner td {
    max-width: calc(20% - 10px);
    word-wrap: break-word;
    font-size: 12px;
    line-height: 16px;
    text-align: left!important;
}
.actions_menu .fa, .actions_menu .fas {
    border: 1px solid #666;
    width: 28px;
    text-align: center;
    font-size: 20px;
    padding: 2px 4px;
    margin-right: 10px;
    border-radius: 4px;
    height: 26px;
}
thead.thead-dark tr th {
    background-color: #666!important;
    color: #fff;
    padding: 15px 0px 15px;
    text-indent: 5px;
    border-right: 1px solid;
    font-size: 12px!important;
    text-align: left;
}
.terminal_p.form-group.form-floating {
    margin-top: 12px;
    display: block;
    clear: both;
}
.main_panel .number_button {
    display: inline-block;
    width: calc(33.333% - 20px);
}
.editor_box p {
    font-size: 12px;
    margin-left: 25px;
    color: #666;
    margin-top: 20px;
}
.form-control {
    background-color: #fff!important;
}
input#start {
    margin-left: 0px;
}
#cashier_name p {
    font-size: 13px!important;
    margin-top: 10px;
}
#admin_menu .form-group.form-floating .form-control {
    width: 100%!important;
    font-size: 17px;
}
.modal-content {
    background: #fff!important;
    border-radius: 6px!important;
    padding: 20px 55px!important;
    min-width: 320px!important;
    display: table!important;
    /* width: 320px!important; */
}
.settings-box.drop-shadow-sm {
    display: table;
    background-color: #fff!important;
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #666;
    border-radius: 2px;
    padding: 4px;
}
ul#printers {
    margin: 0!important;
    padding: 0;
    width: 100%;
    display: block!important;
}
#printers img {
    max-width: 100%;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
ul#category_list > li.cat {
    background: #666;
    margin: 1px;
    width: 100px;
    color: #fff;
    word-wrap: break-word;
    display: block!important;
    height: calc(100% - 2px);
    word-wrap: break-word;
    float: left;
    padding: 5px;
}
ul.dropdown-menu .dropdown-menu {
    position: relative;
    left: calc(100% + 0px);
    top: calc(-100% + -26px);
    margin-top: 0px;
}
ul.dropdown-menu .subs1 .dropdown-menu > li, ul.dropdown-menu .subs2 .dropdown-menu > li, ul.dropdown-menu .subs3 .dropdown-menu > li {
    padding: 5px 10px 10px;
}
div#category_list_wrapper {
    max-width: calc(100% - 85px)!important;
    overflow-x: hidden;
    z-index: 10;
    height: auto;
    display: contents;
    overflow-y: visible;
    position: absolute;
}
ul#category_list {
    height: 36px!important;
    background-color: #eee;
    overflow-y: visible;
    min-width: 9999999999px;
    position: relative;
    left: 0px;
    float: left;
    display: inline-block;
    clear: none;
    top: 0px;
    z-index: 10;
}
ul.dropdown-menu {
    border-radius: 0px;
    top: 35px;
    padding: 0;
    margin: unset;
}
form#search-products {
    position: relative;
    top: -5px;
    width: 100%;
    display: block;
}
ul.dropdown-menu li.d-block {
    padding: 5px 10px 10px;
    text-align: left;
    clear: both;
    float: none;
    width: 100%;
}
.dropdown-toggle:hover >  ul {
    display: table;
}
.dropdown-toggle:after {
    display: none!important;
}
span.dropdown-item:hover {
    background-color: blue;
    color: #fff;
}
#products i.fa-solid.fa-caret-left {
    color: #666!important;
    font-size: 40px;
    margin: 0px 0px 0px 10px;
    float: left;
    display: inline-block;
    width: 25px;
    height: 36px;
    background-color: #ededed!important;
    text-indent: 3px;
    line-height: 36px;
    position: absolute;
    z-index: 1000;
    left: -10px;
}
#products_list li.w-100.col-12 {
    max-width: unset;
    background: url();
    font-size: 1em;
    vertical-align: middle;
    line-height: 90px;
}
#products i.fa-solid.fa-caret-right {
    color: #666!important;
    font-size: 40px;
    /* margin: -15px 19px 0px -7px; */
    /* float: right!important; */
    display: inline-block;
    width: 22px;
    height: 36px;
    background-color: #ededed!important;
    text-indent: 3px;
    line-height: 36px;
    text-indent: 0px;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 10;
}
li.cat.d-inline-block:hover > ul {
    display: block!important;
}
ul#category_list li.cat.active {
    background-color: rgba(0, 125, 250, 1)!important;
}
.title {
    font-size: 1em;
    font-weight: bold;
    float: left;
    clear: left;
    width: calc(100% - 5px);
    word-break: break-word;
    text-align: left;
    display: block;
    height: 42px;
    overflow: hidden;
}
span.dropdown-item {
    width: calc(100% + 10px);
    display: block;
    padding: 10px 5px;
}
div#categories_outer {
    margin-left: 10px;
}
.search-cat.dropdown-toggle {
    color: #fff;
    max-width: calc(100% - 10px);
    word-wrap: break-word;
    font-size: 12px;
    padding: 5px;
    line-height: 20px;
    text-decoration: none;
    display: block;
    line-height: 12px;
    height: 25px;
    left: -5px;
    width: calc(100% + 20px);
}
.form-floating>label {
    top: 5px;
    left: 10px;
}
button.fa.fa-magnifying-glass {
    background: transparent!important;
    border: unset;
    width: auto;
    font-size: 25px!important;
    top: 0px;
    left: -70px;
    border-left: 1px solid #ccc;
    height: 59px;
    color: #ccc;
    padding: 0px 10px;
    border-radius: 0px 5px 5px 0px;
}
button.fa.fa-magnifying-glass:hover {
    color: #fff;
    border-color: #666;
    background-color: #777!important;
}
.accordion2 h4 {
    background: #666!important;
    font-size: 12px!important;
    color: #fff!important;
}
div#transaction_start_wrapper .ui-accordion-header {
    background-color: #ccc!important;
}
div#transaction_start_wrapper .ui-accordion-header.ui-state-active {
    background-color: #666!important;
}
li.transaction.col-md-1.col-sm-3.col-xs-4.btn.btn-primary.opacity-50 {
    margin: 5px 1px;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    word-wrap: break-word;
    line-height: 13px;
}
.transaction.col-md-1.col-sm-3.col-xs-4.btn.btn-primary.opacity-50 {
    margin: 5px 1px;
    font-size: 12px;
    text-align: left;
    padding: 5px;
}
div#existing_transactions .row {
    margin-left: 5px;
}
.cart_entry {
    margin-left: -5px!important;
    padding: 10px 0px 10px!important;
    display: table;
    clear: both;
    border-bottom: 1px dotted #666;
}
.cart_entry img {
    border: 1px solid #ccc;
    max-height: 30px;
    margin-top: 0px!important;
    padding: 2px;
    border-radius: 2px;
}
.cart_entry .col-1 {
    font-size: 12px;
    text-align: center;
    margin-left: -5px;
}
input#transactionID {
    display: none;
}
input.btn.btn-primary.mt-2.ml-2.w-100.float-right.d-block {
    left: 0px!important;
    display: table!important;
    position: relative;
    width: calc(100% - 20px)!important;
}
.pages li {
    display: block;
    clear: both;
    height: 20px;
}
.table>thead {
    vertical-align: bottom;
    width: 100%!important;
    display: table;
}
.table>tbody {
    vertical-align: inherit;
    display: table;
    width: 100%;
}
tbody td {
    height: 20px!important;
    padding: 5px;
    line-height: 22px;
    text-align: left;
}
#description.editor {
    font-size: 13px !important;
    line-height: 18px !important;
    max-width: calc(100% - 10px)1important;
    height: 200px;
}
.edit-setting ul {
    font-size: 10px;
    padding-left: 0;
}
.edit-setting li {
    line-height: 12px;
}
#at_a_glance_wrapper p.col-6.float-left {
    font-size: 11px;
    clear: left;
    padding: 0;
    margin: 0 0 5px;
    font-weight: bold;
    /* border-bottom: 1px dotted; */
}
#at_a_glance_wrapper em.col-4.float-right {
    font-size: 11px;
    float: right;
    clear: right;
    top: -30px;
    position: relative;
}
#admin_menu #at_a_glance_wrapper ul {
    text-align: right;
    vertical-align: middle;
    width: 100%;
    margin: -5px 0px 0px;
}
#printers li.col-12 {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
}
#printers li.col-12 li.col-3.d-inline-block, #printers li.col-12 li.col-6.d-inline-block {
    line-height: 20px;
}
#printers li.col-12 li.col-6.d-inline-block ol.actions {
    float: none;
    width: 100%;
}
#printers li.col-12 li.col-6.d-inline-block ol.actions li a i.fa {
    display: inline-block;
    margin: 1px 1px;
    border: 1px solid #666;
    width: 30px;
    text-align: center;
    padding: 4px;
    height: 30px;
    float: left;
    font-size: 20px;
    border-radius: 4px;
}
#admin_menu>div:first-child ul#printers {
    margin-top: 10px;
    padding: 5px;
    width: 100%!important;
    max-width: unset!important;
}
#admin_menu>div:first-child ul:first-child {
    margin-top: 5px;
    margin-bottom: 5px;
}
p.google-cloud-note {
    line-height: 16px;
}
#at_a_glance_wrapper .ui-accordion .d-block {
    margin: 0;
    padding: 0px 5px;
    border-bottom: 1px dotted #ccc;
}
ul#search_categories_list {
    padding: 5px;
    background: #fff;
    box-shadow: 4px 4px 4px #666;
    position: relative;
    top: 55px;
    border: 1px solid #ccc;
    z-index: 10;
    border-radius: 0px 0px 5px 5px;
}
ul#search_categories_list li {
    line-height: 33px;
    border-bottom: 1px dotted #ccc;
}
ul#search_categories_list .fa {
    display: none;
}
.modifier-list li.col-3.d-inline-block.btn.btn-primary.m-1 {
    font-size: 11px;
    min-width: 33%!important;
    margin: 1px!important;
    float: left;
}
ul.row.modifier-list {
    padding: 5px 0px;
}
#ModifiersReady p {
    margin-top: 10px;
    margin-bottom: 5px;
}
#ModifiersReady .modifier-list li.col-3.d-inline-block.btn.btn-primary.m-1.add-item {
    display: none!important;
}
@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: calc(41.66666667% - 10px);
    }
}
li.inline-block.mr-1.round {
    cursor: pointer;
    background-color: #ccc;
    width: 100px;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    border-radius: 50%;
    border: 3px double;
}
#option_click i {
    font-size: 3em;
    margin-top: .5em;
    clear: both;
    display: block;
}
li.inline-block.mr-1.round.selected em, li.inline-block.mr-1.round.selected .fa, li.inline-block.mr-1.round.selected .fas, li.inline-block.mr-1.round.selected .fab {
    color: seagreen;
}

li.inline-block.mr-1.round em {
    font-size: .8em;
    vertical-align: middle;
    line-height: 1.5em;
    font-weight: bold;
    color: #000;
    width: 100%;
    margin: 0;
}
li.inline-block.mr-1.round.selected em, li.inline-block.mr-1.round.selected .fa, li.inline-block.mr-1.round.selected .fas, li.inline-block.mr-1.round.selected .fab {
    color: seagreen;
}
li.inline-block.mr-1.round {
    opacity: .25;
    margin: 10px;
}
li.inline-block.mr-1.round.selected {
    opacity: 1;
    border-color: seagreen;
}
#ModifiersReady i.fas.fa-trash {
    padding: 4px;
    top: 20px;
    margin-left: 10px;
    border: 1px solid;
    border-radius: 2px;
    color: #666;
    position: absolute;
}
#ModifiersReady > .modifier_group > i.fas.fa-trash {
    top: 80px;
    z-index: 9999;
    right: 25px;
}
.modifier_group {
    border-style: dotted!important;
    margin-bottom: 20px;
}
#ModifiersReady li.col-8.form-group.form-floating {
    margin: 5px 0px 0px;
    min-height: unset;
}
#ModifiersReady .form-group.form-floating .form-control {
    max-height: 20px!important;
    padding: 5px 5px 0px!important;
    min-height: 55px;
    font-size: 14px!important;
    margin: 0!important;
}
#AddonsReady i.fas.fa-trash {
    padding: 4px;
    top: 20px;
    margin-left: 10px;
    border: 1px solid;
    border-radius: 2px;
    color: #666;
    position: absolute;
}
#AddonsReady > .addon_group > i.fas.fa-trash {
    top: 80px;
    z-index: 9999;
    right: 25px;
}
#OptionsReady i.fas.fa-trash.remove_option_group {
    top: 80px;
    z-index: 9999;
    right: 25px;
}
#OptionsReady i.fas.fa-pencil.edit_option_group {
    top: 80px;
    z-index: 9999;
    right: 50px;
}
#FeaturesReady > .feature_group > i.fas.fa-trash {
    top: 80px;
    z-index: 9999;
    right: 25px;
}
.color-box ul {
    width: 100px;
    display: inline-flex;
    margin-right: 3px;
}
.modifier_group {
    border-style: dotted!important;
    margin-bottom: 20px;
}
#AddonsReady li.col-8.form-group.form-floating {
    margin: 5px 0px 0px;
    min-height: unset;
}
#AddonsReady .form-group.form-floating .form-control {
    max-height: 20px!important;
    padding: 5px 5px 0px!important;
    min-height: 55px;
    font-size: 14px!important;
    margin: 0!important;
}
#OptionsReady i.fas.fa-trash, #OptionsReady i.fas.fa-pencil {
    padding: 4px;
    top: 20px;
    margin-left: 10px;
    border: 1px solid;
    border-radius: 2px;
    color: #666;
    position: absolute;
}
#OptionsReady > .modifier_group > i.fas.fa-trash {
    top: 80px;
    z-index: 9999;
    right: 25px;
}
.modifier_group {
    border-style: dotted!important;
    margin-bottom: 20px;
}
#OptionsReady li.col-8.form-group.form-floating {
    margin: 5px 0px 0px;
    min-height: unset;
}
#OptionsReady .form-group.form-floating .form-control {
    max-height: 20px!important;
    padding: 5px 5px 0px!important;
    min-height: 55px;
    font-size: 14px!important;
    margin: 0!important;
}
#FeaturesReady i.fas.fa-trash {
    padding: 4px;
    top: 20px;
    margin-left: 10px;
    border: 1px solid;
    border-radius: 2px;
    color: #666;
    position: absolute;
}
#FeaturesReady > .modifier_group > i.fas.fa-trash {
    top: 80px;
    z-index: 9999;
    right: 25px;
}
.modifier_group {
    border-style: dotted!important;
    margin-bottom: 20px;
}
#FeaturesReady li.col-8.form-group.form-floating {
    margin: 5px 0px 0px;
    min-height: unset;
}
#FeaturesReady .form-group.form-floating .form-control {
    max-height: 20px!important;
    padding: 5px 5px 0px!important;
    min-height: 55px;
    font-size: 14px!important;
    margin: 0!important;
}
.form-group.form-floating.merch.return_policy_block.editor_box.mt-2 {
    margin: 10px!important;
}
.form-control[type="color"] {
    width: 50px!important;
    padding: 2px!important;
    border: 1px solid #ccc;
}
.modal-dialog .card {
    min-width: 300px;
}
.modal-content {
    padding: 15px!important;
}
.modal-header {
    padding: 10px;
}
.modal-dialog {
    max-width: 600px;
}
.row.thead-dark {
    background-color: #666!important;
    padding: 20px 0px;
    width: calc(100% - 0px);
    margin-left: 0px;
    color: #fff;
    margin-bottom: 25px;
}
ul.search_results.d-block {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 4px 4px 4px #666;
    z-index: 9999;
    position: absolute;
    width: calc(100% - 2px);
}
ul.search_results.d-block li {
    padding: 5px 0px;
    border-bottom: 1px dotted #ccc;
}
ul.search_results.shadow-sm {
    position: absolute;
    z-index: 9;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
}
ul.search_results.shadow-sm li {
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
}
