﻿#snackbar {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 999999 !important;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
        animation: fadein 0.5s, fadeout 0.5s 3.5s;
    }

.floating-options {
    position: fixed;
    z-index: 3;
    right: 20px;
    bottom: 20px;
}

.showhim {
    text-align: right;
}

.showme {
    display: none;
    margin-right: 6px;
}

    .showme div {
        margin-bottom: 10px;
    }

    .showme span {
        background-color: rgba(0, 0, 0, 0.66);
        color: #fff;
        margin-right: 10px;
        padding: 5px 10px;
    }

    .showme .btn {
        margin-bottom: 5px;
        width: 50px;
    }

.showhim:hover .showme {
    display: block;
}

.invisible {
    visibility: hidden !important;
}

/* DATATABLE PRINT STYLE */
.dt-print-view {
    background-color: white !important;
    color: #000 !important;
}

    .dt-print-view table {
        --bs-table-bg: transparent !important;
        --bs-table-accent-bg: transparent !important;
        --bs-table-striped-color: #6c757d !important;
        --bs-table-striped-bg: #f1f3fa !important;
        --bs-table-active-color: #6c757d !important;
        --bs-table-active-bg: rgba(222, 226, 230, 0.4) !important;
        --bs-table-hover-color: #6c757d !important;
        --bs-table-hover-bg: #f1f3fa !important;
        border-color: #464f5b !important;
    }

    .dt-print-view .table > :not(:first-child) {
        border-top: 2px solid #464f5b !important;
    }

    .dt-print-view td {
        color: #000 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .dt-print-view h1 {
        font-size: 10pt !important;
    }

    .dt-print-view th {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color: #000 !important;
    }

/* END DATATABLE PRINT STYLE */

.column-50 {
    width: 50px;
}

.spinner {
    vertical-align: -0.3em !important;
}

.form-spinner {
    margin-top: 38px;
}

.btn-spinner {
    padding: 0.5rem 0.9rem 0.3rem 0.9rem !important;
}