﻿.wizard > .steps .current a, .wizard > .steps .current a:active, .wizard > .steps .current a:hover {
    background-color: #595959 !important;
    color: #fff !important;
}

.btn-primary {
    color: #fff;
    background-color: #595959 !important;
    /*    background-color: #0a5d73;
*/ border-color: #595959 !important;
}

.k-calendar > .k-header {
    border-color: #e6e6e6;
    color: #fff;
    background-color: #595959 !important;
    /*    background-color: #3f51b5;
*/ background-image: none;
}

    .k-calendar > .k-header .k-link.k-state-hover {
        color: inherit;
        background-color: #FF9804 !important;
        /*    background-color: #324191;
*/ box-shadow: none;
    }

.k-calendar td.k-state-selected .k-link {
    border-color: #595959 !important;
    color: #fff;
    /*    background-color: #3f51b5;
*/ background-image: none;
    background-color: #595959 !important;
}

.k-checkbox:checked {
    border-color: #595959 !important;
    color: #fff;
    background-color: #595959 !important;
    /*    background-color: #3f51b5;
*/
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #595959 !important;
    /*    background-color: #0a5d73;
*/ border-color: #595959 !important;
}

.btn-outline-primary {
    color: #595959 !important;
    /*    color: #0a5d73;
*/ border-color: #595959 !important;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover, .wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
    background-color: #eff2f7;
    color: #595959 !important;
}

    .wizard > .steps .disabled a .number, .wizard > .steps .disabled a:active .number, .wizard > .steps .disabled a:hover .number, .wizard > .steps .done a .number, .wizard > .steps .done a:active .number, .wizard > .steps .done a:hover .number {
        border-color: #595959 !important;
        /*        border-color: #0a5d73;
*/
    }
.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
    background-color: #595959 !important;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
}
.wizard > .steps .number {
background-color : transparent !important;
}

.bg-soft-primary {
    background-color: #fff !important;
}

.text-secondary {
    color: #595959  !important;
}

.btn-info {
    color: #fff;
    background-color: #595959 !important;
    border-color: #595959 !important;
}

.checkout-tabs .nav-pills .nav-link.active {
    background-color: #595959 !important;
}

.text-primary {
    color: #595959 !important;
}

body[data-sidebar="dark"] .vertical-menu {
    background: #595959 !important;
}

.customer-logo {
	padding-right:10px;
}