
    .ui-widget-overlay {
        opacity: 0.5;
        filter: Alpha(Opacity=50);
        background-color: black;
    }

    .ui-widget-header {
        border: 1px solid #dddddd !important;
        background: #e9e9e9 !important;
        color: #333333 !important;
        font-weight: bold !important;
    }

    .btn-color {
        color: #000000 !important;
    }
    #dlgLegalMessage {
        background-color: #92d400;
        bottom: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
        color: white;
        display: block;
        /*height: 40px;*/
        padding: 0px 16px;
        position: fixed;
        right: 0;
        text-align: center;
        float: right;
        line-height: 40px;
        vertical-align: middle;
        z-index: 2147483647;
    }
    #dlgCookieMessage {
        background-color: #92d400;
        bottom: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
        color: white;
        display: block;
        /*height: 60px;*/
        padding: 0px 16px;
        position: fixed;
        right: 0;
        text-align: center;
        float: right;
        line-height: 20px;
        vertical-align: middle;
        z-index: 2147483647;
    }
    #dlgCookieMessageText {
        width: 80%;
        display: block;
        float: left;
        text-align: center;
        vertical-align: middle;
        padding: 0px 16px;
        line-height: 20px;
    }

    #dlgCookieMessageButtons {
        width: 20%;
        display: block;
        float: left;
        text-align: center;
        vertical-align: middle;
        padding: 0px 16px;
        line-height: 20px;
    }
    #dlgPrivacyMessage {
        background-color: #92d400;
        top: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 3px;
        color: white;
        display: block;
        /*height: 60px;*/
        padding: 0px 16px;
        position: fixed;
        right: 0;
        text-align: center;
        float: right;
        line-height: 20px;
        vertical-align: middle;
        z-index: 2147483647;
    }
    #dlgPrivacyMessageText {
        width: 80%;
        display: block;
        float: left;
        text-align: center;
        vertical-align: middle;
        padding: 0px 16px;
        line-height: 20px;
    }

    #dlgPrivacyMessageButtons {
        width: 20%;
        display: block;
        float: left;
        text-align: center;
        vertical-align: middle;
        padding: 0px 16px;
        line-height: 20px;
    }

    @media only screen and (max-width: 600px) {
        #dlgCookieMessage, #dlgCookieMessage *, #dlgPrivacyMessage, #dlgPrivacyMessage * {
            width: 100%;
        }
        #cmdCookieAccept, #cmdCookieClose, #cmdPrivacyAccept, #cmdPrivacyClose {
            width: 40%;
            margin-bottom: 10px;
        }
    }
