@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Muli:ital,wght@0,300;0,400;0,500;1,700&family=Poppins:wght@300;400;500;700&display=swap');
.bgGris {
  background: #f5f6f8;
}

/* font-family: 'Montserrat', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Poppins', sans-serif; */

.textoporcentaje {
  display: flex;
  justify-content: space-between;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #a6acbe;
}

.tbold1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.chart img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

.fzcard1 {
  font-family: 'Muli', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #9fa2b4;
}

.fzcard2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #252733;
}

.txtfecha {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #192a3e;
  margin-right: 30px;
}

.btn-fecha-table {
  display: inline-block;
  background: #007aff;
  border-radius: 4px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #ffffff;
  box-shadow: none;
  border: none;
  height: 32px;
  width: 125px;
}

.btn-fecha-table:hover {
  color: #fff;
  border: none;
  background: #005ec3;
}

.btn-fecha {
  display: inline-block;
  background: #007aff;
  border-radius: 4px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 30px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #ffffff;
  box-shadow: none;
  border: none;
  height: 32px;
}

.btn-fecha:hover {
  color: #fff;
  border: none;
  background: #005ec3;
}
.btn-fecha:focus {
  outline: none;
}
.btn-fecha-table:focus {
  outline: none;
}

.fr {
  float: right;
}

.btn-download {
  background: #007aff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.75px;
  color: #ffffff;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  height: 35px;
}
.btn-download img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}

.btn-download:hover {
  background: #135fb1;
  color: #ffffff !important;
}

.btn-default:hover {
  background: #d4d4d4 !important;
  color: #ffffff !important;
}

.mb40 {
  margin-bottom: 40px;
}

.circuloVerde {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #33d69f;
  border-radius: 50%;
}

.tbold2 {
  font-family: 'Muli', sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #252733;
}

.w100 {
  width: 100%;
}

.btn.btn-search {
  font-family: 'Asap', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0px;
  padding: 8px 16px 9px 16px;
  color: #333 !important;
  border-top: 0;
  border-right: 0;
  border-left: none;
  border-bottom: 1px solid #c8c8c8;
  box-shadow: none;
  font-weight: bold;
}

.btn.btn-search:hover {
  background: #ffffff;
  border-top: none;
  border-right: none;
  border-left: none !important;
  border-bottom: 1px solid #c8c8c8;
}

.submenubottom {
  /* position: absolute;
    top: calc(100% - 130px); */
  position: absolute;
  top: calc(100% - 130px);
  overflow: hidden;
  list-style: none;
  list-style-type: none;
  padding-inline-start: 0;
}

.tagrojo {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background: #ff5756;
  border-radius: 4px;
  padding: 15px 5px;
  color: #ffffff;
  width: 110px;
  text-align: center;
  font-size: 12px;
}

.tagverde {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background: #4aaf05;
  border-radius: 4px;
  padding: 15px 5px;
  color: #ffffff;
  width: 110px;
  text-align: center;
  font-size: 12px;
}

.sintoma {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-right: 5px;
}

.form-control {
  border-top: 0;
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}

.selectRed {
  background: #eb5757 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.selectMorado {
  background: #9b51e0 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.selectGris {
  background: #828282 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.selectGreen {
  background: #33d69f !important;
  color: #fff !important;
  border-radius: 4px !important;
}

/* .bootstrap-select > .selectGreen:hover {
  background: #135fb1 !important;
  color: #fff !important;
} */

.selectBlue {
  background: #3364ae !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.selectCeleste {
  background: #56ccf2 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.selectNegro {
  background: #333333 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.selectNaranja {
  background: #ec5f10 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.selectVerdeOscuro {
  background: #27ae60 !important;
  color: #fff !important;
  border-radius: 4px !important;
}

.tagrojotable {
  background: #eb5757 !important;
  border-radius: 4px !important;
  /*height: 32px;*/
  padding: 3px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 120px;
  display: block;
  line-height: 25px !important;
}

.tagverdetable {
  background: #4aaf05 !important;
  border-radius: 4px !important;
  /*height: 32px;*/
  padding: 3px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 120px;
  display: block;
  line-height: 25px !important;
}

.tagnegrotable {
  background: #000 !important;
  border-radius: 4px !important;
  /*height: 32px;*/
  padding: 3px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 120px;
  display: block;
  line-height: 25px !important;
}

.tagcelestedetable {
  background: #56ccf2 !important;
  border-radius: 4px !important;
  /*height: 32px;*/
  padding: 3px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 120px;
  display: block;
  line-height: 25px !important;
}

.tagnaranjatable {
  background: #fb8832 !important;
  border-radius: 4px !important;
  /*height: 32px;*/
  padding: 3px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 120px;
  display: block;
  line-height: 25px !important;
}

.tagcelestetabla {
  background: #007aff !important;
  border-radius: 4px !important;
  height: 32px;
  padding: 3px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 144px;
  display: block;
  line-height: 25px !important;
}

.redtd {
  color: #f13636 !important;
}

.inlineb {
  display: inline-block !important;
}

.tagnaranja {
  background: #fb8832;
  border-radius: 4px;
  height: 32px;
  padding: 8px 16px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 120px;
  display: block;
  vertical-align: middle;
  line-height: normal;
}

.anchoDni {
  width: 240px;
  margin-right: 15px;
}

.dflex {
  display: flex;
}

.field-validation-error {
  background-color: red;
  color: #ffffff !important;
  padding: 4px 10px;
  border-radius: 4px;
  left: 20px;
  margin-top: -3px;
  position: absolute;
  line-height: 16px !important;
  font-size: 13px !important;
  max-width: 90%;
  z-index: 10;
}

.field-validation-error:before {
  position: absolute;
  top: -1.2em;
  left: 1em;
  content: '';
  border-top: 0.7em transparent solid;
  border-right: 0.7em transparent solid;
  border-left: 0.7em transparent solid;
  border-bottom: 0.7em red solid;
}

.fullScreen {
  height: calc(100vh - 0px);
}

.sinResultados {
  font-family: 'Montserrat', sans-serif;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  line-height: 50px;
  padding: 0px 10px 0px 10px !important;
  vertical-align: middle;
}
.textoCheckBox {
  margin-left: 11px;
}

/*button[type="button"]:hover {
  background: #135fb1;
}*/

.tagpendientetable {
  background: #898a5e !important;
  border-radius: 4px !important;
  /*height: 32px;*/
  padding: 8px 16px;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.25px;
  width: 120px;
  display: block;
  vertical-align: middle;
  line-height: normal;
}
