/* @author  DM
 * @since 	v1.4.12
 * @see		color-palette	https://www.google.com/design/spec/style/color.html#color-color-palette
 *
 * CSS DESKTOP FIRST BUILT
 */

@CHARSET "UTF-8";

/* ==========================================================================
MULTI-PURPOSE
========================================================================== */

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.width-100 {
    width: 100%;
}

/* ==========================================================================
GENERAL
========================================================================== */

html {
	overflow: auto;
	height: 100%;
}

body {
	padding: 15px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #FAFAFA;
	/* background-color: rgba(255, 255, 255, 0.9); */
	color: #131516;
}

.container-fluid {
	min-width: 768px;
}

.resource-time-value {
	display: block;
}

.resource-count,
.resource-text-available,
.resource-time-value {
	font-size: 80%;
}

.loading-spinner {
	margin-top: 100px;
	font-size: 2em;
	color: #616161;
}

.no-padding {
	padding: 0px;
}

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

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

.fa-10x {
	font-size: 10em;
	margin-top: -5px;
}

.text-large {
	font-size: 2.69em;
	font-weight: lighter;
}



.background-danger {
    background: #c9302c;
    color: #fff;
}
.background-danger:is(.clickable, [onclick], a[href]):hover {
    background: #a72420;
}
.background-danger.subtle {
    background: #eaa7a5;
    color: #131516;
}
.background-danger.subtle:is(.clickable, [onclick], a[href]):hover {
    background: #ce8b89;
}

.background-warning {
    background: #ec971f;
    color: #131516;
}
.background-warning:is(.clickable, [onclick], a[href]):hover {
    background: #ca7f16;
}
.background-warning.subtle {
    background: #edc285;
    color: #131516;
}
.background-warning.subtle:is(.clickable, [onclick], a[href]):hover {
    background: #cea66e;
}

.background-caution {
    background: #ebda1e;
    color: #131516;
}
.background-caution:is(.clickable, [onclick], a[href]):hover {
    background: #cbbc1a;
}
.background-caution.subtle {
    background: #ebe285;
    color: #131516;
}
.background-caution.subtle:is(.clickable, [onclick], a[href]):hover {
    background: #d9d172;
}

.background-success {
    background: #449d44;
    color: #fff;
}
.background-success:is(.clickable, [onclick], a[href]):hover {
    background: #398a39;
}
.background-success.subtle {
    background: #c4e5b6;
    color: #131516;
}
.background-success.subtle:is(.clickable, [onclick], a[href]):hover {
    background: #a7cd97;
}


.panel.panel-custom > .panel-heading {
    color: #131516;
}

.panel-custom.panel-danger {
    border-color: #c9302c;
}
.panel.panel-custom.panel-danger > .panel-heading {
    background: #d9534f;
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    color: #fff;
}

.panel-custom.panel-warning {
    border-color: #ec971f;
}
.panel.panel-custom.panel-warning > .panel-heading {
    background: #f0ad4e;
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    color: #131516;
}

.panel-custom.panel-caution {
    border-color: #ebda1e;
}
.panel.panel-custom.panel-caution > .panel-heading {
    background: #efe24d;
    background-image: linear-gradient(to bottom, #efe24d 0, #ebda1e 100%);
    color: #131516;
}

.panel-custom.panel-success {
    border-color: #449d44;
}
.panel.panel-custom.panel-success > .panel-heading {
    background: #5cb85c;
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    color: #fff;
}


.panel-heading,
div#scan-info-ticket-info,
div#ticket_collapse {
	font-size: 18px;
}

div#scan-info-ticket-info p {
	margin-bottom: 3px;
}

#scan-info-ticket-info .open-payments-amount {
    color: #ea0500;
}

span#user_email {
	word-wrap: break-word;
	word-break: break-all;
}

#ticketHasRentalsMissing .alert.alert-danger {
	cursor: pointer;
	text-align: center;
	font-size: 1.2em;
}

.btn-inner-content.time-slot {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.6em;
}

