﻿.table-with-labels {
    position: fixed;
    bottom: 110px;
    right: 0;
}

    .table-with-labels caption {
        background-color: white;
        padding: 8px;
        -ms-border-radius: 500px;
        border-radius: 500px;
        font-size: small;
        text-decoration: none;
        text-shadow: none;
        color: black;
        font-weight: bold;
        border: 1px solid black;
    }

    .table-with-labels tr {
        height: 50px;
    }

.table-with-labels-th1 {
    text-align: right;
}

    .table-with-labels-th1 > span {
        background-color: white;
        padding: 8px;
        -ms-border-radius: 500px;
        border-radius: 500px;
        font-size: small;
        text-decoration: none;
        text-shadow: none;
        color: black;
        font-weight: 100;
        border: 1px solid black;
    }

    .table-with-labels-th1 > a.btn-floating {
        background-color: white !important;
        padding-right: 8px !important;
        padding-left: 8px !important;
        -ms-border-radius: 500px !important;
        border-radius: 500px !important;
        font-size: small !important;
        text-decoration: none !important;
        text-shadow: none !important;
        color: black !important;
        font-weight: 100 !important;
        border: 1px solid black !important;
        width: auto !important;
        height: auto !important;
        letter-spacing: normal !important;
        text-transform: none !important;
    }

.table-with-labels-th2 {
    width: 100px;
}

/* float sort button */
.btn-floating.disabled,
.btn-floating:disabled,
.btn-floating[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

    .btn-floating.disabled:hover,
    .btn-floating:disabled:hover,
    .btn-floating[disabled]:hover {
        background-color: #DFDFDF !important;
        color: #9F9F9F !important;
    }

.btn-floating {
    font-size: 14px;
    outline: 0;
}

    .btn-floating i {
        font-size: 1.3rem;
        line-height: inherit;
    }

    .btn-floating:focus {
        background-color: #1d7d74;
    }

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
    vertical-align: middle;
}

    .btn-floating:hover {
        background-color: #26a69a;
    }

    .btn-floating:before {
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .btn-floating.btn-large {
        width: 56px;
        height: 56px;
        padding: 0;
    }

        .btn-floating.btn-large.halfway-fab {
            bottom: -28px;
        }

        .btn-floating.btn-large i {
            line-height: 56px;
        }

    .btn-floating.btn-small {
        width: 32.4px;
        height: 32.4px;
    }

        .btn-floating.btn-small.halfway-fab {
            bottom: -16.2px;
        }

        .btn-floating.btn-small i {
            line-height: 32.4px;
        }

    .btn-floating.halfway-fab {
        position: absolute;
        right: 24px;
        bottom: -20px;
    }

        .btn-floating.halfway-fab.left {
            right: auto;
            left: 24px;
        }

    .btn-floating i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #fff;
        font-size: 1.6rem;
        line-height: 40px;
    }

button.btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}

    .fixed-action-btn.active ul {
        visibility: visible;
    }

    .fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
        padding: 0 0 0 15px;
    }

        .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
            text-align: right;
            right: 64px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 100%;
            left: auto;
            /*width 100% only goes to width of button container */
            width: 500px;
        }

            .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
                display: inline-block;
                margin: 7.5px 15px 0 0;
            }

    .fixed-action-btn.direction-right {
        padding: 0 15px 0 0;
    }

        .fixed-action-btn.direction-right ul {
            text-align: left;
            direction: rtl;
            left: 64px;
            right: auto;
        }

            .fixed-action-btn.direction-right ul li {
                margin: 7.5px 0 0 15px;
            }

    .fixed-action-btn.direction-bottom {
        padding: 0 0 15px 0;
    }

        .fixed-action-btn.direction-bottom ul {
            top: 64px;
            bottom: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

            .fixed-action-btn.direction-bottom ul li {
                margin: 15px 0 0 0;
            }

    .fixed-action-btn.toolbar {
        padding: 0;
        height: 56px;
    }

        .fixed-action-btn.toolbar.active > a i {
            -ms-opacity: 0;
            opacity: 0;
        }

        .fixed-action-btn.toolbar ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            top: 0;
            bottom: 0;
            z-index: 1;
        }

            .fixed-action-btn.toolbar ul li {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                -o-flex: 1;
                flex: 1;
                display: inline-block;
                margin: 0;
                height: 100%;
                -webkit-transition: none;
                -ms-transition: none;
                -o-transition: none;
                transition: none;
            }

                .fixed-action-btn.toolbar ul li a {
                    display: block;
                    overflow: hidden;
                    position: relative;
                    width: 100%;
                    height: 100%;
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    color: #fff;
                    line-height: 56px;
                    z-index: 1;
                }

                    .fixed-action-btn.toolbar ul li a i {
                        line-height: inherit;
                    }

    .fixed-action-btn ul {
        left: 0;
        right: 0;
        text-align: center;
        position: absolute;
        bottom: 64px;
        margin: 0;
        visibility: hidden;
    }

        .fixed-action-btn ul li {
            margin-bottom: 15px;
        }

        .fixed-action-btn ul a.btn-floating {
            -ms-opacity: 0;
            opacity: 0;
        }

    .fixed-action-btn .fab-backdrop {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 40px;
        height: 40px;
        background-color: #26a69a;
        -ms-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

.btn-floating {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

    .btn-floating:hover {
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    }

nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px;
}

    nav ul a.btn-floating > .material-icons {
        height: inherit;
        line-height: inherit;
    }
/* -- float sort button from - end -- */