@primaryColor: #0e2343;
@pwColor: #fff;
@secondaryColor: #f67a0a;

@mobile: ~"only screen and (max-width: 600px)";

.required-field::after {
    content: "*";
    color: red;
}

.pw-button {
    background-color: #0e2343;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.03em;
    min-width: 100px;

    &:hover {
        background-color: #f67a0a;
        color: #fff;
    }
}

.pw-button-new {
    background-color: #0e2343;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.03em;
    min-width: 100px;

    &:hover {
        background-color: #f67a0a;
        color: #fff;
    }
}

.pw-main-navigation {
    background-color: #004165;
    border-color: #080808;

    .pw-main-menu {
        float: left;

        @media @mobile {
            float: left;
        }
    }
}

.pw-page-title {
    font-size: 17px;
    margin-top: 12px;
}

.pw-registration-completed {

    .completed {
        margin-top: 25px;
    }

    .congradulations {
        font-size: 3rem;
        margin-bottom: 35px;
    }
}



.pw-form-wrapper {
    padding-top: 15px;
    padding-bottom: 55px;

    .education-plan-header {
        font-size: 12px;
        padding: 15px 5px 15px 5px;
        background-color: #1F367B;
        color: #eee;
        margin: -22px -30px 0px -30px;

        .page-title-wrapper {
            text-align: center;
            font-size: 15px;

            @media @mobile {
                margin-top: 12px;
                margin-bottom: 12px;
            }

            .page-title {
                font-size: 22px;
                font-weight: bold;
            }
        }

        .content-right {
            text-align: right;

            @media @mobile {
                text-align: left;
            }
        }
    }


    .pw-form {
        width: 100%;
        max-width: 900px;
        min-height: 500px;
        font-size: 16px;
        color: #666;
        -webkit-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.75);
        box-shadow: 0px -1px 12px -1px rgba(0,0,0,0.75);
        padding: 22px 30px 10px 30px;

        .form-header {
            /*margin-bottom: 20px;*/
        }

        .register-input-label {
            margin-top: 5px;
        }

        .register-inline-label {
            padding-right: 8px;
            padding-top: 17px;
            padding-left: 3px;
        }

        .register-input {
            max-width: 100%;
            height: 45px;
            font-size: 21px;
            margin-bottom: 5px;
        }

        .register-text-area {
            height: 135px;
        }

        .read-only-field {
            max-width: 100%;
            min-height: 45px;
            font-size: 21px;
            margin-bottom: 5px;
            display: block;
            width: 100%;
            padding: 6px 12px;
            line-height: 1.42857143;
            color: #555;
            background-color: #F8F8F9;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        }

        .proposed-payment-schedule {
            background-color: #F8F8F9;
            font-size: 20px;
            padding-top: 10px;
            padding-bottom: 10px;
            height: auto;

            pre {
                font-size: 20px;
                color: #555;
            }
        }

        .register-select {
            font-size: 20px;
            padding-right: 3px;
            //padding-left: 3px;
        }

        .register-checkbox-field {
            height: 40px;
            margin-top: 2px;
        }

        .register-submit-btn {
            background-color: #0e2343;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 0.03em;
            width: 100%;
            height: 4.3rem;
            margin-bottom: 10px;
            max-width: 100%;

            &:hover {
                background-color: #f67a0a;
                color: #000;
            }
        }

        .register-save-and-close-btn {
            background-color: darkcyan;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 0.03em;
            width: 100%;
            height: 4.3rem;
            margin-bottom: 10px;
            max-width: 100%;

            &:hover {
                background-color: #f67a0a;
                color: #000;
            }
        }

        .register-cancel-btn {
            background-color: #ccc;
            color: #555;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 0.03em;
            width: 100%;
            height: 4.3rem;
            margin-bottom: 10px;
            max-width: 100%;

            &:hover {
                background-color: #aaa;
                color: #000;
            }
        }

        .day-of-week {
            position: absolute;
            left: 135px;
            color: #aaa;
            background-color: transparent;
            border-width: 0px;
            top: 2px;
            font-size: 20px;
            width: 160px;
        }

        .students-header-label {
            font-weight: bold;
        }

        .student {

            @media @mobile {
                box-shadow: 0px -1px 12px -1px rgba(0, 0, 0, 0.15);
                padding-top: 15px;
                padding-left: 5px;
                padding-right: 5px;
                margin-top: 25px;
                margin-bottom: 10px;
            }
        }

        .maths-english-label {
            padding-top: 11px;
        }

        .message-text {
            font-size: 14px;
        }

        .num-bold {
            font-weight: bold;
        }

        .important-container {
            border-top: 3px solid #999;
            border-bottom: 3px solid #999;
            box-sizing: border-box;
            padding: 5px 0 5px 0;
            text-transform: uppercase;
            margin-top: 20px;
            margin-bottom: 20px;
            font-weight: bold;

            .caption {
                font-weight: bold;
                text-align: center;
                padding-bottom: 5px;
                padding-top: 5px;
            }
        }

        .accept-agreement {
            margin-bottom: 10px;
        }

        .accept-checkbox-wrapper {
            margin-right: -40px;
            margin-left: -15px;

            .accept-checkbox {
                height: 18px;
                width: 18px;
                cursor: pointer;
            }
        }

        .accepted-by-wrapper {
            margin-bottom: 10px;
            margin-bottom: -15px;
            margin-top: 8px;

            @media @mobile {
                margin-bottom: 5px;
            }

            .accepted-by-input {
                height: 28px;
                font-size: 17px;
                padding-left: 7px;

                @media @mobile {
                    margin-bottom: 10px;
                }
            }
        }

        .agent-name {
            padding-top: 15px;
        }






        .field-heading {
            margin-right: 5px;
            font-weight: bold;
        }

        .center-aligned {
            text-align: center;
        }

        .pw-radio-button {
            width: 22px;
            height: 22px;
            cursor: pointer;
        }
    }
}


