﻿.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../../../Content/images/Spinner1.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .5;
}

.navlogo {
    width: auto;
    height: 40px;
    border-radius: 5px;
}
.required{
    color:red;
}

#mainImageView {
    width: 100%;
    height: 400px;
}

/*tooltip code for making its look and feel nice with left align text*/

.tooltip-inner {
    text-align: left; /* Ensures text is left-aligned */
    white-space: nowrap; /* Prevents text wrapping */
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #333; /* Adjust arrow color if needed */
}

.tooltip.bs-tooltip-left .tooltip-inner {
    max-width: 300px; /* Adjust max width if needed */
    font-size: 0.875rem; /* Adjust font size if needed */
    padding: 8px; /* Adjust padding if needed */
}

/*end*/