﻿/*----------------------------------------------*/


.header_title {
    margin-left: 30px;
    margin-top: 30px;
}

.header_sub {
    margin-left: 30px;
    margin-top: 0px;
}

.header_logo {
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}

/*----------------------------------------------*/


div.header_main, .header_page, .header_pageER {
    display: flex;
}

.header_main, .header_page, .header_pageER {
    flex-direction: column;
    flex-wrap: wrap;
    height: 400px;
    width: 100%;
}

div.header_main, .header_page, .header_pageER {
    flex: 1;
    width: 100%;
}

[logo_part] {
    flex: 0 0 70%;
}

[text_part] {
    flex: 0 0 100%;
    width: 70%;
}

[empty_part] {
    background-color: #f9fcff;
}
/*----------------------------------------------*/


.aldIllustration {
    border-radius: 10px;
    height: 180px;
    width: 180px;
}

.aldIllustration, .illustration {
    border: solid 2px rgb(204, 224, 248);
    background-color: white;
}

.answers {
    background-color: #f6f8fb;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    border-radius: 1em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.answersInside {
    background-color: #f6f8fb;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top: solid 2px #ffffff;
    border-top-left-radius: 0em;
    border-top-right-radius: 0em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

a {
    color: #444;
    text-decoration: none;
}

    a:visited {
        filter: brightness(.8) grayscale(19) opacity(.7);
        moz-filter: blur(5px);
        webkit-filter: brightness(.8) grayscale(19);
    }


body {
    overflow-x: hidden;
    background-color: #f9fcff;
    font-family: Arial, Sans-Serif;
}

.buttonPosition {
    text-align: right;
}

.backHome {
    color: transparent;
}

.bgillus {
    bottom: 0;
    left: -66px;
}

.blueMode {
    background-color: #171d1f;
    color: red;
}

.boxContainer {
    background-color: #e7f2ff;
    border: solid 1px #112f51;
    border-radius: 0.5em;
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
    padding-left: 4px;
    
    
}

.scrollInside{
    height: 80vh;
    overflow-y: auto;
}

    .boxContainer .smileInput {
        margin: 5px 0 0 12px;
    }

.c {
    align-items: center;
}

.card-header {
    background-color: rgba(178, 201, 250, 0.50);
}

.circle {
    background-color: #ff6d00;
    border: solid 1px red;
    border-radius: 50%;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.circleHighlight {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    webkit-transition: all 100ms ease-in;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 10px;
}


    .circleHighlight:hover {
        background-color: #fad876;
    }

.confirmationImg {
    width: 200px;
    height: 200px;
}

.confirmationError {
    padding: 0 0 0 0;
}

.confirmationMb {
    margin-bottom: 8%;
    
}

.confirmationMt {
    margin-top: 8%;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #112F51;
}

.confirmationInfo, a {
    margin-top: 4%;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #112F51;
}

    .confirmationMt span, .confirmationInfo span {
        border-bottom: dotted 2px #112F51;
        text-decoration: none;
        color: #112F51;
    }

    .confirmationBox {
        background-color: #f9fcff;
        border-radius: 10px;
        padding: 50px 0 50px 0;
        margin-top: 0px;
        width: 60%;
        margin-left: 20%;
    }



.contain {
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.collapseBox {
    background-color: #e7f2ff;
    border: solid 1px #f6f8fb;
    border-radius: 0.5em;
}

.credits {
    color: #fff;
    font-size: 10px;
}

.custom-checkbox .custom-control-input:after ~ .custom-control-label::before {
    background-color: #76a1fa;
    border-color: #b2c9fa;
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: 0.25rem;
    width: 1rem;
}

.custom-control {
    padding-left: 0px;
}

.custom-control-input {
    opacity: 0;
    position: absolute;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #76a1fa;
        border-color: #b2c9fa;
        color: #fff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem #b2c9fa;
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #76a1fa;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        background-color: #b2c9fa;
        border-color: #b2c9fa;
        color: #fff;
    }

.custom-control-label::after {
    top: 1px;
}

.custom-control-label::before {
    bottom: 40px;
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: 0.25rem;
    width: 1rem;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background: #ghh647 linear-gradient(180deg, mix(#112f51, #ghh647, 15%), $color) repeat-x;
}

.custom-radio .custom-control-label::before {
    border-radius: 10px;
}

.custom-select:focus {
    border-color: #76a1fa;
    box-shadow: 0 0 0 0.2rem #b2c9fa;
    outline: 0;
}

.custom-switch.custom-switch-xl {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

    .custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
        transform: translateX(1.5rem);
    }

    .custom-switch.custom-switch-xl .custom-control-label {
        padding-left: 2rem;
        padding-top: 0.5rem;
    }

        .custom-switch.custom-switch-xl .custom-control-label::after {
            background-color: #b2c9fa;
            border: solid 1px #e7f2ff;
            border-radius: 2rem;
            height: calc(2rem - 4px);
            width: calc(2rem - 4px);
        }

        .custom-switch.custom-switch-xl .custom-control-label::before {
            border: none;
            border-radius: 1rem;
            height: 1rem;
            top: 0.7rem;
            width: 3.5rem;
        }

.dots {
    display: block;
}

.dotsHead {
    float: left;
    list-style-type: none;
    margin-left: 50px;
    margin-top: 60px;
    position: absolute;
    z-index: -1;
}

.easyReadimg {
    height: 280px;
    width: 280px;
}

.easyReadDate {
    padding-left: 10px;
    height: 80px;
}

.easyReadMainComment {
    height: 210px;
}

.easyReadCol {
    margin-top: 30px;
}

.easyReadLabel {
    padding-left: 10px;
}

.easyReadInput {
    height: 80px;
    padding-left: 10px;   
}

.email {
    border-radius: 1em;
}

.emoji {
    height: 100px;
    width: 100px;
}



    .emoji input:checked {
        height: 100px;
        width: 100px;
    }

.emojiLabel {
    margin-left: 0px;
}

.fold {
    background: linear-gradient(to bottom, rgb(231,242,255), #fff );
    background: -webkit-linear-gradient(to bottom, rgb(231,242,255), #fff );
}

.fold0 {
    background-color: #fff;
}

.fold1 {
    background: rgb(231,242,255);
}

.fold2 {
    background: #fff;
}

.fold3 {
    background: #d3efff;
}

.fold4 {
    background-color: #E9ECF1;
}

.form-control {
    border: 1px solid #ced4da;
}

    .form-control:focus {
        background-color: #fff;
        border-color: #76a1fa;
        box-shadow: 0 0 0 0.2rem #b2c9fa;
        color: #495057;
        outline: 0;
    }

.form-controlER:focus {
    background-color: #fff;
    border: 6px solid #fad876;
    border-color: #fad876;
    box-shadow: 0 0 0 0.2rem rgba(246, 248, 251, 0.11);
    color: #495057;
    outline: 0;
}

.form-check-input:checked {
    background-color: #76a1fa;
    border-color: #76a1fa;
}


.form-check-input {
    background-color: #ffffff;
    border: 1px solid #00ffa9;
}


.grayscale {
    filter: gray;
    filter: grayscale(100%);
    moz-filter: grayscale(100%);
    webkit-filter: grayscale(100%);
}

.greyBox {
    background-color: #f6f8fb;
    border: solid 1px #f6f8fb;
    border-radius: 0.5em;
    box-shadow: rgb(0 0 0 / 6%) 0px 2px 4px 0px inset;
    padding-left: 10px;
    padding-right: 10px;
}

.highlight {
    background-color: rgba(178, 201, 250, 0.50);
}

.illustration {
    border-radius: 10px;
    width: 230px;
    height: 212px;
}


.inputBox {
    background-color: #fff;
    border: solid 1px #ddebfc;
    border-radius: 0.5em;
    padding: 20px;
    /*box-shadow: #ddebfc 0px 2px 4px 0px inset;*/
}



.inputstyle {
    background-color: #fff;
    border-color: #ddebfc;
    border-radius: 0.5em;
    height: 50px;
    /* box-shadow: #ddebfc 0px 2px 4px 0px inset;*/
}

.inputstyleALD {
    padding-left: 10px;
}

.inputstyleER {
    background-color: #fff;
    border: solid 3px #112f51;
    border-radius: 0.5em;
}

.internetExplorer {
    visibility: visible;
}

.invert {
    filter: invert(1);
    moz-filter: invert(100%);
    webkit-filter: invert(100%);
}

input[type="radio"] {
    webkit-appearance: none;
    background-color: #e7f2ff;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
}

    input[type="radio"] .label {
        background-color: #e7f2ff;
        border-radius: 50%;
        padding: 10px;
    }

    input[type="radio"]:checked + .label {
        background-color: #112f51;
        border-radius: 50%;
        padding: 10px;
    }

    input[type="radio"]:checked + .squareHighlight {
        background-color: #112f51;
        border-radius: 5%;
        color: #e7f2ff;
    }

img {
    pointer-events: none;
}



.largeButton {
    background-color: #ffffff;
    border-radius: 1em;
    box-shadow: #bdcdef 0px 2px 8px 0px;
    padding-bottom: 0.5rem;
    width: 14rem;
    margin: 0.5rem;
}

    .largeButton:hover {
        background-color: rgb(231,242,255);
        color: #e7f2ff;
        display: block;
        text-decoration: none;
    }

.largeButtonIcon {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.rem5 {
    margin-left: 5rem;
}

.rem48 {
    margin-left: 4.8rem
}

.rem45 {
    margin-left: 4.5rem;
}

.largeButtonSmall {
    background-color: #ffffff;
    border-radius: 1em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-bottom: 2rem;
}

    .largeButtonSmall:hover {
        background: rgb(231,242,255);
        color: #e7f2ff;
        text-decoration: none;
    }

.lb:hover {
    text-decoration: none;
}

.line {
    background-image: linear-gradient(#b2c9fa 100%, #d3efff);
    background-position: 0 88%;
    background-repeat: no-repeat;
    background-size: 100% 0.5em;
}

.line1 {
    background-image: linear-gradient(#ffffff 100%, #ffffff);
    background-position: 0 88%;
    background-repeat: no-repeat;
    background-size: 100% 0.5em;
}

.linefull {
    background-image: linear-gradient( #b2c9fa 100%, #d3efff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
}

.logo {
    aspect-ratio: attr(width) / attr(height);
    width: 223px;
    height: 79px;
   
}

label {
    display: inline;
    margin-bottom: 30px;
}

    label svg [data-tool-tip]::after {
        background-color: #b2c9fa;
        border-radius: 5px;
        color: #112f51;
        content: attr(data-tool-tip);
        cursor: pointer;
        display: block;
        font-size: .8em;
        left: 0;
        padding: 1em;
        position: absolute;
        transform: scale(0);
        transition: transform ease-out 150ms, bottom ease-out 150ms;
        white-space: pre-wrap;
    }

    label svg [data-tool-tip]:hover::after svg {
        position: relative;
        transform: scale(1);
    }

.margin {
    padding-bottom: 200px;
}

.maincomments{
    height: 100px;
}

.mainHeading {
    padding: 10px 10px 0 10px;
    
}

.mainmenulayout {
    max-width: 1280px; /* 752px - for 3 992px - 4 1240px - for 5 */
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 50px;
}

.message1 {
    float: left;
    width: 100%;
}

.message2 {
    float: right;
}

.navbar-light .navbar-nav .nav-link {
    color: #112f51;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 400;
}

.navbar-light .navbar-toggler {
    background-color: rgb(231,242,255);
    border: solid 3px rgb(231,242,255);
    border-color: none;
    border-radius: 1em;
    color: #000000;
    font-size: 18px;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    border-radius: 1em;
}

.nav-link.show {
    border-radius: 1em;
    color: #4dd0e1;
    color: #d3efff;
    cursor: default;
    pointer-events: visible;
}

p {
    margin-bottom: .3em;
}

.padding1 {
    padding-bottom: 50px;
}

.padding2 {
    padding-bottom: 120px;
}

.padding3 {
    padding-bottom: 20px;
}


.pageAlignment {
    margin-left: 200px;
}

.password {
    border-radius: 1em;
}

.postcodeButton {
    background-color: #112f51;
    border-color: #112f51;
    border-radius: 1em;
}

    .postcodeButton:focus {
        background-color: #112f51;
        border-radius: 1em;
    }

    .postcodeButton:hover {
        border-radius: 1em;
    }

.postcodeER {
    height: 80px;
    max-width: 60%;
    padding-left: 10px;
}

.postcodeInput {
    background-color: #f6f8fb;
    border-color: transparent;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.redRequired {
    color: #a50000;
    font-family: 'Frutiger W01';
    font-size: 16px;
    font-weight: 700;
}

.redRequiredER {
    color: #a50000;
    font-family: 'Frutiger W01';
    font-size: 24px;
    font-weight: 700;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.searchButton {
    background-color: #112f51;
    border-color: #112f51;
    border-radius: 1em;
}

    .searchButton:focus {
        background-color: #112f51;
        border-radius: 1em;
    }

    .searchButton:hover {
        border-radius: 1em;
    }

.searchInput {
    border-color: #b2c9fa;
    border-radius: 1em;
}

.sepia {
    filter: brightness(0.8);
    filter: contrast(1.2);
    filter: saturate(0);
    filter: saturate(1.9);
    filter: sepia(1);
    moz-filter: sepia(100%);
    webkit-filter: sepia(100%);
}


.signin {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 1em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.signinPadding {
    padding-bottom: 18em;
    padding-top: 10em;
}

.signup {
    background-color: #ffffff;
    border-radius: 1em;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.siteLink {
    color: #76a1fa;
    text-decoration: underline;
}

.size {
    fill: #000000;
    height: 40px;
    width: 40px;
}

.squareHighlight {
    background-color: white;
    border: 3px solid #E7F2FF;
    border-radius: 10px;
    color: #121212;
    display: inline-block;
    padding-top: 20px;
    transition: 0.5s;
    width: 320px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .squareHighlight:hover {
        background-color: #fad876;
    }

    .squareHighlight > span {
        left: 50%;
        top: 80%;
        transform: translate(-50%,80%);
    }


custom-select {
    font-family: 'Roboto';
}

option {
    font-family: 'Roboto';            
}

span.cc {
    color: #6d84b4;
}



.thanksMargin {
    margin-bottom: 10px;
}

.tick-collapse {
    color: green;
    font-size: 30px;
    font-weight: bolder;
}

.tryout label {
    moz-appearance: none;
    webkit-appearance: none;
}

::-moz-selection {
    background: #b2c9fa;
    color: #000000;
    font-weight: bold;
}

::selection {
    background: #fff2a8;
    color: #000000;
    font-weight: bold;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: translateY(0) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: translateY(-120vh) rotate(720deg);
    }

    50% {
        opacity: 1;
        transform: translateY(-60vh) rotate(360deg);
    }
}

@keyframes moveit {
    from {
        left: 0;
    }

    to {
        left: 80%;
    }
}

@-webkit-keyframes moveit {
    from {
        left: 0;
    }

    to {
        left: 80%;
    }
}




ul {
    margin: 0;
}

    ul.dashed {
        color: red;
        list-style-type: square;
    }

        ul.dashed > li {
            font-size: 30px;
            text-indent: -5px;
        }

            ul.dashed > li:before {
                content: "-";
                text-indent: -5px;
            }



.labeldimension{
   
}

.emoji3 {
    width: 100px;
    height: 100px;
    background: url(../../images/easyRead/emoji3/x-ray.png);
    background-size: 100px 100px;
}
