/*Override for button with quick tip*/
.btn--plus-note {
    margin-bottom: 0
}

/*Override for green button*/
button.btn--green,
button.btn--green[type=submit],
input.btn--green[type=submit],
.email-wrapper input[type=submit] {
    background-color: #59B359; /*green*/
    color: #fff;
    border: #59B359; /*green*/
}

    button.btn--green:hover,
    button.btn--green[type=submit]:hover,
    input.btn--green[type=submit]:hover,
    .email-wrapper input[type=submit]:hover {
        background-color: #409A40; /*dark green*/
        color: #fff;
    }

    a:focus,
    button.btn--green:focus,
    button.btn--green[type=submit]:focus,
    input.btn--green[type=submit]:focus {
        outline: 1.5px solid #fff;
        border: 2px solid #0084DB;
        border-radius: 5px;
        outline-offset: 1px;
    }

/*Override for red button*/
input.btn--danger[type=submit], input.btn--danger[type=button] {
    background: #CA4142;
    color: #fff;
    box-shadow: inset 1px 0 0 #CA4142, inset 0 1px 0 #CA4142, inset -1px 0 0 #CA4142, inset 0 -1px 0 #CA4142;
}

input.btn--danger[type=submit]:visited, input.btn--danger[type=button]:visited {
    color: #fff
}

input.btn--danger[type=submit]:hover, input.btn--danger[type=button]:hover {
    background: #A92F30;
}

.btn--danger[type=button] {
    background: #CA4142;
    color: #fff;
    box-shadow: inset 1px 0 0 #CA4142, inset 0 1px 0 #CA4142, inset -1px 0 0 #CA4142, inset 0 -1px 0 #CA4142;
}
.btn--danger[type=button]:hover {
    background: #A92F30;
}

/* Override for breadcrumb with span */
.breadcrumb > li span:after {
    padding-right: 4px;
    padding-right: 0.25rem;
}

.breadcrumb > li span {
    background-image: none !important;
}

.breadcrumb > li span:after {
    content: ' › ';
    color: #C7D900;
}

.breadcrumb {
    background-color: inherit;
}
/*Date Picker*/
.field--datepicker > span {
    position: relative;
}

.datepicker-scope {
    display: none;
    z-index: 1;
    position: absolute;
}

.captcha-wrapper input[type='submit'] {
    width: 190px;
    height: 80px;
    /*background: url(../WebCommon/Common/SimpleLetterCaptcha.ashx) no-repeat center center;*/
    background-size: cover;
    border-style: none;
}

/* Override to left align table headings in Internet Explorer */
.table th {
    text-align: left;
}

.PoliDiv {
    padding-top: 10px;
}

#POLiPaymentOption {
    top: 26.27px;
}


/*Nzta radio table*/
.radio-grid {
    padding-bottom: 12px;
    padding-top: 12px;
    color: #00456b;
}


/*---------------------*/
/*Password type field*/
/*---------------------*/
[type='password'] {
    display: block;
}

