/*
 *
 * System css for user area
 *
 */

/*
 * Ajax
 */
#ncore_ajax_wait
{
    display: none;
}

.ncore_waiting
{
    cursor: wait;
    z-index: 999999;
    background: url(../image/ui/ajax-loader_small.gif) left top transparent no-repeat;
    min-width: 16px;
    min-height: 16px;
}


.ncore_dialog_shadow.ui-front.ui-widget-overlay {
    z-index: 999990 !important;
    background: none;
    background-color: black;
    opacity: 0.4;
}

.ncore_dialog_shadow_lessz.ui-front.ui-widget-overlay {
    z-index: 9998 !important;
    background: none;
    background-color: black;
    opacity: 0.4;
}

.ncore_dialog-ui-container,
.ncore_dialog-ui-container > * {
    z-index: 999991 !important;
}

.ncore_dialog-ui-container_lessz,.ncore_dialog-ui-container_lessz .ui-dialog {
    z-index: 9999 !important;
}

span.ncore_waiting {
    display: inline-block;
    background: url(../image/ui/ajax-loader_small.gif) left bottom transparent no-repeat;
}

#ncore_ajax_wait.ncore_waiting
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: wait;
    z-index: 999999;
    background: url(../image/ui/ajax-loader_big.gif) center transparent no-repeat;
}


/*
 * Tooltips
 */
img.ncore_tooltip_icon {
    display: inline-block;
}

.ncore_with_tooltip img.ncore_tooltip_icon
{
    cursor: pointer;
    background-color: transparent;
    box-shadow: none;
}


img.ncore_tooltip
{
    box-shadow: none;
    border: none;
}


.ncore_jquery-ui-tooltip.ui-tooltip {
    z-index: 999995
}


.ncore_texttoken
{
    white-space: nowrap;
}

.ncore_code
{
    font-family: monospace;
}

/*
 * Forms and inputs
 */

button.ncore_button
{
    border: none;
    cursor: pointer;
    background-color: transparent;
}

table.ncore_form_table.ncore_user div
{
    float: left;
}

.ncore_form_field label {
    display: inline-block;
    float: none !important;
    clear:both;
}


table.ncore_form_table.ncore_user th[scope="row"]
{
    text-align: left;
    vertical-align: middle;
    padding-right: 6px;
    margin-bottom: 6px;
}

table.ncore_form_table.ncore_user,
table.ncore_form_table.ncore_user th,
table.ncore_form_table.ncore_user td,
table.ncore_table.ncore_form th,
table.ncore_table.ncore_form td,
div.ncore_ajax_dialog,
div.ncore_ajax_dialog table.ncore_table.ncore_form,
.ncore_jquery_ui_dialog .ui-dialog-buttonpane
{
    border: none;
}

td.ncore_without_label {
    padding-left: 0;
}

.ncore_user.ncore_ajax_dialog.wp-dialog.ui-dialog-content {
    border: none !important;
}

.ncore_dialog-ui-container  table.ncore_form_table {
    width: 100%;
}

.ncore_dialog-ui-container table.ncore_form_table > tbody > tr > th[scope=row],
.ncore_dialog-ui-container table.ncore_form_table > tbody > tr > td
{
    padding-top: 5px;
    padding-bottom: 5px;
}


.ncore_dialog-ui-container table.ncore_table.ncore_form > tbody > tr > th[scope=row],
.ncore_dialog-ui-container table.ncore_table.ncore_form > tbody > tr > th[scope=row] > label,
.ncore_dialog-ui-container table.ncore_table.ncore_form > tbody > tr > th[scope=row] > label > span
{
    font-weight: bold;
}

.ncore_dialog-ui-container .ui-dialog-content.ui-widget-content,
.ncore_dialog-ui-container .ui-dialog-buttonpane.ui-widget-content
{
    border: none;
}

.ncore_dialog-ui-container  table.ncore_form_table .ncore_form_field > div > div
{
    float: left;
}

