*,
*:before,
*:after {
  box-sizing: border-box;
}

.preload {
  width: 200px;
}

.preload-status {
  overflow: hidden;
  height: 50px;
  border-left: 4px solid var(--second-color);
  border-right: 4px solid var(--second-color);
}

.preload-status-bar {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 30px;
  background: #2f77ff;
  border: 1px solid #2f99ff;
  box-shadow: 0px 0px 4px 1px #2f92ff;
  left: -200px;
  animation: move 1.5s infinite cubic-bezier(0.75, 0, 0.25, 1);
}

.preload-status-info {
  opacity: 1;
  margin-top: -22px;
  width: 100%;
  height: 30px;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  color: #2f99ff;
  animation: fade 1.5s infinite cubic-bezier(0.75, 0, 0.25, 1);
}

@keyframes move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(400px);
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
}
@font-face {
  font-family: "Titulos";
  src: url("dist/fonts/AlegreyaSansSC-Regular.ttf");
}
@font-face {
  font-family: "Parrafos";
  src: url("dist/fonts/Montserrat-Regular.ttf");
}

:root {
  --first-color: #33414e;
  --second-color: #2b3d51;
  --option-nav: rgba(126, 126, 126, 0.5);
  --select-nav: rgba(66, 66, 66, 0.74);
  --option-infoBar: #ffd559;
  --color-one: #f5f5f5;
  --color-two: #24292e;
  --color-three: #607d8b;
  /*--color-three: #0366D6;*/
  --form-color: #14111a;
  --accent-color: #253556;
  /*--accent-color: #455A64;*/
  --border-color: #d8d8d8;
}

html,
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 11px;
  font-family: "Parrafos" !important;
  background-color: #fff;
  /*background-color: #f5f5f5;*/
}

header {
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
}

main {
  flex: 1;
  padding: 20px;
}

footer {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e4e5e5;
  background: #f5f5f5;
  color: #333;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  padding: 10px;
}
.bolded {
  font-weight: bold;
}
.modal-open {
  overflow: hidden;
  position: fixed;
}

.tile:hover > .tile-icon > i,
.tile:hover > .tile-number {
  color: rgba(43, 174, 168, 1);
}
.tile-title,
.tile-icon,
.tile-number {
  position: absolute;
}
.tile-icon,
.tile-number {
  bottom: 0;
  height: 140px;
  width: 150px;
}
.tile-icon {
  left: 0;
}
.tile-icon > i {
  line-height: 140px;
  font-size: 117px;
}
.tile-icon > i,
.tile-number {
  color: rgba(43, 174, 168, 0.4);
  transition: all 0.3s ease-in-out;
}
.tile-number {
  right: 0;
  /*-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;*/
}
.tile-number > p {
  font-size: 70px;
}
.tile-number > small {
  font-size: 17px;
}

.tile-title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: rgb(43, 174, 168);
  color: #fff;
  top: 0;
  left: 0;
}

.viewport-lg {
  position: absolute;
}

.media-hover {
  padding: 7px;
  border-radius: 4px;
}
.media-hover:hover {
  background-color: #f5f5f5;
}
.all-tittles {
  font-family: "Titulos" !important;
}
.center-box {
  margin: 0 auto;
}
.full-reset {
  margin: 0;
  padding: 0;
  width: 100%;
}
.material-input-disabled {
  pointer-events: none;
}
ul.nav-tabs li a:focus {
  outline: none;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
span.label-mhover {
  margin-right: 7px;
  margin-top: 12px;
  padding: 5px 12px;
}
.text-help {
  font-size: 19px;
}
.full-cover-background {
  background-attachment: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  width: 100%;
}
/*********==========Login*/
.login-container {
  /* background-image: url("../assets/img/font-login.png");*/
  width: 100%;
  height: 100%;
  padding: 10px;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
}
.form-container {
  color: #000;
  padding: 5px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0);
  position: relative;
  width: 100%;
  max-width: 400px;
}
.group-material-login {
  position: relative;
  margin-bottom: 25px;
}
.material-login-control,
.material-control-login {
  /*  background-color: transparent;*/
  font-size: 12px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  color: #000;
}
.material-login-control:focus {
  outline: none;
}
.group-material-login label {
  font-style: normal;
  background: none;
  padding: 0%;
  margin-bottom: 0%;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all 0.2s ease;
}
/* Estado activo */
input.material-login-control:focus:valid ~ label,
input.material-login-control:valid ~ label {
  top: -15px;
  font-size: 11px;
  color: #999;
}
input.material-login-control:focus:invalid:required,
input.material-login-control:invalid:required {
  outline: none;
  box-shadow: none;
}

select.material-control-login:focus:valid ~ label,
select.material-control-login:valid ~ label {
  top: -15px;
  font-size: 11px;
  background: transparent;
  color: #999;
}
input.material-login-control:disabled ~ label,
input.material-login-control:read-only ~ label {
  top: -15px;
  font-size: 11px;
  color: #999;
}
select.material-control-login:focus:invalid:required ~ label,
select.material-control-login:invalid:required ~ label {
  top: 10px;
  font-size: 14px;
  background: transparent;
  color: rgb(0, 0, 0);
}

select.material-control-login:focus:valid ~ label,
select.material-control-login:valid ~ label,
select.material-control-login:disabled ~ label,
select.material-control-login:read-only ~ label {
  top: -15px;
  font-size: 11px;
  background: transparent;
  color: #999;
}

