.header-full-title p span {
    color: #AC1735;
}

a {
    transition: all 300ms ease;
}

.main-header .breadcrumb {
    position: static !important;
    display: block !important;
    text-align: center;
}

.breadcrumb > li + li::before {
    content: '|' !important;
}
.breadcrumb > li > a {
    font-weight: bolder;
    color: #0f0f0f;
}
.breadcrumb > li > a:hover {
    border: none !important;
    color: #AC1735 !important;
}
.breadcrumb > li.active > a {
    color: #AC1735 !important;
}

label.required:before {
    content: "* ";
    color: #AC1735;
}

.table-links tr:first-child td {
    border-top: none;
}
.table-links td.link-icon {
    text-align: center;
}
.table-links td.link-icon img {
    display: inline-block;
}
.table-links td {
    vertical-align: middle !important;
}

@media (min-width: 767px) {
    .content-box.box-registrants {
        width: 40%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .content-box.box-registrants .icon-ar,
    .content-box.box-registrants p {
        margin-bottom: 20px;
    }
}

.td-registrants {
    width: 1%;
}

#alphabet {
    position: sticky;
    top: 1em;
}

.datepicker .active {
    background-color: #AC1735 !important;
}
.datepicker .active:hover {
    background-color: #7a1125 !important;
}

.datepicker .today {
    background-color: #e41e46 !important;
}
.datepicker .today:hover {
    background-color: #d61a3d !important;
}
a.atiel {
    color: rgb(255, 192, 0);
}
.alert-cookie {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: #c21a3c;
    background-color: rgba(194, 26, 60, 0.85);
    vertical-align: middle;
}
.alert-cookie a {
    color: #fff;
}
.alert-cookie a:hover {
    color: #f8cad3;
}
.alert-cookie p {
    display: inline-block;
}
.alert-cookie #cookie_button {
    margin-left: 2em;
}
.table-middle td {
    vertical-align: middle !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}