
.truncate-text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
    display: block;
    overflow: hidden;
}

.link-back{
    cursor: pointer;
    background-color: transparent;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.link-button {
    background-color: transparent;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    color: #005ea5;
    text-decoration: underline;
    cursor: pointer;
    font-size: 19px;
    padding-left: 0px;
}

.link-button:visited{
    color: #4c2c92;
}

.link-button:active {
    color: #2b8cc4;
}

.link-button:hover {
    color: #2b8cc4;
}

.p0BottomMargin{
    margin-bottom: 0px;
}

.p30BottomMargin{
    margin-bottom: 30px;
}

.topTableBorder{
    border-top: 1px solid;
    border-top-color: #bfc1c3;
}

.bottomTableBorder{
    border-bottom: 0px solid;
}

.multiple-choice input {
    opacity: 0.00001; }

.multiple-choice [type=radio] + label::after {
    opacity: 0.00001; }

.multiple-choice [type=checkbox] + label::after {
    opacity: 0.00001; }

.icon-important {
    background-image: url("../images/icon-important.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-important {
        background-image: url("../images/icon-important-2x.png");
        background-size: 100%; } }

.icon-information {
    background-image: url("../images/icon-information.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-information {
        background-image: url("../images/icon-information-2x.png");
        background-size: 100%; } }

.icon-calendar {
    background-image: url("../images/icon-calendar.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-calendar {
        background-image: url("../images/icon-calendar-2x.png");
        background-size: 100%; } }

#global-header #logo {
    background: url("../images/gov.uk_logotype_crown.png") no-repeat;
    background-size: 36px 32px;
    background-position: 0 0;
    background-image: url("../images/gov.uk_logotype_crown-1x.png");}

.icon-pointer {
    background-image: url("../images/icon-pointer.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-pointer {
        background-image: url("../images/icon-pointer-2x.png");
        background-size: 100%; } }

.icon-pointer-black {
    background-image: url("../images/icon-pointer-black.png"); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-pointer-black {
        background-image: url("../images/icon-pointer-black-2x.png");
        background-size: 100%; } }


.button-start,
.button-get-started {
    background-image: url("../images/icon-pointer.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .button-start,
    .button-get-started {
        background-image: url("../images/icon-pointer-2x.png");
    }
}

/*#footer .footer-meta .copyright a {
    background-image: url("../images/govuk-crest.png");
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #footer .footer-meta .copyright a {
        background-image: url("../images/govuk-crest-2x.png");} }*/
/*

logout. {
    float: right;
    font-family: "nta", Arial, sans-serif;
    font-weight: bold;
    text-transform: none;
    line-height: 1.25;
    color: #0b0c0c;
    background-color: transparent;
    font-size: 16px;
    padding: 2% 0px;
}
*/

.incomeLabel{
    margin-top: 30px;
    float: left;
}
.countryLabel{
    margin-top: 24px;
    float: left;
}

.currencyLabel{
    margin-top: 24px;
    float: left;
}

.incomeWhole{
    margin-top: 24px;
    margin-left: 10px;
    text-align: right;
}

.incomeFractions{
    width: 10%;
    min-width: 10%;
    text-align: right;
    margin-top: 24px;
}

.incomeSeparator{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

.pdf-form{
    display: inline-block;
}

.pdf-form-label{
    display: inline-block;
    margin-left: 10px;
    position: absolute;
}

@media (max-width:641px) {
    #update-email.error {
        margin-bottom: 35px;
    }
}@media (max-width:641px) {
    #confirm-email.error {
        margin-bottom: 55px;
    }
}@media (max-width:641px) {
    #error-div.error {
        margin-bottom: 25px;
    }
}@media (max-width:641px) {
    .update-email-error {
        border-left: 0;
        padding-left: inherit;
        border-left: 4px solid #b10e1e;
        padding-left: 10px;
        color: #b10e1e;
        font-weight: 700;
    }
}
@media (max-width:641px) {
    #changeOfEmail, #changeOfMobileNumber, #changeOfHomeNumber, #changeOfContactAddress {
        width: 40%}
}@media (max-width:641px) {
    #email, #mobileTelephone, #homeTelephone, #contactAddress {
        word-wrap: break-word;
        width: 80%}
}@media (max-width:641px) {
    #emailUpdated, #mobilePhoneUpdated, #homePhoneUpdated, #addressUpdated {
        width: 50%}
}@media (max-width:641px) {
    #changeEmailTab, #changeMobileNumberTab, #changeHomeNumberTab, #changeContactAddressTab, #changeNinoNumberTab {
        width: 25%}
}@media (max-width:641px) {
    #postcode.form-group {
        width: 30%}
}@media (min-width:641px) {
    #postcode.form-group {
        width: 25%}
}@media (max-width:641px) {
    .error-message {
        width: 90%}
}@media (max-width:641px) {
    #evidence-upload-table {
        table-layout: fixed;
        width: 350px;
    }
}@media (max-width:641px) {
    #addAnotherButton {
        width: 95%}
}@media (max-width:641px) {
    table .error, .table .error {
        border-left: 0;
        padding-left: inherit;
        border-left: 4px solid #b10e1e;
        padding-left: 10px;
    }
}

@media (max-width:640px) {
    table th, table td {
        font-size: 14px;
        line-height: 1.14286;
    }
}

