/* Fonts
-------------------------- */

@font-face{
	font-family:"DIN W01 Thin";
	src:url("../fonts/25765e85-b059-4665-ad48-403cf7e5e8c0.ttf");
}
@font-face{
	font-family:"DIN W01 Thin Italic";
	src:url("../fonts/eaedb8c7-e2db-402a-bab1-0c162fb5f750.ttf");
}
@font-face{
	font-family:"DIN W01 Extlight";
	src:url("../fonts/d303c0a2-15bb-441a-b32b-de7fcf9d6939.ttf");
}
@font-face{
	font-family:"DIN W01 Extlight Italic";
	src:url("../fonts/7fa1aa10-3d95-4056-a154-2d144cc0ee57.ttf");
}
@font-face{
	font-family:"DIN W01 Light";
	src:url("../fonts/0a2435f1-0a73-40d5-a303-fc076009ab66.ttf");
}
@font-face{
	font-family:"DIN W01 Light Italic";
	src:url("../fonts/aa0de6b1-5147-44f5-bc5f-666419393cb5.ttf");
}
@font-face{
	font-family:"DIN W01 Regular";
	src:url("../fonts/429a3e29-88da-4603-94ff-c1450c089c88.ttf");
}
@font-face{
	font-family:"DIN W01 Italic";
	src:url("../fonts/e93afcb1-b4f4-4177-94ab-97c66a9bb9ee.ttf");
}
@font-face{
	font-family:"DIN W01 Medium";
	src:url("../fonts/964c9b01-5d07-4ef1-8b71-3b173b54fbcc.ttf");
}
@font-face{
	font-family:"DIN W01 Medium Italic";
	src:url("../fonts/091b2fc7-228b-4f55-9b43-78bfe1c8fde4.ttf");
}
@font-face{
	font-family:"DIN W01 Bold";
	src:url("../fonts/8fa83ec7-0734-49e5-b5ad-b13a41463328.ttf");
}
@font-face{
	font-family:"DIN W01 Bold Italic";
	src:url("../fonts/f0b0175d-906e-433e-ab60-e60c0d0779f4.ttf");
}
@font-face{
	font-family:"DIN W01 Black";
	src:url("../fonts/164b143e-b89d-4f66-86a0-705070a4cb17.ttf");
}
@font-face{
	font-family:"DIN W01 Black Italic";
	src:url("../fonts/62267c41-f9cf-4754-b558-d204f5411673.ttf");
}

/* Structure
-------------------------- */
.hide {
	display: none;
}
.show {
	display: block;
}
.break,
.clear {
	clear:both;
}
@media (min-width : 767px) {
	.pull-left {
		float: left;
	}
	.pull-right {
		float: right;
	}
	.align-left {
		text-align: left;
	}
	.align-right {
		text-align: right;
	}
	.pull-center,
	.align-center {
		text-align: center;
	}
}

/* Breakpoints */
@media (max-width : 767px) {
	.mobile {
		display: block;
	}
	.mobile.inline {
		display: inline !important;
	}
	.mobile.inline-block {
		display: inline-block !important;
	}
	.mobile.table-cell {
		display: table-cell !important;
	}
	.tablet,
	.desktop {
		display: none !important;
	}
	.mobile.tablet {
		display: block !important;
	}
	.mobile.tablet.inline {
		display: inline !important;
	}
	.mobile.tablet.inline-block {
		display: inline-block !important;
	}
	.mobile.tablet.table-cell {
		display: table-cell !important;
	}
}

@media (min-width : 768px) {
	.mobile,
	.mobile.inline,
	.mobile.inline-block,
	.desktop {
		display: none !important;
	}
	.tablet {
		display: block !important;
	}
	.tablet.inline {
		display: inline !important;
	}
	.tablet.inline-block {
		display: inline-block !important;
	}
	.tablet.table-cell {
		display: table-cell !important;
	}
	.mobile.tablet {
		display: block !important;
	}
	.mobile.tablet.inline {
		display: inline !important;
	}
	.mobile.tablet.inline-block {
		display: inline-block !important;
	}
	.mobile.tablet.table-cell {
		display: table-cell !important;
	}
}

