.fit-note-zoom {
    max-width: 100%;
}

#userPhotoID {
    display: none;
}

#imageNameID {
    display: none;
}

#advisor-section {
    margin-top: 30px;
}

#hidden-button {
    display: none;
}

[aria-hidden=true] {
  display: none;
}

.hmrc-timeout-dialog__message[aria-hidden=true] {
  display: block;
}

main[aria-hidden="true"][role="main"]{
  display: block;
}

.text-centre  { text-align: center; }

#session-timeout {
    border-color: #b10e1e;
}

#session-timeout-heading {
    margin-bottom: 0;
}

/* Hide for sighted users but allow a screen reader to access content */
.display-offscreen {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* display a hidden element, on focus via Tabbing */
.display-offscreen:focus{
    position:relative;
    clip:auto;
    width:auto;
    height:auto;
    overflow:auto;
}

.js-show {
    display: block;
}
.js-hide {
    display: none;
}
/* shown with JS, always on for non-JS */
.js-enabled .active {
    font-weight: 700;
}
/*  Originally by @tobiasahlin */
/*  http://tobiasahlin.com/spinkit/ */
.spinner {
    margin: 0 10px 0 0;
    float: left;
    width: 70px;
    text-align: center;
}
.spinner > div {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #0b0c0c;
    border-radius: 100%;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
   }
    40% {
        -webkit-transform: scale(1);
   }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
   }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
   }
}

/*  Originally by @tobiasahlin */
/*  http://tobiasahlin.com/spinkit/ */
.sk-cube-grid {
    margin: 30px auto;
    width: 40px;
    height: 40px;
}
.sk-cube-grid .sk-cube {
    float: left;
    width: 33%;
    height: 33%;
    background-color: #005ea5;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
   }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
   }
}

