.taxes-popup-container {
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  padding-left: 15px;
  visibility:hidden;
}

.popup-content {
  margin: 50px auto;
  border: 1px solid #999;
  background-color: #EFEFEF;
  width: fit-content;
}

#taxesContainer {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 100px 80px 80px 80px;
  grid-gap: 10px;
  padding-right: 20px;
}

#taxesContainer > label {
  text-align: left;
  align-self: center;
  height: fit-content !important;
  margin-top: 0px !important;
}

.taxes-form input[type=text] {
	height: 15px !important;
	background-color: revert-layer !important;
}

.taxes-form input[type=text]:disabled {
	color: revert-layer !important;
}

#buttonContainer {
  grid-column-start: 1;
  grid-column-end: 3; 
  place-self: center;
}

.row {
  height: 20px !important;
}

#saveButton {
  width: 60px;
  margin-left: calc(50% - 30px);
  margin-top: 10px;
  margin-bottom: 10px;
}

.taxes-form h2 {
	padding-left: 20px;
}

#taxesPopUp > button:hover {
  cursor: pointer;
}

.popup-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  padding-left: 96% !important;
  cursor: pointer;
}

button.button {
  background: none;
  border-top: none;
  outline: none;
  border-right: none;
  border-left: none;
  padding: 0 0 3px 0;
  font-size: 16px;
  cursor: pointer;
}

.valuesContainer {
	display:contents;
}

.taxes-form .currencyInputField {
	text-align: right;
	width: auto !important;
}

.aliquota {
	text-align: right;
}