html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
a.button,
input[type=submit].button {
    background: transparent;
    border: 2px solid #00573e;
    color: #00573e;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .8888888889rem;
    font-weight: normal;
    line-height: inherit;
    padding: .4rem .8rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: color .1s ease;
}


button:hover,
a.button:hover,
button:active,
a.button:active,
button:focus,
a.button:focus,
input[type=submit].button:hover,
input[type=submit].button:focus {
    color: #fff;
    background: #00573e;
}



button.disabled,
a.disabled.button {
    color: #e5e5e5;
    border-color: #e5e5e5;
    cursor: default
}



@font-face {
    font-family: "Neo Sans";
    src: url("./fonts/hinted-NeoSans-Medium.eot");
    src: url("./fonts/hinted-NeoSans-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/hinted-NeoSans-Medium.woff2") format("woff2"), url("./fonts/hinted-NeoSans-Medium.woff") format("woff"), url("./fonts/hinted-NeoSans-Medium.ttf") format("truetype"), url("./fonts/hinted-NeoSans-Medium.svg#NeoSans-Medium") format("svg");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Neo Sans";
    src: url("./fonts/hinted-NeoSans.eot");
    src: url("./fonts/hinted-NeoSans.eot?#iefix") format("embedded-opentype"), url("./fonts/hinted-NeoSans.woff2") format("woff2"), url("./fonts/hinted-NeoSans.woff") format("woff"), url("./fonts/hinted-NeoSans.ttf") format("truetype"), url("./fonts/hinted-NeoSans.svg#NeoSans") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Neo Sans";
    src: url("./fonts/hinted-NeoSans-Bold.eot");
    src: url("./fonts/hinted-NeoSans-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/hinted-NeoSans-Bold.woff2") format("woff2"), url("./fonts/hinted-NeoSans-Bold.woff") format("woff"), url("./fonts/hinted-NeoSans-Bold.ttf") format("truetype"), url("./fonts/hinted-NeoSans-Bold.svg#NeoSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "Neo Sans";
    src: url("./fonts/hinted-NeoSans-Light.eot");
    src: url("./fonts/hinted-NeoSans-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/hinted-NeoSans-Light.woff2") format("woff2"), url("./fonts/hinted-NeoSans-Light.woff") format("woff"), url("./fonts/hinted-NeoSans-Light.ttf") format("truetype"), url("./fonts/hinted-NeoSans-Light.svg#NeoSans-Light") format("svg");
    font-weight: 300;
    font-style: normal
}

html {
    font-size: 14px
}

body {
    box-sizing: border-box;
    font-family: "Neo Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    background: #fff;
    color: #3a3a3a;
    -webkit-font-smoothing: antialiased;
    hyphens: auto
}

html,
body {
    height: 100%
}

*,
*:before,
*:after {
    box-sizing: inherit
}

img {
    vertical-align: middle;
    line-height: 0;
    max-width: 100%;
    width: auto;
    height: auto
}

a {
    text-decoration: none;
    color: inherit
}

p {
    margin: 1rem 0 0
}

p.important {
    font-size: 1.3333333333rem;
    font-weight: 500
}

p a {
    color: #00573e;
    font-weight: 500
}

strong {
    font-weight: 600
}

i {
    font-style: oblique
}

h1 {
    color: #00573e;
    font-size: 2.6666666667rem;
    font-weight: bold;
    line-height: 1.1
}

h1+p {
    margin-top: .5rem
}

h2 {
    color: #00573e;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase
}

h3 {
    font-size: 1.3333333333rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 1rem
}

#root {
    overflow-x: hidden;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100vh
}

.wrap,
header,
footer,
.eyecatcher,
#content {
    padding-left: .5rem;
    padding-right: .5rem
}

@media(min-width: 600px) {
    html {
        font-size: 18px
    }

    .wrap,
    header,
    footer,
    .eyecatcher,
    #content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media(min-width: 1200px) {

    .wrap,
    header,
    footer,
    .eyecatcher,
    #content {
        padding-left: calc(50vw - 35rem);
        padding-right: calc(50vw - 35rem)
    }
}

