.panel_navbar.jefes {
  width: 100%;
  background-color: #204282;
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0px 15px;
  align-items: center;
  position: relative;
}
.panel_navbar.jefes p {
  color: white;
  font-weight: bold;
  margin-bottom: 0px;
}

#jefes-index .card {
  text-align: center;
}
#jefes-index .card .icon {
  padding: 1.5rem;
  background-color: rgba(46, 102, 206, 0.2);
  border-radius: 100%;
  font-size: 1.5rem;
  display: block;
  margin: auto;
  width: fit-content;
  line-height: 1.9rem;
}
#jefes-index .card .card-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#jefes-index .card .card-text {
  font-size: 0.85rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #798eaf;
  margin-bottom: 1rem;
}
#jefes-index .dm-light-blue {
  border-top: 8px #3b82f6 solid;
}
#jefes-index .dm-light-blue .btn {
  background-color: #3b82f6;
  color: white;
  border-radius: 1px;
  padding: 3px 1rem;
  margin: auto;
  display: block;
  width: 85%;
}
#jefes-index .dm-dark-blue {
  border-top: 8px #172e6d solid;
}
#jefes-index .dm-dark-blue .btn {
  background-color: #172e6d;
  color: white;
  border-radius: 1px;
  padding: 3px 1rem;
  margin: auto;
  display: block;
  width: 85%;
}

#jefes-reportes .card {
  text-align: center;
}
#jefes-reportes .card .icon {
  padding: 1.5rem;
  background-color: rgba(54, 8, 91, 0.1725490196);
  border-radius: 100%;
  font-size: 1.5rem;
  display: block;
  margin: auto;
  width: fit-content;
  line-height: 1.9rem;
}
#jefes-reportes .card .card-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#jefes-reportes .card .card-text {
  font-size: 0.85rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #798eaf;
  margin-bottom: 1rem;
}
#jefes-reportes .dm-purple {
  border-top: 8px #430b71 solid;
}
#jefes-reportes .dm-purple .btn {
  background-color: #430b71;
  color: white;
  border-radius: 1px;
  padding: 3px 1rem;
  margin: auto;
  display: block;
  width: 85%;
}
#jefes-reportes .dm-green {
  border-top: 8px #2a7d7d solid;
}
#jefes-reportes .dm-green .btn {
  background-color: #2a7d7d;
  color: white;
  border-radius: 1px;
  padding: 3px 1rem;
  margin: auto;
  display: block;
  width: 85%;
}
#jefes-reportes .dm-orange {
  border-top: 8px #f2820b solid;
}
#jefes-reportes .dm-orange .btn {
  background-color: #f2820b;
  color: white;
  border-radius: 1px;
  padding: 3px 1rem;
  margin: auto;
  display: block;
  width: 85%;
}
#jefes-reportes .grid-view td {
  font-size: 14px !important;
  padding: 0.7rem 0.4rem !important;
}
#jefes-reportes .grid-view th {
  font-size: 15px !important;
}

#jefes-cargar-encuestas form {
  position: relative;
  border-radius: 2px;
  box-shadow: -3px 3px 6px rgba(75, 75, 75, 0.674);
  padding: 0.5rem;
  padding-bottom: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  border-top: 10px #3b82f6 solid;
}
#jefes-cargar-encuestas form .help-block {
  color: #707070;
}
#jefes-cargar-encuestas form #editar {
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.648);
  animation: pulse-animation-sm 2s infinite;
}
#jefes-cargar-encuestas form .inputs {
  padding-right: 13%;
  display: flex;
  margin-bottom: 0.65rem;
  /*#user-encuesta{
      width: 120px;
  }
  #user-nombre,#user-apellido,#user-celular{
      width: 180px;
  }
  #user-email{
      width: 200px;
  }
  #user-id_especialidad,#user-id_apm{
      width: 180px;
  }
  #user-matricula,#user-dni{
      width: 150px;
  }*/
}
#jefes-cargar-encuestas form .inputs .help-block {
  position: absolute;
}
#jefes-cargar-encuestas form .inputs .form-group {
  margin-bottom: 0rem !important;
}
#jefes-cargar-encuestas form .inputs .form-group .form-control {
  border: 1px #a1a1a1 solid;
}
#jefes-cargar-encuestas form .inputs button:not(.select2-selection__clear) {
  margin-top: 1.35rem;
  padding-top: 0.5px;
  padding-bottom: 0.5px;
  border-radius: 2px !important;
}
#jefes-cargar-encuestas form #btn-enviar {
  position: absolute;
  right: 12px;
  bottom: 30px;
  width: 130px;
  font-size: 15px !important;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-weight: 600;
}
#jefes-cargar-encuestas #contador-disponibles {
  width: 85%;
}
#jefes-cargar-encuestas #contador-disponibles .card-body {
  padding: 0.75rem 1rem;
}
#jefes-cargar-encuestas #contador-disponibles .disp {
  font-size: 1rem;
}
#jefes-cargar-encuestas #contador-disponibles .blue {
  border-top: 8px solid #3b82f6;
}
#jefes-cargar-encuestas #contador-disponibles .blue .card-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #3b82f6;
}
#jefes-cargar-encuestas #contador-disponibles .purple {
  border-top: 8px solid #430b71;
}
#jefes-cargar-encuestas #contador-disponibles .purple .card-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #430b71;
}
#jefes-cargar-encuestas #contador-disponibles .green {
  border-top: 8px solid #0da72f;
}
#jefes-cargar-encuestas #contador-disponibles .green .card-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0da72f;
}
#jefes-cargar-encuestas #contador-disponibles .orange {
  border-top: 8px solid #cf6400;
}
#jefes-cargar-encuestas #contador-disponibles .orange .card-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #cf6400;
}
#jefes-cargar-encuestas #contador-disponibles .dark-blue {
  border-top: 8px solid #204282;
}
#jefes-cargar-encuestas #contador-disponibles .dark-blue .card-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: #204282;
}
#jefes-cargar-encuestas #contador-disponibles .total {
  background-color: #204282;
  color: #a0b6df;
}
#jefes-cargar-encuestas #contador-disponibles .total .card-text {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
}
#jefes-cargar-encuestas .grid-view td {
  font-size: 15px !important;
  padding: 0.7rem 0.4rem !important;
}

/*# sourceMappingURL=jefes.css.map */
