﻿.bg-info {
    background-color: #660033 !important
}

.bg-primary {
    background-color: #660033 !important
}

.btn-primary {
    color: #fff;
    background-color: #660033 !important;
    border-color: #660033;
    box-shadow: none
}
.nav-pills .nav-link.active{
    color: #fff;
    background-color: #007bff
}

.navbar_icon {
    color: #660033;
}

.navbar-dark {
    background-color: #660033;
    border-color: #4b545c
}


    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        background-color: #fff;
        color : rgba(0,0,0,.9);
        box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)
    }

.table td, .table th {
    padding: .20rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6
}

.login-page {
    background: #e5e5e5;
    background: url('../../images/index_back.jpg') repeat fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-color: #e5e5e5;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}



    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }



.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}



    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }



input:checked + .slider {
    background-color: #2196F3;
}



input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}



input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}



/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

body {
    margin-top: 20px;
}


    .slider.round:before {
        border-radius: 50%;
    }

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    .timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 1rem
    }

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 2.46rem;
        position: absolute;
        left: 6.5rem;
        top: .5825rem
    }

    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 2.8125rem;
        position: absolute;
        right: 6.5rem;
        top: .5825rem
    }
}

.timeline-steps .timeline-content {
    width: 8rem;
    text-align: center
}

    .timeline-steps .timeline-content .inner-circle {
        border-radius: 1.5rem;
        height: 1.9rem;
        width: 1.9rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff61
    }

        .timeline-steps .timeline-content .inner-circle:before {
            content: "";
            background-color: #0b318994;
            display: inline-block;
            height: 3rem;
            width: 3rem;
            min-width: 3rem;
            border-radius: 6.25rem;
            opacity: .5
        }

.completionListItem {
    background-color: White;
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #3c8dbc;
    width: 500px;
    margin: 0px !important;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    overflow: auto;
}

.completionListHighlightedItem {
    background-color: #3c8dbc;
    color: White;
    padding: 2px 2px 2px 2px;
    width: 500px;
    margin: 0px !important;
}
.ajax__calendar_dayname {
    text-align: center;
    margin-bottom: 4px;
    margin-top: 2px;
    margin-left: 2px;
    color: #004080;
    font-size: xx-small;
}
