/* file requested: /App_themes/default/redesign/gdpr_popup_styles.css */
/* file resolved: /App_themes/default/redesign/gdpr_popup_styles.css */
.content {
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    max-width: 1170px;
}

    .content div p {
        text-align: left;
    }

.cookie_bluebutton {
    background-color: #0070bc;
}

/* Styles for ON-OFF button starts here*/

.cookie_switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 18px;
    float: right;
}

    .cookie_switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.cookie_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .cookie_slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .cookie_slider {
    background-color: #5dd255;
}

input:focus + .cookie_slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .cookie_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(16px);
}

/* Rounded sliders */
.cookie_slider.round {
    border-radius: 19px;
}

    .cookie_slider.round:before {
        border-radius: 50%;
    }
/* Styles for ON-OFF button ends here*/


/*************CODE FOR GDPR ELEMENTS *STARTS* HERE***************/

.cookie_always_active {
    color: #00a8e3;
    font-size: 12px;
    font-weight: bold;
    font-family: 'ValueSans-Regular-Pro', Verdana;
}

.cookie_Menus a {
    text-decoration: none;
    color: #6d6d6d;
}

.cookies_alert {
    background-color: #110081;
    bottom: 0px;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    position: fixed;
    padding-top: 10px;
    font-family: 'ValueSans-Regular-Pro', Verdana;
}

    .cookies_alert div.form-group {
        width: auto;
        margin: 0 auto;
        padding: 0px;
        max-width: 1070px;
    }

    .cookies_alert .paddingLeft8p {
        padding-left: 8%;
    }

    .cookies_alert div.form-group p {
        float: left;
        text-align: left;
        font-size: 14px;
        padding: 0;
        margin: 0;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

        .cookies_alert div.form-group p a {
            color: #fff;
            font-weight: bold;
            text-decoration: underline
        }

    .cookies_alert div.form-group button {
        width: 20%;
        float: left;
        margin-top: 10px;
        background-color: #fff;
        margin-left: 20px;
        color: #188ccc;
        font-size: 17px;
        font-weight: normal;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

        .cookies_alert div.form-group button.btnlast {
            width: 145px;
            float: left;
            margin-top: 10px;
            margin-left: 20px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            background: none;
            border: none;
            padding: 7px;
            font-family: 'ValueSans-Regular-Pro', Verdana;
        }

    .cookies_alert .paddingLeftRight0 {
        padding: 0px 0px;
    }




/*CODE FOR INTERNET EXPLORER 11 **only** */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .cookies_alert {
        position: fixed;
    }

    nav {
        margin-top: 120px; /*Margin for V3G*/
    }
}


/*CODE FOR INTERNET EXPLORER EDGE **only** */
@supports (-ms-ime-align:auto) {

    .cookies_alert {
        position: fixed;
    }

    nav {
        margin-top: 120px; /*Margin for V3G*/
    }
}


/*************CODE FOR GDPR ELEMENTS *ENDS* HERE***************/




/*************MEDIA QUERIES CODE FOR GDPR ELEMENTS *STARTS* HERE***************/
@media (max-width: 320px) {

    .cookie_mobilechange {
        display: none;
    }

    .cookie_mobilechange1 {
        display: block;
    }

    .xs-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .cookies_alert div.form-group p {
        padding-left: 5px;
        font-size: 9px;
    }

    .cookies_alert div.form-group button {
        font-size: 10px;
    }

    .cookies_alert div.form-group {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 50px;
        padding-bottom: 20px;
        max-width: 1170px;
        padding-top: 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

        .cookies_alert div.form-group button {
            width: 100%;
        }

    .cookies_alert .paddingLeft8p {
        padding-left: 0%;
        padding-right: 0px;
        padding-top: 10px;
    }

    .cookies_alert div.form-group button {
        margin-left: 0px;
    }

        .cookies_alert div.form-group button.btnlast {
            width: 100%;
            text-align: center;
            margin-left: 0px;
        }

    .cookie_popupcontainer {
        z-index: 5;
        width: 94%;
        background-color: #fff;
        border-radius: 5px;
        margin: 0 auto;
        position: absolute;
        top: 10px;
        left: 2%;
        right: 2%;
        bottom: 2%;
        overflow: auto;
        /* transform: translate(-50%, -50%); */
    }

    .cookie_cignalogo {
        background: url('/App_Themes/vielife/../default/Redesign/images/mainlogo.png?v=22') center center no-repeat;
        background-size: 90px 32px;
        width: 90px;
        height: 32px;
        float: left;
    }

    .cookie_padLeft0 {
        padding-left: 0;
        padding-right: 0;
    }

    .cookie_padLeftRight {
        padding-left: 0;
        padding-right: 0;
    }

    .cookie_pad0 {
        padding: 0px;
    }

    .cookie_martopbtm15 {
        margin: 15px 0px;
    }

    .cookie_martopbtm10 {
        margin: 10px 0px;
    }

    .c_align {
        text-align: left;
    }

    .cookie_infospacing {
        padding: 5px 20px 20px 20px;
        min-height: 290px;
        height: auto;
    }

    .cookie_bordertb {
        border: 1px solid #e6e6e6;
        border-left: none;
        border-right: none;
    }

    .cookie_menuBluepatch {
        width: 8px;
        height: 40px;
        background: #00a8e3;
        float: left;
    }

    .cookie_padtopbtm {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cookie_padtopbtm0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .cookie_titledots {
        float: right;
        padding: 0px;
        margin: 0px;
    }

    .cookie_titletxt {
        font-size: 16px;
        color: #6d6d6d;
        font-weight: Bold;
        text-decoration: none;
        min-width: 230px;
        margin-top: 10px;
        text-align: center;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutextselected {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 11px 0px 11px 17px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightTitle {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightText {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        line-height: 20px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutext {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 25px;
        background-color: #f4f4f4;
        border-bottom: 1px solid #e7e7e7;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_InfoLink {
        font-size: 14px;
        color: #00a8e3;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    #ConfirmMyChoiceCookieConsent {
        background-color: #004986;
        color: #fff;
        border: 1px #6d6d6d solid;
    }

    .cookie_buttonWhitebg {
        width: 100%;
        float: left;
        background-color: #0070bc;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: left;
        box-shadow: 1px 1px 2px #e8e8e8;
        margin-top: 10px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_buttonBluebg {
        width: 100%;
        float: left;
        background-color: #f8f8f8;
        color: #188ccc;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: right;
        box-shadow: 1px 1px 2px #e8e8e8;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_btmbuttons {
        position: fixed;
        bottom: -15px;
        left: -1px;
        background-color: #004986;
        padding: 15px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menubottom_margin {
        margin-bottom: 125px;
    }
}



@media (min-width: 321px) {

    .cookie_mobilechange {
        display: none;
    }

    .cookie_mobilechange1 {
        display: block;
    }

    .xs-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .cookies_alert {
        height: auto;
    }

        .cookies_alert div.form-group button {
            width: 23%;
            float: left;
            background-color: #fff;
            margin-left: 5px;
            color: #188ccc;
            font-size: 11px;
            font-weight: normal;
            font-family: 'ValueSans-Regular-Pro', Verdana;
        }

        .cookies_alert div.form-group p {
            font-size: 11px;
        }

        .cookies_alert div.form-group {
            width: 100%;
            text-align: center;
            margin: 0 auto;
            padding: 50px;
            padding-bottom: 20px;
            max-width: 1170px;
            padding-top: 0px;
        }

            .cookies_alert div.form-group button {
                width: 100%;
            }

        .cookies_alert .paddingLeft8p {
            padding-left: 0%;
            padding-right: 0px;
            padding-top: 10px;
        }

        .cookies_alert div.form-group button {
            margin-left: 0px;
        }

            .cookies_alert div.form-group button.btnlast {
                width: 100%;
                text-align: center;
                margin-left: 0px;
            }

    .cookie_popupcontainer {
        z-index: 5;
        width: 94%;
        background-color: #fff;
        border-radius: 5px;
        margin: 0 auto;
        position: fixed;
        top: 100px;
        left: 2%;
        right: 2%;
        bottom: 2%;
        content: "";
        clear: both;
        display: table;
        /* transform: translate(-50%, -50%); */
    }

    .cookie_cignalogo {
        background: url('/App_Themes/vielife/../default/Redesign/images/mainlogo.png?v=22') no-repeat;
        background-size: 124px 44px;
        width: 124px;
        height: 44px;
        float: left;
    }

    .cookie_padLeft0 {
        padding-left: 0;
        padding-right: 0;
    }

    .cookie_padLeftRight {
        padding-left: 0;
        padding-right: 0;
    }

    .cookie_pad0 {
        padding: 0px;
    }

    .cookie_martopbtm15 {
        margin: 15px 0px;
    }

    .cookie_martopbtm10 {
        margin: 10px 0px;
    }

    .c_align {
        text-align: left;
    }

    .cookie_titledots {
        float: right;
        padding: 0px;
        margin: 0px;
        padding-top: 20px;
    }

    .cookie_infospacing {
        padding: 5px 20px 20px 20px;
        min-height: 290px;
        height: auto;
    }

    .cookie_bordertb {
        border: 1px solid #e6e6e6;
        border-left: none;
        border-right: none;
    }

    .cookie_menuBluepatch {
        width: 8px;
        height: 40px;
        background: #00a8e3;
        float: left;
    }

    .cookie_padtopbtm {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cookie_padtopbtm0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .cookie_titletxt {
        font-size: 16px;
        color: #6d6d6d;
        font-weight: Bold;
        text-decoration: none;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutextselected {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 11px 0px 11px 17px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightTitle {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightText {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        line-height: 20px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutext {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 25px;
        background-color: #f4f4f4;
        border-bottom: 1px solid #e7e7e7;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_InfoLink {
        font-size: 14px;
        color: #00a8e3;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    #ConfirmMyChoiceCookieConsent {
        background-color: #0033ff;
        color: #fff;
        border: 1px #6d6d6d solid;
    }

    .cookie_buttonWhitebg {
        width: 100%;
        float: left;
        background-color: #0070bc;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: left;
        box-shadow: 1px 1px 2px #e8e8e8;
        margin-top: 10px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_buttonBluebg {
        width: 100%;
        float: left;
        background-color: #f8f8f8;
        color: #188ccc;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: right;
        box-shadow: 1px 1px 2px #e8e8e8;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_btmbuttons {
        bottom: -15px;
        left: -1px;
        background-color: #004986;
        padding: 15px;
    }

    .cookie_menubottom_margin {
        margin-bottom: 125px;
    }
}


@media (min-width: 520px ) and (max-width: 768px) {

    .cookie_mobilechange {
        display: none;
    }

    .cookie_mobilechange1 {
        display: block;
    }

    .cookies_alert {
        /* height: 110px;
	max-height: 110px; */
    }

    .cookie_titledots {
        float: right;
        padding: 0px;
        margin: 0px;
    }

    .cookie_titletxt {
        font-size: 16px;
        color: #6d6d6d;
        font-weight: Bold;
        text-decoration: none;
        min-width: 230px;
        width: auto;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_btmbuttons {
        position: fixed;
        bottom: -15px;
        left: -1px;
        background-color: #004986;
        padding: 15px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menubottom_margin {
        margin-bottom: 125px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .cookie_mobilechange {
        display: block;
    }

    .cookie_mobilechange1 {
        display: none;
    }


    .xs-column-reverse {
        display: flex;
        flex-direction: unset;
    }

    .cookies_alert {
        /* height: 110px;
		max-height: 110px; */
    }

        .cookies_alert div.form-group p {
            font-size: 12px;
        }

        .cookies_alert div.form-group button {
            width: auto;
            float: left;
            margin-top: 10px;
            background-color: #fff;
            margin-left: 20px;
            color: #188ccc;
            font-size: 14px;
            font-weight: normal;
            font-family: 'ValueSans-Regular-Pro', Verdana;
        }

        .cookies_alert button.marginLeft0 {
            margin-left: 0px !important;
        }

        .cookies_alert div.form-group button.btnlast {
            width: 145px;
        }

        .cookies_alert div.form-group button {
            margin-left: 20px;
        }

    .cookie_popupcontainer {
        z-index: 5;
        width: 600px;
        background: #fff;
        border-radius: 5px;
        margin: 0 auto;
        position: fixed;
        top: 50%;
        left: 48%;
        transform: translate(-50%, -50%);
        overflow: auto;
    }

    .cookie_cignalogo {
        background: url('/App_Themes/vielife/../default/Redesign/images/mainlogo.png?v=22') no-repeat;
        background-size: 124px 44px;
        width: 1324px;
        height: 44px;
        float: left;
    }

    .cookie_padLeft0 {
        padding-left: 0;
    }

    .cookie_padLeftRight {
        padding-left: 0;
        padding-right: 0;
    }

    .cookie_pad0 {
        padding: 0px;
    }

    .cookie_martopbtm15 {
        margin: 15px 0px;
    }

    .cookie_martopbtm10 {
        margin: 10px 0px;
    }

    .c_align {
        text-align: left;
    }

    .cookie_titledots {
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .cookie_infospacing {
        padding: 5px 20px 20px 20px;
        min-height: 350px;
        height: auto;
    }

    .cookie_bordertb {
        border: 1px solid #e6e6e6;
        border-left: none;
        border-right: none;
    }

    .cookie_menuBluepatch {
        width: 8px;
        height: 40px;
        background: #00a8e3;
        float: left;
    }

    .cookie_padtopbtm {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cookie_padtopbtm0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .cookie_titletxt {
        font-size: 16px;
        color: #6d6d6d;
        min-width: 360px;
        width: auto;
        font-weight: Bold;
        text-decoration: none;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutextselected {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 11px 0px 11px 17px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightTitle {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightText {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        line-height: 20px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutext {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 25px;
        background-color: #f4f4f4;
        border-bottom: 1px solid #e7e7e7;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_InfoLink {
        font-size: 14px;
        color: #00a8e3;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
    }

    .cookie_buttonWhitebg, #ConfirmMyChoiceCookieConsent {
        width: auto;
        float: left;
        background-color: #f8f8f8;
        color: #188ccc;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: left;
        box-shadow: 1px 1px 2px #e8e8e8;
        margin-top: 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_buttonBluebg {
        width: auto;
        float: left;
        background-color: #0070bc;
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: right;
        box-shadow: 1px 1px 2px #e8e8e8;
        margin-top: 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_btmbuttons {
        /*position: normal;
		 bottom: -15px;
		left: -1px; 
		background-color: #fff;
		padding: 0px;*/
        background-color: transparent;
    }

    .cookie_menubottom_margin {
        margin-bottom: 0px;
    }
}



@media (min-width: 1024px) {

    .cookie_mobilechange {
        display: block;
    }

    .cookie_mobilechange1 {
        display: none;
    }

    .xs-column-reverse {
        display: flex;
        flex-direction: unset;
    }

    .cookies_alert {
        /* height: 120px;
		max-height: 120px; */
    }

        .cookies_alert div.form-group p {
            font-size: 14px;
        }

        .cookies_alert div.form-group button {
            width: auto;
            float: left;
            margin-top: 10px;
            background-color: #fff;
            margin-left: 20px;
            color: #0033ff;
            font-size: 14px;
            font-weight: normal;
            font-family: 'ValueSans-Regular-Pro', Verdana;
        }

        .cookies_alert div.form-group .paddingLeft8p {
            padding-left: 4%;
        }

        .cookies_alert div.form-group button.btnlast {
            width: 145px;
            margin-left: 5px;
        }

    .cookie_popupcontainer {
        z-index: 5;
        width: 600px;
        background: #fff;
        border-radius: 5px;
        margin: 0 auto;
        position: fixed;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
        content: "";
        clear: both;
        display: table;
    }

    .cookie_cignalogo {
        background: url('/App_Themes/vielife/../default/Redesign/images/mainlogo.png?v=22') no-repeat;
        background-size: 124px 44px;
        width: 124px;
        height: 44px;
        float: left;
    }

    .cookie_padLeft0 {
        padding-left: 0;
    }

    .cookie_padLeftRight {
        padding-left: 0;
        padding-right: 0;
    }

    .cookie_pad0 {
        padding: 0px;
    }

    .cookie_martopbtm15 {
        margin: 15px 0px;
    }

    .cookie_martopbtm10 {
        margin: 10px 0px;
    }

    .c_align {
        text-align: left;
    }

    .cookie_titledots {
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .cookie_infospacing {
        padding: 5px 20px 20px 20px;
        min-height: 350px;
        height: auto;
    }

    .cookie_bordertb {
        border: 1px solid #e6e6e6;
        border-left: none;
        border-right: none;
    }

    .cookie_menuBluepatch {
        width: 8px;
        height: 40px;
        background: #00a8e3;
        float: left;
    }

    .cookie_padtopbtm {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cookie_padtopbtm0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .cookie_titletxt {
        font-size: 16px;
        color: #6d6d6d;
        font-weight: Bold;
        text-decoration: none;
        min-width: 360px;
        width: auto;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutextselected {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 11px 0px 11px 17px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightTitle {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: Bold;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_SelectedRightText {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        line-height: 20px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_menutext {
        font-size: 12px;
        color: #6d6d6d;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 12px 0px 12px 25px;
        background-color: #f4f4f4;
        border-bottom: 1px solid #e7e7e7;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_InfoLink {
        font-size: 14px;
        color: #00a8e3;
        font-weight: 500;
        text-align: left;
        text-decoration: none;
        padding: 0px 0px 0px 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_buttonWhitebg, #ConfirmMyChoiceCookieConsent {
        width: auto;
        float: left;
        background-color: #f8f8f8;
        color: #0033ff;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: left;
        box-shadow: 1px 1px 2px #e8e8e8;
        margin-top: 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_buttonBluebg {
        width: auto;
        float: left;
        background-color: #0033ff;
        color: #ffffff;
        font-size: 14px;
        font-weight: normal;
        border-radius: 4px;
        border: none;
        padding: 7px 15px;
        float: right;
        box-shadow: 1px 1px 2px #e8e8e8;
        margin-top: 0px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_btmbuttons {
        /*position: normal;
		 bottom: -15px;
		left: -1px; 
		background-color: #fff;
		padding: 0px;*/
        background-color: transparent;
    }

    .cookie_menubottom_margin {
        margin-bottom: 0px;
    }
}
