﻿
body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    background-image:url(Img/fondointerior.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed 
}

@media (min-width: 768px) {
    #cuadro{
      margin-top: 27%;
    }

}

.logcen{
   
    margin: .6%;
    display: inline-block;
    position: relative;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}
    */

/*Modalmsj pdf */
.PDFF {
    width:100%;
    height:700px;
}

.modal-dialogmio {
 
 margin-left:39% !important;
 margin-top:15%  !important;
  margin: 0.5rem;
  pointer-events: none;
    align-items: center;
}   
                                       /*Acceso*/
#cuadro{
    background-color: rgba(0,0,0,0.2);
     border-radius: 35% 15rem / 100px 30%; 
    /*background-image:url(Img/recuadro.png);
    background-repeat:no-repeat;
    max-width:289px;
    margin-top: 15%;*/
}

.logo{
    margin-top: 15%;
    min-width: 289px;
    max-width: 80%;
    margin-bottom: 5%;
    margin-left: 20%
}

#conte{
  margin-top: 35%;
}
                                        /* loader*/
.cargando {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(94, 94,94, 0.6);
    background-size: cover;
    z-index: 1100;
    display: none;
}

.contenido-cargando {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1005;
    transform: translateY(-50%);
    color: whitesmoke;
}

.img-redonda {
    border-radius: 50px;
}
                                        /* Pie Pag */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #003765;
    text-align: center;
}

.footer > p {
    display: inline-block;
    margin: 1rem;
    border-bottom: 1px solid whitesmoke;
}

.panel-footer {
    background: transparent;
}

.footer > a {
    color: black;
}

.fechErr{
    border-color:red !important;
    background-image:url(svg/exclamation-circle-red.svg) !important ;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem);
}

                                        /* table */
.tab-content{
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 1px solid #003765;
    border-right: 1px solid #003765;
    border-bottom: 1px solid #003765;
}
.contenedor-tabla{
    background-color:#e2e2e2;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: rgba(202, 202, 202, 0.9);
}
.table th {
        background-color: #003765;
        color: white;
        font: bolder;
        text-align:center;
    }
.table td{
    text-align:center;
    color:#003765;
}


.fset-mod{
    background-color:blue;
}

.l2{
    display: block;
      padding: 0.5rem 1rem;
      text-decoration: none;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      color: white;
}


.l2:hover {
    color: white !important;
}
  

                                           /* contenerdores */
.Ctn{
    border-color:#003765;
    border-width:1px;
    border-style:solid;
}


/*.redimension {
  border-radius: 5% 5% 5% 5% ;
   max-height:100%; 
   max-width:90%; 
}

.redimensionP {
  width: 75%;
  height: 70%  ;  
  border-radius: 5% 5% 5% 5%;
}*/

.redimension {
   border-radius: 5% 5% 5% 5% ;
   max-height:95%; 
   max-width:100%; 
}

.redimensionP {
  border-radius: 5% 5% 5% 5% ;
  width: 59%;
  height: 42%;  
}

.renglonpdi
{
    max-height: 480px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.centered-element {     
    text-align: center;
    align-items: center;
    justify-content: center;
}

.left{
   float: left;   
}

#username { background-position: 10px 10px !important }
#password { background-position: 10px -53px !important }

/*.-.-.-.-.-.-.*/

.dscrg{
    padding-left: 8%;
}

.abj{
    padding-bottom: 20%;
}

.arrb{
    padding-top: 50%;
}

/*.-.-.-.-.-.-.*/

.credencial {
    width: 400px;
    height: 600px;
    perspective: 1000px;
    margin: 50px auto;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

.cara {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.6s;
    border-radius: 10px;
    box-sizing: border-box;
}

.frontal {
    transform: rotateY(0deg);
}

.trasera {
    transform: rotateY(180deg);
}

.credencial.volteada {
    transform: rotateY(180deg);
}

/*.-.-.-.-.-.-.*/

.credencial-PDI {
    perspective: 1000px;
    margin: 50px auto;
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

.cara-PDI {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: transform 0.6s;
    border-radius: 10px;
    box-sizing: border-box;
}

.frontal-PDI {
    transform: rotateY(0deg);
}

.trasera-PDI {
    transform: rotateY(180deg);
}

.credencial-PDI.volteada-PDI {
    transform: rotateY(180deg);
}

/*.pdii{
    transform: rotate(90deg);
}*/