/*Barra de formularios material desing*/
.bar-login {
  position: relative;
  display: block;
  width: 100%;
}
.bar-login::before,
.bar-login::after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0.5px;
  position: absolute;
  background: #000;
  transition: all 0.2s ease;
}
.bar-login::before {
  left: 50%;
}
.bar-login::after {
  right: 50%;
}
input.material-login-control:focus ~ .bar-login::before,
input.material-login-control:focus ~ .bar-login::after {
  width: 50%;
}
.btn-login {
  background-color: transparent;
  text-align: center;
  border: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 3%;
  right: 3%;
}
.btn-login:hover {
  border: none;
  box-shadow: none;
}
.btn-login:focus,
.btn-login:active {
  outline: none;
  border: none;
  box-shadow: none;
}
label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}
.radio-inline label:hover {
  cursor: pointer;
}
select.material-control-login {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent url(../assets/icons/SelectMaterialIndicator-white.png) no-repeat scroll right 0.75rem center /
    15px 8px;
}
select.material-control-login:hover {
  cursor: pointer;
}

/*********==========Tablas con divs*/
.div-table {
  display: table !important;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  background-color: #fff;
  height: auto !important;
}
.div-table-row {
  display: table-row !important;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
}
.div-table-row:hover {
  background-color: #f5f5f5;
}
.div-table-row .div-table-cell:first-child {
  border-left: 1px solid #e1e1e1;
}
.div-table-cell {
  display: table-cell !important;
  margin: 0;
  padding: 0;
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  text-align: center;
}
.div-table-head,
.div-table-head:hover {
  background-color: #dff0d8;
  font-size: 17px;
  font-weight: bolder;
}
.div-table-head .div-table-cell {
  border-top: 1px solid #e1e1e1 !important;
}
.div-table-row-list .div-table-cell {
  border: none;
}
.div-table-row-list {
  border: none;
}
.div-table-row-list .div-table-cell:first-child {
  border-left: none;
}

/*********==========Navs*/
.navbar-user-top {
  background-color: var(--second-color);
  height: 55px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 7;
}
.navbar-user-top > ul {
  height: 55px;
  padding: 0 15px;
  margin: 0;
  box-shadow: 0 1px 7px rgba(0 0 0 / 73%);
}
.navbar-user-top > ul > li {
  display: inline-block;
  /*float: right;*/
  color: rgba(255, 255, 255, 0.4);
  height: 55px;
  margin: 0 12px;
  text-align: center;
  cursor: pointer;
  line-height: 55px;
}
.navbar-user-top > ul > li:hover {
  color: var(--option-infoBar);
}
.navbar-user-top > ul > li:hover span.badge {
  background-color: #e34724;
}
.navbar-user-top > ul > li > i {
  font-size: 27px;
  line-height: 55px;
}
.navbar-user-top > ul > figure > img {
  width: 45px;
  float: right;
  height: 45px;
  border: 2px solid #728890;
  margin-top: 5px;
}

.boton-user {
  height: 30px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 7;
}
.boton-user > ul {
  height: 55px;
  padding: 0 0px;
  text-align: center;
  margin: 0;
}
.boton-user > ul > li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  height: 55px;
  margin: 0 12px;
  text-align: center;
  cursor: pointer;
  line-height: 55px;
}
.boton-user > ul > li:hover {
  color: var(--option-infoBar);
}
.boton-user > ul > li:hover span.badge {
  background-color: #e34724;
}
.boton-user > ul > li > i {
  font-size: 25px;
  line-height: 5px;
}

.navbar-lateral {
  width: 200px;
  background-image: url("../assets/img/nav-lateral.jpg");
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.nav-lateral-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 90%;
  margin: 0 auto;
}
.container-menu-movile {
  height: 100% !important;
  background-color: rgba(43, 61, 81, 0.8);
}
.logo {
  height: 55px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  overflow: hidden;
}
.content-page-container {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  /*background-color: #f5f5f5;*/
  padding-left: 200px;
  box-sizing: border-box;
}
.content-nav-container {
  height: auto;
  position: fixed;
  z-index: 2;
  width: 100%;
  padding-left: 200px;
  box-sizing: border-box;
}
.nav-lateral-list-menu ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.nav-lateral-list-menu ul li a,
.nav-lateral-list-menu ul li div {
  width: 100%;
  min-height: 20px;
  line-height: 25px;
  display: block;
  padding: 0;
  padding-left: 15px;
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.nav-lateral-list-menu i {
  font-size: 18px;
  line-height: 25px;
}
.nav-lateral-list-menu ul li a {
  padding-left: 10px;
  border-left: 5px solid transparent;
  transition: 0.3s all ease-in-out;
}
.nav-lateral-list-menu ul li a:hover {
  background-color: var(--select-nav);
  border-left: 5px solid var(--option-infoBar);
  margin-left: 5px;
}
.nav-lateral-list-menu ul li a:active,
.nav-lateral-list-menu ul li a:focus {
  outline: none;
}
.nav-lateral-list-menu ul li ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.09);
}
.nav-lateral-list-menu ul li div {
  cursor: pointer;
}
.nav-lateral-list-menu ul li ul li a {
  padding-left: 10px;
  border-left: 5px solid transparent;
  transition: 0.3s all ease-in-out;
}
.nav-lateral-list-menu ul li ul li a:hover {
  border-left: 5px solid var(--option-infoBar);
}
.dropdown-menu-button-active {
  background-color: var(--option-nav);
}
/*Mostrar/ocultar NavLateral ================*/
.desktopMenu.navbar-lateral {
  display: none;
}
.desktopMenu.content-page-container {
  width: 100%;
  padding-left: 0;
}
.desktopMenu.container {
  padding-left: 10px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 1330px;
}

