.accordion {
    --bs-accordion-active-bg: transparent;
}

.accordion-item {
    border: 0px;
}

.accordion-button:not(.collapsed),
.accordion-button {
    background: #EEE;
    box-shadow: 0px 0px 0px;
    margin-bottom: 5px;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
    box-shadow: 0px 0px 0px;
    border: 0px;
}

.background-image {
    height: 100vh;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.background-welcome {
    background: url('/images/welcome.jpg');
    background-size: cover;
}

.btn {
    white-space: initial;
}

form>label {
    font-size: inherit;
}

.modal-body .search-container {
    /* height: 75vh; */
    overflow-y: auto;
}


@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 95%;
    }

}

@media (min-width: 1400px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 1320px;
    }

}




.fa.icon-r {
    float: right;
    line-height: 24px;
}

.c1x1-accordion-label {
    background: #e9e9e9;
    border: 0px;
    margin-bottom: 10px;
}

.c1x1-accordion-content .inner {
    padding: 0px;
}

.alert-status-not-answered {
    color: #ffb300;
}

.alert-status-not-done {
    color: #E94F37;
}

.alert-status-not-found {
    color: #E94F37;
}

.alert-status-done {
    color: #73bc5b;
}

.alert-no-proof {
    color: #E94F37;
}
/*
.c1x1-fileupload {
    background: #fdfbed;
    border: 1px dashed #ccc;
    padding: 15px;
    position: relative;
    text-align: center;
}*/

.panel-secondary {
    margin: 10px;
    /*   border: 1px solid rgba(0,0,0,0.1); */
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 2px;
}

.projectheader>div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: center;
}

.projectheader .panel-secondary {
    height: 100%;
}

.modal.show {
    display: block !important;
}

.navigation-top {
    min-height: 100px;
}

.c1x1-tooltip {
    border: 0px;
    padding: 0px 5px;
    margin: 0px;
    background: transparent;
}

.table>:not(caption)>*>* {
    background: transparent;
}

col>.btn,
[class*=col-]>.btn {
    width: 100%;
}

.smallinfotext {
    font-size: 12px;
}

.btn-danger {
    color: #FFF;
}


.w100 {
    width: 100%;
}


.table_col_date {
    width: 150px;
}

.table_col_id {
    width: 80px;
}

.accordion-item {
    position: relative;
}

.indicator-action-required {

    position: absolute;
    right: 50px;
    top: 10px;
    line-height: 25px;
    width: 30px;
    padding: 6px 3px 1px 3px;
    text-align: center;
    color: var(--bs-warning);
    border-radius: 5px;
    z-index: 20;
}


.indicator-action-done {

    position: absolute;
    right: 50px;
    top: 10px;
    line-height: 25px;
    width: 30px;
    padding: 6px 3px 1px 3px;
    text-align: center;
    color: var(--bs-success);
    border-radius: 5px;
    z-index: 20;
}

.c1x1-content-inner .collapse:not(.show) {
    display: block !important;
    max-height: 0px;
    overflow: hidden;
}

.btn-action-complete,
.btn-action-back {
    max-width: 200px;
}

.project_panel_header_incheck {
    max-width: 430px;
    font-size: 20px;
    background: #73bc5b;
    padding: 10px 20px;
}

.project_panel_header_incheck .projectno {
    font-weight: bold;
}

.project_panel_header_wastewater {
    max-width: 430px;
    font-size: 20px;
    background: #459fc5;
    padding: 10px 20px;
}

.project_panel_header_wastewater .projectno {
    font-weight: bold;
}

.project_panel_header_other {
    max-width: 430px;
    font-size: 20px;
    background: rgba(101, 82, 200,.7);
    padding: 10px 20px;
}

.project_panel_header_other .projectno {
    font-weight: bold;
}

.project_panel_header_etp {
    max-width: 430px;
    font-size: 20px;
    background: #f9c74f;
    padding: 10px 20px;
}

.project_panel_header_other .projectno {
    font-weight: bold;
}

#warningText {
    position: fixed;
    top: 0px;
    z-index: 2002;
}

@media (min-width: 768px)
{
    .project_panel_header_incheck,
    .project_panel_header_wastewater,
    .project_panel_header_other,
    .project_panel_header_etp {
        position: relative;
        left: -20px;
        top: -20px;
    }

}


@media (max-width: 768px)
{
    .project_panel_header_incheck,
    .project_panel_header_wastewater,
    .project_panel_header_other,
    .project_panel_header_etp {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

.col.oapp_questionkpi_group_item {
    min-width: 200px;
}

.oapp_questionkpi_input {
    padding: 0.375rem;
    text-align: right;
}

.question_answeroption_list {
    display: flex;
    justify-content: end;
}

.question_answeroption_list button {
    min-width: 150px;
}


/* Container */
.proof_box {
    background: #F3F4F6;
    /* border-radius: 10px;*/
    border-width: 1px;
    border-color: #DEE1E6FF;
    border-style: solid;
    padding: 6px 12px;
    border: 1px solid #CCC;
}
