@import url('fonts-main.css');

body {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  color: #243142;
  background: #EAF0F3;
}

.pd-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

/* buttom veticarl menu*/

.box-navPestana {
  position: absolute;
  right: -20px;
  top: 50%;
}

.navPestana-button {
  width: 20px !important;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  border-radius: 0 .3rem .3rem 0;
  background: #edf2f5;
  padding: 1rem 0 1rem 0;
  cursor: pointer;
  /* border: 1px solid #000;*/
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.40);
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.40);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.40);
}

.navPestana-button:hover {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.50);
}

.navPestana-button .navPestana-button-text {
  font-size: .875rem;
  font-weight: 600;
  color: #0AADFF;
  display: block;
  line-height: 1.5;
  padding-left: 0px !important;
}

.navPestana-button:hover .navPestana-button-text {
  color: #0AADFFA8;
}

/* / buttom veticarl menu*/

/* login*/
.site-login {}

.box-botonesPedidos {
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 100%;
  /*background: rgba(189, 181, 181, 0.9);*/
  background: cccccc61;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 20px;
  padding-left: 320px;
  z-index: 2;
}

.box-select {
  float: right;
  height: 150px;
  width: 150px;
  margin-right: 3%;
}

.box-site-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  background-image: url(../img/fondo-login.jpg) !important;
  background-repeat: no-repeat;
  background-position: top right;
}

.box-LoginMain {
  max-width: 1167px;
  width: 100%;
  min-height: 590px;
  background: #ffffff;
  padding: 60px 50px 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.boxLoginForm {}

.boxLoginForm .form-control {
  border-radius: 1px;
  border: 1px solid #243142;
  font-size: 12px;
  height: 38px;
}

.boxLoginForm .form-control::placeholder {
  color: #243142;
}

.boxLoginForm #loginform-usuario {
  background-image: url(../img/usuario-login-icono.svg) !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.boxLoginForm #loginform-password {
  background-image: url(../img/usuario-contrasena-icono.svg) !important;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.col-sepLinea-left>div {
  border-right: 1px solid #ccc;
}

.col-sepLinea-left>div:last-child {
  border-right: 0px solid #ccc;
}

.login-infonPrin {
  max-width: 320px;
  width: 100%;
  margin-left: 12%;
  margin-top: 60px;
}

.login-textInfor {
  margin-bottom: 25px;
}

.login-titu {
  font-size: 28px;
  font-weight: 600;
}

.login-text {
  font-size: 15px;
  font-weight: 400;
}

.logo-Login {
  position: absolute;
  top: 30px;
  left: 50px;
}

.login-imagen img {
  max-width: 100%;
}

/* / login*/
/*iconos table*/
.icoTable-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 2px 2px;
  line-height: 1;
  border-radius: 3px;
}

.icoTable-icon:hover {
  background-color: #EAF0F3;
}

.icoTable-icon:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
}

.icoTable-eye:before {
  background-image: url("../img/icoT-eye.svg");
  background-size: cover;
}

.icoTable-folder:before {
  background-image: url("../img/icoT-folder.svg");
  background-size: cover;
}

.icoTable-calendar-hora:before {
  background-image: url("../img/icoT-calendar-hora.svg");
  background-size: cover;
}

.icoTable-calendar:before {
  background-image: url("../img/icoT-calendar.svg");
  background-size: cover;
}

.icoTable-calendarRemove:before {
  background-image: url("../img/icoT-calendarRemove.svg");
  background-size: cover;
}

.icoTable-editar:before {
  background-image: url("../img/icoT-editar.svg");
  background-size: cover;
}

.icoTable-editarLista:before {
  background-image: url("../img/icoT-editarLista.svg");
  background-size: cover;
}

.icoTable-detSware:before {
  background-image: url("../img/icoT-detalleSoftware.svg");
  background-size: cover;
}

.icoTable-userRemove:before {
  background-image: url("../img/icoT-userRemove.svg");
  background-size: cover;
}

.icoTable-asignarEquipo:before {
  background-image: url("../img/icoT-asignarEquipo.svg");
  background-size: cover;
}

.icoTable-migrar:before {
  background-image: url("../img/icoT-migrar.svg");
  background-size: cover;
}

.icoTable-migrarClasificacion:before {
  background-image: url("../img/icoT-migrarClasificacion.svg");
  background-size: cover;
}

.icoTable-sincronizar:before {
  background-image: url("../img/icoT-sincronizar.svg");
  background-size: cover;
}

.icoTable-eliminar:before {
  background-image: url("../img/icoT-eliminar.svg");
  background-size: cover;
}

/* decoracion  alertas*/
.tableAlertDco {}

.colInfo-programa {}

.colInfo-programa .productivo-Dco,
.colInfo-programa .improductivo-Dco,
.colInfo-programa .neutral-Dco,
.colInfo-programa .sin-clasificar-Dco {
  display: inline-block;
  padding-left: 40px;
  position: relative;

}

.colInfo-programa .productivo-Dco:before,
.colInfo-programa .improductivo-Dco:before,
.colInfo-programa .neutral-Dco:before,
.colInfo-programa .sin-clasificar-Dco:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: -5px;
  left: 0px;
}

.colInfo-programa .textPrograma {
  font-weight: bold;
}

.colInfo-programa .productivo-Dco:before {
  background-image: url("../img/icoT-prog-productivo.svg");
  background-size: cover;
}

.colInfo-programa .improductivo-Dco:before {
  background-image: url("../img/icoT-prog-inproductivo.svg");
  background-size: cover;
}

.colInfo-programa .neutral-Dco:before {
  background-image: url("../img/icoT-prog-neutral.svg");
  background-size: cover;
}

.colInfo-programa .sin-clasificar-Dco:before {
  background-image: url("../img/icoT-prog-sinclasificar.svg");
  background-size: cover;
}

.colInfo-clasificacion {}

.colInfo-clasificacion .productivo-Dco,
.colInfo-clasificacion .improductivo-Dco,
.colInfo-clasificacion .neutral-Dco,
.colInfo-clasificacion .sin-clasificar-Dco {
  display: inline-block;
}

.colInfo-clasificacion .productivo-Dco:before,
.colInfo-clasificacion .improductivo-Dco:before,
.colInfo-clasificacion .neutral-Dco:before,
.colInfo-clasificacion .sin-clasificar-Dco:before {
  content: "";
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 5px 2px;
}

.colInfo-clasificacion .productivo-Dco:before {
  background-image: url("../img/icoT-clas-productivo.svg");
  background-size: cover;
}

.colInfo-clasificacion .improductivo-Dco:before {
  background-image: url("../img/icoT-clas-inproductivo.svg");
  background-size: cover;
}

.colInfo-clasificacion .neutral-Dco:before {
  background-image: url("../img/icoT-clas-neutral.svg");
  background-size: cover;
}

.colInfo-clasificacion .sin-clasificar-Dco:before {
  background-image: url("../img/icoT-clas-sinclasificar.svg");
  background-size: cover;
}

/*clasificar bg*/
.colInfo-clasificacion-bg .productivo-Dco,
.colInfo-clasificacion-bg .improductivo-Dco,
.colInfo-clasificacion-bg .neutral-Dco,
.colInfo-clasificacion-bg .sin-clasificar-Dco {
  padding: 2px 15px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  min-width: 85px;
}

.colInfo-clasificacion-bg .productivo-Dco {
  background-color: #67E4A5;
  color: #fff;
}

.colInfo-clasificacion-bg .improductivo-Dco {
  background-color: #FF0000;
  color: #fff;
}

.colInfo-clasificacion-bg .neutral-Dco {
  background-color: #F1800F;
  color: #fff;
}

.colInfo-clasificacion-bg .sin-clasificar-Dco {
  background-color: #1A3F7E;
  color: #fff;
}

/* / clasificar bg*/

.colInfo-activo .productivo-Dco,
.colInfo-activo .improductivo-Dco,
.colInfo-activo .neutral-Dco,
.colInfo-activo .sin-clasificar-Dco {
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  min-width: 85px;
  font-size: 0.9em;
}

.colInfo-activo .productivo-Dco {
  background-color: #67E4A5;
  color: #fff;
}

.colInfo-activo .improductivo-Dco {
  background-color: #FF0000;
  color: #fff;
}

.colInfo-activo .neutral-Dco {
  background-color: #F1800F;
  color: #fff;
}

.colInfo-activo .sin-clasificar-Dco {
  background-color: #1A3F7E;
  color: #fff;
}

/*calendario*/
#ui-datepicker-div .ui-datepicker-title {
  font-size: 14px;
}

#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 12px;
}

/*modal general*/
.modalBox-gen .modal-content .modal-header {
  background: #EAF0F3;
  color: #212121;
}

.modalBox-gen .modal-content .modal-header .close {
  font-size: 33px;
  color: #212121;
  opacity: 1;
  padding: 10px 10px 0px;
}

.modalBox-gen .modal-content .modal-footer {
  border-top: 1px dashed #dee2e6;
}

/*modal general*/
.modalInc-tituPrin {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 400;
}

.modalInc-tituPrin strong {
  color: #0AADFF;
  font-weight: bold;
}

.modalInc-headerPrin {
  padding: 10px 15px;
}

.modalInc-text-prin {
  font-size: 14px;
}

.modalInc-imgInfo {
  -webkit-box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 33%);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 33%);
  padding: 5px;
}

.modalInc-list {
  margin-bottom: 0;
  padding-left: 20px;
}

/*/ modal general*/
/* botones*/
.btnInformacion {
  display: none;
}

.btnEstadistica {
  display: none;
}

.btn-barra-Info {
  display: none;
}

.btn-bra--buscar {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  padding: 7px 15px;
  border: none;
}

.btn-bra--buscar:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--Guardar {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  padding: 7px 15px;
  border: none;
}

.btn-bra--Guardar:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--Sintamano {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  width: auto;
  line-height: 1;
  padding: 7px 15px;
  border: none;
}

.btn-bra--Sintamano:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--clasificar {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  padding: 4px 15px;
  border: none;
}

