﻿
.button {
    color: #000000;
}

.button-red {
    background-color: #ffffff;
    border-color: #ffffff;
}

    .button-red:hover {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.button-pink {
    background-color: #ffffff;
    border-color: #ffffff;
}
    .button-pink:hover {
        background-color: #ffffff;
        border-color: #ffffff;
    }

.border-solid-red {
    border-color: #ffffff !important;
}



input.contactField.color-white {
    color: #000000 !important;
}

/*-------------------------------------------------*/

.color-pink-dark {
    color: #000000 !important;
}

.active-menu {
    border-bottom-color: #17a628 !important;
}

.menu-bottom-bar-four .active-menu {
    border-bottom-color: #000000 !important;
}


.footer-menu a:hover {
    border-bottom-color: #17a628 !important;
}

form#Form h5.center-text {
    color:#000000;
}

.a-button {
    border-radius: 12px;
    background-color: #cccccc;
    color: #000000 !important;
}

#List .half-bottom label.field-title strong {
    color: #ffffff !important;
}


#Calendar table tbody tr td.fc-event-container .fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background-color: #17a628 !important;
    border-color: #17a628 !important;
}

#Calendar table tbody tr.fc-list-item td.fc-list-item-title.fc-widget-content table td strong {
    color: #000000 !important;
}