@media(min-width: 1920px) {
    html {
        font-size: .9375vw
    }
}


#content {
    text-align: center
}

#content>* {
    margin: 3rem 0
}

#content .intro {
    text-align: center;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
}

#content .box {
    max-width: 35rem;
    margin: 1rem auto 0;
    background: #e5e5e5;
    color: #6a6a6a;
    text-align: left;
    padding: 2rem 3rem;
}

#content .box.numbers ul {
    margin: -0.5rem -1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between
}

#content .box.numbers ul li {
    margin: .5rem 1rem
}

#content .box.numbers .title {
    font-weight: 500
}

.RadInput input {
    text-align: right;
}

.box input:not(.checkbox):not([type=submit]),
.box textarea,
.box select,
.RadInput input {
    background: transparent;
    border: .05rem solid #3a3a3a;
    font-family: inherit;
    line-height: inherit;
    font-size: 1rem;
    display: block;
    width: 100%;
    font-weight: normal;
    outline: none;
    padding: .75rem 1rem
}

.box input:not(.radio):not(.checkbox):not([type=submit]),
.box textarea,
.box select {
    background: #fff !important;
    border: none !important
}

.box input[readonly]:not(.radio):not(.checkbox):not([type=submit]) {
    background: rgba(255, 255, 255, .5) !important;
    text-align: center
}

.box .checkbox label:before {
    border: none
}

.box .submit {
    text-align: center
}

.box.submit {
    text-align: center!important;
}


.box .sfSubmitBtn {
    margin-top: 1rem;
    text-align: center
}


.box .input.checkbox,
.box .RadInput.checkbox {
    position: relative
}

.box .input.checkbox input,
.box .RadInput.checkbox input {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 25%;
    left: .5rem
}

.box .input.checkbox label,
.box .RadInput.checkbox label {
    padding: .25rem 0 .25rem 2.5rem;
    position: relative;
    display: block
}

.box .input.checkbox label:before,
.box .RadInput.checkbox label:before {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    top: calc(50% - 1rem);
    border: .05rem solid #3a3a3a;
    cursor: pointer;
    background: #fff;
    text-align: center;
    line-height: 2rem
}

.box .input.checkbox label:hover:before,
.box .input.checkbox label:active:before,
.box .input.checkbox label:focus:before,
.box .RadInput.checkbox label:hover:before,
.box .RadInput.checkbox label:active:before,
.box .RadInput.checkbox label:focus:before {
    box-shadow: 0 0 .2rem #00573e
}

.box .input.checkbox input:checked+label:before,
.box .RadInput.checkbox input:checked+label:before {
    content: "✕";
    font-weight: bold
}


.portalcontrol .box .columns .checkbox {
    flex: 0 0 100%
}


.panelPayment .box .RadComboBoxWithLabel {
    width: 200px !important
}

.paydiv .box .input label {
    position: absolute;
}

.paydiv .box .input #fldNetOnPay1cardpan>iframe {
    width: 210px !important
}

.paydiv .box .input .inputPayoneIframe>iframe {
    margin-left: 10rem
}

.paydiv .box .input .inputPayoneIframe #fldNetOnPay1cardexpiremonth>iframe {
    margin-left: 10rem
}

.paydiv .box .input .inputPayoneIframe #fldNetOnPay1cardexpireyear>iframe {
    margin-left: 0
}

@media(min-width: 600px) {
    .box .columns {
        display: flex;
        flex-flow: row wrap;
        align-items: flex-start;
        justify-content: space-between
    }

    .box .columns>* {
        flex: 0 0 calc(50% - 0.5rem)
    }

    form.contact {
        padding: 2rem 3rem
    }
}

