html,body{height:100%}

body{
	margin:0px;
	padding:0px;
	background: #eff3f5;
}

.main-container{
	padding: 0px;
	margin: 0px;
	height:100%;
	width:100%;
	background-color: #473B7B;
	min-height: 550px;
	background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);
}

.login-panel{
	max-width:400px;
	margin: 0px 20px;
	padding:40px;
	border-radius:10px;
	
	background-color: rgba(255,255,255,.9);
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,.3);
}

.panel-lang{
	border-radius: 20px 20px 0px 0px;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	height: 20px;
	margin-top: -60px;
	padding: 0px 20px;
	
}

.captcha{
	position:relative;
	width:100%;
	margin-top:16px;
	text-align:center;
}

.captcha > img {
	width:200px;
	height:60px;
	background-color:#ddd;
	border: 1px solid #ced4da;
	border-radius: 4px;
}

.captcha-refresh>span{
	margin: -25px -20px;
	background-color: #fff;
	border-radius:10px;
	padding:5px;
	border: 1px solid #ced4da;
	cursor:pointer;
}
.captcha-refresh{
	display: inline;
}

.form-label-group {
  position: relative;
  width:100%;
}

.btn-login{
  color: white;
  background-color: #006978;
  border-radius:32px;
}

.btn-login:hover{
  color: white!important;
  background-color: #005866;
}

.form-label-group input {
  border-radius: 32px;
  height: 50px;
  width:100%;
}

.form-label-group>input,
.form-label-group>label {
  padding: 12px 24px;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(12px + 12px * (2 / 3));
  padding-bottom: calc(12px / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(.12px / 3);
  padding-bottom: calc(.12px / 3);
  font-size: 12px;
  color: #777; 
}
.form-label-group input:-webkit-autofill ~ label {
  padding-top: calc(.12px / 3);
  padding-bottom: calc(.12px / 3);
  font-size: 12px;
  color: #777; 
}


.search-bar{
  border-radius:20px;
  height:30px;
  padding-left:38px;
  display: inline-block;
  max-width: 250px;;
}

.search-bar-icon{
  position: absolute;
  margin: 1px 0px 0px 1px;
  padding: 8px;
  font-size: 12px;
  border-radius: 20px;

}

.search-bar-icon:hover{
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2);
}

.notification{
  margin-top: 20px;
  margin-left:10px;
  margin-right:16px;
}
.notification-icon{
  font-size:16px;
  line-height:30px;
  font-weight:400;
  padding: 0px 8px;
  border-radius: 20px;
}

.notification-icon:hover{
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.notification-nr{
  position: absolute;
  background-color:red;
  height:18px;
  width:18px;
  font-size:10px;
  line-height:18px;
  font-weight:700;
  color:white;
  border-radius:9px;
  text-align:center;
  margin-left:-14px;
}

.top-main{
  background-color:white;
  width:100%;
  min-height:136px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.menu-container{
  display:flex;
}

.menu{
	height:46px;
	width:16.66%;
	display:inline-block;
	text-align:center;
	line-height:46px;
	font-size:12px;
	font-weight:700;
	background:#f8f8f8;
	cursor:pointer;	
	border: 1px solid #f0f0f0;
}
.menu:hover{
	background:#f2f2f9;
}

.load-container{
  margin-top:40px;
  min-height: 65%;
}

.menu.active{
	background: linear-gradient(30deg, #464de4, #814eff);
	color:white;
	border:none;
}

.menu >.fa{
	font-size:16px;
	font-weight:400;
	color:#464de4;
}

.menu.active > .fa {
	font-size:16px;
	font-weight:400;
	color: white;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.fixed-top > .menu{
	box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.06);
}

.menu > .submenu {
	position: relative;
	top: -100%;
	display: none;
	background-color:#f2f2f9;
	padding: 10px 10px 10px 10px;
	z-index: 100;
}
.menu:hover > .submenu {
	position: relative;
	top: -3px;
	display: block;
}

.submenu > .submenu-item{
	border-radius:5px;
	line-height:14px;
	margin-bottom:5px;
	text-align:left;
	padding:5px;
	-webkit-transition: all .3s;
  transition: all .3s;
	color:#000;
}

.submenu > .submenu-item:hover  {
    background: rgba(70, 77, 228, 0.1);
}

.menu > .submenu {
    animation-name: dropdownAnimation;
    -webkit-animation-duration: 0.25s;
    -moz-animation-duration: 0.25s;
    -ms-animation-duration: 0.25s;
    -o-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes dropdownAnimation {
	0% {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
		transform: translate3d(0, 0px, 0);
	}
}

@-webkit-keyframes dropdownAnimation {
  0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-webkit-transform: translate3d(0, 0px, 0);
	}
}



.ep-overflow-hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

#warning-timeout{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
  background:#00000088;
  z-index: 9999;
	display:none;
}

#warning-timeout > .centera{
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}

#warning-timeout > .centera > .centerb{
	display: table-cell;
	vertical-align: middle;
	color:#fff;
}

