html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    border-top: 1px solid lightgray;
    display: flex;
    align-items: center;
}

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

.pvtVal:not([data-value="null"]) {
    cursor: pointer;
}

.pvtVal:not([data-value="null"]):hover {
    background-color: lightgray;
}

.pvtTotal:not([data-value="null"]) {
    cursor: pointer;
}

.pvtTotal:not([data-value="null"]):hover {
    background-color: lightgray;
}

.pvtGrandTotal:not([data-value="null"]) {
    cursor: pointer;
}

.pvtGrandTotal:not([data-value="null"]):hover {
    background-color: lightgray;
}

/** large menu stules */
.dropdown-menu-large ul > li {
    list-style: none;
}

@media (min-width: 768px) {
    .dropdown-large {
        position: static !important;
    }

    .dropdown-menu-large {
        left: 0;
        right: 0;
        margin: 0 2px;
    }

    .dropdown-menu-large ul {
        padding: 0;
        margin: 10px;
    }

    .dropdown-menu-large ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: normal;
    }

    .dropdown-menu-large ul > li > a:hover,
    .dropdown-menu-large ul > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }
}

@media (max-width: 767px) {
    .dropdown-menu-large ul {
        padding: 0;
        margin: 0;
    }

    .dropdown-menu-large ul > li > a {
        display: block;
        padding: 3px 5px;
        line-height: 1.428571429;
        color: #9d9d9d;
    }

    .dropdown-menu-large ul > li > a:hover,
    .dropdown-menu-large ul > li > a:focus {
        text-decoration: none;
        color: #f5f5f5;
    }
}

.inline-action-form {
    display: inline-block;
    margin-right: 10px;
}
