/**COLOR1**/
.progress-controls {
    border-bottom: 1px solid #fc8500 !important;
}

    .progress-controls .mobile-progress-bar .btn-progress {
        background-color: #fc8500 !important;
    }

a.nav-link:hover {
    color: #fc8500 !important
}

a:not(.active):hover {
    color: #fc8500 !important
}

.bg-primary, .btn-active, .btn-primary, .nav-pills .nav-link.active, .nav-pills .show > .nav-link, .lines .even .bg-line.checked, .lines .odds .bg-line.checked {
    background: #fc8500 !important
}

.btn-success, .btn-continue {
    background-color: #fc8500 !important
}

.text-success {
    color: #fc8500 !important
}
/**BACKGROUNDCOLOR**/

.bg-secondary {
    background: #000000 !important
}

.main {
    background: #000000 !important
}

a.nav-link.active:hover {
    color: #000000 !important
}

.btn.btn-active:hover {
    color: #000000 !important
}

.btn-back, .btn-secondary {
    background: #000000 !important
}

.horses .track-list-button:after {
    background: #000000 !important
}
/**********/
.top-bar-menu {
    background: #000000 !important
}
@media only screen and (max-width: 996px) {
    .header {
        background: #000000 !important
    }
}

/**TEXTCOLOR*/
th span {
    color: #ffffff;
}

.nav-link, .bg-primary, .bg-secondary, .headertextsmall, .btn-secondary {
    color: #ffffff !important;
}


 /******************* Sports Display ******************/ 

            @media (max-width: 767px) {
                .sports-panel .card-columns{
                    column-count:1;
                }
            }
            
            @media (min-width: 768px) and (max-width: 1200px) {
                .sports-panel .card-columns{
                    column-count:2;
                }
            }
            
            @media (min-width: 1200px) {
                .sports-panel .card-columns{
                    column-count:3;
                }
            }

 /******************* Site Specifics ******************/ 


 /* 1vice.net */