.ncore_user_form div.ncore_input input[type="checkbox"]
{
    width: auto !important;
    padding: 0!important;
}

table.ncore_form_table.ncore_user input
{
    margin: 0 0 10px 0;
    width: 15em;
}

table.ncore_user.ncore_form_table th,
table.ncore_user.ncore_form_table td
{
    background: inherit;
    color: inherit;
    padding: inherit;
    margin: inherit;
    white-space: nowrap;
}

table.ncore_user.ncore_form_table th .ncore_text,
table.ncore_user.ncore_form_table td .ncore_text {
    white-space: normal;
}

table.ncore_form_table th[scope=row]
{
    white-space: normal;
}


.ncore_user input[type=submit]
{
    cursor: pointer;
}

.ncore_error.ncore_user.updated
{
    background-color: #C3FF88;
    border: solid 1px #8DFF1C;
}

.ncore_error.ncore_user.error
{
    background-color: #FFA0A0;
    border: solid 1px #F04040;
}

div.ncore_error
{
    padding: 6px;
    margin: 6px;
}

tr.formerror {
    background-color: #FFA0A0;
    border: solid 1px #F04040;
}

div.ncore_clear
{
    clear: both;
}

.ncore_user input.ncore_code
{
    margin: 0;
    padding: 0;
    width: auto !important;
}

.ncore_hidden
{
    display: none;
}


.ncore_pwstrength {
    background-color: #EEEEEE;
    border-color: #DDDDDD !important;
    border-width: 1px;
    border-style: solid;
    width: 12em;
    text-align: center;
    display: inline-block;
    padding: 0.7ex;
}

.ncore_hidden {
    display:none;
}

.ncore_pwstrength.mismatch,
.ncore_pwstrength.bad {
    background-color: #FFA0A0;
    border-color: #F04040 !important;
    font-weight: bold;
}
.ncore_pwstrength.weak {
    background-color: #FFB78C;
    border-color: #FF853C !important;
    font-weight: bold;
}
.ncore_pwstrength.good {
    background-color: #FFEC8B;
    border-color: #FFCC00 !important;
}
.ncore_pwstrength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C !important;
}


/*
 * Ajax forms
 */
form.ncore_ajax_form div.ncore_input
{
    margin-left: 0.25em;
    padding-left: 0;
}

form.ncore_ajax_form div.ncore_radiobutton_list label
{
    float: left;
    padding-right: 5px;
}

form.ncore_ajax_form div.ncore_radiobutton_list input
{
    width: auto;
    min-width: auto;
    margin-right: 0;
}

form.ncore_ajax_form table.ncore_form_table.ncore_user tr
{
    height: 40px;
}


/*
 * Tables
 */

div.ncore_user div.tablenav
{
    font-size: 10px;
    font-weight: 500;
}

div.ncore_user div.tablenav .displaying-num
{
    padding-right: 6px;
}

div.ncore_user table.ncore_list_table
{
    margin-bottom: 0;
}

div.ncore_user .tablenav.top
{
}

div.ncore_user .tablenav.bottom
{
    margin-bottom: 16px;
}

