﻿@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/css/roboto400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/css/roboto500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/css/roboto700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/css/roboto700i.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(/css/roboto500i.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/css/roboto400i.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    font-family: 'Roboto';
}

body {
    color: #474847;
    /*    letter-spacing:-0.015rem;
*/ font-size: 1.05em;
}

html, body {
    font-size: 4.5vw;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    color: #585858;
}

div {
    box-sizing: border-box;
    font-size: 1em;
}

html {
    background-color: white;
}

.c1 {
    color: #03783b;
}

.c2 {
    color: #73bf66;
}

.c3 {
    color: #f28761;
}

.c4 {
    color: #ffcc4a;
}

.c5 {
    color: #ede3d6;
}

.c6 {
    color: #199E9A;
}

.c7 {
    color: #666;
}

.c8 {
    color: #fc5f5f;
}

.op1 {
    opacity: 0.7
}



.b1 {
    background-color: #03783b;
}

.b2 {
    background-color: #73bf66;
}

.b3 {
    background-color: #f28761;
}

.b4 {
    background-color: #ffcc4a;
}

.b5 {
    background-color: #ede3d6;
}

.b6 {
    background-color: #199E9A;
}

.b7 {
    background-color: #666;
}

.b8 {
    background-color: #fc5f5f;
}
.cwhite {
    color: white;
}

.cblack {
    color: black;
}

.csilver {
    color: silver;
}

.cgrey {
    color: gray;
}

.cblue {
    color: blue;
}

.cred {
    color: red;
}

.bgwhite {
    background-color: #FFFFFF;
}

.bgblack {
    background-color: #000000;
}

.bgsilver {
    background-color: silver;
}

.bggrey {
    background-color: gray;
}

.bgblue {
    background-color: blue;
}

.font-m {
    font-weight: 500;
}

.font-b {
    font-weight: 700;
}

.font-n {
    font-weight: normal;
}

.font-i {
    font-style: italic;
}

.font-caps {
    text-transform: capitalize;
}

.font-upper {
    text-transform: uppercase;
}

.font-1 {
    font-size: 0.9em;
}

.font-2 {
    font-size: 0.8em;
}

.font-3 {
    font-size: 0.7em;
}

.font-4 {
    font-size: 0.6em;
}

.font1 {
    font-size: 1em;
}

.font2 {
    font-size: 1.25em;
}

.font3 {
    font-size: 1.5em;
}

.font4 {
    font-size: 1.75em;
}

.font5 {
    font-size: 2em;
}

.font6 {
    font-size: 3em;
}

.border {
    border: 1px solid black;
}

.tUpper {
    text-transform: uppercase;
}

.black {
    color: black;
}

.mg-b-1 {
    margin-bottom: 0.5rem;
}

.mg-b-2 {
    margin-bottom: 1rem;
}

.mg-b-3 {
    margin-bottom: 1.5rem;
}

.mg-b-4 {
    margin-bottom: 2rem;
}

.mg-b-5 {
    margin-bottom: 2.5rem;
}

.mg-b-6 {
    margin-bottom: 3rem;
}

.mg-b-7 {
    margin-bottom: 4rem;
}

.mg-b-8 {
    margin-bottom: 5rem;
}

.mg-b-9 {
    margin-bottom: 7rem;
}

.mg-b-10 {
    margin-bottom: 10rem;
}

.mg-t-1 {
    margin-top: 0.5rem;
}

.mg-t-2 {
    margin-top: 1rem;
}

.mg-t-3 {
    margin-top: 1.5rem;
}

.mg-t-4 {
    margin-top: 2rem;
}

.mg-t-5 {
    margin-top: 2.5rem;
}

.mg-t-6 {
    margin-top: 3rem;
}

.mg-t-7 {
    margin-top: 4rem;
}

.mg-t-8 {
    margin-top: 5rem;
}

.mg-t-9 {
    margin-top: 7rem;
}

.mg-t-10 {
    margin-top: 10rem;
}

.mg-l-1 {
    margin-left: 0.5rem;
}

