/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

p.description {
    font-style: italic; margin: 0;
}
.waof_enebled_filters li {
    margin-bottom: 15px;
}
.waof_enebled_filters label {
    position: relative;
    top: -3px;
}
.set_saved {
    color: green;
}
.select_buttons {
    margin: 20px 0;
}
.option_block {
    display: block;
    margin-bottom: 20px;
}
.option_block label {
    display: block;
    margin-bottom: 5px;
}
.option_block input[type="number"] {
    max-width: 60px;
}
#deselect_all_filters {
    margin-left: 10px;
}


.cledarfix {
    clear: both;
}
.zwkof_special_order_filter_wrapper {
    display: block;
    float: left;
    clear: both;
    margin: 10px 0;
}
.zwkof_special_order_filter {
    display: none;
    margin-top: 20px;
}
.zwkof_special_order_filter > ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.post-type-shop_order .tablenav .actions {
    float: none;
}
.inline_block {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    width: 240px;
}
.zwkof_special_order_filter .order_block_wrapper select {
    max-width: 100%;
}
.zwkof_special_order_filter .date_range input[type="text"] {
    min-width: 115px;
}
.zwkof_special_order_filter .date_range input#ant_filter_end_date {
    float: right !important;
    margin-right: 0;
}
.order_block_wrapper {
    margin-bottom: 15px;
}
.order_block_wrapper > * {
    display: block;
    float: none !important;
    width: 100%;
    min-width: 180px;
}
.nonregistered_users_filter select {
    display: block;
}
.nonregistered_users_filter {
    margin-bottom: 10px;
}
.user_email_search {
    padding-top: 20px;
    clear: both;
}
.user_email_search label {
    margin: 0;
    padding: 0;
    display: block;
}
.user_email_search input {
    margin-top: 5px;
    display: block;
    width: 100%;
}
.order_total .inline {
    margin-top: 10px;
}
.order_total .inline > label,
.order_total .inline > input[type="number"] {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    min-width: 60px;
    line-height: 25px;
}
.order_total .inline > input[type="number"] {
    width: 120px;
}
#zwkof_add_filter {
    display: inline-block;
    margin-left: 20px;
    margin-top: 7px;
}
.rtl #zwkof_add_filter {
    margin-right: 20px;
    margin-top: 7px;
}
.date_range input[type="text"] {
    min-width: 100px;
    width: 100px;
    display: inline-block;
}
.filter_buttons {
    display: inline-block;
    margin-top: 18px;
}
.post-type-shop_order .alignleft.actions .zwkof_special_order_filter_wrapper .select2.select2-container {
    display: block;
}
.zwkof_special_order_filter_wrapper #filter_clear {
    margin-left: 10px;
}