.fix-height,
.ident-taken span,
.inventory-taken span {
	line-height: 2.9em;
}
/* ==========================================================================
LEFT TOP
========================================================================== */

.nav-top {
	height: auto;
	min-height: 80px;
}

/* ==========================================================================
LEFT NAV
========================================================================== */

.nav-left {
	min-height: 950px;
}

/*
@media (max-width: @screen-xs-max) { ... }
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }
@media (min-width: @screen-lg-min) { ... }
*/

/* ==========================================================================
RIGHT NAV
========================================================================== */
.shopping-cart,
.shopping-cart-total {
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #eee;
	margin-bottom: 25px;
	text-align: center;
	white-space: nowrap;
}

.shopping-cart {
	height: 590px;
	max-height: 590px;
}

.shopping-cart-total {
	height: 125px;
	max-height: 125px;
	vertical-align: middle;
	line-height: 125px;
	font-weight: 700;
	overflow: hidden;
	font-size: 160%;
}

.panel-content {
	height: 895px;
	max-height: 895px;
	background-color: #FAFAFA;
	padding: 0px;
	text-align: center;
	overflow-y: auto;
}

.swipe-edit .fa-barcode,
.swipe-edit .fa-pencil {
	padding-top: 3px;
    padding-bottom: 2px;
}

.swipe-main {
	right: 0px;
	width: 100%;
	min-width: 100%;
	height:100%;
	min-height:100%;
	opacity: 1;
}

.swipe-edit {
	right: 0px;
	width: 100%;
	min-width: 100%;
	height:100%;
	min-height:100%;
	display: none;
	line-height: 1em;
	font-size: 2.6em;
	text-align: center;
}

.btn-order-customer {
	text-align: center;
}

.btn-order-customer span {
	font-size: 0.8em;
	word-break: normal;
	word-wrap: normal;
}
/* ==========================================================================
CART
========================================================================== */
.cart-item-title {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-item-subtitle {
	min-height: 25px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-item {
    cursor: pointer;
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
	border-radius: 2px;
	min-height: 62.5px;
	font-size: 130%;
	text-align: left;
	margin: 10px;
	padding: 10px;

	touch-action: pan-y;
	-ms-touch-action: pan-y;
}

.cart-item .col-xs-9 {
	padding-left: 9px;
}

.cart-item-order {
	-webkit-box-shadow: inset 10px 0 0 0 #CDDC39;
	-moz-box-shadow: inset 10px 0 0 0 #CDDC39;
	box-shadow: inset 10px 0 0 #CDDC39;
}

.cart-item-ticket {
	-webkit-box-shadow: inset 10px 0 0 0 #880E4F;
	-moz-box-shadow: inset 10px 0 0 0 #880E4F;
	box-shadow: inset 10px 0 0 #880E4F;
}

.cart-item-voucher,
.cart-item-prepared-voucher {
	-webkit-box-shadow: inset 10px 0 0 0 #F57F17;
	-moz-box-shadow: inset 10px 0 0 0 #F57F17;
	box-shadow: inset 10px 0 0 0 #F57F17;
}

.cart-item-resource {
	-webkit-box-shadow: inset 10px 0 0 0 #0D47A1;
	-moz-box-shadow: inset 10px 0 0 0 #0D47A1;
	box-shadow: inset 10px 0 0 0 #0D47A1;
}

.cart-item-course {
	-webkit-box-shadow: inset 10px 0 0 0 #827717;
	-moz-box-shadow: inset 10px 0 0 0 #827717;
	box-shadow: inset 10px 0 0 0 #827717;
}

.cart-item-qty,
.cart-item-price {
	display: block;
}

.swipe-main .col-xs-1 {
	display: none;
}

.cart-item-price-old {
	display: none;
	text-decoration: line-through;
	color: red;
}

.shopping-cart .alert-info {
	margin: 5px 5px 5px 5px;
}

.btn-cart-item-qty-increase:active {
	color: green;
}

.btn-cart-item-remove:active,
.btn-cart-item-qty-decrease:active {
	color: red;
}

.btn-edit-coupon:active {
	color: darkblue;
}

/* ==========================================================================
NUMBLOCK
========================================================================== */

.numblock-body {
    position: sticky;
    top: 0;
    height: fit-content;
    
    min-width: 350px;
    padding: 0 15px;
}

@media (max-width: 1600px) {
    .numblock-body {
        zoom: 95%;
    }
}

@media (max-width: 1280px) {
    .numblock-body {
        zoom: 90%;
    }
}

.numblock-body .num-row {
    margin-bottom: 5px;
}

/* ==========================================================================
IN-SCREEN-MODAL
========================================================================== */

.in-screen-modal {
    max-height: 100vh;
}

.in-screen-modal .modal-dialog.modal-lg {
    max-height: calc(100vh - 60px);
}

.in-screen-modal .modal-body {
    overflow-y: auto;
    max-height: calc(100vh - 215px);
}

@media (max-width: 991px) {
    .in-screen-modal .modal-body {
        overflow-y: auto;
        max-height: calc(100vh - 310px);
    }
}

/* ==========================================================================
MODAL
========================================================================== */

#search-order-body *.row {
    margin: 0;
}

#mod-search-order .modal-lg {
    width: 90%;
    max-width: 1300px;
}

