/**
 * Software Solutions: User Listing Custom Stylesheets
**/

#custom_userlist_wrap * {
    font-family: 'trebuchet ms', verdana, arial;
    line-height: 1.5;
}

#custom_userlist_wrap {
	position: relative;
    padding-top: 25px;
    max-width: 1200px;    
}

#custom_userlist {
    border-radius: 5px;
    background: #fff;
}

#custom_userlist tr th {
    background-color: #eee;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
    padding: 15px 9px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    outline: none;
    border: none;
    font-style: italic;
    border-bottom: 1px solid rgba(0, 0, 0, .42);
}

#custom_userlist tr th:first-child {
    background: #eee;
}

#custom_userlist tr.disabled {
    display: none;
}

#custom_userlist tbody tr:hover td {
    background: rgba(0, 0, 0, .04);
}

#custom_userlist tr td {
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 6px 9px;
    background: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#custom_userlist tr td a {
    display: block;
    color: #000;
    text-decoration: none;
}

#custom_userlist tr td img {
    margin: 0 auto;
    max-width: 39px;
}

#custom_blank {
	display: none;
}

#sul_switch_view {
    padding-bottom: 15px;
    font-size: 0;
}

#sul_switch_view ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    min-width: 280px;
    padding: 15px 15px;
    font-size: 0;
    width: calc(100% - 275px);
    vertical-align: middle;
}

#sul_switch_view ul li {
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    border-right: 2px solid #000;
}

#sul_switch_view ul li:last-child {
    border-right: none;
}

#sul_switch_view ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    line-height: 1;
}

#sul_switch_view ul li a:hover {
    border-color: #000;
}

#sul_switch_view ul li a.active {
    color: #3a5fac;
    cursor: initial;
}

#sul_switch_view ul li a.active:hover {
    border: none;
    border-color: transparent;
}

#sul_switch_view .sul_item_numbers {
    display: inline-block;
    vertical-align: middle;
    min-width: 275px;
    text-align: right;
    padding: 3px 15px 4px;
}

#custom_userlist_wrap[status="full_list"] #sul_switch_view .sul_item_numbers {
    display: none;
}

#sul_switch_view .sul_item_numbers span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    padding-right: 10px;
    line-height: 41px;
    vertical-align: middle;
}

#sul_number_action {
    padding: 8px 9px;
    font-size: 18px;
    width: calc(100% - 60px) !important;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

#nav-single .assistive-text {
    display: none;
}

#sul_function_btns {
    /*display: none;*/
    width: 100%;
    font-size: 0;
    text-align: right;
    padding-bottom: 12px;
    justify-content: space-between;
    padding-top: 21px;
}

#sul_function_btns.active {
    display: flex;
    flex-wrap: wrap;
}

#sul_function_btns button {
    color: #fff;
    text-transform: initial;
    border-radius: 4px;
    padding: 6px 18px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    margin-right: 12px;
    font-size: 15px;
    min-width: 100px;
    margin-bottom: 8px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    outline: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#sul_function_btns #sul_search_btn {
    background: #5cb85c;
    border-color: #4cae4c;
}

#sul_function_btns #sul_search_btn:hover, #sul_function_btns #sul_search_btn:focus, #sul_function_btns #sul_search_btn:active {
    background: #47a447;
    border-color: #398439;
}

#sul_function_btns #sul_email_list {
    background: #17a2b8;
    border-color: #17a2b8;
}

#sul_function_btns #sul_email_list:hover, #sul_function_btns #sul_email_list:focus, #sul_function_btns #sul_email_list:active {
    background: #117a8b;
    border-color: #10707f;
}

#sul_search_box {
    display: none;
    width: 100%;
}

#sul_search_input {
    display: block;
    border-radius: 4px;
    padding: 8px 15px 7px;
    font-size: 14px;
    border: 1px solid #333;
    outline: none;
    height: 39px;
}

#sul_email_box {
    display: none;
    width: 100%;
}

#sul_send_email {
    display: inline-block;
    width: calc(100% - 110px) !important;
    border-radius: 4px;
    padding: 8px 15px 7px;
    font-size: 14px;
    border: 1px solid #333;
    outline: none;
    height: 39px;
}

#sul_send_email.error {
    border-color: red;
    color: #000;
    font-weight: 400;
}

#sul_email_link_success {
    width: 100%;
    font-size: 0;
    text-align: left;
    margin-top: 10px;
}

#sul_email_link_success span {
    display: inline-block;
    padding: 6px 12px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    background: #e7f7d3;
    border: 1px solid #6c3;
    max-width: 450px;
    width: 100%;
}

#sul_email_link_failed {
    width: 100%;
    font-size: 0;
    text-align: left;
    margin-top: 10px;
}