.btn-bra--clasificar:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--Aplicaciones {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 320px;
  width: 100%;
  line-height: 1;
  padding: 12px 15px;
}

.btn-bra--Aplicaciones:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--verUsuario {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
  padding: 7px 10px;
}

.btn-bra--verUsuario:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--limpiar {
  color: #0AADFF;
  background-color: transparent;
  border: 1px solid #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 100px;
  width: 100%;
  line-height: 1;
}

.btn-bra--limpiar:hover {
  color: #078ED2;
  border: 1px solid #078ED2;
}

.btn-bra--volver {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 5px;
  padding: 8px 10px;
}

.btn-bra--volver:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--volver-Ico {
  color: #0AADFF;
  background-color: #fff;
  border: 0px solid #0AADFF;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
  padding: 2px 5px;
}

.btn-bra--volver-Ico:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--exportar {
  color: #21A366;
  background-color: #fff;
  border-color: #21A366;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
  padding: 2px 15px;
}

.btn-bra--exportar:hover {
  color: #33C481;
  background-color: #fff;
  border-color: #33C481;
}

.btn-bra--agregar {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 5px;
  padding: 7px 10px;
}

.btn-bra--agregar:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--descargaInstalador {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
  padding: 10px 15px;
}

.btn-bra--descargaInstalador:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--buscarAv {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 8px;
  padding: 7px 10px;
}

.btn-bra--buscarAv:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--general {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
  padding: 5px 10px;
}

.btn-bra--general:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--general-250 {
  max-width: 250px;
}

.btn-bra--verInfor {
  color: #0AADFF;
  background-color: #fff;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  width: auto;
  line-height: 1;
  margin-bottom: 0px;
  padding: 4px 14px;
  border: 1px solid #0AADFF;
}

.btn-bra--verInfor:hover {
  color: #078ED2;
  background-color: #fff;
  border-color: #078ED2;
}

.btn-bra--buscarEquipo {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
  padding: 7px 10px;
}

.btn-bra--buscarEquipo:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--login {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 0px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
  padding: 8px 15px;
}

.btn-bra--login:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-bra--cerrarFiltro {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 6px;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-bra--cerrarFiltro:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.btn-barra-Info {
  padding: 2px 5px;
  line-height: 1;
}

.btn-barra-Info i {
  color: #243142;
  font-size: 14px;
}

.btn-barra-Info:hover i {
  color: #0AADFF;
}

/* botones*/
.boxSection-gr {
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.boxSection-gr-mt {
  margin-top: 10px;
}

.boxSection-gr-mb {
  margin-bottom: 10px;
}

.boxSection-personal {
  padding: 5px 0px 0px;
}

.boxSection-talGeneral {
  padding: 5px 0px 5px;
}

.boxSection-jornada {
  padding: 5px 5px 5px;
}

.st-peson-mb {
  margin-bottom: 15px;
}

.personal-titulo {
  display: flex;
  align-items: center;
}

.personal-titulo img {
  max-width: 26px;
  width: 100%;
  margin-right: 5px;
}

.personal-titulo h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}

.tituVistTiempo {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.boxGrafic-empleados {
  margin-bottom: 15px;
  padding: 10px 10px 15px;
}

.boxSectionGrafic-gr {
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
}

.box-listaIcono {
  display: none;
}

.emPLink {
  color: #212121;
  cursor: pointer;
}

.emPLink:hover {
  color: #0697DF;
  text-decoration: none;
}

.emple-boxLink {
  color: #212121;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.decoLinea--Right {
  position: relative;
}

.decoLinea--Right:after {
  content: "";
  position: absolute;
  height: 86%;
  width: 1px;
  background-color: #EAF0F3;
  right: 0rem;
  /*right: .1rem;*/
  top: 7%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(234, 240, 243, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(234, 240, 243, 1);
  box-shadow: 0px 0px 3px 0px rgba(234, 240, 243, 1);
}

.emple-img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-right: 15px;
}

.emple-img img {
  max-width: 100%;
  width: 100%;
}

.emple-datosInfo {
  display: inline-block;
}

.emple-dt-nombre {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.emple-dt-cedula {
  font-size: 12px;
  font-weight: 400;
}

.emple-dt-grupo {
  font-size: 12px;
  font-weight: 300;
}

/* contenido principal --------------------------------*/
/* header tituto*/
.boxHeader-infoGe {
  display: block;
  margin-bottom: 10px;
}

.box-InicioTitu-Mp {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d6dde0;
}

.titu-Main {
  font-size: 16px;
  font-weight: 600;
  color: #243142;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

.subtitu-Main {
  font-size: 14px;
  font-weight: bold;
  color: #243142;
  margin-bottom: 0px;
}

.titu-SubMainNoticias {
  font-size: 14px;
  font-weight: 400;
  color: #243142;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

.titu-MainStyle-oblique {
  font-style: oblique;
}

.tituText-Main {
  font-size: 16px;
  margin-bottom: 10px;
}

.titu-NombreTrabj {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-right: 5px;
}

.titu-maxFont-trabj {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*max-width: 20ch;*/
  max-width: 148px;
}

.titu-maxFont-trabj:hover {
  max-width: none;
}

.titu-subInicio {
  color: #0aadff;
  line-height: 1;
  text-align: right;
  font-size: 16px;
}

.titu-subbtnDescarga {
  color: #0aadff;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}

.section-tutoriales {
  margin-bottom: 15px;
  margin-top: 15px;
  border: 1px solid #d6dde0;
  padding: 10px 0px 0px;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.section-Noticias {}

/* header tituto*/
/* nuevo nav footer*/
.box-Nav-footerSlider {
  position: relative;
  display: block;
  max-width: 60px;
  width: 100%;
}

.new-sidebar-boxFooter {
  display: none;
}

.box-Nav-footerSlider:hover .new-sidebar-boxFooter {
  display: block;
  position: absolute;
  min-width: 220px;
  left: 60px;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  padding: 10px 15px;
  box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  border-radius: 0 5px 5px 0px;
}

.list-footerSlider>li a {
  color: #243142;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 10px 3px 0px;
  line-height: 1;
  width: 100%;
  display: inline-block;
}

.list-footerSlider li a:hover {
  color: #0AADFF;
  width: 100%;
  display: inline-block;
}

.list-footerSlider li a.active {
  color: #0AADFF;
  width: 100%;
}

.list-footerSlider li .active {
  color: #0AADFF !important;
}

.new-sidebar-footerIcono {
  padding: 5px;
  display: block;
  max-width: 60px;
  text-align: center;
  width: 100%;
}

.new-sidebar-footerIcono img {
  max-width: 28px;
  width: 100%;
  cursor: pointer;
}



/* nuevo nav footer*/
.mb-10px {
  margin-bottom: 10px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

/* ampliar info*/
.box-Ampliar-info {
  position: absolute;
  display: block;
  top: 103px;
  right: 0;
  z-index: 3000;
}

.ampliar-info-list {
  display: none;
}

.box-Ampliar-info:hover .ampliar-info-list {
  display: block;
  position: absolute;
  min-width: 220px;
  right: 0px;
  top: 30px;
  background-color: #fff;
  z-index: 2;
  padding: 10px 5px;
  box-shadow: -5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  border-radius: 0px 0px 0px 5px;
}

.ampliar-info-icono {
  padding: 5px;
  display: block;
  width: 30px;
  text-align: center;
  background: #0AADFF;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
  box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.box-Ampliar-info:hover .ampliar-info-icono {
  text-align: left;
  width: 220px;
  border-radius: 5px 0px 0px 0px;
}

.ampliar-info-listNav>li {
  color: #243142;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 5px 3px 5px;
  line-height: 1;
  width: 100%;
  display: block;
}

.ampliar-info-listNav>li a {
  color: #243142;
  font-size: 12px;
  font-weight: 400;
}

.ampliar-info-listNav li a:hover {
  color: #0AADFF;
}

.ampliar-info-listNav .box-filtroActividad {
  padding: 2px 10px;
  border-radius: 5px;
  min-width: auto;
}

.ampliar-info-icono i {
  font-size: 16px;

}

.ampliar-info-icono img {
  max-width: 35px;
  width: 100%;
  cursor: pointer;
}

/* nuevo slider nav */
.box-Nav-NewSidebar {
  position: relative;
  display: block;
}

.new-sidebar-boxlist {
  display: inline-block;
  padding-top: 10px;
  max-width: 200px;
  width: 100%;
  margin-left: 10px;
}

/*.box-Nav-NewSidebar:hover .new-sidebar-boxlist {
    display:block;
    position: absolute;
    min-width: 220px;
    left: 60px;
    top: 0;
    background-color: #fff;
    z-index: 2;
    padding: 10px 15px;
box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.75);
border-radius: 0 5px 5px 0px;
}*/
.new-sidebar-icono {
  padding: 5px;
  display: block;
  max-width: 60px;
  text-align: center;
  display: none;
}

.new-sidebar-icoTitulo {
  font-size: 9px;
  font-weight: bold;
  margin: 0px;
  margin-top: 3px;
  color: #0AADFF;
}

.new-sidebar-icono img {
  max-width: 35px;
  width: 100%;
  cursor: pointer;
}

.new-sidebar-titulo {
  color: #0AADFF;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
}

.new-sidebar-titulo .new-sidebar-iconoTitulo {
  display: inline-block;
  width: 24px;
  bottom: 6px;
  position: relative;
}

.list-New-navMain>li a {
  color: #243142;
  font-size: 15px;
  font-weight: 400;
  padding: 3px 10px 3px 0px;
  line-height: 1;
  width: 100%;
  display: inline-block;
}

.list-New-navMain li a:hover {
  color: #0AADFF;
  width: 100%;
  display: inline-block;
}

.list-New-navMain li a.active {
  color: #0AADFF;
  width: 100%;
}

.list-New-navMain li .active {
  color: #0AADFF !important;
}

/*header nav*/
.headerNavBox {
  display: none;
}

.headerNavBox-shadow {
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
}

/* / nuevo slider nav */


.box-NavSidebar {}

.box-sidebar-titulos {
  border-bottom: 1px solid #0AADFF;
  padding-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.sidebar-titulos {
  text-decoration: none;
  list-style: none;
  padding: 0 15px 0 38px;
  position: relative;
  display: block;
  height: 30px;
}

.sidebar-titulos img {
  max-width: 28px;
  width: 100%;
  position: absolute;
  left: 0px;
}

.sidebar-titulos span {
  margin: 0;
  vertical-align: middle;
  color: #0AADFF;
  font-weight: 600;
}

.sidebar-titulos i {
  color: #0AADFF;
  position: absolute;
  top: 5px;
  right: 0;
}

.mb-Siderbar {
  margin-bottom: 45px;
}

.sidebar-btnsFooter {
  text-decoration: none;
  list-style: none;
  padding: 0 10px 0 38px;
  position: relative;
  display: block;
  height: 30px;
  margin-left: 0px;
  margin-bottom: 0px;
}

.sidebar-btnsFooter img {
  max-width: 28px;
  width: 100%;
  position: absolute;
  left: 0px;
}

.sidebar-btnsFooter span {
  margin: 0;
  vertical-align: middle;
  color: #243142;
  font-weight: 600;
  padding-top: 4px;
  display: block;
}

.sidebar-btnsFooter:hover span {
  color: #637894;
  text-decoration: none !important;
}


.list-navMain li a {
  color: #243142;
  font-size: 15px;
  font-weight: 400;
  padding: 3px 20px 3px 50px;
  line-height: 1;
  width: 100%;
  display: inline-block;
}

.list-navMain li a:hover {
  color: #0AADFF;
  width: 100%;
  display: inline-block;
}

.list-navMain li a.active {
  color: #0AADFF;
  width: 100%;
}

.list-navMain li .active {
  color: #0AADFF !important;
}

.footer-sidebar {
  margin-bottom: 5px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}


/* sidenav -------*/
/* sidenav top lateral*/
.lateralTop-sidebar {
  margin-bottom: 0px;
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

.sidebar-lateralTopIcono {
  padding: 0px 5px 0px 5px;
  display: flex;
  max-width: 90px;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.sidebar-lateralTopIcono img {
  width: 25px;
  cursor: pointer;
}

.lateralTopIcono-engranaje {
  display: none;
}

.lateralTopIcono-engranaje img {
  cursor: pointer;
}

.lateralTopIcono-activar-engranaje {
  padding: 5px;
  display: block;
  max-width: 90px;
  text-align: center;
  width: 100%;
}

.lateralTopIcono-activar-engranaje:hover .lateralTopIcono-engranaje {
  display: block;
  position: absolute;
  min-width: 220px;
  right: 0px;
  top: 35px;
  background-color: #fff;
  z-index: 2;
  padding: 10px 15px;
  box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.75);
  border-radius: 0 5px 5px 0px;
}

/*  / sidenav top lateral*/
.sidenav {
  height: 100%;
  position: fixed;
  z-index: 1025;
  top: 0;
  left: 0;
  /*overflow-x: hidden;*/
  transition: 0.5s;
  padding-top: 10px;
  width: 260px;
  background-color: #fff;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.23);
  display: grid !important;
  grid-template-rows: 1fr auto;
}


.sidenav .closebtn {
  position: absolute;
  top: 40px;
  right: 10px;
  font-size: 50px;
  margin-left: 0;
  color: rgba(10, 173, 255, 1);
  display: none;
  height: auto;
  width: 30px;
  text-align: center;
  line-height: 1;
  display: flex;
  position: absolute;
  z-index: 10;
}

.sidenav .closebtn:hover {
  color: rgba(10, 173, 255, 0.7);
  text-decoration: none;
}

.box-sidebar {
  display: block;
  overflow-y: auto;
}

/* opciones */
.box-opciones-info {
  display: none;
}

.opciones-activador {
  padding-right: 30px;
  position: relative;
  min-height: 28px;
  display: flex;
  align-items: center;
}

.box-opciones-info {
  position: absolute;
  right: -5px;
  top: 5px;
}

.opciones-activador:hover .box-opciones-info {
  display: block;
}

.tablePrin tbody tr:hover .opciones-activador .box-opciones-info {
  display: block;
}


/* opciones */



@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 35px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {

  #mySidenav {
    height: 100vh !important;
  }

  #mySidenav>.box-Nav-NewSidebar {
    align-self: end;
    margin-top: 2vh;
  }

  #mySidenav .box-Nav-NewSidebar img,
  #mySidenav footer img {
    width: 4vh;
  }

  .sidenav {
    grid-template-rows: auto;
    gap: 0;
  }

  #mySidenav .box-sidebar {
    /*display: block;
  overflow-y: auto !important;*/
  }

  #mySidenav>*:last-child {
    align-self: self-end;
  }

  @media screen and (max-height: 630px) {
    #mySidenav>.box-Nav-NewSidebar {
      margin-top: 2px;
    }

    .new-sidebar-icono {
      padding: 2px;
    }

    .footer-sidebar {
      margin-bottom: 5px;
      margin-top: 2px;
    }

    #mySidenav .box-Nav-NewSidebar img,
    #mySidenav footer img {
      width: 25px;
    }

    .sidenav {
      padding-top: 0;
    }
  }
}

@media only screen and (max-device-width : 768px) {
  .sidenav {
    left: -260px;
    width: 260px;
    overflow-x: hidden;
  }
}

@media(max-width:768px) {
  .sidenav {
    padding-top: 70px;
  }

  .new-sidebar-icoTitulo {
    display: none;
  }

  /*.sidenav .closebtn {
    display: block;
    top: 45px;
    z-index:10;
      }*/
  .headerNavBox {
    display: none;
  }

  .new-sidebar-boxlist {
    display: inline-block;
    padding-top: 10px;
    max-width: 200px;
    width: 100%;
  }

  .box-Nav-NewSidebar:hover .new-sidebar-boxlist {
    display: inline-block;
    position: relative;
    min-width: 0px;
    left: 0px;
    top: 10px;
    background-color: #fff;
    z-index: 2;
    padding: 0px;
    box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 5px 5px 10px -6px rgba(0, 0, 0, 0.0);
    border-radius: 0 5px 5px 0px;
  }

  .new-sidebar-icono {
    /* display: inline-block;
        vertical-align: top;*/
  }

  .box-Nav-NewSidebar {
    margin-bottom: 10px;
  }

  .new-sidebar-boxFooter {
    /*display:inline-block;
        padding-top: 0px;
        max-width: 200px;
        width: 100%;*/
  }

  .box-Nav-footerSlider:hover .new-sidebar-boxFooter {
    /*display:inline-block;
    position: relative;
    min-width: 0px;
    left: 0px;
    top: 10px;
    background-color: #fff;
    z-index: 2;
    padding: 0px;
    box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.0);
    -webkit-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.0);
    -moz-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.0);
    border-radius: 0 5px 5px 0px;*/
  }

  .new-sidebar-footerIcono {
    /* display: inline-block;
        vertical-align: top;*/
  }
}

/* sidenav -------*/
/* navbar movil -------*/
.navbar-movil {
  width: 100%;
  background: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
  /*display: none;*/
  z-index: 1030;
  position: fixed;
}

.navbar-brand {
  margin-right: 0px;
}

.navbar-movil .navbar-brand {
  padding: 0;
}

.navbar-movil .navbar-brand img {
  height: 27px;
}

.ico-Hamburger {
  color: rgba(10, 173, 255, 1);
  font-size: 30px;
  cursor: pointer
}

.ico-Hamburger:hover {
  color: rgba(10, 173, 255, 0.7);
  font-size: 30px;
  cursor: pointer
}

.logo-sidebar {
  max-width: 60px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}

.logo-sidebar a {
  display: block;
  -webkit-box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.17);
  box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.17);
  padding-bottom: 6px;
  border: 0px;
}

.logo-sidebar a:hover {
  -webkit-box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.25);
  box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.25);
}