.mg-l-2 {
    margin-left: 1rem;
}

.mg-l-3 {
    margin-left: 1.5rem;
}

.mg-l-4 {
    margin-left: 2rem;
}

.mg-r-1 {
    margin-right: 0.5rem;
}

.mg-r-2 {
    margin-right: 1rem;
}

.mg-r-3 {
    margin-right: 1.5rem;
}

.mg-r-4 {
    margin-right: 2rem;
}

.mg-1 {
    margin: 0.5rem;
}

.mg-2 {
    margin: 1rem;
}

.mg-3 {
    margin: 1.5rem;
}

.mg-4 {
    margin: 2rem;
}

.pd-b-1 {
    padding-bottom: 0.5rem;
}

.pd-b-2 {
    padding-bottom: 1rem;
}

.pd-b-3 {
    padding-bottom: 1.5rem;
}

.pd-b-4 {
    padding-bottom: 2rem;
}

.pd-t-1 {
    padding-top: 0.5rem;
}

.pd-t-2 {
    padding-top: 1rem;
}

.pd-t-3 {
    padding-top: 1.5rem;
}

.pd-t-4 {
    padding-top: 2rem;
}

.pd-l-1 {
    padding-left: 0.5rem;
}

.pd-l-2 {
    padding-left: 1rem;
}

.pd-l-3 {
    padding-left: 1.5rem;
}

.pd-l-4 {
    padding-left: 2rem;
}

.pd-r-1 {
    padding-right: 0.5rem;
}

.pd-r-2 {
    padding-right: 1rem;
}

.pd-r-3 {
    padding-right: 1.5rem;
}

.pd-r-4 {
    padding-right: 2rem;
}

.pd-1 {
    padding: 0.5rem;
}

.pd-2 {
    padding: 1rem;
}

.pd-3 {
    padding: 1.5rem;
}

.pd-4 {
    padding: 2rem;
}

.noline {
    text-decoration: none;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.acentre {
    text-align: center;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.accent1 {
    color: #21afdf;
}

.lh-1 {
    line-height: 1;
}

.lh-1-25 {
    line-height: 1.25;
}

.lh-1-5 {
    line-height: 1.5;
}

.lh-1-7 {
    line-height: 1.7;
}

.lh-2 {
    line-height: 2;
}

.shadow1 {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, .6);
}

.bd-t-1 {
    border-top: 1px solid black;
}

.bd-b-1 {
    border-bottom: 1px solid #eeeeee;
}

    .bd-b-1.silver {
        border-color: silver;
    }

.bd-l-1 {
    border-left: 1px solid black;
}

.bd-r-1 {
    border-right: 1px solid black;
}

    .bd-r-1.silver {
        border-color: silver;
    }

.bd-1 {
    border: 1px solid black;
}

    .bd-1.silver {
        border-color: silver;
    }

.bx-sz {
    box-sizing: border-box;
}

.d-inl-blk {
    display: inline-block;
}

.radius1 {
    border-radius: 0.5rem;
    overflow: hidden;
}

.radius2 {
    border-radius: 1rem;
    overflow: hidden;
}

.radius3 {
    border-radius: 2rem;
    overflow: hidden;
}

.radius4 {
    border-radius: 3rem;
    overflow: hidden;
}

.row {
    width: 100%;
    display: inline-block;
}

.flx-container {
    display: flex;
    justify-content: space-between;
}

    .flx-container.col4 > div {
        flex-grow: 1;
        flex-basis: auto;
        width: 25%;
    }

    .flx-container.flex-start {
        justify-content: flex-start;
    }

    .flx-container.space-between {
        justify-content: space-between;
    }

    .flx-container.space-around {
        justify-content: space-around;
    }

    .flx-container.space-evenly {
        justify-content: space-evenly;
    }

    .flx-container.center {
        justify-content: center;
    }

    .flx-container.alignstart {
        align-items: flex-start;
    }

    .flx-container.aligncenter {
        align-items: center;
    }

    .flx-container.alignend {
        align-items: flex-end;
    }

    .flx-container.alignbaseline {
        align-items: baseline;
    }

.flx-alignself-end {
    align-self: flex-end;
}

.flx-alignself-center {
    align-self: center
}

.flx-alignself-start {
    align-self: flex-start;
}

.flx-container.wrap {
    flex-wrap: wrap;
}

.flx-container.row {
    flex-direction: row;
}

.flx-container.column {
    flex-direction: column;
}

.flx-container .noflex {
    flex: none;
}

.flx-container .flx.i1 {
    order: 1;
}

.flx-container .flx.i2 {
    order: 2;
}

.flx-container .flx.i3 {
    order: 3;
}

.flx-container .row {
    float: unset;
    width: 100%;
}
.row {
    width: 100%;
}
.project .flx-container div {
    display: unset;
}

.icon {
    width: 1.5rem;
    height: 1.5rem;
}

.circle {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
}

    .circle.icon {
        background-color: #F5F5F5;
        width: 2rem;
        height: 2rem;
        padding: 0.5rem;
    }

        .circle.icon img {
            width: 100%;
        }

#RsLoading, #FirstLoading {
    margin: 0;
    padding: 0;
    display: none;
    height: 2.7rem;
    width: 2.7rem;
    position: fixed;
    left: 50%;
    top: 10rem;
    z-index: 9999999;
    background-color: black;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .6);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translate(-50%, -50%);
}

