/*Override for button with quick tip*/
.btn--plus-note {
    margin-bottom: 0
}

.btn--block--half {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2%;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    width: 40%;
}



/*Override for green button*/
button.btn--green,
button.btn--green[type=submit],
input.btn--green[type=submit],
.email-wrapper input[type=submit] {
    background-color: #3E843E;
    /*green*/
    color: #fff;
    border: #3E843E;
    /*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 #ff5c00;
    border-radius: 5px;
    outline-offset: 1px;
}

/*Override for red button*/
input.btn--red[type=submit],
input.btn--red[type=button] {
    background-color: #c44;
    /* red */
    color: #fff;
    border: #c44;
    /* red */
}

input.btn--red[type=submit]:visited,
input.btn--red[type=button]:visited {
    color: #fff
}

input.btn--red[type=submit]:hover,
input.btn--red[type=button]:hover {
    background-color: #B32B2B;
    /* dark red */
    color: #fff;
}


/*Override for danger button*/
button.btn--danger,
button.btn--danger[type=submit],
input.btn--danger[type=submit] {
    background-color: #c44;
    /* red */
    color: #fff;
    border: #c44;
    /* red */
}

button.btn--danger:hover,
button.btn--danger[type=submit]:hover,
input.btn--danger[type=submit]:hover {
    background-color: #B32B2B;
    /* dark red */
    color: #fff;
}

button.btn--danger:focus,
button.btn--danger[type=submit]:focus,
input.btn--danger[type=submit]:focus {
    outline: 1.5px solid #fff;
    border: 2px solid #ff5c00;
    border-radius: 5px;
    outline-offset: 1px;
}

/* 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;
}

/*.field--datepicker>span>span {
    background-image: url('DatePicker/images/CalendarIconsSmallRed.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: none;
    cursor: pointer; 
    position: absolute; 
    top: 6px; 
    left: 2px;
}*/

/*.field--datepicker>span>input {
    padding-left: 40px;
}*/

/*@media only screen and (max-width: 37.49em) {
    .captcha-wrapper input[type='submit'] {
        height: 60px;
        background: url(../WebCommon/Common/SimpleLetterCaptcha.ashx) no-repeat center center;
    }
}*/

/* 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;
    -ms-box-sizing: border-box;
    -o-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;
    }
}

[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;
    -ms-box-sizing: border-box;
    -o-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;
}




/* ---------------------*/
/* File upload field    */
/* ---------------------*/

.file-upload-button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-image: none !important;
    font-weight: 600;
    line-height: 48px;
    line-height: 3rem;
    white-space: nowrap;
    border: none;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: inherit;
    background-color: #236FA6;
    color: #fff;
    border: #236FA6;
    height: 44px;
    line-height: 16px;
    line-height: 1rem;
    border-top-left-radius: 0px;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 4px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 4px;
    border-bottom-right-radius: 0.25rem;
    width: 30%;
    /*margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;*/
    /*padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;*/
    padding: 4px;
    padding: 0.25rem;
    padding-top: 12px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.file-upload-wrapper [type='text'] {
    float: left;
}

[type='email'] {
    display: block;
}

.file-upload-wrapper [type='text'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.file-upload-button:hover {
    text-decoration: none;
}

.file-upload-button:visited {
    color: #fff;
}

.file-upload-button:hover {
    background: #1a537c;
    color: #fff;
}

.file-upload-button:active {
    color: #fff;
    background: #236FA6;
}

.field--file-upload {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    /* fallback  times by 6 */
}

@media only screen and (max-width: 37.49em) {
    .field--file-upload {
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }
}

.form--has-errors .field--file-upload {
    display: none;
}

.file-upload-wrapper [type='text'],
[type='file'] {
    height: 44px;
    border-top: 4px;
    border-top: 0.25rem;
    border-left: 4px;
    border-left: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 70%;
    border: 1px solid #00456B;
}

/*.file-upload-hide {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 1;
    -moz-opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}*/

/*.cabinet-hide {
    display: block;
    overflow: hidden;
    cursor: pointer;
    pointer-events: none;
}*/

textarea {
    resize: none;
}

.field--file-upload>label>span {
    padding-left: 5px;
}

.file-upload-file {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    font-size: 100px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}

/*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;
    }
}

.section {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
}

@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='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;
}

@media only screen and (min-width: 60em) {
    .layout--two-third {
        padding-left: 20%;
        padding-right: 20%;
    }
}

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;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.simplemodal-wrap {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    overflow: auto;
}

.simplemodal-data {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 45%;    
    z-index: 1;
    overflow: auto;
}

#verifying_blurb {
    display: none;
}

/* 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 {
    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;
    width: 70%;
}

/* 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 */
}

textarea:focus,
input:focus,
select:focus,
button:focus {
    outline: 1.5px solid #fff;
    border: 2px solid #ff5c00;
    border-radius: 5px;
    outline-offset: 1px;
}

.verifying-modal {
    display: none;
}

.error {
    color: #c44;
}

@font-face {
    font-family: "Unisys Logo";
    src: url("https://accessportal.nzta.govt.nz/customb2c/ocean_blue/css/unisys-fonts/U-LOGO.eot");
    src: url("https://accessportal.nzta.govt.nz/customb2c/ocean_blue/css/unisys-fonts/U-LOGO.eot?#iefix") format("embedded-opentype"), url("https://accessportal.nzta.govt.nz/customb2c/ocean_blue/css/unisys-fonts/U-LOGO.woff2") format("woff2"), url("https://accessportal.nzta.govt.nz/customb2c/ocean_blue/css/unisys-fonts/U-LOGO.woff") format("woff"), url("https://accessportal.nzta.govt.nz/customb2c/ocean_blue/css/unisys-fonts/U-LOGO.ttf") format("truetype"), url("https://accessportal.nzta.govt.nz/customb2c/ocean_blue/css/unisys-fonts/U-LOGO.svg#UnisysLogo") format("svg");
}

.text-unisys {
    font-family: "Unisys Logo";
    color: #BA0C2F;
    font-size: 0.8em;
}

textarea:focus,
input:focus,
select:focus,
button:focus {
    outline: 1.5px solid #fff;
    border: 2px solid #ff5c00;
    /* 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 #ff5c00;
    border: 2px solid #ff5c00;
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 5px;
    outline-offset: 1px;
}

input[type="radio"]:focus {
    outline: 1.5px solid #ff5c00;
    border: 2px solid #ff5c00;
    /* ReSharper disable once CssBrowserCompatibility */
    border-radius: 5px;
    outline-offset: 1px;
}

.realme-faceImage-icon-float-left {
    height: 44px;
    line-height: 44px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-repeat: no-repeat;
    float: left !important;
}

.realme-login-link {
    display: block;
}

.realme-login-link:hover {
    cursor: pointer;
    text-decoration: none;
}

#RealMeExchange:hover {
    background: #D64309;
    color: #fff;
}

#RealMeExchange:focus {
    outline: 1.5px solid #fff;
    border: 2px solid #236FA6;
    border-radius: 5px;
    outline-offset: 1px;
}

#RealMeExchange{
    padding-top: 0px;
    height: 44px;
    background-color: #D64309;
    color: #fff;
    border: #D64309;
    border-radius: 5px;
    display: block;
    height: 44px;
    line-height: 44px;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
    margin-bottom: 28px;
}

.unisysLogoText {
    display: inline-block;
    height: 45px; 
    vertical-align: middle; 
    text-align: center; 
    padding-top: 10px;
}

.unisysLogoImage{
  display: inline-block; 
  height: 45px; 
  vertical-align: middle; 
  text-align: center;
}