.spin {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spin > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 3px 0 0;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spin .r2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spin .r3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spin .r4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spin .r5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.account-button{
  cursor:pointer;
  padding-right: 40px;
  padding-left: 40px;
}
.account-button:hover{
	background-color: #f2f2f9;
}



.form-group > input[type="checkbox"] { display: none; }
.form-group > input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.form-group > input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.form-group > input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #464de4;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.form-group > input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-group > input[type="checkbox"]:disabled:not(:checked) + label:before {
  cursor:not-allowed;
  border-color:#ccc;
}
.form-group > input[type="checkbox"]:disabled:checked + label:before {
  cursor:not-allowed;
  border-bottom-color:#ccc;
  border-right-color:#ccc;
}



.form-group > input[type="radio"] {display: none;}
.form-group > input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.form-group > input[type="radio"] + label:last-child { margin-bottom: 0; }
.form-group > input[type="radio"] + label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: 2px solid #464de4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms; }

.form-group > input[type="radio"] + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #464de4;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute; }


.form-group > input[type="radio"]:checked + label:after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.form-group > input[type="radio"]:disabled + label:before {
  border: 2px solid #c3cde4; }

.form-group > input[type="radio"]:disabled:checked + label:before{
  background-color: #fff;
  border: 2px solid #c3cde4; }

.form-group > input[type="radio"]:disabled:checked + label:after {
  background-color: #d5dcec; }





.logo-upload {
position: relative;
margin: 10px auto;
}
.logo-upload .logo-edit, .product .edit  {
position: absolute;
right: 12px;
z-index: 1;
top: 10px;
}
.logo-upload .logo-edit input {
display: none;
}
.logo-upload .logo-edit input + label, .product .edit label{
display: inline-block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
color: #464de4;
margin-bottom: 0;
border-radius: 100%;
background: #FFFFFF;
border: 1px solid transparent;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
cursor: pointer;
font-weight: normal;
transition: all 0.2s ease-in-out;
}
.logo-upload .logo-edit input + label:hover, .product .edit label:hover {
background: #f1f1f1;
border-color: #d6d6d6;
}

.logo-upload .logo-preview {
position: relative;
background: #F8F8F8;
border: 6px solid #F8F8F8;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.logo-upload .logo-preview > div {
width: 100%;
/*height: 100%;*/
height: 150px;
background-size: auto;
background-repeat: no-repeat;
background-position: center;
}
.fatl{
font-size: 30px;
}
.mpc{
cursor: pointer;
}
.attmp{
cursor: pointer;
text-decoration: underline;
color: #0056b3;
}
.rotate-inactive {
transform: rotate(0deg);
transform-origin: center center;
transition: transform 150ms ease;
}
.rotate-active {
transform: rotate(180deg);    
transform-origin: center center;    
transition: transform 150ms ease;
}
table.align-middle td{
vertical-align: middle;
}
tr.no-hover:hover {
background-color: rgba(0,0,0,0) !important;
}
.fa-calendar-alt:before {
top: -2px;
position: relative;
}

.acb-settings{
width: 30px;
font-size: 21px;
right: 10px;
top: 10px;
line-height: 20px;
border-radius: 16px;
padding: 5px;
position: absolute;
}

.acb-settings:hover{
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) and (min-width: 360px) {
.search-bar{
  width: 150px;
}
}

@media (max-width: 360px) {
.search-bar{
  width: 130px;
}
}

@media (max-width: 768px){
.menu{
  width: 100%;
  display: block;
  text-align: left;
  min-height: 46px;
  height: auto !important;
}
.menu > .fa{margin-left: 20px;}
.menu-container{
  display:block;
  position: relative;
  z-index: 99999;

  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.submenu{
  display: none !important;
}
.submenu.smbactive {
  top: 0px !important;
  position: relative !important;
  display: block !important;
}
.top-main{
  padding-bottom: 15px;
  min-height: 86px !important;
}
.menu-container.mcinvi{
  display: none;
}
.load-container{
  margin-top:20px;
}
tr{
  white-space: nowrap;
}
}

.notification-panel,.user-panel{
  
  width: 100%;
  max-width: 320px;
  position: absolute;
  top: -58px;
  z-index: 100000;
  float: left;
  padding: 0;
  margin: 0px 15px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(182, 182, 182, 0.1);
  border-radius: 10px;
  
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.13);
  
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width: 768px) and (min-width: 300px) {
.notification-panel,.user-panel{
	max-width: 100%;
	margin: 0px 0px 0px -15px;
	top: 0px; 
}
}

@media (max-width: 576px){
.qr-editor-cnt-mark{
	overflow:unset!important; 
}
.qr-editor-cnt-mark2{
	width: auto!important;
}
.qr-editor-cnt-mark{
	height:unset!important;
}
}

.pcr-app{
	position:fixed!important;
	z-index:99999999!important;
}
.tooltip{
	z-index:99999999!important;
}

/*fix captcha on very small screens*/
@media (max-width: 326px){
.captcha > img {
  width:160px; 
  height:46px;
}
.login-panel{
  padding: 20px;
}
.panel-lang{
  margin-top:-40px;
}
}

.notification-title{
padding: 10px 20px;
font-size: 14px;
border-radius: 10px;
}

.notification-title:hover{
background-color: #f8f9fa;
}

.notification-title-all{
border-radius: 10px;
line-height: 20px;
padding: 0px 10px;
background: rgba(133, 123, 255, 0.3);
font-size: 12px;
display: inline-block;
text-align: center;
float: right;
color: #223C61;
cursor: pointer;
}
.notification-title-all:hover{
background: rgba(133, 123, 255, 0.5);
color:#fff;
}

.primary-color{
	color: #464de4;
}
.primary-color-light{
	color: #857bff;
}

.user-item{
  height: 38px;
  padding:5px 20px;
  font-size:16px;
  color: #223C61;
  border-radius: 10px;
}

.notification-item{
  height: 60px;
  padding:10px 20px;
  font-size:16px;
  color: #223C61;
  border-radius: 10px;
}

.notification-item:hover{
background-color: #f8f9fa;
}

.notification-warning{
 background: rgba(255, 111, 89, 0.4);
 color: rgb(255, 111, 89);
}
.notification-success{
 background: rgba(76, 206, 172, 0.4);
 color: rgb(76, 206, 172);
}
.notification-info{
 background: rgba(133, 123, 255, 0.4);
 color: rgb(133, 123, 255);
}
  
.notification-type{
width: 40px;
height: 40px;
display: inline-block;
border-radius:20px;
text-align: center;
position:absolute;
}

.notification-type > span {line-height: 40px;}

.user-type{
width: 28px;
height: 28px;
display: inline-block;
border-radius:20px;
text-align: center;
position:absolute;
}

.user-type > span {line-height: 28px;}
  
.user-data{
  display: inline-block;
  position:absolute;
  margin-left: 44px;
  width: calc( 100% - 100px )
} 

.notification-data{
  display: inline-block;
  position:absolute;
  margin-left: 60px;
  width: calc( 100% - 100px )
} 

.notification-data.notifications-page{
width: calc( 100% - 156px );
}

.notification-item-title{
  margin-top:3px;
  line-height:16px;
  font-size:14px;
} 
.notification-time{
  margin-top:3px;
  line-height:12px;
  font-size:12px;
}

.form-group.notification{
display: inline-block;
height: 40px;
width: 40px;
margin: 0px 14px 0px 0px;
padding: 10px;
}

.notification-content{
  padding: 10px 30px;
}

.ep-tab{
  padding: 5px 0px;
  color: #6a7279;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.ep-tab.active{
  border-bottom: 2px solid #28a745;
  color: #28a745;
}


::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar{
	width: 6px;
	height: 10px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb{
	background-color: #555;
}
*{
	scrollbar-color: #555 #F5F5F5;
	scrollbar-width: thin;
}

.disable-user-select{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.time-left{
	display: inline-block;
    height: 39px;
    width: 7px;
    position: relative;
    top: 6px;
    margin-left: 10px;
}

.time-left-hor{
	display: inline-block;
    height: 10px;
    width: 70px;
    position: relative;
	border-radius: 3px;
}
	
.qr-icon-1{
	height:47px;
	width:47px;
	display:inline-block;
	background-image: url(../images/qr-sprites.png);
	background-position-x: -300px;
	background-position-y: 0px;
}

.qr-icon-2{
	height:47px;
	width:47px;
	display:inline-block;
	background-image: url(../images/qr-sprites.png);
	background-position-x: -350px;
	background-position-y: 0px;
}

.qr-icon-3{
	height:47px;
	width:47px;
	display:inline-block;
	background-image: url(../images/qr-sprites.png);
	background-position-x: -399px;
	background-position-y: 0px;
}


.sprite-ball0,.sprite-ball1,.sprite-ball10,.sprite-ball11,.sprite-ball12,.sprite-ball13,.sprite-ball14,.sprite-ball15,.sprite-ball16,.sprite-ball17,.sprite-ball2,.sprite-ball3,.sprite-ball4,.sprite-ball5,.sprite-ball6,.sprite-ball7,.sprite-ball8,.sprite-ball9{width:50px;height:50px;display: block}
.sprite{background-image:url(../images/spritesheet.png);-ms-transform:scale(.6) translate(-10px,-10px);-webkit-transform:scale(.6) translate(-10px,-10px);transform:scale(.6) translate(-10px,-10px)}
.sprite-body{width: 40px;height: 40px;display: inline-block;padding: 0px;}
.sprite-body-active{border:1px solid #28a745;}

.sprite-ball0{background-position:-5px -5px}
.sprite-ball1{background-position:-65px -5px}
.sprite-ball2{background-position:-185px -65px}
.sprite-ball3{background-position:-245px -65px}
.sprite-ball4{background-position:-365px -65px}
.sprite-ball5{background-position:-425px -65px}
.sprite-ball6{background-position:-485px -65px}
.sprite-ball7{background-position:-5px -125px}
.sprite-ball8{background-position:-125px -5px}
.sprite-ball9{background-position:-185px -5px}
.sprite-ball10{background-position:-245px -5px}
.sprite-ball11{background-position:-305px -5px}
.sprite-ball12{background-position:-365px -5px}
.sprite-ball13{background-position:-425px -5px}
.sprite-ball14{background-position:-485px -5px}
.sprite-ball15{background-position:-5px -65px}
.sprite-ball16{background-position:-65px -65px}
.sprite-ball17{background-position:-125px -65px}

.sprite-frame0,.sprite-frame1,.sprite-frame10,.sprite-frame11,.sprite-frame12,.sprite-frame13,.sprite-frame14,.sprite-frame2,.sprite-frame3,.sprite-frame4,.sprite-frame5,.sprite-frame6,.sprite-frame7,.sprite-frame8,.sprite-frame9{width:50px;height:50px;display: block}
.sprite-frame0{background-position:-525px -125px}
.sprite-frame1{background-position:-525px -185px}
.sprite-frame2{background-position:-245px -305px}
.sprite-frame3{background-position:-305px -305px}
.sprite-frame4{background-position:-365px -305px}
.sprite-frame5{background-position:-425px -305px}
.sprite-frame6{background-position:-485px -305px}
.sprite-frame7{background-position:-5px -365px}
.sprite-frame8{background-position:-65px -365px}
.sprite-frame9{background-position:-405px -245px}
.sprite-frame10{background-position:-525px -245px}
.sprite-frame11{background-position:-5px -305px}
.sprite-frame12{background-position:-65px -305px}
.sprite-frame13{background-position:-185px -305px}
.sprite-frame14{background-position:375px 55px}

.sprite-0,.sprite-1,.sprite-2,.sprite-3,.sprite-4,.sprite-5,.sprite-6,.sprite-7,.sprite-8,.sprite-9,.sprite-10{width:90px;height:80px;display: block; transform: scale(-0.4) translate(65px,50px);}
.sprite-0{background-position:-505px -455px}
.sprite-1{background-position:-105px -215px}
.sprite-2{background-position:-125px -125px}
.sprite-3{background-position:-5px -215px}
.sprite-4{background-position:-5px -545px}
.sprite-5{background-position:-285px -365px}
.sprite-6{background-position:-105px -455px}
.sprite-7{background-position:-425px -125px}
.sprite-8{background-position:-325px -125px}
.sprite-9{background-position:-225px -125px}
.sprite-10{background-position:-5px -455px}

.qr-examples{background-image:url(../images/qr_examples.png);height:65px;width:65px;display:block;background-size: 520px 65px;}
.qr-examples0{background-position:0px 0px}
.qr-examples1{background-position:65px 0px}
.qr-examples2{background-position:130px 0px}
.qr-examples3{background-position:195px 0px}
.qr-examples4{background-position:260px 0px}
.qr-examples5{background-position:325px 0px}
.qr-examples6{background-position:390px 0px}
.qr-examples7{background-position:455px 0px}

.button-capture{color:#28a745;}
.button-capture:hover{color:#007bff;}

.button-refund{color:#ffc107;}
.button-refund:hover{color:#dc3545;}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.search-bar-icon{
		left: 34px;
		bottom: 2px;
		position: relative;
	}
	.search-bar{
	   line-height:16px;
	}
	:-ms-input-placeholder.form-control {
		line-height: 10px;
	}
	.rotate-inactive{
		transform: rotate(360deg);
		top:-4px;
		position:relative;
	}

}

.sort_po{
	display:inline-block;
	right: 0px;
    position: absolute;
    margin-top: 2px;
	width:20px;
}

.list-group-item.product{
    padding: 5px;
    line-height: 19px;
    font-size: 14px;
}

.product > .image{
	margin:5px 0px;
	height:140px;
	width:100%;
	display:inline-block;
	background-image: url('../images/placeholder.png');
	background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

.product-desc{
	max-height:60px;
	overflow: hidden;
}

.list-group-item.product > .data-container{
	height:90px;
	width:calc(100% - 85px);
	display:inline-block;
	padding-left: 5px;
}

select option:disabled {
    color: #777;
	background: #eee;
}

.previw-settings-tpl{
	margin-left: 10px;
    top: 4px;
    font-size: 26px;
    line-height: 1px;
    position: relative;
	color: #464de4;
}

.fa-gdpr-no, .fa-gdpr-yes{
	font-size: 26px;
    background-size: cover;
    height: 38px;
    width: 37px;
}
.fa-gdpr-no{background: url('../images/gdpr2.svg') no-repeat;} 
.fa-gdpr-yes{background: url('../images/gdpr1.svg') no-repeat;}

.hide, .hideForPrint{
	display: none;
}

@media print {
	.hideForPrint{
		display: block;
	}
	html,body{
		background: transparent;
	}
	.bodyPrint>*:not(.hideForPrint){
		display: none; 
	}
} 

.success-checkmark{width:80px;height:115px;margin:0 auto}.success-checkmark .check-icon{width:80px;height:80px;position:relative;border-radius:50%;box-sizing:content-box;border:4px solid #4CAF50}.success-checkmark .check-icon::before{top:3px;left:-2px;width:30px;transform-origin:100% 50%;border-radius:100px 0 0 100px}.success-checkmark .check-icon::after{top:0;left:30px;width:60px;transform-origin:0 50%;border-radius:0 100px 100px 0;animation:rotate-circle 4.25s ease-in}.success-checkmark .check-icon::before,.success-checkmark .check-icon::after{content:"";height:100px;position:absolute;background:#FFF;transform:rotate(-45deg)}.success-checkmark .check-icon .icon-line{height:5px;background-color:#4CAF50;display:block;border-radius:2px;position:absolute;z-index:10}.success-checkmark .check-icon .icon-line.line-tip{top:46px;left:14px;width:25px;transform:rotate(45deg);animation:icon-line-tip .75s}.success-checkmark .check-icon .icon-line.line-long{top:38px;right:8px;width:47px;transform:rotate(-45deg);animation:icon-line-long .75s}.success-checkmark .check-icon .icon-circle{top:-4px;left:-4px;z-index:10;width:80px;height:80px;border-radius:50%;position:absolute;box-sizing:content-box;border:4px solid rgba(76,175,80,0.5)}.success-checkmark .check-icon .icon-fix{top:8px;width:5px;left:26px;z-index:1;height:85px;position:absolute;transform:rotate(-45deg);background-color:#FFF}@keyframes rotate-circle{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes icon-line-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes icon-line-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}
@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2isfFJU.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.fas.fa-ropay{
	background: url("../images/ropay_logo.svg");
	height: 34px;
    width: 34px;
    background-size: contain;
    background-repeat: no-repeat;
}