/*Pie de pagina================*/
.footer {
  background-color: var(--first-color);
  /*height: auto;*/
  color: #fff;
  padding-top: 20px;
  margin-top: 0px;
}

.footer-copyright {
  margin-top: 10px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  background-color: var(--second-color);
}
.footer-social {
  cursor: pointer;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.footer-social:hover {
  color: #ffd054;
  transform: scale(1.7);
}
.zoom-icon {
  cursor: pointer;
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}
.zoom-icon:hover {
  /*color: #ffd054;*/
  transform: scale(1.3);
}
/*Contenedores de formularios ================*/
.container-flat-form {
  width: 98%;
  margin: 25px auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  position: relative;
  padding-bottom: 25px;
}
.title-flat-form {
  background-color: #e34724;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 50px;
}
.title-flat-green {
  background-color: #16a085;
}
.title-flat-blue {
  background-color: #3598d9;
}
/*Controles de formularios material desing ================*/
.group-material {
  position: relative;
  margin-bottom: 25px;
}
input.material-control,
textarea.material-control,
select.material-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #555;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s linear;
  transition: all 2.2s linear;
}
select.material-control:focus:valid ~ label,
select.material-control:valid ~ label,
select.material-control:disabled ~ label,
select.material-control:read-only ~ label {
  top: -10px;
  font-size: 12px;
  /*font-weight: 700;*/
  color: #5264ae;
  /*font-weight: normal;*/
}

select.material-control:focus:invalid ~ label,
select.material-control:invalid ~ label {
  top: -10px;
  font-size: 12px;
  color: #e34724;
  font-weight: normal;
}

select.selectpicker:focus:invalid ~ label,
select.selectpicker:invalid ~ label {
  top: -10px !important;
  font-size: 12px !important;
  color: #e34724 !important;
  font-weight: normal !important;
}

select.material-control,
select.no-style {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+)
    no-repeat 100% 50%;
  padding-right: 25px;
}
select.material-control:hover,
select.no-style {
  cursor: pointer;
}
/*Estado activo
input.material-control:focus,
select.material-control {
  top: -10px;
  font-size: 14px;
  color: #5264ae;
}*/
/*Label de formularios material desing ================*/
.group-material label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 5px;
  transition: all 0.2s ease;
}
/* Estado activo */

input.material-control:focus:valid ~ label,
input.material-control:valid ~ label,
input.material-control:read-only ~ label {
  top: -10px;
  font-size: 12px;
  color: #5264ae;
}

textarea.material-control:focus:valid ~ label,
textarea.material-control:valid ~ label,
textarea.material-control:read-only ~ label {
  top: -10px;
  font-size: 12px;
  color: #5264ae;
}

/*
input.material-control:valid ~ label::before {
  content: "✓   ";
}
select.material-control:valid ~ label::before {
  content: "✓   ";
}*/
input.material-control:focus:invalid ~ label,
textarea.material-control:focus:invalid ~ label {
  top: -10px;
  font-size: 12px;
  color: #e34724;
  font-weight: normal;
}
input.material-control:invalid ~ label,
textarea.material-control:invalid ~ label {
  font-size: 13px;
  color: #fc9c87;
  font-weight: normal;
}