.button {
    cursor: pointer;
}

.spinner {
    display: block;
    height: 2.7rem;
    width: 2.7rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    margin: 0;
    padding: 0;
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
}

    .lds-spinner div {
        transform-origin: 0.75rem 0.75rem;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 0.05625rem;
            left: 0.69375rem;
            width: 0.1125rem;
            height: 0.3375rem;
            border-radius: 20%;
            background: white;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.rotateLoop {
    -webkit-animation: rotation 0.9s infinite linear;
    -moz-animation: rotation 0.9s infinite linear;
    -o-animation: rotation 0.9s infinite linear;
    animation: rotation 0.7s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#messagescreen {
    z-index: 10010;
}

.slideup {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 1000px;
    left: 0;
    padding: 1rem;
    background-color: white;
    margin-top: 1rem;
    border-radius: 2rem 2rem 0 0;
}
.colorline {
    width: 0.5rem;
    height: 1.1rem;
    display: inline-block;
    margin-right: 0.5rem;
}

    .colorline.red {
        background-color: #fc5f5f;
    }

    .colorline.yellow {
        background-color: #fadc35;
    }

    .colorline.green {
        background-color: #a1ea18;
    }
#splashscreen svg {
    /*    background-color:white;
*/ border-radius: 1rem;
}

#splashscreen .BanktheFoodlogo2 {
    fill: white;
}

#splashscreen .BanktheFoodlogo1 {
    fill: #13A8E2
}
.splashscreen {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    /*    background-color: #13A8E2;
*/ z-index: 20000;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: url('/images/splash_p.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .splashscreen div {
        width: 10rem;
        position: fixed;
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
.ktable tr:nth-child(odd) {
    background-color: #f2f2f2;
}

.ktable tr:nth-child(even) {
    background-color: white;
}

.ktable table.noalt tr:nth-child(even) {
    background-color: unset;
}

.ktable table.noalt tr:nth-child(odd) {
    background-color: unset;
}

table.ktable, .ktable th, .ktable td {
    border-spacing: 0;
    font-size: 0.9em;
    letter-spacing: -0.025em;
    padding: 0.5rem;
}

    .ktable td.font-2 {
        font-size: 0.8em;
    }

table .noborders {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    table.noborders th, .ktable td {
        border-spacing: 0;
    }


        table.noborders th.label, table.noborders td.label {
            width: unset;
            font-size: 0.65em;
        }

        table.noborders th.data, table.noborders td.data {
            width: unset;
            font-size: 0.75em;
            text-align: right;
            padding: 0.3rem;
            font-weight: 500;
        }

table.ktable {
    width: 100%;
    border-collapse: collapse;
}

    table.ktable.mb {
        margin-bottom: 1rem;
    }

.ktable th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
}
    .ktable th.font1 {
        font-size: 1em;
    }
.ktable th.font2 {
    font-size:1.25em;
}
.ktable td.data {
    font-size: 0.9em;
    font-weight: 700;
}

.ktable td.unit {
    font-size: 0.9em;
    font-weight: 700;
}

.ktable td.label {
    width: unset;
}

.ktable td.total {
    font-size: 1.2em;
    font-weight: 700;
    text-align: right;
}

.ktable td .action {
    padding: 0 0.75rem 0 0.75rem;
    font-size: 1.1rem;
}

.ktable td.data div {
    display: inline-block;
}

.ktable.black th, .ktable.black td {
    color: black;
}

    .ktable.black td.action {
        width: 2rem;
    }

#mainfooternav.bgwhite {
    background-color: white;
    box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.25);
}
#mainfooternav.b1 {
    background-color: #03783b;
    box-shadow: none;
}