#sul_email_link_failed span {
    display: inline-block;
    background: #ffebe8;
    border: 1px solid #C00;
    padding: 6px 12px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    max-width: 600px;
}

#sul_function_btns #sul_send_email_btn {
    margin: 0;
    margin-left: 10px;
    padding: 8px 14px 7px;
    height: 39px;
}

#sul_function_btns .sul_func_area_inner {
    max-width: 450px;
}

#sul_user_radio {
    padding-bottom: 8px;
    text-align: left;
}

#sul_user_radio input {
    border: 1px solid #7e8993;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: .05s border-color ease-in-out;
    border-radius: 50%;
    margin: 5px;
    margin-right: 0;
    line-height: .71428571;
}

#sul_user_radio input:checked:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 3px;
    background-color: #1e8cbe;
    line-height: 1.14285714;
}

#sul_user_radio label {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    margin: 5px 12px 5px 0;
    line-height: 16px;
    padding-left: 8px;
}

#sul_function_btns .sul_btn_group {
    display: inline-block;
    position: relative;
}

#sul_function_btns a {
    display: inline-block;
    cursor: pointer;
    margin-left: 25px;
    margin-bottom: 8px;
}

#sul_function_btns #sul_print_result {
    margin-left: 0;
}

#sul_function_btns a img {
    display: block;
    height: 39px;
    width: auto;
}

#sul_view_radio {
    position: absolute;
    top: -42px;
    left: 2px;
}

#sul_view_radio input {
    border: 1px solid #7e8993;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
    border-radius: 50%;
    margin: 5px;
    line-height: .71428571;
}

#sul_view_radio input:checked:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 3px;
    background-color: #1e8cbe;
    line-height: 1.14285714;
}

#sul_view_radio label {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    margin: 5px 12px 5px 3px;
    line-height: 16px;
}

.author-search {
    display: none;
}

#sul_xls_blank {
    display: none;
}

/**
 * Page navigation Stylesheet
 */
#page .wp-pagenavi .sfwppa-pages {
    width: 28px;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 0;
    line-height: 28px !important;
    display: inline-block;
    margin: 0 2px;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    outline: none;
}

#page .wp-pagenavi .sfwppa-pages:hover {
    background: #00a290;
    color: #fff;
}

#page .wp-pagenavi .sfwppa-pages.sfwppa-extend {
    background: transparent;
    color: #000;
}

#page .wp-pagenavi .sfwppa-pages.sfwppa-extend:hover {
    background: transparent;
    color: #000;
}

#page .wp-pagenavi .sfwppa-pages.sfwppa-first {
    padding: 0 10px;
    width: auto;
}

#page .wp-pagenavi .sfwppa-pages.sfwppa-last {
    padding: 0 10px;
    width: auto;
}

#page .wp-pagenavi span.current {
    width: 28px;
    background: #00a290;
    color: #fff;
    font-weight: 600;
    padding: 0;
    line-height: 28px !important;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
}

#page .wp-pagenavi span.sfwppa-pages {
    width: auto;
    font-weight: 500;
    padding: 0px 8px;
    background: #00a290;
    color: #fff;
}


/**
 * User Listing Print Media Query
 */

@media print {

.tooltipster-base.Balloon {
    display: none !important;
}

body {
    color: #000;
    background: #fff;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
    font-family: Arial, sans-serif;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

@page {
    margin: 2cm 1.5cm 1.8cm;
    size: A4;
}

img {
    max-width: 100% !important;
    page-break-inside: avoid;
}

h1, h2, h3, h4, h5 {
    page-break-after: avoid;
}

table, figure {
    page-break-inside: avoid;
}

a {
    font-weight: bolder;
    text-decoration: none;
}

a[href^=http]:after {
    content: " <" attr(href) "> ";
}

#site-header, #site-footer, .footer-nav-widgets-wrapper {
    display: none;
}

#site-content .entry-header, #site-content .section-inner {
    display: none;
}

#custom_userlist_wrap {
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0;
}

#custom_userlist th {
    padding-left: 0;
    padding-right: 0;
    background: none;
    font-size: 14px;
}

#custom_userlist th div {
    text-align: center;
}

#custom_userlist td {
    padding: 0;
    text-align: center;
    font-size: 12px;
}

#sul_search_box {
    display: none !important;
}

#sul_email_box {
    display: none !important;
}

.author-search {
    display: none;
}

#sul_function_btns {
    padding-top: 0;
}

#sul_view_radio {
    display: none;
}

#custom_userlist tr td a[href]:after {
    content: none !important;
}

#custom_userlist_wrap_inner[view_option="full"] #custom_userlist tr.disabled {
    display: table-row;
}

}