﻿h2, h3 {
    font-weight: 300;
}

h3 {
    font-size: 1.4rem;
}

.workflow-control-label {
    display: block;
}


.workflow-list li.skip {
    list-style: none;
}


.workflow-intro {
    padding: 1.25rem;
    border-radius: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    font-size: 16px !important;
}


.workflow-page {
    border-radius: 1.25rem;
}

    .workflow-page .card-body {
        padding-bottom: 0;
    }


.workflow-list {
    list-style: none;
    padding: 0;
}


.workflow-control-help .helpIcon {
    float: right;
    white-space: nowrap;
}

    .workflow-control-help .helpIcon i {
        margin-right: 5px;
    }

.workflow-crumbtrail {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin: 2.25rem 0;
}



    .workflow-crumbtrail li {
        text-align: center;
        flex-basis: 6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.8rem;
        line-height: 0.9rem;
        position: relative;
    }

        .workflow-crumbtrail li.inactive {
            display: none;
        }

        .workflow-crumbtrail li.notVisited:not(.firstNotVisited) {
            display: none;
        }


        .workflow-crumbtrail li a {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 0.8rem;
            line-height: 0.9rem;
            position: relative;
            color: #000;
        }



            .workflow-crumbtrail li a:before {
                display: block;
                width: 2.6rem;
                height: 2.6rem;
                background-color: #bebebe;
                content: '\f304';
                border-radius: 50%;
                margin-bottom: 0.5rem;
                font-family: 'Font Awesome 5 Free';
                font-weight: 600;
                color: #fff;
                font-size: 1.2rem;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: all .25s ease-in-out;
            }



        .workflow-crumbtrail li.current a {
            font-weight: 600;
            color: #2dc0d1;
        }



            .workflow-crumbtrail li.current a:before {
                background-color: #2dc0d1;
            }



        .workflow-crumbtrail li.inactive a {
            color: #999;
        }



        .workflow-crumbtrail li.complete a:before {
            background-color: #42d11e;
            content: '\f00c';
        }



        .workflow-crumbtrail li.incomplete a:before {
            background-color: #ff5a00;
            content: '\f12a';
        }



        .workflow-crumbtrail li.inactive a:before {
            background-color: #e0e0e0;
            content: '\f00d';
        }

        .workflow-crumbtrail li.firstNotVisited a:before {
            content: '\f141';
        }

        .workflow-crumbtrail li.summary a:before {
            content: '\f46c';
        }



        .workflow-crumbtrail li a:hover {
            text-decoration: none;
        }



            .workflow-crumbtrail li a:hover:before {
                transform: scale(1.1);
            }



        .workflow-crumbtrail li:after {
            display: block;
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            font-weight: 600;
            font-size: 1.1rem;
            color: #ccc;
            align-self: flex-end;
            top: 1rem;
            right: -0.5rem;
            position: absolute;
        }



        .workflow-crumbtrail li:last-child:after {
            content: '';
        }



h3.workflow-page-title {
    background-color: #2dc0d1;
    margin: -1.25rem;
    padding: 1.25rem;
    border-radius: 1.25rem 1.25rem 0 0;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}



    h3.workflow-page-title:before {
        content: '\f044';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        margin-right: 0.5rem;
    }

    h3.workflow-page-title.summary:before {
        content: '\f46c';
    }


legend,
h5 {
    font-weight: 300;
    color: #06235f;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #06235f;
    margin-bottom: 1rem;
}

h5 {
    margin-top: 1.25rem;
}



.workflow-list {
    margin-bottom: 1.75rem;
}



    .workflow-list:last-child {
        margin-bottom: 0;
    }



    .workflow-list .form-check,
    .workflow-list .form-row,
    .summary-answer {
        background-color: #eaf3f8;
        margin-bottom: 3px;
        padding: 0.4rem;
        padding-left: 2rem;
    }

.group-summary-title {
    border-bottom: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.workflow-control-label,
.summary-label {
    padding-left: 2.7rem;
    font-size: 1.15rem;
    position: relative;
}

.summary-label {
    padding-left: 0;
}

    .summary-label:hover {
        cursor: pointer;
        text-decoration: underline;
    }

.workflow-control-label:before {
    content: '\f059';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 0.9em;
    margin-left: -2.25rem;
}


.pager {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
}



.btn-primary,
.btn-info {
    background-color: #2dc0d1;
    border-color: #2dc0d1;
}

    .btn-primary:hover {
        background-color: #999;
        border-color: #aaa;
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        background-color: #bebebe;
        border-color: #aaa;
    }

.control-required-icon {
    color: red;
    position: absolute;
    left: 2.25rem;
}

.control-validation {
    color: red;
}

.control-validation-bottom-text {
    color: red;
    padding-left: 100px;
    margin-top: auto;
}

.summary-answer-invalid {
    color: red;
}

.summary-control {
    margin-top: 20px;
}

footer {
    padding: 1rem;
    font-size: 0.8rem;
    background-color: #06235f;
    color: #fff;
    margin-top: 2rem;
}

header {
    font-size: 0.9rem;
    background-color: #06235f;
    height: 2rem;
    margin-bottom: 1rem;
    padding-top: 0.3rem;
}

.client-back-url {
    float: right;
}

    .client-back-url a {
        color: #2dc0d1;
        font-weight: 600;
    }

        .client-back-url a:hover {
            color: #fff;
        }

.client-banner {
    height: 8rem;
    background: url(../images/icefish.png) no-repeat 0.5rem top;
    background-size: auto 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.client-name {
    font-weight: 400;
    font-size: 2rem;
    padding: 0.8rem;
}

.client-banner .client-name .council-name {
    display: none;
}

/* RESPONSIVE STYLES BELOW */

/* fixes for IE 10+ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {

    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control,
    .input-group > .form-control-plaintext {
        min-width: 15rem;
    }
}

/* crumbtrail amedments for smaller viewports */
@media screen and (max-width: 991px) {

    .workflow-crumbtrail {
        flex-wrap: wrap;
    }

        .workflow-crumbtrail li {
            margin-bottom: 0.8rem;
        }

            .workflow-crumbtrail li a:before {
                width: 2rem;
                height: 2rem;
                font-size: 1rem;
            }
}

.helpText {
    white-space: pre-wrap
}

.applicantAddressInputs{
    margin-bottom: 7.5px;
}
