/* file requested: /App_themes/default/redesign/gdpr_styles.css */
/* file resolved: /App_themes/default/redesign/gdpr_styles.css */
/**********APPLY TO GDPR!! START************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.content {
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    max-width: 1170px;
}

    .content div p {
        text-align: left;
    }

.fade_in {
    background: rgba(0,0,0,0.5);
    z-index: 4;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

/*************CODE FOR GDPR ELEMENTS *STARTS* HERE***************/

.cookies_alert {
    background-color: #004986;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    z-index: 3;
    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 {
        /* width: 50%; */
        float: left;
        text-align: left;
        font-size: 14px;
        padding: 0;
        margin: 0;
    }

        .cookies_alert div.form-group p a {
            color: #fff;
            font-weight: bold;
            text-decoration: underline
        }

#RejectAllCookieConsent {
    background-color: #004986;
    color: #fff;
    border: 1px #6d6d6d solid;
}

#RejectAllCookieConsent {
    background-color: #ffffff;
    color: #0033ff;
}

.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;
    }

.cookies_alert .paddingLeftRight0 {
    padding: 0px 0px;
}


/* .cookies_alert div.form-group button:hover {	
	font-weight: bold;
	} */


/*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*/
    }
}

.cookie_table {
    width: 100%;
    border-radius: 10px;
    height: 282px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .cookie_table table {
        width: 100%;
    }


    .cookie_table .column1 {
        width: 40%;
        padding-left: 10px;
        border-radius: 5px 0px 0px 5px;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

    .cookie_table .column2 {
        width: 30%;
    }

    .cookie_table .column3 {
        width: 30%;
        border-radius: 0px 5px 5px 0px;
    }

    .cookie_table th {
        color: #fff;
        line-height: 1.4;
        background-color: #0033ff;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left;
        font-family: 'ValueSans-Regular-Pro', Verdana;
    }

.cookie_list_text {
    font-size: 20px !important;
    padding: 15px 0px 0px 20px !important;
}

.cookie_table td {
    line-height: 2.5;
    font-family: 'ValueSans-Regular-Pro', Verdana;
}

.cookie_table tr:nth-child(odd) {
    background-color: #dde3e7;
}

.btn_goback {
    padding-right: 25px;
    text-align: right;
    font-family: 'ValueSans-Regular-Pro', Verdana;
}

a {
    text-decoration: none;
    color: #0033ff;
}

    a:hover {
        text-decoration: underline;
        color: #0033ff;
    }


#ot-sdk-btn-floating.ot-floating-button {
    position: fixed;
    bottom: 50px;
    width: 50px;
    height: 50px;
    line-height: 15px;
    cursor: pointer;
    background-color: transparent;
    transform-style: preserve-3d;
    transition: all 300ms ease;
    perspective: 1000px;
    z-index: 2147483646;
    animation: otFloatingBtnIntro 800ms ease 0ms 1 forwards;
    left: 25px;
}

    #ot-sdk-btn-floating.ot-floating-button::before {
        content: "";
        border: 5px solid transparent;
        z-index: 1001;
        top: 50%;
        border-left-width: 0;
        border-right-color: #333;
        right: calc(0em - 5px);
        transform: translate(10px, -50%);
    }

    #ot-sdk-btn-floating.ot-floating-button::before, #ot-sdk-btn-floating.ot-floating-button::after {
        text-transform: none;
        line-height: 1;
        user-select: none;
        pointer-events: none;
        position: absolute;
        transform: scale(0);
        opacity: 0;
        transition: all 300ms ease;
        display: block;
        height: auto;
    }

#ot-sdk-btn-floating .ot-floating-button__front.custom-persistent-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100px;
}

#ot-sdk-btn-floating .ot-floating-button__front {
    background-color: #6aaae4;
    transform: rotateY(0);
}

#ot-sdk-btn-floating .ot-floating-button__front, #ot-sdk-btn-floating .ot-floating-button__back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: transform .6s;
    transform-style: preserve-3d;
}

#ot-sdk-btn-floating.ot-floating-button button {
    background-color: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#ot-sdk-btn-floating.ot-floating-button.ot-pc-open .ot-floating-button__back {
    transform: rotateY(0);
}


#ot-sdk-btn-floating .ot-floating-button__back.custom-persistent-icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100px;
    background-color: honeydew;
}




.ot-floating-button__front {
    background-image: url('/App_Themes/default/Redesign/images/ot_persistent_cookie.png?v=22');
}

.ot-floating-button__back {
    background-image: url('/App_Themes/default/Redesign/images/icon_brighter_bad.gif?v=22');
}


.mobile-device-cookie {
    display: none;
}





/*************CODE FOR GDPR ELEMENTS *ENDS* HERE***************/



@media only screen and (max-width: 600px) {
    .cookie_table tr {
        display: grid;
        border: 1px solid white;
        padding-left: 10px;
    }



    .cookie_table {
        background-color: #f5f5f5;
    }


        .cookie_table .column1 {
            padding-left: 0px;
            font-weight: bold;
        }

        .cookie_table th {
            display: none;
        }

        .cookie_table tr:nth-child(even) {
            background-color: #e3e7e9;
        }

        .cookie_table tr:nth-child(odd) {
            background-color: #e3e7e9;
        }

    .mobile-device-cookie {
        display: block;
    }
}

/*************MEDIA QUERIES CODE FOR GDPR ELEMENTS *STARTS* HERE***************/
@media (max-width: 320px) {

    .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;
    }

        .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;
        }
}


@media (min-width: 320px) {

    .cookies_alert {
        /* height: 160px;
	max-height: 160px; */
        height: auto;
    }

        .cookies_alert div.form-group button {
            width: 23%;
            float: left;
            /* margin-top: 10px; */
            background-color: #fff;
            margin-left: 5px;
            color: #188ccc;
            font-size: 11px;
            font-weight: normal;
        }

        .cookies_alert div.form-group p {
            /* margin-left: 10px; */
            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;
            }
}


@media (min-width: 520px ) and (max-width: 768px) {

    .cookies_alert {
        /* height: 110px;
	max-height: 110px; */
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .cookies_alert {
        /* height: 110px;
	max-height: 110px; */
    }

        .cookies_alert div.form-group p {
            font-size: 12px;
            /* margin-left: 40px; */
        }

        .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;
        }

        .cookies_alert button.marginLeft0 {
            margin-left: 0px !important;
        }

        .cookies_alert div.form-group button.btnlast {
            width: 145px;
        }
    /* .cookies_alert .paddingLeft8p {
    padding-left: 0%;
}
.cookies_alert div.form-group button{ margin-left:0px; } */

}


@media (min-width: 1024px) {

    .cookies_alert {
        /* height: 120px;
	max-height: 120px; */
    }

        .cookies_alert div.form-group p {
            font-size: 14px;
            /* margin-left: 30px; */
        }

        .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;
        }

        .cookies_alert div.form-group .paddingLeft8p {
            padding-left: 4%;
        }

        .cookies_alert div.form-group button.btnlast {
            width: 145px;
        }
}
