

/***********************************************/

form.form-inline div.form-group {
  margin-right: 20px;
}

#cabfoto {
  float: left;
  width: 15%;
}

#cabdatos {
  float: left;
  width: 65%;
  text-align: center;
}

#cabfotocliente {
  float: left;
  width: 15%;
}

#cabdatossuperior {
  height: 60%;
  color: blue;
  /*    background-color: green; */
}

#cabdatossuperior2 {
  height: 60%;
  color: green;
  /*    background-color: green; */
}

#cabdatosinferior {
  height: 60%;
  /*    background-color: yellow; */
}

#cabdatosinferiorsup {
  width: 100%;
  /*    background-color: yellow; */
  float: left;
}

#cabdatosinferiorsupizq {
  /*    width: 40%; */
  /*    background-color: red; */
  margin-right: 10px;
  float: left;
  color: green;
}

#cabdatosinferiorsupder {
  /*    background-color: brown; */
  float: left;
}

#cabdatosinferiorinf {
  /*   width: 50%; */
  /*   background-color: white; */
  /*   float: left; */
  font-weight: bold;
  margin: 5px;
}

#cabdatosinferiorinfizq {
  width: 40%;
  /*    background-color: orange; */
  float: left;
  font-weight: bold;
  color: green;
}

#cabdatosinferiorinfder {
  width: 50%;
  /*    background-color: pink; */
  float: left;
}

#div_carga {
  display: none;
}

.div_carga_graph {
  display: none;
}

/*icono de carga*/
#cargador {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  transform: translate(-50%, -50%);
  max-width: 80px;
  height: 100dvh;
}

.row-fluid-card {
  white-space: nowrap;
}

.row-fluid-card .col-inline {
  display: inline-block;
  padding: 7px 3px 7px 3px;
}

.row-fluid-card .col-inline2 {
  display: inline-block;
}

.panel-heading h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  width: 60%;
  padding-top: 8px;
}

