﻿/*
.btn {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #676E8A;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 10px;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #676E8A;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: none;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        box-shadow: none;
    }

        .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
            box-shadow: none;
        }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #32BDEA;
    border-color: #32BDEA;
    box-shadow: unset;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #17aedf;
        border-color: #16a5d3;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #17aedf;
        border-color: #16a5d3;
        box-shadow: unset, 0 0 0 0.2rem rgba(81, 199, 237, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #32BDEA;
        border-color: #32BDEA;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #16a5d3;
        border-color: #149cc8;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(81, 199, 237, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #FF7E41;
    border-color: #FF7E41;
    box-shadow: unset;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
        box-shadow: unset, 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ff5b0e;
        border-color: #ff5301;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
        }
        */

.btn-success {
    color: #fff;
    background-color: #78C091;
    border-color: #78C091;
    box-shadow: unset;
}

    .btn-success:hover {
        color: #fff;
        background-color: #5eb47c;
        border-color: #55b075;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #5eb47c;
        border-color: #55b075;
        box-shadow: unset, 0 0 0 0.2rem rgba(140, 201, 162, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #78C091;
        border-color: #78C091;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #55b075;
        border-color: #4fa96e;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(140, 201, 162, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #7EE2FF;
    border-color: #7EE2FF;
    box-shadow: unset;
}

    .btn-info:hover {
        color: #fff;
        background-color: #58d9ff;
        border-color: #4bd7ff;
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #58d9ff;
        border-color: #4bd7ff;
        box-shadow: unset, 0 0 0 0.2rem rgba(145, 230, 255, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #7EE2FF;
        border-color: #7EE2FF;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #4bd7ff;
        border-color: #3ed4ff;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(145, 230, 255, 0.5);
        }

.btn-warning {
    color: #fff;
    background-color: #FF9770;
    border-color: #FF9770;
    box-shadow: unset;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ff7b4a;
        border-color: #ff723d;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ff7b4a;
        border-color: #ff723d;
        box-shadow: unset, 0 0 0 0.2rem rgba(255, 167, 133, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #fff;
        background-color: #FF9770;
        border-color: #FF9770;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ff723d;
        border-color: #ff6930;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 167, 133, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #E08DB4;
    border-color: #E08DB4;
    box-shadow: unset;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #d86fa0;
        border-color: #d5659a;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #d86fa0;
        border-color: #d5659a;
        box-shadow: unset, 0 0 0 0.2rem rgba(229, 158, 191, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #E08DB4;
        border-color: #E08DB4;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d5659a;
        border-color: #d25b93;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(229, 158, 191, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #c7cbd3;
    border-color: #c7cbd3;
    box-shadow: unset;
}

    .btn-light:hover {
        color: #fff;
        background-color: #b2b7c2;
        border-color: #aab0bd;
    }

    .btn-light:focus, .btn-light.focus {
        color: #fff;
        background-color: #b2b7c2;
        border-color: #aab0bd;
        box-shadow: unset, 0 0 0 0.2rem rgba(174, 178, 186, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #c7cbd3;
        border-color: #c7cbd3;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #fff;
        background-color: #aab0bd;
        border-color: #a3aab7;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(174, 178, 186, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #01041b;
    border-color: #01041b;
    box-shadow: unset;
}

    .btn-dark:hover {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #fff;
        background-color: black;
        border-color: black;
        box-shadow: unset, 0 0 0 0.2rem rgba(39, 42, 61, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #01041b;
        border-color: #01041b;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
        .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(39, 42, 61, 0.5);
        }

.btn-orange {
    color: #fff;
    background-color: #FF7E41;
    border-color: #FF7E41;
    box-shadow: unset;
}

    .btn-orange:hover {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
    }

    .btn-orange:focus, .btn-orange.focus {
        color: #fff;
        background-color: #ff641b;
        border-color: #ff5b0e;
        box-shadow: unset, 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
    }

    .btn-orange.disabled, .btn-orange:disabled {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
    .show > .btn-orange.dropdown-toggle {
        color: #fff;
        background-color: #ff5b0e;
        border-color: #ff5301;
    }

        .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
        .show > .btn-orange.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 145, 94, 0.5);
        }

.btn-purple {
    color: #fff;
    background-color: #4731b6;
    border-color: #4731b6;
    box-shadow: unset;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #3b2998;
        border-color: #37268e;
    }

    .btn-purple:focus, .btn-purple.focus {
        color: #fff;
        background-color: #3b2998;
        border-color: #37268e;
        box-shadow: unset, 0 0 0 0.2rem rgba(99, 80, 193, 0.5);
    }

    .btn-purple.disabled, .btn-purple:disabled {
        color: #fff;
        background-color: #4731b6;
        border-color: #4731b6;
    }

    .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
    .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #37268e;
        border-color: #332384;
    }

        .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-purple.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(99, 80, 193, 0.5);
        }

.btn-skyblue {
    color: #fff;
    background-color: #158df7;
    border-color: #158df7;
    box-shadow: unset;
}

    .btn-skyblue:hover {
        color: #fff;
        background-color: #087ade;
        border-color: #0773d2;
    }

    .btn-skyblue:focus, .btn-skyblue.focus {
        color: #fff;
        background-color: #087ade;
        border-color: #0773d2;
        box-shadow: unset, 0 0 0 0.2rem rgba(56, 158, 248, 0.5);
    }

    .btn-skyblue.disabled, .btn-skyblue:disabled {
        color: #fff;
        background-color: #158df7;
        border-color: #158df7;
    }

    .btn-skyblue:not(:disabled):not(.disabled):active, .btn-skyblue:not(:disabled):not(.disabled).active,
    .show > .btn-skyblue.dropdown-toggle {
        color: #fff;
        background-color: #0773d2;
        border-color: #076cc5;
    }

        .btn-skyblue:not(:disabled):not(.disabled):active:focus, .btn-skyblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-skyblue.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(56, 158, 248, 0.5);
        }

.btn-light-gray {
    color: #212529;
    background-color: #f4f5fa;
    border-color: #f4f5fa;
    box-shadow: unset;
}

    .btn-light-gray:hover {
        color: #212529;
        background-color: #daddee;
        border-color: #d1d5ea;
    }

    .btn-light-gray:focus, .btn-light-gray.focus {
        color: #212529;
        background-color: #daddee;
        border-color: #d1d5ea;
        box-shadow: unset, 0 0 0 0.2rem rgba(212, 214, 219, 0.5);
    }

    .btn-light-gray.disabled, .btn-light-gray:disabled {
        color: #212529;
        background-color: #f4f5fa;
        border-color: #f4f5fa;
    }

    .btn-light-gray:not(:disabled):not(.disabled):active, .btn-light-gray:not(:disabled):not(.disabled).active,
    .show > .btn-light-gray.dropdown-toggle {
        color: #212529;
        background-color: #d1d5ea;
        border-color: #c8cde6;
    }

        .btn-light-gray:not(:disabled):not(.disabled):active:focus, .btn-light-gray:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light-gray.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(212, 214, 219, 0.5);
        }

.btn-outline-primary {
    color: #32BDEA;
    border-color: #32BDEA;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #32BDEA;
        border-color: #32BDEA;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(50, 189, 234, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #32BDEA;
        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: #32BDEA;
        border-color: #32BDEA;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(50, 189, 234, 0.5);
        }

.btn-outline-secondary {
    color: #FF7E41;
    border-color: #FF7E41;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #FF7E41;
        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: #FF7E41;
        border-color: #FF7E41;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
        }

.btn-outline-success {
    color: #78C091;
    border-color: #78C091;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #78C091;
        border-color: #78C091;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(120, 192, 145, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #78C091;
        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: #fff;
        background-color: #78C091;
        border-color: #78C091;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(120, 192, 145, 0.5);
        }

.btn-outline-info {
    color: #7EE2FF;
    border-color: #7EE2FF;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #7EE2FF;
        border-color: #7EE2FF;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(126, 226, 255, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #7EE2FF;
        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: #7EE2FF;
        border-color: #7EE2FF;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(126, 226, 255, 0.5);
        }

.btn-outline-warning {
    color: #FF9770;
    border-color: #FF9770;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #FF9770;
        border-color: #FF9770;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 151, 112, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #FF9770;
        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: #fff;
        background-color: #FF9770;
        border-color: #FF9770;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 151, 112, 0.5);
        }

.btn-outline-danger {
    color: #E08DB4;
    border-color: #E08DB4;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #E08DB4;
        border-color: #E08DB4;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(224, 141, 180, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #E08DB4;
        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: #E08DB4;
        border-color: #E08DB4;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(224, 141, 180, 0.5);
        }

.btn-outline-light {
    color: #c7cbd3;
    border-color: #c7cbd3;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #c7cbd3;
        border-color: #c7cbd3;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(199, 203, 211, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #c7cbd3;
        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: #c7cbd3;
        border-color: #c7cbd3;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(199, 203, 211, 0.5);
        }

.btn-outline-dark {
    color: #01041b;
    border-color: #01041b;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #01041b;
        border-color: #01041b;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(1, 4, 27, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #01041b;
        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: #01041b;
        border-color: #01041b;
    }

        .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 {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(1, 4, 27, 0.5);
        }

.btn-outline-orange {
    color: #FF7E41;
    border-color: #FF7E41;
}

    .btn-outline-orange:hover {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

    .btn-outline-orange:focus, .btn-outline-orange.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
    }

    .btn-outline-orange.disabled, .btn-outline-orange:disabled {
        color: #FF7E41;
        background-color: transparent;
    }

    .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
    .show > .btn-outline-orange.dropdown-toggle {
        color: #fff;
        background-color: #FF7E41;
        border-color: #FF7E41;
    }

        .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-orange.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 126, 65, 0.5);
        }