#mainfooternav .cwhite .text {
    font-weight: normal;
}
#mainfooternav {
    background-color: white;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1%;
    display: inline-block;
    text-align: center;
    z-index: 10000;
}

    #mainfooternav svg {
        width: 1.6rem;
    }
.rsbutton {
    display: inline-block;
    border: none;
    padding: 0.8rem 2.3rem 0.8rem 2.3rem;
    cursor: pointer;
    border-radius: 5rem;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 0.8rem;
    letter-spacing: 0;
}
.widgetlogo {
    width: 5rem;
}

    .widgetlogo .text {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-size: 0.7em;
        width: 100%;
    }

 .widgetlogo img {
    width: 5rem;
}

.navbuttonwrap {
    display: inline-block;
    width: 18%;
    text-align: center;
}
    .navbuttonwrap .text {
        display: inline-block;
        vertical-align: top;
        padding-top: 0.2rem;
        line-height: 1;
        font-size: 0.7em;
        width: 100%;
        font-weight: 700;
    }
/* FORM ELEMENTS */
.appform input, .calcpersonaliserow input, .appform textarea {
    background-color: white;
    border: none;
    width: 100%;
    font-size: 1em;
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
    line-height: 1;
    box-sizing: border-box;
}

.appform .collectionitems input {
    padding: 0.2rem;
    border: 1px solid silver;
    border-radius: 0.5rem;
    text-align: center;
}

.appform .collectionitems .label {
    width: unset;
}

.appform .row.withappdll {
    padding: 1rem 0.7rem 1rem 1rem;
    margin: 0.2rem 0 0.5rem 0;
    background-color: white;
    border-radius: 1.2rem;
    border: 0.124rem solid #ededed;
    width: 100%;
    font-size: 0.85em;
    line-height: 1;
    text-align: left;
    vertical-align: bottom;
}

.appform .row {
    padding: 0.5rem 0.7rem 0.4rem 1rem;
    margin: 0.2rem 0 0.5rem 0;
    background-color: white;
    border-radius: 1.25rem;
    border: 0.15rem solid #ededed;
    width: 100%;
    font-size: 0.85em;
    line-height: 1;
    text-align: left;
    vertical-align: bottom;
}

    .appform .row.displayonly {
        padding: 0.5rem 0.7rem 0.4rem 0;
        margin: 0.2rem 0 0.5rem 0;
        border-radius: 1.25rem;
        border: none;
        width: 100%;
        font-size: 0.85em;
        line-height: 1;
        text-align: left;
        vertical-align: bottom;
        font-weight: bold;
    }

.calcpersonalisetable .appform .row {
    padding: 0.1rem 0.7rem 0.1rem 1rem;
}

    .calcpersonalisetable .appform .row.withappdll {
        padding: 0.7rem 0.7rem 0.7rem 1rem;
    }

.helprow {
    display: inline-block;
    width: 100%;
    padding: 0.5rem;
    font-size: 0.85em;
    color: #ababab;
    line-height: 1;
    text-align: left;
    vertical-align: bottom;
}

    .helprow svg {
        display: inline-block;
        width: 1rem;
        margin-right: 0.5rem;
    }

    .helprow .helptext {
        width: 90%;
        display: inline-block;
        vertical-align: top;
    }

