@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oleo+Script");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700,400i,700i");
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700");
/* Estilos generales - sizing*/
.vh-100 {
  height: 100vh !important;
}

/* Estilos entorno Desarrollo*/
.desa .sidebar, .desa .bg-dark {
  background-color: #2f7715 !important;
}

.desa .card-login .card-header, .desa .card-login .card-footer {
  background-color: #2f7715 !important;
}

/* Estilos generales iconos */
.icono {
  margin-right: 0.4rem;
}

.icono.fa-circle.green {
  color: #00C300;
}

.icono.fa-circle.red {
  color: red;
}

.icono.fa-circle.yellow {
  color: #ffc107;
}

.icono.fa-circle.grey {
  color: #c1c1c1;
}

.icono.accion {
  cursor: pointer;
}

/* Estilos generales - Upload Drag and Drop*/
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  border-style: dashed;
  border-color: #747474;
  text-align: center;
  position: relative;
}

.upload-drop-zone.drop {
  border-color: #28a745;
}

.upload-drop-zone .botonera-top {
  top: 0.25rem;
  right: 0rem;
  position: absolute;
}

.upload-drop-zone .panel-upload {
  height: -moz-fit-content;
  height: fit-content;
  border: none;
}

.upload-drop-zone .upload-drop-zone-text {
  display: block;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 2rem;
  line-height: 1rem;
}

.upload-drop-zone.drop .upload-drop-zone-text {
  color: #28a745;
}

.upload-drop-zone .upload-drop-zone-icono {
  display: block;
  font-size: 4rem;
  padding-bottom: 1.9rem;
}

.upload-drop-zone .panel-progress {
  width: 100%;
  padding: 2rem;
  margin: auto;
  background-color: #c3c3c3;
  height: 100%;
}

.upload-drop-zone .panel-progress .progress {
  height: 1.5rem;
  width: 100%;
  background-color: #828282;
}

.upload-drop-zone .panel-progress .progress-bar {
  padding: 0.5rem;
}

/*Barras de progreso - Lineales*/
.progress-bar {
  margin: 0.5em 0px;
  height: 17px;
  line-height: 1em;
}

.progress-bar .progreso-bg {
  margin: 0px auto;
  height: 17px;
  background-color: #CCC;
  overflow: hidden;
}

.progress-bar .progreso-bar {
  height: 100%;
  background-color: #2092ed;
}

.progress-bar .progreso-txt {
  height: 17px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  position: relative;
  top: -15px;
}

td .progress-table {
  margin-left: 1rem;
  margin-right: 1rem;
}

td .progress-bar {
  display: inline-block;
  min-width: 100%;
  vertical-align: text-bottom;
  margin: 0px;
}

td .progreso-tareas {
  display: inline-block;
  width: 40px;
}

/* Estilos generales - Paneles*/
.panel-content {
  background-color: white;
  padding: 2rem 1.4rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.panel-content .table {
  margin: 0px;
}

.panel-content .titulo-panel {
  background-color: #555555;
  color: white;
  font-size: 1.2rem;
  padding: 0.6rem 0.8rem;
  line-height: 1.2rem;
  font-weight: 100;
}

.panel-content .titulo-panel b {
  color: #77c2ff;
  font-weight: 500;
}

/* Estilos generales - Blind y paneles flotantes*/
#blind {
  z-index: 1000;
  background-color: #CCC;
  height: 100%;
  width: 100%;
  position: fixed;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0px;
  left: 0px;
}

.panelFlotante {
  z-index: 1001;
  position: fixed;
  padding: 10px;
  width: 35vw;
  height: 250px;
  min-width: 340px;
  max-width: 440px;
  box-sizing: border-box;
  top: calc(50vh - 125px);
  left: calc(50vw - 170px);
  background-color: white;
  border: 2px solid #666;
  box-shadow: 0px 0px 20px #333;
}

.panelFlotante.fullscreen {
  width: 95%;
  height: 95%;
  min-width: inherit;
  max-width: inherit;
  top: 2.5%;
  left: 2.5%;
}

.panelFlotante.cargando {
  height: auto;
  padding: 10px 30px;
}

.panelFlotante.cargando .icono {
  margin-right: 10px;
}

/* Estilos generales - Pestañas tipo nav-tabs */
.nav-tabs .nav-link {
  background-color: #E8EAEC;
  color: #424242;
  font-weight: 500;
  font-size: 0.92rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background-color: #007bff;
  color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: white;
  background-color: #7b7b7b;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  background-color: #F2F2F2;
  text-shadow: 1px 1px white;
  color: #CCC;
  cursor: auto;
}

.tab-content {
  padding: 1.4rem;
}

/* Estilos generales - Ventanas modales*/
.modal .panel-content {
  box-shadow: none;
  background-color: inherit;
}

.modal-header {
  background-color: #555555;
}

