/*------------------------------------------ FeedBack Component --------------------------------------*/

.feedbackform {
    background-color: #fbfbfb;
/*    border-radius: 10px;*/
    margin-left: 8px;
    margin-right: 8px;
/*    margin-top: 20px;*/
    padding: 30px;
}
.feedbackemail {
    max-width: 300px;
}
.feedbackemail h4 {
    font-size: 12pt;
}
.feedbackmessage {
    max-width: 700px;
}
.feedbackmessage h3 {
    font-size: 16pt;
}
.feedbackhidden {
    display: none;
}

[class^="feedbackhidden"] {
    display: none;
}
                
[class^="feedbackshowhide"] {
    color: #488dc9;
    font-size: 11pt;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.feedbackshowhide {
    color: #488dc9;
    font-size: 11pt;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;

}
.feedbacksubmit {
    background-color: #d94917;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    line-height: 136%;
    max-width: 150px;
    padding: 6px;
    text-align: center;
}
.feedbacktitle h3 {
    font-size: 16pt;
    padding-top: 40px;
    font-weight: 300;

}

.bbbb {
    background-color: #e4e4e4;
    padding: 10px 0 10px 0;
    border-radius: 10px 10px 0 0;
    clear:both;
}

.feedbackcontainer {
    background-color: #e4e4e4;
    padding: 10px 0 10px 0;
    border-radius: 10px 10px 0 0;
}

/*------------------------------------------ End FeedBack Component --------------------------------------*/

/*------------------------------------------ Send-To-A-Friend Component --------------------------------------*/

.sendfriendarea {
        background-color: transparent;
}
.sendtofriendtitle {
    text-align: center;
}
.stafform {
    background-color: #c5c5c5;
/*    border-radius: 10px;*/
    margin-left: 8px;
    margin-right: 8px;
/*    margin-top: 20px;*/
    padding: 30px;
}
.stafemail {
    max-width: 300px;
}
.stafemail h4 {
    font-size: 12pt;
}
.stafmessage {
    max-width: 700px;
}
.stafmessage h3 {
    font-size: 16pt;
}
.stafhidden {
    display: none;
}
.stafshowhide {
    background-color: #dfdfdf;
    border-radius: 5px;
    color: #d94917;
    font-size: 10pt;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    padding: 5px;
    text-align: center;
}
.stafsubmit {
    background-color: #d94917;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    line-height: 136%;
    max-width: 150px;
    padding: 6px;
    text-align: center;
}

.stafbacksubmit {
    background-color: #d94917;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    line-height: 136%;
    max-width: 150px;
    padding: 6px;
    text-align: center;
}
.sendtofriend {
    background-color: #ebebeb;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 10px;
}




.STF_title {
    font-size: 12pt;
    padding-left: 10px;
    font-family: 'Segoe UI Light', 'Segoe UI', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Verdana, sans-serif;
    font-weight: 600;
    color: #488DC9;
             text-transform: uppercase;
    text-align: center;

}
/*------------------------------------------ End FeedBack Component --------------------------------------*/