body, html {
  min-height: 100%;
}

h1 {
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}


.alert-box {
  position:absolute;
  padding-right: 5px;
  padding-left: 5px;
}

.login-background {
  background : url('/static/img/1.jpg');
  background-repeat: no-repeat;
  background-color: #f5f5f6;
  background-size: cover;
  height: 100vh;
  overflow-y: hidden;
}

.authentication-bg {
  background-image: url('/static/img/2.jpg') !important;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f5f5f6;
  background-size: cover;
}

.timestamp {
  color: blue;
}
.timestamp:before {
  content: "[";
}

.timestamp:after {
  content: "]";
}

.card {
  display: flex;
  background-color: white !important;
  margin-top: 15px !important;

}

.card-title {
  top: 0;
  position: sticky;
  background-color: white;
  padding-bottom: 5px;
}

.card-status {
  top: 30px;
  position: sticky;
  background-color: white;
  padding-bottom: 5px;
}

.spinner-border {
  margin-right: 25px;
  float: left;
}

#header {
  background: linear-gradient(90deg, rgba(255,248,230,1) 0%, rgba(0,67,80,1) 32%, rgba(0,23,28,1) 100%);
  color: white;
}

#img-logo {
  padding: 5px 5px 0px 25px;
  position:absolute; 
}

#header-title {
  line-height: 40px;
}

.servidor-aguarda {
  color:darkgoldenrod
}
.servidor-info {
  color: indigo
}

.button1 {
  padding: 10px 74px !important;
  border-radius: 25px;
  background-color: #585670;
  border-color: #585670;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3c3a4c;
  border-color: #3c3a4c;
}

#username {
  border-radius: 25px;
  padding-left: 27px;
  background: url('/static/img/person-circle.svg') no-repeat left;
  background-color: #ffffff;
  background-size: 20px;
  background-position-x: 5px;
}

#password {
  border-radius: 25px;
  padding-left: 29px;
  background: url('/static/img/lock.svg') no-repeat left;
  background-color: #ffffff;
  background-size: 30px;
  background-position-x: 0px;
  background-position-y: 3px;

}

.progress-column {
  min-width: 7rem;
}

.progress {
  border-style: solid;
  border-width: thin;
  border-color: #bbbbbb;
  
}



.progress[aria-valuenow="100"] div {
  background-color: #28a745 !important;
}

.trash {
  background-image: url(/static/img/trash-solid.svg);
  height: 1.3rem;
  width: 1.3rem;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.template-upload {
  max-width: 100%
}

@media all and (max-width: 601px) {
  .login-div {
    max-width: 80% !important;
  }

  .login-background {
    background-size: 200%;
    overflow-y: hidden;
    background-position-y: center;
  }

  .alert-box {
    width: unset !important;
  }

  #header {
    font-size: 0.6rem !important;

  }

  .dropdown-item {
    font-size: 0.6rem !important;
  }

  .progress-column {
      min-width: 3rem;
    }

  .btn.btn-outline-danger.cancel {
    zoom:0.5
  }
}

.files tr td {
  vertical-align: middle;
}

#iniciar-upload:disabled {
  /* CSS properties here */
  background-color: #ffffff;
  color: #666;
}