.loading-iframe {
  background-image: url("../images/ajax-loader.gif");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center; }

@media print {
  html {
    margin: 20px;
    padding: 20px;
    position: relative; }

  .no-printme, .required-mark {
    display: none !important; }

  input, select {
    border: none;
    box-shadow: none;
    padding: 0; } }
#lasform:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease;
  background-image: url("../images/ajax-loader-new.gif");
  background-size: 144px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  visibility: hidden; }
#lasform.loading-iframe-function:after {
  opacity: 1;
  visibility: visible; }
#lasform label {
  display: inline-block;
  font-weight: bold;
  width: 230px;
  background-color: white;
  color: black;
  padding: 0 10px 0 0; }
#lasform input, #lasform select {
  display: inline-block;
  width: auto; }
  #lasform input + .required-mark, #lasform select + .required-mark {
    display: none;
    color: red; }
  #lasform input:required + .required-mark, #lasform select:required + .required-mark {
    display: inline-block; }
#lasform .elementor-button {
  background-color: grey;
  color: white;
  padding: 7px 11px; }
#lasform input[type=submit] {
  opacity: 0;
  visibility: hidden;
  width: 1px;
  height: 1px; }
#lasform .print-button {
  background-color: #388ccb; }

.las-iframe {
  width: 100%;
  min-height: 400px; }

/*# sourceMappingURL=las_calc.css.map */
