﻿/* First reset all styles for everything inside the form */
.reset-this {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    quotes: '\201C' '\201D' '\2018' '\2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
    /* basic modern patch */
    all: initial;
    all: unset;
}

.sso-content-area {
    min-width: var(--sso-content-area-min-width);
    font-size: var(--club-font-standard-size);
}

ssoform {
    font-family: var(--club-font-family);
}

.sso-page-header {
    font-family: var(--club-font-family);
    color: #333333;
    font-size: 38px;
    font-weight: 900;
    margin: 20px 0 10px 0;
    text-align: var(--club-header-text-align);
}

.sa_form {
}

.sso-field {
    position: relative;
    margin-bottom: 10px;
    padding: 4px;
    text-align: left;
    display: flex;
    flex-direction: column;
    font-size: 1.7rem;
}


    .sso-field input[type="text"],
    .sso-field input[type="email"],
    .sso-field input[type="password"],
    .sso-field select {
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 8px;
    }

        .sso-field input[type="text"]:focus, .sso-field input[type="email"]:focus, .sso-field input[type="password"]:focus {
        }

    .sso-field label {
        display: inline-block;
        font-size: var(--club-font-standard-size);
        margin-bottom: 8px;
        padding: 0;
    }

.optin-wrapper {
    font-size: var(--club-font-standard-size);
}

.readonly {
    background-color: #000000 !important;
    background-color: rgba(0, 0, 0, 0.09) !important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.group-heading, .group-heading-edit {
    font-weight: bold;
    font-size: 18px;
    border-bottom-color: var(--club-main-color);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 100%;
    margin-top: 10px;
    display: flex;
    margin-bottom: 10px;
}

    .group-heading-edit > div:first-of-type {
        width: 95%;
    }

.item-wrapper, .item-wrapper-edit {
    display: flex;
}

    .item-wrapper > div:first-of-type, .item-wrapper-edit > div:first-of-type {
        float: left;
        width: 65%;
    }

    .item-wrapper > div:nth-of-type(2) {
        float: left;
        width: 35%;
    }

    .item-wrapper-edit > div:nth-of-type(2) {
        float: left;
        width: 25%;
    }

    .item-wrapper-edit > div:nth-of-type(3) {
        float: right;
        width: 10%;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        color: var(--club-main-color) !important;
    }

.group-heading-edit > div:nth-of-type(2) {
    float: right;
    width: 5%;
    display: flex;
    font-size: 16px;
    justify-content: flex-end;
    color: var(--club-main-color) !important;
}

.fa-regular:hover {
    color: black !important;
}

.item-wrapper-edit a:hover, .group-heading-edit a:hover {
    color: black !important;
}

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20%;
}

.width33 {
    width: 33%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width80 {
    width: 80%;
}

.fullwidth {
    width: 100% !important;
}

.flex {
    display: flex;
}

.dropdowncontainer {
    display: flex;
}

.invisible {
    display: none !important;
}

.defaultButton {
    margin-bottom: 5px;
    cursor: pointer;
    background: var(--club-main-color);
    border: 2px solid #dac72b !important;
    margin-left: 24px;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 10px !important;
    font-size: 19px !important;
    color: #000;
    text-decoration: none;
    float: right;
    line-height: 1.2em;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}


    .defaultButton:before {
        /*        content: "";
        z-index: -1;
        transition: all .3s linear 0s;
        background-color: #af1f11;
        color: #fff;
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;*/
    }

    .defaultButton:hover {
        outline: 0;
        background-color: var(--club-secondary-color);
        color: #fff;
    }

        .defaultButton:hover:before {
            width: 100%;
        }

@media screen and (max-width:767px) {
    .defaultButton a {
        padding: 15px;
    }
}

.text-left {
    text-align: left;
}

.buttonArea {
    font-size: var(--club-font-standard-size);
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    min-height: 80px;
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

    .buttonArea > a, .buttonArea > button {
        display: inline-flex;
        align-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        border: 0;
    }

    .buttonArea:after {
        content: ' ';
        display: inline-block;
        width: 100%;
        height: 0
    }   

.bold {
    font-weight: bold !important;
}

.flexrow {
    display: flex !important;
    flex-direction: row !important;
    font-family: var(--club-font-family);
    font-size: var(--club-font-standard-size);
}

.flexcolumn {
    display: flex !important;
    flex-direction: column !important;
}

.optinrow {
    margin-top: 20px;
    width: 100%;
}

.invisible {
    display: none;
}

.paddingleft20 {
    padding-left: 20px !important;
}

.paddingleft5 {
    padding-left: 5px !important;
}


.prefheader {
    padding-top: 10px;
    padding-bottom: 10px;
}

div[ishead='true'] > div > div {
    cursor: pointer;
}

.dontdisplay {
    display: none;
}

.clubcolors {
    color: var(--club-main-color);
    background-color: var(--club-secondary-color);
}

.clubcolors-inverted {
    color: var(--club-secondary-color);
    background-color: var(--club-main-color);
}

.indent {
    padding-left: 20px;
}

.prefHead {
    font-weight: bold;
}

.smallpaddingleft {
    padding-left: 3px;
}

.invisible {
    display: none !important;
}

.nopadding {
    padding: 0 !important;
}
/* OPTIN-PREF */
.indent {
    padding-left: 20px;
}

.prefHead {
    font-weight: bold;
}

.optinrow {
    margin-top: 0 !important;
    width: 100%;
}

.dontdisplay {
    display: none;
}

.paddingleft20 {
    padding-left: 20px !important;
}

.paddingleft5 {
    padding-left: 5px !important;
}

.prefheader {
    padding-top: 10px;
    padding-bottom: 10px;
}

div[ishead='true'] > div > div {
    cursor: pointer;
}

.dontdisplay {
    display: none;
}

.indent {
    padding-left: 20px;
}

.prefHead {
    font-weight: bold;
}

.smallpaddingleft {
    padding-left: 3px;
}

.invisible {
    display: none !important;
}

.nopadding {
    padding: 0 !important;
}

.optinRow {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-height: 30px;
}

.optinRow input[type=checkbox] {
    margin: 0;
}

.smallMarginTop {
    margin-top: 4px;
}

.plusminus {
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 1.5em;
    position: relative;
}

.plusminus span {
    position: absolute;
    transition: 300ms;
    background: white;
    border-radius: 2px;
}

/* Create the "+" shape by positioning the spans absolutely */
.plusminus span:first-child {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}

.plusminus span:last-child {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}


.rotate {
    transform: rotate(90deg);
}

.morphplus {
    left: 50% !important;
    right: 50% !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .width80 {
        width: 52%;
    }

    .width5 {
        width: 12%;
    }
}


/* EINDE OPTIN-PREF */