﻿#warning-bar {
    position: static;
    font-family: "Roboto", sans-serif;
    background: #2a73a6;
    color: white;
}

    #warning-bar.fixed-buttom {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 99;
        left: 0;
    }

    #warning-bar .bg-primary {
        color: #fff;
    }

        #warning-bar .bg-primary a {
            color: #fff;
            overflow: hidden;
            position: relative;
        }

            #warning-bar .bg-primary a:after,
            #warning-bar .bg-primary a:before {
                content: "";
                position: absolute;
                bottom: 0;
                width: 50%;
                height: 1px;
                background: #fff;
                transition: width 0.3s;
            }

            #warning-bar .bg-primary a:before {
                right: 50%;
            }

            #warning-bar .bg-primary a:after {
                left: 50%;
            }

            #warning-bar .bg-primary a:hover:before {
                width: 0;
            }

            #warning-bar .bg-primary a:hover:after {
                width: 0;
            }

    #warning-bar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #warning-bar li {
        padding: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    #warning-bar .warning-bar-item,
    #warning-bar .warning-bar-item .container {
        position: relative;
    }

    #warning-bar .btn-ghost {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-weight: 600;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        font-size: 13px;
        padding-left: 2em;
        padding-right: 2em;
        line-height: 1.75;
    }

        #warning-bar .btn-ghost:focus,
        #warning-bar .btn-ghost:active:focus,
        #warning-bar .btn-ghost.active:focus,
        #warning-bar .btn-ghost.focus,
        #warning-bar .btn-ghost:active.focus,
        #warning-bar .btn-ghost.active.focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        #warning-bar .btn-ghost:hover,
        #warning-bar .btn-ghost:focus,
        #warning-bar .btn-ghost.focus {
            color: #333;
            text-decoration: none;
        }

        #warning-bar .btn-ghost:active,
        #warning-bar .btn-ghost.active {
            outline: 0;
            background-image: none;
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 0 rgba(0, 0, 0, 0.25);
            -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) 1px 2px 0 rgba(0, 0, 0, 0.25);
        }

        #warning-bar .btn-ghost.disabled,
        #warning-bar .btn-ghost[disabled],
        fieldset[disabled] #warning-bar .btn-ghost {
            cursor: not-allowed;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
            -moz-box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: none 1px 2px 0 rgba(0, 0, 0, 0.25);
        }

a#warning-bar .btn-ghost.disabled,
fieldset[disabled] a#warning-bar .btn-ghost {
    pointer-events: none;
}

#warning-bar .btn-ghost:hover,
#warning-bar .btn-ghost:active:hover,
#warning-bar .btn-ghost:focus,
#warning-bar .btn-ghost:visited {
    color: #fff;
}

#warning-bar .btn-ghost:hover,
#warning-bar .btn-ghost:active:hover,
#warning-bar .btn-ghost:focus,
#warning-bar .btn-ghost:visited {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#warning-bar .btn-ghost:hover {
    background: #fff;
    color: #2a73a6;
}

#warning-bar button {
    position: relative;
    float: right;
    right: 400px;
    top: 30px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#warning-bar a {
    color: white;
    padding: 0 5px;
    text-decoration: underline;
}

    #warning-bar a:hover {
        color: #ddd;
        padding: 0 5px;
        text-decoration: underline;
    }

#warning-bar .cookie-text {
    margin-left: 90px;
}

@media (max-width: 769px) {
    #warning-bar button {
        position: relative;
        top: 0px;
        right: 0;
        margin-top: 20px;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
    }
}
