html,
body {
  font-size: 0.9rem;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: url(../../admin/imagenes/bkg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}

.fondo_rojo {
  display: block;
  background: #FF0000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

.fondo_amarillo {
  display: block;
  background: #FFFF00;
  width: 100%;
  height: 100%;
  text-align: center;
}

.fondo_naranja {
  display: block;
  background: #FF8000;
  width: 100%;
  height: 100%;
  text-align: center;
}

.fondo_verde {
  display: block;
  background: #008f39;
  width: 100%;
  height: 100%;
  text-align: center;
}

.logo {
  margin: 0 auto 0 auto;
}

.ancho-recuadro-login {
  width: 25%;
}

.titulo_login {
  color: #333;
}

.margen-arriba-20 {
  margin-top: 20px;
}

.margen-abajo-20 {
  margin-bottom: 20px;
}

.padding-left-0 {
  padding-left: 0px;
}

.mensaje-error {
  margin-top: 10px;
  font-size: 14px
}

.linea-vertical {
  border-right: 1px solid #333;
}

.texto-derecha {
  text-align: right;
}

p.btn {
  margin-bottom: 0px;
}

.btn-ingresar,
.btn-enviar {
  color: #fff;
  background-color: #0c537c;
  border-color: #0c537c
}

.btn-ingresar:hover,
.btn-enviar:hover {
  color: #fff;
  background-color: #59a02f;
  border-color: #59a02f
}

.btn-ingresar.disabled,
.btn-ingresar:disabled,
.btn-enviar.disabled,
.btn-enviar:disabled {
  color: #fff;
  background-color: #0c537c;
  border-color: #0c537c
}

.btn-cancelar {
  color: #fff;
  background-color: #bd2130;
  border-color: #bd2130
}

.btn-cancelar:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-cancelar.disabled,
.btn-cancelar:disabled {
  color: #fff;
  background-color: #bd2130;
  border-color: #bd2130
}

a.btn-olvide-clave {
  color: #0c537c;
  text-decoration: none;
  opacity: 0.5;
  font-size: 14px;
}

a.btn-olvide-clave:hover {
  color: #0c537c;
  text-decoration: none;
  opacity: 1;
  font-size: 14px;
}

.form-input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #d8d9da;
  background-color: #09090b;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #262628;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: inset 1px 0 4px 0 hsla(0, 0%, 58.8%, .1);
  box-shadow: inset 1px 0 4px 0 hsla(0, 0%, 58.8%, .1);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.login-form-input {
  border: 1px solid #8daac5;
  border-radius: 4px;
  opacity: .5;
  background: #000;
  color: #fbfbfb;
}

.form-control {
  font-size: 14px;
}

.table_datos {
  border: 1px solid #999999;
  padding: 5px;
  margin: 25px 0 10px 0;
  width: 100%;
  font-size: 0.8rem;
}

.table_datos_titulo {
  border: 1px solid #999999;
  padding: 5px;
  background: #666;
  color: #fff;
}

.table_datos_data {
  border: 1px solid #999999;
  padding: 5px;
}

.text-align-center {
  text-align: center;
}

.notificacion-ayuda {
  font-size: 0.8rem;
  margin-bottom: 0px;
  border: 1px solid #333;
  padding: 10px 10px 10px 10px;
  margin-top: 15px;
}

.texto-notificacion-ayuda {
  color: #ff0000;
  font-weight: bold;
}

.texto-soporte-ayuda {
  font-size: 14px;
}

.reporte-resultado {
  margin-top: 0px;
  border: 2px solid grey;
  border-radius: 10px;
  padding: 10px;
}

.over {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 110;
}

.loader {
  border: 16px solid rgba(0, 0, 0, 0.1);
  border-top: 16px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.loading-text {
  width: 90px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 45px);
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#pop_loader {
  z-index: 2061;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 50%;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(185, 185, 185);
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #eaeaea;
}

/* fin nuevo css */

.modal-dialog .modal-custom {
  width: 1500px;
}


.back_inicio {
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
  /*background: url(../imagenes/bkg2.png) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -2;
}

.container {
  height: 200px;
  position: relative;
  border: 3px solid green;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pop {
  z-index: 1061;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15%;
  border: 2px solid #000;
  border-radius: 20px;
}

#pop_2 {
  z-index: 1061;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15%;
  border: 2px solid #000;
  border-radius: 20px;
}

#pop_3 {
  z-index: 1061;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 50%;
  overflow-y: scroll;
  border-left: 2px solid #ccc;
}

#pop_cancelar {
  z-index: 1061;
  text-align: center;
  background: none;
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 15%;
  border: none;
}

#pop_seguimiento {
  z-index: 1061;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 25%;
  border: 2px solid #000;
  border-radius: 20px;
}

ul.dropdown-menu {
  background: #999;
}

ul.dropdown-menu a {
  padding: 5px 5px 5px 3px;
  display: block;
  background: #999;
  color: #eaeaea;
  border-bottom: 1px solid #fff;
}

ul.dropdown-menu a:hover {
  text-decoration: none;
  color: #fff;
}

ul.dropdown-menu a:last-child {
  padding: 5px 5px 0px 3px;
  border-bottom: none;
}

.dropdown-toggle {
  color: #e5e5e5;
}

.dropdown-toggle:hover {
  color: #fff;
}

.last-item {
  border-bottom: none;
}

@media (max-width: 575.98px) {
  p.letras {
    font-size: 6px;
  }
}

@media (max-width: 767.98px) {
  p.letras {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  p.letras {
    font-size: 14px;
  }
}

@media (max-width: 1199.98px) {
  p.letras {
    font-size: 16px;
  }
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 1.7em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
  color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked~label:before,
.funkyradio-danger input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked~label:before,
.funkyradio-warning input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked~label:before,
.funkyradio-info input[type="checkbox"]:checked~label:before {
  color: #fff;
  background-color: #5bc0de;
}

.fade.in {
  opacity: 1;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header .close {
  display: none;
}

.contenedor {
  width: 90%;
  margin: 20px auto 0 auto;
}

.row-contenedor {
  margin-top: 0px;
}

.h3-contenedor {
  color: #666;
}

.tabla_opciones {
  color: #666;
  border-left: 2px solid #666;
  margin-top: 25px;
  width: 90%;
}

.celda {
  padding: 20px 20px 0px 40px;
  vertical-align: top;
}

.subitems {
  font-size: 0.8em
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 255, 255);
}