/**handles:mdf_posts_messeger_css**/
.mdf_icon_subscr{
    width:  25px;
    height: 25px;
    background-image: url(https://jordanandjacob.com/wp-content/plugins/wp-meta-data-filter-and-taxonomy-filter/ext/mdf_posts_messenger//images/feedback.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.mdf_products_messenger_container .mdf_subscr_list ul{
    list-style: none;
}
.mdf_subscr_list p:hover.mdf_tooltip span.mdf_tooltip_data {
    bottom: 30px;
}
.mdf_subscr_list ul{
    list-style: none;
}
.mdf_subscr_item{
    vertical-align: middle;
    margin-bottom: 10px;
}
.mdf_subscr_item a{
    padding: 4px 0 0 2px;
    text-decoration: none;

}
.mdf_subscr_item a:hover{
    background: #f2f2f2
}
.mdf_subscr_list input.mdf_remove_subscr{   
    background: none;
    margin-left: 10px;
    text-decoration: none;
    color: #515151;
    border: 2px solid #ebebeb;
    float:right;
    -webkit-box-shadow: none;
    text-shadow: none;

}
.mdf_subscr_list input.mdf_remove_subscr:hover{   
    background: #ebe9eb;
}
#mdf_add_subscr{   
    background: none;
    text-decoration: none;
    color: #515151;
    border: 2px solid #ebebeb;
    -webkit-box-shadow: none;
    text-shadow: none;
}
#mdf_add_subscr:hover{
    background: #ebe9eb;
}
.mdf_subscr_price, .mdf_author_name, .mdf_terms{
    margin-right: 5px;
    vertical-align: middle;
}
a.mdf_remove_subscr{
    margin-left: 5px;
    padding: 0;
    vertical-align: middle;
}
.mdf_cron_link{
    color: red;

}
.mdf_products_messenger_notes_for_customer{
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    font-style: italic;
    color: #bbb;
}

/*****************************/
p.mdf_tooltip {
    position: relative;
    display: inline;
    line-height: normal !important;
}
p.mdf_tooltip span.mdf_tooltip_data {
    position: absolute;
    width:auto;
    min-width: 140px;
    max-width: 300px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    min-height: 19px;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    margin-top: -30px;
}
p.mdf_tooltip span.mdf_tooltip_data:after {
    /*
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    */
}
p:hover.mdf_tooltip span.mdf_tooltip_data {
    visibility: visible;
    opacity: 0.8;
    bottom: 10px;
    left: 50%;
    margin-left: -74px;
    z-index: 999;
}
.mdf_posts_messenger_notes_for_customer{
        color: #7c7979;
    font-style: italic;
    font-size: 12px;
}