﻿@import url('https://fonts.googleapis.com/css2?family=Nunito&family=Nunito+Sans:opsz,wght@6..12,300&display=swap');
body {
    font-family: 'Nunito', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    font-size:1em;
}
input[type="number"]
{
    margin: 0;
}
h3{
	color:#030F40;
	font-weight: normal;
}
h4{
	color:#f1894c;
	font-size:1.5em;
	font-weight: normal;
}
h5{
	color:#ed666c;
	font-size:1.1em;
	font-weight: normal;
}
h6{
	color:#363636;
	font-size:1em;
	font-weight: normal;
}
.mGrid {
    width: 100%;
    margin: 5px 0 10px 0;
}
.mGrid tr {
	background: #ffffff;
}
.mGrid td {
    padding: 2px;
    border:none;
    color: #717171;
}
.mGrid th {
    padding: 8px 2px;
    color: #0a4c86;
    text-align:center;
    background-color: #f9f9f9;
    border-bottom: solid 1px #e9e9e9;
    border-left:none;
    border-right:none;
    font-size: 1em;
    font-weight:300;
}

.mGrid .alt {
    background-color: #fff;
}

.mGrid .pgr {
    background-color: #0a4c86;
}

.mGrid .pgr table {
    margin: 5px 0;
}
.mGrid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}
.mGrid .pgr a {
    color: #fff;
    text-decoration: none;
}
.mGrid .pgr a:hover {
    color: #000;
    text-decoration: none;
}
.divisor {
    border-bottom: 1px solid; border-color: #c1c1c1; padding:2px 0px 2px 0px; overflow:hidden; height:100%;
}
.titulos {
    font-size:18px; font-weight:300; text-align:center; color: #fff; padding-top:10px;
}
.encabezado {
    font-size:1.4em; font-weight:400; text-align:center; color: #0a4c86; line-height: 1.3;
}
.usuario {
    font-size:14px; font-weight:500; text-align:center; color: #AADC14;
}

.listbx {
    border-style:none; overflow-y:hidden; border:0px;
}

.cmd {
    padding:10px;
}
.cmd2 {
    padding:10px;
	width: 120px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #ff6a00;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.pGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px grey;
    border-collapse: collapse;
}

.pGrid td {
    padding: 2px;
    border: none;
    color: #717171;
}

.pGrid th {
    padding: 8px 2px;
    color: #0a4c86;
    text-align:center;
    background-color: #f9f9f9;
    border-bottom: solid 1px #e9e9e9;
    border-left:none;
    border-right:none;
    font-size: 1em;
    font-weight:300;
}

.pGrid .alt {
    background-color: #fff;
}

.pGrid .pgr {
    background-color: #0a4c86;
}

.pGrid .pgr table {
    margin: 5px 0;
}

