@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: 5px;
    font-size: 14px;
    font-weight: bold;
    display: none;
    box-shadow: 0 0 27px 0 #111;
    text-align: center;
    line-height: 1em;
}

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{
    text-align: center;
}



.block-do-not-show-again-gdpr .btn {
    -moz-user-select: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 11px!important;
    font-weight: bold!important;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color:white!important;
    text-decoration: none!important;
}
.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;
}


.block-do-not-show-again-gdpr .btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.block-do-not-show-again-gdpr .btn-danger:hover, .block-do-not-show-again-gdpr .btn-danger:focus, .block-do-not-show-again-gdpr .btn-danger:active, .block-do-not-show-again-gdpr .btn-danger.active {
    background-color: #d2322d;
    border-color: #ac2925;
    color: #fff;
}

.block-do-not-show-again-gdpr .btn-success {
    background-color: #46a74e;
    border-color: #3e9546;
    color: #fff;
}
.block-do-not-show-again-gdpr .btn-success:hover,
.block-do-not-show-again-gdpr.btn-success:focus,
.block-do-not-show-again-gdpr .btn-success:active,
.block-do-not-show-again-gdpr .btn-success.active {
    background-color: #3a8a41;
    border-color: #2c6a31;
    color: #fff;
}


.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;}