/* NDIS Print - START */
.ndis-print-doc-wrapper {
    width: 850px;
    padding-left: 30px;

    &.ndis-landscape {
        width: 1100px;
    }

    .ndis_print-label {
        color: #999;
        padding: 5px;

        label {
            margin-bottom: 0px;
        }
    }

    .ndis_print-data {
        color: #000;
        font-size: 1.5rem;

        label {
            font-weight: normal !important;
            margin-bottom: 0px;
        }
    }

    .signed-by-name {
        border-bottom: 1px dotted #888;
        padding-right: 63px;
        font-style: italic;
    }

    .ndis-page-wrapper {
        min-height: 700px;
        background-color: #fff;
    }
    /* table in print-pdf views*/

    table {
        width: 100%;
    }

    .ndis-print-table {
        border: 2px solid #eee;
        border-collapse: collapse;
        width: 100%;

        tbody {
            vertical-align: middle;

            tr {
                height: 40px;
            }
        }

        th {
            border: 2px solid #eee;
            padding: 3px;
            height: 35px;
            background-color: #eee;
        }

        td {
            border: 2px solid #eee;
            padding: 3px;
            height: 35px;
        }

        td.label-top {
            vertical-align: top;
            padding-top: 8px;
        }
    }

    .table-no-border {
        td {
            border: none;
        }
    }

    .equal-width-2 {
        th, td {
            width: 50%;
        }
    }

    .equal-width-3 {
        th, td {
            width: 33.33%;
        }
    }

    .light-gray-bg {
        background-color: #eee;
    }
}
/* NDIS Print - FINISH */