@media (min-width : 1024px) {
	.mobile,
	.mobile.inline,
	.mobile.inline-block,
	.tablet,
	.tablet.inline,
	.tablet.inline-block,
	.mobile.tablet,
	.mobile.tablet.inline,
	.mobile.tablet.inline-block {
		display: none !important;
	}
	.desktop {
		display: block !important;
	}
	.desktop.inline {
		display: inline !important;
	}
	.desktop.inline-block {
		display: inline-block !important;
	}
	.desktop.table-cell {
		display: table-cell !important
	}
	.desktop.tablet {
		display: block !important;
	}
	.desktop.tablet.inline {
		display: inline !important;
	}
	.desktop.tablet.inline-block {
		display: inline-block !important;
	}
	.desktop.tablet.table-cell {
		display: table-cell !important
	}
}


/* Structure
-------------------------- */
html {
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-tap-highlight-color:transparent;
	outline: none;
}
body {
	padding: 0;
	margin: 0;
	color: #242b49;
	line-height: 22px;
	font-family: "DIN W01 Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	background-color: #fff;
}
.container {
	max-width: 1024px;
	margin: 0 auto;
	padding:  0 20px;
}

#wrapper {
	padding: 0 0 100px 0;
}
@media (min-width : 768px) {
	#wrapper {
		padding: 0;
	}
}

/* Text Elements
-------------------------- */
p {
	font-size: 14px;
	margin: 0 0 25px 0;
}

	.pull-up {
		margin: 0 0 10px 0 !important;
	}

strong,
b {
	font-family: "DIN W01 Medium", sans-serif;
	font-style: normal;
	font-weight: 500;
}
ul {
	font-size: 14px;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px 0 25px 20px;
}
ol {
	font-size: 14px;
	list-style-position: outside;
	margin: 0px 0 25px 20px;
}
a,
a:link,
a:visited {
	color: #242b49;
	text-decoration: underline;
	outline: none;
}

h1 {
	font-size: 14px;
	font-family: "DIN W01 Medium", sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-family: "DIN W01 Medium", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #ec1d24;
	margin: 0 0 15px 0;
}
h3 {
	font-family:"DIN W01 Bold";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	margin: 0;
}
h5 {
	font-size: 11px;
	font-family: "DIN W01 Medium", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #ec1d24;
	margin: 0;
}
@media (min-width : 768px) {
	h1 {
		font-size: 24px;
	}
	h5 {
		font-size: 14px;
	}
}
.red {
	color: #ec1d24;
}

/* Form Elements
-------------------------- */
button,
a.btn,
input[type="submit"] {
	font-family: "DIN W01 Medium", sans-serif;
	font-style: normal;
	font-weight: 400;
	height: 45px;
	line-height: 45px;
	background-color: #37a00d;
	border: none;
	padding: 0 15px;
	display: inline-block;
	font-size: 14px; /*12px;*/
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	outline: none;
	transition: background-color 0.2s ease-in;
	text-align: center;
	text-decoration: none;
	border-radius: 0.25rem;
}
	.btn-red,
	button.btn-red,
	input[type="submit"].btn-red {
		background-color: #ec1d24;
		font-size: 14px;
		font-family: "DIN W01 Medium", sans-serif;
	}
@media (hover: hover) {
	button:hover:enabled,
	a.btn:hover,
	input[type="submit"]:hover:enabled {
		background-color: #2c7a0c;
	}
	button.btn-red:hover:enabled,
	a.btn-red:hover,
	input.btn-red[type="submit"]:hover:enabled {
		background-color: #ce1a20;
	}
}