@media(min-width: 800px) {
    form .box .inlineSubmit {
        display: flex;
        align-items: flex-end
    }

    form .box .inlineSubmit .input {
        flex: 1;
        margin-right: 1.5rem
    }

    form .box .inlineSubmit .submit {
        margin-bottom: .3rem
    }

    form.contact .columns {
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }

    form.contact .columns .left {
        flex: 0 0 50%
    }

    form.contact .columns .right {
        flex: 0 0 calc(50% - 3rem);
        margin-bottom: 1rem
    }
}

#content .twoColumns .column {
    border: .2rem solid #e5e5e5;
    padding: 1rem;
    text-align: left
}

#content .twoColumns .column h2 {
    text-align: center;
}

#content .twoColumns:not(.inverted) .column:nth-child(even),
#content .twoColumns.inverted .column:nth-child(odd) {
    background: #e5e5e5
}

@media(min-width: 600px) {
    #content .twoColumns .column {
        padding: 2rem 3rem
    }
}

@media(min-width: 1200px) {
    #content .twoColumns {
        display: flex;
        align-items: stretch
    }

    #content .twoColumns .column {
        flex: 0 0 50%
    }
}

#content .twoForms {
    margin: 0
}

#content .twoForms form,
#content .twoForms .form {
    margin: 3rem 0
}

@media(min-width: 800px) {
    #content .twoForms {
        max-width: 55rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        justify-content: space-between
    }

    #content .twoForms form,
    #content .twoForms .form {
        flex: 0 0 calc(50% - 0.5rem);
        display: flex;
        flex-flow: column
    }

    #content .twoForms form>*,
    #content .twoForms .form>* {
        width: 100%
    }
}

#content .news figure img {
    width: 100%
}

#content .news .content {
    border: .2rem solid #e5e5e5;
    border-top: none;
    padding: 1rem;
    text-align: left
}

@media(min-width: 600px) {
    #content .news .content {
        padding: 2rem 3rem
    }
}

@media(min-width: 800px) {
    #content .news {
        display: flex;
        align-items: stretch
    }

    #content .news figure {
        flex: 0 0 33.33%
    }

    #content .news figure img {
        height: 100%;
        object-fit: cover
    }

    #content .news .content {
        border: .2rem solid #e5e5e5;
        border-left: none;
        flex: 1
    }
}

#content .tabs {
    margin: 5rem 0
}

#content nav.sub {
    margin-left: auto;
    margin-right: auto
}

.documents {
    position: relative;
    padding-top: 1rem
}

.documents .group {
    margin: 2rem 0;
    text-align: left
}

.documents ul li {
    margin-top: 1rem
}

.documents ul li figure {
    display: none
}

.eyecatcher {
    background: url("img/eyecatcher.jpg") no-repeat center/cover;
    min-height: 16.6666666667rem;
    display: flex
}

.eyecatcher .status {
    margin: auto auto 0 0;
    background: #00573e;
    color: #fff;
    padding: .75rem 1rem;
    max-width: 30rem
}

.eyecatcher .status .title {
    font-size: 1.3333333333rem;
    font-weight: 500
}

.eyecatcher .status .description ul {
    list-style-type: disc;
    list-style-position: inside
}

footer {
    background: #3a3a3a;
    text-align: right;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff
}

footer a.logo {
    display: inline-block;
    width: 8.3333333333rem
}

footer nav {
    order: -1;
    font-size: .85rem
}

footer nav a {
    display: inline-block;
    margin-right: 1rem
}

.box .input,
.divPasswordRecovery .sfLoginField,
.tableLogin .sfLoginField,
.box .RadInput {
    margin: 1rem 0 0
}

.box .input.small,
.box .RadInput.small {
    max-width: 13rem
}