#search-order-customer {
    position: sticky;
    top: 0;
}

.row-modal {
	margin-right: 0px;
	margin-left: 0px;
}

.search-result-item {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
	border-radius: 2px;
	min-height: 62.5px;
	font-size: 130%;
	text-align: left;
	margin: 10px;
	padding: 10px;
	cursor: pointer;
}

.customer-search-result {
	overflow: auto;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #eee;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	white-space: nowrap;
	/*display: none;*/
	min-height: 295px;
	max-height: 590px;
}

.search-result-item-customer {
	-webkit-box-shadow: inset 10px 0 0 0 #212121;
	-moz-box-shadow: inset 10px 0 0 0 #212121;
	box-shadow: inset 10px 0 0 #212121;
}

.search-result-item-info {
	display: block;
	font-size: 80%;
}

.customer-stored-result {
	margin-top: 25px;
	overflow: auto;
	white-space: nowrap;
	min-height: 295px;
	max-height: 590px;
}

.customer-stored-result-item {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
	border-radius: 2px;
	font-size: 110%;
	min-height: 40px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

/*
 * set max-height to 100% viewport height - 24% of the viewports height
 * works responsive
 */
#mod-get-codes .modal-body,
#mod-get-nicknames .modal-body {
	max-height: calc(100vh - (100vh/100)*24);
	overflow-y: auto;
}

/* hide CS title and show comment title when normal comment is displayed, show CS title and hide comment title when cross-selling is displayed */
.orders-tickets-internal-comment-row.cross-selling-info-pos .cross-selling-info-title,
.orders-tickets-internal-comment-row:not(.cross-selling-info-pos) .internal-comment-title {
    display: initial;
}
.orders-tickets-internal-comment-row:not(.cross-selling-info-pos) .cross-selling-info-title,
.orders-tickets-internal-comment-row.cross-selling-info-pos .internal-comment-title {
    display: none;
}

/* ==========================================================================
FORMS
========================================================================== */
label.required:after {
	content: '*';
	padding-left: 3px;
}

.text-info-required {
	color: #999;
}

/* ========================================================================== *
 * TABLES																	  *
 * ========================================================================== */
#scan-info-ticket-body tbody,
#scan-info-coupon-body tbody,
#scan-info-coupon-body caption,
#scan-info-ticket-body caption {
	font-size: 18px;
}
#search-order-order-info,
#search-order-body tbody {
    font-size: 16px;
}

#scan-info-ticket-body td,
#scan-info-coupon-body td {
	vertical-align: middle;
}

