.toast-failure {
  background-color: #db3d3d;
}
.toast-success {
  background-color: #6bc46a;
}
.toast > p {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 700px) {
  #toast-container {
    top: 0% !important;
    right: auto !important;
    bottom: auto !important;
    left: 7% !important;
    width: 100%;
  }
}

.collection-link {
  background-color: #1976d2;
  color: white;
  padding: 1px 10px;
  border-radius: 2%;
  text-align: right;
}

#modalPdfFile.modal { 
  width: 90% !important;
}

.admin-menu a {
  color: #1976d2 !important;
}
.admin-menu .active {
  background-color: #1976d2 !important;
  color: white !important;
}

#loading {
  margin: 0;
  padding: 0;
  background-color: #a0daff;
  visibility: hidden;
}
#loading .indeterminate {
  background-color: #55a5d6;
}

#keyword:focus ~ label {
  color: #2196f3 !important;
}
#keyword:focus {
  border-bottom: 1px solid #2196f3 !important;
  box-shadow: 0 1px 0 0 #2196f3 !important; 
}

.admin-button > button {
  width: 300px;
}

abbr[title] {
  text-decoration: none !important;
  border-bottom: none !important;
}

.buttons-alignment {
  text-align: right;
}
.name-alignment {
  text-align: left;
}

@media (max-width: 992px) {
  .buttons-alignment, .name-alignment {
    text-align: center;
  }
}

.csv-link {
  float: left; padding: 5px 25px; margin: 2px; border: 1px solid gray; border-radius: 5px;
}
.csv-link:hover {
  background-color: silver; color: white;
}