.logo-sidebar a:focus {
  -webkit-box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.25);
  box-shadow: 0px 8px 5px -6px rgb(0, 0, 0, 0.25);
}

.logo-sidebar a:focus-visible {
  outline-offset: 0px;
}

.logo-main {
  max-width: 25px;
}

/* / navbar movil -------*/
/* contenido main -------*/
.box-main {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* / contenido main -------*/

/*barra de resultados*/
.searchReusulBox-main {
  /*border-top:1px solid #707070;
  border-bottom:1px solid #707070;*/
  min-height: 30px;
  margin-bottom: 5px;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.barraResulBox-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center !important;
}

.barraResulBox-main>div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0px 10px
}

.barraRBox-mainMovil {
  display: none;
}

.bra-resulFMovil {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #243142;
  padding: 0 5px;
}

.bra-resulFMovil span {
  display: block;
  font-size: 16px;
  color: #0AADFF;
}

/* columna barraResultado*/
.bR-col-limpiar {
  max-width: 120px !important;
  text-align: right;
}

.bR-col-selecFecha {
  text-align: right;
}

.bR-col-Resulfechas {
  min-width: 230px;
}

.bR-col-selecFecha-empleado {
  text-align: right;
}

.bR-col-Resulfechas {
  min-width: 230px;
}

.boxfechas-infoFiltro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center !important;
  gap: 10px;
}

.tituFechas {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 5px;
}

.bR-col-buscador {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px !important;
  flex: 0 0 90px !important;
  max-width: 90px !important;
  text-align: left;
}

.titulo-buscador {
  font-size: 14px;
  margin-bottom: 0;
}

/*columnas buscador*/
.bR-col-fechas {}

.bR-col-fechasFIn {}

.bR-col-buscarInfo {}

.bR-col-Resulfechas {
  min-width: 230px !important;
}

.bR-col-btBuscar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px !important;
  flex: 0 0 220px !important;
  max-width: 220px !important;
  text-align: right;
}

/*columnas buscador*/

/*tama���os de columnas */
.bR-col-selecFecha-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px !important;
  flex: 0 0 220px;
  max-width: 220px !important;
}