/* ==========================================================================
BUTTONS
========================================================================== */
.btn:not(.dropdown-toggle):not(.btn-rental):not(.btn-numblock):not(.btn-nav-top):not(.btn-cart-item-remove):not(.btn-cart-item-qty-increase):not(.btn-cart-item-qty-decrease):not(.btn-modal):not(.btn-edit-coupon):not(.btn-coupon-remove):not(.btn-ticket-remove):not(.addButton):not(.removeButton) {
	overflow: hidden;
	position: relative;
	height: 125px;
	max-height: 125px;
	margin-bottom: 30px;
	font-size: 165%;
	white-space: normal;
	word-break: break-word;
}

.btn-numblock {
	font-weight: bold;
	height: 103px;
	width: 103px;
}

.btn-rental {
	max-height: 100%;
	height: 42px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-full-width {
	width: 100%;
}

.btn-half-width {
	width: 45%;
}
.btn-float-left {
	float: left;
}
.btn-follow-left {
	float: left;
	margin-left: 20px;
}
.btn-nav-top {
	margin-top: 10px;
}

.btn-md {
    padding: 3px 9px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
}


.btn-active {
	-webkit-box-shadow:inset 0px 0px 5px 1px #28a4c9;
	-moz-box-shadow:inset 0px 0px 5px 1px #28a4c9;
	box-shadow:inset 0px 0px 5px 1px #28a4c9;
}

.btn-cart-item-remove,
.btn-coupon-remove,
.btn-ticket-remove {
	margin-left: -15px;
}

.btn-cart-item-qty-decrease {
	margin-right: 5px;
}

.btn-cart-item-qty-decrease,
.btn-cart-item-qty-increase {
	height: 34px;
}

.btn-ticket {
	/* use same indication color of left menu */
	background-image: -webkit-linear-gradient(top,#880E4F 0, #AD1457 100%);
	background-image: -o-linear-gradient(top,#880E4F 0,#AD1457 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#880E4F),to(#AD1457));
	background-image: linear-gradient(to bottom,#880E4F 0,#AD1457 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#880E4F', endColorstr='#AD1457', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #880E4F;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
}

.btn-ticket:focus,
.btn-ticket:hover {
	background-color: #880E4F;
	background-position: 0 -125px;
	color: #fff;
}

.btn-course {
	/* use same indication color of left menu */
	background-image: -webkit-linear-gradient(top, #827717 0, #9C8E1C 100%);
	background-image: -o-linear-gradient(top, #827717 0,#9C8E1C 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#827717),to(#9C8E1C));
	background-image: linear-gradient(to bottom,#827717 0,#9C8E1C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#827717', endColorstr='#9C8E1C', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #827717;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
}

.btn-course:focus,
.btn-course:hover {
	background-color: #827717;
	background-position: 0 -125px;
	color: #fff;
}

.btn-voucher {
	/* use same indication color of left menu */
	background-image: -webkit-linear-gradient(top,#F57F17 0, #F9A825 100%);
	background-image: -o-linear-gradient(top,#F57F17 0,#F9A825 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#F57F17),to(#F9A825));
	background-image: linear-gradient(to bottom,#F57F17 0,#F9A825 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F57F17', endColorstr='#F9A825', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #F57F17;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
}

.btn-voucher:focus, .btn-voucher:hover {
	background-color: #F57F17;
	background-position: 0 -125px;
	color: #fff;
}

.btn-resource {
	/* use same indication color of left menu */
	background-image: -webkit-linear-gradient(top,#0D47A1 0, #1565C0 100%);
	background-image: -o-linear-gradient(top,#F57F17 0,#1565C0 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#0D47A1),to(#1565C0));
	background-image: linear-gradient(to bottom,#0D47A1 0,#1565C0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0D47A1', endColorstr='#1565C0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #0D47A1;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	color: #fff;
}

.btn-resource:focus, .btn-resource:hover {
	background-color: #0D47A1;
	background-position: 0 -125px;
	color: #fff;
}

.btn-inner-content > span {
	display: block;
	font-size: 80%;
}

.btn-nav-left:before,
.btn-category:before,
.btn-course-category:before,
.btn-ticket-category:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent transparent transparent transparent;
}

.btn-category:after,
.btn-course-category:after,
.btn-ticket-category:after {
	content: "";
	/* position: absolute;
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0px 40px 40px 0px;
	border-color: transparent #BDBDBD transparent transparent;*/
}

.triangle-red:before {
	border-color: transparent #B71C1C transparent transparent;
}

.triangle-pink:before {
	border-color: transparent #880E4F transparent transparent;
}

.triangle-purple:before {
	border-color: transparent #4A148C transparent transparent;
}

.triangle-deep-purple:before {
	border-color: transparent #311B92 transparent transparent;
}

.triangle-navy:before {
    border-color: transparent #000080 transparent transparent;
}

.triangle-indigo:before {
	border-color: transparent #1A237E transparent transparent;
}

.triangle-blue:before {
	border-color: transparent #0D47A1 transparent transparent;
}

.triangle-blue-grey:before {
	border-color: transparent #263238 transparent transparent;
}

.triangle-light-blue:before {
	border-color: transparent #01579B transparent transparent;
}

.triangle-cyan:before {
	border-color: transparent #00ffff transparent transparent;
}

.triangle-olive:before {
	border-color: transparent #808000 transparent transparent;
}

.triangle-teal:before {
	border-color: transparent #004d40 transparent transparent;
}

.triangle-green:before {
	border-color: transparent #1B5E20 transparent transparent;
}

.triangle-light-green:before {
	border-color: transparent #33691E transparent transparent;
}

.triangle-lime:before {
	border-color: transparent #00ff00 transparent transparent;
}

.triangle-yellow:before {
	border-color: transparent #F57F17 transparent transparent;
}

.triangle-amber:before {
	border-color: transparent #FF6F00 transparent transparent;
}

.triangle-orange:before {
	border-color: transparent #E65100 transparent transparent;
}

.triangle-deep-orange:before {
	border-color: transparent #BF360C transparent transparent;
}

.triangle-brown:before {
	border-color: transparent #3E2723 transparent transparent;
}

.triangle-grey:before {
	border-color: transparent #2e2e2e transparent transparent;
}

.triangle-light-grey:before {
	border-color: transparent #BDBDBD transparent transparent;
}

.btn-checkins,
.btn-recent-order {
	font-size: initial;
	cursor: pointer;
}

.btn-checkins {
	min-height: 128px;
}

.modal-body .loading-spinner {
    margin-bottom: 30px;
    margin-top: 30px;
}

.btn.c1-assign {
	display: none;
}

/* ========================================================================== *
 * SLIDER																	  *
 * ========================================================================== */
.slider.slider-horizontal {
	width: 100%;
	margin-top: 42px;
}

#scan-media-body:first-child {
	margin-top: 20px;
}

#scan-media-body .close {
	line-height: inherit;
}

label[for=scanned-coupon-code],
label[for=scanned-code-missing-codes],
label[for=scanned-coupon-code-scan-info] {
	line-height: 2.5em;
}

label[for=scanned-code-missing-codes],
label[for=scanned-coupon-code-scan-info] {
	text-align: right;
}

.form-control[disabled],
fieldset[disabled]
.form-control {
    background-color: #fff;
}

button.btn.choose-checkout {
    width: -webkit-fill-available;
}

#map {
	height: 900px;
}

#direct-search {
	width: 25px;
	height: 25px;
	vertical-align: middle;
    margin-top: 0px;
    margin-left: 5px;
}

.form-group .input-group {
    margin-right: 5px;
}

label[for=direct-search] {
    margin-left: 5px;
}

#frm-customer-search .form-group {
    margin: 5px;
}

.btn-group.btn-group-toggle.bootstrap-switch.coupon-tax-rates-radio-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group label.btn.btn-secondary {
    height: auto !important;
    margin: 0 !important;
    font-size: 14px !important;
}

.btn-group label.btn.btn-secondary.active {
    background-color: rgb(51, 122, 183);
    color: white;
}

.btn-group label.btn.btn-secondary:not(:first-child) {
    border-left: 1px solid #ccc;
}

span.crossselling-ticket-count {
    margin-right:15px;
}

table.pos-cs-tickets-table, .pos-cs-tickets-table tr td {
    padding: 10px;
}