body {
    background-color: white;
}

.darkSection {
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;

    padding-bottom: 4px;
}

#page-wrapper .notActiveSection {
    border-top: 1px solid #e3e3e3;
    background-color: #eeeeee;
    font-size: 12px;
    color: #939393;
    padding: 5px 0;
}

.notActiveSection .notActiveLeft,
.notActiveSection .notActiveRight {
    width: 50%;
    display: inline-block;
}

.notActiveSection .notActiveRight {
    text-align: right;
}

@media all and (max-width: 600px) {
    #page-wrapper .notActiveSection .container {
        padding: 0 10px;
    }

    .notActiveSection .notActiveLeft,
    .notActiveSection .notActiveRight {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
}

#filterControl {
    margin: 20px 0 10px 0;
    text-align: center;
}
.filterControl div {
    display: inline-block;
}
#filterContent {
    margin-top: 4px;
}
#hideFiltersToggle {
    display: none;
}
.toggleControl {
    cursor: pointer;
}
.toggleControl .glyphicon {
    font-size: 10px;
    line-height: 20px;
    margin: 0 10px;
}

.toggleControl .toggleText {
    width: 90px;
    display: inline-block;
}
@media (max-width: 767px) {
    .toggleControl.btn {
        padding: 2px;
    }
}

.filter-label {
    text-align: center;
    margin-top: 8px;
    font-size: 110%;
    margin-bottom: 4px;
}

.ratingSummary {
    margin-top: 10px;
}
.ratingSummary .star {
    width: 44px;
}
.ratingSummary .starContainer {
    max-width: 250px;
    margin: 0 auto;
}
.ratingSummary .starContainer .star {
    width: 46px;
    height: 46px;
    margin-right: 2px;
}
@media (max-width: 767px) {
    .ratingSummary .starContainer {
        max-width: 200px;
        margin: 0 auto;
    }
    .ratingSummary .starContainer .star {
        width: 36px;
        height: 36px;
    }
    .ratingSummary .ratingBadge {
        width: 103px;
        height: 44px;
    }
}

.review {
    color: #444444;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #e3e3e3;
    /*font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;*/
    font-size: 16px;
}
.review .quote {
    background-color: #e3e3e3;
    /*padding: 10px;*/
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}
.review .reviewStars {
    padding: 8px 10px 8px 10px;
    margin-bottom: 4px;
    border-bottom: 1px solid #cacaca;
    background-color: #d6d6d6;
}
.review.service .reviewStars {
    background-size: 24px 24px;
    background-image: url("/assets/img/wrench.png");
    background-position: top 8px right 8px;
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina */
    .review.service .reviewStars {
        background-image: url("/assets/img/wrench@2x.png");
    }
}