.panel-footer-primary {
  background-color: #337ab7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}

.panel-footer-success {
  background-color: #dff0d8;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}

.panel-footer-info {
  background-color: #d9edf7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}

.panel-footer-warning {
  background-color: #fcf8e3;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}

.panel-footer-danger {
  background-color: #f2dede;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 1px solid #ddd;
  padding: 10px 15px;
}

.element-hide {
  display: none;
}

.textboxMio {
  border: 1px solid #c4c4c4;
  font-size: 13px;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* No focus en campos fiel no entrables
.textboxMio:focus { 
    outline: none; 
    border: 1px solid #7bc1f7; 
    box-shadow: 0px 0px 8px #7bc1f7; 
    -moz-box-shadow: 0px 0px 8px #7bc1f7; 
    -webkit-box-shadow: 0px 0px 8px #7bc1f7; 
}
*/

.textboxMioRequired {
  border: 1px solid #37e846;
  font-size: 13px;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 0px 8px #d9d9d9;
  -moz-box-shadow: 0px 0px 8px #d9d9d9;
  -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

.textboxMioRequired:focus {
  outline: none;
  border: 1px solid #7bc1f7;
  box-shadow: 0px 0px 8px #7bc1f7;
  -moz-box-shadow: 0px 0px 8px #7bc1f7;
  -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}

.text_nooverflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.spantablestatistics {
  padding-left: 5px;
  font-weight: bold;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: 50px;
}

.tdtablecenteredall {
  text-align: center;
  vertical-align: middle;
}

.actionbutton2editablecart {
  display: inline;
  margin-left: 10px;
}

.col-md-8,
.col-md-6 {
  flex-grow: 1;
  transition: all 400ms ease;
}

.col-md-4,
.col-md-6 {
  flex-shrink: 1;
  transition: all 400ms ease;
}

.videoaccordion .panel-title > a:last-child {
  float: right;
}

.button_posterChart:hover {
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 0 0;
  font-size: 15px;
  line-height: 1.428571429;
  border-radius: 25px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.ButtonMenu_A-1 {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 6px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.ButtonMenu_A-1:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.ButtonMenu_A-1:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-2 {
  box-shadow: 0px 1px 0px 0px #3dc21b;
  background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
  background-color: #44c767;
  border-radius: 6px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.ButtonMenu_A-2:hover {
  background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  background-color: #5cbf2a;
}
.ButtonMenu_A-2:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-3 {
  box-shadow: 0px 1px 0px 0px #9fb4f2;
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border-radius: 6px;
  border: 1px solid #4e6096;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}
.ButtonMenu_A-3:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}
.ButtonMenu_A-3:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-4 {
  box-shadow: 0px 1px 0px 0px #cf866c;
  background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
  background-color: #d0451b;
  border-radius: 6px;
  border: 1px solid #942911;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #854629;
}
.ButtonMenu_A-4:hover {
  background: linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
  background-color: #bc3315;
}
.ButtonMenu_A-4:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-5 {
  box-shadow: 0px 1px 0px 0px #1c1b18;
  background: linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
  background-color: #eae0c2;
  border-radius: 6px;
  border: 1px solid #333029;
  display: inline-block;
  cursor: pointer;
  color: #505739;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.ButtonMenu_A-5:hover {
  background: linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
  background-color: #ccc2a6;
}
.ButtonMenu_A-5:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-6 {
  box-shadow: 0px 1px 0px 0px #899599;
  background: linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
  background-color: #ededed;
  border-radius: 6px;
  border: 1px solid #d6bcd6;
  display: inline-block;
  cursor: pointer;
  color: #3a8a9e;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #e1e2ed;
}
.ButtonMenu_A-6:hover {
  background: linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
  background-color: #bab1ba;
}
.ButtonMenu_A-6:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-7 {
  box-shadow: 0px 1px 0px 0px #efdcfb;
  background: linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
  background-color: #dfbdfa;
  border-radius: 6px;
  border: 1px solid #c584f3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #9752cc;
}
.ButtonMenu_A-7:hover {
  background: linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
  background-color: #bc80ea;
}
.ButtonMenu_A-7:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-8 {
  box-shadow: 0px 1px 0px 0px #f5978e;
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  background-color: #f24537;
  border-radius: 6px;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
}
.ButtonMenu_A-8:hover {
  background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
  background-color: #c62d1f;
}
.ButtonMenu_A-8:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-9 {
  box-shadow: 0px 1px 0px 0px #fce2c1;
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  background-color: #ffc477;
  border-radius: 6px;
  border: 1px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
}
.ButtonMenu_A-9:hover {
  background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
  background-color: #fb9e25;
}
.ButtonMenu_A-9:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_A-10 {
  box-shadow: 0px 1px 0px 0px #caefab;
  background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
  background-color: #77d42a;
  border-radius: 6px;
  border: 1px solid #268a16;
  display: inline-block;
  cursor: pointer;
  color: #306108;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #aade7c;
}
.ButtonMenu_A-10:hover {
  background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
  background-color: #5cb811;
}
.ButtonMenu_A-10:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-1 {
  box-shadow: 0px 10px 14px -7px #9fb4f2;
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}
.ButtonMenu_B-1:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}
.ButtonMenu_B-1:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-2 {
  box-shadow: 0px 10px 14px -7px #3dc21b;
  background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
  background-color: #44c767;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.ButtonMenu_B-2:hover {
  background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  background-color: #5cbf2a;
}
.ButtonMenu_B-2:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-3 {
  box-shadow: 0px 10px 14px -7px #91b8b3;
  background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
  background-color: #768d87;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2b665e;
}
.ButtonMenu_B-3:hover {
  background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
  background-color: #6c7c7c;
}
.ButtonMenu_B-3:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-4 {
  box-shadow: 0px 10px 14px -7px #e67a73;
  background: linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
  background-color: #e4685d;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}
.ButtonMenu_B-4:hover {
  background: linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
  background-color: #eb675e;
}
.ButtonMenu_B-4:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-5 {
  box-shadow: 0px 10px 14px -7px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.ButtonMenu_B-5:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
.ButtonMenu_B-5:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-6 {
  box-shadow: 0px 10px 14px -7px #e184f3;
  background: linear-gradient(to bottom, #c123de 5%, #a20dbd 100%);
  background-color: #c123de;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #9b14b3;
}
.ButtonMenu_B-6:hover {
  background: linear-gradient(to bottom, #a20dbd 5%, #c123de 100%);
  background-color: #a20dbd;
}
.ButtonMenu_B-6:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-7 {
  box-shadow: 0px 10px 14px -7px #1c1b18;
  background: linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
  background-color: #eae0c2;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #505739;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.ButtonMenu_B-7:hover {
  background: linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
  background-color: #ccc2a6;
}
.ButtonMenu_B-7:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-8 {
  box-shadow: 0px 10px 14px -7px #fce2c1;
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  background-color: #ffc477;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
}
.ButtonMenu_B-8:hover {
  background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
  background-color: #fb9e25;
}
.ButtonMenu_B-8:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-9 {
  box-shadow: 0px 10px 14px -7px #f7c5c0;
  background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
  background-color: #fc8d83;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}
.ButtonMenu_B-9:hover {
  background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
  background-color: #e4685d;
}
.ButtonMenu_B-9:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_B-10 {
  box-shadow: 0px 10px 14px -7px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 32px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.ButtonMenu_B-10:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.ButtonMenu_B-10:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-1 {
  box-shadow: inset 0px 0px 15px 3px #3dc21b;
  background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
  background-color: #44c767;
  border-radius: 17px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.ButtonMenu_C-1:hover {
  background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  background-color: #5cbf2a;
}
.ButtonMenu_C-1:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-2 {
  box-shadow: inset 0px 0px 15px 3px #9fb4f2;
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border-radius: 17px;
  border: 1px solid #4e6096;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}
.ButtonMenu_C-2:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}
.ButtonMenu_C-2:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-3 {
  box-shadow: inset 0px 0px 15px 3px #276873;
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  background-color: #599bb3;
  border-radius: 17px;
  border: 1px solid #29668f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #3d768a;
}
.ButtonMenu_C-3:hover {
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  background-color: #408c99;
}
.ButtonMenu_C-3:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-4 {
  box-shadow: inset 0px 0px 15px 3px #e67a73;
  background: linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
  background-color: #e4685d;
  border-radius: 17px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}
.ButtonMenu_C-4:hover {
  background: linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
  background-color: #eb675e;
}
.ButtonMenu_C-4:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-5 {
  box-shadow: inset 0px 0px 15px 3px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 17px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.ButtonMenu_C-5:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
.ButtonMenu_C-5:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-6 {
  box-shadow: inset 0px 0px 15px 3px #23395e;
  background: linear-gradient(to bottom, #2e466e 5%, #415989 100%);
  background-color: #2e466e;
  border-radius: 17px;
  border: 1px solid #1f2f47;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.ButtonMenu_C-6:hover {
  background: linear-gradient(to bottom, #415989 5%, #2e466e 100%);
  background-color: #415989;
}
.ButtonMenu_C-6:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-7 {
  box-shadow: inset 0px 0px 15px 3px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 17px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.ButtonMenu_C-7:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.ButtonMenu_C-7:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-8 {
  box-shadow: inset 0px 0px 15px 3px #7a8eb9;
  background: linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
  background-color: #637aad;
  border-radius: 17px;
  border: 1px solid #314179;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #7a8eb9;
}
.ButtonMenu_C-8:hover {
  background: linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
  background-color: #5972a7;
}
.ButtonMenu_C-8:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-9 {
  box-shadow: inset 0px 0px 15px 3px #8a2a21;
  background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
  background-color: #c62d1f;
  border-radius: 17px;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
}
.ButtonMenu_C-9:hover {
  background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
  background-color: #f24437;
}
.ButtonMenu_C-9:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_C-10 {
  box-shadow: inset 0px 0px 15px 3px #bee2f9;
  background: linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
  background-color: #63b8ee;
  border-radius: 17px;
  border: 1px solid #3866a3;
  display: inline-block;
  cursor: pointer;
  color: #14396a;
  font-family: Arial;
  font-size: 15px;
  padding: 6px 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #7cacde;
}
.ButtonMenu_C-10:hover {
  background: linear-gradient(to bottom, #468ccf 5%, #63b8ee 100%);
  background-color: #468ccf;
}
.ButtonMenu_C-10:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-1 {
  box-shadow: 3px 4px 0px 0px #8a2a21;
  background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
  background-color: #c62d1f;
  border-radius: 18px;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
}
.ButtonMenu_D-1:hover {
  background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
  background-color: #f24437;
}
.ButtonMenu_D-1:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-2 {
  box-shadow: 3px 4px 0px 0px #9fb4f2;
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border-radius: 18px;
  border: 1px solid #4e6096;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}
.ButtonMenu_D-2:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}
.ButtonMenu_D-2:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-3 {
  box-shadow: 3px 4px 0px 0px #3e7327;
  background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
  background-color: #77b55a;
  border-radius: 18px;
  border: 1px solid #4b8f29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #5b8a3c;
}
.ButtonMenu_D-3:hover {
  background: linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
  background-color: #72b352;
}
.ButtonMenu_D-3:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-4 {
  box-shadow: 3px 4px 0px 0px #1c1b18;
  background: linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
  background-color: #eae0c2;
  border-radius: 18px;
  border: 1px solid #333029;
  display: inline-block;
  cursor: pointer;
  color: #505739;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}
.ButtonMenu_D-4:hover {
  background: linear-gradient(to bottom, #ccc2a6 5%, #eae0c2 100%);
  background-color: #ccc2a6;
}
.ButtonMenu_D-4:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-5 {
  box-shadow: 3px 4px 0px 0px #54a3f7;
  background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
  background-color: #007dc1;
  border-radius: 18px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}
.ButtonMenu_D-5:hover {
  background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
  background-color: #0061a7;
}
.ButtonMenu_D-5:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-6 {
  box-shadow: 3px 4px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 18px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.ButtonMenu_D-6:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.ButtonMenu_D-6:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-7 {
  box-shadow: 3px 4px 0px 0px #efdcfb;
  background: linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
  background-color: #dfbdfa;
  border-radius: 18px;
  border: 1px solid #c584f3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #9752cc;
}
.ButtonMenu_D-7:hover {
  background: linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
  background-color: #bc80ea;
}
.ButtonMenu_D-7:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-8 {
  box-shadow: 3px 4px 0px 0px #dcecfb;
  background: linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
  background-color: #bddbfa;
  border-radius: 18px;
  border: 1px solid #84bbf3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #528ecc;
}
.ButtonMenu_D-8:hover {
  background: linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
  background-color: #80b5ea;
}
.ButtonMenu_D-8:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-9 {
  box-shadow: 3px 4px 0px 0px #f7c5c0;
  background: linear-gradient(to bottom, #fc8d83 5%, #e4685d 100%);
  background-color: #fc8d83;
  border-radius: 18px;
  border: 1px solid #d83526;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}
.ButtonMenu_D-9:hover {
  background: linear-gradient(to bottom, #e4685d 5%, #fc8d83 100%);
  background-color: #e4685d;
}
.ButtonMenu_D-9:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_D-10 {
  box-shadow: 3px 4px 0px 0px #fce2c1;
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  background-color: #ffc477;
  border-radius: 18px;
  border: 1px solid #eeb44f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 7px 25px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
}
.ButtonMenu_D-10:hover {
  background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
  background-color: #fb9e25;
}
.ButtonMenu_D-10:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-1 {
  box-shadow: 3px 4px 0px 0px #3dc21b;
  background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
  background-color: #44c767;
  border-radius: 5px;
  border: 1px solid #18ab29;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}
.ButtonMenu_E-1:hover {
  background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  background-color: #5cbf2a;
}
.ButtonMenu_E-1:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-2 {
  box-shadow: 3px 4px 0px 0px #9fb4f2;
  background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
  background-color: #7892c2;
  border-radius: 5px;
  border: 1px solid #4e6096;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
}
.ButtonMenu_E-2:hover {
  background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
  background-color: #476e9e;
}
.ButtonMenu_E-2:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-3 {
  box-shadow: 3px 4px 0px 0px #e67a73;
  background: linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
  background-color: #e4685d;
  border-radius: 5px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b23e35;
}
.ButtonMenu_E-3:hover {
  background: linear-gradient(to bottom, #eb675e 5%, #e4685d 100%);
  background-color: #eb675e;
}
.ButtonMenu_E-3:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-4 {
  box-shadow: 3px 4px 0px 0px #29bbff;
  background: linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
  background-color: #2dabf9;
  border-radius: 5px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #263666;
}
.ButtonMenu_E-4:hover {
  background: linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
  background-color: #0688fa;
}
.ButtonMenu_E-4:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-5 {
  box-shadow: 3px 4px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 5px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.ButtonMenu_E-5:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.ButtonMenu_E-5:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-6 {
  box-shadow: 3px 4px 0px 0px #9acc85;
  background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  background-color: #74ad5a;
  border-radius: 5px;
  border: 1px solid #3b6e22;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #92b879;
}
.ButtonMenu_E-6:hover {
  background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
  background-color: #68a54b;
}
.ButtonMenu_E-6:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-7 {
  box-shadow: 3px 4px 0px 0px #8a2a21;
  background: linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
  background-color: #c62d1f;
  border-radius: 5px;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
}
.ButtonMenu_E-7:hover {
  background: linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
  background-color: #f24437;
}
.ButtonMenu_E-7:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-8 {
  box-shadow: 3px 4px 0px 0px #f2fadc;
  background: linear-gradient(to bottom, #dbe6c4 5%, #9ba892 100%);
  background-color: #dbe6c4;
  border-radius: 5px;
  border: 1px solid #b2b8ad;
  display: inline-block;
  cursor: pointer;
  color: #757d6f;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ced9bf;
}
.ButtonMenu_E-8:hover {
  background: linear-gradient(to bottom, #9ba892 5%, #dbe6c4 100%);
  background-color: #9ba892;
}
.ButtonMenu_E-8:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-9 {
  box-shadow: 3px 4px 0px 0px #efdcfb;
  background: linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);
  background-color: #dfbdfa;
  border-radius: 5px;
  border: 1px solid #c584f3;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #9752cc;
}
.ButtonMenu_E-9:hover {
  background: linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);
  background-color: #bc80ea;
}
.ButtonMenu_E-9:active {
  position: relative;
  top: 1px;
}

.ButtonMenu_E-10 {
  box-shadow: 3px 4px 0px 0px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 5px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 44px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.ButtonMenu_E-10:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}
.ButtonMenu_E-10:active {
  position: relative;
  top: 1px;
}

.cuadradoLegend {
  min-height: 20px;
  max-width: 20px;
  border: solid 1px;
  color: white;
  float: left;
  min-width: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
.row:before,
.row:after {
  display: block;
  content: "";
}
.bootstrap-row {
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-row:before,
.bootstrap-row:after {
  display: table;
  content: " ";
}
.bootstrap-row:after {
  clear: both;
}

.modal.bootstrap-dialog.type-default .modal-header {
  background-color: grey;
}

.modal.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: white;
}
.modal.bootstrap-dialog.type-default .btn-default {
  background-color: grey;
}

.modal.bootstrap-dialog.type-default .btn-default {
  color: white;
}

.modal {
  z-index: 10000;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease-in-out;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.passwordUpper {
  float: right;
  margin-right: 6px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  color: blue;
}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 2px dashed rgb(15, 14, 14);
  border-radius: 3px;
  transition: 0.2s;
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(15, 14, 14, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.FView-item {
  /* To correctly align image, regardless of content height: */
  vertical-align: top;
  display: inline-block;
  /* To horizontally center images and caption */
  text-align: center;
  /* The width of the container also implies margin around the images. */
  width: 120px;
  padding: 5px;
  margin: 10px;
  position: relative;
}

.FView-img {
  width: 100px;
  height: 100px;
}

.FView-img-icon {
  position: absolute;
  bottom: 100;
  left: 0;
}

.FView-img-caption {
  /* Make the caption a block so it occupies its own line. */
  display: block;
  word-break: break-all;
}

.panelnewtestheader {
  padding: 0.5rem 1rem;
  background: #f2f2f7;
  border-bottom: 1px solid #dde1e6;
  overflow-x: auto;
  font-weight: 700;
}

.panelnewtest {
  width: 100%;
  margin: 1px auto;
  padding: 24px 32px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(60, 60, 100, 0.15);
  overflow-x: auto;
  font-family: "Segoe UI", "Roboto", Arial, sans-serif;
  min-width: 0;
  max-width: 100vw;
  box-sizing: border-box;
}
/* Css de la tabla */
.beautiful-table {
  padding: 1rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.elegant-table {
  font-size: 14px;
  width: 100%;
  background: #fff;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
  border-collapse: collapse;
}

.elegant-table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: transparent;
  border-bottom: 1px solid #dee2e6;
}

.elegant-table > tbody {
  vertical-align: inherit;
}

.elegant-table > thead {
  vertical-align: bottom;
}

.elegant-table thead th {
  background-color: #f2f2f7;
  border-bottom: 1px solid #dde1e6;
}

.elegant-table th {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.elegant-table th i {
  margin-left: 4px;
}

.elegant-table th:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.elegant-table tbody tr:hover {
  background-color: #f1f3f5;
  cursor: pointer;
}

      .kpi-neutral {
        --kpi-color: #06b0b2;
        border-left-color: var(--kpi-color);
      }
      .kpi-warning {
        --kpi-color: #fdb022;
        border-left-color: var(--kpi-color);
      }
      .kpi-danger {
        --kpi-color: #f04438;
        border-left-color: var(--kpi-color);
      }
      .kpi-success {
        --kpi-color: #32d583;
        border-left-color: var(--kpi-color);
      }

      /* contenedor de las tarjetas*/

      .kpi-container {
        display: grid;
        grid-template-columns: repeat(auto-fit,300px);
        gap: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
      }

      /*cada una de las tarjetas*/
      .kpi-card,
      canvas.kpi-card {
        background: #f9f9f9;
        padding: 20px;
        border-radius: 2px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border-left: 4px solid var(--kpi-color);
      }

      .kpi-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
      }

      /*título de la card*/
      .kpi-title {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
      }

      /*Estilo del número en grande*/
      .kpi-value {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
      }

      .kpi-icon {
        background-color: color-mix(in srgb, var(--kpi-color) 20%, white);
        padding: 0.5rem;
        border-radius: 4px;
        min-width: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .kpi-icon i {
        font-size: 30px;
        color: var(--kpi-color);
      }

      .kpi-change {
        display: flex;
        align-items: center;
        font-size: 14px;
      }

      /*ESTO ES LO QUE CAMBIA EL NÚMERO DEL % */
      .kpi-change span {
        font-weight: bold;
        margin-right: 5px;
      }
      
      .kpi-selected {
        border: 2px dashed black;
	  }