﻿.amjs-brandingNotification {
    left: 0px;
    width: 100%;
    min-width: 980px;
    font-size: 10pt;
    position: fixed;
    display: none;
    background-color: rgba(192,192,192,0.9);
    z-index: 1000;
    font-size: 10pt;
    font-family: sans-serif;
}

    .amjs-brandingNotification .amjs-brandingInner {
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }

        .amjs-brandingNotification .amjs-brandingInner .amjs-brandingText {
            color: black;
            font-weight: bold;
            width: 630px;
            float: left;
            margin: 20px 10px;
        }

        .amjs-brandingNotification .amjs-brandingInner img {
            margin: 10px 0 10px 10px;
            float: left;
            max-width: 320px;
        }

    .amjs-brandingNotification .amjs-brandingClose,
    .amjs-brandingNotification .amjs-brandingClose a {
        float: right;
        color: black;
        font-weight: bold;
        margin-right: 10px;
        margin-top: 5px;
        text-decoration: none;
    }

        .amjs-brandingNotification .amjs-brandingClose a:hover {
            color: #2F4F4F;
        }



/* cookie Notification KS 30/01/2014 */
.amjs-cookieNotification {
    left: 0px;
    border: 0;
    width: 100%;
    position: fixed;
    display: none;
    background-color: #00347A;
    opacity: 0.9;
    z-index: 1000;
    font-size: 10pt;
    font-family: sans-serif;
    bottom: 0px;
    height: 45px;
    padding-top: 4px;
}

    .amjs-cookieNotification .text a {
        color: White;
    }

        .amjs-cookieNotification .text a:hover {
            text-decoration: underline;
        }

    .amjs-cookieNotification .text {
        color: White;
        text-align: center;
        width: 60%;
        float: left;
        margin-left: 20%;
    }

        .amjs-cookieNotification .text p {
            margin: 10px auto 10px auto;
            color: #fff;
        }

    .amjs-cookieNotification .close,
    .amjs-cookieNotification .close a {
        float: right;
        color: White;
        margin-right: 10px;
        margin-top: 5px;
        text-decoration: none;
        padding-left: 5px;
        padding-bottom: 2px;
        font-weight: bold;
        padding: 1px 1px 3px 6px;
    }

        .amjs-cookieNotification .close a:hover {
            color: #c7c7c7;
        }

    .amjs-cookieNotification .close {
        border-radius: 5px;
        text-align: center;
        background-color: #8B0E35;
        box-shadow: 1px 1px #000;
    }
        .amjs-cookieNotification .close:hover {
           
        }