input.material-control ~ label,
textarea.material-control ~ label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}
input.material-control:focus ~ label,
textarea.material-control:focus ~ label {
  top: -10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

/*
input.material-control:focus:invalid ~ label::after {
  content: "Requerido";
  margin: 0 5px;
  padding: 0 5px;
  font-size: 10px;
  color: #fff;
  background-color: #e34724;
  border-radius: 4px;
  font-weight: normal;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fff inset;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #000;
}

input.material-control,
textarea.material-control,
select.material-control {
  outline: none !important;
  border: 1px solid #333;
}
input.material-control:focus:invalid:required,
input.material-control:invalid:required {
  outline: none !important;
  box-shadow: none;
}

textarea.material-control:focus:invalid:required,
textarea.material-control:invalid:required {
  outline: none !important;
  box-shadow: none;
}

input.material-control:focus:valid,
textarea.material-control:focus:valid,
select.material-control:focus:valid {
  outline: none !important;
  border: 1px solid #5264ae;
}

input.material-control:focus:invalid {
  outline: none !important;
  border: 1px solid #5264ae;
}
select.material-control:focus:invalid {
  outline: none !important;
  border: 1px solid #5264ae;
}
textarea.material-control:focus:invalid {
  outline: none !important;
  border: 1px solid #5264ae;
}

/*
input.material-control:focus:invalid,
select.material-control:focus:invalid {
  outline: none !important;
  border: 2px solid #e34724;
}
*/
input.material-control:focus:read-only,
textarea.material-control:focus:read-only,
select.material-control:focus:disabled {
  outline: none !important;
  border: 1px solid #5264ae;
  cursor: not-allowed;
}

input.material-app-control:focus:read-only,
textarea.material-app-control:focus:read-only,
select.material-control-app:focus:disabled {
  background-color: #f9f9f9;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #999;
  cursor: not-allowed;
}

input.material-app-control:read-only,
textarea.material-app-control:read-only,
select.material-control-app:focus:disabled {
  background-color: #f9f9f9;
  outline: none !important;
  border: none;
  border-bottom: 1px solid #999;
  cursor: not-allowed;
}

input.material-control:hover:read-only,
textarea.material-control:hover:read-only,
select.material-control:hover:disabled {
  cursor: not-allowed;
}

input.material-app-control:hover:read-only,
textarea.material-app-control:hover:read-only,
select.material-control-app:hover:disabled {
  cursor: not-allowed;
}
input.material-control:read-only,
textarea.material-control:read-only,
select.material-control:disabled {
  border: 1px solid #bdbdbd;
}

/* ============= colores iconos ==========*/
.icon-color-red {
  color: #b71c1c;
}
/* ============= Estilos home ============= */
.tile {
  max-width: 300px;
  height: 200px;
  background-color: #fff;
  color: rgba(43, 174, 168, 1);
  position: relative;
  display: inline-block;
  /* box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2); */
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
}

.tile-num {
  height: 110px;
  line-height: 110px;
  position: relative;
}

.tile-num {
  background-color: #f5f5f5;
  font-size: 40px;
}
.tile-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  padding: 0 10px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  max-width: 95%;
  min-width: 60%;
  width: auto;
}
/*.tile:hover i {
  transform: scale(1.5);
  color: #303f9f;
}*/
/* ============= Estilos report ============= */
.report-content {
  padding: 30px 0;
  color: #0288d1;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}
.report-content,
.report-content p i {
  transition: all 0.4s ease-in-out;
}
.report-content p i:hover {
  color: #f57c00;
  cursor: pointer;
}
.report-content:hover {
  color: #b71c1c;
  border: 1px solid rgba(183, 28, 28, 0.2);
}
.report-content:hover p i {
  transform: scale(1.3);
}
/* ============= Estilos catalog ============= */
.list-catalog {
  font-size: 20px;
  margin: 0 7px;
  display: inline-block;
  transition: 0.2s all ease-in-out;
  padding: 2px 7px;
  color: #6686a2;
}
.list-catalog:hover {
  cursor: pointer;
  color: rgb(0, 0, 150);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  background-color: #fff;
}
.list-catalog.active {
  color: rgba(0, 0, 150, 0.9);
  cursor: text;
  border-bottom: 1px solid rgba(0, 0, 150, 0.4);
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}
/*=======================================================================================================
=                                        Other styles                                                  =
========================================================================================================*/

.table.dataTable.dataTable_width_auto {
  width: auto !important;
}

table#tab_listg_contribuyentes.display tbody tr:nth-child(even):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_listg_contribuyentes.display tbody tr:nth-child(odd):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}
table#tab_busq_contribuyente.display tbody tr:nth-child(even):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_busq_contribuyente.display tbody tr:nth-child(odd):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_lst_det_cond2.display tbody tr:nth-child(even):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_lst_det_cond2.display tbody tr:nth-child(odd):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_listg_inmuebles.display tbody tr:nth-child(even):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_listg_inmuebles.display tbody tr:nth-child(odd):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_list_det_cond.display tbody tr:nth-child(even):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_list_det_cond.display tbody tr:nth-child(odd):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_listg_inmuebles.display tbody tr:nth-child(even):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

table#tab_listg_inmuebles.display tbody tr:nth-child(odd):hover td {
  background-color: #edffee !important;
  cursor: pointer;
}

.select_dt {
  background: transparent;
  border-radius: 3px;
}
/* SEPARACION ITEM TABLAS*/
#tab_doc_pago td,
#pagosMP td {
  padding: 1px;
}

#myTable td,
#myTableDocs td {
  padding: 3px;
}

#myTable-deb td,
#myTableDocs td {
  padding: 2px;
}

#myTable-gen td,
#myTableDocs td {
  padding: 2px;
}

#myTable-tra td,
#myTableDocs td {
  padding: 2px;
}

#myTable-nc td,
#myTableDocs td {
  padding: 2px;
}

#myTable-dp td,
#myTableDocs td {
  padding: 2px;
}

#myTable-che td,
#myTableDocs td {
  padding: 2px;
}

table th {
  text-align: center;
}

.ir-arriba {
  display: none;
  padding: 5px;
  background: #333;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 1px;
  z-index: 10;
}

input[type="checkbox"] {
  transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  padding: 10px;
}
input[type="radio"] {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  padding: 10px;
}

.titulo-page {
  min-height: 16.43px;
  padding: 1px;
  max-width: 99%;
  /*border-bottom: 1px solid #e5e5e5;*/
  color: black;
  background-color: lavender;
  margin-bottom: 10px;
}
.modal-lx {
  max-width: 90% !important;
}
.modal-header {
  padding: 5px;
  padding: 5px;
  text-align: center;
  color: black;
}

.modal-header-home {
  padding: 5px;
  padding: 5px;
  background-color: lavender;
  text-align: left;
}

