body.home-page{
  margin:0;
  font-family:"Roboto", "Trebuchet MS", Helvetica, sans-serif;
  font-size:13px;
}
body.home-page.foto{
  background-size: cover !important;
  background-color: #7c7476 !important;
  background: linear-gradient(to right, #325183, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
#main .footer{
  position: fixed;
  bottom: 0;
  min-width: 974px;
  width: 100%;

  background: #202020;
  background-image: linear-gradient(top, #325183 0%,#506b95 100%);
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 0px;
  color: white;
  text-shadow: #000 1px 1px;
}
#main .footer .copyright{
  float:left;
}
#main .footer .links{
  float:right;
  padding-right: 30px;
}
#main .footer a{
  text-decoration:none;
  color:white;
}
#main .headerSite{
  background-color: #3f3f3f;
  background-image: linear-gradient(top, #506b95 0%,#325183 100%);
  height: 42px;
}
#main .headerSite .title{
  color:orange;
  font-size:24px;
  text-shadow: 1px 1px #000;
  padding:5px;
  float:left;
}
#main .headerSite .subtitle{
  color: white;
  font-size: 16px;
  text-shadow: 1px 1px #000;
  float:left;
  padding:10px;
  padding-left:0px;
}
#main #logo_enterprise{
  float:right;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  background-image: linear-gradient(0deg, transparent, #8fa1bf);
}
#main #logo_enterprise img{
  max-height: 35px;
}
ul#progress {
  list-style: none;
  width: 125px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 28px;
}

ul#progress li {
  /* Style your list */
  float: left;
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-left: 10px;
  border-left: 1px solid #111;
  border-top: 1px solid #111;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #000;
}

ul#progress li:first-child {
  margin-left: 0;
} /* Remove the margin first li element */

.ball {
  /* Style your ball and set the animation */
  background-color: #29345e;
  background-image: linear-gradient(90deg, #406da5 25%, #5892e2);
  width: 15px;
  height: 15px;
  border-radius: 50px;
  transform: scale(0);
  animation: loading 1s linear forwards;
}

.pulse {
  /* Style your second ball to create the amazing effects */
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid #384881;
  box-shadow: 0 0 5px #384881;
  position: absolute;
  top: -1px;
  left: -1px;
  transform: scale(0);
  animation: pulse 1s ease-out;
}

/* Control Layers */
#layer1 {
  animation-delay: 0.50s;
}

#layer2 {
  animation-delay: 1s;
}

#layer3 {
  animation-delay: 1.5s;
}

#layer4 {
  animation-delay: 2s;
}

#layer5 {
  animation-delay: 2.5s;
}

#layer7 {
  animation-delay: 1.5s;
}

#layer8 {
  animation-delay: 2s;
}

#layer9 {
  animation-delay: 2.5s;
}

#layer10 {
  animation-delay: 3s;
}

#layer11 {
  animation-delay: 3.5s;
}

@keyframes loading {
  0% {
    transform: scale(0,0);
  }

  100% {
    transform: scale(1,1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  10% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.75);
    opacity: 0;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

#cacheStatus{
  width: 100%;
  position: fixed;
  bottom: 30px;
  text-align: center;
  color: rgb(179, 178, 178);
  padding: 8px;
  height: 10px;
  background: rgba(0, 0, 0, 0.52);
}

.risk-matrix:hover{
  color: inherit;
  filter: invert(100%);
  cursor: pointer;
}

@media screen {
  div#preloader {
    position: absolute;
    left: -9999px;
    top:  -9999px;
  }
  div#preloader img {
    display: block;
  }
}
.md-chat-widget-wrapper{
  z-index: 100000 !important;
}

.grecaptcha-badge {
  bottom: 35px !important;
}

#umdiaamais{
    top: 50px !important;
    left: 10px;
    width: 129px;
    height: 117px;
    background-size: cover !important;
    background-image: url(/resources/images/selo-03-white.png);
    cursor: pointer;
    display: block;
    position: absolute;
}