﻿.ui-widget-header {
    border: none;
    background: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background-color: white;
    width: 30px;
    height: 30px;
}

.summary-page-header {
    margin-left: 60px;
    margin-right: 60px;
    align-items: center;
}

.img-summary-icon {
    margin-top: 10px;
    width: 110%;
    height: auto;
}

.span-summary-icon .img-summary-icon {
    vertical-align: middle;
}

.span-summary-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    border: 1px groove #9ca1b3;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
    margin-left: 50px;
}

.page-title > hr {
    width: 90%;
    margin: 0 auto;
}

.page-title > h1 {
    margin-bottom: 0;
}

.summary-details-section {
    padding: 20px;
}

.check-box-section {
    padding: 15px;
    border: 1px solid #c1c1c1;
    background: #f1f1f1;
    border-radius: 10px;
}

.warning-message {
    padding: 5px;
    margin-top: 10px;
    background: #e71f1f;
    border-radius: 5px;
    color: white;
    display: none;
}

.summary-table-section {
    margin-bottom: 50px;
}

.accordion-header, .accordion-button {
    background: #003775;
    color: white;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    font-size: 20px;
}

.table-content .row {
    padding: 5px 0 5px;
}

.accordion-body {
    border: 1px solid #c1c1c1;
}

.accordion-item {
    border: none;
}

.summary-sub-table-section {
    margin-bottom: 15px;
}

.accordion-button {
    box-shadow: none;
}

    .accordion-button:not(.collapsed) {
        color: inherit;
        background-color: inherit;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }

    .accordion-button.collapsed::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.decline-detection-yes {
    background-color: #F24444;
    color: white;
}

.decline-detection-no {
    background-color: #28a745;
    color: white;
}

.calculated-point-infor {
    color: white;
    background-color: #0dcaf0;
    padding-left: 5px;
    padding-right: 5px;
}

.calculated-decline-yes {
    background-color: #ffc107;
    color: #757575;
    padding-left: 5px;
    padding-right: 5px;
}

.calculated-decline-no {
    background-color: #28a745;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-edit-details {
    width: 84px;
    background-color: #003875 !important;
    border: none;
    color: white !important;
    padding: 0;
    border-radius: 20px;
    margin-top: 20px;
}

    .btn-edit-details:hover, .btn-edit-details:focus {
        background-color: #003875;
    }

.summary-answer-col {
    font-weight: 600;
}