﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

    .fade-in.visible {
        opacity: 1;
    }

.home-code {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 72px;
    height: 40px;
    background-color: #aaa;
    text-decoration: none;
    color: white;
    line-height: 40px;
    letter-spacing: 4px;
    padding-left: 4px;
    margin: 8px;
}

.color-in-table-button {
    color: white;
}

.a-active {
    font-weight: bold;
}

.search-lable {
    width: 120px;
    font-size: 12px;
    line-height: 32px;
    padding-right: 0px;
}

.search-text {
    width: 240px;
    font-size: 12px;
}

.order-text-title {
    font-weight: bold;
}

.order-text-lable {
    text-align: right;
    width: 140px;
    font-size: 12px;
    line-height: 22px;
    vertical-align: middle;
}

.order-detail-text {
    font-size: 12px;
    line-height: 22px;
}


.order-detail-lable {
    width: 100px;
    vertical-align: middle;
}

.order-detail-body {
    max-height: 400px;
    overflow-y: auto;
}

.order-font-size {
    font-size: 12px;
}

.order-insure-height {
    height: 24px;
}

.pagination-link {
    font-weight: bold;
    text-decoration: underline;
}

em {
    color: red;
    padding-right: 4px;
}

#BizPolicyNoSelect {
    height: 120px;
}

.product-image {
    max-width: 100%;
    height: auto;
    width: 776px;
}

.bg-gray {
    background-color: #6c757d !important;
    color: #fff !important;
}

#overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000; /* Ensure it is above other content */
    text-align: center;
    padding-top: 20%; /* Center vertically */
    color: white;
}

.textbox-highlight {
    background-color: aquamarine;
}


.select-auto-div {
    position: absolute;
    width: 300px;
    max-height: 150px;
    font-size: 12px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    display: none;
}

    .select-auto-div div {
        padding: 10px;
        cursor: pointer;
    }
