



.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.25);
}

.btn-outline {
    background-color: transparent;
    border: 1px solid currentColor;
    color: inherit;
}

.btn-outline:hover,
.btn-outline:focus {
    background-color: currentColor;
    color: #fff;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

.btn-top:not(:disabled):not(.disabled):active, .btn-top:not(:disabled):not(.disabled).active {
    background-image: none;
    background-color: var(--i-color-primary);
    color: white;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #325D88;
    border-color: #325D88;
}

.btn-primary:hover {
    color: #fff;
    background-color: #284a6c;
    border-color: #244463;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #325D88;
    border-color: #325D88;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #244463;
    border-color: #213d59;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #8E8C84;
    border-color: #8E8C84;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #7b7971;
    border-color: #74726b;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #8E8C84;
    border-color: #8E8C84;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #74726b;
    border-color: #6e6c65;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

.btn-success {
    color: #212529;
    background-color: #93C54B;
    border-color: #93C54B;
}

.btn-success:hover {
    color: #fff;
    background-color: #80b139;
    border-color: #79a736;
}

.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #93C54B;
    border-color: #93C54B;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #79a736;
    border-color: #729e33;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #29ABE0;
    border-color: #29ABE0;
}

.btn-info:hover {
    color: #fff;
    background-color: #1d95c6;
    border-color: #1b8dbb;
}

.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #29ABE0;
    border-color: #29ABE0;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1b8dbb;
    border-color: #1984b0;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #F47C3C;
    border-color: #F47C3C;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f26418;
    border-color: #ef5c0e;
}

.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #F47C3C;
    border-color: #F47C3C;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ef5c0e;
    border-color: #e3570d;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d23430;
    border-color: #c9302c;
}

.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #bf2e29;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #F8F5F0;
    border-color: #F8F5F0;
}

.btn-light:hover {
    color: #212529;
    background-color: #ece4d6;
    border-color: #e8decd;
}

.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F8F5F0;
    border-color: #F8F5F0;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e8decd;
    border-color: #e4d8c5;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #3E3F3A;
    border-color: #3E3F3A;
}

.btn-dark:hover {
    color: #fff;
    background-color: #2a2b28;
    border-color: #242422;
}

.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3E3F3A;
    border-color: #3E3F3A;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #242422;
    border-color: #1d1e1b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

.btn-outline-primary {
    color: #325D88;
    background-color: transparent;
    background-image: none;
    border-color: #325D88;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #325D88;
    border-color: #325D88;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #325D88;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #325D88;
    border-color: #325D88;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(50, 93, 136, 0.5);
}

.btn-outline-secondary {
    color: #8E8C84;
    background-color: transparent;
    background-image: none;
    border-color: #8E8C84;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #8E8C84;
    border-color: #8E8C84;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #8E8C84;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #8E8C84;
    border-color: #8E8C84;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(142, 140, 132, 0.5);
}

.btn-outline-success {
    color: #93C54B;
    background-color: transparent;
    background-image: none;
    border-color: #93C54B;
}

.btn-outline-success:hover {
    color: #212529;
    background-color: #93C54B;
    border-color: #93C54B;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #93C54B;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #212529;
    background-color: #93C54B;
    border-color: #93C54B;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(147, 197, 75, 0.5);
}

.btn-outline-info {
    color: #29ABE0;
    background-color: transparent;
    background-image: none;
    border-color: #29ABE0;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #29ABE0;
    border-color: #29ABE0;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #29ABE0;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #29ABE0;
    border-color: #29ABE0;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(41, 171, 224, 0.5);
}

.btn-outline-warning {
    color: #F47C3C;
    background-color: transparent;
    background-image: none;
    border-color: #F47C3C;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #F47C3C;
    border-color: #F47C3C;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #F47C3C;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #F47C3C;
    border-color: #F47C3C;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(244, 124, 60, 0.5);
}

.btn-outline-danger {
    color: #d9534f;
    background-color: transparent;
    background-image: none;
    border-color: #d9534f;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #d9534f;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.5);
}

.btn-outline-light {
    color: #F8F5F0;
    background-color: transparent;
    background-image: none;
    border-color: #F8F5F0;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #F8F5F0;
    border-color: #F8F5F0;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F8F5F0;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #F8F5F0;
    border-color: #F8F5F0;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 245, 240, 0.5);
}

.btn-outline-dark {
    color: #3E3F3A;
    background-color: transparent;
    background-image: none;
    border-color: #3E3F3A;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #3E3F3A;
    border-color: #3E3F3A;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3E3F3A;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3E3F3A;
    border-color: #3E3F3A;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(62, 63, 58, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #93C54B;
    background-color: transparent;
}

.btn-link:hover {
    color: #6b9430;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #8E8C84;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.765625rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

/* ---- */


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #dcdcdc;
    border-color: #adadad
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #f5f5f5;
    border-color: #ccc
}

.btn-default .badge {
    color: #f5f5f5;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #0769DA;
    border-color: #4984b8
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4177a6;
    border-color: #37648c
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #0769DA;
    border-color: #4984b8
}

.btn-primary .badge {
    color: #0769DA;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #A3BE8C;
    border-color: #96b57c
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #89ac6b;
    border-color: #779b58
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #A3BE8C;
    border-color: #96b57c
}

.btn-success .badge {
    color: #A3BE8C;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #7FABD2;
    border-color: #6c9fcb
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #5992c5;
    border-color: #4181b9
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #7FABD2;
    border-color: #6c9fcb
}

.btn-info .badge {
    color: #7FABD2;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: var(--i-color-warning);
    border-color: var(--i-color-warning-border);
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: var(--i-color-warning-bg);
    border-color: var(--i-color-warning-strong);
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: var(--i-color-warning);
    border-color: var(--i-color-warning-border);
}