.modal-header .modal-title {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.modal-header .close {
  color: white;
}

.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover {
  color: white;
  text-decoration: none;
  opacity: 0.75;
}

.modal-footer {
  border-top: none;
}

/* Estilos Ventana Modal - Datos acceso*/
.modal .datos-acceso ul {
  padding-left: 0.5rem;
}

.modal .datos-acceso li {
  list-style: none;
}

.modal .datos-acceso .col-sm-6 {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

/* Estilos generales - Botonera botones*/
.botonera {
  margin-top: 1rem;
  display: block;
  width: 100%;
}

.botonera button, .botonera a {
  margin: 0px 0.2rem;
}

/* Estilos generales - Botonera Iconos*/
.botonera-iconos {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}

.botonera-iconos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0.2rem;
  min-width: 1.2rem;
}

.botonera-iconos li a {
  display: block;
  width: 100%;
  height: 100%;
}

.botonera-iconos li a:hover {
  text-decoration: none;
}

.botonera-iconos .icono {
  margin: 0px;
  vertical-align: middle;
  font-size: 1rem;
}

.botonera-iconos.table-head {
  position: absolute;
  right: 5rem;
  z-index: 10;
  margin-top: 0.5rem;
}

.botonera-iconos.table-subhead {
  float: right;
}

.botonera-iconos.table-head li, .botonera-iconos.table-subhead li {
  text-align: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

/* Estilos generales - Formularios*/
legend {
  background-color: #555555;
  color: white;
  font-size: 1.2rem;
  padding: 0.6rem 0.8rem;
  line-height: 1.2rem;
  font-weight: 100;
}

legend.apartado {
  background-color: inherit;
  color: inherit;
  font-size: 1.2rem;
  padding: 0.2rem 0px;
  padding-top: 1.2rem;
  margin-bottom: 0px;
  line-height: 1.2rem;
  font-weight: 100;
  border-bottom: 1px solid black;
}

fieldset {
  padding: 0.5rem;
}

label {
  margin-bottom: 0px;
  font-weight: 500;
}

.checklist {
  color: #495057;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  padding: 0.75rem 1.5rem;
}

.checklist label {
  font-weight: inherit;
}

.checklist, textarea {
  min-height: 14rem;
}

/* Error campos formularios */
form .error {
  background-color: #fff5f5;
  border: 1px solid #dc3545 !important;
  color: #dc3545;
}

/*
form .error select, form .error textarea, form .error input[type="text"], form .error input[type="password"], form .error input[type="datetime"], form .error input[type="datetime-local"], form .error input[type="date"], form .error input[type="month"], form .error input[type="time"], form .error input[type="week"], form .error input[type="number"], form .error input[type="email"], form .error input[type="url"], form .error input[type="search"], form .error input[type="tel"], form .error input[type="color"] {
	background-color: #fff5f5;
  border: 1px solid #dc3545 !important;
  color: #dc3545;
}
*/
/* Estilos generales - Tablas*/
.table thead tr.cabecera1 {
  background-color: #555555;
  color: white;
  font-size: 1.2rem;
}

.table thead tr.cabecera1 th {
  padding: 0.7rem 0.8rem;
}

.table thead tr.cabecera2 {
  background-color: #747474;
  color: white;
  font-size: 0.95rem;
  text-align: center;
}

.table thead tr.cabecera2 th {
  padding: 0.4rem;
}

.table thead tr.cabecera3 {
  background-color: #5a97d8;
  color: white;
  font-size: 0.8rem;
  text-align: center;
}

.table thead tr.cabecera3 th {
  padding: 0.4rem;
}

.table thead tr th, .table thead tr td {
  vertical-align: middle;
  border: 1px solid white;
  line-height: 1.2rem;
  font-weight: 100;
}

.table thead tr th.large, .table thead tr td.large {
  min-width: 250px !important;
}

.table tbody tr td {
  vertical-align: middle;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.table tbody tr td b {
  font-weight: 500;
  letter-spacing: -0.04rem;
}

.table tbody td.cabecera2 {
  background-color: #747474;
  color: white;
  font-size: 0.95rem;
  text-align: center;
  font-weight: 100;
}

.table tbody td.cabecera3 {
  background-color: #007bff;
  color: white;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 100;
}

.table tbody tr.subcabecera td {
  border: 1px solid white;
  background-color: #a9b8d2;
  color: #212529;
  font-weight: 500;
}

.table tbody tr.subcabecera td span {
  display: block;
  vertical-align: middle;
  line-height: 1.7rem;
}

.table tfoot tr td {
  background-color: #a9b8d2;
  font-weight: 500;
}

.table tfoot .badge {
  vertical-align: text-bottom;
}

.table th.center, .table td.center {
  text-align: center;
}

.table th.left, .table td.left {
  text-align: left;
}

.table th.right, .table td.right {
  text-align: right;
}

.table th.nowrap, .table td.nowrap {
  white-space: nowrap;
}

.table th.rotate, .table td.rotate {
  vertical-align: bottom;
  padding: 0px 15px !important;
}

.table th.rotate span, .table td.rotate span {
  display: block;
  transform: rotate(-90deg);
  padding: 0px;
  margin: 0px;
  white-space: nowrap;
  width: 0px;
}

.table th.ellipsis > div, .table td.ellipsis > div {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.3em;
}

.table .titulo-matriz {
  min-height: 100px;
  height: 190px;
  background-color: #555555;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}

/*Estilos badge*/
.badge {
  padding: 0.25rem 1rem;
  border-radius: 0.6rem;
  margin: 0px 0.4rem;
  vertical-align: text-bottom;
}

.badge.accion {
  cursor: pointer;
}

.badge .icono {
  margin-right: 0rem;
  margin-left: 0.4rem;
}

/*Estilos Miga de Pan*/
.breadcrumb {
  font-size: 0.8rem;
  padding: 0.4rem 0.75rem;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  padding-right: 0.3rem;
  content: "\f0da";
}

/* Estilos login y forgot-password*/
#login.bg-imagen {
  width: 100vw;
  height: 100vh;
  /*background: url(../login/imagenes/bg-login.jpg) no-repeat center center scroll;*/
  background-size: cover;
}

.card-login {
  max-width: 30rem;
}

.card-login .card-header {
  background-color: hsl(185, 86%, 30%);
  color: white;
  font-size: 2.2rem;
}

.card-login .card-body {
  padding: 3.5rem 2.5rem;
  padding-bottom: 1rem;
}

.card-login .card-footer {
  background-color: hsl(185, 86%, 30%);
}

.card-login .brand-logo {
  width: 45%;
}

.card-login .brand-tittle {
  font-family: "Oleo Script", cursive;
  color: #FFFFFF;
  font-size: 3rem;
  text-shadow: 2px 2px 2px #000000;
}

.card-forgot-password {
  max-width: 50rem;
}

.card-forgot-password .card-header {
  font-weight: 600;
  font-size: 1.5rem;
}

.card-forgot-password form {
  max-width: 30rem;
}

.card-forgot-password .g-recaptcha > div {
  width: 100% !important;
  text-align: center;
}

/*Estilos Navigation Top*/
.navbar-brand .brand-logo {
  width: 50px;
}

.navbar-brand .brand-tittle {
  vertical-align: middle;
}

#sidebarToggle {
  font-size: 1.5rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(83, 166, 255);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(83, 166, 255, 0.75);
}

/*Estilos Navigation Sidebar*/
.sidebar .nav-item .dropdown-menu .dropdown-item .icono {
  color: hsl(211, 100%, 50%);
  font-size: 1.1rem;
  vertical-align: top;
}

.sidebar .nav-item .dropdown-menu .dropdown-item::before {
  display: none;
}

/*User Profile*/
.profile-usertitle {
  display: inline-block;
  vertical-align: middle;
}

.profile-usertitle-name {
  padding: 0px 1rem;
}

.profile-usertitle-role {
  color: white;
  padding: 0px 1rem;
  font-size: 0.9em;
}

.profile-usertitle-photo {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: 50% 50%;
  background-color: white;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 2px solid white;
  display: inline-block;
  vertical-align: middle;
}

.profile-usertitle-photo.dark-border {
  border: 2px solid #CCCCCC;
}

.table .profile-usertitle-photo {
  width: 40px;
  height: 40px;
}

#roleDropdownMenu {
  padding: 1.2rem 0.5rem;
}

#roleDropdownMenu .icono {
  margin: 0px;
}

/*Estilos Main Content*/
main h1 {
  font-size: 1.8rem;
  padding: 0.2rem;
  border-bottom: 1px solid;
  margin-bottom: 1.5rem;
}

main h1::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  padding-right: 0.5rem;
  content: "\f009";
}

/*Estilos Paneles Indicadores y Estadisticas*/
.panel-indicador {
  color: #fff;
  padding: 1.5rem;
  background-color: #2092ed;
  border-radius: 0.5rem;
}

.panel-indicador .valor {
  font-weight: 700;
  font-size: 1.5rem;
}

.panel-indicador .metrica {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.panel-indicador .icono-metrica {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.8rem;
  right: 2rem;
  color: rgba(255, 255, 255, 0.2);
}

/* Ajustes para que el recaptcha de google sea responsive */
@media screen and (max-width: 425px) {
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  #rc-imageselect {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
@media screen and (max-width: 375px) {
  .g-recaptcha {
    transform: scale(0.58);
    transform-origin: 0 0;
  }
  #rc-imageselect {
    transform: scale(0.58);
    transform-origin: 0 0;
  }
}