/* DESCRIPTION: Styles for the WPUF View Control bulk edit panel on the Posts list table. */
/* Matches WordPress core's bulk edit inline panel styling. */

/* Override WP's #wpbody-content .inline-edit-row fieldset { width: 100% } */
#wpbody-content #wpuf-view-control-edit fieldset.inline-edit-col-left {
    width: 30%;
}

#wpbody-content #wpuf-view-control-edit fieldset.inline-edit-col-center {
    width: 20%;
}

#wpbody-content #wpuf-view-control-edit fieldset.inline-edit-col-right {
    width: 48%;
}

#wpuf-vc-bulk-titles {
    height: 14em;
    border: 1px solid #ddd;
    margin: 0 0 5px;
    padding: 0.2em 5px;
    overflow-y: auto;
}

#wpuf-vc-bulk-titles .ntdelitem {
    padding-left: 23px;
}

#wpuf-vc-bulk-titles .ntdelbutton {
    width: 26px;
    height: 26px;
    margin: 0 0 0 -26px;
    text-align: center;
    border-radius: 3px;
}

#wpuf-vc-bulk-titles .ntdelbutton:before {
    display: inline-block;
    vertical-align: top;
    background: none;
    color: #787c82;
    content: "\f153";
    font: normal 16px/1.625 dashicons;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wpuf-vc-bulk-titles .ntdelbutton:hover:before {
    color: #d63638;
}

#wpuf-vc-bulk-titles .ntdelbutton:focus {
    box-shadow: 0 0 0 2px #3582c4;
    outline: 2px solid transparent;
    outline-offset: 0;
}

#wpuf-vc-bulk-titles .ntdelbutton,
#wpuf-vc-bulk-titles .ntdeltitle {
    display: inline-block;
    margin: 0;
    padding: 3px 0;
    line-height: 20px;
}

#wpuf-vc-bulk-titles-list,
#wpuf-vc-bulk-titles-list li {
    margin: 0;
    position: relative;
}
