#showCompletedRiskModel .modal-dialog.completepopup {
    width: 95%;
}

#view_result_completed_risk table tr th {
    white-space: nowrap;
}

.MR15 {
    margin-right: 15px;
}

.MT20 {
    margin-top: 20px;
}

label.t_label {
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
}

.category_title {
    float: left;
    padding: 10px;
    margin-left: 20px;
    background: #eee;
    border: 1px solid #000;
    border-bottom: none;
    color: #000;
    /*font-weight: bold;*/
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.category_section, .view_results_section {
    margin-bottom: 30px;
}

    .view_results_section table td.paraWeight {
        padding: 8px;
        position: relative;
    }

select#riskSortBy {
    padding: 7px 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.view_results_section table td.paraWeight span {
    position: absolute;
    margin-left: 10px;
    top: 5px;
}

.modal-body-addRisk-scorecard .lh45,
.modal-body-editRisk-scorecard .lh45,
.modal-body-editRiskResult-scorecard .lh45,
.modal-body-addRiskCategory .lh45,
.modal-body-addKeyRisk .lh45 {
    line-height: 45px;
}

.modal-body-addRisk-scorecard .parameter-set-content {
    border: 1px solid #eee;
    padding: 10px;
}

.parameter-set-content .lh40, .single-parameter-section .lh40 {
    line-height: 40px;
}

.parameter-set-content .form-control {
    height: 35px;
}

.set-parameter-section, .single-parameter-section {
    display: none;
}

table#parameters-render {
    width: 100%;
    margin-top: 20px;
}

    table#parameters-render tr th, table#parameters-render tr td {
        padding: 5px;
        border: 1px solid #eee;
    }

    table#parameters-render tr th {
        background: #D5D5D5;
        text-align: center;
    }

    table#parameters-render tr .p_input, table#parameters-render tr .parameter_action, table.category-table tr .c_input {
        display: none;
    }

.parameter_action a, .category_action a {
    float: left;
    width: 100%;
}

#parameters-render .p_text i.fa-times, .category_section td i.fa-times {
    color: red;
}

i.green-icon {
    color: #30B655;
}

ul.risk_parameter_ul {
    padding: 0;
    margin: 5px 0 8px;
    list-style: none;
    min-height: 22px;
}

    ul.risk_parameter_ul li {
        float: left;
    }

        ul.risk_parameter_ul li a {
            padding: 4px 8px;
            /*background: #EEEEEE;
     border: 1px solid #000;
     color:#000;*/
        }

.user_risk_table {
    margin-bottom: 20px;
}

ul.risk_parameter_ul li input {
    display: none;
}

ul.risk_parameter_ul li label {
    min-width: 30px;
    min-height: 30px;
    /* background: #EEEEEE;
     border: 1px solid #000;
     color:#000;*/
    display: block;
    text-align: center;
    padding: 4px 8px;
    position: relative;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    ul.risk_parameter_ul li label:hover,
    ul.risk_parameter_ul li label:active,
    ul.risk_parameter_ul li label:focus,
    ul.risk_parameter_ul li label.active {
        border: 1px solid #4E8FF5;
        /* background: #95BCF2;
     text-decoration:none;*/
    }

    ul.risk_parameter_ul li label.btn-default.active:hover,
    .btn-default:active:hover, .btn-default:active:focus {
        border-color: #4E8FF5 !important;
        background-color: #e6e6e6 !important;
        /* background: #95BCF2;
     text-decoration:none;*/
    }

    ul.risk_parameter_ul li label.btn:active,
    ul.risk_parameter_ul li label.btn:active:focus,
    ul.risk_parameter_ul li label.btn:focus,
    ul.risk_parameter_ul li label.btn.active {
        outline: none;
        box-shadow: none;
    }

    ul.risk_parameter_ul li label.btn-default.active:focus {
        background-color: #e6e6e6;
    }

ul.risk_parameter_ul li:not(:first-child) label {
    /*border-left:none;*/
}

ul.risk_parameter_ul li:first-child label:hover {
    /*border-right:1px solid #000 !important;*/
}

ul.risk_parameter_ul li input:checked + label:before {
    opacity: 1;
}

.user_risk_table table {
    border-spacing: 1px !important;
}

#risk-comments-form td textarea.comentNone,
#risk-comments-form td span.comentNone {
    display: none;
    min-height: 62px;
}

