﻿
/* Bootstrap overrides for Atlas color scheme */
/* Will replace this with a proper Bootstrap Theme as soon as we nail down what's common between customers */

.atlas-text-gray {
    color: gray;
}

.sidebar-heading {
    background-color: black;
}

#sidebar-wrapper {
    background-color: #FC3F0B;
}

    #sidebar-wrapper .list-group a {
        background-color: #FC3F0B;
        color: #efefef;
        border: 1px solid #5a5a5a;
    }

    #sidebar-wrapper .list-group a.curent-page {
        background-color: #FD744D;
    }

.btn-info {
    color: #efefef;
    background-color: #FC3F0B;
    border-color: #FC3F0B;
}

    .btn-info:hover {
        color: #efefef;
        background-color: #FD744D;
        border-color: #FC3F0B
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 .2rem rgba(253,116,77,0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #efefef;
        background-color: #FEA085;
        border-color: #FC3F0B
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #efefef;
        background-color: #004d4d;
        border-color: #000
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(253,116,77,0.5)
        }
