#imgTitulo {
  width: 100px;
  height: 30px;
}

#imgPhotosCI {
  width: 190px;
  height: 120px;
}

#dropdownEdit {
transform: translate3d(30px, -426px, 0px);
}

.imgDoc {
  width:  22%;
  height: 22%;
}

.imgFaceOK {
  width:  22%;
  height: 10%;
  padding-top: 15px;
}

#uiDivLang {
  align-content: right;
}

.uiDivAutocaptura{
  max-width: 90%;
  margin: auto;
}

.footerContainer {
  width: auto;
  padding: 0 15px;
}

.footerToc {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #000000;
  color: #f5f5f5;
  text-align: center;
}

ul.list-group li.list-group-item {
  padding: .6rem .6rem;
  text-transform: uppercase;
  text-align: center;
  font-size: .9rem;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.tickmark {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  margin: 0 auto;
  stroke-miterlimit: 10;
  stroke: #a5dc85;
  box-shadow: inset 0px 0px 0px #37a546;
  animation: scale 0.2s ease-in-out 0.3s both;
}
.tickmark .circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #a5dc85;
  fill: none;
  animation: stroke 0.4s cubic-bezier(0.5, 0, 0.35, 0.5) forwards;
}
.tickmark .tick {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.5, 0, 0.35, 0.5) 0.3s forwards;
}
.tickmark .tick.late {
  animation: stroke 0.2s cubic-bezier(0.5, 0, 0.35, 0.5) 0.45s forwards;
}
.warning #info .tickmark .circle {
  stroke-dasharray: 160px;
  stroke-dashoffset: 160;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: rgb(59, 179, 76);
  fill: none;
  animation: stroke 0.4s cubic-bezier(0.5, 0, 0.35, 0.5) forwards;
}
.warning #info .tickmark {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  margin: 0 auto;
  stroke-miterlimit: 10;
  stroke: #f8bb86;
  box-shadow: inset 0px 0px 0px #37a546;
  animation: scale 0.2s ease-in-out 0.3s both;
}
.warning #info .tickmark .circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #f8bb86;
  fill: none;
  animation: stroke 0.4s cubic-bezier(0.5, 0, 0.35, 0.5) forwards;
}
.warning #info .tickmark .tick {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.5, 0, 0.35, 0.5) 0.3s forwards;
}
.warning #info .tickmark .tick.late {
  animation: stroke 0.2s cubic-bezier(0.5, 0, 0.35, 0.5) 0.45s forwards;
}
.warning #info .tickmark .circle {
  stroke-dasharray: 160px;
  stroke-dashoffset: 160;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: rgb(59, 179, 76);
  fill: none;
  animation: stroke 0.4s cubic-bezier(0.5, 0, 0.35, 0.5) forwards;
}
.warning #info .tickmark {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  margin: 0 auto;
  stroke-miterlimit: 10;
  stroke: #f8bb86;
  box-shadow: inset 0px 0px 0px #37a546;
  animation: scale 0.2s ease-in-out 0.3s both;
}
.warning #info .tickmark .circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #f8bb86;
  fill: none;
  animation: stroke 0.4s cubic-bezier(0.5, 0, 0.35, 0.5) forwards;
}
.warning #info .tickmark .tick {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.5, 0, 0.35, 0.5) 0.3s forwards;
}
.warning #info .tickmark .tick.late {
  animation: stroke 0.2s cubic-bezier(0.5, 0, 0.35, 0.5) 0.45s forwards;
}
.crossmark {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  margin: 0 auto;
  stroke-miterlimit: 10;
  stroke: #ea5f5b;
  box-shadow: inset 0px 0px 0px #ea5f5b;
  animation: scale 0.2s ease-in-out 0.3s both;
}
.crossmark .circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ea5f5b;
  fill: none;
  animation: stroke 0.4s cubic-bezier(0.5, 0, 0.35, 0.5) forwards;
}
.crossmark .cross {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.5, 0, 0.35, 0.5) 0.3s forwards;
}
.crossmark .cross.late {
  animation: stroke 0.2s cubic-bezier(0.5, 0, 0.35, 0.5) 0.45s forwards;
}
.infomark {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  margin: 0 auto;
  stroke-miterlimit: 10;
  stroke: #337ab7;
  box-shadow: inset 0px 0px 0px #337ab7;
  animation: scale 0.2s ease-in-out 0.3s both;
}
.infomark .circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #f8bb86;
  fill: none;
  animation: stroke 0.4s cubic-bezier(0.5, 0, 0.35, 0.5) forwards;
}
.info {
  stroke: none;
  opacity: 1;
  fill: #f8bb86;
  animation: fade 0.2s ease-in-out 0.3s both;
}
h2 {
  text-align: center;
  font-family: sans-serif;
  color: #337ab7;
  font-weight: 100;
  font-size: 20px;
  margin-top: 20px;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