.bR-col-btBuscar-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px !important;
  flex: 0 0 220px;
  max-width: 220px !important;
}

/* /tama���os de columnas */

/* calendario*/
.ui-datepicker {}

.ui-widget-header {
  border: 1px solid #0AADFF !important;
  background: #0AADFF !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.ui-widget-content {
  border: 1px solid #fff !important;
  color: #243142;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.33);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 0px solid #d3d3d3;
  background: #EAF0F3;
  font-weight: 500 !important;
  color: #243142 !important;
}

/* columna barraResultado*/
.bra-selec-empleado {}

.bra-selec-empleado>.form-group {
  margin-bottom: 0px;
}

.bra-selec-empleado>.form-group .control-label {
  display: none;
}

.bra-selec-empleado select {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-bottom: 5px solid #243142;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url(../img/group-selec.svg);
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 5px 5px 30px;
  height: 40px;
}

.bra-selec-empleado>.form-group .select2 {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url(../img/persona-sele.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 5px 5px 20px;
  height: 28px;
}

.bra-selec-empleado>.form-group .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0px solid #ccc;
  border-radius: 4px;
  color: #243142;
  font-size: 13px;
  outline: 0;
  text-align: left;
  margin-top: 0px;
  position: relative;
  padding: 0px 24px 0px 12px;
  height: auto;
}

.bra-selec-empleado>.form-group .select2-selection__placeholder {
  color: #243142 !important;
}

.bra-selec-empleado>.form-group .select2-selection__arrow {
  border-left: 0px solid #aaa !important;
  height: 20px !important;
}

.bra-selec-empleado>.form-group .select2-selection__arrow b {
  border-color: #243142 transparent transparent transparent !important;
}

.bra-selec-empleado .select2-container--krajee.select2-container--open .select2-selection,
.bra-selec-empleado .select2-container--krajee .select2-selection:focus {
  -webkit-box-shadow: none;
  box-shadow: inset none;
  border-color: none;
}

.bra-selec-empleado .select2-selection--single .select2-selection__clear {
  right: 1em !important;
  top: -4px;
}

.select2-container--krajee li.select2-results__option {
  background-color: #0AADFF !important;
  color: #fff !important;
  font-size: 14px;
}

.bra-selec-empleado-movil {
  max-width: 100%;
}

.bra-selec-empleado-movil>.form-group {
  margin-bottom: 0px;
}

.bra-selec-empleado-movil>.form-group .control-label {
  display: none;
}

.bra-selec-empleado-movil select {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-bottom: 5px solid #243142;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url(../img/group-selec.svg);
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 5px 5px 30px;
  height: 55px;
}

.bra-selec-empleado-movil>.form-group .select2 {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border: 1px solid #243142;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url(../img/persona-sele.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 3px center;
  padding: 0px 5px 0px 25px;
  height: 42px;
  margin-bottom: 10px;
}

.bra-selec-empleado-movil>.form-group .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0px solid #ccc;
  */ border-radius: 4px;
  color: #243142;
  font-size: 16px;
  outline: 0;
  text-align: left;
  margin-top: 5px;
  position: relative;
  font-size: 14px;
}

.bra-selec-empleado-movil>.form-group .select2-selection__placeholder {
  color: #243142 !important;
}

.bra-selec-empleado-movil>.form-group .select2-selection__arrow {
  border-left: 0px solid #aaa !important;
}

.bra-selec-empleado-movil>.form-group .select2-selection__arrow b {
  border-color: #243142 transparent transparent transparent !important;
}

.bra-selec-empleado-movil .select2-container--krajee.select2-container--open .select2-selection,
.bra-selec-empleado-movil .select2-container--krajee .select2-selection:focus {
  -webkit-box-shadow: none;
  box-shadow: inset none;
  border-color: none;
}

.bra-selec-empleado-movil .select2-selection--single .select2-selection__clear {
  right: 1em !important;
  top: 3px;
}


.bra-selecMain {}

.bra-selecMain>.form-group {
  margin-bottom: 0px;
}

.bra-selecMain select {
  font-size: 13px;
  font-weight: 500;
  border: none;
  /*border-bottom: 5px solid #243142;*/
  border-radius: 4px;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url(../img/group-selec.svg);
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 0px 5px 0px 30px;
  height: 30px;
}

.bra-selecMain select option {
  font-size: 13px;
}



.bra-selecMainGen {}

.bra-selecMainGen>.form-group {
  margin-bottom: 0px;
}

.bra-selecMainGen select {
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  margin-bottom: 0;
  background-color: #fff;
  background-position: left;
  padding: 0px 10px 0px 10px;
  height: 30px;
}

.bra-selecMainGen select option {
  font-size: 13px;
}

.bra-selecMainGen-table {}

.bra-selecMainGen-table>.form-group {
  margin-bottom: 0px;
}

.bra-selecMainGen-table select {
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  margin-bottom: 0;
  background-color: #fff;
  background-position: left;
  padding: 0px 10px 0px 10px;
  height: 28px;
}

.bra-selecMainGen-table select option {
  font-size: 13px;
}

.mbTable-btn-flotante {
  margin-bottom: 35px !important;
}

.btn-flotante-Bottom {
  position: fixed;
  bottom: 18px;
  z-index: 100;
}

.btn-flotante-Center {
  left: 50%;
  transform: translateX(-50%);
}

.bra-selecMain-movil {
  margin-bottom: 15px;
}

.bra-selecMain-movil>.form-group {
  margin-bottom: 0px;
}

.bra-selecMain-movil select {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border: 1px solid #243142;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url(../img/group-selec.svg);
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: left;
  padding: 5px 15px 5px 30px;
  height: 35px;
}

.bra-resulFecha {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #243142;
  padding: 0 15px;
}

.bra-resulFecha span {
  display: inline-block;
  color: #0AADFF;
}

.brahoras-box {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-align: left;
}

.braFechas-box {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-align: left;
}

.braFechas-box-border>.form-group {
  border: 1px solid #dee2e6;
}

