:root {
    --xq-border: #027aff;
    --xq-text-info: #027aff;
    --xq-bg: #027aff;
    --xq-bg-press: #026edc;
    --xq-bg-light: #75bbfb;
    --xq-border-light: #75bbfb;
    --xq-bg-td-hover: #f0f8ff;
    --xq-border-dark: #0156b3;
    --xq-text-dark: #0156b3;
    --xq-bg-dark: #0156b3;
    --xq-text-dark2: #023a76;
    --xq-text-primary:#000dbb;
}

.btn.btn-outline.green.active, .btn.btn-outline.green:active, .btn.btn-outline.green:active:focus, .btn.btn-outline.green:active:hover, .btn.btn-outline.green:focus, .btn.btn-outline.green:hover {
    border-color: var(--xq-border); !important;
    color: #FFF!important;
    background-color: var(--xq-bg-dark) !important;
}

.btn.btn-outline.green {
    border-color: var(--xq-border); !important;
    color: var(--xq-text-info) !important;
    background: 0 0;
}

.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: var(--xq-bg) !important;
    border-color:var(--xq-text-info) !important;
}

.btn.green:not(.btn-outline).active.focus, .btn.green:not(.btn-outline).active:focus, .btn.green:not(.btn-outline).active:hover, .btn.green:not(.btn-outline):active.focus, .btn.green:not(.btn-outline):active:focus, .btn.green:not(.btn-outline):active:hover, .open>.btn.green:not(.btn-outline).dropdown-toggle.focus, .open>.btn.green:not(.btn-outline).dropdown-toggle:focus, .open>.btn.green:not(.btn-outline).dropdown-toggle:hover {
    color: #FFF;
    background-color: var(--xq-bg) !important;
    border-color: var(--xq-border-dark) !important;
}