﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.ui-view {
    padding-top: 20px;
    padding-bottom: 20px;
}


.avatar .img-avatar-wide {
    width: 72px;
    border-radius: 50em;
}

.avatar.avatar-lg .img-avatar-wide {
    width: 144px;
    border-radius: 50em;
}

.icon-a::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.error-display {
    display: none;
}

.nav-item .nav-link span {
    margin-left: 10px !important;
}

.print-only {
    display: none;
}


@media print {
    *, *::before, *::after {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-control {
        border: 0;
        padding: 0;
        overflow: visible;
        color: #151b1e;
    }

    .breadcrumb {
        display: none;
    }

    .btn {
        display: none;
    }

    #toast-container {
        display: none;
    }

    .no-print {
        display: none;
    }

    .app-footer {
        display: none;
    }

    .print-only {
        display: block;
    }

    @page {
        size: auto;
        margin: 0mm;
        /* size: 8.5in 11in; */
        /* margin: 0.5in; */
        font-size: 12pt;
        font-family: "Times";
    }

    .barcode128 {
        height: 100pt;
        width: 400pt;
        margin-top: -20pt;
        /* background-color: #a4b7c1 !important; */
        /* -webkit-print-color-adjust: exact; */
    }

    .barcodeqr {
        width: 70pt;
        height: 70pt;
        /*margin-top: -40pt;*/
        /* background-color: #000080 !important; */
        /* -webkit-print-color-adjust: exact; */
    }


    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15pt;
        margin-left: -15pt;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 55%;
        -webkit-flex: 0 0 55%;
        -o-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -o-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: none;
    }

    .border-white {
        border-color: #fff !important;
    }

    .card-body, .card-block {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

    b, strong {
        font-weight: bolder;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }

    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    dt {
        font-weight: 700;
    }

    dd {
        margin-bottom: .5rem;
        margin-left: 0;
    }

    ol, ul, dl {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    dl {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

    .text-danger {
        color: #f86c6b !important;
    }

    .table-bordered {
        border: none;
    }

    .table {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
    }

    table {
        border-collapse: collapse;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #48d1cc !important;
        -webkit-print-color-adjust: exact;
    }

    .table-sm th, .table-sm td {
        padding: 0.3rem;
    }

    .text-center {
        text-align: center !important;
    }

    th {
        width: 33% !important;
    }s



}
.hidden {
    display: none;
    height: 0px;
    width: 0px;
}


.hid-show-boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

    .hid-show-boxes > div {
        flex: 1 0 21%;
        padding: 15px;
    }

.no-after:after {
    content: none!important;
}