﻿

.skinText {
    color: #03045e;
}

.mainHeader {
    background-color: #ade8f4 !important;
    color: #03045e !important;
}

.mainFooter {
    background-color: #ade8f4 !important;
    color: #03045e !important;
}

#processViewer #processViewerLine {
    background-color: black !important;
}

#processViewer li svg {
    background-color: #ade8f4 !important;
}

.continue-button, .back-button {
    background-color: #0096c7 !important;
}

.cancel-button {
    background-color: #ade8f4 !important;
}

.animatedButton {
    background-color: #0096c7 !important;
}


.proc-step-future circle {
    fill: gray !important;
    stroke: #03045e !important;
    stroke-width: 4 !important;
}

.proc-step-current circle {
    fill: #0096c7 !important;
    stroke: #03045e !important;
    stroke-width: 4 !important;
}
