﻿.btn-primary {
    background-color: #7c00cc;
    border-color: #7c00cc;
    color: #fff !important;
}

    /* 20% DARKER */
    .btn-primary:hover {
        background-color: #490099;
        border-color: #490099;
        color: #fff !important;
    }

.bg-primary {
    background-color: #7c00cc;
}

.text-primary {
    color: #7c00cc !important;
}

.navigation-bar {
    background: #7c00cc;
}

    .navigation-bar i {
        color: #fff;
    }

a:hover, a:active, a:focus {
    color: #7c00cc;
}

.alert-primary {
    border-color: #7c00cc;
    /* LIGHTEN 50% */
    background-color: #7FFFFF;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #7c00cc;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7c00cc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 153, 134, .25);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #7c00cc;
}

.badge-primary {
    background-color: #7c00cc;
    color: #fff;
}

    .badge-primary a {
        color: #fff;
    }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7c00cc;
    border-color: #7c00cc;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 0, 204,.5);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 0, 204,.5);
}

.card-columns .card {
    border-top: 4px solid #7c00cc;
}

.cards .card {
    border-top: 4px solid #7c00cc;
}


.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(124, 0, 204,.5);
}

.main-content {
    background: url(images/tertiary-background-25.png) repeat bottom;
    background-size: cover;
    background-position-y: -3rem;
    min-height: 100vh;
    background-attachment: fixed;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #7c00cc !important;
    border-color: #7c00cc !important;
}

.btn-outline-primary {
    border: 1px solid #7c00cc;
    color: #000;
}

    .btn-outline-primary:hover {
        border: 1px solid #7c00cc;
        background-color: #7c00cc;
        color: #fff;
    }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7c00cc;
    border-color: #7c00cc;
}

.btn-outline-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 0, 204,.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 0, 204,.5);
}