.btn-outline-purple {
    color: #4731b6;
    border-color: #4731b6;
}

    .btn-outline-purple:hover {
        color: #fff;
        background-color: #4731b6;
        border-color: #4731b6;
    }

    .btn-outline-purple:focus, .btn-outline-purple.focus {
        box-shadow: 0 0 0 0.2rem rgba(71, 49, 182, 0.5);
    }

    .btn-outline-purple.disabled, .btn-outline-purple:disabled {
        color: #4731b6;
        background-color: transparent;
    }

    .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
    .show > .btn-outline-purple.dropdown-toggle {
        color: #fff;
        background-color: #4731b6;
        border-color: #4731b6;
    }

        .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-purple.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(71, 49, 182, 0.5);
        }

.btn-outline-skyblue {
    color: #158df7;
    border-color: #158df7;
}

    .btn-outline-skyblue:hover {
        color: #fff;
        background-color: #158df7;
        border-color: #158df7;
    }

    .btn-outline-skyblue:focus, .btn-outline-skyblue.focus {
        box-shadow: 0 0 0 0.2rem rgba(21, 141, 247, 0.5);
    }

    .btn-outline-skyblue.disabled, .btn-outline-skyblue:disabled {
        color: #158df7;
        background-color: transparent;
    }

    .btn-outline-skyblue:not(:disabled):not(.disabled):active, .btn-outline-skyblue:not(:disabled):not(.disabled).active,
    .show > .btn-outline-skyblue.dropdown-toggle {
        color: #fff;
        background-color: #158df7;
        border-color: #158df7;
    }

        .btn-outline-skyblue:not(:disabled):not(.disabled):active:focus, .btn-outline-skyblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-skyblue.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(21, 141, 247, 0.5);
        }