.finance th {
    line-height: 1.25em;
    text-align: left;
    color: #fff;
    font-weight: 400;
    background-color: #0a3641;
}

.finance td, .finance th {
    padding: .6em .5em;
    border: solid 2px #fff;
}

.finance th {
    vertical-align: top;
}

.finance td {
    background: #e1e8e8;
}
[rel=external]{
    padding-right:2rem;
    margin-right:.25rem
}
[rel=external],[rel=external]:hover{
    background:url(../images/icons/icon-external-1513fea581635427d685050e4292ca9d.svg) no-repeat 100% 30%;
}
[rel=external]:focus{
    background:#ffbf47 url(../images/icons/icon-external-1513fea581635427d685050e4292ca9d.svg) no-repeat 100% 30%
}

@media (max-width: 802px)  {
    .language-toggle-link {
        margin-left: 0;
    }
}

@media (min-width: 802px) {
    .language-toggle-link {
        display: inline;
    }
 }
/*

a#logoutLink{
    color: #0b0c0c;
}
a#logoutLink:hover {
    text-decoration: underline; }
*/

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.error-summary-list a:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    -webkit-box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    text-decoration: none;
}
/*.govuk-input:focus { outline: 3px solid #ffbf47; outline-offset: 0; box-shadow: 0 0 0 4px #0b0c0c; }*/


#languageToggleLink {
    float: right;
}

.heading-xxl {
    font-size: 48px;
    margin-bottom: 50px;
}

.word-break {
    word-break: break-all;
}

.main-top {
    margin-top: 40px;
}
/*
.govuk-heading-xl {
    font-size: 48px !important;
}
*/

/*.error-summary-list a:focus {
    outline: 3px solid transparent;
    color: #0b0c0c;
    background-color: #fd0;
    -webkit-box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;
    text-decoration: none;
}*/

/* The Modal (background) */
.modal {
    font-size: 19px;
    line-height: 1.31579;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 10% from the top and centered */
    padding: 40px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

.warning-text {
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 40.0625em) {
    .warning-text {
        font-weight: bold;
        font-size: 19px;
    }
}

/** Sign out ***/
.govuk-header__link-signout {
    text-decoration: underline;
    //*position: relative;*/
    /*top: -7px;*/
}
.govuk-header__signout {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 0;
}

/************************* Header *****************************/

.govuk-header__logo a:focus {
    background-color: #ffdd00 !important;              /* GOV.UK yellow */
    box-shadow: 0 -2px #ffdd00, 0 4px #0b0c0c !important; /* black underline */
    color: #0b0c0c !important;                         /* black logo on focus */
    outline: none !important;
}

.ors-govuk-service-navigation {
    border: none;
    margin-left: auto;
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 19px;
    line-height: 25px;

}
.ors-govuk-service-navigation a {
    font-size: inherit;
}

.govuk-service-navigation__list li + li::before{
    content: "|";
    margin: 0 0.5rem;
}

.govuk-service-navigation__service-name,
.govuk-service-navigation__service-name a,
.govuk-service-navigation__service-name span{
    line-height: 1.25 !important;
    font-weight: 700 !important;
    font-size: 19px !important;
}

.ors-govuk-service-navigation__list {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap !important;
    font-size: 1rem;
}

.govuk-service-navigation__list li:first-child {
    text-align: right;
    margin-right: 0.5rem;
}

.non-clickable {
    color:#000000 !important;
    cursor: default;
    text-decoration: none;
    background: transparent !important;
}

@font-face{font-family:"GDS Transport";font-style:normal;font-weight:400;src:url(../fonts/light-94a07e06a1-v2.woff2) format("woff2"),url(../fonts/light-f591b13f7d-v2.woff) format("woff");font-display:fallback}
@font-face{font-family:"GDS Transport";font-style:normal;font-weight:700;src:url(../fonts/bold-b542beb274-v2.woff2) format("woff2"),url(../fonts/bold-affa96571d-v2.woff) format("woff");font-display:fallback}

body .govuk-footer__copyright-logo::before {
    background-image:url(../images/govuk-crest.svg) !important;
    -webkit-mask-image:url(../images/govuk-crest.svg) !important;
    mask-image:url(../images/govuk-crest.svg) !important;
}

.govuk-footer,
.govuk-footer__meta-custom ,
.govuk-footer__licence-description,
.govuk-footer__inline-list-item{
    font-size: 16px !important;
    line-height: 1.25 !important;
}
.govuk-cookie-banner, .govuk-footer  {
    background-color: #f4f8fb;
}
.govuk-footer {
    border-top: 10px solid #1d70b8;
}
.footer_logo{
    background-image: url(../images/govuk-crest.svg) !important;
    display: inline-block;
    min-width: unset;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 125px 102px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    max-width: 100%;
}

.govuk-radios__label{
    font-size: 19px !important;
    line-height: 1.31579;
}
@media(max-width: 40.0525em) {
.govuk-radios__label{
    font-size: 16px !important;
}
}

button.govuk-back-link {
    background: none !important;
    border: none !important;
    cursor: pointer;
}
button.govuk-back-link:hover {
    color: #0b0c0c !important;
}
button.govuk-back-link:focus {
    outline: 3px solid #fd0 !important;
    background-color: #fd0 !important;
    text-decoration: none !important;
    color: #0b0c0c !important;
}

#main-content:focus{
    outline: none;
}