/* documents - START */
.pw-documents {
    margin-top: 10px;
    padding: 20px;

    .document-container {
        width: 100%;
        max-width: 900px;
        min-height: 500px;
        font-size: 14px;
        color: #666;
        -webkit-box-shadow: 0px -1px 12px -1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px -1px 12px -1px rgba(0, 0, 0, 0.75);
        box-shadow: 0px -1px 12px -1px rgba(0, 0, 0, 0.75);
        padding: 22px 30px 10px 30px;

        .document-header {
            font-size: 12px;
            padding: 15px 5px 15px 5px;
            background-color: #1F367B;
            color: #eee;
            margin: -22px -30px 0px -30px;
            text-align: center;
            margin-bottom: 10px;

            .document-title {
                font-weight: bold;

                .main-title {
                    font-size: 25px;
                }

                .sub-title {
                    font-size: 15px;
                }
            }
        }

        .document-section-header {
            font-size: 18px;
            font-weight: bold;
        }
        /* styles from current pw - START */
        .aplus-incentives {
            border-bottom: 1px solid black;
            padding-bottom: 10px;
        }

        .aplus-col {
            display: inline-block;
            width: 48%;
            vertical-align: top;

            .aplus-content {
                display: inline-block;
            }

            .aplus-info {
                width: 80%;
            }

            .aplus-space {
                margin-top: 15px;
            }
        }

        .aplus-img {
            width: 17%;
            text-align: center;
            vertical-align: top;

            .md-img {
                width: 50px;
                height: 30px;
            }

            .incentives-img, .maths-help-img, .parent-help-img {
                width: 45px;
                height: 45px;
            }

            .reports-img {
                width: 35px;
                height: 50px;
            }

            .email-img {
                width: 45px;
                height: 45px;
            }
        }

        .aplus-content {
            display: inline-block;
        }

        .cancel-col1 {
            width: 30%;
            margin-right: 5%;
        }

        .field-headings, .time-heading {
            margin-right: 5px;
            font-weight: bold;
        }

        wide, .blank.wide {
            width: 100%;
            padding-left: 5px;
        }

        .blank {
            display: inline-block;
            height: 1em;
            width: 50px;
            border-bottom: 1px solid;
        }

        table {
            width: 100%;
        }

        table.fields tr td:first-child {
            width: 30%;
        }

        td {
            vertical-align: top;
            padding: 2px 0;
            margin: 0;
        }
        /* styles from current pw - FINISH */
    }
}

/* documents - FINISH */
/* login - START */
.pw-login {
    margin-bottom: 25px;

    .login-input {

        @media @mobile {
            max-width: 100%;
        }
    }

    .page-title {
        font-size: 3rem;
        margin-top: 15px;
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: #eee solid 2px;
    }
}
/* login - FINISH */


/* index-page-buttons - START */
.pw-index-page-buttons {

    .buttons-wrapper {
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 50px;

        .register-button {
            width: 100%;
            background-color: #0e2343;
            max-width: 250px;
            height: 103px;
            line-height: 103px;
            text-align: center;
            color: #ddd;
            font-size: 3rem;

            @media @mobile {
                max-width: 100%;
            }

            &:hover {
                background-color: #f67a0a;
            }
        }
    }
}
/* index-page-buttons - FINISH */