.modal-header .close {
  margin-top: -40px !important;
}
.modal-body {
  overflow-x: auto;
}
.form-padding {
  padding: 15px;
}
.box {
  margin-bottom: 30px;
  margin-top: -10px;
}

.btn.btn-green {
  background: #fff;
  color: #49b6d6;
  border-color: #49b6d6;
}
.btn.btn-verde {
  background: #fff;
  color: #008822;
  border-color: #008822;
}

.btn.btn-verde:focus,
.btn.btn-verde:hover {
  background: #008822;
  border-color: #008822;
  -webkit-box-shadow: 0 3px 8px #cec9c9;
  -moz-box-shadow: 0 3px 8px #cec9c9;
  box-shadow: 0 3px 8px #cec9c9;
  color: #fff;
}

.btn.btn-green:focus,
.btn.btn-green:hover {
  background: #3491ad;
  border-color: #3491ad;
  -webkit-box-shadow: 0 3px 8px #cec9c9;
  -moz-box-shadow: 0 3px 8px #cec9c9;
  box-shadow: 0 3px 8px #cec9c9;
  color: #fff;
}

.btn.btn-orange {
  background: #fff;
  color: #008a8a;
  border-color: #008a8a;
}

.btn.btn-orange:focus,
.btn.btn-orange:hover {
  background-color: #017272;
  border-color: #017272;
  /*background: #fe470d;*/
  -webkit-box-shadow: 0 3px 8px #cec9c9;
  -moz-box-shadow: 0 3px 8px #cec9c9;
  box-shadow: 0 3px 8px #cec9c9;
  color: #fff;
}

.btn.btn-gray {
  background: #fff;
  color: #919599;
  border-color: #919599;
}

.btn.btn-gray:focus,
.btn.btn-gray:hover {
  background: #868b8f;
  -webkit-box-shadow: 0 3px 8px #cec9c9;
  -moz-box-shadow: 0 3px 8px #cec9c9;
  box-shadow: 0 3px 8px #cec9c9;
  color: #fff;
}

.btn .fa {
  margin: 0 5px;
}

.btn.disabled,
.btn:disabled {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  color: #9b9999;
  background: #eee;
  border-color: #fff;
}

.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:focus,
.btn:disabled:hover {
  background: #eee;
}

.form-footer {
  padding: 15px;
  text-align: right;
  /*border-top: 1px solid #e5e5e5;*/
}
.form-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.form-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.form-footer .btn-block + .btn-block {
  margin-left: 0;
}
.form-footer:after,
.form-footer:before {
  display: table;
  content: " ";
}
.form-footer:after {
  clear: both;
}
/*=======================================================================================================
=                                        Media queries                                                  =
========================================================================================================*/
/* col-xs */
@media (max-width: 767px) {
  .navbar-lateral {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: transparent;
    background-image: none;
    display: none;
  }
  .container-menu-movile {
    width: 320px;
    position: relative;
    z-index: 7;
    background-color: var(--second-color);
  }
  .content-page-container {
    padding-left: 0;
  }
  .font-movile-menu {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    height: 100%;
    width: 100%;
  }
  .navbar-user-top > ul > li {
    margin: 0 10px;
  }
  form.form_SRCB {
    padding: 7px;
  }
  .table-responsive {
    margin-bottom: 0 !important;
    border: none !important;
  }
  .modal-body {
    max-height: 300px;
  }
}

.tile-container {
  text-align: center;
  padding: 20px 25px;
}

.tile {
  height: 200px;
  width: 200px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  color: var(--accent-color);
  border: 1px solid var(--border-color);
  /*border-radius: 3px;*/
  user-select: none;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.tile:hover {
  text-decoration: none;
  border-color: var(--color-three);
}
.tile:focus,
.tile:active {
  outline: none;
}
.tile-tittle {
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  /* text-transform: uppercase; */
  border-bottom: 1px solid var(--border-color);
  transition: all 0.2s ease-in-out;
  font-family: "Titulos";
}
.tile:hover .tile-tittle {
  color: #fff;
  border-color: var(--color-three);
  background-color: var(--color-three);
}
.tile-icon {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 1px;
}
.tile-icon > i {
  font-size: 80px;
}
.tile-icon > p {
  font-family: "Parrafos";
  height: 35px;
  line-height: 35px;
}
.tile:hover .tile-icon > i,
.tile:hover .tile-icon > p {
  color: var(--color-three);
}

.full-box {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
}

/* cuadros reportes*/
:root {
  --rojo: #dc3545;
  --amarillo: #ffc107;
  --gris: #6c757d;
  --verde: #28a745;
  --red: hsl(0, 78%, 62%);
  --cyan: hsl(180, 62%, 55%);
  --orange: hsl(34, 97%, 64%);
  --blue: hsl(212, 86%, 64%);
  --varyDarkBlue: hsl(234, 12%, 34%);
  --grayishBlue: hsl(229, 6%, 66%);
  --veryLightGray: hsl(0, 0%, 98%);
  --weight1: 200;
  --weight2: 400;
  --weight3: 600;
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}

@media (max-width: 400px) {
  h1 {
    font-size: 1.5rem;
  }
}

.header {
  text-align: center;
  line-height: 0.8;
  margin-bottom: 50px;
  margin-top: 100px;
}

.header p {
  margin: 0 auto;
  line-height: 2;
  color: var(--grayishBlue);
}

.box p {
  color: var(--grayishBlue);
}

.box {
  box-shadow: 0px 30px 40px -20px var(--grayishBlue);
  padding: 10px;
}

@media (max-width: 450px) {
  .box {
    height: 200px;
  }
}

@media (max-width: 950px) and (min-width: 450px) {
  .box {
    text-align: center;
    height: 180px;
  }
}

.cyan {
  border-top: 3px solid var(--cyan);
}
.red {
  border-top: 3px solid var(--red);
}
.blue {
  border-top: 3px solid var(--blue);
}
.orange {
  border-top: 3px solid var(--orange);
}

.rojo {
  border-top: 5px solid var(--rojo);
}
.amarillo {
  border-top: 5px solid var(--amarillo);
}
.gris {
  border-top: 5px solid var(--gris);
}
.verde {
  border-top: 5px solid var(--verde);
}

h2 {
  color: var(--varyDarkBlue);
  font-weight: var(--weight3);
}

@media (min-width: 950px) {
  .row1-container {
    display: flex;
    align-items: center;
  }

  .row2-container {
    display: flex;
    align-items: center;
  }
  .box-down {
    position: relative;
    top: 150px;
  }
  .box {
    width: 100%;
  }
}
.header_fijo thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  background: rgb(228, 228, 228);
  color: #000;
}
@media (max-width: 767px) {
  .table-responsive .dropdown-menu {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    overflow: visible;
  }
}
.table-group-dt {
  /* background-color: #e0e0e0; */
  font-size: 9px;
  /*font-weight: bold;*/
  padding: 1px;
}
.table-group-dt > tbody > tr > td {
  padding: 1px;
}