.panel .infolink .helprow {
    color: #13A8E2;
    font-size: 0.8em;
    font-weight: 700;
    color: #13A8E2;
    margin-top: 0.5rem;
    padding: 0;
}

.appform .row.withappdll.backgroundimg, .appform .row.backgroundimg {
    background-position: 3% center;
    background-size: 1.2rem;
    padding-left: 2.5rem !important;
    background-repeat: no-repeat;
}

.appform .row.backgroundimg {
    padding-left: 1.9rem !important;
}

.group.hidden, .rsbutton.hidden {
    display: none;
}

.row.withappdll div, .appform .rowtermscheckbox div {
    display: inline-block;
}

.appform .group {
    width: 100%;
    margin-bottom: 0.3rem;
}

.appddl .data {
    display: inline-block;
    font-size: 1em;
    text-align: left;
}

.appform div {
    vertical-align: bottom;
}

.appform div {
    vertical-align: bottom;
}

.appform .rowlabel {
    width: 100%;
    display: inline-block;
    font-size: 0.85em;
    line-height: 1;
    text-align: left;
}

.appddl .label {
    display: inline-block;
    font-size: 1em;
    color: black;
    text-align: left;
    width: unset;
    padding: 0 0.2em 0 0.1rem;
}

.formError {
    display: none !important;
    color: red;
    text-align: left;
    font-size: 0.85em;
    width: 100%;
}

.ddlScreenContent {
    display: none;
}

#ddlScreen {
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/images/icons/upblack.png);
    background-position: 98% 0.4rem;
    background-size: 1.1rem;
    background-repeat: no-repeat;
    display: none;
    box-sizing: border-box;
    /* margin-top: -2rem; */
    width: 100%;
    height: 100vh;
    padding: 2% 1.5rem 5rem 1.5rem;
    background-color: white;
    z-index: 98;
    overflow-y: auto;
    z-index: 99998;
}

    #ddlScreen div {
        display: inline-block;
    }

.appddlList .label {
    color: black;
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 0.5rem;
}

.appddlList .warning {
    color: black;
    font-size: 1em;
    text-align: left;
    padding-top: 0.5rem;
    font-style: italic;
}

.appddlList .appddlListValue {
    z-index: 99;
    position: relative;
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    line-height: 2.3;
    vertical-align: middle;
    color: black;
    text-align: left;
}

.appddlListValue {
    border-bottom: 1px solid #f1f1f1;
}

    .appddlListValue.smaller {
        font-size: 0.85em;
    }

    .appddlListValue.S {
        color: blue !important;
    }

.appddl {
    /*    background-image: url(/images/icons/downarrow.svg);
*/ background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTkgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00Ljc1IDcuMTI1TDkuNSAxMS44NzVMMTQuMjUgNy4xMjUiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjIiIHN0cm9rZS13aWR0aD0iMS4yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+");
    background-position-x: right;
    background-position-y: 40%;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    text-align: left;
    width: 100%;
}

.rowtermscheckbox .data input {
    height: 1rem;
    width: 1rem;
}

.rowtermscheckbox .label {
    width: 79%;
    font-size: 0.8em;
    line-height: 1.1;
    text-align: left;
}

.rowtermscheckbox .data {
    width: 11%;
}

.rsbutton.submit {
    border-radius: 1.25rem;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0;
    background-color: #03783b;
    color: white;
    width: 100%;
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.8em;
    font-weight: 500 !important;
}
/* END OF FORM ELEMENTS*/
@media only screen and (min-width: 768px) and (max-width: 13660px) and (orientation:landscape) {
    /* For desktop: */
    html {
        background-color: unset;
        height: 100vh;
    }

    .mobileonly {
        display: none !important;
    }

    .desktoponly {
        display: inline-block !important;
    }

    html, body {
        font-size: 1.82292vh;
    }

    .splashscreen {
        background-image: url('/images/splash.jpg');
    }
}