@CHARSET "utf-8";

div#fb-con-wrapper-gdpr {
    width: 500px;
    padding: 20px 25px;
    position: fixed;
    bottom: 50%;
    left: 50%;
    margin-left: -250px;
    z-index: 9999;
    background-color: white;
    color: #444;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    display: none;
}
div#fb-con-wrapper-gdpr a:not(.btn) {
  color:inherit;
  text-decoration: underline;
}
div#fb-con-wrapper-gdpr a:hover {
  text-decoration: none;
}
div#fb-con-gdpr {
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.7;
    background-color: #444;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9998;
    position: fixed;
    bottom: 0;
    top: 0;
    left:0;
    display: none;
}


@media (max-width: 767px){
    div#fb-con-wrapper-gdpr {
        width: 90%!important;
        left: 5%!important;
        margin-left: 0px!important;

    }

}



#button-close-gdpr{
    background: url("../img/fancybox.png") repeat scroll -40px 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    z-index: 1103;
}

.block-do-not-show-again-gdpr .btn:focus {
    outline: thin dotted #333;
    outline-offset: -2px;
}
.block-do-not-show-again-gdpr .btn:hover, .block-do-not-show-again-gdpr .btn:focus {
    text-decoration: none!important;
}
.block-do-not-show-again-gdpr .btn:active, .block-do-not-show-again-gdpr .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}


.fbloginblock-gdpr-checkbox-block .fbloginblock-gdpr-checkbox{
    float:left;
    width: 5%;
    padding-top:3px;
}
/*.fbloginblock-gdpr-checkbox-block .fbloginblock-gdpr-content{
    float:left; width: 95%;
    line-height: 1.3em;

}*/
.fbloginblock-gdpr-checkbox-block-clear{clear: both}
.error-label, .error-label p{color:red!important;}