div.ncore_user table.ncore_list_table th
{
    font-size: 10px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

div.ncore_user table.ncore_list_table td
{
    padding-right: 6px;
}

div.ncore_user table.ncore_list_table th[scope=col]
{
    padding: 0px 10px 0 0;
}

table.ncore_form_table th[scope=row],
table.ncore_table th[scope=row]
{
    text-align: left;
}

table.ncore_table .column-section
{
    width: 10%;
}

table.ncore_table .column-flags
{
    width: 20%;
}

table.ncore_table img
{
    box-shadow: none;
}

table.ncore_table button
{
    white-space: nowrap;
}


div.ncore_dialog-ui-container,
div.ncore_dialog-ui-container > div {
    z-index: 999990;
}

.ncore_user.ncore_ajax_dialog th,
.ncore_user.ncore_ajax_dialog td
{
    vertical-align: middle;
}


.ncore_user.ncore_ajax_dialog td input[type=text],
.ncore_user.ncore_ajax_dialog td input[type=password],
.ncore_user.ncore_ajax_dialog td input[type=int]
{
    margin: 5px 5px 5px 0px;
    width: 180px;
}

.ncore_user.ncore_ajax_dialog th label
{
    margin-right: 5px;
}

.ncore_user.ncore_ajax_dialog .ncore_inner div
{
    float: left;
}

.ncore_user.ncore_ajax_dialog div.instruction
{
    line-height: 100%;
    font-size: 14px;
}

div.ncore_affiliate_footer
{
    font-size: 11px;
    padding: 8px 6px 16px 6px;
    text-align: center;
    font-weight: bold;
}




ul.digimember_product_links
{
    list-style: disc inside;
}



div.ncore_user_form_container
{
    display: inline-block;
    text-align: left;
}

div.ncore_user_form_container div
{
    text-align: left;
}



.ncore_hint
{
    font-size: 80%;
}



.ncore_image_button
{
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
}




.ncore_dialog_show_page {
    max-height: 600px;
    overflow: auto;
}

/*
 * Selectable Image List Input
 */
.ncore-selectable-image-list * {
    box-sizing: border-box;
}
.ncore-selectable-image-list {
    width: 100%;
    display: table;
    border-spacing: 4px;
    border-collapse: separate;
    table-layout: fixed;
}

.ncore-selectable-image-list .list-row {
    width: 100%;
    display: table-row;
}

.ncore-selectable-image-list .list-row .list-item {
    padding: 10px;
    transition: all 0.2s ease-in;
    cursor: pointer;
    border: 1px solid transparent;
    display: table-cell;
}
.ncore-selectable-image-list .list-row .list-item:hover,.ncore-selectable-image-list .list-row .list-item.selected {
    border: 1px solid #D90000;
}
.ncore-selectable-image-list .list-row .list-item img {
    width: 100%;
    margin-bottom: 10px;
}
.ncore-selectable-image-list .list-row .list-item p {
    width: 100%;
    text-align: center;
}

/*
 * Shortcode digimember_login_info
 */

.digimember_login_info_container
{
    display: inline-block;
    width: 212px;
    height: 64px;
    padding: 0;
    margin: 0;
    position: relative;
}

.digimember_login_info_container div,
.digimember_login_info_container img
{
    padding: 0;
    margin: 0;
}

.digimember_login_info
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}

.digimember_image
{
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
}

div.digimember_howdi
{
    position: absolute;
    left: 64px;
    top: 0;
    width: 148px;
    height: 32px;
    padding-left: 6px;
    line-height: 110%;
}


span.digimember_display_name
{
    white-space: nowrap;
}

div.digimember_logoff
{
    position: absolute;
    left: 64px;
    bottom: 0px;
    width: 128px;
    vertical-align: bottom;
    padding-left: 6px;
}

form.ncore_user_form
{
    font-size: 12px;
}

form.ncore_user_form label
{
    opacity: 0.8;
}

form.ncore_user_form div.ncore_form_label
{
    margin-top: 10px;
}

form.ncore_user_form div.digimember_login_label:first-child
{
    margin-top: 0px;
}

form.ncore_user_form .ncore_input,
form.ncore_user_form .required
{
    float: left;
    height: auto;
}

.ncore_new_password_link
{
    font-size: 80%;
}

form.ncore_user_form input[type="text"],
form.ncore_user_form input[type="password"]
{
    height: 25px;
    margin: 0 0 5px;
    padding: 2px;
    width: 166px;
}

form.ncore_user_form input[type="checkbox"],
form.ncore_user_form input[type="radio"]
{
    border: none;
}

form.ncore_user_form .ncore_form_buttons
{
    margin-top: 12px;
    margin-bottom: 12px;
}

form.ncore_user_form .ncore_error.error {
    margin-left: 0;
}

.digimember_login_info img.avatar
{
    position: static !important;
}


