
@media only screen and (min-width: 767px) {
    .tombol {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .tombol {
        position: fixed;
        bottom: 0%;
        right: 0%;
        background: #5cb85c;
        width: 100%;
        height: 40px;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border-radius: 3px;
        cursor: pointer;
    }
}

@media only screen and (min-width: 767px) {
    .btn-excel {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .btn-excel {
        display: none;
    }
}

@media only screen and (min-width: 767px) {
    .tombol-r {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .tombol-r {
        position: fixed;
        bottom: 0%;
        right: 0%;
        background: #5cb85c;
        width: 50%;
        height: 40px;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border-radius: 3px;
        cursor: pointer;
    }
}

@media only screen and (min-width: 767px) {
    .tombol-l {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .tombol-l {
        position: fixed;
        bottom: 0%;
        right: 50%;
        background: #d9534f;
        width: 50%;
        height: 40px;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border-radius: 3px;
        cursor: pointer;
    }
}

@media only screen and (min-width: 767px) {
    .tombol-r1 {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .tombol-r1 {
        position: fixed;
        bottom: 1%;
        right: 0%;
        background: #5cb85c;
        width: 50%;
        height: 40px;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border-radius: 3px;
        cursor: pointer;
    }
}

@media only screen and (min-width: 767px) {
    .tombol-l1 {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .tombol-l1 {
        position: fixed;
        bottom: 1%;
        right: 50%;
        background: #d9534f;
        width: 50%;
        height: 40px;
        line-height: 35px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        color: white;
        border-radius: 3px;
        cursor: pointer;
    }
}

.hidden {
    visibility: "hidden";
}

.show {
    visibility: "visible";
}

.support {
    text-align: center;
}

.show-large {
    display: none;
}

@media only screen and (min-width: 767px) {
    .show-large {
        display: block;
    }
    .show-mobile {
        display: none;
    }
}