#completedSurveyModal .modal-body {
    background-color: #f8f9fa;
}

.filters .col {
    position: relative;
}

.filters .btn {
    bottom: 0;
    position: absolute;
}

.alert ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: solid 1px RGBA(170, 170, 170, 1);
    padding: 0 1em;
}

legend {
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

fieldset h4 {
    font-size: 19px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.notesContent {
    margin-bottom: 20px;
    overflow: auto;
    max-height: 400px;
}

.notesContent .noteMessage {
    background-color: #6c757d;
    border-radius: 4px;
    padding: 2px 6px;
    margin-bottom: 20px;
    white-space: pre-line;
}

.noteInfo {
    margin: 0 4px;
}

.notes {
    background-color: #343a40;
    border: solid 1px RGBA(170, 170, 170, 1);
    color: #fff;
}

.noComments {
    font-size: 0.9rem;
    font-style: italic;
}

.status {
    margin-bottom: 2em;
}

#completedSurveyModal .modal-dialog {
    max-width: 1000px;
}

.completedSurvey .quote {
    padding-left: 0.4rem;
    border-left: 4px #b4b4b4 solid;
}

.listItem {
    word-break: break-word;
}

.listItemThumb {
    padding: 0.25rem;
    padding-right: 0;
}

.listItemThumb img {
    height: 3rem;
    width: 3rem;
}

.completedSurvey.listItem .text {
    margin: 0.2rem 0;

    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;

    /* to specify the number of lines you want the text to run through... */
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* hide the overflowing text, i.e, texts that did not fit in to the box */
    overflow: hidden;
    max-height: 3.3em;
}

h4.customerName {
    font-size: 1.1rem;
}

.metaData {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

.metaData td {
    word-break: break-all;
}

.metaData .metaLabel {
    color: #6c757d;
    white-space: nowrap;
}

.answers {
}

.answer {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.answer .answer {
    margin-left: 1rem;
    margin-top: 0.5rem;
}

.answerValue {
    white-space: pre-line;
}

.questionText {
    color: #6c757d;
    font-weight: bold;
}

.isNegative {
    margin-right: 0.25rem;
    position: relative;
    top: 2px;
}

.publicQuestion {
    background-color: #f8f9fa;
    border: 1px solid #17a2b8;
    border-radius: 0.5rem;
}

.answer.publicQuestion {
    padding: 0.5rem;
}

.publicQuestionHeading {
    background-color: #17a2b8;
    border-radius: 0.4rem 0.4rem 0 0;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
}

.snapThumbnail {
    border-radius: 0 0 0.5rem 0.5rem;
    max-width: 200px;
}

.saveStatusIcon,
.saveIncludeInReportingIcon {
    float: right;
}

.saveStatusIcon img,
.saveStatusIcon svg,
.saveIncludeInReportingIcon img,
.saveIncludeInReportingIcon svg {
    height: 1.25rem;
    width: 1.25rem;
}

.saveStatusIcon svg path,
.saveIncludeInReportingIcon svg path {
    fill: #00a000;
}

a.infoPopover {
    display: inline-block;
}

.infoTooltip svg,
.infoPopover svg {
    height: 1.25rem;
    position: relative;
    top: -1px;
    width: 1.25rem;
}

.infoTooltip svg path,
.infoPopover svg path {
    fill: #a0a0a0;
}

.completedSurveyToolbar img {
    height: 1.25rem;
    opacity: 0.75;
    position: relative;
    top: -1px;
    width: 1.25rem;
}

.completedSurveyToolbar img.twitter {
    height: 1rem;
}

#completedSurveyModal .popover {
    max-width: 250px;
}

#completedSurveyModal .popover img {
    height: 32px;
    width: 32px;
}

#completedSurveyModal .btn-light {
    border-color: #ccc;
}

.rating img {
    height: 2rem;
    width: 2rem;
}

.answer img {
    height: 2rem;
    width: 2rem;
}

.notesBody {
    position: relative;
}

.notesBody .loadingImg {
    display: none;
}

.notesBody.loading .loadingImg {
    display: block;
    left: 50%;
    position: absolute;
    top: 25%;
    z-index: 101;
}
.notesBody.loading .notesContent {
    opacity: 0.5;
}

#snapImages {
    margin-top: 1rem;
}

#snapImages .card-body {
    text-align: center;
}

#snapImages img {
    border: 1px solid;
    border-radius: 0.2rem;
    height: 6rem;
    margin: 0.3rem;
}

.alert-info .quote {
    border-left: 4px solid #0c5460;
    padding-left: 0.4rem;
}
