﻿/* Voucher List */
.voucher_section .thead .th {
    font-size: 14px;
}

/* Edit Voucher */
.voucher_section .form-inline {
    margin-top: 10px;
}

.voucher_section .form-label {
    margin-right: 20px;
}

table.dataTable.no-footer {
    padding-top: 20px;
}

.card-title #btn_create_voucher, .card-title #btn_refresh {
    font-size: 14px;
}

.card-title #btn_refresh {
    margin-right: 10px;
}

.col_email {
    text-overflow: ellipsis;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

#tbl_voucher > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

.btn-outline-primary {
    transition: 0.2s;
}

.voucher_hyperlink {
    color: #4514F1;
    cursor: pointer;
}

.voucher_hyperlink:hover {
    color: #0a58ca
}

.spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.0s;
}

.spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: -.125e;
    border: 8px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

/*.edit_btn {
    visibility: visible;
    opacity: 1;
    position: fixed;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}*/