.review .reviewText {
    padding: 8px 10px 8px 10px;
    max-height: 100px;
    overflow: hidden;
    font-size: 90%;
}
.review .star {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.review .verifiedCustomer {
    color: green;
}
.review .reviewDetail {
    display: none;
}
.review.show .reviewDetail {
    display: block;
}
.review .showToggle {
    font-size: 60%;
}
.review.show .showToggle {
    display: none;
}
.review .quote {
    position: relative;
    z-index: 2;
}
.review .fadeBottom {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-image: url("/assets/img/fade.png");
    background-repeat: repeat-x;
    background-position: top;
    height: 20px;
    overflow: hidden;
}
.review.show .fadeBottom {
    display: none;
}
.review .detailToggle {
    text-align: right;
    font-size: 70%;
    position: absolute;
    right: 6px;
    bottom: 2px;
    color: #cacaca;
}
.review .detailToggle.hovered {
    color: #444444;
}
.review .detailToggle .glyphicon {
    font-size: 140%;
}
.review.show .detailToggle {
    display: none;
}
.review .ratingDetailSectionLeft,
.review .ratingDetailSectionRight {
    display: inline-block;
    font-size: 80%;
    line-height: 20px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .review .ratingDetailSectionLeft {
        display: block;
        margin-top: 2px;
    }

    .review .ratingDetailSectionRight {
        display: block;
    }
}
.review .attribution {
    background-image: url("/assets/img/callOutArrow-grey.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-left: 10px;
    padding-left: 35px;
    padding-top: 4px;
    font-size: 110%;
}
.review .attributionDetail {
    font-size: 76%;
    color: #979797;
    font-weight: 300;
}
.review .attributionSection {
    font-size: 80%;
    display: inline-block;
}
.review .attributionSection.attributionSignature {
    font-size: 120%;
}
.review.show .reviewText {
    max-height: none;
}

.review .thumbnail {
    display: inline-block;
}
.review .thumbnail img {
    width: 100%;
    /*max-width: 150px;*/
}

.review .thumbnail-tiny {
    padding: 2px;
    float: left;
    margin-right: 5px;
}

.review .thumbnail-tiny img {
    height: 60px;
    width: 60px;
}

.review .socialControls {
    position: absolute;
    right: 6px;
    bottom: 4px;
    height: 20px;
    overflow: hidden;
    text-align: right;
}
.review .socialControls a:link {
    margin: 0 5px;
}

.reviewStarSummary {
    max-width: 300px;
    margin: 5px auto;
}
.reviewStarSummary .star {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    padding: 0px;
}
.reviewStarSummary table {
    width: 100%;
    border-collapse: collapse;
}
.reviewStarSummary.selectable table td {
    /* this will only apple to tables that are setup to act as links */
    cursor: pointer;
    color: #428bca;
}
.reviewStarSummary table td {
    padding: 4px;
    margin: 0;
}
.reviewStarSummary table .progress {
    margin-bottom: 0;
}
.reviewStarSummary table td.fixedColumn {
    width: 60px;
}
.reviewStarSummary table tr.hoveredRating td {
    background-color: #d2e4f3;
    text-decoration: underline;
}
.reviewStarSummary table tr.selectedRating td {
    background-color: #bed8ee;
}
.reviewStarSummary table tr.hoveredRating.selectedRating td {
    background-color: #abcce9;
}

.review.expandedReview {
    margin-top: 0;
    padding-top: 0;
}

.review.expandedReview .reviewText {
    max-height: none;
}

.review.expandedReview .fadeBottom {
    display: none;
}

.review .questionDetail .response {
    height: 25px;
}

.review .questionDetail .ratingDetailSectionLeft {
    width: 250px;
}

.review .questionDetail .ratingDetailSectionRight {
}

#hiddenContent {
    display: none;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-results {
    margin-top: 20px;
}

.pageNumber {
    text-align: center;
    margin-top: 10px;
}

/*
.btn-de-selected-time-frame {
    color: #87989A;
    background-color: #F5F5F5;
}
*/

.btn-selected {
    background-color: #d6d6d6;
    color: #606061;
    font-weight: bold;
}

.progress-background {
    background-color: #d6d6d6;
    width: 100%;
    height: 12px;
}

#filterContent .teamMemberDisplay {
    max-width: 300px;
    margin: 10px auto;
}
#filterContent .teamMemberDisplay .lead {
    margin: 0px;
}
#filterContent .snappy-peek-wrapper {
    position: relative;
    height: 140px;
    width: 100%;
}
#filterContent .snappy-peek-wrapper img {
    position: absolute;
    left: 50%;
    margin-left: -91px;
    bottom: -5px;
}
@media (max-width: 767px) {
    /* removes snappy's extra spacing because it's waisted in a vertical layout */
    #filterContent .snappy-peek-wrapper {
        height: 50px;
    }
}

#search-area table {
    width: 100%;
}

#search-area table td {
    padding: 4px;
}

.filter-container {
    max-width: 300px;
    margin: 0 auto;
}

/*

#reviewData div[class^="col"]{
    padding-left:5px;
    padding-right:5px;
}
*/

/* style for extended review response */

.reviewResponse {
    margin-top: 10px;
    opacity: 0.4;
}

.expandedReview .reviewResponse,
.show .reviewResponse {
    opacity: 1;
}

.reviewResponse .attribution {
    background-image: url("/assets/img/callOutArrow-grey-right.png");
    text-align: right;
    background-position: right top;
    background-size: 20px;
    margin-right: 10px;
    padding-right: 35px;
    padding-top: 4px;
}

