﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
    padding-top:5px;
    display:block;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

#StickyContainer {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 60px;
    }



/* Styles for Site
-----------------------------------------------------------*/

/* Override Panel Width */
.offcanvas-end {
    width: 40%;
    min-width: 400px;
}


.border-none {
    border: none;
}

.hiddenGridRowInformation {
    display: none;
}

.displayGridRowInformation {
    display: table-row;
    background-color: #f7f7f7;
}
/*
.table > tbody > tr.displayGridRowInformation > * {
    background-color: #EEE8CD;
}*/
    .displayGridRowInformation td {
        background-color: #f7f7f7;
    }



.rfs-form-control {
    /* display: block; */
    /* width: 100%; */
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.navbar-brand {
    padding-left: 10px;
}




.rfs-section {
}

.rfs-section-change {
    min-height: 14px;
    background-color: #DCDCDC;
    padding: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    border-bottom: 0px;
    border-color: #065FC3;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
}

    .rfs-section-change a {
        float: right;
    }

.rfs-section-header {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    background-color: #214F87;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    color: #FFFFFF;
}

.rfs-section-items {
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #065FC3;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}




    .rfs-section-items div {
        margin-bottom: 5px;
    }

.rfs-section-width {
    width: 35%;
    /*width:300px;*/
    padding-bottom: 15px;
    padding-left: 10px;
    /*float:left;*/
}

.rfs-section-list-pad {
    padding-bottom: 5px;
}

.rfs-section-items-background {
    background-color: rgb(212,230,255);
}



.CustomerInformationBanner {
    background-color: #d1d1d1;
    border-bottom: 1px solid var(--bs-secondary);
}