﻿@media print {
    .screen-only {
        display: none;
    }

    .print-only {
        display:;
    }

    .no-print {
        display: none;
    }

    .list-group-item {
        border: 0px !important; /* Remove margin around cards */
    }

    .formDivTrackOrder {
        border: 0px !important; /* Remove margin around cards */
    }
}

@media screen {
    .print-only {
        display: none;
    }

    .screen-only {
        display:;
    }
}

.btn-primary-custom {
    color: #fff;
    background-color: #0046ad;
    border-color: #0046ad;
    border-radius: 0px;
}

    .btn-primary-custom:hover {
        background-color: #ffffff;
    }

.grow-wrap {
    display: flex;
    margin-bottom: 2px;
    padding: 10px;
}

    .grow-wrap::after {
        content: attr(data-replicated-value) " ";
        white-space: pre-wrap;
        visibility: hidden;
    }

    .grow-wrap > textarea {
        resize: none;
        overflow: hidden;
        border-radius: 0;
    }

    .grow-wrap > textarea,
    .grow-wrap::after {
        font: inherit;
        grid-area: 1 / 1 / 2 / 2;
    }

label {
    display: block;
}

.b-0 {
    border: 0px solid red !important;
}

.bg-primary-custom {
    background-color: #337ab7 !important; /* Disables hover color change */
    */
}

.bg-light-custom {
    background-color: #f8f9fa !important; /* Mimics the light background from newer Bootstrap */
    color: #212529 !important; /* Dark text to match the light background */
}

    .bg-light-custom:hover {
        background-color: #f8f9fa !important; /* Disables hover effect */
        color: #212529 !important; /* Ensures text color remains the same on hover */
    }

.pointer {
    cursor: pointer;
}

.input-group-btn .btn {
    height: 100%;
}

.input-group .form-control {
}

.card-title {
    font-size: 20px;
}

.card-subtitle {
    font-size: small;
}

.card {
    min-width: 180px;
}

.no-underline {
    text-decoration: none;
}

    .no-underline:hover {
        text-decoration: underline;
    }

.responsive-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.responsive-svg {
    width: 200px;
    border: 1px solid #eee;
}

.listControl {
    border: 1px solid blue;
}

.border-box {
    box-sizing: border-box;
}

.draggable {
    padding: 0.5em;
    margin: 0;
    border: 1px solid darkgray;
    position: absolute;
    z-index: 9;
}

.sortable-dims {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 260px;
    height: 100px;
}

.popup-body {
    padding: 2px;
    overflow: hidden;
    min-width: 100px;
}


.popup-header {
    color: white;
    padding-right: 2px;
    text-align: right;
    border: 1px solid darkgray;
}

.table-responsive {
    position: relative;
    overflow: hidden;
}

.table-compact th {
    padding: 0px;
    margin: 0px;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0;
    border: 1px solid darkgray;
    z-index: 2;
}


th {
    text-align: left;
    overflow: clip;
    text-align: left;
    white-space: normal;
}

td {
    text-align: left;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100px;
}

.text-left-clip {
    min-width: 100px;
    overflow: clip;
    text-align: left;
    white-space: normal;
}

body {
    background-color: transparent;
}

.top_menu {
    width: 100%;
}

.header {
    border-bottom: 1px solid #000;
}

#notification {
    border: 2px solid red;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 4px;
}

    #notification span.dismiss {
        border: 2px solid #FFF;
        padding: 0 5px;
        float: right;
        margin-right: 10px;
    }

    #notification a {
        color: white;
        text-decoration: none;
        font-weight: bold
    }

.data-row {
    padding: 2px;
}

.tileItem {
    padding: 1px;
    border: solid 1px #808080;
}

#errors {
    color: red;
}

.dropdown-toggle {
}

table.custom-table {
    padding: 0px !important;
    margin: 0px !important;
}

    table.custom-table td {
        padding: 4px !important;
        margin: 0px !important;
    }

.floating-controls {
    margin: 0px;
    padding: 0px;
    width: 600px;
    height: 600px;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px solid darkgray;
}

#tileManager {
    position: relative;
    border: 0px solid blue;
}

.pl-10 {
    padding-left: 10px;
}

.underline {
    border-bottom: 1px solid #ccc;
}

.right-justify {
    text-align: right;
}

.center {
    text-align: center;
}

.formDivTrackOrder {
    float: left;
    border-radius: 1px;
    border: solid 1px #337ab7;
    background-color: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,70,173,0.02) 42px,rgba(0,70,173,0.07) 42px,rgba(0,70,173,0.02) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,70,173,0.02) 42px,rgba(0,70,173,0.07) 42px,rgba(0,70,173,0.02) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(0,70,173,0.02) 42px,rgba(0,70,173,0.12) 42px,rgba(0,70,173,0.04) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#0f0046ad',GradientType=0 );
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.08);
}

.bg-header-custom {
    background-color: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,70,173,0.02) 0px,rgba(0,70,173,0.07) 0px,rgba(0,70,173,0.02) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(0,70,173,0.02) 0px,rgba(0,70,173,0.07) 0px,rgba(0,70,173,0.02) 100%) !important;
}

.order-status {
    color: #fff;
    white-space: nowrap;
    padding: 2px;
}

.bl {
    font-weight: bolder;
}