form .input:not(.radio):not(.checkbox) input,
.tableLogin .sfLoginField:not(.radio):not(.checkbox) input:not([type=submit]),
.divPasswordRecovery .sfLoginField:not(.radio):not(.checkbox) input:not([type=submit]),
form .input:not(.radio):not(.checkbox) textarea,
form .RadInput:not(.radio):not(.checkbox) input,
form .RadInput:not(.radio):not(.checkbox) textarea,
form .RadInput:not(.radio):not(.checkbox) select {
    background: transparent;
    border: .05rem solid #3a3a3a;
    font-family: inherit;
    line-height: inherit;
    font-size: 1rem;
    display: block;
    width: 100%;
    font-weight: normal;
    outline: none;
    padding: .75rem 1rem
}

form .input:not(.radio):not(.checkbox) input:hover,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) input:hover,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) input:hover,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) input:hover,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) input:hover,
form .input:not(.radio):not(.checkbox) input:active,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) input:active,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) input:active,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) input:active,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) input:active,
form .input:not(.radio):not(.checkbox) input:focus,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) input:focus,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) input:focus,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) input:focus,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) input:focus,
form .input:not(.radio):not(.checkbox) textarea:hover,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) textarea:hover,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) textarea:hover,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) textarea:hover,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) textarea:hover,
form .input:not(.radio):not(.checkbox) textarea:active,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) textarea:active,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) textarea:active,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) textarea:active,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) textarea:active,
form .input:not(.radio):not(.checkbox) textarea:focus,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) textarea:focus,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) textarea:focus,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) textarea:focus,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) textarea:focus,
form .input:not(.radio):not(.checkbox) select:hover,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) select:hover,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) select:hover,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) select:hover,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) select:hover,
form .input:not(.radio):not(.checkbox) select:active,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) select:active,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) select:active,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) select:active,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) select:active,
form .input:not(.radio):not(.checkbox) select:focus,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) select:focus,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) select:focus,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) select:focus,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) select:focus,
form .RadInput:not(.radio):not(.checkbox) input:hover,
form .RadInput:not(.radio):not(.checkbox) input:active,
form .RadInput:not(.radio):not(.checkbox) input:focus,
form .RadInput:not(.radio):not(.checkbox) textarea:hover,
form .RadInput:not(.radio):not(.checkbox) textarea:active,
form .RadInput:not(.radio):not(.checkbox) textarea:focus,
form .RadInput:not(.radio):not(.checkbox) select:hover,
form .RadInput:not(.radio):not(.checkbox) select:active,
form .RadInput:not(.radio):not(.checkbox) select:focus,
.box input:not(.radio):not(.checkbox):not([type=submit]):not([type=checkbox]):read-write:hover,
.box input:not(.radio):not(.checkbox):not([type=submit]):not([type=checkbox]):read-write:active,
.box input:not(.radio):not(.checkbox):not([type=submit]):not([type=checkbox]):read-write:focus {
    box-shadow: 0 0 .2rem #00573e
}

form .input:not(.radio):not(.checkbox) input[readonly],
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) input[readonly],
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) input[readonly],
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) input[readonly],
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) input[readonly],
form .input:not(.radio):not(.checkbox) textarea[readonly],
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) textarea[readonly],
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) textarea[readonly],
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) textarea[readonly],
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) textarea[readonly],
form .input:not(.radio):not(.checkbox) select[readonly],
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) select[readonly],
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) select[readonly],
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) select[readonly],
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) select[readonly],
form .RadInput:not(.radio):not(.checkbox) input[readonly],
form .RadInput:not(.radio):not(.checkbox) textarea[readonly],
form .RadInput:not(.radio):not(.checkbox) select[readonly] {
    outline: none;
    border-color: rgba(58, 58, 58, .5);
    box-shadow: none
}

form .input:not(.radio):not(.checkbox) select,
form .divPasswordRecovery .sfFormList:not(.radio):not(.checkbox) select,
.divPasswordRecovery form .sfFormList:not(.radio):not(.checkbox) select,
form .tableLogin .sfLoginField:not(.radio):not(.checkbox) select,
.tableLogin form .sfLoginField:not(.radio):not(.checkbox) select,
form .RadInput:not(.radio):not(.checkbox) select {
    height: 2.8rem;
    border-radius: 0
}