.braFechas-box>.form-group {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

.braFechas-box .form-group input {
  border: 0px;
  /*border-bottom: 5px solid #243142;*/
  background: transparent;
  text-align: center;
  width: 62%;
}


.braFechas-boxFin {
  font-size: 13px;
  font-weight: 500;
  color: #212121;
  text-align: left;
}

.braFechas-boxFin>.form-group {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

.braFechas-boxFin .control-label {
  margin-bottom: 0px;
  font-size: 13px;
}

.braFechas-boxFin .form-group input {
  border: 0px;
  /*border-bottom: 5px solid #243142;*/
  background: transparent;
  text-align: center;
  width: 50%;
}

.braFechas-Buscar {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  text-align: center;
}

.braFechas-Buscar>.form-group {
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.braFechas-Buscar .form-group input {
  max-width: 100%;
  border: 4px;
  /*border-bottom: 5px solid #243142;*/
  background: #fff;
  text-align: left;
  border-radius: 5;
  padding: 5px;
  line-height: 1;
  height: 30px;
  font-size: 13px;
  font-weight: 600;
}

.braFechas-box .control-label {
  margin-bottom: 0px;
  font-size: 13px;
}

.braFechas-box .control-label i {
  background-image: url(../img/calendar-icono.svg);
  background-size: 25px;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.braFechas-boxFin .control-label i {
  background-image: url(../img/calendar-icono.svg);
  background-size: 25px;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.braFechas-box-movil {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  text-align: left;
  margin-bottom: 15px;
}

.braFechas-box-movil .form-group {
  margin-bottom: 0px;
  display: block;
}

.braFechas-box-movil .form-group input {
  width: 100%;
  border: 1px solid #243142;
  background: transparent;
  text-align: left;
  display: block;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
}

.braFechas-box-movil .control-label {
  margin-bottom: 5px;
}

.braFechas-box-movil .control-label i {
  background-image: url(../img/calendar-icono.svg);
  background-size: 25px;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

/* switch */
.switchBox-main {
  margin-bottom: 0px;
  text-align: right;
}

.switchBox-main .custom-control-label {
  font-size: 16px;
  font-weight: 500;
}

.switchBox-main .custom-control label {
  cursor: pointer;
}

.switchBox-main .custom-switch .custom-control-label::after {
  background-color: #0AADFF;
}

.switchBox-main .custom-control-input:checked~.custom-control-label::before {
  border-color: #0AADFF;
  background-color: #243142;
  border: none;
}

.switchBox-main .custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #0AADFF;
}

.switchBox-main .info-switch-text {
  display: inline-block;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 500;
}

.boxSwitch {
  display: inline-block;
  padding-left: 40px;
  color: #243142;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: left;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.boxSwitch:hover {
  color: #5A5D63;
}

.boxSwitch .iconSwitch {
  width: 30px;
  height: 15px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 4px;
}

.boxSwitch .sw-inactivo {
  background-image: url("../img/switch-inactivo.svg");
}

.boxSwitch .sw-activo {
  background-image: url("../img/switch-active.svg");
}

.switchBox-main .info-switch {
  display: inline-block;
}

.mg-cot-lr {
  margin-left: 1%;
  margin-right: 1%;
}

.mg-cot-l-r0 {
  margin-left: 1%;
  margin-right: 0%;
}

.linea-deco-bottom {
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4D4D4D;
}

/* / switch */

/* selec  */
.boxSelecInfo-main {
  margin-bottom: 0px;
  text-align: right;
}

.boxSelec-Info {
  display: inline-block;
  color: #243142;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-align: left;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}

.boxSelec-Info .form-group {
  margin-bottom: 0px;
}

.boxSelec-Info select {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  border: 0px;
  background-color: transparent;
  padding: 5px;
  height: auto;
}

/* / selec */

/* table ---*/
/*table scroll*/
.table-scroll {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  overflow-x: auto;
  /*height: 300px;*/
}

.t-scrollMax-H {
  height: 500px;
}

.t-scroll-PersPro {
  height: 500px;
}

.t-scroll-infor-Cons {
  height: 300px;
}

.cursor-pointer {
  cursor: pointer;
}

.t-scroll-BusAv {
  height: 500px;
}

.table-co {}

.table-scroll table {
  width: 100%;
  min-width: 1140px;
  margin: auto;
}

.table-wAuto table {
  width: 100%;
  min-width: auto !important;
}

.table-wrap {
  position: relative;
}

.table-scroll th,
.table-scroll td {
  vertical-align: top;
}

.table-scroll thead th {
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 4;
  top: 0;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 4;
}

.table-scroll th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

.table-scroll thead th:first-child,
.table-scroll tfoot th:first-child {
  z-index: 5;
}

/* / table scroll*/
.tablePrin td,
.tablePrin th {
  vertical-align: middle;
  padding: .2rem .5rem;
}

.tablePrin thead {}

.tablePrin thead tr {
  font-size: 12px;
  font-weight: bold;
}

.tablePrin thead tr th {
  background: #003049;
  color: #fff;
  /*border: 0px;*/
  padding: 0.4rem 0.8rem;
  line-height: 1.1;
  vertical-align: middle;
}

.tablePrin--1Col thead tr th {
  border-radius: 15px 15px 15px 15px !important;
}

.tablePrin thead tr th:first-child {
  border-radius: 2px 0px 0px 2px !important;
  padding-left: 30px;
}

.tablePrin thead tr th:last-child {
  border-radius: 0px 2px 2px 0px !important;
}

.tablePrin tbody tr:first-child td {
  border-top: 0px solid #dee2e6;
}

.tablePrin tbody tr td {
  font-size: 12px;
  font-weight: 500;
  padding: 0.2rem 0.3rem;
}

.tablePrin tbody tr th {
  font-size: 12px;
  font-weight: 500;
}

.tablePrin tbody tr td:first-child a {
  color: #214C89;
}

.tablePrin tbody tr td:first-child a:hover {
  color: #028BC1;
}

.tablePrin .tableP-titulos {
  display: none;
}

.tablePrin .tableP-Subtitulos {
  display: none;
}

.taP-tx--center {
  text-align: center;
}

.taP-tx--left {
  text-align: left;
}

.taP-tx--right {
  text-align: right;
}

.tb-text-programa {
  display: block;
  margin: 3px 0px;
}

.tb-text-tiempo {}

.tb-text-tiempo-dBlock {
  display: inline-block;
}

.tb-text-actividad {
  display: block;
  margin: 3px 0px;
}

.tablePrin .hora-mala {
  background: #FF0000;
  color: #fff;
  border-radius: 10px;
  padding: 3px 2px 3px;
  line-height: 1;
}

.tablePrin.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(252, 252, 252, 1);
}

.tablePrin.table-striped tbody tr:hover {
  background-color: rgba(241, 244, 247, 1);
}

.tablePrin.table-striped tbody tr:hover:nth-of-type(odd) {
  background-color: rgba(241, 244, 247, 1);
}

.tablePrin.table-striped tbody tr:nth-of-type(odd) th:first-child {
  background-color: rgba(252, 252, 252, 1);
}

.tablePrin.table-striped tbody tr th:first-child {
  background-color: rgba(255, 255, 255, 1);
}

.tablePrin.table-striped tbody tr:hover th:first-child {
  background-color: rgba(241, 244, 247, 1);
}

.tablePrin.table-striped tbody tr:hover:nth-of-type(odd) th:first-child {
  background-color: rgba(241, 244, 247, 1);
}

/* / table ---*/
/* card*/
.boxDatos-cards {
  margin-bottom: 5px;
}

.boxDatos-cards-Equipos {
  margin-bottom: 0px;
}

.cardsDatos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 20px 10px;
  border-radius: 10px;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
  height: 90%;
  position: relative;
}

.cardsDatos-info h2 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1px;
}

.cardsDatos-info .cDat-porcentaje {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  line-height: 1;
  margin-bottom: 0px;
}

.cardsDatos-info .cDat-fecha {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  /*position: absolute;*/
  bottom: auto;
}

.cardsDatos-icono {
  text-align: right;
}

.cardsDatos-icono img {
  width: 35px;
}

.cardsDatosInfo-Tiempos {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  min-width: 140px;
  text-align: center;
  line-height: 1;
}

.cardsDatosInfo-Tiempos .cDInfo-Titulos {
  font-weight: bold;
}

.cardsDatosInfo-acIn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  padding-top: 0;
  margin-top: 5px;
}

.cardsDatosInfo-acIn .grid-acIn {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 5px;
  padding-bottom: 3px;
  border-right: 1px solid #fff;
}

.cardsDatosInfo-acIn .grid-acIn {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 5px;
  border-right: 1px solid #fff;
}

.cardsDatosInfo-acIn .grid-acIn:last-child {
  border-right: 0px solid #fff;
}

.backg-productividad {
  background: rgb(103, 228, 165);
  background: linear-gradient(90deg, rgba(103, 228, 165, 1) 0%, rgba(26, 171, 201, 1) 100%);
}

.backg-improcuctividad {
  background: rgb(255, 0, 0);
  background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(252, 0, 210, 1) 100%);
}

.backg-neutral {
  background: rgb(236, 126, 16);
  background: linear-gradient(90deg, rgba(236, 126, 16, 1) 0%, rgba(125, 91, 57, 1) 100%);
}

.backg-clasificar {
  background: rgb(21, 48, 122);
  background: linear-gradient(90deg, rgba(21, 48, 122, 1) 0%, rgba(47, 122, 142, 1) 100%);
}

/*lista de equipos*/
.backg-compradas {
  background: rgb(40, 116, 166);
  background: linear-gradient(90deg, rgba(40, 116, 166, 1) 0%, rgba(93, 173, 226, 1) 100%);
}

.backg-activas {
  background: rgb(35, 155, 86);
  background: linear-gradient(90deg, rgba(35, 155, 86, 1) 0%, rgba(82, 190, 128, 1) 100%);
}

.backg-migracion {
  background: rgb(125, 60, 152);
  background: linear-gradient(90deg, rgba(125, 60, 152, 1) 0%, rgba(187, 143, 206, 1) 100%);
}

.backg-disponible {
  background: rgb(243, 156, 18);
  background: linear-gradient(90deg, rgba(243, 156, 18, 1) 0%, rgba(247, 220, 111, 1) 100%);
}

/* / lista de equipos*/
/* torta*/
.boxTorta-prin {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.26);
  border-bottom: 1px dashed #dee2e6;
}

.boxGraficTorta-prin {
  width: 100%;
}

.boxGraficTorta-prin .highcharts-series {}

.boxGraficTorta-prin .highcharts-color-0 {
  fill: #48CDB4;
  ;
}

.boxGraficTorta-prin .highcharts-color-1 {
  fill: #FE0083;
}

.boxGraficTorta-prin .highcharts-color-2 {
  fill: #BA6E23;
}

.boxGraficTorta-prin .highcharts-color-3 {
  fill: #2C738C;
}

.boxGraficTorta-prin .highcharts-color-4 {
  fill: red;
}

.graficos-tortaInfo {}

/*barras*/
.boxBarras-prin {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 12px 5px -10px rgba(0, 0, 0, 0.26);
  border-bottom: 1px dashed #dee2e6;
}

.boxGrafic-barras {}

.boxGrafic-barras .highcharts-series rect {
  fill: #106691;
}

/* / barras*/
/* table ---*/
/* / barra de resultados*/
/* equipo*/
.info-Equipo {
  padding-left: 15px;
  margin-bottom: 0px;
}

.info-Equipo li {
  line-height: 1.3;
  margin-bottom: 10px;
}

.info-Equipo li:last-child {
  margin-bottom: 0px;
}

.info-procesador {
  padding-left: 15px;
  margin-bottom: 0px;
}

.info-procesador li {
  line-height: 1.3;
}

.box-imagenEquipo {
  display: inline-block;
  position: relative;
  height: 70px;
  font-size: 12px;
  margin-top: 4px;
}

.box-imagenEquipo img {
  display: inline-block;
  width: auto;
  position: relative;
  cursor: pointer;
  height: 70px;
  border: 1px solid #A5A5A5;
  border-radius: 4px;
}

.box-imagenEquipo img:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #818181;
}

