:root { --main-font-size: 22px; --main-line-height: 20px; }
@font-face {
    font-family: "Arial Rounded MT Bold";
    src: url("/css/armt/armt.eot");
    src: url("/css/armt/armt.eot?#iefix")format("embedded-opentype"), url("/css/armt/armt.woff")format("woff"), url("/css/armt/armt.woff2")format("woff2"), url("/css/armt/armt.ttf")format("truetype"), url("/css/armt/armt.svg#Arial Rounded MT Bold")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.faded{
    opacity: 0.75;
    color: rgba(0,0,0,0.75);
}
@media only screen and (max-width: 600px) {
     body {
        background-color: #568ea3;       
    }
    img.phonesurround{
        display: none;
        visibility: hidden;
    }
    div.phonesurroundphone,
    div.phonesurroundphone > div.frame {
        width: 100%;
        height: 100%;
        scrollbar-width: none;
    }
    div.header > div.content > div.topbar > div:nth-child(2) {
        width: calc(100% / 2);
    }
}
@media only screen and (min-width: 601px) {    
    body {
        background-color: #ffffff;        
    }
    img.phonesurround {
        position: absolute;
        left: calc(50% - 196px);
        width: 450px;
        z-index: 1;
    }

    div.header > div.content > div.topbar > div:nth-child(2) {
        width: 170px;
    }

    div.phonesurroundphone {
        position: absolute;
        left: calc(50% - 170px);
        top: 62px;
        width: 338px;
        height: 647px;
        z-index: 1;
        background-color: #2f4858;
        overflow: hidden;        
    }
    body.high div.phonesurroundphone {
        background-color: #000000;        
    }

    div.phonesurroundphone > div.frame {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        border: 0px;
        padding: 0px;
        margin: 0px;
        z-index: 10;
        overflow: hidden;
        bottom: 0px;
        right: 0px;
        overflow-y: scroll;
        scrollbar-width: none;
    }
        div.phonesurroundphone > div.frame > div.header{
          width: 100%;
          position: absolute;
        }
            div.phonesurroundphone > div.frame > div.body {
                width: 100%;
            padding-bottom: 20px;
            }
}

*{
    margin: 0px;
    padding: 0px;
}
/*::-webkit-scrollbar {
    display: none;
}*/
html, body{
    height: 100%;
}
html[dir="rtl"] > body div.body > div.content div.notices > div.stayput{
    right: 8px;
    left: auto;
}

body {
    width: 100%;
    max-width: 600px;
    font-family: Arial, Verdana, 'Century Gothic', 'Trebuchet MS', Calibri;
    font-size: var(--main-font-size);
    line-height: var(--main-line-height);
}
div.body > div.content > div > div.notices[data-control="8"] {
    font-family: "Arial Rounded MT Bold";
}
div.header {
    position: fixed;
    top: 0px;
    width: 100vw;
    max-width: 600px;
    background-color: #568ea3;
    background: linear-gradient(0deg, rgba(86,142,163,0) 0px, rgba(86,142,163,0) 20px, rgba(86,142,163,1) 20px, rgba(0,142,163,1) 120px);
    z-index: 5;
    height: 120px;
}
.strike{
    text-decoration: line-through;
}

input[type="submit"] {
    color: #000000;
    font-weight: normal;
}
body.high div.header {
    background-color: #000000;
    background: linear-gradient(0deg, rgba(255,255,255,0) 0px, rgba(255,255,255,0) 20px, rgba(0,0,0,1) 20px, rgba(0,0,0,1) 120px);
}
div.header > div.content {
    position: relative;
    width: calc(100% - 46px);
    background-color: #f7f4ea;
    border-radius: 7px;
    z-index: 5;
    padding: 15px 15px 10px 15px;
    margin: 8px;
}
body.high div.header > div.content {
    background-color: #ffffff;
    border: 1px solid #cccc;
    
}
    div.header div.content > div.topbar {
        display: flex;
        height: 58px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        direction: ltr;
    }
    div.header > div.content > div.topbar > div:nth-child(2) {
        margin: auto auto;
        text-align: center;
        cursor: pointer;
    }
        div.header > div.content > div.topbar > div:nth-child(2) > img,
        div.header > div.content > div.topbar > div:nth-child(2) > div > img {
            width: 100%;
            max-height: 55px;
        }
            div.header > div.content > div.topbar > div:first-child,
            div.header > div.content > div.topbar > div:last-child {
                background-color: #dedcd3;
                width: 42px;
                height: 42px;
                cursor: pointer;
                box-shadow: 5px 5px 6px #aaaaaa;
                display: flex;
                border-radius: 7px;
                padding: 5px;
                align-items: center;
                justify-content: center;
                border: none;
            }
body.high div.header > div.content > div.topbar > div:first-child,
body.high div.header > div.content > div.topbar > div:last-child {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
div.header > div.content > div.topbar > div:first-child > img, div.header > div.content > div.topbar > div:last-child > img {
                    width: 32px;
                }
        div.header > div.content > div.topbar > div.off > img {
            opacity: 0.1;
        }   
    div .header > div.menu {
        position: absolute;
        display: none;
        visibility: hidden;
        top: 80px;
        right: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        z-index: 15;
        background-color: #f7f4ea;
        width: 50px;
        cursor: pointer;
        box-shadow: 5px 5px 6px #aaaaaa;
        border-radius: 7px;
        padding: 3px 5px 3px 5px;
        align-items: center;
        justify-content: center;
        border: none;
    }
body.high div.header > div.menu {
    background-color: #ffffff;    
    border: 1px solid #cccccc;
}
    div.header:has(div.content > div.topbar > div:last-child[data-open="true"]) > div.menu {
        display: flex;
        visibility: visible;
    }
        div.header > div.menu > div {
            background-color: #dedcd3;
            width: 42px;
            height: 42px;
            cursor: pointer;
            box-shadow: 5px 5px 6px #aaaaaa;
            display: flex;
            border-radius: 7px;
            padding: 5px;
            align-items: center;
            justify-content: center;
            border: none;
            margin-top: 2px;
            margin-bottom: 2px;
        }
body.high div.header > div.menu > div {
    background-color: #ffffff;    
    border: 1px solid #cccccc;
}
        div.header > div.menu > div > img {
            width: 32px;
        }
        div.header > div.scrollhide {
        position: absolute;
        top: 100px;
        left: 8px;
        width: calc(100% - 16px);
        height: 20px;
        
        z-index: 6;
    }
        div.header > div.scrollhide > div.top {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            background-color: #568ea3;
            height: 5px;
        }
            body.high div.header > div.scrollhide > div.top {
                background-color: #000000;
               
            }
        div.header > div.scrollhide > div.bottom {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            background: linear-gradient(0deg, rgba(247,244,234,0) 0px, rgba(247,244,234,1) 15px, rgba(247,244,234,1) 20px);
            border-radius: 7px;
            height: 20px;
        }

body.high div.header > div.scrollhide > div.bottom {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 15px, rgba(0,0,0,1) 20px);
}

div.body {
    position: relative;
    display: inline-block;
    width: 100vw;
    max-width: 600px;
    z-index: 1;
    padding-top: 95px;
    min-height: calc(100% - 114px);
    background-color: #568ea3;
}
body.high div.body {
    background-color: #000000;   
}
div.body > div.content {
    position: relative;
    margin: 8px;
    min-width: calc(100% - 16px);
    min-height: 100%;
    background-color: #f7f4ea;
    border-radius: 7px;
}
h1 {
    font-family: Arial, Verdana, 'Century Gothic', 'Trebuchet MS', Calibri;
    font-size: var(--main-font-size);
    font-weight: normal;
}
body.high div.body > div.content {
    background-color: #ffffff;   
}

        div.body > div.content > div.title {
            width: calc(100% - 40px);
            text-align: center;
            min-height: 50px;
            line-height: calc(var(--main-line-height) + 10px);
            padding: 20px 20px 10px 20px;
            word-break: break-word;
        }
        div.body > div.content > div.options {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
            row-gap: 30px;
        }
            div.body > div.content > div.options > div,
            div.body > div.content > div.options > a {
                display: flex;
                width: 40%;
                height: 40%;
                aspect-ratio: 1/1;
                border-radius: 10px;
                padding: 5px;
                margin: auto;
                align-items: center;
                justify-content: center;
                font-size: calc(var(--main-font-size) - 4px);
                line-height: calc(var(--main-line-height) + 5px);
                box-shadow: 5px 5px 6px #aaaaaa;
                cursor: pointer;
                text-decoration: none;
                color: #000000;
            }
            div.body > div.content > div.options > div.small {
                font-size: calc(22px);
                line-height: 20px;
                
            }
body.exlarge div.body > div.content > div.options > div,
body.exlarge div.body > div.content > div.options > a {
    width: 90%;
    aspect-ratio: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
            div.body > div.content > div.options > div.large {
                font-size: calc(26px);
                line-height: 24px;
            }
div.body > div.content > div.options > div.exlarge {
    font-size: calc(40px);
    line-height: 38px;
    width: 90%;
    aspect-ratio: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.body > div.content > div.options > div:hover,
div.body > div.content > div.options > div:active,
div.body > div.content > div.options > a:hover,
div.body > div.content > div.options > a:active {
    box-shadow: 2px 2px 3px #aaaaaa;
}
div.body > div.content > div.options > div > div,
div.body > div.content > div.options > a > div {
    text-align: center;
}
                div.body > div.content > div.options > a > .back {
                    color: #000000;
                }
div.body > div.content > div.options > div:nth-child(6n+1),
div.body > div.content > div.options > a:nth-child(6n+1) {
    background-color: #dedcd3;
}
div.body > div.content > div.options > div:nth-child(6n+2),
div.body > div.content > div.options > a:nth-child(6n+2) {
    background-color: #ccdde3;
}
div.body > div.content > div.options > div:nth-child(6n+3),
div.body > div.content > div.options > a:nth-child(6n+3) {
    background-color: #ebf0f3;
}
div.body > div.content > div.options > div:nth-child(6n+4),
div.body > div.content > div.options > a:nth-child(6n+4) {
    background-color: #ffffff;
}
div.body > div.content > div.options > div:nth-child(6n+5),
div.body > div.content > div.options > a:nth-child(6n+5) {
    background-color: #c6c3bb;
}
div.body > div.content > div.options > div:nth-child(6n+6),
div.body > div.content > div.options > a:nth-child(6n+6) {
    background-color: #CFCFBD;
}
body.high div.body > div.content > div.options > div,
body.high div.body > div.content > div.options > a {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
div.footer {
    width: 100%;
    font-size: calc(var(--main-font-size) - 10px);
    text-align: center;
    background-color: #568ea3;
}
body.high div.footer {
    color: #ffffff;
    background-color: #000000;
}
body.high div.footer a {
    color: #ffffff;
  
}
.hidden {
    display: none;
    visibility: hidden;
}
img.icon{
    width: 40px;
    max-height: 40px;
    padding-right: 10px;
}
div.body > div.content {
    line-height: calc(var(--main-line-height) + 5px);
}
    div.body > div.content div.textblock {
        padding: 10px;
        box-sizing: border-box;
        font-size: calc(var(--main-font-size) - 6px);
        line-height: calc(var(--main-line-height) + 2px);
    }

    div.body > div.content > div > div.Documents,
    div.body > div.content > div.Documents {
        padding: 10px;
        font-size: calc(var(--main-font-size) - 4px);
        cursor: pointer;
    }
        div.body > div.content > div > div.Documents > div > div,
        div.body > div.content > div.Documents > div > div {
            line-height: calc(var(--main-line-height) + 6px);
            padding-bottom: 20px;
            vertical-align: top;
            word-break: break-word;
            margin-left: 42px;
        }
html[dir='rtl'] div.body > div.content > div > div.Documents > div > div {
    margin-right: 42px;
    margin-left: 0px;
}
html[dir='rtl'] div.body > div.content > div > div.Documents > div > img {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}
div.body > div.content > div > div.Documents > div > img {
    width: 32px;
    height: 32px;
    position: relative;
    top: -2px;
    float: left;
}
div.body > div.content > div.Documents > div > img {
    width: 32px;
    height: 32px;
    position: relative;
    top: -2px;
    float: left;
}
    div .body > div.content div.textblocks, div.body > div.content div.centralcontacts {
        padding: 10px;
        box-sizing: border-box;
        font-size: calc(var(--main-font-size) - 6px);
        line-height: calc(var(--main-line-height) + 2px);
    }
        div.body > div.content div.textblocks p.subtitle,
        div.body > div.content div.textblocks div.subtitle {
            margin-top: 25px;
        }
        div.body > div.content div.textblocks p:first-child,
        div.body > div.content div.textblocks div:first-child {
            margin-top: 0px;
        }
        div.body > div.content div.textblocks p.subtitle,
        div.body > div.content div.textblocks div.subtitle {
            font-weight: bold;
            margin-bottom: 5px;
        }
        div.body > div.content div.textblocks p.email,
        div.body > div.content div.textblocks p.telephone,
        div.body > div.content div.textblocks p.website {
            margin-bottom: 5px;
            overflow-wrap: break-word;
            word-wrap: break-word;
            text-decoration: none;
        }
        div.body > div.content div.textblocks p.email a,
        div.body > div.content div.textblocks p.telephone a,
        div.body > div.content div.textblocks p.website a{
             text-decoration: none;
             color: #000000;
        }
            div.body > div.content div.textblocks p.email > img,
            div.body > div.content div.textblocks p.telephone > img,
            div.body > div.content div.textblocks p.website > img {
                position: relative;
                top: 4px;
                width: 20px;
                max-height: 19px;
                margin-right: 10px;                
            }
        
        div.body > div.content div.centralcontacts > div{
            padding-bottom: 10px;
        }
            body.large div.body > div.content div.centralcontacts > div > img {
                top: 1px;
            }
            body.large div.body > div.content div.centralcontacts > div.email > img {
                top: 2px;
            }
html[dir=rtl] div.body > div.content div.centralcontacts > div > img {
    margin-right: 0px;
    margin-left: 10px;
}
div.body > div.content div.centralcontacts > div > img {
    position: relative;
    width: 23px;
    max-height: 23px;
    margin-right: 10px;
    vertical-align: top;
    top: -1px;
}
html[dir=rtl] div.body > div.content div.centralcontacts > div.address > img{
    float: right;
}
div.body > div.content div.centralcontacts > div.address > img {
    float: left;
    top: -2px;
}
html[dir=rtl] div.body > div.content div.centralcontacts > div.address > div {
    margin-left: 0px;
    margin-right: 35px;
}
div.body > div.content div.centralcontacts > div.address > div {
    position: relative;
    margin-left: 35px;
}
            div.body > div.content div.centralcontacts > div.address,
            div.body > div.content div.centralcontacts > div.twitter,
            div.body > div.content div.centralcontacts > div.facebook,
            div.body > div.content div.centralcontacts > div.openingtimes,
            div.body > div.content div.centralcontacts > div.website,
            div.body > div.content div.centralcontacts > div.email,
            div.body > div.content div.centralcontacts > div.telephone {
                overflow-wrap: break-word;
                word-wrap: break-word;
                text-decoration: none;
                display: block;
            }

        div.body > div.content div.centralcontacts > div a,
        div.body > div.content div.centralcontacts > div p {
            display: inline-block;
            width: calc(100% - 34px);
            text-decoration: none;
            color: #000000;
        }

       

    div.body > div.content div.centralcontacts div.name {
        font-size: calc(var(--main-font-size) - 2px);
        line-height: calc(var(--main-line-height) + 2px);
        font-weight: bold;
        padding-bottom: 10px;
    }
        div.body > div.content div.centralcontacts div.addressname {
            font-size: calc(var(--main-font-size) - 6px);
            line-height: calc(var(--main-line-height) + 2px);
            font-weight: bold;
            padding-bottom: 10px;
        }
        div.body > div.content div.centralcontacts p.generaltext {
            padding-bottom: 10px;
        }


    div.noticeboard {
        position: relative;
        font-size: calc(var(--main-font-size) - 6px);
    }
    div.noticeboard > div {
        position: relative;
        background-color: #faf9f6;
        border-radius: 5px;
        border: 1px solid #aaaaaa;
        margin: 15px;
        padding: 10px;
    }
    body.high div.noticeboard > div {
        background-color: #ffffff;
        border: 1px solid #cccccc;       
    }
    div.noticeboard > div > div{
        padding-bottom: 5px;
        word-break: break-word;
    }
        div.noticeboard > div > div:last-child {
            padding-bottom: 0px;
        }
    div.noticeboard div.when,
    div.noticeboard div.who {
        position: relative;
        margin-bottom: 5px;
    }
    div.noticeboard div.title{
        font-weight: bold;
    }

        div.noticeboard div.when > img
        {
            position: relative;
            top: 4px;
            width: 23px;
            max-height: 23px;
            margin-right: 10px;
        }
   
    div.noticeboard div.who > img {
        position: relative;
        top: 4px;
        width: 21px;
        max-height: 21px;
        margin-right: 10px;
    }
.logout,
div.body > div.content > div.login > form p {
    font-weight: normal;
    font-size: calc(var(--main-font-size) - 6px);
    padding: 10px 15px 10px 15px;
}
div.body > div.content > div.login > form > div.login > div {
    width: calc(100%-20px);
    text-align: center;
    font-size: calc(var(--main-font-size) - 6px);
    font-weight: bold;
    margin-bottom: 25px;
    word-break: break-word;
    padding: 0px 10px;
}
div.body > div.content div.noticeboard a{
    cursor: pointer;
}
div.body > div.content > div.notifications > form > div.notifications > div {
    width: calc(100%-20px);
    text-align: center;
    font-size: calc(var(--main-font-size) - 6px);
    margin-bottom: 25px;
    word-break: break-word;
    padding: 0px 10px;
}
html[dir=rtl] div.body > div.content > div.login > form > div.login > input {
    right: 5%;
}
    div.body > div.content > div.login > form > div.login > input {
    position: relative;
    left: 5%;
    width: calc(90% - 24px);
    font-size: calc(var(--main-font-size) - 6px);
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    outline: none;
}

html[dir=rtl] div.body > div.content > div.notifications > form > div.notifications > input {
    right: 5%;
}
div.body > div.content > div.notifications > form > div.notifications > input {
    position: relative;
    left: 5%;
    width: calc(90% - 24px);
    font-size: calc(var(--main-font-size) - 6px);
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    outline: none;
}
div.body > div.content > div.login > form > div.login2{
    text-align: center;
    padding-bottom: 25px;
}
div.body > div.content > div.notifications > form > div.notifications2 {
    text-align: center;
    padding-bottom: 25px;
}
div.body > div.content > div.notifications > form > div.notifications > input {
    margin-bottom: 2px;
}
div.body > div.content > div.notifications > form > div.notifications2 > input,
div.body > div.content > div.login > form > div.login2 > input {
    margin: 25px 0px 25px 0px;
    max-width: 90%;
    min-height: 45px;
    font-size: calc(var(--main-font-size) - 6px);
    background-color: #dedcd3;
    cursor: pointer;
    box-shadow: 5px 5px 6px #aaaaaa;
    border-radius: 7px;
    padding: 15px;
    border: none;
    white-space: normal;
    word-wrap: break-word;
}
div.body > div.content > div.notifications > form > div.margin > div,
div.body > div.content > div.login > form > div.margin > div {
    position: relative;
    left: 5%;
    width: 90%;
    font-size: calc(var(--main-font-size) - 6px);
    padding: 5px;
}
div.body > div.content > div.end > p {
    position: relative;
    padding: 30px 0px 30px 0px;
    width: 90%;
    left: 5%;
    text-align: center;
    font-size: calc(var(--main-font-size) - 6px);
}
div.body > div.content > div.code {
    position: relative;
    padding: 30px 0px 30px 0px;
    width: 90%;
    left: 5%;
    text-align: center;
    font-size: calc(var(--main-font-size) - 6px);
}
div.body > div.content div.noticeboard img {
    position: relative;
    top: 4px;
    width: 23px;
    max-height: 23px;
    margin-right: 10px;
}
html[dir=rtl] div.body > div.content div.noticeboard img {
    margin-right: 0px;
    margin-left: 10px;
}
div.body > div.content div.noticeboard div.far input[type=checkbox] {
    padding-top: 20px;
    padding-bottom: 20px;
}

div.body > div.content div.noticeboard .checkbox-wrapper {
    float: right;
    position: relative;
    top: 3px;
}
html[dir=rtl] div.body > div.content div.noticeboard .checkbox-wrapper {
    float: left;
}

    div.body > div.content div.noticeboard .checkbox-wrapper *,
    div.body > div.content div.noticeboard .checkbox-wrapper *::before,
    div.body > div.content div.noticeboard .checkbox-wrapper *::after {
        box-sizing: border-box;
    }

    div.body > div.content div.noticeboard .checkbox-wrapper label {
        display: block;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    div.body > div.content div.noticeboard .checkbox-wrapper input {
        visibility: hidden;
        display: none;
    }

        div.body > div.content div.noticeboard .checkbox-wrapper input:checked ~ .checkbox {
            transform: rotate(45deg);
            width: 12px;
            margin-left: 6px;
            border-color: #198754;
            border-top-color: transparent;
            border-left-color: transparent;
            border-radius: 0;
        }

    div.body > div.content div.noticeboard .checkbox-wrapper .checkbox {
        display: block;
        width: inherit;
        height: inherit;
        border: 2px solid #434343;
        border-radius: 6px;
        transition: all 0.375s;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

.visually-hidden {
    position: absolute;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
div.body > div.content div.ReportAnIssue,
div.body > div.content div.ContractReport {
    margin: 10px;
}
    div.body > div.content div.ReportAnIssue,
    div.body > div.content div.ContractReport {
        margin: 10px;
    }
html[dir=rtl] div.body > div.content div.ReportAnIssue img,
html[dir=rtl] div.body > div.content div.ContractReport img {
    margin-right: 0px;
    margin-left: 10px;
}
div.body > div.content div.ReportAnIssue img,
div.body > div.content div.ContractReport img {
    position: relative;
    top: 4px;
    width: 23px;
    max-height: 23px;
    margin-right: 10px;
}
    div.body > div.content div.ContractReport div.far {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.body > div.content div.ContractReport div.far input[type=checkbox]{
        padding-top: 20px;
        padding-bottom: 20px;
    }
html[dir=rtl] div.body > div.content div.ContractReport .checkbox-wrapper{
    float: left;
}
div.body > div.content div.ContractReport .checkbox-wrapper {
    float: right;
    position: relative;
    top: 3px;
}
    div.body > div.content div.ContractReport .checkbox-wrapper *,
    div.body > div.content div.ContractReport .checkbox-wrapper *::before,
    div.body > div.content div.ContractReport .checkbox-wrapper *::after {
        box-sizing: border-box;
    }

    div.body > div.content div.ContractReport .checkbox-wrapper label {
        
    }

        div.body > div.content div.ContractReport .checkbox-wrapper input {
            visibility: hidden;
            display: none;
            width: 25px;
            height: 25px;
            cursor: pointer;
        }
        
        div.body > div.content div.ContractReport .checkbox-wrapper .checkbox {
            display: block;
            width: inherit;
            height: inherit;
            border: 2px solid #434343;
            border-radius: 6px;
            transition: all 0.375s;
            width: 25px;
            height: 25px;
            cursor: pointer;
        }

        div.body > div.content div.ContractReport .checkbox-wrapper input:checked ~ .checkbox {
            transform: rotate(45deg);
            width: 10px;
            margin-left: 6px;
            border-color: red;
            border-top-color: transparent;
            border-left-color: transparent;
            border-radius: 0;
        }

div.body > div.content div.ReportAnIssue > form > div.msg,
div.body > div.content div.ContractReport > form > div:first-child {
    font-size: calc(var(--main-font-size) - 6px);
    padding-bottom: 10px;
}
div.body > div.content div.ReportAnIssue div.by > div:first-child,
div.body > div.content div.ReportAnIssue div.at > div:first-child,
div.body > div.content div.ReportAnIssue div.msg > div:first-child,
div.body > div.content div.ContractReport div.by > div:first-child,
div.body > div.content div.ContractReport div.at > div:first-child,
div.body > div.content div.ContractReport div.msg > div:first-child {
    font-size: calc(var(--main-font-size) - 6px);
    font-weight: bold;
}
div.body > div.content div.ReportAnIssue div.by > div:last-child,
div.body > div.content div.ReportAnIssue div.at > div:last-child,
div.body > div.content div.ReportAnIssue div.msg > div:last-child,
div.body > div.content div.ContractReport div.by > div:last-child,
div.body > div.content div.ContractReport div.at > div:last-child,
div.body > div.content div.ContractReport div.msg > div:last-child {
    font-size: calc(var(--main-font-size) - 6px);
    font-weight: normal;
    padding-top: 3px;
}
    div.body > div.content div.ReportAnIssue div.by > div:last-child,
    div.body > div.content div.ContractReport div.by > div:last-child {
        word-wrap: break-word;
    }
div.body > div.content div.ReportAnIssue div.msg textarea,
div.body > div.content div.ContractReport div.msg textarea {
    width: calc(100%);
    aspect-ratio: 10/7;
    font-size: calc(var(--main-font-size) - 6px);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #cccccc;
    font-family: Arial, Verdana, 'Century Gothic', 'Trebuchet MS', Calibri;
    resize: none;
}
div.body > div.content div.ReportAnIssue div.cou div,
div.body > div.content div.ContractReport div.cou div {
    float: left;
    font-size: calc(var(--main-font-size) - 10px);
}
        div.body > div.content div.ReportAnIssue div.cou div:first-child,
        div.body > div.content div.ContractReport div.cou div:first-child {
            display: none;
            visibility: hidden;
        }
        div.body > div.content div.ReportAnIssue div.cou div:last-child,
        div.body > div.content div.ContractReport div.cou div:last-child {
            float: right;
        }
div.body > div.content div.ReportAnIssue div.sbt,
div.body > div.content div.ContractReport div.sbt {
    text-align: center;
}
    div.body > div.content div.ReportAnIssue div.sbt > input,
    div.body > div.content div.ContractReport div.sbt > input {
        margin: 25px 0px 25px 0px;
        max-width: 90%;
        min-height: 45px;
        font-size: calc(var(--main-font-size) - 6px);
        background-color: #dedcd3;
        cursor: pointer;
        box-shadow: 5px 5px 6px #aaaaaa;
        border-radius: 7px;
        padding: 15px 40px;
        border: none;
        white-space: normal;
        word-wrap: break-word;
    }
body.high div.body > div.content div.ReportAnIssue div.sbt > input,
body.high div.body > div.content div.ContractReport div.sbt > input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
div.center{
    text-align: center;
}

div.body > div.content div.ContractReport.answer > div:first-child {
    font-size: calc(var(--main-font-size) - 6px);
    font-weight: bold;
    padding-bottom: 20px;
}
div.body > div.content div.ContractReport.answer > div:nth-child(2) {
    font-size: calc(var(--main-font-size) - 6px);
    font-weight: normal;
}
div.body > div.content div.ReportAnIssue div.img,
div.body > div.content div.ContractReport div.img {
    padding-top: 30px;
}
    div.body > div.content div.ReportAnIssue div.img div:first-child,
    div.body > div.content div.ContractReport div.img div:first-child {
        font-weight: bold;
        font-size: calc(var(--main-font-size) - 6px);
        padding-bottom: 2px;
    }
    div.body > div.content div.ReportAnIssue div.img div:last-child,
    div.body > div.content div.ContractReport div.img div:last-child {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
        div.body > div.content div.ReportAnIssue div.img div:last-child > div,
        div.body > div.content div.ContractReport div.img div:last-child > div {
            position: relative;
            width: 75px;
            height: 75px;
            background-color: #faf9f6;
            border-radius: 5px;
            border: 1px solid #cccccc;
            cursor: pointer;
            padding: 0px;
        }
body.high div.body > div.content div.ReportAnIssue div.img > div:last-child > div,
body.high div.body > div.content div.ContractReport div.img > div:last-child > div {
    background-color: #ffffff;
}
div.body > div.content div.ReportAnIssue div.img > div:last-child > div > input,
div.body > div.content div.ContractReport div.img > div:last-child > div > input {
    display: inline-block;
    position: absolute;
    top: -6px;
    width: 75px;
    height: 75px;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}
div.body > div.content div.ReportAnIssue div.img > div:last-child > div > img,
div.body > div.content div.ContractReport div.img > div:last-child > div > img {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 75px;
    height: 75px;
    max-height: 75px;
    border-radius: 5px;
    object-fit: contain;
}
html[dir=rtl] div.body > div.content div.ReportAnIssue div.img > div:last-child > div > img.default,
html[dir=rtl] div.body > div.content div.ContractReport div.img > div:last-child > div > img.default {
    right: 26px;
}
div .body > div.content div.ReportAnIssue div.img > div:last-child > div > img.default,
div .body > div.content div.ContractReport div.img > div:last-child > div > img.default {
    display: block;
    position: relative;
    top: 25px;
    left: 26px;
    width: 25px;
    height: 25px;
}
input.invalid{
    border: 1px solid #FF0000 !important;
}
div#spinner{
    position: absolute;
    z-index: 1000;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    
}
div#spinnerText {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 100px);
    width: 200px;
    text-align: center;
    line-height: 24px;
}
div#spinnerCircle {
    background-color: #ffffff;
    position: absolute;
    top: calc(50% - 125px);
    left: calc(50% - 85px);
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #aaaaaa;
    border-right: 10px solid #efefef;
    border-bottom: 10px solid #aaaaaa;
    border-left: 10px solid #efefef;
    width: 150px;
    height: 150px;
    animation: spinnerCirclespin 2s linear infinite;
}
@keyframes spinnerCirclespin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
body.exlarge div.body > div.content div.centralcontacts > div.website > img,
body.exlarge div.body > div.content div.centralcontacts > div.email > img {
    top: 4px;
}
body.exlarge div.body > div.content div.centralcontacts > div > img {
    width: 33px;
    max-height: 33px;
    top: 2px;
    float: left;
}
    body.exlarge div.body > div.content div.centralcontacts > div > a,
    body.exlarge div.body > div.content div.centralcontacts > div > div,
    body.exlarge div.body > div.content div.centralcontacts > div > p {
        margin-left: 43px;
        position: relative;
        display: block;
    }
body.exlarge div.body > div.content div.noticeboard img {
    width: 30px;    
    max-height: 30px;
}
div.Information > div.sitemap {
    margin: 10px;
    word-break: break-word;
    font-size: calc(var(--main-font-size) - 6px);
    line-height: calc(var(--main-line-height) + 2px);
}
    div.Information > div.sitemap > div > div {
        margin-left: 30px;
        word-break: break-word;
    }
        div.Information > div.sitemap > div > div > div {
            margin-left: 30px;
            word-break: break-word;
        }
            div.Information > div.sitemap > div > div > div > div {
                margin-left: 30px;
                word-break: break-word;
            }
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div {
    position: relative;
    width: calc(99% - 20px);
    left: 0.5%;
    color: #ffffff;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 10px;
    font-size: calc(var(--main-font-size) - 6px);
    line-height: calc(var(--main-line-height) + 2px);
}
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div > div,
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div > div {
        word-break: break-word;
    }

    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:last-child > div:last-child span {
        white-space: nowrap;
    }
html[dir=rtl] div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(4) > div:last-child > div,
html[dir=rtl] div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(4) > div:last-child > div {
    right: 2%;
    left: auto;
}

div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:first-child > div:first-child,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:first-child > div:first-child {
    flex: 1;
    font-size: 45px;
    line-height: 48px;
    text-align: center;
}
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:first-child > div:last-child,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:first-child > div:last-child {
    background-color: #ffffff;
    color: #011893;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 60px;
    line-height: 55px;
}
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:first-child,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:first-child {
    background-color: #011893;
    min-height: 50px;
    display: flex;
}

div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(2) > div,
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(3) > div,
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(4) > div,
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(5) > div,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(2) > div,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(3) > div,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(4) > div {
    display: flex;
}
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(2) > div:first-child,
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(3) > div:first-child,
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(2) > div:first-child,
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(3) > div:first-child {
        font-size: var(--main-font-size);
        line-height: calc(var(--main-font-size) + 5px);
        margin-bottom: 5px;
    }
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(2) > div:not(:first-child) > div:first-child,
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(3) > div:not(:first-child) > div:first-child,
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(4) > div:first-child > div:first-child,
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(2) > div:not(:first-child) > div:first-child,
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(3) > div:not(:first-child) > div:first-child,
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(4) > div:first-child > div:first-child {
        width: 25px;
        flex: 1;
    }
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(2) > div:not(:first-child) > div:nth-child(2),
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(3) > div:not(:first-child) > div:nth-child(2),
    div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(4) > div:first-child > div:nth-child(2),
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(2) > div:not(:first-child) > div:nth-child(2),
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(3) > div:not(:first-child) > div:nth-child(2),
    div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(4) > div:first-child > div:nth-child(2) {
        width: calc(100% - 30px);
    }
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(2),
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(3),
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(4) {
    background-color: #011893;
    min-height: 100px;
    color: #ffffff;
}
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(5) {
    background-color: #ee220c;
    min-height: 100px;
    color: #ffffff;
}
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(2) {
    background-color: #ee220c;
    min-height: 100px;
    color: #ffffff;
}
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(3) {
    background-color: #011893;
    min-height: 100px;
    color: #ffffff;
}
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(4) {
    background-color: #ee220c;
    min-height: 50px;
    color: #ffffff;
}
div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(5) div {
    background-color: #ee220c;
    width: 100%;
    text-align: center;
}

div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(5) > div:last-child {
    padding-top: 15px;
}

html[dir=rtl] div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(4) > div:last-child > div,
html[dir=rtl] div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(4) > div:last-child > div {
    direction: ltr;
    unicode-bidi: isolate;
}

div[data-control="8"] div.FAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div:nth-child(4) > div:last-child > div,
div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div:nth-child(4) > div:last-child > div {
    position: relative;
    left: 2%;
    width: calc(96% - 20px);
    min-height: 50px;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    margin-top: 10px;
}

html[dir=rtl] div[data-control="8"] divFAN6B3A68FEE6FC405D8EE3E767BC2DBF61 > div,
html[dir=rtl] div[data-control="8"] div.FAN7161B120D43C4E7790F37E03369EFF6D > div {
    left: 0%;
    right: 0.5%;
}

div.ReportAnIssue div.msg > div:nth-child(2) > select {
    width: 100%;
    font-size: calc(var(--main-font-size) - 6px);
    font-weight: normal;
    padding: 5px 3px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
input.missing,
select.missing,
textarea.missing {
    filter: drop-shadow(2px 2px 2px #ff0000);
}
body.exlarge div.body > div.content div.ReportAnIssue img {
    width: 30px;
    max-height: 30px;
}
div.evacuationguide h2,
div.handbook h2 {
    font-size: calc(var(--main-font-size) - 3px);
    line-height: calc(var(--main-line-height) + 4px);
    padding: 10px 10px 20px 10px;
}
div.evacuationguide h3,
div.handbook h3 {
    font-size: calc(var(--main-font-size) - 4px);
    line-height: calc(var(--main-line-height) + 3px);
    max-width: calc(100% - 27px);
    padding: 5px 10px 5px 10px;
}
div.evacuationguide h4,
div.handbook h4 {
    font-size: calc(var(--main-font-size) - 5px);
    line-height: calc(var(--main-line-height) + 1px);
    padding: 5px 10px 5px 10px;
}
div.evacuationguide h5,
div.handbook h5 {
    font-size: calc(var(--main-font-size) - 6px);
    line-height: calc(var(--main-line-height) + 4px);
    padding: 5px 10px 5px 10px;
}
div.evacuationguide div.space,
div.handbook div.space {
    height: 20px;
}
div.evacuationguide .aligncentered,
div.handbook .aligncentered {
    text-align: center;
}
div.evacuationguide p,
div.handbook p {
    font-size: calc(var(--main-font-size) - 6px);
    line-height: calc(var(--main-line-height) + 4px);
    padding: 10px 10px 5px 10px;
    word-break: break-word;
}
div.evacuationguide span.bold,
div.handbook span.bold {
    font-weight: bold;
}
div.evacuationguide span.underline,
div.handbook span.underline {
    text-decoration: underline;
}
div.evacuationguide span.italic,
div.handbook span.italic {
    font-style: italic;
}
div.evacuationguide span.link,
div.handbook span.link {
    text-decoration: underline;
    color: rgb(26,13,171);
    cursor: pointer;
}
div.evacuationguide span.superscript,
div.handbook span.superscript {
    vertical-align: super;
    font-size: smaller;
    line-height: normal;
}
div.evacuationguide span.bold,
div.handbook span.bold {
    font-weight: bold;
}
    div.evacuationguide span.bold,
    div.handbook span.bold {
        font-weight: bold;
    }
div.evacuationguide > section,
div.handbook > section {
    position: relative;
    cursor: pointer;
    padding: 5px;
}
    div.evacuationguide > section.hide > *:not(div.control, div.control + *),
    div.handbook > section.hide > *:not(div.control, div.control + *) {
        display: none;
        overflow: hidden;
    }
div.evacuationguide > section > div.control + *,
div.handbook > section > div.control + * {
    padding-right: 30px;
}
    div.evacuationguide > section.hide > div.control,
    div.handbook > section.hide > div.control {
        background-image: url("/images/down-arrow.svg");
    }
html:dir(rtl) div.evacuationguide > section > div.control,
html:dir(rtl) div.handbook > section > div.control {
    left: 10px;
}
html:dir(ltr) div.evacuationguide > section > div.control,
html:dir(ltr) div.handbook > section > div.control {
    right: 10px;
}
div.evacuationguide > section > div.control,
div.handbook > section > div.control {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    visibility: visible;
    background-image: url("/images/up-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}




body.Printable{
    clear: both;
    line-height: normal;
    padding: 0px 30px;
}
body.Printable > div.title {
    text-align: center;
}
body.Printable > div.title > h1 {
    text-align: center;
    font-size: 24px;
    padding: 40px;
}
body.Printable div.textblocks,
body.Printable div.textblocks div {
    font-size: 15px;
    line-height: 22px;
}
    body.Printable div.textblocks p.subtitle,
    body.Printable div.textblocks div.subtitle {
        font-weight: bold;
        padding: 40px 0px 20px 0px;
    }
    body.Printable div.textblocks:first-child > div.subtitle {
        padding: 0px 0px 20px 0px;
    }
body.Printable div.centralcontacts div.name {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
}
body.Printable div.centralcontacts div.addressname {
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}
body.Printable div.centralcontacts div.address,
body.Printable div.centralcontacts div.telephone,
body.Printable div.centralcontacts div.email,
body.Printable div.centralcontacts div.website,
body.Printable div.centralcontacts div.openingtimes,
body.Printable div.centralcontacts div.facebook,
body.Printable div.centralcontacts div.twitter {
    display: block;
}
    body.Printable div.centralcontacts div.address img,
    body.Printable div.centralcontacts div.telephone img,
    body.Printable div.centralcontacts div.email img,
    body.Printable div.centralcontacts div.website img,
    body.Printable div.centralcontacts div.openingtimes img,
    body.Printable div.centralcontacts div.facebook img,
    body.Printable div.centralcontacts div.twitter img {
        position: relative;
        top: 3px;
        width: 25px;
        padding-right: 20px;
        float: left;
    }
    body.Printable div.centralcontacts div.address div,
    body.Printable div.centralcontacts div.openingtimes div {
        position: relative;
        margin-left: 45px;
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    body.Printable div.centralcontacts div.telephone a,
    body.Printable div.centralcontacts div.email a,
    body.Printable div.centralcontacts div.website a,
    body.Printable div.centralcontacts div.facebook a,
    body.Printable div.centralcontacts div.twitter a {
        display: inline-block;
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 20px;
        color: #000000;
        text-decoration: none;
    }
    body.Printable div.generaltext {
        font-size: 14px;
        line-height: 21px;
        font-weight: normal;
        padding-bottom: 20px;
    }