#risk-comments-form td textarea {
    width: 200px;
    min-height: 62px;
}

table.category-table td .c_input input[type="text"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

table.category-table .category_action {
    display: none;
}

.weight_status {
    margin-bottom: 15px;
}

    .weight_status .status_text, .weight_status .status_percentage {
        float: left;
        width: 50%;
        border: 1px solid #000;
        min-height: 50px;
        text-align: center;
    }

    .weight_status .status_text {
        padding: 12px;
        background: #EA9999;
        font-weight: bold;
        font-size: 15px;
        width: 140px;
        border-right: none;
    }

    .weight_status .status_percentage .progress {
        margin-bottom: 0;
        height: 48px;
        padding: 4px;
        background: #fff;
        width: 100%;
        position: relative;
    }

    .weight_status.completed .status_text {
        background: green;
        color: #fff;
    }
/*ul.risk_parameter_ul li label:before{
     position:absolute;
     top:5px;
     left:5px;
     height:15px;
     width:15px;
     background:#3a3a3a ;
     content:'';
     opacity:0;
}
*/
.user_risk_table td.other_col {
    padding: 0;
}

    .user_risk_table td.other_col div {
        border: 1px solid red;
        padding: 8px;
        min-height: 48px;
    }

.progress-bar {
    background-color: #CCCCCC !important;
}

.weight_status.completed .status_percentage .progress-bar {
    background-color: green !important;
}

.weight_status .status_percentage .progress span {
    font-weight: bold;
    color: #000;
    line-height: 44px;
    font-size: 14px;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.weight_status.completed .status_percentage .progress span {
    color: #fff;
}

.pagi-box {
    width: 27.1% !important;
}

    .pagi-box a {
        line-height: 14px;
        padding: 8px 10px;
        border: 1px solid #007b8a;
        float: left;
        background: #007b8a;
        color: #FFF;
        font-weight: bold;
        margin: 10px 0;
        width: 90px;
        text-align: center;
    }

        .pagi-box a:hover, .pagi-box a:focus {
            background-color: #008c9d;
            border-color: #008c9d;
            text-decoration: none;
            color: #FFF;
        }

.view_results_section table td a:focus {
    outline: none;
}

.view_results_section table td.paraWeight a:focus {
    outline: none;
}

.view_results_section table td.paraWeight.comment {
    cursor: pointer;
}

.view_results_section table td.yellow-weight {
    background: #fbec95;
    color: #392b00;
    font-weight: bold;
}

.view_results_section table td.green-weight {
    background: #79d277;
    color: #013600;
    font-weight: bold;
}

.view_results_section table td.red-weight {
    background: #f35e5e;
    color: #4b1818;
    font-weight: bold;
}

.view_results_section table td.yellow-weight a {
    color: #392b00;
}

.view_results_section table td.red-weight a {
    color: #4b1818;
}

.view_results_section table td.green-weight a {
    color: #013600;
}

.view_results_section table tr.totalColumn,
.view_results_section table tr.avgTot {
    background-color: #ddd !important;
}

button.reject-btn {
    font-weight: normal !important;
    font-size: 13px !important;
    text-transform: none !important;
}

.pagi-box {
    position: relative;
    margin-bottom: 15px;
}

    .pagi-box a.current-view {
        pointer-events: none;
        color: #443B49;
        background: none;
        border: none;
        width: 120px;
    }

    .pagi-box span.pagi_earlier_month {
        position: absolute;
        left: 0;
        bottom: -10px;
        font-size: 12px;
    }

    .pagi-box span.pagi_later_month {
        position: absolute;
        right: 0;
        bottom: -10px;
        font-size: 12px;
    }

    .pagi-box span.pagi_current_month {
        position: absolute;
        left: 36%;
        bottom: -10px;
        font-size: 12px;
    }

    .pagi-box.no-pagi {
        width: 210px !important;
    }

        .pagi-box.no-pagi span.pagi_current_month {
            left: 52% !important;
        }

.progress-bar.active, .progress.active .progress-bar {
    animation: unset !important;
}

#save-key-risk span, #save-risk-category span, #save-risk span,
#update-risk span, #reject-comments span, #save-comments span {
    margin-right: 4px;
}

.view_results_section .table > thead:first-child > tr:first-child > th {
    width: 50px;
}

.view_results_section .table > thead th.mw90 {
    min-width: 124px;
}

.view_results_section .table > thead th.mw95 {
    min-width: 95px;
}

.view_results_section table td a.reject-risk-btn {
    color: red;
}

    .view_results_section table td a.reject-risk-btn i.fa-2x {
        font-size: 1.8em;
    }

.view_results_section table td.center-middle {
    text-align: center;
    vertical-align: middle;
}

.search-results {
    display: none;
}

    .search-results input[type="search"] {
        float: right;
        margin-top: 11px;
    }

.download-results a {
    height: 32px !important;
    line-height: 20px;
    margin-top: 10px;
    margin-right: 70px;
}

    .download-results a span {
        margin-right: 6px;
    }

#addRiskScoreCardModel .modal-dialog,
#editRiskScoreCardModel .modal-dialog,
#editRiskResultScoreCardModel .modal-dialog,
#addRiskCategoryModel .modal-dialog,
#addKeyRiskModel .modal-dialog {
    width: 650px;
}

