﻿.Custom-Nav-Link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-weight: 600;
}

    .Custom-Nav-Link:hover {
        padding-bottom: 4px;
        opacity: .6;
    }

.bg-primary {
    background-color: #2195f2;
}

    .bg-primary-light {
        background-color: #6ec6ff;
    }

    .bg-primary-dark {
        background-color: #0069c0;
    }

        .bg-blue-white1 {
            background-color: #f2f6f9;
        }
        .bg-blue-white2 {
            background-color: #edf6fe;
        }

        .bg-blue-white3 {
            background-color: #daedfd;
        }

.bg-red-secondary {
    background-color: #b71c1c;
}

    .bg-red-secondary-light {
        background-color: #f05545;
    }

    .bg-red-secondary-dark {
        background-color: #7f0000;
    }



.bg-sad {
    background-color: #cc0f3f;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto rgba(33, 150, 243, 0.5);
}

.btn-default {
    border: 1px solid #dfdfdf;
}

/*Adepto*/
.bg-primary {
    background-color: #475e63 !important;
}

.bg-primary-dark {
    background-color: black;
}

.bg-blue-white1 {
    background-color: #f1f1f1;
}


/*.form-control {
    background-color: #fff !important;
}
    .form-control:focus {
        box-shadow: 0 0 0 0.2rem #ffce804a !important;
    }*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

a {
    color: #ff9d00;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #b36e00;
        text-decoration: underline;
    }

.btn-primary {
    color: #111;
    background-color: #ff9d00;
    border-color: #ff9d00;
}

    .btn-primary:hover {
        color: #111;
        background-color: #d98500;
        border-color: #cc7e00;
    }
    .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
        background-color: #d98500 !important;
        background-image: none;
        border-color: #cc7e00 !important;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #111;
        background-color: #ff9d00;
        border-color: #ff9d00;
        /*box-shadow: 0 0 0 3px rgba(255, 157, 0, 0.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 3px rgba(255, 157, 0, 0.5);*/
    }