.panell {
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin: 0 auto 100px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 0 15px 15px 0 rgba(0, 0, 0, 0.24);
}
.panell .titol {
  margin: 0px 0px 15px;
  color: #ff0078;
  text-align: left;
  text-wide: bold;
  font-size: 25px;
}
.panell td {
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
}
.panell th, .panell th a  {
  color: #ff0078;
  padding-right: 10px;
  padding-left: 10px;
  background: #a7a7b3;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}
.panell hr {
  color: #a7a7b3;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
}
.model {
  position: relative;
  z-index: 1;
  background: #ffffff;
  margin: 0 auto 100px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 0 15px 15px 0 rgba(0, 0, 0, 0.24);
}
.model td {
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 8px;
  text-align: right;
  vertical-align: top;
}
.model th, .panell th a  {
  color: #ff0078;
  padding-right: 10px;
  padding-left: 10px;
  background: #a7a7b3;
  font-size: 8px;
  text-align: left;
  text-decoration: none;
}
#form {
  position: absolute;
  z-index: 2;
  font-size: 15px;
  top: 150px;
  left: 5%;
  background: #ffffff;
  width: 1500px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 25px 25px 15px 0 rgba(0, 0, 0, 0.50);
}
#formheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #ff0078;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
#formheader img {
  position: absolute;
  top: 22px;
  right: 20px;
  display: inline-block;
  height: 30px;
}
.form .titol {
  margin: 0 0 0;
  color: #ff0078;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}
.form_linia label {
  text-align: left;
  font-family: sans-serif;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.form table {
  width: 100%;
}
.form th{
  text-align: left;
  width: 15%;
}
.form hr {
  color: #a7a7b3;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
}
.form input[type=text], .form select, .form textarea {
  font-family: sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ff0078;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #980048;
}
.form .message {
  margin: 15px 20px 20px;
  color: #000000;
  font-size: 14px;
}
.form .message a {
  color: #ff0078;
  text-decoration: none;
}

#subform {
  position: absolute;
  z-index: 3;
  font-size: 15px;
  top: 300px;
  left: 15%;
  background: #ffffff;
  width: 1100px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2), 25px 25px 15px 0 rgba(0, 0, 0, 0.50);
}
#subformheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #ff0078;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
#subformheader img {
  position: absolute;
  top: 22px;
  right: 20px;
  display: inline-block;
  height: 30px;
}
.subform .titol {
  margin: 0 0 0;
  color: #ff0078;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
}
.subform_linia label {
  text-align: left;
  font-family: sans-serif;
  outline: 0;
  background: #f2f2f2;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.subform table {
  width: 100%;
}
.subform th{
  text-align: left;
  width: 15%;
}
.subform hr {
  color: #a7a7b3;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
}
.subform input[type=text], .form select, .form textarea {
  font-family: sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.subform button {
  font-family: sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #ff0078;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.subform button:hover,.form button:active,.form button:focus {
  background: #980048;
}
.subform .message {
  margin: 15px 20px 20px;
  color: #000000;
  font-size: 14px;
}
.subform .message a {
  color: #ff0078;
  text-decoration: none;
}

.capcalera th {
  color: #ff0078;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: left;
  background: #ffffff !important;
}
.capcalera th span {
  color: #000000;
  font-weight: normal;
}
.box {
  width: 1450px;
  height: 300px;
  border: 2px solid grey;
  padding: 5px;
  margin: 0px;
  background-color: #f2f2f2;
  text-align: left;
  overflow: auto;
}
.box img {
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
}

.boxmini {
    width: 840px;
    border: 2px solid grey;
    padding: 5px;
    margin: 0px;
    background-color: #f2f2f2;
    text-align: left;
    overflow: auto;
}

.boxzoom {
  width: 1900px;
  height: 300px;
  border: 2px solid grey;
  padding: 0px;
  margin-top: -0.75%;
  margin-bottom: -4%;
  background-color: #f2f2f2;
  text-align: left;
  overflow: auto;
  transform: scale(0.75);
  transform-origin: 10% 20%;
}

.boxtextarea {
  width: 750px;
  height: 400px;
  border: 2px solid grey;
  padding: 0px;
  background-color: #f2f2f2;
  text-align: left;
  font-weight: normal;
  font-size: 80%;
  color: #000000;
  overflow: auto;
}

.factura td {
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: right;
}

.text td, .text th, .text input[type=text], .text div, .text table {
  font-size: 10px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto; 
  width: auto;
}

.text button {
  background: transparent;
  width: auto;
  border: 0;
  padding: 1px;
  color: #000000;
  font-size: 10px;
}
.text button:hover,.minitext button:active,.minitext button:focus {
  background: #ff0078;
}

.text img {
  height: 25px;
  border: 0;
  padding: 5px;
}

.minitext td, .minitext th, .minitext input[type=text], .minitext div, .minitext table {
  font-size: 10px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto; 
  width: auto;
}

.minitext button {
  background-color: transparent !important;
  width: auto;
  border: 0;
  padding: 1px;
  color: #000000;
  font-size: 10px;
}
.minitext button:hover,.minitext button:active,.minitext button:focus {
  background: #ffff78;
}

.minitext img {
  background-color: transparent important;
  height: 15px;
  border: 0;
  padding: 0px;
}
.tabs {
    display: flex;
    margin-bottom: 10px;
}
.tabs a {
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-bottom: none;
    text-decoration: none;
  color: #ff0078; 
    background: #f2f2f2;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
}
.tabs a.active {
    background: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.informe th {
  color: #ff0078;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: center;
  background: #bfbfbf !important;
}
.informe td {
  color: #000000;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 15px;
  text-align: center;
  background: #efefef !important;
  border: 5px;
}
.informe div, .informe table {
  font-size: 10px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto; 
  width: auto;
}
.informe p, .informe text {
  font-size: 15px;
  text-align: left;
}
.informe h1 {
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
.informe h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.informe h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.informebox {
  width: 80%;
  border: 2px solid grey;
  padding: 5px;
  margin: 0px;
  background-color: #f2f2f2;
  text-align: left;
  font-size: 10px;
  font-weight: normal;
}
.informebox img {
  position: relative;
  top: auto;
  right: auto;
  display: inline-block;
  transform: scale(0.75);
}
.informebox td, .informebox th, .informebox table {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto; 
  width: auto;
  font-size: 10px;
  text-align: left;
  background-color: transparent !important;
  color: #000000;
  font-weight: normal;
  margin-left: 0; 
  margin-right: auto;
}
