﻿/*Cookie Consent Begin*/
#cookieConsent {
    border-radius: 5px 5px 0 0;
    background-color: rgba(20,20,20,0.95);
    min-height: 26px;
    max-width: 400px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

    #cookieConsent a {
        color: #0094FF;
        text-decoration: none;
    }

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -8px -8px 8px 8px;
    font-weight: bold;
}

    #closeCookieConsent:hover {
        color: #FFF;
    }

#cookieConsentOK {
    background-color: #F1D600;
    color: #000 !important;
    display: block;
    border-radius: 5px;
    height: 30px;
    text-align: center;
    width: 50px;
    cursor: pointer;
    line-height: 30px;
    margin: 0 auto;
}

    #cookieConsentOK:hover {
        background-color: #E0C91F;
    }
/*Cookie Consent End*/
