@font-face{
	font-family: 'IFWebFont';
	src: url('../fonts/futura_icg-webfont.eot');
	src: url('../fonts/futura_icg-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/futura_icg-webfont.woff') format('woff'),
		url('../fonts/futura_icg-webfont.ttf') format('truetype'),
		url('../fonts/futura_icg-webfont.svg#webfont') format('svg');
	}

html{
	width: 100%;
	height: 100%;
	}
body{
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	font-family: 'IFWebFont', sans-serif;
	background: url(../img/bkg_main.png);
	background-repeat: repeat;
}
.clearFloats {
	clear: both;
}

/*----------------------------------*/
/* Alter Bootstrap css */
/*---------------------------------*/

.form-control-half {
	display: inline-block;
	width: 49%;
}

.form-control-tall {
	height: 68px;
}

.form-horizontal .control-label {
	padding-right: 0;
}

@media (min-width: 1200px) {
	.container {
		width: auto;
		max-width: 1500px;
	}
}
.form-horizontal .form-group {
	overflow-x: auto;
}

/*--------Remove orange borders--------*/
.btn:focus, .btn:active:focus {
	outline: 0px none;
}

/*.form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}*/
/*--------match text input margins--------*/
select.form-control { padding-left:8px; }
/*--------Increase placeholder for font--------*/
.form-control::-webkit-input-placeholder { line-height:120%; }
.form-control::-moz-placeholder { line-height:120%; } /* firefox 19+ */
.form-control:-ms-input-placeholder { line-height:120%; } /* ie */
.form-control::-ms-input-placeholder { line-height:120%; } /* edge */
.form-control::placeholder { line-height:120%; } /* Most modern browsers support this now. */

/*--------Left align form labels--------*/
.form-horizontal .control-label {
	text-align: left;
}

/*--------Panel style edits--------*/
.panel-header {
	padding-left: 15px;
}

/*--------Table style edits--------*/
.table-responsive img {
	max-width: 100%;
	max-height: 100px;
}
.panel-mockup {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 4px;
}
.table-astcell::after {
	position: absolute;
	content: '*';
}

.table-100-rows {
	height: 100px;
}
.table-100-rows img {
	max-width: 100px;
	max-height: 100px;
}
.table-100-rows td {
	padding: 0 !important;
	vertical-align: middle !important;
}

.panel-small {
	margin: auto;
    max-width: 600px;
}
.panel-third {
	float: left;
	width: 30%;
	min-height: 130px;
	margin: 0 1.66% 15px 1.66%;
	padding: 0 15px;
}
.panel-third img {
	float: right;
    max-height: 50px;
    margin: 5px -2%;
	opacity: 0.5;
}

#tblPrice tbody tr td input {
	width: 100%;
}
#tblPrice tbody tr td:last-child, #tblPrice thead tr th:last-child  {
	text-align: center;
	cursor: pointer;
}

/*--------------------------------*/
/*  Size dependant css            */
/*--------------------------------*/
@media only screen and (min-width: 992px) {
	.panel.panel-default.full2_50 {
		display: inline-block;
		width: 48%;
		/*width: calc(50% - 2.5px);*/
		margin: 10px calc(1% - 2.5px);
		float: left;
		vertical-align: top;
	}
	.panel.panel-default.full2_40 {
		display: inline-block;
		width: 38%;
		width: calc(40% - 2.5px);
		vertical-align: top;
	}
	.panel.panel-default.full2_60 {
		display: inline-block;
		width: 58%;
		width: calc(60% - 2.5px);
		vertical-align: top;
	}
}

/*--------------------------------*/
/*  Start sidebar css             */
/*--------------------------------*/
.nav .open > a,
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

.alert {
	text-align: center;
}

