td.td-nowrap {
    white-space: nowrap;
}

.hidden-paragraph {
    text-decoration: line-through;
    opacity: 0.5;
}

.hidden-category {
    text-decoration: line-through;
    opacity: 0.5;
}

.paragraph-description-block {
    display: none;
    font-style: italic;
    padding: 10px 0 0 20px;
    color: #444444;
    line-height: 22px;
}

.revision-paragraph-description {
    word-break: break-all;
}

.revision-paragraph-description.critical {
    font-weight: bold;
}

#case-details-container {
    display: none;
}

.table-bordered > tbody > tr > td.success-border {
    border-left: 5px solid #047d00;
}

.table-bordered > tbody > tr > td.default-border {
    border-left: 5px solid #808080;
}

.table-bordered > tbody > tr > td.warning-border {
    border-left: 5px solid #fdb000;
}

.table-bordered > tbody > tr > td.error-border {
    border-left: 5px solid #bb0300;
}

.table-bordered > tbody > tr > td.invisible-border {
    border-left: 5px solid #dddddd;
}

.table-bordered > tbody > tr > td.success-border-right {
    border-right: 5px solid #047d00;
}

.table-bordered > tbody > tr > td.default-border-right {
    border-right: 5px solid #808080;
}

.table-bordered > tbody > tr > td.warning-border-right {
    border-right: 5px solid #fdb000;
}

.table-bordered > tbody > tr > td.error-border-right {
    border-right: 5px solid #bb0300;
}

.table-bordered > tbody > tr > td.invisible-border-right {
    border-right: 5px solid #dddddd;
}

.id-col {
    width: 5%;
}

.point-col {
    width: 40%;
}

.descriptiopn-col {
    width: 35%;
}

.action-col {
    width: 20%;
}

.paragraph-marker {
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.paragraph-level-short {
    display: block;
    text-align: center;
    margin-top: 4px;
}

.paragraph-level-short:hover {
    cursor: pointer;
}

.response-marker {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
}

.not_applicable_label {
    font-size: 19px;
}

td {
    hyphens: auto;
}

.col-5 {
    width: 5%
}

.col-10 {
    width: 10%
}

.col-30 {
    width: 30%
}

.col-40 {
    width: 40%
}

.hidden-report-group {
    display: none;
}

.signature-preview {
    height: 70px;
    display: block;
}

.attendees-header {
    margin-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #eeeeee;
}

.attendees dd {
    border-top: 2px dotted #d3d3d3;
}

.attendees dt {
    height: 70px;
}

.attendees em {
    vertical-align: bottom;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
}

/* NEW REPORT STYLING */
.connected-files li {
    word-break: break-all;
}

.pdf-report-header {
    margin-top: 0;
    font-size: 17pt;
}

.superscript-label {
    font-size: 90%;

}

.superscript-label:after {
    content: "\a";
    white-space: pre;
}

.superscript-data {
    font-size: 105%;
}

.page-break {
    page-break-after: always;
}

.pdf-logo {
    width: 250px;
}

.details-container {
    border: 1px solid #fdb000;
    padding: 7px 7px;
}

.report-container {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 7px 7px;
    border: 2px solid #b0a9ac;
}

.checklist-data {
    border: 2px solid #b0a9ac;
    padding: 5px 7px;
    font-size: 105%;
}

.report-attendees {
    border: 2px solid #b0a9ac;
    padding: 5px 7px;
    font-size: 105%;
}

.pdf-signature {
    border-bottom: 2px dotted #9d9d9d;
}

.gg-gren {
    border: 2px solid #83b66d;
}

.gg-cell-title {
    font-size: 16px;
    font-weight: bold;
    color: #374433;
}

.gg-gren tr td:last-child {
    border-left: 1px solid #ddd;
}

.revision-summary-label {
    width: 60px;
    display: inline-block;
    text-align: right;
    padding: 4px;
    font-size: 13px;
    margin: 4px 0;
}

#status-partial {
    margin: 12px 0;
}

.move-button {
    position: relative;
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    cursor: move;
    background-color: #fffee8;
    border: 1px solid rgba(193, 193, 193, 0.21);
}

.move-button.glyphicon-move:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    bottom: 0;
    height: 14px;
    width: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.7;
}

.lead.small {
    font-size: 18px;
}

.search-for-multiselect {
    margin-top: 23px;
}

.not-selected-outcome {
    border-top: 3px solid #bb0300;
    border-bottom: 3px solid #bb0300;
    border-right: 4px solid #bb0300;
    border-left: 4px solid #bb0300;
}