.wb_mlr .button-primary{ background:#6d4cb7; border-color:#6d4cb7; }
.wb_mlr .button-secondary{ color:#6d4cb7; border-color:#6d4cb7; }
.wb_mlr .button-secondary:hover{ color:#6d4cb7; border-color:#6d4cb7; }
.wb_mlr .button-primary:hover{ background:#6d4cb7; border-color:#6d4cb7; }
.wb_mlr_download_list{ list-style:decimal; margin:0px; }
.wb_mlr_other_data .wb_mlr_download_list{  margin-left:20px; }
.wb_mlr_detail_popup{position:fixed; z-index:10000001; background:#fff; box-shadow:0px 2px 7px 1px #333; left:50%; display:none; width:700px; min-height:300px; }
.wb_mlr_detail_popup_head{ float:left; width:100%; box-sizing:border-box; padding:5px 10px; color:#fff; background:#6d4cb7; height:40px; text-align:left; line-height:27.5px; font-weight:bold;}
.wb_mlr_detail_popup_head .dashicons{ line-height:27.5px;}
.wb_mlr_detail_popup_close{ float:right; width:30px;color:#fff; height:30px; text-align:center; line-height:30px; font-weight:bold; cursor:pointer;}
.wb_mlr_popup_inner{ padding:10px; margin-bottom:10px;}
.wb_mlr_ajax_loader{ background:url(../images/loading.gif) no-repeat center #fff;}
.wb_mlr_subject{float:left; width:100%; padding:5px 0px; font-size:14px; font-weight:bold; }
.wb_mlr_content{float:left; width:100%; padding:5px 0px; }
.wb_mlr_pagination{ float:left; width:100%; margin-top:15px; text-align:center; }
.wb_mlr_btn_disabled{ cursor:not-allowed !important; opacity:.5; }
.wb_mlr_list_table th .wb_mlr_bulk_check_main{ margin-left:3px; }
.wb_mlr_list_table .button{ margin-bottom:5px; }
.wb_mlr_list_table .button.disabled-link{ pointer-events: none;}
.wb_mlr_action_panel{ float:left; width:100%; padding:15px 0px; }
.wb_mlr_search_box{ float:right; }

/* Tabs container */
.wb_mlr_tabs { margin-top:10px; }

/* Tab buttons */
.wb_mlr_tab_buttons {display:flex;}

.wb_mlr_tab_buttons .wb_mlr_tab { background:#f1f1f1; border:1px solid #ccc; border-bottom:0px solid #ccc; padding:8px 15px; margin-right:5px; cursor:pointer; font-weight:500; border-top-right-radius:4px; border-top-left-radius:4px; }
.wb_mlr_tab_buttons .wb_mlr_tab.active { background:#fff; color:#007cba; position:relative; }
.wb_mlr_tab_buttons .wb_mlr_tab.active::after { content:''; background:#fff; position:absolute; left:0px; bottom:-1px; width:100%; height:2px; }

/* Tab content panels */
.wb_mlr_tab_content { display:none; float:left; width:100%; border:1px solid #ccc; box-sizing:border-box; padding:10px; background:#fff; }
.wb_mlr_tab_content.active { display:block; }
