.navbar {
  background-color: #333;
  color: white;

}

.form-signin {
  max-width: 430px;
  padding: 80px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.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: #333;

}

/* body{
  background-color: #666;
  color: white;
} */

#searchbar{
  padding-right: 16px;
  padding-left: 20px;
}

html{
  position: relative;
  min-height: 100%;
}

h2 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

hr{
  padding-bottom: 20px;
}

.container {
  margin-top: 3em;
}

.title{
  margin-bottom: 1em;
}

#submit{
  margin: 0 auto;
}

table{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin: 20px auto;
}

.card-block{
  padding: 20px;
}

.agency{
  font-size: 24px;
  /* font-style: oblique; */
  font-weight: 400;
}

.no-files{
  font-size: 32px;
  font-weight: 200;
  padding-top: 10px;
}

#show-delete{
  text-align: right;
}

#show-edit{
  text-align: left;
}

.edit{
  padding: 10px 25px 10px 25px;
  margin: 6px auto;
}

.delete{
  padding: 10px 20px 10px 20px;
  margin: 6px auto;
}

#existing-files{
  border: 1px solid #eee;
  border-radius: 10px;
  padding-top: 15px;
  margin-bottom: 5px;
}

#remove-text{
  padding-left: 5px;
}

#no-match{
  height: 50%;
   width: 100%;
   display: flex;
   position: fixed;
   align-items: center;
   justify-content: center;
}

#download-row{
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#download-buttons{
  padding-bottom: 10px;
}
#amount-position{
  padding-top: 45px;
  padding-bottom: 45px;

}

.delay {

  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;

}

#scrollable{
  overflow-y: auto;
  padding-bottom: 0;
  max-width:538px;
  max-height:135px;
}

h6 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

th i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

th[data-sort="asc"] i {
  border-top-color: #333;
}

th[data-sort="desc"] i {
  border-top-color: transparent;
  border-bottom: 4px solid;
}

@media (min-width: 576px) {
  .container {
      max-width: 640px;
  }
  .contract-form {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
      max-width: 820px;
  }
  .contract-form {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .container {
      max-width: 1060px;
  }
  .contract-form {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
  .contract-form {
    max-width: 900px;
  }
}


