/* CUSTOM CSS ====================================== */
body {
    background: #fffaf3 !important; /* BLUE : #f0f7fc | ORANGE : #fffaf3 */
    font-size: 0.92rem !important;
}
li.nav-item {
    border-right: 1px solid #9e9e9e75;
}
.nav-item i {
    color: #ffc107;
}
/* START BG Colors */
.bg-blue {
    background-color: #212529 !important;
}
.border-line-blue {
    border-top: #888 1px solid !important;
}

.bg-orange {
    background-color: #f4a024 !important;
}
.border-line-orange {
    border-top: #e88b00 1px solid !important;
}
.bg-dark-grey {
    background: #212529 !important;
}

.bg-info-gradient {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(
        linear,
        0% 0%,
        0% 100%,
        from(#1a82f7),
        to(#003399)
    ) !important;

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #003399, #1a82f7) !important;

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #003399, #1a82f7) !important;

    /* IE 10 */
    background: -ms-linear-gradient(top, #003399, #1a82f7) !important;

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #003399, #1a82f7) !important;
}

.card-header-border {
    border-bottom: 1px solid rgb(6, 117, 242) !important;
}

/* END BG Colors */

.smooth-shadow {
    -webkit-box-shadow: 1px 1px 1px 1px rgba(237, 242, 255, 0.15);
    -moz-box-shadow: 1px 1px 1px 1px rgba(237, 242, 255, 0.15);
    box-shadow: 1px 1px 1px 1px rgba(237, 242, 255, 0.15);
}

.form-control-static-custom {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    text-overflow: ellipsis;
}

.navbar-blue {
    line-height: 2 !important;
    z-index: 1;
}

.navbar-blue .nav-item.active .nav-link,
.navbar-blue .nav-item:hover .nav-link {
    color: #000000 !important;
    background-color: #ccffcc; /* ORANGE - #ffc267 | BLUE - #ccffcc */
}
.form-row.form-group {
    margin-bottom: 5px !important;
}

@media print {
    .no-print {
        display: none !important;
    }

    .wrap,
    .container,
    .block-header,
    .col-lg-12,
    .col-md-12,
    .col-sm-12,
    .col-xs-12,
    .card,
    .body,
    .demo-masked-input,
    .container-fluid .header-blue,
    .row {
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .table-print td {
        padding: 2px !important;
    }

    .txt-sm {
        font-size: 10px !important;
    }

    .pbreak {
        page-break-after: always !important;
    }
}
.card {
    margin: 10px !important;
}
label {
    font-weight: bold !important;
}
/* CUSTOM CSS ====================================== */
