body {
    font-size:15px;
}
main > .container {
    padding: 60px 15px 0;
}

.footer {
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}
label { 
    font-weight:bold!important; 
    padding-left:5px!important;
}

.subtotal-table {
    width:33.33%;
    float:right;
}

.invoice-number {
    position:absolute;
    top:10px;
    right:0;
}

.w-16 {
    width:16.667%!important;
}

.w-05 {
    width: 2%!important;
}

.w-1 {
    width: 8.333333%!important;
}
.w-2 {
    width:16.667%!important;
}
.w-3 {
    width: 25%!important;
}
.w-4 {
    width: 33.33333%!important;
}

.btn-link {
    cursor:pointer;
}
.datepicker-days table {
    width:300px;
}

.section-header { 
    color: white;
    font-size:18px;
    margin-top:15px;
}

input[type="checkbox"] {
    transform: scale(1.5);
}

#line-items th { 
    border-top: 0px; 
    padding-top: 0px; 
    border-bottom: 0px;
}

#exits-table {
}

#exits-table input {
    padding:0px;
    border: 0px;
    background-color: transparent;
}
#exits-table tr td:first-child {
    text-align: right;
}
#exits-table td {
    padding: 3px 15px;
}

#numpad iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.canceled-invoice { opacity: 0.4; }
.print-table th,
.print-table td {
    padding:0.25rem!important;
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    table { page-break-after:auto }
    tr    { page-break-inside:avoid; page-break-after:auto }
    td    { page-break-inside:avoid; page-break-after:auto }
    thead { display:table-header-group }
    tfoot { display:table-footer-group }
}
.select2-container {
    height:38px;
    width: 100%!important;
}

@media (max-width: 570px) {
    .hide-sm { display: none!important; }
    table, thead, tbody, th, td, tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
}