/*
PESTAÑAS DOCUMENTOS
*/

/* panel */
.panel {
  margin-top: 25px;
  max-width: 99%;
}
.panel .panel-heading {
  padding: 5px 5px 0 5px;
}
.panel .nav-tabs {
  border-bottom: none;
}

/* inactive tabs */
.nav > li > a {
  background-color: #f5f5f5;
  color: #676767;
  border-color: #dddddd;
  border-width: 1px;
  padding: 5px 15px;
  line-height: 2;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
.nav > li > a:active {
  background-color: #f5f5f5;
  color: #676767;
}
.nav > li > a:focus {
  background-color: #f5f5f5;
  color: #676767;
}
.nav > li > a:hover {
  background-color: #eeeeee;
  color: #676767;
  border-color: #dddddd;
}

/* active tabs */
.nav > li.active > a:hover {
  color: #222222;
}

/* buttons */
.btn-default.btn-outline:active,
.btn-default.btn-outline:focus,
.btn-default.btn-outline {
  color: #676767;
  border-color: #676767;
  background-color: transparent;
  border-width: 2px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-default.btn-outline:hover {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
  border-width: 2px;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}

/* panel buttons */
.btn-group button.btn.btn-outline.btn-default {
  background-color: #f5f5f5;
  color: #676767;
  border-color: #dddddd;
  border-width: 1px;
  padding: 5px 15px;
  line-height: 2;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
.btn-group button.btn.btn-outline.btn-default:focus {
  background-color: #f5f5f5;
}
.btn-group button.btn.btn-outline.btn-default:active {
  background-color: #f5f5f5;
}
.btn-group button.btn.btn-outline.btn-default:hover {
  background-color: #eeeeee;
  border-width: 1px;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}

.btn-outline.btn-highlight {
  color: #676767;
  border-color: #676767;
  background-color: transparent;
  border-width: 2px;
}
.my-pointer {
  cursor: pointer;
}
/*Chrome:*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Firefox:*/
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}
/*Other*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**********File Inputs**********/
.container-input {
  text-align: center;
  /*background: #282828;
  border-top: 5px solid #c39f77;*/
  /*padding: 50px 0;*/
  border-radius: 6px;
  width: 100%;
  /* margin: 0 auto;*/
  /*margin-bottom: 20px;*/
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.iborrainputfile {
  font-size: 16px;
  font-weight: normal;
  font-family: "Lato";
}

/* style 1 */

.inputfile-1 + label {
  color: #fff;
  background-color: #106ba0;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #055280;
}

/* style 2 */

.inputfile-2 + label {
  color: #c39f77;
  border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #9f8465;
}

/* style 3 */

.inputfile-3 + label {
  color: #fff;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
  color: #c39f77;
}

/* style 4 */

.inputfile-4 + label {
  color: #fff;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
  color: #c39f77;
}

/* style 5 */

.inputfile-5 + label {
  color: #c39f77;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
  color: #9f8465;
}

.inputfile-5 + label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #c39f77;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
  background-color: #9f8465;
}

.inputfile-5 + label svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* style 6 */

.inputfile-6 + label {
  color: #c39f77;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  color: #9f8465;
}

.inputfile-6 + label figure {
  width: 100px;
  height: 135px;
  background-color: #c39f77;
  display: block;
  position: relative;
  padding: 30px;
  margin: 0 auto 10px;
}

.inputfile-6:focus + label figure,
.inputfile-6.has-focus + label figure,
.inputfile-6 + label:hover figure {
  background-color: #9f8465;
}

.inputfile-6 + label figure::before,
.inputfile-6 + label figure::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

.inputfile-6 + label figure::before {
  border-top: 20px solid #282828;
  border-left: 20px solid transparent;
}

.inputfile-6 + label figure::after {
  border-bottom: 20px solid #9f8465;
  border-right: 20px solid transparent;
}

.inputfile-6:focus + label figure::after,
.inputfile-6.has-focus + label figure::after,
.inputfile-6 + label:hover figure::after {
  border-bottom-color: #c39f77;
}

.inputfile-6 + label svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* style 7 */

.inputfile-7 + label {
  color: #c39f77;
}

.inputfile-7 + label {
  border: 1px solid #c39f77;
  font-size: 1rem;
  background-color: #fff;
  padding: 0;
}

.inputfile-7:focus + label,
.inputfile-7.has-focus + label,
.inputfile-7 + label:hover {
  border-color: #9f8465;
}

.inputfile-7 + label span,
.inputfile-7 + label strong {
  padding: 0.625rem 1.25rem;
}

.inputfile-7 + label span {
  width: 200px;
  min-height: 1em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

.inputfile-7 + label strong {
  height: 100%;
  color: #fff;
  background-color: #c39f77;
  display: inline-block;
}

.inputfile-7:focus + label strong,
.inputfile-7.has-focus + label strong,
.inputfile-7 + label:hover strong {
  background-color: #9f8465;
}

@media screen and (max-width: 50em) {
  .inputfile-7 + label strong {
    display: block;
  }
}
/**********End File Inputs**********/
.background-image {
  position: fixed;
  /*        display: block;*/
  background-image: url("../assets/img/login/1.jpg");
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  align-items: center;
  justify-content: center;
  animation: fadeIn 3s ease;
  /*  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }

  10% {
    opacity: 1;
    filter: brightness(1.3) blur(10px);
  }
}

.waviy {
  position: realtive;

  -webkit-box-reflect: below -5px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.waviy span {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  font-size: 2.5rem;
  color: #000000;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes waviy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-20px);
  }
}
/*
   ******prueba******
   */

/*********==========prueba*/

.app-container {
  /* background-image: url("../assets/img/font-app.png");*/
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container {
  color: #000;
  padding: 5px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255);
  position: relative;
  width: 100%;
  max-width: 400px;
  /* box-shadow: 0 5px 15px rgb(0 0 0 / 60%);*/
}
.group-material-app {
  position: relative;
  margin-bottom: 25px;
}
.material-app-control,
.material-control-app {
  background-color: aliceblue;
  font-size: 12px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 1px solid #999;
  outline: none;
}
.material-app-control:focus {
  outline: none;
}
.group-material-app label {
  font-style: italic;
  background: none;
  padding: 0%;
  margin-bottom: 0%;
  color: #919191;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: all 0.1s ease;
}
/* Estado activo */
input.material-app-control:focus:valid ~ label,
input.material-app-control:valid ~ label,
textarea.material-app-control:focus:valid ~ label,
textarea.material-app-control:valid ~ label {
  top: -15px;
  font-style: normal;
  font-size: 12px;
  color: #001d99;
}
input.material-app-control:focus:invalid:required,
input.material-app-control:invalid:required,
textarea.material-app-control:focus:invalid:required,
textarea.material-app-control:invalid:required {
  outline: none;
  box-shadow: none;
}

select.material-control-app:focus:valid ~ label,
select.material-control-app:valid ~ label {
  top: -15px;
  font-size: 12px;
  background: transparent;
  color: #001d99;
}
input.material-app-control:disabled ~ label,
input.material-app-control:read-only ~ label,
textarea.material-app-control:disabled ~ label,
textarea.material-app-control:read-only ~ label {
  top: -15px;
  font-size: 12px;
  color: #001d99;
}
select.material-control-app:focus:invalid:required ~ label,
select.material-control-app:invalid:required ~ label {
  top: 10px;
  font-style: italic;
  font-size: 12px;
  background: transparent;
  color: #919191;
}

input.time:focus:invalid ~ label,
input.time:invalid ~ label {
  top: -15px;
  font-size: 12px;
  color: #001d99;
}

select.material-control-app:focus:valid ~ label,
select.material-control-app:valid ~ label,
select.material-control-app:disabled ~ label,
select.material-control-app:read-only ~ label {
  top: -15px;
  font-style: normal;
  font-size: 12px;
  background: transparent;
  color: #001d99;
}

/*Barra de formularios material desing*/
.bar-app {
  position: relative;
  display: block;
  width: 100%;
}
.bar-app::before,
.bar-app::after {
  content: "";
  height: 2px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background: #5264ae;
  transition: all 0.2s ease;
}
.bar-app::before {
  left: 50%;
}
.bar-app::after {
  right: 50%;
}
input.material-app-control:focus ~ .bar-app::before,
input.material-app-control:focus ~ .bar-app::after,
textarea.material-app-control:focus ~ .bar-app::before,
textarea.material-app-control:focus ~ .bar-app::after {
  width: 50%;
}
.btn-app {
  background-color: transparent;
  text-align: center;
  border: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 3%;
  right: 3%;
}
.btn-app:hover {
  border: none;
  box-shadow: none;
}
.btn-app:focus,
.btn-app:active {
  outline: none;
  border: none;
  box-shadow: none;
}
label {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.6);
}
.radio-inline label:hover {
  cursor: pointer;
}

textarea.material-app-control {
  height: auto;
}

select.material-control-app {
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent url(../assets/icons/SelectMaterialIndicator-white.png) no-repeat scroll right 0.75rem center /
    13px 8px;
  background-color: aliceblue;
}
select.material-control-app:hover {
  cursor: pointer;
}

/***************************/

.grid {
  display: grid;
  grid-template-columns: 72% 28%;
  width: 100%;
  height: 100%;
}
.order__left {
  order: 2;
  overflow: overlay;
  /*padding: 40px;*/
}
.order__right {
  order: 1;
}
.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.no__overflow {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.form {
  max-width: 500px;
}

.justify__space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 26px 0;
}

.img-login {
  height: 100%;
  width: 100%;
  /*object-fit: cover;*/
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  div.order__right {
    display: none;
  }
  .grid {
    grid-template-columns: auto;
  }
  .order__left {
    order: 2;
    padding: 20px;
  }
  .order__right {
    order: 1;
  }
  .centered {
    align-items: flex-start;
  }
  .no__overflow {
    align-items: flex-start;
  }
  h4 {
    text-align: center;
  }
  .img-login {
    width: 100vw;
  }
}

@media only screen and (max-height: 600px) {
  .img-login {
    width: 120%;
  }
}

@media only screen and (min-width: 901px) {
  div.order__right {
    display: block;
  }
}
#main-header {
  background: #757575;
  color: #ffffff;
  height: 70px;

  width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
  /* left: 0; /* Posicionamos la cabecera al lado izquierdo */
  top: 0; /* Posicionamos la cabecera pegada arriba */
  /*position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}
#main-header a {
  color: #ffffff;
}

#main-footer {
  background: #ffffff;
  color: #9b9b9b;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
}
#main-footer p {
  margin: 0;
}

#main-footer a {
  color: #9b9b9b;
}

#logo-header {
  float: left;
  padding: 15px 0 0 20px;
  text-decoration: none;
}
#logo-header:hover {
  color: #ffffff;
}

#logo-header .site-name {
  display: block;
  font-weight: 500;
  font-size: 1.5em;
}

#logo-header .site-desc {
  display: block;
  font-weight: 300;
  font-size: 1em;
  color: #ffffff;
}

.contenido-principal {
  pointer-events: auto;
}

.contenedor {
  align-items: center;

  justify-content: center;
  height: 95%;
  overflow: hidden;
}

.elemento {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.tile-container-home {
  text-align: center;
  padding: 10px 15px;
}

.tile-home {
  height: 240px;
  width: 250px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid var(--border-color);
  /*border-radius: 3px;*/
  user-select: none;
  transition: all 0.3s ease-in-out;
  /* background-color: #fff; */
}
/* .tile-home:hover {
  text-decoration: none;
  border-color: #000;
} */
.tile-home:focus,
.tile-home:active {
  outline: none;
}
.tile-tittle-home {
  margin: 0;
  width: 100%;
  padding: 0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  /* text-transform: uppercase; */
  border-bottom: 1px solid var(--border-color);
  transition: all 0.2s ease-in-out;
  font-family: "Titulos";
  color: #000;
}
/* .tile-home:hover .tile-tittle-home {
  color: #000;
  border-color: #000;
  background-color: var(--color-three);
} */
.tile-icon-home {
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  padding-top: 1px;
  color: #000;
}
.tile-icon-home > i {
  font-size: 80px;
}
.tile-icon-home > p {
  font-family: "Parrafos";
  height: 35px;
  line-height: 35px;
}

/* .tile-home:hover .tile-icon-home > i,
.tile-home:hover .tile-icon-home > p {
  color: var(--color-three);
} */
.table-report > thead > tr > th,
.table-report > tfoot > tr > th {
  vertical-align: middle;
  background-color: lavender !important;
}
.empty-state-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 20px;
  background-color: #f8f9fa;
}

.empty-state {
  text-align: center;
  max-width: 500px;
  padding: 40px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transform: translateY(0);
  transition: all 0.3s ease;
}

.empty-state:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.empty-state-icon {
  margin-bottom: 25px;
  color: #4a6cf7;
}

.empty-state-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #2d3748;
  font-weight: 600;
}

.empty-state-description {
  font-size: 1.1rem;
  color: #718096;
  margin-bottom: 30px;
  line-height: 1.6;
}
/* select2 */
/* Tamaño de fuente y estilos base */
.select2-container--default .select2-results__option {
  font-size: 14px !important; /* Tamaño de letra 14px */
  padding: 8px 12px !important;
  /* transition: all 0.2s ease !important; */
}

/* Efecto hover con borde izquierdo azul */
.select2-container--default .select2-results__option--highlighted {
  color: #007bff !important;
  background-color: #f8f9fa !important;
  border-left: 3px solid #007bff !important;
  padding-left: 9px !important; /* Compensa el ancho del borde */
}

/* Checkmark para opciones seleccionadas */
.select2-check-mark {
  color: #28a745;
  font-weight: bold;
  margin-right: 8px;
  width: 15px;
  display: inline-block;
  font-size: 16px;
}

/* Estilo para el dropdown abierto */
.select2-container--open .select2-dropdown {
  /* border-color: #80bdff; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Opción seleccionada en la lista */
.select2-results__option[aria-selected=true] {
  background-color: #e9ecef !important;
  position: relative;
}