/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);*/

/*
.required:after {
  content: "*";
}
*/

/*.image-button {
  line-height: 12px;
  width: 18px;
  font-size: 8pt;
  font-family: tahoma;
  margin-top: 1px;
  margin-right: 2px;
  position:absolute;
  top:0;
  right:0;
}*/

.strike-center {
  position: relative;
  white-space: nowrap; /* would center line-through in the middle of the wrapped lines */
}

.strike-center:after {
  border-top: 2px solid red;
  position: absolute;
  content: "";
  right: 0;
  top:50%;
  left: 0;
  color: red;
}

.column-skip_rotation {
  text-align: center
}

.btn-wasepme {
  border-color: #0676CF;
  color: #0676CF;
}

.btn-wasepme:hover {
  background-color: #0676CF;
  color: #ffffff;
  border-color: #0676CF;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

s {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
s:after {
  content: '';
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2.5px solid;
}

label.required:after {
  content: " *";
  color: red;
}

[type="file"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

[type="file"] + label {
  background-color: #000;
  border-radius: 4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color 0.3s;
}

[type="file"]:focus + label,
[type="file"] + label:hover {
  background-color: #000000;
}

[type="file"]:focus + label,
[type="file"].has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.front-header {
  min-height: 90px;
}

.invoice-body {
  padding-top: 20px
}

@media (max-width: 800px) {
  .front-header {
    min-height: 50px;
  }

  .invoice-body {
    padding-top: 5px
  }

  .mobile-text-center {
    text-align: center !important;
  }
}