.eucookielaw-blocked-contents{

    border: 2px dashed #ccc;
    padding: 0.5em;
    background: url(cookie.png) no-repeat top right;

}

.eucookielaw-button-item{

    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px #666;
    padding: 0.3em 40px 0.3em 0.3em;
    text-decoration: none;
    color: #800;
    font-weight: bold;
    background: #fff url(cookie.png) no-repeat top right;
    background-size: contain;

}

i.mce-i-eucookielaw {
    background-image: url(cookie.png);
}
span.eucookielaw-info-submit{
    display: none;
}
.fixed-on-top{
    position: fixed;
    top: 20px;
    right: 1px;
    z-index: 9999;
    padding: 1em;
    border: 1px solid #ccc;
    background-color: #fff;
    max-width: 400px;
    background-color: rgba(255,255,255,0.8);
}

.fixed-on-top span.eucookielaw-info-submit{
    display: block;
    padding: 0.5em;
    font-size: 1em;
    color: #000;
}
.fixed-on-top span.eucookielaw-info-submit:last-child{
    max-height: 0;
    height: 0;
    padding: 0em;
    overflow: hidden;

    display: block;
    margin: 0.5em;
    font-size: 0.8em;
    color: #444;

    transition-property: max-height, padding;
    transition-duration: 0.5s;
}
    .fixed-on-top:hover span.eucookielaw-info-submit:last-child{
        max-height: 100px;
        padding: 0.5em;
        height: auto;
    }
div.alert {
    background: #fff;
    border-left: 4px solid #ffaa44;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 15px 2px;
    padding: 1px 12px;
}

#eucookielaw-settings{
    position: fixed;
    top: 100px;
    left: 180px;
    right: 150px;
    bottom: 100px;
    border: 1px solid #ccc;
    border-radius: 1em;
    background-color: #fff;
    padding: 1em;
    z-index: 999;
}

    #eucookielaw-settings textarea{
        position: absolute;
        left: 5%;
        bottom: 3em;
        top: 1em;
        width: 90%;
        display: block;

    }

    #eucookielaw-settings p{
        clear: both;
        bottom: 0;
        position: absolute;
        left: 5%;
        width: 90%;
        text-align: right;
    }

input.invalid{

    border: 1px solid #c00;
    background-color: #fee;

}

input.invalid-by{

    border: 1px solid #f84;
    background-color: #ffe;
}

ul.scanned-url{
    list-style: disc;
    margin-left: 1em;
}

#eucookielaw-languages-tab{
    border: 1px solid #ccc;
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.language_box{
    margin-top: 0;
    border: 1px solid #ccc;
    border-top-width: 0;
}
#eucookielaw-languages-tab li{
    display: inline;
    display: inline-block;
    padding: 0.5em;
    margin: 0.5em;
    border: 1px solid #036;

}
    #eucookielaw-languages-tab li.current{
        background-color: #ff8;
        border: 1px solid #ddd;
        -moz-box-shadow: 4px 4px 10px;
        -webkit-box-shadow: 4px 4px 10px;;
        box-shadow: 4px 4px 10px;
    }
#add-new-language-box{
    color: #fff;
    background: #369;
}

.mark-deleted input{
    display: none;

}
.mark-deleted span{
    display: block;
    padding: 0.5em;
    border: 1px solid #ccc;
    background-color: #efe;
}
.mark-deleted span.deleted{
    display: none;
}
.mark-deleted input:checked~span.active {
    display: none;
}

.mark-deleted input:checked~span.deleted {
    display: block;
    background-color: #fee;
}

.highlight-html{
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 0.5em;
}
.pl-ent{
    font-weight: bold;

}

.pl-e{
    color: #844;
}

.pl-s{
    font-style: italic;
    color: #444;

}

ul.help{

    list-style-type: square;
    padding-left: 1em;
    list-style-position: outside;
    margin-left: 1em;

}

    ul.help li {
        padding-left: 0em;
        line-height: 1.8em;
    }