.reviewResponse .teamMemberPhoto {
    width: 40px;
    padding: 1px;
}

.reviewResponse .smallOrgLogo {
    width: 40px;
}

#filterInfo {
    text-align: left;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 80%;
}

.certificationSpacer {
    width: 20px;
    margin-right: 6px;
    display: inline-block;
}

.teamMemberDisplay .row {
    margin: 0;
}

.teamMemberDisplay .col-xs-4,
.teamMemberDisplay .col-xs-8 {
    padding: 0 4px 4px 4px;
}

.teamMemberDetailModal .thumbnail {
    width: 100%;
    max-width: 200px;
    margin: 0;
}

.teamMemberDetailModal hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.teamMemberDetailModal .teamMemberInfo p {
    margin: 0px;
    padding: 0px;
}
.teamMemberDetailModal .teamMemberInfo .lead {
    font-size: 140%;
}

.teamMemberDetailModal .teamMemberWebsites {
}

.teamMemberDetailModal .teamMemberWebsites img {
    width: 20px;
    height: 20px;
}
.teamMemberDetailModal .teamMemberRating {
}

.teamMemberDetailModal .teamMemberRating .star {
    width: 20px;
    height: 20px;
}

.teamMemberDetailModal .bio {
    margin-top: 10px;
    max-height: none;
}

.teamMemberDisplay .bio {
    margin-top: 4px;
    font-size: 90%;
    height: 100px;
}

.teamMemberDisplay .bio .fadeout {
    position: relative;
    bottom: 60px;
    height: 60px;
    background-image: url("/assets/img/bottomFadeGrey.png");
}

.teamMemberDisplay .bio .fadeout:hover {
    opacity: 0.9;
}

.teamMemberDisplay .bio .bioText {
    height: 100px;
    overflow: hidden;
}

.clickable {
    cursor: pointer;
}

.contactDetails {
    font-size: 90%;
    padding: 0;
    margin: 0;
}

.teamMemberActions {
    margin: 10px 0;
}

.termsOfService {
    min-height: 0;
    min-width: 0;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}

/* Advertisement and Links on the review page */

.advertColumn {
    padding: 0 0 10px 0;
}

.advertContent {
    text-align: center;
    width: 300px;
    overflow: hidden;
    display: inline-block;
}

#reviewData .advertContent {
    width: 100%;
}

@media (max-width: 991px) {
    .advertColumn {
        display: none;
    }
}

@media (min-width: 992px) {
    #reviewData .advertContent {
        display: none;
    }
}

.disclaimerText {
    margin: 4px 0;
    display: inline-block;
    font-size: 90%;
    color: #a6a6a6;
}

.verticalLinkColumn .disclaimerText {
    max-width: 120px;
}

#reviewData .disclaimerText {
    display: block;
    max-width: 100%;
}

.linkContent {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #f5f5f5;
    text-align: center;
    padding-bottom: 10px;
}

#reviewData .linkContent {
    text-align: center;
}

#reviewData .linkContent img {
    padding: 4px;
}

.verticalLinkColumn {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0;
}

.verticalLinkColumn img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 120px;
}

@media (max-width: 767px) {
    .verticalLinkColumn {
        display: none;
    }
}

@media (min-width: 768px) {
    #reviewData .linkContent {
        display: none;
    }
}

/* bootstrap jumbotron when no reviews to display */

#selectableContainer {
    height: 49px;
    overflow: hidden;
}

a:link.selectableStar,
a:visited.selectableStar {
    display: inline-block;
    width: 49px;
    height: 49px;
    padding: 5px;
    border-radius: 10px;
    border: 4px solid #cac9c9;
    background-color: #cac9c9;
    background-image: url("/assets/img/flatStars/40px/empty-star.png");
}

a:hover.selectableStar {
    border-color: #468cc8;
    background-color: #e06e4c;
    background-image: url("/assets/img/flatStars/40px/full-star.png");
}

.container .jumbotron {
    padding: 10px 0 30px 0;
    background-color: transparent;
    margin: 0;
    width: 100%;
}

h2.searchDescription {
    display: inline;
    font-size: 100%;
    font-weight: bold;
}