/* Checkbox */
.checkbox-wrap {
	position: relative;
	height: 28px;
	width: 28px;
}
.checkbox-wrap input {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	margin: 0;
	outline: 0;
	height: 28px;
	width: 28px;
}
.checkbox-wrap input:not(:disabled) {
	cursor: pointer;
}
.checkbox-wrap span {
	float: left;
	height: 28px;
	width: 28px;
	margin: 0;
	border: 1px solid #ccc;
	transition: all 0.1s ease-in;
}
.disabled .checkbox-wrap span {
	border: 1px solid #eee;
	background-color: #f9f9f9;
}
@media (hover: hover) {
	.checkbox-wrap input:hover:not(:disabled) ~ span {
		background-color: #f4f4f4;
	}
}
.checkbox-wrap input:checked ~ span:after {
	display: block;
	content: "";
	background: transparent url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%2337a00d'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 14px;
	height: 26px;
	width: 26px;
	color: #333;
	font-size: 12px;
	text-align: center;
	float: left;
}
.rejected .checkbox-wrap input:checked ~ span:after {
	background: transparent url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23ec1d24'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
	background-size: 12px;
}


/* Fancybox
-------------------------- */
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	right: 0;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 22px;
}
.confirmation {
	text-align: center;
}
@media (hover: hover) {
	.fancybox-slide--iframe .fancybox-close-small:hover,
	.fancybox-slide--image .fancybox-close-small:hover,
	.fancybox-close-small:hover {
		background-color: transparent !important;
	}
	.fancybox-slide--iframe .fancybox-close-small:hover::after,
	.fancybox-slide--image .fancybox-close-small:hover::after,
	.fancybox-close-small:hover::after {
	    color: #888 !important;
	    background: transparent !important;
	}
}
@media (min-width : 768px) {
	.fancybox-slide>* {
		padding: 65px;
	}
}

/* Preloader
-------------------------- */
#pagepreloader {
	position: fixed;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.9);
}
#pagepreloader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#pagepreloader .loader-dot {
	display: inline-block;
	margin: 0 8px;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ec1d24;
}
#pagepreloader .loader-dot::before {
	animation-name: loading;
	animation-duration: 0.7s;
	animation-direction: alternate-reverse;
	animation-iteration-count: infinite;
	content: "";
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#pagepreloader .loader-dot.middle::before {
animation-delay: 0.3s;
}
#pagepreloader .loader-dot.last::before {
animation-delay: 0.6s;
}

@keyframes loading {
    from {
	    background-color: #dc1f33;
		width: 12px;
		height: 12px;
	}
    to {
	    background-color: #17409d;
		width: 18px;
		height: 18px;
	}
}

/* Header
-------------------------- */
#header #top-row {
	padding: 18px 0 12px 0;
	text-align: center;
}
#header #logo svg {
	width: 138px;
}

@media (min-width : 768px) {
	#header #top-row {
		text-align: left;
		padding: 30px 0 10px;
	}
	#header #top-row .pull-left {
		white-space: nowrap;
	}
	#header #logo {
		float: left;
		margin: 0 25px 0 0;
	}
	#header #logo svg {
		width: 198px;
	}
	
	
	
}	

/* Info Bar
-------------------------- */
#info-bar {
	background-color: #f6f6f6;
	border-top: 1px solid #e4e4e3;
	border-bottom: 1px solid #e4e4e3;
	padding: 16px 0;
}
#info-bar #overview {
	margin: 0 0 25px 0;
}
#info-bar #overview strong {
	font-size: 16px;
}
#info-bar strong#timer {
	font-size: 18px;
	display: block;
}
@media (min-width : 768px) {
	#info-bar {
		padding: 26px 0;
	}
	#info-bar #overview {
		font-size: 18px;
		line-height: 28px;
		margin: 0;
	}
	#info-bar #overview strong {
		font-size: 19px;
	}
	#info-bar #expiry {
		font-size: 18px;
		line-height: 28px;
		font-family: "DIN W01 Medium", sans-serif;
		font-style: normal;
		font-weight: 500;
		text-align: right;
	}
	#info-bar strong#timer {
		font-size: 24px;
	}
}



/* List Header
-------------------------- */
#list-head {
	padding: 20px 0 0;
	margin: 0;
	border-bottom: 1px solid #e4e4e3;
}
#list-head .pull-right {
	text-align: center;
}
@media (min-width : 768px) {
	#list-head .pull-right {
		text-align: right;
		/*padding: 15px 0 0 0;*/
		padding: 0 0 0 0;
	}
}

