div.info_popup {
    position: fixed;
    top: 48%;
    left: 48%;
    z-index: 1001;
    display: none;
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.6);
    -webkit-box-shadow: 
        inset 0 0 0 1px rgba(0,0,0,.6), 
        inset 0 0 0 2px rgba(255,255,255,.2);
    -moz-box-shadow: 
        inset 0 0 0 1px rgba(0,0,0,.6), 
        inset 0 0 0 2px rgba(255,255,255,.2);
    box-shadow: 
        inset 0 0 0 1px rgba(0,0,0,.6), 
        inset 0 0 0 2px rgba(255,255,255,.2);
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald',sans-serif;
}
.nbtwccs-text { width: 150px; line-height: 22px; }
.nbtwccs-drop-down { width: auto; height: 30px !important; }
/***********/
.nbtwccs-admin-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/admin_preloader.gif) center no-repeat #fff;
}

label[for=nbtwccs_is_fixed_enabled],
label[for=nbtwccs_force_pay_bygeoip_rules],
label[for=nbtwccs_is_geoip_manipulation]{
    color: orangered;
}
#tabs-4 span.select2 { width: 100% !important; }
/*      WCF         */
.wfc-tabs.wfc-tabs-style-shape{
    overflow: inherit;
}


/***********/

.clear { clear: both; }
svg:not(:root) { overflow: hidden; }
.wfc-section { min-height: 100%; }
.wfc-control-section { position: relative; clear: both; border-bottom: 1px solid #fff; padding: 10px 10px 20px; }
.wfc-control-section:not(:first-child) { border-top: 1px solid #e2eaed; }
.wfc-control-container:after { content: ""; display: block; clear: both; }
.wfc-control { width: 50%; margin: 0 2% 0 0; float: left; }
.content-wrap .wfc-control .select2-container,
.wfc-control input[type="text"],
.wfc-control .select-wrap,
.wfc-control select { width: 100%; }
.wfc-upload-style-wrap input[type="text"] { width: 80%; }
.wfc-description { margin: 0 0 0 2%; width: 46%; float: right; }
.wfc-description p { margin: 0; }
nav ul { display: block; }
@media screen and (max-width:58em) {
    .wfc-tabs nav a:before { margin-right: 0; }
}
/* Form Styling */

.wfc-section textarea.wfc_custom_css {
    clear: both;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    padding: 2em;
    line-height: 2em;
    font-size: 12px;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: -ms-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: -o-linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    background-image: linear-gradient(rgba(0, 0, 0, .05) 50%, transparent 50%, transparent);
    -webkit-background-size: 100% 4em;
    background-size: 100% 4em;
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    margin-bottom: 0;
    position: relative;
    left: 0;
    text-transform: none;
    width: 100%;
}

.wfc-section .select-wrap {
    position: relative;
    display: inline-block;
}

.wfc-section .select-wrap:before {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    color: #7d8388;    
    font-size: 16px;
    pointer-events: none;    
}

.wfc-section input[type="text"]:not(.wp-color-picker),
.wfc-section textarea,
.wfc-section select
{
    margin-bottom: 0;
    padding: 6px 3px;
    height: auto;
    border-color: #bababa;
    border-style: solid;
    border-width: 1px;
    color: #3b3c3f;
    font: 14px/1.5 sans-serif;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.wfc-section select { min-width: 80px; }
.wfc-section select option {line-height: 32px;}

.wfc-section input[type="text"]:focus,
.wfc-section textarea:focus,
.wfc-section select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wfc-section input[type="checkbox"] { margin: 0 4px 0 0; }

.content-wrap .select2-container {
    margin-bottom: .5em;
    width: 300px;
}

.content-wrap .select2-container .select2-choice { padding: 4px 0 4px 8px; }

/* Button Styling */

.wfc-button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    margin: 0 5px;
    padding: 7px 10px 7px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    color: #555;
    border-color: #ccc;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wfc-button:hover { background-color: #fafafa; border-color: #999; color: #23282d; }
.wfc-button:focus { box-shadow: none; text-decoration: none; outline: none; }

/* Content Styling */



/* Tabs Styling */

.wfc-tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */

.wfc-tabs nav { text-align: left; }
.wfc-tabs nav ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    display: inline-block;
}

.wfc-tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-right: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #e5e5e5;
    color: #555;
}
.wfc-tabs nav ul li.tab-current{background: #fff;}
.wfc-tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.wfc-tabs nav li.tab-current a { color: #000; }
.wfc-tabs nav a:focus { outline: none; }
.wfc-tabs-style-shape > nav ul li.tab-current { z-index: 100; }
.wfc-tabs-style-shape > nav li a { overflow: visible; color: #555; font-weight: 500; }
.wfc-tabs-style-shape > nav li a svg {
    position: absolute;
    left: 100%;
    margin: 0;
    width: 3em;
    height: 100%;
    fill: #bdc2c9;
}

.wfc-tabs-style-shape > nav li a svg:nth-child(2),.wfc-tabs-style-shape > nav li:last-child a svg {
    right: 100%;
    left: auto;
    -webkit-transform: scale3d(-1, 1, 1);
    transform: scale3d(-1, 1, 1);
    height: 49px !important;
}

.wfc-tabs-style-shape > nav li a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Make only shape clickable */
.wfc-tabs-style-shape > nav li a svg { pointer-events: none; }
.wfc-tabs-style-shape > nav li a svg use { pointer-events: auto; }
.wfc-tabs-style-shape > nav li.tab-current a span,
.wfc-tabs-style-shape > nav li.tab-current a svg {
    -webkit-transition: none;
    transition: none;
}
.wfc-tabs-style-shape > nav li.tab-current a svg { fill: #fff; height: 49px !important; }
.wfc-tabs-style-shape .content-wrap { background: #fff; }
@media screen and (max-width:58em) {
    .wfc-tabs-style-shape > nav ul { display: block; padding-top: 1.5em; }
    .wfc-tabs-style-shape > nav ul li { display: block; -webkit-flex: none; flex: none; }
    .wfc-tabs-style-shape > nav ul li a { margin: 0; }
    .wfc-tabs-style-shape > nav ul li svg { display: none; }
    .wfc-tabs-style-shape > nav ul li a span { padding: 1.25em 0 2em !important; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1); line-height: 1; }
    .wfc-tabs-style-shape > nav ul li:last-child a span { padding: 1.25em 0 !important; }
    .wfc-tabs-style-shape > nav ul li.tab-current { z-index: 1; }
}
/* Line */

.wfc-tabs-style-line nav ul {
    max-width: 35%;
}

.wfc-tabs-style-line nav a {
    padding: 0.7em 0.4em;
    box-shadow: inset 0 -3px #d1d3d2;
    color: #74777b;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
}
.wfc-tabs-style-line nav a:hover,
.wfc-tabs-style-line nav a:focus { box-shadow: inset 0 -3px #74777b; }
.wfc-tabs-style-line nav li.tab-current a { box-shadow: inset 0 -3px #0073aa; color: #0073aa; }
@media screen and (max-width: 58em) {
    .wfc-tabs-style-line nav ul {
        display: block;
        box-shadow: none;
    }
    .wfc-tabs-style-line nav ul li {
        display: block;
        -webkit-flex: none;
        flex: none;
    }
}

/* Content */
.content-wrap { position: relative; }
.content-wrap section { display: none; margin: 0 auto; padding: 1em; }
.content-wrap section.content-current { display: block; }
.content-wrap section h4,
.content-wrap section h5 { margin: 1em 0; }
.content-wrap section p.description { font-size: 14px; color: #999; font-weight: 400; }
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.wfc_color_list { margin: 9px 0 9px 34px; }
.wfc_color_list .wp-color-result { margin: 5px 6px 6px 0; }
.wfc_setting_select { width: 170px; }
.js_wfc_options,
.js_wfc_add_options { color: green !important; }
#wpcs_list > li {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wpcs_list > li > * { vertical-align: middle; }
#wpcs_list > li > .help_tip { margin-right: 10px; }
#wpcs_list > li > .help_tip img { max-width: 50px; vertical-align: middle; }
#wpcs_list li > .button { margin: 0 5px; }

#wpcs_list li.wfc-options-highlight {
    min-height: 58px;
    border: 2px dashed #ccc;
    background-color: transparent;
}

.wfc_extensions li.wfc_ext_li{
    padding: 9px;
    float: left;
    background: white;
    border: solid 2px #000;
    margin: 5px 5px 0 0;
    width: 30%;
    height: 120px;
}
.wfc_extensions li.wfc_ext_li:nth-child(2n) { background: #eee; }
.ui-dialog-titlebar-close::before { content: "" !important; }
.wfc_extensions li > label,
.list_plugins li a { font-weight: 600; }

/*****************************************************/
.nbtwccs-currency,
.nbtwccs-symbol,
.nbtwccs-position,
.nbtwccs-decimals{
    width: 80px;
}
.nbtwccs-currency { color: green !important; }
.nbtwccs-rate { color: coral !important; }
#nbtwccs_list > li {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    vertical-align: middle;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#nbtwccs_list input[type=text],
#nbtwccs_list select{
    margin-bottom: 0;
    padding: 3px;
    height: auto !important;
    border-color: #bababa;
    border-style: solid;
    border-width: 1px;
    color: #3b3c3f;
    font: 14px/1.5 sans-serif;
    font-family: 'Roboto', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#nbtwccs_list > li > * {
    vertical-align: middle;
}
#nbtwccs_add_currency { line-height: 31px; height: auto !important; }
.wfc-tabs .button { font-size: 14px; }
.wfc-tabs .select2-container .select2-selection--multiple .select2-selection__choice{
    padding: 1px 6px 3px 6px;
    line-height: 27px;
    color: cornflowerblue;
    font-weight: bold;
}
.wfc-tabs .select2-container .select2-selection--single .select2-selection__rendered { font-size: 16px !important; }
.wfc-tabs select.chosen_select { font-size: 16px !important; }
.wfc-tabs .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #fff; border: 1px solid #000; }
.wfc-tabs label { font-size: 16px; }
li.nbtwccs_help_links a { display: inline-block !important; margin-bottom: 5px !important; }
select { height: 36px !important; }