[type='password'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[type='password'] {
    padding-top: 12px;
    padding-top: 0.75rem;
}

[type='password'] {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    /* fallback  times by 6 */
}

[type='password'] {
    padding-left: 12px;
    padding-left: 0.75rem;
    /* fallback  times by 6 */
}

[type='password'] {
    padding-right: 12px;
    padding-right: 0.75rem;
    /* fallback  times by 6 */
}

[type='password'] {
    margin: 0;
}

[type='password'] {
    width: 100%;
}

[type='password'] {
    padding-left: 16px;
    padding-left: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media only screen and (min-width: 37.5em) {
    [type='password'] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.form-select {
    width: 40%;
}

[type='password'] {
    border-radius: 4px;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    border: 1px solid #F2F2EB;
    background-color: #F2F2EB;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: 1;
}

.field--error [type='password'] {
    color: #555;
}



/*---------------------*/
/*Tel type field*/
/*---------------------*/
[type='tel'] {
    display: block;
}

[type='tel'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[type='tel'] {
    padding-top: 12px;
    padding-top: 0.75rem;
}

[type='tel'] {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    /* fallback  times by 6 */
}

[type='tel'] {
    padding-left: 12px;
    padding-left: 0.75rem;
    /* fallback  times by 6 */
}

[type='tel'] {
    padding-right: 12px;
    padding-right: 0.75rem;
    /* fallback  times by 6 */
}

[type='tel'] {
    margin: 0;
}

[type='tel'] {
    width: 100%;
}

[type='tel'] {
    padding-left: 16px;
    padding-left: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media only screen and (min-width: 37.5em) {
    [type='tel'] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

[type='tel'] {
    border-radius: 4px;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    border: 1px solid #00456B;
    background-color: #F2F2EB;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: 1;
}

.field--error [type='tel'] {
    color: #555;
}

[type='email'] {
    display: block;
}

textarea {
    resize: none;
}

/*radio with textbox (NztaRadioButtonTextBox)*/
.radio--with-textbox > label > span {
    padding-left: 5px;
}

@media only screen and (max-width: 37.49em) {
    .section-m, .share-nav, .traffic-metrics {
        padding-top: 0;
        padding-bottom: 0;
    }

    .form-select {
        width: 100% !important;
    }
}

@media only screen and (max-width: 37.49em) {
    .section {
        padding-top: 8px;
        padding-top: 0.5rem;
        padding-bottom: 8px;
        padding-bottom: 0.5rem;
    }
}

h1, .intro:last-child, .header-search, .primary-subnav, .secondary-subnav, .field, .field--select, .field--number, .field--text, .field--prev-next, .field--email-plus-submit, .field--radio-button-list, .field--details, .field--radio-button-group, .field--submit, .field--checkbox {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 37.49em) {
    h1, .intro:last-child, .header-search, .primary-subnav, .secondary-subnav, .field, .field--select, .field--number, .field--text, .field--prev-next, .field--email-plus-submit, .field--radio-button-list, .field--details, .field--radio-button-group, .field--submit, .field--checkbox {
        margin-bottom: 8px;
        margin-bottom: 0.5rem;
    }
}

.section--nav > .section__content:after, .subnav--tertiary .subnav__content, .field, [type='text'], [type='text-small'], [type='email'], [type='date'], [type='number'], select {
    padding-left: 16px;
    padding-left: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.section--nav > .col {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-left: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media only screen and (max-width: 37.49em) {
    p, .text, code, td, blockquote, caption, li, ol, dl, ul {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 37.49em) {
    .list--home li, .footer_pages a, .breadcrumb {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 37.49em) {
    .footer_pages .icon-wrapper {
        width: 1em;
        text-align: center;
    }
}

@media only screen and (max-width: 37.49em) {
    h1 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}

@media only screen and (max-width: 37.49em) {
    .breadcrumb {
        font-size: small;
    }
}

/* MR13C trader change of ownership */
.vehicle_history_grid_item {
    border: 1px solid #eee;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 16px;
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    vertical-align: top;
}

@media only screen and (max-width: 37.49em) {
    .vehicle_history_grid_item {
        font-size: small;
        margin-bottom: 1.75em;
        border: 1px solid #eee;
        padding-bottom: 8px;
        padding-top: 8px;
    }
}

@media only print {
    .vehicle_history_grid_item {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media only print {
    .vehicle_history_grid_item > div {
        width: 49%;
    }
}

@media only print {
    .grid > * {
        font-size: small;
    }
}

dl {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}


.checkbox--multi {
    margin-bottom: 4px;
}

.custom-error {
    margin-bottom: 20px;
}


.red {
    color: #c44;
}

.pad-top {
    padding-top: 12px;
    padding-top: 0.75rem;
}

.pad-bottom {
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
}


div.app-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
}

.align-right {
    text-align: right !important;
}

.date {
    min-width: 100px;
}

a:hover {
    cursor: pointer;
}

span > p {
    display: inline;
}

@media only screen {
    .accordion .group .group-content {
        overflow: hidden;
        -webkit-transition: height .5s;
        -o-transition: height .5s;
        transition: height .5s;
    }
}


@media only print {
    .header-section, .footer-section, .header {
        display: none;
    }

    .accordion .group {
        page-break-inside: avoid;
    }

        .accordion .group .group-content {
            height: auto !important;
        }

        .accordion .group .group-close {
            display: none;
        }
}

.checkbox.label {
    display: block;
    float: left;
    padding-right: 10px;
    margin-bottom: 20px;
}

.inline-radio-buttons label {
    padding-right: 10px;
}

.splitter {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 60em) {
    .theme--error .theme--details, .theme--info .theme--details {
        margin-bottom: 20px
    }
}

div.align-right {
    float: right;
    padding-right: 10px;
}

/* Faso Blazor  Spinner*/
.spinner-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
}

/* Override table inside borders */
table td, table th {
    border-right: none;
}

/* Banner for warning messages */
.banner {
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 1.2em;
}

.banner .warning {
    background-color: orange;
}

.banner .btn {
    color: white;
}

/* line 92, /var/www/html/nzta-prototype/frontend/sass/playpen */
.back-to-top-anchor {
    margin-right: 50px;
}

/* line 10, /var/www/html/nzta-prototype/frontend/sass/type */
dl {
    display: grid;
    grid-template-columns: 30% 70%;
    margin-bottom: 0.5rem;
}

    /* line 307, /var/www/html/nzta-prototype/frontend/sass/type */
dl dt {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

/* line 315, /var/www/html/nzta-prototype/frontend/sass/type */
dd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
}

/* line 37, /var/www/html/nzta-prototype/frontend/sass/components/table */
table td, table th {
    padding: 0.5em;
}

.nobreak {
    white-space: nowrap;
}

.subnav h3 {
    padding-top: 0;
    padding-bottom: 0;
}

.subnav h2:before, .subnav h3:before, .subnav--tertiary h3:before, .content-block h2:before {
    height: 0;
    display: none;
    width: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
/* line 292, /var/www/html/nzta-prototype/frontend/sass/extends */
.subnav h2:after, .subnav h3:after, .subnav--tertiary h3:after, .content-block h2:after {
    display: none;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    position: absolute;
}

/* line 219, /var/www/html/nzta-prototype/frontend/sass/components/grid */
.section--nav > .section__content:after, .col, .subnav--tertiary .subnav__content {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 37.5em) {
    /* line 226, /var/www/html/nzta-prototype/frontend/sass/components/grid */
    .section--nav > .section__content:after, .col, .subnav--tertiary .subnav__content {
        padding-left: 0;
        padding-right: 0;
    }
}

/* line 251, /var/www/html/nzta-prototype/frontend/sass/mixins */
hr {
    margin-bottom: 2px;
    margin-top: 2px;
    /* fallback  times by 6 */
}

.black-line {
    background-color: #808080 !important;
}

textarea:focus, input:focus, select:focus, button:focus {
    outline: 1.5px solid #0084DB;
    border: 2px solid #0084DB;
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 5px;
    outline-offset: 1px;
}

/* For checkbox outline is needed on focus as border doesn't work'*/
input[type="checkbox"]:focus {
    outline: 1.5px solid #0084DB;
    border: 2px solid #0084DB;
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 5px;
    outline-offset: 1px;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

input[type="file"] {
    opacity: 0;
    width: 0;
}

.modal-dialog-spinner {
    display: block;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 20%; /* Location of the box */
    left: 10%;
    top: 0;
    right: 10%;
    width: 80%; /* Full width */
    height: 80%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0); /* Black w/ opacity */
}

.text-wrapper [type=text] {
    float: left;
    width: 70%;
    height: 46px;
}

.text-wrapper button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0; 
    width: 45%;
    height: 46px;
    /* fallback  times by 6 */
}

.field__input + .field__note {
     margin-top: 0; 
}

.field__message {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    color: #236FA6;
}

.information-mark {
    font-family: 'Segoe MDL2 Assets';
    color: #236FA6;
    vertical-align: bottom;
}

[type='text']:disabled {
    -webkit-text-fill-color: #555;
    opacity: 1; /* required on iOS */
}

[type='text-small'] {
    width: 30%;
}

[type='text-small']:disabled {
    -webkit-text-fill-color: #555;
    opacity: 1; /* required on iOS */
}

a:hover {
    text-decoration: underline;
}

.table-outer tr td {
    padding: 5px 5px 1px 5px; 
}

.table-outer tr:not(:last-child) {
    border-bottom: solid 1px #e6e6e6;
}

.table-inner {
    border: none;
    margin: 5px;
}

.table-inner tr {
    border-bottom: none !important;
}

.table-inner tr td {
    padding: 0 5px 5px 0;
}

.table-inner tr td:last-child, .th-align-with-dl {
    width: 30%;
    padding-left: 0;
}

.label-active {
    font-weight: bold;
    color: #323232;
}

.main h1 {
    margin-bottom: 1rem !important;
}

.flex-between-align-start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-right {
    text-align: right;
}