/*pestañas-navegacion-empresas*/
.pestañas-navegacion-empresas {
  width: 100%;
  padding: 1em;
  margin-top: 3em;
}
.pestañas-navegacion-empresas .nav-pills {
  margin-bottom: 15px;
  border-bottom: 1px solid #cfd8dc;
}
.pestañas-navegacion-empresas .li {
  border-right: 1px solid #cfd8dc;
  color: black;
  padding: 1em;
}

.pestañas-navegacion-empresas .li.activo {
  box-shadow: 0 0 5px #cfd8dc;
  color: #263238;
  border-right: 1px solid transparent;
  border-radius: 4px;
  background-color: #e1f5fe;
}

.pestañas-navegacion-empresas .sub-contenedor {
  position: relative;
}
.pestañas-navegacion-empresas .Bloque_navegacion {
  width: 100%;
  padding: 1em;
  position: absolute;
  box-shadow: 0 0 10px #cfd8dc;
  border-radius: 4px;
  display: none;
  transform: translateY(50%);
  transition: all 0.5s ease;
}
.pestañas-navegacion-empresas .Bloque_navegacion.activo {
  display: block;
  transform: translateY(0%);
  z-index: 1;
}
/*===========================================*/
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
}

.filtro-tecnicos {
  border-radius: 4px;
  margin-left: 10px;
  max-width: max-content;
  padding: 15px;
  border: 1px solid #b0bec5;
}
.filtro-tecnicos input {
  margin: 6px;
  border: 1px solid #80c6d6;
}

.head-table-tecnicos {
  color: #ff8500;
  font-family: "Quicksand", sans-serif;
}
.thead-color-logo {
  background-color: #cfd8dc;
}

/*Estilos del modal LISTA TECNICA*/
.modal-dialog .modal-content {
  height: max-content;
}
.modal-header-revision {
  border-bottom: 1px solid #cfd8dc;
  border-radius: 1%;
  padding: 20px 25px;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-body-revision {
  width: 100%;
  background-color: #fff;
  padding: 15px 25px;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-body-revision .input-box select {
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.modal-body-revision .input-box input {
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}
.modal-body-revision .input-box span.details {
  display: block;
  font-weight: auto;
}
.modal-body-revision .input-box select:focus,
.modal-body-revision .input-box input:focus,
.modal-body-revision .input-box input:valid {
  border-color: #1249e0;
}

.modal-body-revision span.gender {
  display: block;
  font-weight: 550;
  font-size: 12px;
  text-align: justify center;
}
.select-report {
  margin-top: 4px;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid rgb(100, 122, 247);
}
.select-report select:focus {
  border-color: #e05312;
}
/*Estefani*/
.agregarEquipo {
  width: 150px;
  height: 40px;
  top: 7px;
  position: relative;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  background: #ff8500;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}
.agregarEmpresa {
  width: 100%;
  height: 40px;
  left: 158px;
  max-width: 100px;  
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: white;
  cursor: pointer;
  background: #ff8500;
  box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}
/*efecto shadows para todas las tarjetas*/
.card-section {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*Para el efecto sombra al pasar por encima el mouse*/
.card-section:hover {
  box-shadow: 1px 1px 20px #90a4ae;
}

/*para los cards vista inicio*/
.btnrevision {
  background-color: #f88c83;
  color: #f81300;
  font-weight: 600;
  font-size: 12px;
  border: none;
  height: 30px;
  border-radius: 5px;
  width: 100%;
}
.badge span {
  background-color: #fffbec;
  width: 60px;
  height: 25px;
  padding-bottom: 3px;
  border-radius: 5px;
  display: flex;
  color: #ff8500;
  justify-content: center;
  align-items: center;
}
.progress {
  height: 20px;
  border-radius: 5px;
  font-weight: 600;
}
.progress-bar {
  background: #ff8500;
}
.btnaprobado {
  background-color: #c4eab7;
  color: #07bd09;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  border: none;
  height: 30px;
  border-radius: 5px;
}
.btndetalles {
  background-color: #b9f7f2;
  color: #00b5a6;
  font-size: 12px;
  width: 100%;
  font-weight: 600;
  border: none;
  height: 30px;
  border-radius: 5px;
}
.card-header-title2 {
  background: #90a4ae;
  border-radius: 5px;
}
/*efecto shadows para todas las tarjetas*/
.card-section-inicio {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*Para el efecto sombra al pasar por encima el mouse*/
.card-section-inicio:hover {
  box-shadow: 1px 1px 20px #90a4ae;
}
/*Para la revision tecnica*/
textarea {
  border: none;
  outline: none;
  resize: none;
}
.contenedor-descargas {
  text-align: end;
  padding: 8px;
}
.box-title {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  color: #ff8500;
  text-align: center;
}
.textarea_style {
  margin-top: 5px;
  width: auto;
  height: auto;
  border: 1px solid #ff8500;
  border-radius: 2px;
  font-size: 12px;
}
.textarea_style:hover {
  -moz-box-shadow: 0px 0px 10px 1px #ebf6ff;
  -webkit-box-shadow: 0px 0px 10px 1px #ebf6ff;
  box-shadow: 0px 0px 10px 1px #ebf6ff;
  border: 1px solid #229cff;
}
.textarea_style:focus {
  -moz-box-shadow: 0px 0px 5px 1px #ebf6ff;
  -webkit-box-shadow: 0px 0px 5px 1px #ebf6ff;
  box-shadow: 0px 0px 5px 1px #ebf6ff;
  border: 1px solid #229cff;
}
.card-img-revision {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media(min-width:1300px){
  .card-img-revision {
    height: 400px;
  }  
}
/*para la tabla*/
.rtable {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
}
.rtable th {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  background: #eceff1;
}
.rtable th,
.rtable td {
  padding: 2px 8px;
  border: 1px solid #d9d7ce;
}
table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  color: #494b4d;
  font-size: 14px;
}