.pGrid .pgr td {
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

.pGrid .pgr a {
    color: #fff;
    text-decoration: none;
}

.pGrid .pgr a:hover {
    color: #000;
    text-decoration: none;
}

.btn-borde {
    padding: 1rem 2rem;
    border:2px solid #0a4c86;
    border-radius:4px;
    color: #0a4c86;
    background-color:white;
    margin:10px;
    text-align:right;
}

.btn-borde:hover, .btn-borde:active, .btn-borde:focus {
    box-shadow:0 0 6px #aaa;
    background-size:18px;
    border-radius:4px;
    margin:10px;
}

.cmdprocesar {
    background-image:url("../images/iconoprocesar.png");
    background-repeat:no-repeat;
    background-position:10% 50%;
}

.cmdexportar {
    background-image:url("../images/iconoexcel.png");
    background-repeat:no-repeat;
    background-position:10% 50%;
}

.cmdimprimir {
    background-image:url("../images/iconoimprimir.png");
    background-repeat:no-repeat;
    background-position:10% 50%;
}

.cmdnuevo {
    background-image:url("../images/icononuevo.png");
    background-repeat:no-repeat;
    background-position:10% 50%;
}

.cmdguardar {
    background-image:url("../images/iconoguardar.png");
    background-repeat:no-repeat;
    background-position:10% 50%;
}

.cmdsalir {
    background-image:url("../images/iconosalir.png");
    background-repeat:no-repeat;
    background-position:10% 50%;
}

.imgbtn {
    background-repeat:no-repeat;
    vertical-align:middle;
    text-align:center;
    padding:5px;
}

.imgbtn:hover {
    box-shadow:0 0 6px #aaa;
    padding:5px;
    background-size:18px;
    border-radius:4px;
}

.titulosp {
    height: 30px;
    color: #525252;
    line-height: 30px;
    text-align: left;
    font-size:2em;
    border-bottom:solid 1px #c1c1c1;
    padding-bottom:40px;
}

/*input[type="text"], input[type="password"], select, input[type="date"], input[type="time"]{
    border-bottom: 2px solid #e9e9e9;
    border-left:none;
    border-right:none;
    border-top:none;
    background-color:transparent !important;
    }

input[type="text"]:focus, input[type="password"]:focus, select:focus, input[type="date"]:focus, input[type="time"]:focus{
    border-bottom: 2px solid #030F40;
    border-left:none;
    border-right:none;
    border-top:none;
    outline:0;
}*/

  .checkbox-wrapper-28 {
    --size: 25px;
    position: relative;
  }

  .checkbox-wrapper-28 *,
  .checkbox-wrapper-28 *:before,
  .checkbox-wrapper-28 *:after {
    box-sizing: border-box;
  }

  .checkbox-wrapper-28 .promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .checkbox-wrapper-28 input:checked ~ svg {
    height: calc(var(--size) * 0.6);
    -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
            animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  }
  .checkbox-wrapper-28 label:active::after {
    background-color: #e6e6e6;
  }
  .checkbox-wrapper-28 label {
    line-height: var(--size);
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-28 label:after {
    content: "";
    height: var(--size);
    width: var(--size);
    margin-right: 8px;
    float: left;
    border: 2px solid #0080d3;
    border-radius: 3px;
    transition: 0.15s all ease-out;
  }
  .checkbox-wrapper-28 svg {
    stroke: #0080d3;
    stroke-width: 3px;
    height: 0;
    width: calc(var(--size) * 0.6);
    position: absolute;
    left: calc(var(--size) * 0.21);
    top: calc(var(--size) * 0.2);
    stroke-dasharray: 33;
  }

  @-webkit-keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }



.textobglogin{ 
    background-image:url("../images/iconousesiong.png");
    background-repeat:no-repeat;
    background-position:98% 50%;
}
.textobglogin:focus{ 
    background-image:url("../images/iconousesion.png");
    background-repeat:no-repeat;
    background-position:98% 50%;
}
.textobgpassword{ 
    background-image:url("../images/iconopsesiong.png");
    background-repeat:no-repeat;
    background-position:98% 50%;
}
.textobgpassword:focus{ 
    background-image:url("../images/iconopsesion.png");
    background-repeat:no-repeat;
    background-position:98% 50%;
}

header {
  position: sticky;
  top: 0;
  background-color: #030F40;
  padding:10px; 
  overflow:hidden; 
  width:100%;
  z-index:1000;
}

footer.sticky-footer{
	flex-shrink:0;
	width:100%;
	background-color:#FFC229;
	}
footer.sticky-footer .copyright{
	font-size:.9rem
	}
	#cabecera {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#cabecera > div {
  width: 50%;
}

.form-step {
    border: 0px;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #a7c934;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
    font-weight: normal;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #ed666c !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #030F40 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #ed666c !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #dee2e6;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #a7c934 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #a7c934 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #a7c934 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: normal;
}
.form-stepper a {
    cursor: default;
}
.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #030F40;
    background-color: #030F40;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.d-none {
    display: none;
}
  .checkbox-wrapper-31:hover .check {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .checkbox-wrapper-31 .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
  }
  .checkbox-wrapper-31 input[type=checkbox]:hover {
    cursor: pointer;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .background {
    fill: #6cbe45;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
  }
  .loader-page {
    position: fixed;
    z-index: 25000;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
  }
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(50, 150, 176);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(50, 150, 176,.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  }
  .password-wrapper {
    position: relative;
  }
  
  .toggle-button {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 25px;
    cursor: pointer;
  }
  
  .eye-icon {
    width: 20px;
    height: 20px;
  }


  #modalContent{
    position:absolute;
    top:30%;
    left:35%;
    z-index:6;
    float:left;

    width:300px;
    color:#888888;
    padding:15px;
    border-radius:5px;
    background:#ffffff;
 }
 
 #modal{
    position:fixed;
    top:0px;
    left:0px;
    z-index:5;
    float:left;
    width:100%;
    height:100%;
    display:none;
    opacity:0;
 }
 
 #modal > a{
    position:fixed;
    top:0px;
    left:0px;
    z-index:1;
    float:left;
    width:100%;
    height:100%;
 }
 
 :target{
    display:block!important;
    opacity:1!important;
 }
 
 #modalContent > a{
    position:absolute;
    top:-4px;
    right:-4px;
    color: #fff;
    border-radius:2px;
    background:#f7be68;
    padding:10px;
    font-size: 30px;
    text-decoration: none;
 }