.jsurvey-completion-status-list .border_complete {
    margin: 15px 0 0;
}

.jsurvey-completion-status-list .module_jsurvey {
    padding: 0;
}

.jsurvey-completion-status-list .module_jsurvey {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px;
}

.incomplete-surveys-message-container {
    display: flex;
}

.jsurvey-completion-status-list .history {
    background-color: #f5f5f5;
    padding: 10px;
}

.survey-history-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.survey-completion-status-image {
    max-width: 16px;
    padding: 0 5px 0 0;
}

.jsurvey-completion-status-list .icon-close {
    display: flex;
    justify-content: flex-end;
}

.jsurvey-completion-status-list .view_chart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
}

.jsurvey-completion-status-list .view_data_survey {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1aaca0;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.jsurvey-completion-status-list .jsurveytype-history-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1aaca0;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.jsurvey-completion-status-list .fa.fa-clock-o,
.jsurvey-completion-status-list .fa.fa-line-chart  {
    font-size: 25px;
}

.title_survey,
.complete_survey_name{
    color: #252525;
}

.complete_survey_name {
    text-decoration: underline;
}

.jsurvey-completion-status-list .complete-survey-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jsurvey-completion-status-list .complete-survey-row {
    margin: 0 0 10px;
}

.jsurvey-survey-title {
    font-size: 16px;
    font-weight: bold;
}

.view-data-container {
    display: flex;
}

.view-data-container a:first-child {
    padding: 0 10px 0 0;
}

.jsurvey-completion-status-list .row2_complete_survey {
    font-size: 14px;
}

.jsurvey-completion-status-list .survey-history-completion-timestamp-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jsurvey-completion-status-list .survey-history-completion-timestamp-container:hover {
    text-decoration: none;
}

.jsurvey-completion-status-list .survey-completion-status-timestamp {
    color: initial;
}

blockquote.rounded.no-avatar.jsurvey-completion-status-list {
    border: unset !important;
    padding: unset !important;
}

.box_imcomplete_surveys_info {
    display: flex;
    flex-direction: row-reverse;
    padding: 15px;
}

.jsurvey-completion-status-list .fa.fa-pencil-square-o {
    color: #0088ff;
    font-size: 20px;
    padding: 0 5px 0 0;
}

.completion-status {
    border-radius: 5px;
    background-color: lightgreen;
    color: darkgreen;
    padding: 1px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jsurvey-completion-status-list .fa.fa-trash-o {
    color: salmon;
    font-size: 20px;
}
