﻿.hiddenCookie {
    display: none;
}

.cookies-concent-dialog.spacer {
    height: 185px;
    visibility: hidden;
}

.cookies-concent-dialog.height-wrapper {
    height: 185px;
    position: fixed;
    z-index: 600;
    top: 0;
}

.cookies-concent-dialog.fixed-wrapper {
    width: 100%;
    background-color: #525252;
    position: fixed;
}

.cookies-relays-dialog.fixed-wrapper.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.cookies-concent-dialog.ct, .cookies-concent-dialog.ct-legacy {
    color: #ffffff;
    padding: 10px 0;
    margin: 0 auto;
    width: 1100px;
    font-size:12px;
}

    .cookies-concent-dialog.ct .ct-col1 {
        display: inline-block;
        max-width: 70%;
        vertical-align: middle;
    }

    .cookies-concent-dialog.ct .ct-col2 {
        display: inline-block;
        width: 25%;
        text-align: right;
        vertical-align: middle;
    }

.cookies-concent-dialog.title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 1em;
}

.cookies-concent-dialog.description {
}

.cookies-concent-dialog .link {
    color: #78BE20 !important;
}

.cookies-concent-dialog.concent {
}

    .cookies-concent-dialog.concent .checkbox-group {
        background-color: #454545;
        padding: 4px 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .cookies-concent-dialog.concent .buttonCookies-ct {
        font-weight: bold;
        background-color: #454545;
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 4px;
        font-size: 8pt;
    }

    .cookies-concent-dialog.concent .cookieCheckbox {
        vertical-align: middle;
        margin-bottom:5px;
    }

    .cookies-concent-dialog.concent label {
        user-select: none;
        margin-right: 30px
    }

    .cookies-concent-dialog.concent .options-link {
        color: #ffffff;
        font-weight: bold;
        vertical-align: middle;
        padding-right: 20px;
        text-decoration: none;
        margin-right: 30px;
    }

    .cookies-concent-dialog.concent .buttonCookies {
        margin: auto;
        padding: 7px 20px;
        display: inline-block;
        width: auto;
        height: auto;
        line-height: 1em;
        vertical-align: middle;
        background-color: #78BE20;
        -webkit-appearance: none;
    }

.cookies-concent-dialog.ct-legacy .cookies-concent-dialog.concent .buttonCookies {
    margin-left: 15px;
}

.cookies-concent-dialog.footer {
    padding-top:10px;
}

.spacer {
    clear: both;
    display: block;
    height: 15px;
    width: 100%;
}

/*.cookies-relays-dialog.fixed-wrapper.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}*/

/*VERTICAL - ACCORDION */
.options-popup {
    width: 100%;
    margin: 0 auto;
}

.options-popup-close {
    float: right;
    margin: 15px;
    cursor: pointer;
    z-index: 1;
}

.options-lf-logo {
    background-image: url(/images/Cookie/littlefuse-logo.gif);
    width: 210px;
    height: 47px;
    float: left;
}

.options-popup-header {
    font-size: 20px;
    clear: both;
    margin: 10px 30px;
    overflow: auto;
}

.options-popup-title {
    margin-left: 57px;
    vertical-align: top;
    line-height: 35px;
}

.options-popup-content-titles {
    float: left;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
}

.options-popup-content {
    clear: both;
    padding-top: 10px;
    font-size: 12px;
}

.options-mobile .vbox-close {
    display: none;
}

@media only screen and (max-width: 320px) {
    .options-popup-title {
        margin: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    .options-popup {
        width: 100%;
        margin: 0 auto;
    }

    .options-popup-close {
        margin: 10px;
    }

    .options-popup-header {
        margin: 15px;
        font-size: 18px;
        clear: none;
    }

    .options-popup-title {
        margin: 17px;
    }

    .options-footer {
        padding: 15px 10px !important;
    }

    .options-right {
        margin-top: 10px;
    }

    .options-lf-logo {
        background-image: url(~/media/9620ab85af0f405abc0f3e1d9cfaa421.ashx);
        width: 42px;
        height: 41px;
    }

    .options-popup-content {
        padding-top: 1px;
    }
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

    h2.resp-accordion span {
        margin-left: 5px;
    }

.resp-tab-content {
    display: none;
    padding: 1px 15px;
}


.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
    border-left: 5px solid #007e3a !important;
    color: #007e3a;
    font-weight: bold !important;
}

.resp-vtabs li.resp-tab-active span {
    margin-left: 0 !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}

h2.resp-accordion {
    font-size: 14px;
    margin: 0;
    padding: 15px;
    font-weight: normal;
}

h2.resp-tab-active {
    border-bottom: 2px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    padding: 5px 0;
    float: left;
    width: 35%;
    margin-left: 30px;
    background-color: rgb(245, 245, 245);
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.resp-vtabs .resp-tabs-list li {
    display: flex;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

    .resp-vtabs .resp-tabs-list li span {
        margin-left: 5px;
        font-size:15px;
    }

    .resp-vtabs .resp-tabs-list li.borders {
        border-top: 2px #D5D7D8 solid;
    }

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 55%;
    min-height: 250px;
    clear: none;
    margin: 3px 0 0 20px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-left: 5px solid #007E3A !important;
    color: #007e3a;
}

.resp-arrow {
    width: 15px;
    height: 10px;
    float: right;
    background-image: url(../images/mobile/icon_arr_d.png);
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    background-image: url(../images/mobile/icon_arr_u.png);
}
/*<<<<<<<<<*/
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

    h2.resp-tab-active span {
        margin-left: 0 !important;
    }

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1; /* !important;*/
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 0px solid; /* !important;*/
}

.privacy-options {
    float: right;
    color: #00AEC7;
    font-weight: bold;
}

.options-footer {
    padding: 15px 30px;
    clear: both;
    display: block;
    overflow: auto;
    font-size:15px;
}

.options-left {
    float: left;
}

.span-italic {
    font-style: italic;
}

.options-right {
    float: right;
}

    .options-right .btn-block1 {
        background-color: #78BE20;
        border-style: none;
        -webkit-appearance: none;
        border-radius: 0;
        color: #fff;
        padding: 10px 20px;
        font-weight: bold;
    }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        border-top: 2px solid;
    }

    .resp-vtabs .resp-tab-content {
        background-color: #fff;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
        margin: 3px 0 0 0;
        background-color: #f5f5f5;
        padding: 5px 0;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-tab-content {
        padding: 15px 20px;
    }

    .cookies-concent-dialog.ct, .cookies-concent-dialog.ct-legacy {
        padding: 20px 10px;
    }

    .margin-r-10 {
        margin-right: 10px;
    }
}

/*********************/
.switch-wrapper {
    float: right;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 85px;
    height: 30px;
    padding: 3px;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #77787B;
    border-radius: inherit;
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 5px;
        color: #ffffff;
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #00aec9;
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-handle {
    left: 59px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