#store_name .pull-right{
	padding: 0 10px;
}
/* List Items
-------------------------- */
#list .item {
	margin: 0 -20px;
	padding: 25px 20px 10px; /*padding: 25px 20px;*/
	border-top: 1px solid #e4e4e3;
	position: relative;
}
#list .item.disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.4);
	z-index: 200;
}
#list .item:first-child {
	border-top: none;
}
#list .item-content > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#list .item-content > ul > li {
	margin: 3px 0;
}
#list .item-content > ul > li:first-child {
	margin: 0 40px 3px 0;
}
#list .item-content * {
	vertical-align: top;
}
#list .item-content .label {
	width: 25%;
	display: inline-block;
	font-family: "DIN W01 Medium", sans-serif;
	font-style: normal;
	font-weight: 500;
}
#list .item-content .header-label {
	width: 26.5%;
	display: inline-block;
	font-style: normal;
	font-weight: 500;
}
#list .item-content .value {
	width: 73%;
	display: inline-block;
}
.item-approval {
	position: absolute;
	top: 22px;
	right: 22px;
}
@media (min-width : 768px) {
	
	.item-image {
		vertical-align: top;
		width: 25%;
		min-width: 160px;
		margin-right:19px!important
	}
		.item-image img {
			display: block;
			border: 1px solid #e5e5e4;
			max-height: 150px; /*max-height: 1650px;*/
			max-width: 200px;
			display: inline-block;
			border: none;
			margin: 0 auto;
		}
	.item-content {
		width: 63%;
		display: inline-block;
		vertical-align: top;
	}
	.item-approval {
		position: relative;
		width: 10%;
		display: inline-block;
		vertical-align: top;
		top: auto;
		right: auto;
	}
	.item-approval .checkbox-wrap {
		float: right;
	}
}

/* List Footer
-------------------------- */
#list_footer {
	z-index: 600;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 86px;
	padding: 18px 0 23px 0;
	border-top: 1px solid #e4e4e3;
	text-align: center;
	background-color: #fff;
}
#list_footer button,
#list_footer input[type="submit"] {
	width: 134px;
	margin: 0 7px;
}
@media (min-width : 768px) {
	#list_footer {
		position: static;
		bottom: auto;
		left: auto;
		right: auto;
		height: auto;
	}
}


/* The customize css for select box class: */
.custom-select {
    position: relative;
    font-family: Arial;
    margin-bottom: 1em;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    padding: 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    /*resize: none;*/
}

input[type=text], select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.charnum {
    padding-bottom: 8px;
    text-align: center;
}

input[type="button"]:disabled {
    background: #dddddd;
}

button.can-disabled, input[type="submit"]:disabled.can-disabled {
    background-color: #dddddd;
}

.btn-view-packing {
	width: 150px !important;
}

.customer_note {
	border: 3px dashed red;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* ENTER POS ID BUTTON*/

button#enter_pos_order {
    display: block;
    width: auto;
    background-color: #37a00d;
    color: #fff;
}

#alert-enter_pos input#pop-txt-posorderid.invalid {
    border-color: red;
}

#alert-enter_pos h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #222;
  margin: 0 0 10px 0;
}
#alert-enter_pos p {
font-size: 14px;
font-weight: 400;
margin: 0 0 20px 0;
text-align: center;
}

#alert-enter_pos .input-wrapper {
  width: 400px;
}
#alert-enter_pos .input-wrapper input {
  height: 45px;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ced0cf;
  outline: none;
}
#alert-enter_pos a.btn.btn-grey {
  border: 1px solid #862481;
  background-color: #fff;
  color: #862481;
  margin: 0 5px;
  width: 130px;
  font-size: 14px;
}
#alert-enter_pos a#pop-submit-enterpos {
  margin: 0 10px;
  width: 130px;
  font-size: 14px;
}
#alert-enter_pos a#pop-submit-enterpos:hover {
  color: #fff;
}
.pull-right-storename {
	text-align: right;
}

.customer_note_p {
	margin: 0 0 10px 0 !important;
}