.btn-warning .badge {
    color: var(--i-color-warning);
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #BF616A;
    border-color: #b84f59
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a9444e;
    border-color: #8f3a42
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #BF616A;
    border-color: #b84f59
}

.btn-danger .badge {
    color: #BF616A;
    background-color: #fff
}

.btn-link {
    color: #0769DA;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #3a6994;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px
}

.dropdown-header, .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857
}

.btn-block {
    display: block
}

.btn-block + .btn-block {
    margin-top: 5px
}

/* ---- */


.btn-left-align {
    border-radius: 5px;
    color: var(--i-color-action) !important;
    background-color: white !important;
    text-align: left !important;
    padding: 4px 4px 4px 12px !important;
    margin-right: 5px;
}

.btn-48 {
    width: 48px;
}

.btn-64 {
    width: 64px;
}

.btn-80 {
    width: 80px;
}

.btn-120 {
    width: 120px;
}

.btn-select {
    color: var(--i-color-blue) !important;
    background-color: transparent;
    border-bottom: 3px solid var(--i-color-blue);
}

.btn-top-round {
    font-weight: 600;
    border-radius: 5px;
    margin-left: 4px;
}

.btn-top-dark {
    font-weight: 600;
    font-size: 14px;
    color: var(--i-color-dark);
    margin-left: 4px;
}

.btn-top {
    font-weight: 600;
    border-radius: 5px;
    color: var(--i-color-blue);
    background-color: var(--i-color-light);
}

.btn-border {
    border: 1px solid var(--i-color-blue);
}

.btn-link-top {
    font-weight: 500;
    padding-left: 0;
    padding-right: 4px;
    padding-bottom: 10px;
    margin-right: 16px;
    color: var(--i-color-dark);
}

.btn-zero {
    padding: 0;
}

.btn-auth {
    border-radius: 1em;
    background-color: var(--i-color-light);
    margin-top: 3px;
    /*margin-right: -5px;*/
    /*margin-left: -5px;*/
}

.btn-google-plus {
    background-color: #CF453A;
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-growl {
    color: var(--i-color-dark);
    padding: 12px;
    border: 1px solid var(--i-color-dark);
    border-radius: 10px;
    margin-bottom: 12px;
}

.btn-picture {
    vertical-align: top;
    background-color: transparent;
    padding: 8px;
}

.btn-action {
    color: #fff;
    background-color: var(--i-color-action);
    border-color: var(--i-color-action-border);
}

.btn-action.active, .btn-action.focus, .btn-action:active, .btn-action:focus, .btn-action:hover, .open > .btn-actiong.dropdown-toggle {
    color: #fff;
    background-color: var(--i-color-action-bg);
    border-color: var(--i-color-action-strong);
}

.btn-action.disabled, .btn-action.disabled.active, .btn-action.disabled.focus, .btn-action.disabled:active, .btn-action.disabled:focus, .btn-action.disabled:hover, .btn-action[disabled], .btn-action[disabled].active, .btn-action[disabled].focus, .btn-actiong[disabled]:active, .btn-action[disabled]:focus, .btn-actiong[disabled]:hover, fieldset[disabled] .btn-action, fieldset[disabled] .btn-action.active, fieldset[disabled] .btn-action.focus, fieldset[disabled] .btn-action:active, fieldset[disabled] .btn-action:focus, fieldset[disabled] .btn-action:hover {
    background-color: var(--i-color-action);
    border-color: var(--i-color-action-border);
}

.btn-action .badge {
    color: var(--i-color-action);
    background-color: #fff
}

.btn-round {
    border-radius: 2em;

    /* make it flex so icon + text align nicely and so children stack above the pseudo-element */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    /* small CSS vars you can tune per project or per-size */
    --btn-circle: 56px;        /* hover circle diameter (default) */
    --btn-circle-bg: #f0f0f0;  /* hover circle color */
}

/* optional size presets (only if you want .btn-round.sm / .lg) */
.btn-round.sm { --btn-circle: 44px; font-size: 0.8125rem; padding: 0.25rem 0.5rem; }
.btn-round.lg { --btn-circle: 64px; font-size: 1rem; padding: 0.5rem 1rem; }


/* ---- btn-white: overlay circle on hover, keeps text visible ---- */
.btn-white {
    position: relative;
    display: inline-flex;           /* matches .btn and enhanced .btn-round */
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: var(--i-color-dark, #333);
    border: none;
    padding: 0.375rem 0.75rem;      /* keep same padding as your .btn baseline */
    border-radius: 2em;         /* fallback (if using .btn-round it will override) */
    overflow: visible;
    transition: color .18s ease, background .18s ease;
}

/* circle pseudo-element (uses var from .btn-round when present) */
.btn-white::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: var(--btn-circle-bg, #f0f0f0);
    border-radius: 50%;
    z-index: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: width .18s ease, height .18s ease, transform .18s ease;
    pointer-events: none;
}

/* keep real content above the circle */
.btn-white > * { position: relative; z-index: 1; }

/* grow the circle on hover/focus */
.btn-white:hover::after,
.btn-white:focus::after {
    width: var(--btn-circle, 42px);
    height: var(--btn-circle, 42px);
    transform: translate(-50%, -50%) scale(1);
}

/* When you combine with your .btn-round, adopt its pill / padding */
.btn.btn-round.btn-white {
    /* keep the pill look (btn-round supplies border-radius);
       keep padding so the component stays the same size */
    border-radius: 2em;
    /* make the hover circle slightly bigger than the button height for a nice halo */
    /* if needed you can override --btn-circle per instance */
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .btn-white::after { transition: none; }
}

