/* ================================================ */
/* COMPONENTES COMUNS */
/* ================================================ */

#common-success {
  margin: auto;
  max-width: 600px;
  padding-top: 20px;
}

/* ================================================ */
/* ELEMENTOS AUXILIARES */
/* ================================================ */

/* Remove borders de imagens */
img {
    border: none !important;
    outline: none !important;
}

img:focus {
    outline: none !important;
    border: none !important;
}

a img {
    border: none !important;
    outline: none !important;
}

/* Thumbnails gerais */
.img-thumbnail {
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.img-responsive,
.img-rounded,
.img-circle {
    border: none !important;
}

/* ================================================ */
/* UTILITÁRIOS */
/* ================================================ */

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.list-group-item {
    padding: 8px 15px !important;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background-color: var(--primary-color);
}