.footer_back {
    margin-left: 15px;
    margin-bottom: 20px;
}

.view_results_section table tr.totalColumn td {
    border: 1px solid #d2cdcd;
}

/** Datepicker **/
.ui-datepicker-header.mtz-monthpicker {
    border: 1px solid #ddd;
    background: #ddd;
    color: #222222;
    font-weight: bold;
    padding: 0px;
}

    .ui-datepicker-header.mtz-monthpicker select {
        padding: 5px;
        border: 1px solid #ddd;
    }

.ui-datepicker table.mtz-monthpicker {
    width: 100%;
    border-collapse: collapse;
}

    .ui-datepicker table.mtz-monthpicker tbody {
        width: 100%;
        border-collapse: collapse;
    }

.ui-datepicker .mtz-monthpicker .ui-state-default,
.ui-datepicker .mtz-monthpicker .ui-widget-content .ui-state-default,
.ui-datepicker .mtz-monthpicker .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    font-weight: bold;
    color: #555555;
}

.ui-datepicker table.mtz-monthpicker tbody tr td {
    cursor: pointer !important;
}

    .ui-datepicker table.mtz-monthpicker tbody tr td:hover {
        background-color: #4289cc;
        color: #fff;
    }

.ui-datepicker .mtz-monthpicker-month.ui-state-active {
    background-color: #4289cc;
    color: #fff;
}


/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em;
    }

.comentYes {
    display: none;
}

.view-results-page .scroll-head.pagi-box.no-pagi {
    width: 290px !important;
}

.filter-risk-date {
    padding-right: 0 !important;
}

    .filter-risk-date div label {
        line-height: 2.5;
    }

    .filter-risk-date .form-group input {
        height: auto;
        padding: 4px 12px;
    }

.pagi-box .filter-risk-date button.filtered-risk {
    padding: 0px 10px;
    line-height: 2.15;
    width: auto;
    margin: 0;
    height: auto !important;
}

.view_results_section .table > thead th.no-border-cls {
    border: 1px solid #fff !important;
}

#view_result_details #parameters-render, #view_result_details #parameters-render td .parameter_action a {
    width: auto;
}

    #view_result_details #parameters-render tr td {
        border: 0px solid;
    }

        #view_result_details #parameters-render tr td.strong {
            font-weight: 700;
        }