/*-----------Wrappers------------*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 220px;
}
#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #535961;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*------Sidebar nav styles-------*/
.sidebar-user {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.sidebar-user img {
    margin: 5px 0 5px 0;
	width: 70%;
}
.sidebar-nav {
    position: relative;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #535961;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    color: #fff;
    background-color: #535961;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #c4e17f;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #f7fdca;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #fecf71;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #f0776c;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #db9dbe;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #c49cde;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #669ae1;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #62c2e4;   
}
.sidebar-nav li:nth-child(10):before {
    background-color: #caf1ff;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;
}
.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    -webkit-transition: color .2s ease-in;
      -moz-transition:  color .2s ease-in;
       -ms-transition:  color .2s ease-in;
            transition: color .2s ease-in;

}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #4a4a4a;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav li.open a{
    color: #4a4a4a;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    /*line-height: 44px;*/
}
.sidebar-nav .dropdown-header {
    color: #535961;
}
.sidebar-nav li.dropdown-header:hover:before{
	width: 3px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #009fe3;
    box-shadow: none;
}

/*--------Hamburger-Cross--------*/
.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*------------Refresh------------*/
.ic-refresh {
	position: fixed;
	top: 60px;
	z-index: 999;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	background: transparent;
	border: none;
	background: url('../img/ic_refresh.png');
	background-size: contain;
	transition: all 1s;
}
.ic-refresh:hover {
	top: 55px;
	height: 42px;
	margin-left:10px;
	width: 42px;
	transform: rotateZ(360deg);
}
.ic-refresh:focus {
	outline: none;
}

/*------------Cart------------*/
.ic-cart {
	position: fixed;
	top: 100px;
	z-index: 999;
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 13px;
	background: transparent;
	border: none;
	background: url('../img/ic_cart.png');
	background-size: contain;
	transition: transform .5s;
}
.ic-cart:hover {
	transform: scale(1.2);
}
.ic-cart:focus {
	outline: none;
}

@keyframes ic-cart-ani {
	40%,50%{
		transform: scale(1.2);
	}
	90%,100%{
		transform: scale(1);
	}
}
@-webkit-keyframes ic-cart-ani {
	40%,50%{
		-webkit-transform: scale(1.2);
	}
	90%,100%{
		-webkit-transform: scale(1);
	}
}

#cartList {
	width: 100%;
	margin-bottom: 20px;
}
#cartList tr th:nth-child(1) {
	width: 10%;
}
#cartList tr th:nth-child(2) {
	width: 40%;
}
#cartList tr th:nth-child(3) {
	width: 20%;
}
#cartList tr th:nth-child(4) {
	width: 20%;
}
#cartList tr {
	line-height: 50px;
	border-bottom: 1px dotted #ccc;
}
#cartList tr input, #cartList tr td:nth-child(2) {
	line-height: normal;
}
#cartList tr td:nth-child(1) {
	text-align: center;
}

.basketIcons {
	max-width: 50px;
	max-height: 50px;
}

/*------------Overlay------------*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 99;
}

/*-------------------------------*/
/*        End sidebar css        */
/*-------------------------------*/


.home-logo {
	float: right;
	width: 200px;
	margin-top: 40px;
}
.search-container {
	width: 90%;
	max-height: 40px;
	overflow: hidden;
	margin-left: 5%;
}
.search-box {
	width: 100%;
	margin: 5px 0px;
}
.search-container input[type="text"] {
	padding: 4px 6px;
	border: 1px solid #CCC;
	border-radius: 3px;
	line-height: 20px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.search-container input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0px none;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
}
.search-button {
	position: relative;
	float: right;
	right: 5%;
	top: -27px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border: 0px none;
	background-color: transparent;
	background-image: url("../img/ic_search.png");
}

