﻿
/* ---------------- ----            Cookie Dialog */
.cookie-section {
    background-color: rgba(3,157,232,0.7);
    padding: 10px 0 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    color: #fff;
}

    .cookie-section .btn {
        text-transform: uppercase;
        text-decoration: none;
    }


    .cookie-section .btn-light {
        color: black;
    }

        .cookie-section .btn-light:hover {
            background-color: darkgrey;
            text-decoration: none;
        }

    .cookie-section a {
        color: #fff;
        text-decoration: underline;
    }

.inactive {
    color: #ccc !important;
}

    .inactive p {
        color: #ccc !important;
    }

    .inactive h4 {
        color: #ccc !important;
    }

/* custom css*/

.cookie-dialog {
    color: black;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

    .cookie-dialog a {
        color: #337ab7;
        text-decoration: none;
        font-size: 14px;
    }

    .cookie-dialog .btn-cookie-primary {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .cookie-dialog .btn-cookie {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .cookie-dialog .btn-cookie-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .cookie-dialog p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #000;
        font-weight: 400;
    }

    .cookie-label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
