/* Buttons */

.btn-light {
  background-color: #e3e4e5;
}

.card-footer {
  xpadding: 0 0 0px 20px
}

.card-footer.card-footer {
  padding: 0 0 22.5px 20px;
}

.accordion-body p {
  margin: 0;
}

.accordion-body.parent-action > form {
  margin: 10px 0 20px 0;
}

.accordion-button {
  font-weight: bold;
}

.accordion-button i {
  margin-right: 10px;
}

.list-buttons button {
  width: 35px;
}

#newletter-list button:disabled {
  display: none;
}

/* Tabs */

.tab-content {
  margin-top: 30px;
}

.tab-content img {
  margin-top: 10px;
}

/* Form */

.form-label {
  font-weight: bold;
}

#settingsForm i.fas {
  margin-right: 8px;
  margin-left: 8px;
}

h1 i {
  font-size: 90%;
  margin-right: 10px;
}


/* Images */

#images img {
  border: 1px solid #e8e8e8;
}

/* Footer */

#footer {
  padding-top: 10px;
}

#footer p {
  margin-top: -5px;
  color: #888;
  text-align: right;
}


/* Alerts */

.alert {
  position: absolute;
  top: 25px;
  left: 50%;
  padding-right:50px;
  padding-left:50px;
  transform: translateX(-50%);
  text-align: center;
}


/* Transitions */

.no-transition .collapse {
    transition: none !important;
}