div.ncore_checkbox_list {
    max-height: 30ex;
    overflow-x: hidden  !important;
    overflow-y: auto  !important;
    padding-right: 15px;
    line-height: normal !important;
    padding: 3px;
}


#user_signup_form_form table.ncore_form_table th
{
    width: auto;
}

#user_signup_form_form tr.ncore_input_email label
{
    white-space: nowrap;
}



.digimember_api_reference
{
    line-height: 100%;
    font-family: monospace;
}


/*
 * Modules
 */
.digimember_product_headline
{
    font-size: 140%;
    font-weight: bold;
}
.digimember_module_headline
{
    font-size: 120%;
    font-weight: bold;
}

.digimember_module_menu ul.digimember_module_contents li.digimember_selected
{
    font-weight: bold;
}

span.ncore_must_save_hint {
    font-style: italic;
}

span.ncore_must_save_hint:before {
  content: "(";
}
span.ncore_must_save_hint:after {
  content: ")";
}


.ncore_no_options {
    white-space: normal;
}

.ncore_dialog-ui-container div.ui-dialog-content.ui-widget-content {
    max-width: 570px;
    overflow-x: hidden;
}

.ncore_facebook_login_button,
.ncore_facebook_login_button:active,
.ncore_facebook_login_button:hover,
.ncore_facebook_login_button:visited
{
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,tahoma,verdana,arial,sans-serif;
    text-shadow: 0 -1px 0 #354c8c;
    background: linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #4c69ba;
    border-radius: 2px;
    padding: 4px 5px;
    text-transform: inherit;
    font-size: 14px;
}

.ncore_facebook_login_button:hover
{
    background: linear-gradient(#374D89, #2D437F) repeat scroll 0 0 rgba(0, 0, 0, 0);
}


.ncore_facebook_login_button img,
.ncore_facebook_login_button:active img,
.ncore_facebook_login_button:hover img
{
    padding-right: 4px;
}

div.ncore_fb_signup_button,
div.ncore_fb_signup_button div,
div.ncore_fb_signup_button button,
.ncore_fb_signup_seperator,
.ncore_fb_signup_seperator div,
.ncore_text.ncore_fb_signup_seperator,
.ncore_fb_login_seperator,
.ncore_fb_login_seperator div,
.ncore_text.ncore_fb_login_seperator {
    width: 100%;
}

div.ncore_fb_signup_button button {
    font-size: 14px;
}

div.ncore_fb_signup_seperator {
    margin: 5px 0;
    padding: 0;
    height: auto;
}


.ncore_fb_login_seperator_container,
.ncore_fb_signup_seperator_container  {
    position: relative;
    height: 20px;
}

.ncore_fb_login_seperator_container div,
.ncore_fb_signup_seperator_container div {
    position: absolute;
}

.ncore_fb_login_seperator_container div.ncore_fb_login_seperator_line,
.ncore_fb_signup_seperator_container div.ncore_fb_signup_seperator_line {
    top: 2px;
}

div.ncore_user_form_container div.ncore_fb_login_seperator_label,
div.ncore_user_form_container div.ncore_fb_signup_seperator_label {
    text-align: center;
    font-weight: bold;
}

div.ncore_user_form_container div.ncore_fb_signup_seperator_label > span,
div.ncore_user_form_container div.ncore_fb_login_seperator_label > span {
    /* background-color: white;*/
    padding-left: 5px;
    padding-right: 5px;
}

div.ncore_fb_signup_seperator_line,
div.ncore_fb_login_seperator_line {
    height: 5px;
}



.ncore_nowrap {
    white-space: nowrap;
}


a.digimember_download  {
    width: auto;
    white-space: nowrap;
    font-size: 120%;
}

.entry-content a.digimember_download {
    border: none;
    border-style: none;
}

a.digimember_download img {
    display: inline !important;
    margin-right: 5px;
}

.digimember_download  {
    cursor: pointer;
}
.digimember_download_disabled {
    cursor: not-allowed;
}

.digistore_download_note {
    font-size: 80%;
}