.btn-outline-light-gray {
    color: #f4f5fa;
    border-color: #f4f5fa;
}

    .btn-outline-light-gray:hover {
        color: #212529;
        background-color: #f4f5fa;
        border-color: #f4f5fa;
    }

    .btn-outline-light-gray:focus, .btn-outline-light-gray.focus {
        box-shadow: 0 0 0 0.2rem rgba(244, 245, 250, 0.5);
    }

    .btn-outline-light-gray.disabled, .btn-outline-light-gray:disabled {
        color: #f4f5fa;
        background-color: transparent;
    }

    .btn-outline-light-gray:not(:disabled):not(.disabled):active, .btn-outline-light-gray:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light-gray.dropdown-toggle {
        color: #212529;
        background-color: #f4f5fa;
        border-color: #f4f5fa;
    }

        .btn-outline-light-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-light-gray:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light-gray.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(244, 245, 250, 0.5);
        }

.search-row {
    padding-left: 50px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.search-text {
    font-size: 20px;
}

.icon-search {
    position: absolute;
    left: 0;
    top: 3px;
    text-align: center;
    width: 50px;
}

.icon-collapse {
    position: absolute;
    right: 0;
    top: 3px;
    text-align: center;
    width: 42px;
}

.navbar-list li > a > img {
    width: 30px;
    height: 30px;
    min-width: 30px;
}

.content-header {
    padding: 5px .5rem !important;
}

.form-group {
    margin-bottom: 0.2rem !important;
}

label {
    margin-bottom: .2rem !important;
}

.form-control {
    height: auto !important;
}

.table td, .table th {
    padding: .25rem !important;
}
/********* progress bar **********/

.progress-modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center {
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 148px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center img {
        height: 128px;
        width: 128px;
    }
