/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  display: none;
  width: 16em;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0 1em;
  margin: 1em;
  position: absolute;
  z-index: 1;
  top: 125%;
  left: -13em;
}
.popuptop {
  top: 125%;
}
.popupbottom {
  top: -125% !important;
}

.popup:hover .popuptext {
  display: block;
}

/* Popup arrow */
.Xpopup .popuptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}



#input #SOMECHECKBOX,
x {width:3em;transform:scale(1.5);width:auto;margin:0 0 0 2px}
#input #VALIDTHRU,
#input #LASTUSED,
#input #DATE,
#input #SEATS,
#input #QUANTITY,
#input #PRODUCTNAME,
#input #PRODUCTNAME,
#input #PRODUCTVERSION,
#input #PAYPRODUCT,
x {width:8em}
#input #CSOACODE,
#input #COMPANYCODE,
#input #COMPANYPASS,
#input #AMOUNT,
#input #OFFERCODE,
x {width:10em}
#input #PURCHASEORDER,
x {width:16em}
#input #COMPANYNAME,
#input #BUYERNAME,
#input #CONTACTEMAIL,
#input #BUYEREMAIL,
#input #CONFIGURL,
x {width:24em}

textarea.address {
	resize:	none;
	width:	30em;
	height:	7em;
}