.loginbkg {
	background-color: #ddd;
}
.form-signErr {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f00;
}
.form-signin {
	max-width: 420px;
	padding: 30px 38px 10px;
	margin: 50px auto;
	color: #fff;
	background-color: #535961;
	border: none;  
}
.form-signin img {
	width: 100%;
}
.form-signin-heading {
	text-align:center;
	margin-bottom: 30px;
}
.form-signin input[type="text"] {
	margin-bottom: 0px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin button {
	background-color: #009fe3;
	border-color: #0061d7;
}
.form-signin button:Hover {
	background-color: #0061d7;
	border-color: #009fe3;
}
.form-signin button:Focus {
	outline: 0px none;
	outline-color: rgba(255,0,0,1);
}
.colorgraph {
	height: 7px;
	border-top: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.colorgraph.altstore {
	position: absolute;
	top: 35px;
	height: 2px;
	width: 100%;
	margin: 0;
	border-radius: 0px;
	transition: all 0.5s;
}
.shop-item:hover .colorgraph.altstore {
	top: 27px;
	height: 10px;
}
.colorgraph.altpopup {
	position: absolute;
	width: 100%;
	margin: 0;
	border-radius: 0px;
}

.form-reqTag {
	position: absolute;
	right: 20px;
	top: 5%;
	color: red;
	z-index: 100;
}
.form-noteText {
	float: right;
	font-size: small;
}

.btn-filtShow {
	margin-left: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-rightCont {
	position: absolute;
    display: inline-block;
    right: 25px;
}
.btn-filtAdd {
	min-width: 100px;
    position: absolute;
    right: 25px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-extraShow {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
.div-filtTotal {
	width: 100%;
	text-align: right;
	padding: 0px 15px;
}
.div-filtTotal-2top {
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 10px 15px;
}

.table-head {
	background-color: #009fe3;
	color: #fff;
	cursor: pointer;
}
.table-body {
	border-bottom: dashed gray 1px;
}

.tab-button {
	width: 45px;
	text-align: center;
}
.tab-button-2 {
	width: 90px;
	text-align: center;
}
.tab-button-3 {
	width: 130px;
	text-align: center;
}
.tab-button-4 {
	width: 150px;
	text-align: center;
}
.tab-button button, .tab-button-2 button, .tab-button-3 button, .tab-button-4 button {
	margin-left: 2px;
}
.table-striped>tbody>tr:nth-child(even) {
	background: #fff;
}

.table-striped>tbody>tr>td {
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.table-striped>tbody>tr>td:nth-child(2) {
	max-width: 250px;
}

.table-striped .defgroup {
	background: #999 !important;
	color: #fff;
}
.table-striped .defgroup:hover {
	color: #000;
}

.table-striped {
	cursor: pointer;
}

.tab-large-cont {
	position: relative;
	max-height: 1000px;
	overflow: auto;
}

.page-head-info {
	text-align: right;
}
.page-head-info hr {
	margin: 0;
	border-top-color: #666;
}

.pos-nup-ui {
	text-align: center;
}
.pos-nup-ui button {
	width: calc(25% - 3px);
}
.pos-nup-ui button:first-child {
	width: calc(75% - 2px);
}

.upload-list li {
	display: block;
	width: 150px;
	float: left;
	margin: 5px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #f9f9f9;
}

/* Store Layout */
.store-layout-wrap {
	position: relative;
	padding: 0;
	text-align: center;
	min-height: 127px;
}
#store-layout-cont {
	position: relative;
}
#store-layout-cont img {
	width: 100%;
}
#store-layout-rem {
	position: absolute;
	right: 10px;
	top: -36px;
}

/* shop layout*/
.shop-head {
	/*position: relative;*/
	padding: 20px;
	background-color: #ccc;
	box-shadow: 0px 0px 10px #000 inset;
	border: 1px solid #ccc;
}
.shop-head img {
	/*position: absolute;
	top: 10px;
	left: 10px;*/
	float: left;
	width: auto;
	height: auto;
	max-width: 154px;
	max-height: 154px;
}
.shop-wrap {
	width: 100%;
	text-align: center;
}
.shop-item {
	position: relative;
	width: 180px;
	height: 300px;
	float: left;
	padding-bottom: 70px;
	margin: 7px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	transition: transform .5s, box-shadow .5s;
	box-shadow: 3px 3px 3px #ccc;
	z-index: 10;
}
.shop-item:hover {
	transform: translateY(-3px);
	box-shadow: 3px 5px 5px #ccc;
	z-index: 11;
}
.shop-group {
	height: auto;
}
.shop-item p {
	display: -webkit-box;
	width: 100%;
	height: auto;
	padding: 10px 5px 0px 5px;
	margin: 0;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shop-item h5 {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop-item button {
	position: absolute;
	bottom: 10px;
	left: 10%;
	width: 80%;
}
.shop-item button.addbasket {
	bottom: 10px;
	left: unset;
	right: 10px;
	width: 80%;
	padding-left: 25px;
	padding-right: 5px;
	z-index: 10;
}
.shop-item button.openinfo {
	position: absolute;
	bottom: 10px;
	padding: 0;
	height: 34px;
	left: 10px;
	width: 22%;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	border-width: 2px;
	border-color: #fff;
	font-family: "times new roman", times;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	z-index: 11;
}
.shop-item button.openinfo:hover {
	background-color: #444;
}
.shop-item-preview {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #ccc;
}
.shop-item-preview img {
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
}

.shop-item-type {
	position: absolute;
	top: 40px;
	right: 3px;
	width: 20px;
	height: 20px;
}
.shop-pop-type {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 20px;
	height: 20px;
}
.shop-ic-pos {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAATlBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADckEouAAAAGXRSTlMAz/2NxOp6TCj31OuZCTNxOxfzxVu+3yOAO9fWcwAAAGhJREFUGNPFzUkSgyAARNEGIxHjlMTp3/+iLgQc9/7lq65qSQ0p6zutvV+KZVDcoa0jtvhJkrrZ+SIiUIXxJ+EIbcA8obJeV9w6YOmuaMCd0QA4Vbbe3ksA+EP+CzgYdgWEB7HB7+IrLStUEEA0xyzsAAAAAElFTkSuQmCC)
	no-repeat
	left center;
}
.shop-ic-kit {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAApVBMVEVEREAAAAAAAAAAAABAQDwAAAAAAABHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEAAAAAAAAAAAAAAAAAAAAAAAAAAAABAQEBAQEAAAAAAABRr3HNAAAANnRSTlMBavW5Aom0APNWbRKVUFrgW/dmMiuYrMAHuKGAvCfE7Iz8G3kX0LCnYTnVI+rYU4eQyj9L5o+4HeGRAAAAzElEQVQY032RCQ6CMBBFC1QGqrQoiiwqBBXcd+f+R3MoGjEaX5pp/ksn3RjTcNDwJtDgpIp01OuN0gXorIE1bmLLijcYgF6p25Zh026f68pY4ftS9O9CCEOIk2lI39+yDBHTlVGzEgOZU9wxk+o1uymlEnDjuUfRZA5Vz7mEiOqwmHRcio6WbgJTmtCwWtLDjqrl4FNiufyWFfB9f/zRLm06chTAtL3RMGouBOO2hL/y+EPO8rdcdxuiZC61DOh1S/tJFYb01sHrI9rwB9ObI3G4a4nWAAAAAElFTkSuQmCC)
	no-repeat
	left center;
}
.shop-ic-grp {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAKlBMVEUAAABHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACpjB07AAAADXRSTlMTANfK+dXHDvRymVdWE9Y+ZwAAAG5JREFUGNO9kUsKxDAMQ+VPEqet7n/dwZ6WMjSbbkarh0AWtnEEUz5FphfGjvCmqs05Bk8MsEmqE2AvbAS1yNK0Qn1lrma6dzPrke1R6I7JrzaR7cQJGUiNDF74Y+Iyl/G7CHfR39ZcHnl/vuP4ALssCDEt5HhZAAAAAElFTkSuQmCC)
	no-repeat
	left center;
}

.shop-item-note  {
	position: absolute;
	width: 50%;
	bottom: 45px;
	color: #aaa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop-item-note.note-left {
	left: 0px;
	text-align: left;
	padding-left: 10px;
}
.shop-item-note.note-right {
	right: 0px;
	text-align: right;
	padding-right: 10px;
}

.shop-pop-left {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 320px;
	line-height: 300px;
	vertical-align: middle;
	padding: 10px;
	background-color: #ccc;
	text-align: center;
}
.shop-pop-left .extcode {
	position: absolute;
	top: 0;
	left: 5px;
	line-height: 17px;
	font-size: 10px;
	background-color: rgba(255,255,255,0.5);
}
.shop-pop-left .intcode {
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 17px;
	font-size: 10px;
	background-color: rgba(255,255,255,0.5);
}
.shop-pop-left .stock {
	position: absolute;
	bottom: 0;
	right: 5px;
	line-height: 17px;
	font-size: 15px;
	background-color: rgba(255,255,255,0.5);
}
.shop-pop-left img {
	max-width: 100%;
	max-height: 100%;
}
.shop-pop-right {
	display: inline-block;
	width: 50%;
	padding-left: 10px;
	vertical-align: top;
}
.shop-pop-right .shop-pop-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.shop-pop-right .shop-pop-item .shop-pop-title {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
.shop-pop-table {
	font-size: x-small;
	margin-bottom: 0px;
}
.shop-pop-input {
	display: inline-block;
	width: 120px;
	margin-left: 4px;
}
.modal-title-pop {
	margin-left: 20px;
}

/* Drag and drop layouts */
.dnd-drop-pos {
	position: relative;
	overflow: hidden;
}
.dnd-save {
	position: absolute;
	right: 0;
	width: 10%;
	height: 51px;
	font-size: 70%;
	padding-left: 0;
	padding-right: 0;
}
#store-layout-cont .dnd-save img {
	width: auto;
}
.dnd-drop-order-bkg {
	position: absolute;
	width: 90%;
	text-align: center;
	font-size: 20px;
	line-height: 51px;
	color: #ddd;
}
.dnd-drop-order {
	position: relative;
	width: 90%;
	min-height: 51px;
	padding: 10px;
	text-align: left;
	border-top: 1px solid #ccc;
}
.dnd-drag {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background: #ccc;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	border: 4px solid #f00;
	border-radius: 15px;
	cursor: move;
}
.dnd-drop-pos .dnd-drag{
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
}
.dnd-drop-order .dnd-drag{
	position: relative;
}

/* Approval formatting */
.approval-wrap {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: auto;
}
.approval-disc {
	display: inline-block;
	position: relative;
    float: left;
    width: 31.33%;
    padding-top: 31%;
    padding-top: calc(31.33% - 10px);
	margin: 0 1%;
    background-color: #f45c42;
	box-shadow: 3px 3px 5px #fff inset, -3px -3px 5px #000 inset;
	border: 5px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
}
.approval-disc p {
	position: absolute;
    top: 50%;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #999;
	transform: translateY(-50%);
}
.approval-disc-small {
	width: 20px;
	height: 20px;
	padding: 0;
    margin: 3px 0 0 0;
	box-shadow: 2px 2px 3px #fff inset, -2px -2px 3px #000 inset;
	border: 1px solid #ccc;
}
.approval-disc:nth-child(2), .approval-disc-1 {
    background-color: #f4b642;
}
.approval-disc:nth-child(3), .approval-disc-2 {
    background-color: #8cf442;
}
.approval-disc.disabled:after {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	width: calc(100% + 2px);
	height: 100%;
	height: calc(100% + 2px);
	content: " ";
	border-radius: 50%;
	background-color: #ccc;
    opacity: 0.85;
}

/* Image formatting */
.store-gal-wrap {
	text-align: center;
	margin-bottom: 10px;
}
.store-gal-wrap h2 {
	text-align: left;
}
.store-gal-cont {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto;
	margin-bottom: 10px;
	transition: opacity 2s;
}
.store-gal-cont .store-gal-img {
	max-width: 100%;
	max-height: 600px;
}
.store-gal-cont:hover {
	opacity: 0.75;
}
.store-gal-cont .store-gal-but{
	position: absolute;
	top: 10%;
	right: 10%;
	width: 30px;
	height: 30px;
	opacity: 0;
	transition: opacity 1s;
}
.store-gal-cont:hover .store-gal-but {
	opacity: 1;
}
.store-gal-cont .store-gal-but img{
	max-width: max-content;
	margin-top: -3px;
	margin-left: -6.5px;
}
#upDisCat-ImageShow-img {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: auto;
}

/* POS icon display */
.pos_iconcanvas_wrap {
	position: relative;
    padding: 10px;
	background: #ccc;
    text-align: center;
}
.pos_iconcanvas_wrap canvas, .pos_iconcanvas_wrap img {
	max-width: 100%;
	border: 1px solid #555;
    box-shadow: 0 0 10px;
	background-color: #fff;
}
.pos_iconcanvas_wrap form {
	position: absolute;
	top: 20px;
	right: 20px;
}
.pos_iconcanvas_wrap form img {
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

/* Kit formatting */
#tableKit tr td:nth-child(2) {
	width: 40%;
}
#tableKit input[type=number] {
	width: 50px;
}