.modal-body-editRiskResult-scorecard ul.nav > li.active > a,
.modal-body-editRiskResult-scorecard .tab-content #view_result_details,
.modal-body-editRiskResult-scorecard .tab-content #view_result_history {
    background-color: #ffffff;
}

.show_completed_risk {
    cursor: pointer;
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #cccccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #cccccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled,
        .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eeeeee;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover,
            .bootstrap-datetimepicker-widget table td.hour:hover,
            .bootstrap-datetimepicker-widget table td.minute:hover,
            .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eeeeee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old,
        .bootstrap-datetimepicker-widget table td.new {
            color: #777777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0, 0, 0, 0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #ffffff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled,
        .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eeeeee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #ffffff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled,
            .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777777;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/** Datepicker **/
@media (max-width: 767px) {
    #showCompletedRiskModel .modal-dialog.completepopup .modal-header .close.hidden-xs {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .download-results a {
        margin-right: 12px;
    }

    select#riskSortBy {
        margin-left: 5px;
    }

    #load_risk_information, #load_risk_categories {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    #addRiskScoreCardModel .modal-dialog, #editRiskScoreCardModel .modal-dialog, #editRiskResultScoreCardModel .modal-dialog, #addRiskCategoryModel .modal-dialog {
        width: 95%;
    }

    .modal-body-addRisk-scorecard .lh45, .modal-body-editRisk-scorecard .lh45, .modal-body-editRiskResult-scorecard .lh45, .modal-body-addRiskCategory .lh45, .modal-body-addKeyRisk .lh45 {
        line-height: 20px;
    }

    #parameters-render .p_input input {
        width: 100%;
    }

    .set-parameter-section fieldset.scheduler-border {
        padding: 0 1em 1em 1em !important;
        margin-top: 1em !important;
    }
}

.print-logo {
    visibility: hidden;
}

ul.risk_parameter_ul li.cls-grey {
    pointer-events: none;
}

ul.risk_parameter_ul li label.cls-grey {
    background-color: grey;
}

#risk-comments-form td textarea.cls-grey {
    background-color: #e6e6e6;
    pointer-events: none;
}

@media print {
    .download-results, .footer_back, .form-header .att_cl,
    .view_results_section table td.paraWeight span {
        display: none;
    }

    .search-results {
        display: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href]:after {
        content: none !important;
    }

    img[src]:after {
        content: none !important;
    }

    .title-head, .sort-box {
        width: 200px !important;
        float: left;
    }

    .scroll-head {
        width: 300px !important;
        float: right;
    }

    #header, #footer {
        display: none !important;
    }

    .print-logo {
        visibility: visible;
        width: 100%;
        text-align: center;
        margin: 0px 0 50px 0px;
    }

    .view_results_section {
        margin-top: 10px;
    }

        .view_results_section table td.paraWeight {
            position: unset;
        }

    @page {
        size: auto;
        margin: 32px 0;
    }

    .jconfirm {
        position: absolute !important;
    }

    .jconfirm-box-container .jconfirm-box {
        margin-left: 25% !important;
        border: 1px solid #ccc !important;
        width: 450px !important;
        background-color: #ffffff !important;
        -webkit-print-color-adjust: exact;
    }
}

@media (max-width: 767px) {
    #showCompletedRiskModel .modal-dialog.completepopup .modal-header .close.hidden-xs {
        display: block !important;
    }

    .padding-a1-xs {
        padding: 6px 5px !important;
    }

    .padding-a2-xs {
        padding: 6px 14.2px !important;
    }

    .padding-a3-xs {
        padding: 6px 13.5px !important;
    }

    .margin-bottom-xs {
        float: none !important;
        margin-bottom: 10px !important;
    }

    .margin-bottom-xs-10 {
        margin-bottom: 10px !important;
    }
}

.jconfirm .jconfirm-box div.content-pane .content img {
   width:100px !important;
}