.ratings {
    padding: 0px 30px 15px;
}
.rating-feedback {
    padding: 10px 10px 15px;
    display: none;
}
#ratingComments {
    height: 85px;
}
div.spinner {
    display: none;
    font-size: 22px;
}
.frm-msg {
    margin-bottom: 10px;
}
.frm-msg.error {
    color: #ff0000;
}
.frm-msg.success {
    color: #00a200;
}
.sidebar-tools {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    top: 32%;
}
.sidebar-tools ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-tools > ul li {
    padding: 8px;
    border-radius: 0px 10px 10px 0px;
    background-color: #0071bc;
    margin-bottom: 5px;
}
.sidebar-tools > ul li:last-child {
    border-bottom: 0;
}
.hide {
    display: none;
}
.sidebar-form {
    position: fixed;
    left: -450px;
    top: 32%;
}
#ratingForm {
    background-color: #ffffff;
    padding: 30px 30px 15px;
    text-align: center;
}
#ratingForm p {
    margin-top: 10px;
}
#ratingForm img {
    margin-right: 10px;
}
#feedbackForm {
    border: 1px solid #5e462b;
    background-color: #ffffff;
    padding: 10px;
    width: 300px;
}
.question-submit {
    width: 100%;
    background-color: #0071bc;
    border: 1px solid #0071bc;
    color: #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
}
#questionForm {
    border: 1px solid #5e462b;
    background-color: #ffffff;
    width: 425px;
}
.question-search-bar {
    padding: 15px;
    background-color: #f4f4f4;
}
.question-search-bar .form-group {
    margin-bottom: 0;
}
.search-answers {
    padding: 15px;
    display: none;
}
.answers-list a {
    font-size: 12px;
    color: #5e462b;
}
.answers-list a:hover {
    text-decoration: underline;
}
.answers-not-found {
    background-color: #996600;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #ffffff;
    margin-top: 10px;
}
#socialForm {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #0071bc;
}
.form-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.form-social ul li {
    font-family: "MyriadPro Regular";
    text-transform: uppercase;
    display: inline-block;
}
.form-social ul li.title {
    padding-right: 10px;
}
.form-social ul li.icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #0071bc;
    padding: 3px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
}
.form-social ul li.icon a:hover {
    background-color: #0a92cc;
    color: #e6e6e6;
}
.tool-close {
    position: absolute;
    top: -8px;
    right: -8px;
}
.tool-close a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0071bc;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    font-size: 13px;
    border: 1px solid #ffffff;
    text-align: center;
}
#MessageModalLabel {
    float: left;
}
