﻿
.fixed-banner {
    position: fixed;
    font-size: 14px;
    line-height: 1.4;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px #aaa solid;
    line-height: 24px;
    z-index: 9999;
}

    .fixed-banner .controls {
        float: right;
    }

    .fixed-banner .container {
        padding: 15px 0;
        margin:0;
    }


.overlay.cookie-consent {
    background-color: #000;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:9999;
}

.modal.cookie-settings .cookies-used .scroll {
    overflow-y: auto;
    height: 134px;
}

.button {
    display: inline-block;
    text-decoration: none!important;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 7.5px;
    border-radius: 2px;
    color: #000!important;
    background-color: #dddddd;
    border: 1px solid #949494;
    background: linear-gradient(to bottom, #f6f6f6, #dddddd);
    text-align:center;
}

.fixed-banner .button {
    margin-left: 5px;
}

.cookie-page .button {
    border: 1px solid #949494;
}

.button:hover, .modal.cookie-settings .button:hover, .fixed-banner .button:hover {
    text-decoration: none;
}

.modal.cookie-settings .button:active, .button:active {
    box-shadow: 0 2px 1px rgba(0,0,0,0.3) inset
}

.modal.cookie-settings {
    width: 600px;
    background-color: #fff;
    margin: 15px auto 0;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
}

    .modal.cookie-settings .tabs {
        float: left;
        width: 125px;
        text-align: center;
        font-size: 14px;
    }

    .modal.cookie-settings .content {
        margin-left: 125px !important;
        width: auto !important;
        min-width: initial !important;
        max-width: initial !important;
        padding: 15px;
    }

    .modal.cookie-settings .body {
        overflow: hidden;
    }

    .modal.cookie-settings .tabs .tab {
        background: #eee;
        display: block;
        height: 70px;
        line-height: 70px;
        border-bottom: #ccc 1px solid;
        text-decoration: none;
        color: #000;
        border-right: 1px solid #ccc;
    }

    .modal.cookie-settings .cookies-used .scroll > div {
        border-bottom: 1px solid #ccc;
    }

    .modal.cookie-settings .cookies-used div {
        padding: 5px;
    }

    .modal.cookie-settings .cookies-used .heading {
        background: #eee;
    }

    .modal.cookie-settings .footer, .overlay .modal.cookie-settings .header {
        clear: both;
        background-color: #eee;
        padding: 10px;
        overflow: hidden;
    }

    .modal.cookie-settings .footer {
        border-top: 1px solid #ccc;
        line-height: 25px;
    }

    .modal.cookie-settings .header {
        border-bottom: 1px solid #ccc;
    }

    .modal.cookie-settings .footer > .button {
        float: right;
    }

    .modal.cookie-settings .tabs .tab:hover {
        background-color: #ddd;
    }

    .modal.cookie-settings .tabs .tab:last-child {
        border-bottom: 0;
    }

    .modal.cookie-settings .tabs .tab.active {
        background: #fff;
        border-right: 0;
    }

    .modal.cookie-settings .content .tab-content > div {
        margin: 0 0 10px;
    }

    .modal.cookie-settings .content .tab-content .checkbox {
        float: right;
    }


.slider-checkbox {
    position: relative;
}

    .slider-checkbox input {
        margin: 0px;
        margin-top: 1px;
        cursor: pointer;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        background: red;
        width: 35px;
        height: 20px;
    }

        .slider-checkbox input + .label.disabled:before, .slider-checkbox input + .label.disabled:after {
            content: '';
            display: none;
            padding-left: 0;
        }

        .slider-checkbox input:checked + .label:before {
            background-color: #1877c1;
            content: " ";
            padding-left: 6px;
        }

        .slider-checkbox input:checked + .label:after {
            left: 18px;
        }

    .slider-checkbox .label {
        position: relative;
        padding-left: 41px;
    }

        .slider-checkbox .label:hover {
            cursor: pointer;
        }

        .slider-checkbox .label:before, .slider-checkbox .label:after {
            position: absolute;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            transition: background-color 0.3s, left 0.3s;
        }

        .slider-checkbox .label:before {
            content: "";
            color: #fff;
            box-sizing: border-box;
            padding-left: 23px;
            font-size: 16px;
            font-weight: bold;
            line-height: 26px;
            background-color: #888;
            left: 0px;
            top: 0px;
            height: 18px;
            width: 35px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

        .slider-checkbox .label:after {
            content: "";
            letter-spacing: 20px;
            background: #fff;
            left: 1px;
            top: 1px;
            height: 16px;
            width: 16px;
        }

.cookie-page .table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.cookie-page .table {
    empty-cells: show;
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    width: 100%;
}

    .cookie-page .table td:first-child, .cookie-page.table th:first-child {
        border-left-width: 0;
    }

    .cookie-page .table td {
        background-color: transparent;
    }

    .cookie-page .table td, .cookie-page .table th {
        border-left: 1px solid #cbcbcb;
        border-width: 0 0 0 1px;
        font-size: inherit;
        margin: 0;
        overflow: visible;
        padding: .5em 1em;
        border-bottom: 1px solid #cbcbcb;
    }

    .cookie-page .table tbody > tr:last-child > td {
        border-bottom-width: 0;
    }

    .cookie-page ul {
        padding-left:20px;
        margin:10px 0;
    }
.cookie-page .pageDiv{
    font-size:14px;
    line-height:1.4;
}
.cookie-page a {

}

.cookie-page .pageDiv p {
    margin:0 0 15px;
}
.cookie-page table{
    margin:15px 0;
}