/* registrations-table - START */
.pw-registrations-table {
    .table-wrapper {
        margin-top: 25px;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;

        @media @mobile {
            margin-top: 10px;
            margin-bottom: 35px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .table-container {
            border-bottom: 1px solid #ddd;
        }

        .table-title {
            //background-color: #007dba;
            //border: 1px Solid #007dba;
            height: 44px;
            line-height: 40px;
            //padding: 0 16px;
            //color: #fff;
            font-size: 2.2rem;
            font-weight: bold;
        }

        .header-row {
            font-size: 14px;
            color: #fff;
            line-height: 25px;
            letter-spacing: 0;
            height: 25px;
            font-weight: bold;
            background-color: #007dba;
            border: 1px Solid #007dba;

            .header-label {
                color: #555;
            }
        }

        .month-header {
            background-color: #ccc;
            color: #888;
            height: 25px;
            line-height: 25px;
            font-size: 14px;
            font-weight: bold;
        }

        .data-row {
            border-top: 1px solid #ddd;
            height: 30px;
            line-height: 30px;

            .date-label {
                font-weight: bold;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }

        .enrolments-filter {
            .enrolments-filter-from-date {
                width: 13%;

                @media only screen and (max-device-width: 670px) {
                    width: 45%;
                }
            }

            .enrolments-filter-to-date {
                width: 13%;

                @media only screen and (max-device-width: 670px) {
                    width: 45%;
                }
            }

            .agreement {
                width: 10%;
            }

            .surname {
                width: 13%;
            }

            .enrol-button-show {
                width: 10%;
            }

            .enrol-button-go {
                width: 10%;
            }

            .enrol-button-clear {
                width: 10%;
            }

            .enrol-button-today {
                width: 10%;
            }
        }

        .enrolments-filter.consultant {
            .agreement {
                width: 13% !important;
            }

            .surname {
                width: 15% !important;
            }

            .enrolments-filter-from-date {
                width: 17% !important;
            }

            .enrolments-filter-to-date {
                width: 17% !important;
            }

            .enrol-button-show {
                width: 13% !important;
            }

            .enrol-button-go {
                width: 13% !important;
            }

            .enrol-button-clear {
                width: 13% !important;
            }

            .enrol-button-today {
                width: 10% !important;
            }
        }


        .enrolments-row {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            border-top: 1px solid #ddd;
            height: 34px;
            line-height: 34px;
            font-size: 12px;
            font-weight: bold;

            @media only screen and (max-device-width: 670px) {
                font-size: 13px;
            }

            &.enrolments-header-row {
                color: #fff;
                letter-spacing: 0;
                background-color: #007dba;
                border: 1px Solid #007dba;
            }



            .enrolments-counter {
                width: 2.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .enrolments-date {
                width: 6.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 12%;
                }
            }

            .enrolments-agreement {
                width: 6%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 18%;
                }
            }

            .enrolments-signed-date {
                width: 11%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 18%;
                }
            }


            .enrolments-status {
                width: 7.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    justify-content: center;
                    width: 9%;
                }
            }

            .enrolments-surname {
                width: 10.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .enrolments-appt-booked-by {
                width: 8.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .enrolments-salesman {
                width: 9%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 17%;
                }
            }

            .enrolments-payment-type {
                width: 8%;
                overflow: hidden;
            }

            .enrolments-posted {
                width: 4%;
                text-align: center;

                .enrolments-posted-tick {
                    color: lightseagreen;
                }

                .enrolments-posted-checkbox {
                    height: 24px;
                    cursor: pointer;
                }
            }

            .enrolments-installation-date {
                width: 14%;
                overflow: hidden;
            }

            .enrolments-vic-installation-date {
                width: 15%;
                overflow: hidden;
            }

            .enrolments-installation-email {
                width: 25%;
                overflow: hidden;
            }

            .enrolments-info {
                width: 7.5%;
                text-align: center;
            }

            .enrolments-referral {
                width: 20px;
                cursor: pointer;

                img {
                    width: 13px;
                }
            }

            .enrolments-resend {
                width: 30px;
                cursor: pointer;
            }

            .enrolments-new-ddr {
                width: 30px;
                cursor: pointer;
            }

            .enrolments-ddr {
                width: 30px;
                cursor: pointer;
            }
        }

        .enrolments-zoho-row {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            border-top: 1px solid #ddd;
            line-height: 34px;
            font-size: 14px;
            font-weight: bold;

            @media only screen and (max-device-width: 670px) {
                font-size: 13px;
            }

            &.enrolments-zoho-header-row {
                color: #fff;
                letter-spacing: 0;
                background-color: #007dba;
                border: 1px Solid #007dba;
            }

            .enrolments-zoho-sms {
                width: 40%;
            }

            .enrolments-zoho-counter {
                width: 3.5%;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .enrolments-zoho-details {
                width: 18%;
            }
        }
    }
}


.ndis-wrapper {
    margin-left: 0px;
    margin-right: 0px;

    .section-header {
        border-bottom: 1px solid lightgray;
        height: 34px;
        margin-top: 10px;
        margin-bottom: 10px;

        h4 {
            font-family: math;
            font-size: 1.4rem;
            font-weight: bold;
        }
    }

    .sa-section-header {
        font-weight: bold;
        padding-left: 35px;
        padding-bottom: 12px;
    }

    ol {
        padding-left: 49px;

        li {
            padding-top: 5px;
            padding-bottom: 5px;

            ol {
                margin-top: 10px;
            }
        }
    }

    .sa-left-edge {
        margin-left: 48px;
    }

    .sa-top-border {
        border-top: solid 2px lightgray;
        padding-top: 20px;
    }

    .register-input {
        font-size: 1.6rem !important;
    }
}

/* registrations-table - FINISH */


/* reports-table - START */
.pw-reports-table {
    .table-wrapper {
        margin-top: 25px;
        margin-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;

        @media @mobile {
            margin-top: 10px;
            margin-bottom: 35px;
            padding-left: 8px;
            padding-right: 8px;
        }

        .table-container {
            border-bottom: 1px solid #ddd;
        }

        .table-container-withscroll {
            overflow-x: auto;
            overflow-y: auto;
            max-height: 470px;
            max-width: 1390px;
            box-sizing: border-box;
            width: calc(100% - 17px);
            height: calc(100vh - 200px);
            padding-right: 17px;
        }

        .table-title {
            //background-color: #007dba;
            //border: 1px Solid #007dba;
            height: 44px;
            line-height: 40px;
            //padding: 0 16px;
            //color: #fff;
            font-size: 2.2rem;
            font-weight: bold;
        }

        .reports-filter {
            .reports-filter-from-date {
                width: 14%;

                @media only screen and (max-device-width: 670px) {
                    width: 45%;
                }
            }

            .reports-filter-to-date {
                width: 14%;

                @media only screen and (max-device-width: 670px) {
                    width: 45%;
                }
            }
        }

        .header-row {
            font-size: 14px;
            color: #fff;
            line-height: 25px;
            letter-spacing: 0;
            height: 25px;
            font-weight: bold;
            background-color: #007dba;
            border: 1px Solid #007dba;

            .header-label {
                color: #555;
            }
        }

        .reports-row-dialpad-booking {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            border-top: 1px solid #ddd;
            min-height: 40px;
            line-height: 22px;
            font-size: 1.1rem;
            font-weight: bold;
            overflow: hidden;
            word-wrap: break-word;
            min-width: 2500px;
            width: 100%;

            @media only screen and (max-device-width: 670px) {
                font-size: 13px;
            }

            &.reports-header-row {
                color: #fff;
                letter-spacing: 0;
                background-color: #007dba;
                border: 1px Solid #007dba;
                min-height: 30px;
            }

            &.reports-booking-header-row {
                color: #fff;
                letter-spacing: 0;
                background-color: #007dba;
                border: 1px Solid #007dba;
                min-height: 30px;
                position: sticky;
                line-height: 27px;
                top: 0;
                z-index: 1;
            }


            .wrap-text {
                white-space: normal;
                overflow: visible;
            }


            .reports-booking-counter {
                width: 30px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-date {
                width: 150px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-surname {
                width: 130px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-bksurname {
                width: 90px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-type {
                width: 80px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-notes {
                width: 290px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-message {
                width: 150px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-status {
                width: 90px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-name {
                width: 150px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }
        }

        .reports-row-dialpad {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            border-top: 1px solid #ddd;
            min-height: 40px;
            line-height: 22px;
            font-size: 1.1rem;
            font-weight: bold;
            overflow: hidden;
            word-wrap: break-word;

            @media only screen and (max-device-width: 670px) {
                font-size: 13px;
            }

            &.reports-header-row {
                color: #fff;
                letter-spacing: 0;
                background-color: #007dba;
                border: 1px Solid #007dba;
                min-height: 30px;
            }

            &.reports-booking-header-row {
                color: #fff;
                letter-spacing: 0;
                background-color: #007dba;
                border: 1px Solid #007dba;
                min-height: 30px;
                position: sticky;
                top: 0;
                z-index: 1;
            }



            .reports-counter {
                width: 3.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-counter {
                width: 50px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-date {
                width: 150px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-surname {
                width: 130px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-type {
                width: 80px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-notes {
                width: 250px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-message {
                width: 150px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-status {
                width: 90px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }

            .reports-booking-name {
                width: 150px;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }


            .reports-text {
                width: 40%;
                overflow: hidden;
            }

            .reports-date {
                width: 7%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 12%;
                }
            }

            .reports-agreement {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 18%;
                }
            }

            .reports-duration {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 18%;
                }
            }

            .reports-surname {
                width: 11.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .reports-callcenter-name {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .reports-phone-number {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .reports-posted {
                width: 6%;
                text-align: center;
                overflow: hidden;

                .reports-posted-tick {
                    color: lightseagreen;
                }

                .reports-posted-checkbox {
                    height: 24px;
                    cursor: pointer;
                }
            }

            .reports-installation-date {
                width: 18%;
                overflow: hidden;
            }

            .reports-vic-installation-date {
                width: 15%;
                overflow: hidden;
            }

            .reports-dialpad-text {
                width: 25%;
                overflow: hidden;
            }

            .reports-vic-dialpad-date {
                width: 14%;
                overflow: hidden;
            }
        }

        .reports-row {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            border-top: 1px solid #ddd;
            height: 30px;
            line-height: 34px;
            font-size: 1.2rem;
            font-weight: bold;
            overflow: hidden;

            @media only screen and (max-device-width: 670px) {
                font-size: 13px;
            }

            &.reports-header-row {
                color: #fff;
                letter-spacing: 0;
                background-color: #007dba;
                border: 1px Solid #007dba;
            }



            .reports-counter {
                width: 3.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 9%;
                }
            }


            .reports-text {
                width: 40%;
                overflow: hidden;
            }

            .reports-date {
                width: 7%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 12%;
                }
            }

            .reports-agreement {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 18%;
                }
            }

            .reports-duration {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 18%;
                }
            }

            .reports-surname {
                width: 11.5%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .reports-callcenter-name {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .reports-new-ddr {
                width: 30px;
                cursor: pointer;
            }

            .reports-installation-email {
                width: 25%;
            }

            .salesreports-mobileview-field {
                width: 24%;
                overflow: hidden;
            }

            .salesreports-mobileview-surname {
                width: 30%;
                overflow: hidden;
            }

            .reports-phone-number {
                width: 10%;
                overflow: hidden;

                @media only screen and (max-device-width: 670px) {
                    width: 27%;
                }
            }

            .reports-posted {
                width: 6%;
                text-align: center;
                overflow: hidden;

                .reports-posted-tick {
                    color: lightseagreen;
                }

                .reports-posted-checkbox {
                    height: 24px;
                    cursor: pointer;
                }
            }

            .reports-installation-date {
                width: 18%;
                overflow: hidden;
            }

            .reports-vic-installation-date {
                width: 15%;
                overflow: hidden;
            }

            .reports-dialpad-text {
                width: 17%;
                overflow: hidden;
            }

            .reports-vic-dialpad-date {
                width: 13%;
                overflow: hidden;
            }
        }
    }
}
/* reports-table - FINISH */

.thanks-container {
    width: 80%;
    margin: 10% auto;
    color: #555;

    .ke-logo {
        background: url('/resources/images/kinetic_logo.png') no-repeat;
        width: 413px;
        height: 72px;
        background-size: contain;
        margin: 0 auto;
    }

    .aplus-america-logo {
        background: url('/resources/images/aplus_america_logo_300x46.png') no-repeat;
        width: 301px;
        height: 46px;
        background-size: contain;
        margin: 0 auto;
    }

    .tutorwiz-logo {
        background: url('/resources/images/tutorwiz_logo2.jpg') no-repeat;
        width: 301px;
        height: 100px;
        background-size: contain;
        margin: 0 auto;
    }

    .ismart-student-logo {
        background: url('/resources/images/ismartstudent_logo_568x157.png') no-repeat;
        width: 301px;
        height: 75px;
        background-size: contain;
        margin: 0 auto;
    }

    .thanks-heading {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-top: 35px;
        padding-top: 35px;
        border-top: 2px solid #888;
    }

    .thanks-text {
        text-align: center;
        font-size: 18px;
        padding-bottom: 35px;
        border-bottom: 2px solid #888;
    }
}

.expired-link {
    .expired-link-message {
        font-size: 25px;
        color: #333;

        @media @mobile {
            font-size: 19px;
            padding: 22px 17px;
        }
    }
}

//FLEX - START
.flex-container {
    display: flex;    
}

.flex-container--justify-start {
    justify-content: flex-start;
}

.flex-container--direction-column {
    flex-direction: column;
}

.flex-container--justify-center {
    justify-content: center;
}

.flex-container--justify-end {
    justify-content: flex-end;
}

//FLEX - FINISH












/* globals - START */
.register-submit-btn {
    background-color: #0e2343;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.03em;
    width: 100%;
    height: 4.3rem;
    margin-bottom: 10px;
    max-width: 100%;

    &:hover {
        background-color: #f67a0a;
        color: #000;
    }
}

.padding-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.padding-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.padding-bottom-60 {
    padding-bottom: 40px;
}


.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

::placeholder {
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}

//to reduce gap between date field text and icon
::-webkit-calendar-picker-indicator {
    margin-left: 0px;
}

.red-message {
    color: red;
    font-size: 14px;
}

.desktop-only {
    display: unset;

    /*
    @media screen and (orientation:landscape) and (orientation:portrait) {
        display: none;
    }
    */

    @media only screen and (max-device-width: 670px) {
        display: none;
    }
}

.mobile-only {
    display: none;

    @media only screen and (max-device-width: 670px) {
        display: inherit;
    }
}

.hide-in-all {
    display: none;
}

.single-row-middle {
    display: flex;
    align-items: center;

    label {
        margin-bottom: 0px;
    }
}


.section-name {
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin-top: 10px;
    font-size: 2rem;
    color: #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

.pw-button {
    background-color: #0e2343;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ddd;
    font-size: 1.5rem;
    padding: 0px 40px;

    @media @mobile {
        max-width: 100%;
    }

    &:hover {
        background-color: #f67a0a;
    }
}

.pw-button-new {
    background-color: #0e2343;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ddd;
    font-size: 1.5rem;
    padding: 0px 27px;

    @media @mobile {
        max-width: 100%;
    }

    &:hover {
        background-color: #f67a0a;
    }
}
.pw-radio-button {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.pw-md-checkbox {
    width: 24px;
    height: 24px;
}

.a-like-a-button {
    appearance: button;
    -moz-appearance: button;
    -webkit-appearance: button;
    text-decoration: none;
    //font: menu;
    //color: ButtonText;
    display: inline-block;
    padding: 2px 8px;

    &:hover {
        text-decoration: none;
    }
}

.a-likeabutton:active {
    //border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.overlay {    
    opacity: 0.3;
    background-color: #ccc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;  //change to flex to display
    justify-content: center;
    align-items: center;

    .loading-image {
        width: 75px;
    }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    //width: 50%;
}


.break {
    page-break-after: always;
}
/* globals - FINISH */







