﻿/* This is a custom site style link at the end of all styles in case we want to override rules.*/

.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    background-color: #a4b7c1 !important;
    padding: 10px;
}

.grid-header {
    grid-column-start: 1;
    grid-column-end: 4;
    padding-bottom: 8px;
}

.grid-item {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 12px 12px 10px 10px;
    text-align: center;
    max-width: 100px;
    cursor: pointer;
    position: relative;
}

    /* .grid-item i { */
    /*     color: white; */
    /* } */

.grid-item-check {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 12px;
}

.grid-item--category {
    background-color: rgba(255, 255, 255, 0.8);
}


/* Custom Styles */

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: white !important;
}
.card-body.table-card-body {
    padding: 0 !important;
}
.align-checkbox-center {
    padding-top: 2.0rem;
}
div#splash-message {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 50%;
    margin: auto;
    background-color: #22313F;
    color: white;
    z-index: 9999;
    padding: 15px;
    text-align: center;
    right: 0;
    left: 0;
}

.error-display {
    display: none;
}

.nav-item .nav-link span {
    margin-left: 10px !important;
}


    @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;
        }

        @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; */
        }

        .configImage {
            max-height: 121pt !important;
            max-width: 227pt !important;
        }
      
        .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;
        }
    }

.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);
}

.form-label {
    margin-right: 10px;
    font-weight:600;
}
.form-group {
    padding-bottom: 5px;
}

.configImage {
    padding: 25px;
    max-width:250px;
}

div#loading {
    display: none;
    position: fixed;
    top:0;
    width: 100%;
    height:100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.29);
    color: white;
    z-index: 9999;
    text-align: center;
    right: 0;
    left: 0;
}
#loading > div {
    position: fixed;
    top: 45%;
    text-align: center;
    width: 100%;
}
/*Print styles*/
@media print {
    .ui-view{
        padding:0px !important;
        margin:0px !important;
    }
    .form-label {
        font-weight: normal !important;
    }
    .form-control{
        font-weight:600!important;
    }
    label:not(.form-label) {
        font-weight: 600 !important;
    }
    .print-highlight{
        font-weight:900!important;
        font-size:larger!important;
        color:#ff0000
    }
    .card-print {
        border: solid !important;
        border-width: 1px !important;
        border-color: #c2cfd6 !important;
    }
    .preview-img{
        max-height:475px!important;
    }
    .configImage {
        margin: 0px !important;
        padding: 5px !important;
        max-height: 120px !important;
    }

    tr, td, th, hr {
        margin: 0px !important;
        padding: 0px !important;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1350px;
    }
}