.key-btn {
  display:inline-block;

  border:solid 1px transparent;
  -webkit-transform:translate(0px, 0px);
  transform:translate(0px, 0px);
  background-size:100% 100%;
  text-align: center;
  float:left;
}

.preview-key-btn {
  display:inline-block;

  border:solid 1px transparent;
  -webkit-transform:translate(0px, 0px);
  transform:translate(0px, 0px);
  background-size:100% 100%;
  text-align: center;
  float:left;
}

.layer {
    background-color: rgba(1, 9, 16, 0.5);
    width: 100%;
    height: 100%;
	display: inline-block;
}

.reset-button:hover {
  background-image:url(../../assets/img/btnResetHover.png);
  background-repeat:no-repeat;
  background-size:13px 13px;
  color:white;
}

.reset-button:focus {
  outline:none;
}

.reset-button {
  position: absolute;
  background-image:url(../../assets/img/btnResetNormal.png);
  background-color:transparent;
  background-repeat:no-repeat;
  background-size:13px 13px;
  color:white;
  width:13px;
  height:13px;
  border:0;
  box-shadow:none;
  border-radius:0;
  right: 4px;
  top: 4px;
  z-index: 100;
}

.selected-button {
  position: absolute;
  background-image:url(../../assets/img/iconSelectedItem.svg);
  background-color:transparent;
  background-repeat:no-repeat;
  background-size:13px 13px;
  color:white;
  width:13px;
  height:13px;
  border:0;
  box-shadow:none;
  border-radius:0;
  left: 4px;
  top: 4px;
  visibility: hidden;
}

.drag-drop {
  display:inline-block;
  min-width:40px;
  width:82px;
  height:74px;
  padding:2em 0.5em;
  color:#fff;
  background-color:rgba(0,0,0,0);
  border:solid 2px #fff;
  -webkit-transform:translate(0px, 0px);
  transform:translate(0px, 0px);
  transition:background-color 0.3s;
  background-size:cover;
}

.drop-active {
  border-color: #FF9800;
}

.drop-target {
  background-color: #29e;
  border-color: #FFFF00;
  border-style: solid;
}


.drag-drop.can-drop {
  color: #000;
  background-color: #4e4;
}

.current-edit{	
    box-shadow: inset 0 0 0 1000px rgba(10, 120, 157, 0.38);
}

table {
  background-color: transparent;
  table-layout: fixed;
}
#quantity-area tr {
	height: 60px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
	color: rgb(11,69,117);
	font-size: 12px;
}

.table-borderless > tbody > tr > td > div {
	float:right !important;
}

.align-btn-left-img {	
	float: left;
	padding-top: 15px;
	padding-left: 3px;
	width: 36%;
	height: 85%;
}

.align-btn-left-text {	
	float: left;	
	width: 63%;
	max-width: 63%;
}

.align-btn-left-p {
	width: 40%;
	float: left;	
	margin-left: 10px;
	padding-top: 3px;
}

.align-btn-left-p-img{
	width: 27%;
	height: 85%;
	float: left;	
	margin-left: 13px;
	padding-top: 12px;
}

.align-btn-left-p-text{
	width: 55%;
	float: left;	
	margin-left: 10px;
}

.align-btn-right-img{	
	float: right;
	padding-top: 15px;
	padding-right: 3px;
	width: 36%;
	height: 85%;
}

.align-btn-right-text{	
	float: right;
	width: 63%;
}

.align-btn-right-p {
	width: 40%;
	float: right;
	margin-right: 10px;
	padding-top: 3px;
}

.align-btn-right-p-img {
	width: 27%;
	height: 85%;
	float: right;
	margin-right: 13px;
	padding-top: 12px;
}

.align-btn-right-p-text {
	width: 55%;
	float: right;
	margin-right: 10px;	
}

.align-btn-center-img {
	text-align: center;
	display: inline-block;	
	width: 34%; 
	height:85%;
	object-fit: cover;
	padding-top: 15px;
}

.align-btn-custom-img{
	text-align: center;
	display: inline-block;		
	object-fit: contain;
	padding-top: 15px;
	width: 90%;
	height: 90%;
}

.align-btn-custom-img-p{
	text-align: center;
	display: inline-block;		
	object-fit: contain;
	padding-top: 10px;
	width: 90%;
	height: 90%;
}

.align-btn-custom-img-s{
	text-align: center;
	display: inline-block;		
	object-fit: contain;
	padding-top: 15px;
	width: 80%;
	height: 85%;
}

.align-btn-custom-img-s-p{
	text-align: center;
	display: inline-block;		
	object-fit: contain;
	padding-top: 10px;
	width: 75%;
	height: 75%;
}

.align-btn-center-text{
	text-align: center;
	display: inline-block;	
	width: 100%; 	
	height: 100%;
}

.align-btn-center-s {
	text-align: center;
	display: inline-block;	
	width: 70%; 
	object-fit: cover;
	padding-top: 10px;
}

.align-btn-center-s-text {
	
	text-align: center;	
	width: 100%; 
	height: 100%;

}

.align-btn-center-s-img {
	text-align: center;
	display: inline-block;	
	width: 69%; 
	height: 85%;
	object-fit: cover;
	padding-top: 15px;
}

.align-btn-center-p {	
	text-align: center;
	display: inline-block;	
	width: 33%; 
	object-fit: cover;
	padding-top: 10px;	
}

.align-btn-center-p-text {	
	text-align: center;	
	width: 70%; 	
}

.align-btn-center-p-img {	
	text-align: center;
	display: inline-block;	
	width: 27%; 
	height: 85%;
	object-fit: cover;
	padding-top: 12px;	
}

.align-btn-center-p-s {	
	text-align: center;
	display: inline-block;	
	width: 50%; 
	object-fit: cover;
	padding-top: 10px;
}

.align-btn-center-p-s-text {	
	text-align: center;
	display: inline-block;	
	width: 70%; 
	object-fit: cover;
}

.align-btn-center-p-s-img {	
	text-align: center;
	display: inline-block;	
	width: 48%; 
	height: 85%;
	object-fit: cover;
	padding-top: 12px;
}
