﻿/*Feedback related styles - starts*/

    aside#feedbackSection details {
        border-color: #b31885;
    }
    aside#feedbackSection details summary {
        background-color: #b31885;
        border-color: #b31885;
        color: white;
        font-weight: bold;
        text-align: left;
    }

    aside#feedbackSection form fieldset {
        border: none;
    }

        aside#feedbackSection form fieldset fieldset {
            margin-left: 30px;
            padding-top: 0px;
            display: none; /*default - will be displayed by javascript code */
        }

        aside#feedbackSection form fieldset > div.form-group {
            margin-left: 20px;
            display: none; /*default - will be displayed by javascript code */
        }

            aside#feedbackSection form fieldset > div.form-group > label {
                font-weight: inherit;
            }

    aside#feedbackSection form legend {
        font-size: inherit !important;
        margin-bottom: 5px !important;
    }


    aside#feedbackSection details div#noteAndSubmit, aside#feedbackSection details div#otherReasonComments, aside#feedbackSection details #validationSummary1 {
        display: none; /*default - will be displayed by javascript code */
    }

    h2.modal-title {
        color: inherit;
    }

/*Feedback related styles - ends*/

/*Report a Problem ... related styles - starts*/

div#reportAProblem details summary {
    text-align: left;
}


div#reportAProblem details div#otherReasonComments3, div#reportAProblem details #validationSummary2 {
    display: none; /*default - will be displayed by javascript code */
}


aside#feedbackSection details #validationSummary1 span.label, div#reportAProblem details #validationSummary2 span.label {
    font-size: 100% !important;
    white-space: normal !important;
}

span.redspan {
    color: #d3080c;
}

div#reportAProblem form fieldset {
    border: none;
}

div#reportAProblem form legend {
    font-size: inherit !important;
    margin-bottom: 5px !important;
}

/*Report a Problem ... related styles - ends*/

@media print {
    aside#feedbackSection, div#reportAProblem {
        display: none !important;
    }
}