.box-imagenEquipo:after {
  content: "";
  background-image: url(../img/lupa-osc-icono.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  position: absolute;
  top: 34%;
  z-index: 2;
  opacity: 0.4;
  left: 35%;
}

.box-imagenEquipo:hover:after {
  content: "";
  display: none;
}

/* / equipo*/
/* captura de pantallas */
.contenedor-capturas {}

.contenedor-capturas .contenedorimagen {
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}

/* / captura de pantallas */
/* tabs*/
.tabsMain {}

.tabsMain .nav-item.show .nav-link,
.tabsMain .nav-link.active {
  color: #fff;
  background-color: #8B929B;
  border-color: #fff;
  border-bottom: none;
}

.tabsMain .nav-link {
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: none;
  color: #212121;
  text-decoration: none;
  background-color: #EAF0F3;
  font-weight: bold;
  padding: .2rem 1rem;
  font-size: 14px;
}

.tabMain-content {
  padding: 5px 0px 0px;
  border: 1px solid #EAF0F3;
  border-radius: 0px 0px 5px 5px;
}

/* / tabs*/
/*equipos*/
.box-equipoPropietario {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.box-equipoPropietario>div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.cardE-img {
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px !important;
  text-align: left;
}

.cardE-img img {
  max-width: 100%;
}

.box-InfoPropietario {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-InfoPropietario>.col-prop {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.col-prop {
  order: 5;
}

.infoPropi-titu h3 {
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

.infoPropietario {
  font-size: 12px;
}

.infoPropietario h4 {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}


.rowGap-equipos {
  align-items: stretch;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  row-gap: 40px;
  margin-bottom: 40px;
  margin-top: 10px;
}

.rowGap-equipos .col-Eq {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.mg--equipos--Hardware {
  margin-bottom: 35px;
}

.box-cardsEquipos {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: inline-block;
  height: 100%;
  padding: 10px;
  max-width: 310px;
  min-width: 270px;
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  min-height: 390px;
}

.cardEq-Detalle {
  min-height: 55px;
}

.cardEq-img {
  display: block;
  height: 160px;
  text-align: center;
}

.cardEq-titulo {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.cardEq-barraProgress {
  line-height: 1;
  padding: 0;
}

.cardEq-barraProgress progress {
  width: 80%;
  height: 10px;
}

.cardEq-barraProgress progress[value] {
  background-color: #243142;
  border-radius: 0px;
  border: 0px;
}

.cardEq-barraProgress progress::-webkit-progress-value {
  background-color: #26A0DA;
  border-radius: 0px;
  border: 0px;
}

.cardEq-barraProgress progress[value]::-webkit-progress-bar {
  background-color: #243142;
  border-radius: 0px;
  border: 0px;
}

.cardEq-diponible {
  font-size: 16px;
}

.cardEq-descripcion {}

.cardEq-BoxNetworking-info .cardEq-Networking {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.cardEq-BoxNetworking-info .cardEq-Networking:last-child {
  margin-bottom: 0px;
  border-bottom: 0px dashed #ccc;
  padding-bottom: 0px;
}

.cardEq-descripcion::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  width: 100%;
  margin: 15px 0 15px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
  -moz-box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
  box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
}

.cardEq-datoDd-info {}

.cardEq-decLinea-Bt .cardEq-datoDd-info::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  width: 100%;
  margin: 15px 0 15px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
  -moz-box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
  box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
}

.cardEq-decLinea-Bt .cardEq-datoDd-info:last-child::after {
  display: none;
}

.cardEq-datoDd-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.cardEq-datoDd-info .cardEq-tituInf {
  text-align: left;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 300;
}

.cardEq-datoDd-info .cardEq-tituInf strong {
  font-weight: bold;
  display: block;
}

.cardEq-datoDd-info .cardEq-textInf {
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}

.cardEq-datoDd-info .cardEq-textInf strong {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.cardEq-datoDd-info .cardEq-textInfDes {
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}

.cardEq-datoDd-info .cardEq-textInfDes p {
  font-weight: 300;
  display: block;
  margin-bottom: 0px;
  font-size: 12px;
}

.cardEq-datoDd-info .cardEq-textInfDes strong {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.cardEq-datoDd-info .col-dt {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.cardEq-datoDd-info .col--nDisco {
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
}

.cardEq-BoxDetalle {}

.cardEq-decLinea-Bt .cardEq-Detalle::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  width: 100%;
  margin: 15px 0 15px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
  -moz-box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
  box-shadow: 0px 1px 2px 1px rgba(183, 183, 183, 0.6);
}

.cardEq-decLinea-Bt .cardEq-Detalle:first-child::after {
  display: block !important;
}

.cardEq-decLinea-Bt .cardEq-Detalle:last-child::after {
  display: none;
}

/*/ equipos*/
/* card noticias*/
.card-noticias {
  height: 100%;
  background: transparent;
  border: 0px;
}

.card-noticias .card-img-top {
  border-radius: 25px 25px 0px 0px;
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.33);
}

.card-noticias .card-img-top:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.33);
}

.card-noticias .card-body {
  background: #fff;
  border-radius: 0 0 25px 25px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.33);
  padding: 15px 7px;
}

.card-noticias .card-body a {
  color: #003049;
}

.card-noticias .card-title {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

.card-noticias .card-footer {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  border-top: 0px;
  background: transparent;
  padding: 7px 10px;
}

.card-noticias .card-footer small {
  font-size: 12px;
}

/* card noticias*/
/* card tutoriales*/
.card-tutorial {
  background: transparent;
  border: 0px;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  max-width: 300px;
  margin: 0 auto;
}

.card-tutorial .card-header {
  background: transparent;
  padding: 5px 20px;
  border: 0px;
  color: #003049;
  font-weight: bold;
  font-size: 18px;
}

.card-tutorial .card-header strong {
  color: #0aadff;
  font-weight: 700;
}

.card-tutorial .cardImg {
  text-align: center;
  padding: 5px 5px 15px;
}

.card-tutorial img {
  max-width: 80px;
}

.card-tutorial .card-body {
  background: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 25px 25px 0px 0px;
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.10);
}

.card-tutorial .card-body .card-title {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
}

.card-tutorial .card-footer {
  text-align: center;
  padding: 10px 10px 32px;
  position: relative;
  border: 0px;
  background: #fff;
  border-radius: 0 0 25px 25px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  top: -4px;
}

.card-tutorial .cardText-Ver {
  color: #0aadff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;

}

.card-tutorial .cardPlay-ico {
  background: rgb(10, 173, 255);
  border-radius: 50%;
  border: 2px solid #fff;
  bottom: -30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 41%;
  width: 60px;
  height: 60px;
}

.card-tutorial .cardPlay-ico:hover {
  background: #22bffc;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.card-tutorial .cardPlay-ico .cardPlay-icoImg {}

/* / card tutoriales*/
/* busqueda avanzada*/
.box-filtroBusqueda {
  height: 100%;
  position: relative;
}

.box-filtroBusInfo {
  height: 100%;
  max-height: 215px;
  overflow-y: auto;
}

.box-filtroGrid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 1.5%;
}

.box-filtroGrid .col-filtro {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}

.col-filtro-Dise {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #ccc;
}

.col-filtro-Dise-cotent {
  max-height: 75px;
  overflow-y: auto;
}

.filtro-Gel {
  display: block;
}

.boxFiltroMain {
  margin-bottom: 40px;
  margin-top: 30px;
}

.boxSection-general {
  padding: 10px 10px 10px;
}

.boxSection-filtro {
  padding: 10px 10px 10px;
}

.boxSection-filtroBuscar {
  padding: 25px 30px 40px;
}

.boxFormFiltro .form-control {
  border-radius: 1px;
  border: 1px solid #243142;
  font-size: 14px;
  height: 38px;
}

.boxFormFiltro label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.boxFormFiltro .form-group {
  margin-bottom: 10px;
}


.selec-filtro>.form-group .select2 {
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 1px;
  border: 1px solid #243142;
}

.selec-filtro>.form-group .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: 0px solid #ccc;
  border-radius: 4px;
  color: #243142;
  font-size: 16px;
  outline: 0;
  text-align: left;
  margin-top: 5px;
  position: relative;
  font-size: 14px;
  height: 31px;
}

.selec-filtro>.form-group .select2-selection__arrow b {
  border-color: #243142 transparent transparent transparent !important;
}

.selec-filtro>.form-group .select2-selection__arrow {
  border-left: 0px solid #aaa !important;
}

.selec-filtro .select2-selection--single .select2-selection__clear {
  right: 30px !important;
  top: 0px;
}

.boxFormGeneral .form-control {
  border-radius: 1px;
  border: 1px solid #243142;
  font-size: 14px;
  height: 38px;
}

.boxFormGeneral label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.boxFormGeneral .form-group {
  margin-bottom: 10px;
}

.boxFormSelecGeneral .form-control {
  border-radius: 1px;
  border: 1px solid #243142;
  font-size: 14px;
  height: 38px;
  color: #243142;
  font-weight: 500;
}

.boxFormSelecGeneral label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.titu-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.boxFormSelecGeneral .form-group {
  margin-bottom: 10px;
}

.boxFiltroBtn {
  text-align: right;
  display: block;
  position: absolute;
  width: 100%;
  right: 25px;
  bottom: 10px;
}

.box-MensajeFiltro {}

.box-MensajeFiltro h2 {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

.box-MensajeFiltro p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
}

.box-btnAgregarFiltro {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 25px;
}

.titu-tooltip {
  border-bottom: 1px dashed;
}

.titu-inl-block {
  display: inline-block;
}

.box-filtroActividad {
  padding: 2px 15px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  min-width: 100px;
}

.box-asignarHorario label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.box-asignarHorario .help-block {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
}

.box-asignarHorario input {
  border-radius: 1px;
  border: 1px solid #243142;
  font-size: 14px;
  height: 38px;
}

.box-asignarHora .select2 label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.box-asignarHora .form-group label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.box-asignarHora .select2 .select2-selection {
  border-radius: 1px;
  border: 1px solid #243142;
}

.box-asignarHora .form-group select {
  border-radius: 1px;
  border: 1px solid #243142;
}

.filtroActividad-rojo {
  background-color: #FF0000;
  color: #fff;
}

.filtroActividad-verde {
  background-color: #67E4A5;
  color: #fff;
}

.bR-fechasFiltro {
  max-width: 400px !important;
}

.braFechasFiltro-box {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-align: center;
}

.braFechasFiltro-box .form-group {
  margin-bottom: 0px;
  display: inline-block;
}

.braFechasFiltro-box .form-group {
  background: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}

.braFechasFiltro-box .form-group input {
  max-width: 190px;
  border: 0px;
  background: transparent;
  text-align: center;
}

.braFechasFiltro-box .control-label {
  font-size: 13px;
  margin-bottom: 0px;
}

.braFechasFiltro-box .control-label i {
  background-image: url(../img/calendar-icono.svg);
  background-size: 25px;
  width: 25px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.box-titu-table {
  margin-bottom: 5px;
}

.titu-table-deco {
  padding-bottom: 5px;
  border-bottom: 1px solid #dee2e6;
}

.titu-filtro h2 {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

.boxFiltro-ventana {
  margin-bottom: 8px;
  display: block;
}

/*tooltip*/
.tooltip-gen {
  border-bottom: 1px dashed;
  text-decoration: none;
  color: #212529;
  word-break: break-all;
}

.tooltip-gen:hover {
  color: #212529;
}

/*tooltip color*/
.tooltip.show {
  opacity: 0.97 !important;
}

.tooltip-inner {
  background-color: #078ED2;
  line-height: 1.3;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #078ED2 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #078ED2 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #078ED2 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #078ED2 !important;
}

/* / tooltip colo*/
/* / tooltip*/

.barraBuscarEquipo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 5px;
}

.barraBuscarEquipo .col-equipo {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.barraBuscarEquipo .col-equipoBuscardor {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}

.barraBuscarGeneral {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center !important;
  /* margin-top: 5px;
    margin-bottom: 5px;*/
}

.barraBuscarGeneral>div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0px 10px
}

.barraBuscarGeneral .col-BusInputgeneral {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.barraBuscarGeneral .col-BusBtngeneral {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
}

/* buscador full*/
.box-buscarInput-equipos {}

.box-buscarInput-equipos .form-group {
  margin-bottom: 0px !important;

}

.box-buscarInput-equipos .form-group .form-control {
  background: #fff;
  color: #243142;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
}

.box-buscarInput-Gen {}

.box-buscarInput-Gen .form-group {
  margin-bottom: 0px !important;

}

.box-buscarInput-Gen .form-group .form-control {
  background: #fff;
  border-radius: 5px;
  color: #243142;
  max-height: 30px;
  font-size: 13px;
  padding: 5px;
  border: 0px;
}

/* buscador full*/
.bR-col-btBuscar-equipos {
  text-align: right;
}


/* jornada laboral*/
.barraBuscarJornada {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 5px;
}

.barraBuscarJornada>div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.bR-col-Jl-Buscar-width {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px !important;
  flex: 0 0 220px;
  max-width: 220px !important;
}

.box-tituJL-Gene {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.box-tituJL-datos {
  background: #f2f9fd;
  padding: 5px 5px 2px;
}

.box-tituJornada {
  color: #212121;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
}

.box-tituJornada span {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
}

.box-tituJL-dato {
  color: #212121;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
}

.box-selecGeneral select {
  border-radius: 3px;
  border: 1px solid #dee2e6;
  font-size: 14px;
  height: 28px;
  padding: 5px;
}

.box-jornadaInfo {
  margin-bottom: 30px;
  margin-top: 20px;
}

.box-maxW-jornada {
  max-width: 1100px;
}

.bR-col-Jornada {
  max-width: 240px !important;
}

.icono-excel {}

.icono-excel:after {
  content: "";
  background-image: url(../img/excel-icono.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.icono-excelColor {}

.icono-excelColor:after {
  content: "";
  background-image: url(../img/excelColor-icono.svg);
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* home bienvenidos*/
.homeBv-Texdescarga {}

.homeBv-Texdescarga h2 {
  font-size: 16px;
  color: #003049;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.homeBv-Texdescarga p {
  font-size: 16px;
  color: #003049;
  display: block;
}

.homeBv-BoxList-noti>h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #003049;
}

.homeBv-Box-noti {
  margin-bottom: 40px;
}

.homeBv-Box-noti h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #003049;
}

.homeBv-Box-noti img {
  margin-bottom: 10px;
}

.homeBv-Box-noti p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #003049;
}

.homeBv-Box-Intr {
  margin-bottom: 40px;
}

.homeBv-Box-Intr h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #003049;
}

.homeBv-Box-video {
  margin-bottom: 40px;
}

.homeBv-Box-video iframe {
  width: 100%;
  height: 360px;
}

.homeBv-Box-video h3 {
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 15px;
  color: #003049;
}

/* / home bienvenidos*/

.navSelect-dropdown .dropdown-menu {
  padding: 5px;
}

.navSelect-dropdown .dropdown-toggle {
  color: #212121;
  font-weight: bold;
  padding: 3px;
  font-size: 16px;
}

.navSelect-dropdown .dropdown-toggle:hover {
  color: #0697DF;
}

.navSelect-dropdown .dropdown-menu .btn {
  font-size: 12px;
  padding: 5px;
  line-height: 1;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: left;

}

.navSelect-dropdown .dropdown-menu .btn:hover {
  background-color: rgba(241, 244, 247, 1);
}

/*alertas*/

.boxAviso-info-dropdownAlerta {}

.boxAviso-info-dropdownAlerta>.btn {
  padding: 5px 10px 5px 40px;
  background-image: url(../img/icono-alerta-info.png);
  background-repeat: no-repeat;
  background-position: left center;
  /* background-size: 30px; */
  font-size: 15px;
  font-weight: bold;
  margin: 12px 0px;
}

.boxAviso-info-dropdownAlerta .dropdown-menu.show {
  max-width: 500px;
  padding: 10px;
  font-size: 12px;
  border-color: #c7c7c7;
  -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
  font-weight: 500;
}

.box-pg-alerta-bg-gris {
  background-color: rgba(236, 236, 236, 1);
}

.box-pg-alerta-bg-Pd-gris {
  padding: 10px;
  background-color: rgba(231, 231, 231, 1);
  -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
  margin-bottom: 15px;
}

.box-pg-alerta-AmpInfo {
  background-color: rgba(236, 236, 236, 1);
  position: relative;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.box-pg-alerta-border-gris {
  padding: 10px;
  border: 1px dashed rgba(205, 205, 205, 1);
  border-radius: 10px;
}

.btn-closeAlertas {
  color: #fff;
  background-color: #0AADFF;
  border-color: #0AADFF;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 1;
  margin-bottom: 0px;
  padding: 4px 4px;
  text-align: center;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
}

.btn-closeAlertas:hover {
  color: #fff;
  background-color: #078ED2;
  border-color: #078ED2;
}

.box-alerta-Resul {
  /*text-transform: lowercase;*/
  font-weight: 600;
  font-size: 14px;
}

.box-alerta-Resul-scroll {
  max-height: 100px;
  overflow-y: auto;
  margin-right: 28px;
}

.box-esplicacionAlerta {
  position: relative;
  max-width: 600px;
}

.box-esplicacionAlerta .collapse {
  position: absolute;
  z-index: 5;

}

.box-esplicacionAlerta .collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* / alertas */
/* -------------------------------------------- @media*/
@media(max-width:1580px) {
  .t-scrollMax-H {
    height: 300px;
  }

  .t-scroll-infor-Cons {
    height: 300px;
  }

  .t-scroll-BusAv {
    height: 295px;
  }

  .t-scroll-PersPro {
    height: 295px;
  }

  .card-tutorial .cardPlay-ico {
    left: 38%;
  }
}

@media(max-width:1400px) {
  .homeBv-Texdescarga h2 {
    font-size: 12px;
  }

  .homeBv-Texdescarga p {
    font-size: 12px;
  }

  .barraResulBox-main>div {
    padding: 0px 5px
  }

  .barraBuscarGeneral>div {
    padding: 0px 5px
  }

  .bR-col-Jl-fechaIn-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px !important;
    flex: 0 0 220px;
    max-width: 220px !important;
  }

  .bR-col-Jl-fechaFin-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px !important;
    flex: 0 0 300px;
    max-width: 300px !important;
  }

  .braFechas-boxFin .form-group input {
    width: 40%;
  }

  .bR-col-Jl-Buscar-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px !important;
    flex: 0 0 210px;
    max-width: 210px !important;
  }

  .boxSection-talGeneral {
    padding: 5px 0px 0px;
  }

  .bR-col-selecFecha {
    min-width: 200px;
    margin-right: 15px;
    max-width: 250px !important;
  }

  .braFechas-box .form-group input {
    max-width: 90px;
  }

  .bR-col-fechas {
    min-width: 130px;
  }

  .bR-col-fechasFIn {
    min-width: 130px;
  }

  .bR-col-buscarInfo {
    min-width: 130px;
  }

  .braFechas-box {
    text-align: left;
  }

  /* card*/
  .cardsDatos {
    padding: 5px 10px 10px;
  }

  .cardsDatos-icono img {
    width: 30px;
  }

  .cardsDatos-info h2 {
    font-size: 12px;
  }

  .cardsDatos-info .cDat-fecha {
    font-size: 12px;
  }

  .cardsDatos-info .cDat-porcentaje {
    font-size: 22px;
  }

  .rowGap-equipos .col-Eq {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .homeBv-Box-video iframe {
    width: 100%;
    height: 240px;
  }

  /* / card*/
}

@media(max-width:1300px) {
  .homeBv-Box-video iframe {
    width: 100%;
    height: 240px;
  }
}

@media(max-width:1200px) {

  /*login*/
  .box-LoginMain {
    min-height: 300px;
  }

  /* / login*/
  .rowGap-equipos .col-Eq {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bR-col-selecFecha {
    min-width: 150px;
  }

  .braFechas-box .form-group input {
    max-width: 120px;
  }

  .bR-col-Resulfechas {
    min-width: 210px !important;
  }

  .bR-col-selecFecha {
    min-width: 100px;
  }
}

@media(max-width:1024px) {
  .cardE-img {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px !important;
    text-align: left;
  }
}

@media(max-width:992px) {
  .barraBuscarEquipo {
    display: none;
  }

  .barraBuscar-movil-none {
    display: none;
  }

  .mg-cot-lr {
    margin-left: 2%;
    margin-right: 2%;
  }

  .searchReusulBox-main {
    min-height: 30px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .barraResulBox-main {
    display: none;
  }

  .barraRBox-mainMovil {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center !important;
    padding: 5px 0;
  }

  .barraRBox-mainMovil>div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0px 5px
  }
}

@media(max-width:768px) {
  .bR-col-buscador {
    display: none;
  }

  .barraBuscarJornada>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100%;
    max-width: 100% !important;
    margin-bottom: 15px;
  }

  .btn-bra--exportar {
    padding: 2px 5px;
    font-size: 12px;
  }

  .card-tutorial .cardPlay-ico {
    left: 41%;
  }

  /*decoracion*/
  .decoLinea--removerMovil.decoLinea--Right:after {
    display: none;
  }

  .bR-col-Jornada {
    max-width: 100% !important;
  }

  .boxSection-filtro-movil {
    padding: 25px 30px 60px !important;
  }

  /*table scroll*/
  .table-scroll table {
    min-width: auto;
  }

  .table-scroll th:first-child {
    position: -webkit-relative;
    position: relative;
  }

  .tablePrin.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 1);
  }

  .tablePrin.table-striped tbody tr:nth-of-type(odd) th:first-child {
    background-color: rgba(255, 255, 255, 1);
  }

  .t-scrollMax-H {
    height: auto;
  }

  .t-scroll-infor-Cons {
    height: auto;
  }

  .t-scroll-BusAv {
    height: auto;
  }

  .t-scroll-PersPro {
    height: auto;
  }

  /* / table scroll*/
  /*login*/
  .box-site-login {
    display: block;
  }

  .box-LoginMain {
    padding: 60px 20px 30px;
  }

  .login-infonPrin {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .login-imagen {
    max-width: 220px;
    margin: 0 auto;
  }

  /*login*/
  .box-InfoPropietario {
    gap: 2%;
    row-gap: 10px;
  }

  .infoPropi-titu h3 {
    font-size: 16px;
  }

  .box-InfoPropietario>.col-prop {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .infoPropietario {
    border-radius: 0px;
    padding: 10px;
  }

  .cardE-img {
    text-align: center;
  }

  .box-equipoPropietario>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .rowGap-equipos .col-Eq {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .bra-resulFMovil {
    font-size: 14px;
    padding: 0 5px;
  }

  .bra-resulFMovil span {
    font-size: 14px;
  }

  .btn-bra--buscar {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
  }

  .searchReusulBox-main {
    padding-left: 1%;
    padding-right: 1%;
  }

  .mg-cot-lr {
    margin-left: 0%;
    margin-right: 0%;
  }

  .mg-cot-l-r0 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .boxSection-personal {
    padding: 10px;
  }

  .boxSection-talGeneral {
    padding: 10px;
  }

  .boxSection-jornada {
    padding: 10px;
  }

  /* card*/
  .cardsDatos {
    padding: 5px;
  }

  .cardsDatos-icono img {
    width: 28px;
  }

  .cardsDatos-info h2 {
    font-size: 12px;
  }

  .cardsDatos-info .cDat-porcentaje {
    font-size: 22px;
  }

  /* / card*/

  .tablePrin {}

  .tablePrin thead {
    display: none;
  }

  .tablePrin .tableP-Subtitulos {
    display: block;
    font-weight: bold;
  }

  .tablePrin tbody tr:hover .opciones-activador .box-opciones-info {
    display: none;
  }

  .titu-Main {
    font-size: 14px;
  }

  /* table movil*/
  .tableP-Movil tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
  }

  .tPmovil-shadow tbody tr {
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.17);
  }

  .tableP-Movil tbody tr:first-child td {
    border-top: 1px solid #dee2e6;
  }

  .tableP-Movil tr td {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tableP-Movil .colTm-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tableP-Movil .colTm-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .tableP-Movil .colTm-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .tableP-Movil .colTm-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* / table movil*/
  .taP-txMov--left {
    text-align: left !important;
  }

  .taP-txMov--center {
    text-align: center !important;
  }

  .taP-txMov--right {
    text-align: right !important;
  }

  /* sidenav -------*/
  .box-main {
    padding-top: 55px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-movil {
    display: flex;
    position: fixed;
    z-index: 101;
  }

  .logo-sidebar {
    display: none;
  }

  /* / sidenav -------*/
  .personal-titulo h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1;
  }

  /*tabs*/
  .tabsMain .nav-link {
    font-size: 14px;
  }

  /* / tabs*/
  /* torta*/
  .graficos-tortaInfo .highcharts-container {
    width: 100% !important;
  }

  .graficos-tortaInfo .highcharts-container .highcharts-root {
    width: 100% !important;
  }

  .graficos-tortaInfo .highcharts-container .highcharts-background {
    width: 100% !important;
  }

  /* / torta*/
}

@media(max-width:576px) {
  .boxDatos-cards-Equipos {
    padding-left: 5px;
    padding-right: 5px;
  }

  .boxDatos-cards-Equipos .row>div {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .boxDatos-cards {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
  }

  .boxDatos-cards .row>div {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .cardsDatos-info .cDat-fecha {
    font-size: 10px;
  }

  .cardsDatos {
    padding: 5px 5px 8px;
  }

  .rowGap-equipos .col-Eq {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-filtroGrid .col-filtro {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .box-InfoPropietario {
    gap: 0%;
    row-gap: 5px;
  }

  .box-InfoPropietario>.col-prop {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bra-resulFMovil {
    font-size: 14px;
  }

  .bra-resulFMovil span {
    font-size: 12px;
  }

  /*tabs*/
  .tabsMain .nav-link {
    font-size: 12px;
  }

  /* / tabs*/
  .btn-bra--descargaInstalador {
    padding: 10px 5px;
  }

  .cardsDatos-infoMovil {
    flex-direction: column;
  }

  .cardsDatos-infoMovil .cardsDatos-info {
    text-align: center;
    margin-bottom: 5px;
  }

  .cardsDatos-infoMovil .cDat-porcentaje {
    text-align: center;
  }

  .cardsDatosInfo-Tiempos {
    margin-bottom: 5px;
  }

  .btn-PopUp-flotante {
    position: fixed;
    bottom: 5px;
    z-index: 100;
  }

  .btn-PopUp-flotante-Center {
    left: 50%;
    transform: translateX(-50%);
  }

  .btn-PopUp-flotante-Right {
    right: 10px;
  }

  .btn-popUp--guardar:hover {
    color: #fff;
    background-color: #078ED2;
    border-color: #078ED2;
  }

}

/* / contenido principal --------------------------------*/

/* Estilos para popup de sincronizacion de data rezagada */
.container_sincronizacion {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 20rem;
  height: 2rem;
  z-index: 1000;
  border-bottom: 0.5rem solid transparent;
  border-radius: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  overflow-y: hidden;
  padding: 0.5rem 0.2rem 0 0.2rem;
  transition: all linear 0.4s;
  animation: enterContainerSincronizacion 2s ease 1;
}

.container_sincronizacion.hide {
  right: -100%;
  max-height: 10rem;
  transition: all ease 2s;
}

.container_sincronizacion:hover,
.container_sincronizacion.on_hover {
  background-color: rgba(0, 0, 0, 0.9);
  height: 10rem;
  width: 30rem;
  overflow-y: scroll;
}

.container_sincronizacion>* {
  font-size: 0.8rem;
}

.container_sincronizacion__title {
  display: flex;
  width: 100%;
  justify-content: center;
}

.container_sincronizacion__title>* {
  font-size: 0.8rem;
  margin: 0 0.5rem;
}

.container_sincronizacion:hover .container_sincronizacion__title .loader_sincronizacion,
.container_sincronizacion.on_hover .container_sincronizacion__title .loader_sincronizacion {
  display: none;
}

.container_sincronizacion h3 {
  padding: 0.2rem;
}

.container_sincronizacion h3::after {
  content: "...";
  animation: loaderDots ease-in-out 1s infinite
}

.container_sincronizacion .init_loader {
  position: absolute;
  top: 4rem;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-color: transparent;
  border-radius: 50%;
  border: 5px solid #0f0;
  border-right: 5px solid transparent;
  animation: loaderSynAnimation ease-in 0.5s infinite;
  transition: all ease 1s;
}

.container_sincronizacion table {
  width: 100%;
  text-align: center;
  max-height: 10rem;
}

.container_sincronizacion table>tr:first-child {
  position: sticky;
  top: -0.5rem;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.container_sincronizacion table td.sincronizacion__estado {
  display: flex;
  justify-content: center;
  color: #0f0;
}

.loader_sincronizacion {
  position: relative;
  top: 0.2em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0f0;
  border-right: 2px solid transparent;
  animation: loaderSynAnimation ease-in 0.5s infinite
}

@keyframes loaderSynAnimation {
  from {
    transform: rotate(-360deg);
  }
}

@keyframes loaderDots {
  to {
    color: transparent;
  }
}

@keyframes enterContainerSincronizacion {
  from {
    right: -100%;
  }

  to {
    right: 1rem;
  }
}

/* Estilo para el contenedor personalizado */
.custom-time-input {
  display: inline-block;
  align-items: center;
  border: none;
  border-radius: 4px;
  /* Bordes redondeados */
  background-color: #fff;
  /* Fondo blanco */
  padding: 2px 6px;
  /* Espacio interior para el icono y el campo */
  margin-right: 3px;
  /* Espacio a la derecha del contenedor */
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0px;
}

/* Estilo para el campo de entrada de tiempo */
#hora {
  flex: 1;
  /* Expande el campo de entrada para ocupar el espacio restante */
  border: none;
  /* Quita el borde del campo de entrada */
  outline: none;
  /* Quita el borde de enfoque */
  padding: 0;
  /* Quita el espacio interior del campo de entrada */
}

/* Estilo para el icono de reloj */
.clock-icon {
  background-image: url('../img/time_icon.png');
  /* Reemplaza con la ruta a tu icono de reloj */
  background-size: 20px 20px;
  /* Ajusta el tamaño del icono según tus necesidades */
  width: 20px;
  height: 20px;
  border: none;
  margin-left: 2px;
  /* Espacio a la izquierda del icono */
  cursor: pointer;
  /* Agrega un cursor de puntero para indicar que es interactivo */
}

.btn-PopUp-flotante {
  position: fixed;
  bottom: 5px;
  z-index: 100;
}

.btn-PopUp-flotante-Center {
  left: 50%;
  transform: translateX(-50%);
}

.btn-PopUp-flotante-Right {
  right: 10px;
}

/* Fin Estilos para popup de sincronizacion de data rezagada */

/* Estilos para scroll
/* Target the scrollbar track */
::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
  height: 6px;
  /* Height of the scrollbar */
}

/* Target the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background: #0fa7ee;
  border-radius: 6px;
  /* Rounded corners of the thumb */
}

/* Track */
* {
  scrollbar-width: thin;
  /* Set scrollbar width */
}

/* Fin estilos para scroll */

/* Estilos para modal de notificaciones */

#notificacionModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

#notificacionModal .modal-content {
  background-color: transparent;
  width: fit-content;
}

#notificacionModal .modal-body {
  background-color: transparent;
  width: fit-content;
  padding: 0;
}

/* Fin estilos para modal de notificaciones */