.box .RadInput {
    margin: 0
}

.box .submit {
    margin-top: 1rem
}



form.contact {
    border: .2rem solid #e5e5e5;
    text-align: left;
    padding: 1rem
}

input.gutscheincode {
    background: rgba(255, 255, 255, .5) !important
}



header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding-top: .5rem;
    padding-bottom: .5rem
}

header a.logo {
    display: block;
    width: 8.3333333333rem
}

header nav {
    font-size: 1.1111111111rem;
    font-weight: 500
}

header .user {
    font-size: .8rem;
    font-weight: 500
}

header nav a {
    transition: color .2s linear
}

header nav a:hover,
header nav a:active,
header nav a:focus,
header nav a.current {
    color: #00573e
}

header .user span,
header .user .email {
    font-weight: normal;
    margin-bottom: .5rem;
    display: block
}

@media(max-width: 1399px) {
    header {
        max-height: 3.9009262013rem;
        overflow-y: hidden;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        transition: max-height .2s ease
    }

    header a.logo {
        order: -2
    }

    header #navToggle {
        width: 22px;
        height: 19px;
        position: relative;
        cursor: pointer;
        order: -1
    }

    header #navToggle div {
        transition: transform .1s ease, top .1s .1s ease;
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background: #00573e
    }

    header #navToggle div:nth-child(1) {
        top: 0
    }

    header #navToggle div:nth-child(2) {
        top: 8px
    }

    header #navToggle div:nth-child(3) {
        top: 16px
    }

    body.navOpen header #navToggle div {
        transition: top .1s ease, transform .1s .1s ease;
        top: 8px
    }

    body.navOpen header #navToggle div:nth-child(1),
    body.navOpen header #navToggle div:nth-child(3) {
        transform: rotate(45deg)
    }

    body.navOpen header #navToggle div:nth-child(2) {
        transform: rotate(135deg)
    }

    header nav,
    header .user {
        flex: 0 0 100%;
        margin-top: 1rem
    }

    header nav a {
        display: block;
        margin: .5rem 0;
        padding: .5rem 0
    }

    body.navOpen header {
        max-height: 100vh;
        overflow-y: auto
    }
}

@media(min-width: 1400px) {
    header {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    header #navToggle {
        display: none
    }

    header nav ul.sfNavList>li {
        display: inline-block;
        position: relative
    }

    header nav ul.sfNavList>li+li {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid currentColor;
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    header nav ul.sfNavList>li.withDropdown:after {
        content: "▾"
    }

    header nav ul.sfNavList>li:hover ul,
    header nav ul.sfNavList>li.hover ul {
        display: block
    }

    header nav ul.sfNavList>li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: -1rem;
        background: #fff;
        white-space: nowrap;
        padding: .5rem 1rem 1rem;
        min-width: calc(100% + 2rem);
        font-weight: normal;
        font-size: .9em
    }

    header nav ul.sfNavList>li ul li {
        margin-top: .5rem
    }

    header .user {
        border-left: .15rem solid #e5e5e5;
        padding-left: 1rem
    }

    header .user span,
    header .user .email {
        margin-bottom: 1rem
    }

    header .user a.button {
        display: block
    }
}

.infoContent {
    display: none
}

.infoIcon {
    width: .8rem;
    height: .8rem;
    background: url("img/info-icon.svg") no-repeat center/contain;
    display: inline-block;
    vertical-align: super;
    cursor: pointer
}

body.lsite {
    background: url("img/eyecatcher-full.jpg") no-repeat center/cover
}

body.lsite header {
    background: transparent
}

.tableLogin {
    max-width: 35rem;
    margin: 15vh auto 0 !important;
    background: #e5e5e5;
    color: #6a6a6a;
    text-align: center;
    outline: none;
    font-weight: inherit;
    font-size: 1rem;
    width: 100%;
    border: none;
    padding: 2rem 3rem;
}



