/* Global link styles */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Offcanvas elements default mobile styles */
#dt_settings,
#dt_contact,
#dt_documents,
#dt_workshop,
#dt_joborder,
#dt_enrolled_ws {
    width: 100%;
}

/* Responsive offcanvas widths for tablet and up */
@media (min-width: 768px) {
    #dt_settings,
    #dt_contact,
    #dt_documents,
    #dt_workshop,
    #dt_joborder,
    #dt_enrolled_ws {
        width: 25% !important;
    }
}
@media (min-width: 768px) {
    #dt_joborder {
        width: 50% !important;
    }
}

/* Client Gateway Membership Card */
.barcode {
    font-family: 'Libre Barcode 39';
    font-size: 58px;
    line-height: 0.95;
    margin-bottom: -6px;   /* reduces space below */
}
.special-card .card-body .pagination,
.special-card .card-body p {
    margin-bottom: -15px;
}


