.ui-view-container,
.ui-view-aside {
  min-height: 100%;
}

.btn-download {
  background-color: #fff;
  border: 4px solid #FFD846 !important;
  padding: 6px 150px;
}

.btn-download strong {
  font-size: large;
}

.btn-download-light {
  background-color: #fff;
  border: 4px solid #FFD846 !important;
  padding: 0px !important;
}

.btn-download small {
  font-size: smaller;
}

.login-page {
  background: url('app/images/bg.jpg') no-repeat center center fixed;
  background-size: cover;
}

#revision {
  font-size: 10px;
  margin-left: 5px;
  color: #bcbaba;
  font-weight: bold;
}

.col-md-12 {
  margin-bottom: 3%;
}

.col-md-12 .relatorio {
  margin-bottom: 1% !important;
}

.box-body hr {
  width: 70%;
  border-top: 1px solid #ccc;
}

.row .center .col-md-6 #monitorGramTitulo {
  text-align: center;
}

.center {
  display: flex;
  justify-content: center;
}

.img-pax {
  cursor: pointer;
}

.img-pax:hover {
  filter: grayscale(90%);
}

.download-icon {
  color: #FFD84C;
  position: relative;
  left: -25px;
  top: -55px;
  cursor: pointer;
}

.close-button {
  position: relative;
  top: 30px;
  right: 10px;
  opacity: inherit !important;
}

div .modal-content {
  height: auto !important;
}

.seta-esquerda {
  color: #333;
  position: relative;
  top: 325px;
  left: -425px;
  cursor: pointer;
}

.content .tableModal tr img {
  height: auto;
  width: 50px;
  border-radius: 50%;
}

.lightbox-image-container .fa-chevron-right {
  right: 1em;
}

.nav-modal {
  padding-top: 0px;
  position: relative;
}

.nav-modal .fa-chevron-right,
.nav-modal .fa-chevron-left {
  text-shadow: 0 0 0.15em #333;
}

.home {
  background-image: url("app/images/55.jpg");
  height: 100vh;
}

.boxMonitorgram {
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  max-width: 400px;
  display: inherit !important;
  margin: 0 auto;
  margin-top: 50px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}


.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

  
.modalProgress {
  margin-top: 20%;
  margin-left: 40%;
}


@media (min-width: 320px) and (max-width: 767px) {
  .center {
    display: inherit !important;
    justify-content: auto !important;
  }
  iframe {
    margin-top: 15% !important;
    width: 100% !important;
  }

  .sidebar {
    margin-top: -55px !important;
  }

  .btn-download {
    padding: 6px 25vw !important;
    width: 100%;
  }
  .users-list>li {
    width: 100% !important;
    display: inline;
    padding: 10px;
    text-align: center;
  }
  #pesquisar {
    margin-top: 20px;
    margin-left: 35%;
  }
}