.btn-primary {
    color: #fff;
    background-color: #dc291e;
    border-color: #dc291e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #dc291ed6;
    border-color: #dc291ed6;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #dc291e;
    border-color: #dc291e;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #dc291e;
    border-color: #dc291e;
    box-shadow: 0 0 0 0.2rem #dc291e;
}

.bg-primary {
    background-color: #dc291e !important;
}

a {
    color: black;
}


/* preinscripcion inicio */

.swal2-icon {
    margin: 5px !important;
}

.swal2-title {
    font-size: 1.375em !important;
    font-weight: 300 !important;
}

.ejemplarConfirmationList {
    font-weight: 700;
}

.subText {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.successResponseRow {
    background-color: #cfffdb;
}

.errorResponseRow {
    background-color: #ffd2cf;
}

.innerCont {
    text-align: left;
    border-radius: 4px;
    padding: 3px;
    font-size: 1rem;
}

.innerCont .row {
    margin-top: 10px;
}

.innerCont .title {
    font-weight: 600;
}

.card-preinscripcion {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    padding: 25px;
    margin-top: 20px;
}

.zebra-sp>div:nth-child(even) {
    background-color: #e9ecef !important;
}

.fixed-top {
    z-index: 999 !important;
}

.dtp-date-view>.dtp-header {
    background-color: #be2218;
}

.dtp-date-view>.dtp-header {
    background-color: #be2218 !important;
}

.dtp-date-view .dtp-date {
    background-color: #dc291e !important;
}

.dtp .p10>a,
.dtp div.dtp-actual-year {
    color: white;
}

.dtp table.dtp-picker-days tr>td>a.selected {
    background: #dc291e;
}

.custom-hover-danger:hover {
    background-color: #f8d7da !important;
}

.custom-hover-success:hover {
    background-color: #d4edda !important;
}

.prettyInput input {
    padding: 5px 0px 5px 21px;
    cursor: pointer;
}

.prettyInput span {
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 11px;
    color: #9b9288;
}

.cpointer {
    cursor: pointer;
}

.loadingSpinner {
    position: relative;
    top: 7px;
    left: 26px;
    height: 1.7rem;
    width: 1.7rem;
    color: #dc291e;
}

.eventoCard {
    padding: 1rem;
    background-color: #fff3cd;
}

.subeventoCard {
    padding: 2rem;
    border: 1px solid;
    border-top: 0;
    border-color: #d9d9d9;
    border-radius: 1px;
    padding-top: 0;
}

.min-w-123 {
    min-width: 123px;
}

.min-w-120 {
    min-width: 120px;
}

.min-w-170 {
    min-width: 170px;
}

.max-w-500 {
    max-width: 500px;
}


.race-card {
    font-size: 1rem;
    border-top: none;
}

.redFont {
    color: #dc291e;
}

.card-body .race-card .race-card-header {
    background: #e9ecef;
}

.race-card-header {
    /*background: #fff3cd;*/
    padding: 1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.race-card-body {
    padding: 1rem;
    border: 1px solid #e9ecef;
}

@media screen and (min-width: 600px) {
    .mobile-break {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .visibleMob {
        display: block !important;
    }
}

@media screen and (max-width: 530px) {
    .nav-tabs.fireCalendar .nav-item.show .nav-link,
    .nav-tabs.fireCalendar .nav-link {
        padding: .5rem 0.3rem !important;
        font-size: 0.9rem !important;
    }
}


/* preinscripcion final */

.flex-align-center {
    display: flex;
    align-items: center;
}

.w-600 {
    width: 600px;
}

.ml-8 {
    margin-left: 8px;
}

.mb-8 {
    margin-bottom: 8px;
}


.grid-2-columns-button-end {
    display:grid;
    grid-template-columns: auto 150px;
    grid-gap: 8px
}

.ul-no-style {
    list-style-type:none;
}