﻿/* CSS STYLING FOR COMPONENTS */

.BCA-button-group:hover {
    background-color: #32bcad !important;
    color: white;
}

label {
    color: black !important;
}

placeholder {
    color: black !important;
}

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.validation-errors {
    color: #eb0000 !important;
}

::deep .validation-message {
    color: #eb0000 !important;
}

.custom-validation-message {
    color: #eb0000 !important;
}

.fn-alert {
    color: black !important;
    word-wrap: break-word; 
    white-space: normal;
}

/* Make the sticky column stick to the right */
.sticky-column {
    position: sticky;
    right: 0;
    background: white; /* Ensure it overlays properly */
    z-index: 10; /* Higher than other columns */
}

/* Optional: make the entire grid behave consistently */
.sticky-grid .mud-table {
    min-width: 100%;
    table-layout: auto;
}

.multi-line-label label.mud-input-label {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: block !important;
    line-height: 1.2;
    outline-width: 160px;
}
.bold-label .mud-input-label {
    font-weight: bold !important;
}

.separator {
    border-top: 1px solid grey;
}
.comment {
    font-size:10px;
}
.right-comment {
    text-align: right;
    font-size: 10px;
    margin-right: 5px;
}
.subtitle {
    font-size: 13px;
    font-weight: bold;
}
.subtitle2 {
    font-size: 16px;
    font-weight: bold;
}
ol {
    padding: 10px;
    margin-top: 1em;
    margin-bottom: .5em;
    margin-left: 20px;
}
li{
    padding: 7px;
}
/* Custom styles for the validation summary 
.validation-summary-errors {
    color: #eb0000;
    background-color: #f8d7da;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f5c6cb;
}*/

/* Custom styles for individual validation messages 
.validation-message {
    color: #eb0000;
    font-size: 0.875rem;
    padding: 5px;
    margin-top: 2px;
}*/

/*.mud-input-error {
    background-color: black !important;
    color: #E6CF01 !important;
}*/

/*==================================
            FOOTER
==================================*/
/*div#page-footer {
    position: relative;
    height: 170px;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #07819a;
    vertical-align: baseline;
    background-image: url('/Images/footer_bg_small_img.gif');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%
}

    div#page-footer .footer-right {
        display: inline-block;
        vertical-align: top;
        width: 16%;
        margin-top: 80px;
        height: 35px
    }

    div#page-footer .footer-left {
        display: inline-block;
        vertical-align: top;
        width: 82%
    }
    div#page-footer .footer-menu {
        overflow: hidden;
        font-weight: 400;
        line-height: normal;
        margin: 0
    }

        div#page-footer .footer-menu a, div#page-footer span.visit {
            color: #fff;
            padding-right: 12px
        }

    div#page-footer span.copyright-year {
        padding-right: 30px;
        margin-right: 20px;
        border-right: 1px solid #fff;
        color: #fff;
        font-size: 14px
    }

.footer-menu > a {
    text-decoration: none !important
}

.footer-menu a {
    text-decoration: none !important
}

.footer-menu > span > a {
    text-decoration: none !important
}

img.socialimg {
    margin-bottom: 0 !important
}

div.footer-menu .social-short {
    margin-right: 8px
}

.social-short > a {
    text-decoration: none !important
}

.footer-links-line1 {
    padding-top: 25px;
    font-size: 16px
}

.footer-links-line2-left {
    padding-top: 8px;
    font-size: 14px
}

.footer-links-line3 {
    padding-top: 30px;
    font-size: 12px;
    display: inline-block
}

    .footer-links-line3 > span > a:hover {
        text-decoration: none !important
    }

.social-short {
    padding-right: 10px
}

#page-footer .footer-links-line3 {
    padding-top: 2px;
    padding-left: 0;
    padding-bottom: 10px
}

@media only screen and (min-width: 1025px) {
    div#page-footer {
        width: 1200px;
        padding: 0 100px
    }

    .footer-menu a {
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #page-footer .col-sm-1, #page-footer .col-sm-2, #page-footer .col-sm-3, #page-footer .col-sm-4, #page-footer .col-sm-6, #page-footer .col-sm-12 {
        padding: 0;
        width: auto
    }

    .footer-links-line2-left {
        padding-left: 0
    }

    #assessmentsearchfooterdiv, #servicesproductsfooterdiv, #propertyinfofooterdiv, #aboutusfooterdiv, #contactusfooterdiv {
    }

    .social-responsive {
        padding-top: 25px
    }
}

@media only screen and (min-width: 768px)and (max-width:1024px) {
    .footer-menu {
        padding-left: 4%
    }

    #assessmentsearchfooterdiv, .footer-links-line2-left, .footer-copyright {
        padding-left: 0
    }

    #page-footer .col-sm-1, #page-footer .col-sm-2, #page-footer .col-sm-3, #page-footer .col-sm-4 {
        width: auto
    }

    .footer-links-line1 {
        font-size: 14px;
        padding-right: 3%
    }

    .footer-links-line2 {
        padding-top: 20px;
        padding-bottom: 15px;
        padding-right: 10%
    }

    .footer-links-line2-left {
        padding-top: 5px;
        font-size: 13px
    }

    #assessmentsearchfooterdiv {
        max-width: 18%
    }

    #servicesproductsfooterdiv {
        max-width: 20%
    }

    #propertyinfofooterdiv {
        max-width: 30%
    }

    #aboutusfooterdiv {
        max-width: 15%
    }

    #contactusfooterdiv {
        max-width: 17%
    }

    #page-footer .footer-links-line3 a {
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media only screen and (min-width: 768px)and (max-width:993px) {
    .footer-links-line3 {
        font-size: 10px
    }
}

@media only screen and (max-width: 767px) {
    #page-footer {
        padding: 0 !important;
        height: auto !important;
        text-align: center;
        width: 100% !important;
        min-width: 320px
    }

    .footer-seperator-mobile {
        color: #fff;
        display: inline-block !important
    }

    div#page-footer .footer-menu a, div#page-footer span.visit {
        padding-right: 5px
    }

    .footer-links-line2-left {
        font-size: 12px
    }

    .social-responsive {
        padding: 30px 0;
        float: none !important;
        text-align: center
    }

    div#page-footer span.copyright-year {
        padding-right: 0 !important;
        border-right: 0 !important
    }

    #page-footer .footer-links-line3 {
        width: 100% !important
    }

    .footer-menu .col-xs-12 {
        padding-bottom: 15px
    }

    .footer-links-bottom-line {
        padding-bottom: 50px
    }

    .footer-menu a {
        text-overflow: ellipsis;
        white-space: nowrap
    }*/
}