.tableLogin .sfSubmitBtn {
    margin-top: 1rem;
    text-align: center
}

.sfLoginHelp {
    font-size: .8888888889rem;
    margin: 2rem 0 0;
    text-align: center
}

.tableLogin .sfLoginField {
    text-align: center
}

.tableLogin .sfLoginField:not(.radio):not(.checkbox) input:not([type=submit]) {
    background: #fff !important;
    border: none !important
}

.divPasswordRecovery {
    max-width: 35rem;
    margin: 10vh auto 0 !important;
    background: #e5e5e5;
    color: #6a6a6a;
    text-align: left;
    outline: none;
    font-weight: inherit;
    font-size: 1rem;
    width: 100%;
    padding: 1rem;
    border: none
}

.divPasswordRecovery .sfLoginField:not(.radio):not(.checkbox) input:not([type=submit]) {
    background: #fff !important;
    border: none !important
}

.divPasswordRecovery .sfSubmitBtn {
    margin-top: 1rem;
    text-align: center
}

.boxLogin {
    margin: 15vh auto 0 !important;
    text-align: center !important;
}

.errorLogin {
    margin-top: 1rem;
}

.modal {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 1rem;
    z-index: 100
}

.modal .modalBox {
    margin: auto;
    max-width: 30rem;
    padding: 1rem;
    background: #fff;
    position: relative;
    border: 5px solid #00573e
}

.modal .modalBox .title {
    font-size: 1.3333333333rem;
    font-weight: 500;
    line-height: 1.2
}

.modal .modalBox a {
    padding: .4rem .8rem;
    border: 2px solid #00573e;
    font-weight: normal;
    display: inline-block;
    margin: .4rem 0
}

.modal .modalBox .modalClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem;
    background: #e5e5e5;
    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 1rem
}

.modal .modalBox .modalClose:before {
    content: "✕"
}

.modal .modalBox .modalClose:hover,
.modal .modalBox .modalClose:active,
.modal .modalBox .modalClose:focus {
    background: #ccc
}

nav.sub {
    max-width: 60rem
}

nav.sub a {
    display: block;
    margin: .1rem;
    background: #e5e5e5;
    font-weight: 500;
    padding: .75rem .5rem;
    cursor: pointer;
    transition: all .2s ease;
    user-select: none
}

nav.sub a:hover,
nav.sub a:active,
nav.sub a:focus {
    background: #ccc
}

nav.sub a.current {
    background: #00573e;
    color: #fff;
    cursor: default
}

nav.sub a.disabled {
    cursor: default;
    background: #f1f1f1;
    color: rgba(58, 58, 58, .25)
}

@media(min-width: 600px) {
    nav.sub {
        display: flex
    }

    nav.sub a {
        flex: 1 0 0;
        padding: .2rem .5rem
    }
}

@media(min-width: 800px) {
    nav.sub a {
        font-size: 1.3333333333rem
    }
}

table {
    margin: 1rem auto;
    text-align: center;
    border-collapse: collapse
}

table th,
table td {
    padding: .75rem 1rem;
    border: .2rem solid #fff;
    vertical-align: middle
}

table th:first-child,
table td:first-child {
    text-align: left
}

table th {
    background: #e5e5e5;
    font-weight: normal;
    font-size: 1.1111111111rem
}

.tabs {
    margin: 5rem 0
}

.tabs>ul {
    margin: 0 auto 3rem;
    max-width: 60rem
}

.tabs>ul li {
    margin: .1rem;
    background: #e5e5e5;
    padding: .75rem .5rem;
    cursor: pointer;
    transition: all .2s ease;
    user-select: none
}

.tabs>ul li:hover,
.tabs>ul li:active,
.tabs>ul li:focus {
    background: #ccc
}

.tabs>ul li.active {
    background: #00573e;
    color: #fff;
    cursor: default
}

