/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}*/
body {
  margin-bottom: 50px;
}
/*
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  // Set the fixed height of the footer here 
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  /*background-color: #f5f5f5;
}
*/


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 50px 15px 0;
}

.page-item.active .page-link {
  background-color: #8d292a;
  border-color: #8d292a;
}

/*.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}*/

.modal-backdrop.show {
  opacity: 0.90;
}
    
.modal-dialog-rotas {      
    max-width: 95%;            
    //height: 95%;
    margin-top: .5rem;      
}

.modal-content-rotas {                        
    //min-height: 100%;      
}

.embed-responsive-rotas {        
  padding-top: 100%;
  padding-top: 93vh !important;
  height: calc(100%);
  height: -webkit-fill-available !important;
}

.close-rotas {
  right: 0; 
  top: -5px;
}
.close-rotas:focus {
  outline: none;
}

.rotasFoto.focus, .rotasFoto:focus {
  box-shadow: 0 0 0 0;
}

/*#loadingImgModal {
  z-index: 1050;
  left: 50%;
  margin-left: -50px;  
}*/

/* CSS LOADER */
.loader,
.loader:before,
.loader:after {
  background: #75a2e6;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #75a2e6;
  text-indent: -9999em;
  margin: 30px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  z-index: 1050;
  left: 50%;
  //margin-left: -22px;
  position:absolute;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* fim CSS LOADER */
/*.page-item.active .page-link {  
  background-color: rgb(204,153,51);
}*/      
      