﻿.StartImages {
    width: 144px;
    height: 144px;
}

.form-row-label {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.form-field-wrapper {
    max-width: 55rem;
}

.au-logo-blue {
    fill: #140F50;
}

option[value=""] {
    display: none;
}

.form-next-step {
    min-width: 170px;
}

.credit-assessor-form li {
    padding: 0 0 1rem 1rem;
}

/* accordion icon fix */
.accordion-button::after {
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

/* Header z-index fix */
#au-header-alt #navPanel.collapse.show {
    z-index: 2;
    position: relative;
}

#au-header-alt .main-menu {
    z-index: 2;
    position: relative;
}

#au-header-alt #navPanel::after {
    z-index: 1;
}

#au-header-alt .mobile-menu-control {
    z-index: 3;
    position: relative;
}


/* Apply online specific styles */
/**
 * Type Mixins
 */
/*
	Theme Variables
	@dev: Ensure you update /data/themes.json if a new theme colour is added so the prototype shows this on the themes page.
*/
/**
  Font - UniSA Altis Black
*/
.apply-progress-bar p, .apply-progress-bar ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.apply-progress-bar .progress-bar {
    margin-left: 10px;
    margin-left: 1rem;
    width: 100%;
    max-width: 190px;
    max-width: 19rem;
}

    .apply-progress-bar .progress-bar li:first-child {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .apply-progress-bar .progress-bar li:last-child {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .apply-progress-bar .progress-bar li {
        background-color: #F3F6FF;
        display: inline-block;
        vertical-align: middle;
        padding: 5px;
        padding: 0.5rem;
        height: 20px;
        height: 1.25rem;
    }

        .apply-progress-bar .progress-bar li.active {
            background-color: #6956CC;
        }

.apply-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .apply-steps span {
        display: inline-block;
        vertical-align: middle;
    }

        .apply-steps span:not(.svg-wrapper) {
            line-height: 40px;
        }

        .apply-steps span a:not(.button), .apply-steps span a:not(.button):visited, .apply-steps span a:not(.button):link {
            color: #666666;
        }

    .apply-steps .svg-wrapper {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #e9e9f0;
        width: 40px;
        width: 4rem;
        height: 40px;
        height: 4rem;
        padding: 10px;
        padding: 1rem;
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
    }

        .apply-steps .svg-wrapper svg {
            fill: #666666;
        }

    .apply-steps li {
        position: relative;
        margin-left: 10px;
        margin-left: 1rem;
        padding-bottom: 30px;
        padding-bottom: 3rem;
        padding-left: 50px;
        padding-left: 5rem;
    }

        .apply-steps li:not(:last-child):after {
            border-left: 1px solid #e9e9f0;
            position: absolute;
            left: 19px;
            left: 1.9rem;
            z-index: 1;
            top: 0;
            width: 1px;
            height: 100%;
            content: '';
        }

        .apply-steps li.complete span:not(.svg-wrapper) a:not(.button), .apply-steps li.complete span:not(.svg-wrapper) a:not(.button):visited, .apply-steps li.complete span:not(.svg-wrapper) a:not(.button):link {
            color: #115aa6;
        }

        .apply-steps li.complete .svg-wrapper {
            background-color: #98c0e6;
        }

            .apply-steps li.complete .svg-wrapper svg {
                fill: #115aa6;
            }

        .apply-steps li.active {
            margin-left: 5px;
            margin-left: 0.5rem;
            padding-left: 60px;
            padding-left: 6rem;
        }

            .apply-steps li.active .svg-wrapper {
                width: 50px;
                width: 5rem;
                height: 50px;
                height: 5rem;
                padding: 10px;
                padding: 1rem;
                margin-right: 6px;
                margin-right: 0.6rem;
                background-color: #40c1ac;
            }

                .apply-steps li.active .svg-wrapper svg {
                    fill: #666666;
                }

            .apply-steps li.active span:not(.svg-wrapper) {
                line-height: 50px;
            }

                .apply-steps li.active span:not(.svg-wrapper) a:not(.button), .apply-steps li.active span:not(.svg-wrapper) a:not(.button):visited, .apply-steps li.active span:not(.svg-wrapper) a:not(.button):link {
                    color: #000000;
                    font-family: National-2-Condensed, Helvetica, Arial, sans-serif;
                }

            .apply-steps li.active span a {
                pointer-events: none;
                cursor: default;
            }

            .apply-steps li.active:first-child {
                padding-bottom: 20px;
                padding-bottom: 2rem;
            }

            .apply-steps li.active:not(:last-child):after {
                left: 24px;
                left: 2.4rem;
            }

.apply-form {
    position: relative;
}

    .apply-form .form-field-wrapper {
        max-width: 550px;
        max-width: 55rem;
    }

    .apply-form .form-next-previous-row .button {
        display: inline-block;
        vertical-align: middle;
    }

    .apply-form .form-step {
        position: absolute;
        left: -999999px;
        top: 0;
        display: block;
    }

        .apply-form .form-step.active-step {
            position: relative;
            left: 0;
        }

        .apply-form .form-step .title-text {
            position: relative;
        }

            .apply-form .form-step .title-text .btn-remove-award {
                position: absolute;
                top: 45%;
                right: 0;
            }

                .apply-form .form-step .title-text .btn-remove-award span {
                    display: inline-block;
                }

    .apply-form .border-bottom {
        border-bottom: 2px solid #e9e9f0;
    }

    .apply-form .border-top {
        border-top: 2px solid #e9e9f0;
    }

    .apply-form .review-item-wrapper {
        padding: 10px 0;
        padding: 1rem 0;
    }

.apply-form-award {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.btn-add-award {
    width: 100%;
}

.form-step .button + .button {
    margin-left: 13px;
    margin-left: 1.3rem;
}

.form-step .result-content p {
    line-height: 1.8;
}

.loading-panel-apply {
    position: relative;
    padding: 40px;
    padding: 4rem;
    background: rgba(205, 208, 222, 0.6);
}

.apply-form {
    position: relative;
}

    .apply-form .print-share {
        display: none;
    }

        .apply-form .print-share.onReview {
            display: block;
            position: absolute;
            right: 0;
            z-index: 10;
        }

.apply-form-review-details .review-item-value {
    font-weight: bold;
}

/* Start UniSA custom styles */
.apply-steps li:hover {
    cursor: pointer;
}

.apply-steps li.OLA_inactive:hover {
    cursor: default;
}

.apply-steps li.OLA_inactive a:not(.button) {
    text-decoration: none;
}
/* End UniSA custom styles */

.inactive {
    color: gray !important;
    font-weight: bold !important;
    pointer-events: none !important;
    cursor: default !important;
}

.menu-opened-overlay {
    top: 0;
    width: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    height: 0;
    opacity: 0;
}

    .menu-opened-overlay.active {
        height: 100vh;
        left: 0;
        opacity: 1;
    }


.ValMsg {
    color: #DA2B12 !important;
    line-height: 2.3;
    margin-bottom: 1rem;
}

    .ValMsg:before {
        content: url('images/alert.svg');
        font-size: 5px;
        margin-right: 10px;
        margin-left: 5px;
        float: left;
    }

/*form select, .form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 20px;*/
/* background-size: 30px 24px;
    background-image: url("images/ArrowDown.svg");*/
/*background-position: right 0 center;
    font-family: National-2-Condensed_Bold, Helvetica, Arial, sans-serif;
    cursor: pointer;
}*/
/*.accordion:after {
    content: url('images/ArrowDownDark.svg');
    font-size: 5px;
    color: #140f50;
    float: left;
    margin-left: 5px;
}*/

/*.accordian-active:after {
    color: #140f50;
    content: url('images/ArrowUpDark.svg');
}*/
.text-uppercase {
    text-transform: uppercase;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    padding-left: 0px !important;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 48em) {
    .vertical-align-medium-up {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 64em) {
    .vertical-align-large-up {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.progress-bar li {
    margin-right: -1%;
    margin-left: -1%;
}

    .progress-bar li.active {
        background-color: #6956CC !important;
    }

.progress-bar {
    top: 70% !important;
}

select {
    color: #140f50 !important;
}

.assessor-summary-container {
    max-width: 65rem;
    margin: auto;
}

.step {
    float: left;
}

.SummaryLine {
    width: auto;
}

@media (min-width: 48em) {
    .button:not(.no-min-width) {
        min-width: 211px;
        min-width: 21.1rem;
    }
}

@media (min-width: 48em) {
    .alert-block {
        border-radius: 12px;
        border-radius: 1.2rem;
        padding: 15px 20px;
        padding: 1.5rem 2rem;
    }
}

.alert-block {
    position: relative;
    padding: 15px 15px;
    padding: 1.5rem 1.5rem;
}

.theme-background-green-light-alert {
    background-color: #E6E1FF;
}

.theme-border-green-mid-alert {
    border-color: #88a737;
}

.Summary-Step-Alignment-Fix {
    padding-bottom: 1%;
}

.PadRight {
    padding-right: 5%;
}

.summary-row {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid #E0E2EB;
}
.summary-row:last-child {
    border-bottom: none;
}

/*.requirements-summary-container td {
    border-bottom: 2px solid #E0E2EB;
}

.requirements-summary-container tr td:first-child {
    border-left: 2px solid #E0E2EB;
}*/

.requirements-summary-container {
    max-width: 65rem;
    margin: auto;
}

.MessageArea {
    color: #DA2B12;
}

.form-label-with-padding {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    color: #140f50;
}

th {
    background-color: #140f50;
    color: white;
    padding: 10px;
    height: 4.5rem;
}
/*----bootstrap-----*/
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

    .table > :not(caption) > * > * {
        padding: 0.5rem 0.5rem;
        /* background-color: var(--bs-table-bg);*/
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        vertical-align: middle;
    }

    .table > tbody {
        vertical-align: inherit;
    }

    .table > thead {
        vertical-align: bottom;
    }

    .table > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor;
    }

.caption-top {
    caption-side: top;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px;
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/*-----bootstrap----*/