.tabs>ul li.disabled {
    cursor: default;
    background: #f1f1f1;
    color: rgba(58, 58, 58, .25)
}

.tabs>div {
    max-width: 60rem;
    margin: 0 auto
}

.tabs>div:not(.active) {
    display: none
}

.tabs.framed {
    border: .2rem solid #e5e5e5
}

.tabs.framed>ul {
    margin-top: -1.2rem
}

@media(min-width: 600px) {
    .tabs>ul {
        display: flex
    }

    .tabs>ul li {
        flex: 1 0 0;
        padding: .2rem .5rem
    }
}

@media(min-width: 800px) {
    .tabs>ul li {
        font-size: 1.3333333333rem
    }
}

@media(min-width: 1200px) {
    .tabs.aside {
        display: flex;
        align-items: flex-start
    }

    .tabs.aside>ul {
        flex: 0 0 calc(25% - 2rem);
        width: calc(25% - 2rem);
        margin-right: 2rem;
        display: block
    }

    .tabs.aside>div {
        flex: 1;
        max-width: none
    }
}

#banner {
    padding: 0 1rem 1rem;
    border: .2rem solid #e5e5e5
}

@media(min-width: 600px) {
    #banner {
        padding: 0 3rem 1rem
    }
}

#banner p a {
    padding: .4rem .8rem;
    border: 2px solid #00573e;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 1rem
}

.strongButton {
    font-weight: 600!important;
}

.hidden {
    display: none;
}

.loading-overlay {
    background-image: url("img/loading.gif");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center center;
    z-index: 2;
    opacity: .6;
}

.loading-overlay-content {
    display: none;
}

.right {
    text-align: right;
}

.textCenter {
    text-align: center!important;
}

.textUnderline {
    text-decoration: underline;
}

.rgMasterTable
{
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    empty-cells: show;
}

.rgMasterTable th a {
    text-decoration: none;
    padding-right: 1rem;
    background: url("img/table-sorter.gif?v=2") no-repeat right center;
    cursor: pointer;
}

.netAjaxPageNumbers {
    margin: 10px;
}

.netAjaxPageNumbers .netAjaxPageNavigate {
    border: 2px solid #00573e;
    color: #00573e;
    display: inline-block;
    min-width: 2rem;
    padding: 0.2rem;
    cursor: pointer;
}

.netAjaxPageNumbers .netAjaxPageCurr {
    border: 2px solid #00573e;
    background-color: #00573e;
    color: #fff;
    display: inline-block;
    min-width: 2rem;
    padding: 0.2rem;
}


.netSOT3ProcessFormInfoText {
    border: .2rem solid #e5e5e5;
    padding: 1rem;
}

.textRed {
    color:red;
}

.portalcontrol .box .checkboxnative {
    flex: 0 0 100%;
    display: flex;
    flex-direction: row-reverse;
}

.portalcontrol .box .checkboxnative input {
    width: 7rem !important;
    height: 2rem;
    cursor: pointer;
}

.portalcontrol .box .checkboxnative label {
    padding: .25rem 0 .25rem 2.5rem;
}

#cmdCoupon {
    cursor: pointer;
}

#divNetOnPay3Confirm {
    max-width: 35rem;
    margin: 1rem auto 0;
}

.netOnPay12ConfirmText {
    border: .2rem solid #e5e5e5;
}

.netOnPay12ConfirmText div {
    text-align: left;
    padding: 1rem;
}

.netOnPay12ConfirmText div dl {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: max-content auto;
}
  
.netOnPay12ConfirmText div dt {
    grid-column-start: 1;
}
  
.netOnPay12ConfirmText div dd {
    grid-column-start: 2;
    margin-left: 1rem
}

.netTQChangeInfoText {
    margin-bottom: 1.2rem !important;
}

.RadInput input[readonly] {
    border: none;
}

.fileDownload {
    content: url("img/file-pdf.svg");
    width: 1.5rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}