@import "/ac/ac-accordion.css";
/************LEFT NAV ICON STYLING FOR AC APPLICATION RESTRICTED REPRESENTATION - CONTACT DETAILS STEP *************************/
/* inactive */
.progressindicator .ac-rr-contact-details {
    background-image: url('/ac-rr/ac-icon-rr-cd-grayed-out.svg');
    width: inherit;
    height: inherit;
}

/* current */
.progressindicator .list-group-item.active .ac-rr-contact-details {
    background-image: url('/ac-rr/ac-icon-rr-cd-current.svg');
    color: #000;
}

/* success */
.progressindicator .list-group-item-success .ac-rr-contact-details {
    background-image: url('/ac-rr/ac-icon-rr-cd-success.svg');
    color: #000;
}

/************LEFT NAV ICON STYLING FOR AC APPLICATION RESTRICTED REPRESENTATION - PRODUCT DETAILS STEP *************************/

/* inactive */
.progressindicator .ac-rr-product-details {
    background-image: url('/ac-rr/ac-icon-rr-pd-grayed-out.svg');
    width: inherit;
    height: inherit;
}

/* current */
.progressindicator .list-group-item.active .ac-rr-product-details {
    background-image: url('/ac-rr/ac-icon-rr-pd-current.svg');
    color: #000;
}

/* success */
.progressindicator .list-group-item-success .ac-rr-product-details {
    background-image: url('/ac-rr/ac-icon-rr-pd-success.svg');
    color: #000;
}

/************LEFT NAV ICON STYLING FOR AC APPLICATION RESTRICTED REPRESENTATION - Attachments Checklist *************************/

/* inactive */
.progressindicator .ac-rr-attachments-checklist {
    background-image: url('/ac-rr/ac-icon-rr-ac-grayed-out.svg');
    width: inherit;
    height: inherit;
}

/* current */
.progressindicator .list-group-item.active .ac-rr-attachments-checklist {
    background-image: url('/ac-rr/ac-icon-rr-ac-current.svg');
    color: #000;
}

/* success */
.progressindicator .list-group-item-success .ac-rr-attachments-checklist {
    background-image: url('/ac-rr/ac-icon-rr-ac-success.svg');
    color: #000;
}

/************LEFT NAV ICON STYLING FOR AC APPLICATION RESTRICTED REPRESENTATION - Additional Information *************************/

/* inactive */
.progressindicator .ac-rr-additional-information {
    background-image: url('/ac-rr/ac-icon-rr-ai-grayed-out.svg');
    width: inherit;
    height: inherit;
}

/* current */
.progressindicator .list-group-item.active .ac-rr-additional-information {
    background-image: url('/ac-rr/ac-icon-rr-ai-current.svg');
    color: #000;
}

/* success */
.progressindicator .list-group-item-success .ac-rr-additional-information {
    background-image: url('/ac-rr/ac-icon-rr-ai-success.svg');
    color: #000;
}

/************LEFT NAV ICON STYLING FOR AC APPLICATION RESTRICTED REPRESENTATION - Restricted Representation(s) sought *************************/

/* inactive */
.progressindicator .ac-rr-restricted-representations-sought {
    background-image: url('/ac-rr/ac-icon-rr-rrs-grayed-out.svg');
    width: inherit;
    height: inherit;
}

/* current */
.progressindicator .list-group-item.active .ac-rr-restricted-representations-sought {
    background-image: url('/ac-rr/ac-icon-rr-rrs-current.svg');
    color: #000;
}

/* success */
.progressindicator .list-group-item-success .ac-rr-restricted-representations-sought {
    background-image: url('/ac-rr/ac-icon-rr-rrs-success.svg');
    color: #000;
}

/************LEFT NAV ICON STYLING FOR AC APPLICATION RESTRICTED REPRESENTATION - UPLOAD ATTACHMENT STEP *************************/

/* inactive */
.progressindicator .ac-rr-upload-attachments {
    background-image: url('/ac-rr/ac-icon-rr-ua-grayed-out.svg');
    width: inherit;
    height: inherit;
}

/* current */
.progressindicator .list-group-item.active .ac-rr-upload-attachments {
    background-image: url('/ac-rr/ac-icon-rr-ua-current.svg');
    color: #000;
}

.ac-tick-td {
    background-image: url('/ac-rr/ac-icon-rr-doc-tick-success.svg');
    color: #000;
}

.ac-untick-td {
    background-image: url('/ac-rr/ac-icon-rr-doc-tick-fail.svg');
    color: #000;
}