.div-row-mockup {
	position: relative;
	clear: both;
	height: 45px;
	padding: 5px;
	border-bottom: 1px dotted #000;
}
.div-row-mockup:hover {
	background-color: #f5f5f5;
}
.div-row-mockup button {
	float: right;
	margin-left: 5px;
}
.div-row-mockup a {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.form-group-buttons button {
	float: right;
	margin-left: 5px;
}

/* loading icon */
#loading-wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 1040;
}
#loading-wrap.contain {
	position: absolute;
}
.cssload-container{
	display: block;
	position: relative;
	top: 50%;
	top: calc(50% - 22px);
	margin: auto;
	width:49px;
}
.cssload-loading{
	width: 44px;
	height: 44px;
	text-align: left;
	animation:cssload-loading-ani1 2.3s ease-in-out infinite;
		-webkit-animation:cssload-loading-ani1 2.3s ease-in-out infinite;
}
.cssload-loading i,
.cssload-loading i:before{
	content: "";
	width: 44px;
	height: 44px;
	position: absolute;
}
.cssload-loading i{
	border-radius: 50%; 
	overflow: hidden;
}
.cssload-loading i:nth-child(1){
	background: rgb(157,175,163);
	transform:translate(0,-24px);
		-webkit-transform:translate(0,-24px);
}
.cssload-loading i:nth-child(1):before{
	background: rgb(83,89,97);
	bottom: 0;
	animation:cssload-loading-ani2 2.3s ease-in-out infinite;
		-webkit-animation:cssload-loading-ani2 2.3s ease-in-out infinite;
}
.cssload-loading i:nth-child(2){
	background: rgb(83,89,97);
	transform:translate(0,24px);
		-webkit-transform:translate(0,24px);
}
.cssload-loading i:nth-child(2):before{
	animation:cssload-loading-ani2 2.3s ease-in-out infinite;
		-webkit-animation:cssload-loading-ani2 2.3s ease-in-out infinite;
	background: rgb(157,175,163);
}
@keyframes cssload-loading-ani1{
	40%,50%{
		transform:rotate(180deg);
	}
	90%,100%{
		transform:rotate(360deg);
	}
}

@-webkit-keyframes cssload-loading-ani1{
	40%,50%{
		-webkit-transform:rotate(180deg);
	}
	90%,100%{
		-webkit-transform:rotate(360deg);
	}
}

@keyframes cssload-loading-ani2{
	40%,100%{
		height:100%;
	}
	50%,90%{
		height:0;
	}
}

@-webkit-keyframes cssload-loading-ani2{
	40%,100%{
		height:100%;
	}
	50%,90%{
		height:0;
	}
}
