.mwcm_iconpicker {
    background: #fff;
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #AAA;
    cursor: pointer;
}
.mwcm_iconpicker [class^="fa-"],.mwcm_iconpicker [class*=" fa-"] {
    background: #fff;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    width: 37px;
    height: 35px;
    display: inline-block;
    color: #494949;
    border: 1px solid #e1e1e1;
    margin-left: -1px;
    margin-top: -1px;
    transition:         all 0.1s ease-out;
    -moz-transition:    all 0.1s ease-out; /* Firefox 4 */
    -webkit-transition: all 0.1s ease-out; /* Safari and Chrome */
    -o-transition:      all 0.1s ease-out; /* Opera */
}
.mwcm_iconpicker [class^="fa-"]:hover,.mwcm_iconpicker [class*=" fa-"]:hover {
    background-color: #eeeded;
    -webkit-transform:scale(1.3);
    -o-transform:scale(1.3);
    -moz-transform:scale(1.3);
    transform:scale(1.3);
}
.mwcm_iconpicker [class^="fa-"].active,
.mwcm_iconpicker [class*=" fa-"].active {
    background-color: #128B02;
    color:#fff;
}

.mwcm_user_role_price_section,
#mwcm_select_country,
#icon_container_mwcm,
#exclude_product,
#exclude_category {
    display: none;
}
/*enable disable sectoin*/
.mwcm_func_enable,
.mwcm_hide_both_pri_atc,
.mwcm_hide_admin,
.mwcm_cf7_proper,
.mwcm_cf7_enable,
.mwcm_customshop_enable,
.mwcm_customsingle_enable,
.mwcm_newtab_link,
.mwcm_disable_shop {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mwcm_func_enable label,
.mwcm_hide_both_pri_atc label,
.mwcm_hide_admin label,
.mwcm_cf7_proper label,
.mwcm_cf7_enable label,
.mwcm_customshop_enable label,
.mwcm_customsingle_enable label,
.mwcm_newtab_link label,
.mwcm_disable_shop label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 140%;
    height: 100%;
    cursor: pointer;
    background: #cd3c3c;
    border-radius: 5px;
    font-weight: bold;
    color: #FFF;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}
.mwcm_func_enable label:after,
.mwcm_hide_both_pri_atc label:after,
.mwcm_hide_admin label:after,
.mwcm_cf7_proper label:after,
.mwcm_cf7_enable label:after,
.mwcm_customshop_enable label:after,
.mwcm_customsingle_enable label:after,
.mwcm_newtab_link label:after,
.mwcm_disable_shop label:after {
    content: 'Disable';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #591717;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
    z-index: 1;
}
.mwcm_func_enable label:before,
.mwcm_hide_both_pri_atc label:before,
.mwcm_hide_admin label:before,
.mwcm_cf7_proper label:before,
.mwcm_cf7_enable label:before,
.mwcm_customshop_enable label:before,
.mwcm_customsingle_enable label:before,
.mwcm_newtab_link label:before,
.mwcm_disable_shop label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.mwcm_func_enable input:checked + label,
.mwcm_hide_both_pri_atc input:checked + label,
.mwcm_hide_admin input:checked + label,
.mwcm_cf7_proper input:checked + label,
.mwcm_cf7_enable input:checked + label,
.mwcm_customshop_enable input:checked + label,
.mwcm_customsingle_enable input:checked + label,
.mwcm_newtab_link input:checked + label,
.mwcm_disable_shop input:checked + label {
    background: #378b2c;
    text-indent: 8px;
}
.mwcm_func_enable input:checked + label:after,
.mwcm_hide_both_pri_atc input:checked + label:after,
.mwcm_hide_admin input:checked + label:after,
.mwcm_cf7_proper input:checked + label:after,
.mwcm_cf7_enable input:checked + label:after,
.mwcm_customshop_enable input:checked + label:after,
.mwcm_customsingle_enable input:checked + label:after,
.mwcm_newtab_link input:checked + label:after,
.mwcm_disable_shop input:checked + label:after {
    content: 'Enable';
    color: #091707;
}
.mwcm_func_enable input:checked + label:before,
.mwcm_hide_both_pri_atc input:checked + label:before,
.mwcm_hide_admin input:checked + label:before,
.mwcm_cf7_proper input:checked + label:before,
.mwcm_cf7_enable input:checked + label:before,
.mwcm_customshop_enable input:checked + label:before,
.mwcm_customsingle_enable input:checked + label:before,
.mwcm_newtab_link input:checked + label:before,
.mwcm_disable_shop input:checked + label:before {
    left: 55px;
}


/*back setting css*/
span.motif_loading {
    display: none;
}
.motif-tabs-ulli {
    min-width: 200px;
    width: 20%;
    float: left;
    min-height: 1200px;
    border: 1px solid #e1e1e1;
    background: white;
}
.motif-tabs-content {
    float: none;
    overflow: hidden;
    width: auto;
    left: -1px;
    position: relative;
}
.motif-logo-ui {
    font-style: italic;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 0px 10px 0px;
    background: #ffffff;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    background: #ffffff;
}
div#motif-tabs {
    width: 89%;
    margin-top: 18px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    border-top: 1px solid #ccc;
    width: 100%;
    border-width: 1px 0 1px 1px;
    overflow: hidden;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 15px 4px 15px 20px;
    font-size: 14px;
    color: #7D8388;
    text-decoration: none;
}
.motif-top-content {
    height: 94px;
    border-bottom: none;
    position: relative;
    padding: 20px;
    height: 45px;
    border-bottom: 1px solid #fff;
}
.motif-top-content h1 {
    font-family: inherit;
    font-style: normal;
    font-size: 20px;
    color: #444;
    line-height: 44px;
    letter-spacing: 1px;
}
.motif-tabs-content {
    float: none;
    overflow: hidden;
    width: auto;
    left: -1px;
    position: relative;
}
.motif-tabs-content {
    display: block;
    width: 75%;
    float: left;
}
.motif-setting-header {
    height: 94px;
    border-bottom: none;
}
.motif-setting-header {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding: 14px 0px 30px 25px;
    height: 45px;
}
.motif_style_wrap {
    font-size: 14px;
}
.motif-setting-header .motif_style_wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.motif_style_wrap {
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: block;
}
.motif_style_wrap {
    position: relative;
    display: inline-block;
    padding: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 100%;
}
a.motif_button_setting:hover{
    color:black !important;
}
.motif_button_setting {
    text-decoration: none;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    border-radius: 3px;
    font-size: 13px;
    line-height: 38px;
    padding: 18px 48px;
    outline: none;
    box-shadow: none;
}
.motif_setting_optContainer {
    min-height: 1124px;
    position: relative;
    overflow: hidden;
    width: 95%;
    margin-bottom: -14px;
}
.motif_setting_optContainer .motif_option_main {
    display: block;
    float: left;
        padding: 20px;
    clear: both;
    width: 95%;
    position: relative;
}
.motif_option_main .motif_setting_row {
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 20px;
    clear: both;
    position: relative;
    float: left;
}
.motif_control_description {
    width: 45%;
    float: right;
}
.motif_control_description p {
    font-size: 14px;
    line-height: 1.65em;
    margin: 0px;
    color: #999;
}
.motif_control_field{
    width: 45%;
    float: left;
}
.motif_setting_row h4 {
    margin: 0 0 6px 0;
    color: #444;
    font-size: 15px;
}
.motif_setting_row .motif_control_field input[type="text"]{
    border-color: #e5e5e5;
    padding: 0 13px;
    width: 100%;
    color: #444;
    max-width: 100%;
    line-height: 41px;
    height: 43px;
    margin: 0;
    font-size: 14px; 
}
.motif-tabs-content {
    background: white;
    display: block;
    width: 75%;
    float: left;
    border: 1px solid #e1e1e1;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a{
    color: #000000;
    font-weight: bold;
}
.motif_logo img {
    width: 100px;
}
.motif_button_setting_options {
    text-decoration: none;
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    border-radius: 3px;
    font-size: 13px;
    line-height: 38px;
    padding: 10px 28px;
    outline: none;
    box-shadow: none;
}
.motif_button_setting_options_del {
    text-decoration: none;
    margin-left: 5px;
    background: #be1919;
    border-color: #be1919 #be1919 #be1919;
    color: #fff;
    text-shadow: 0 -1px 1px #be1919, 1px 0 1px #be1919, 0 1px 1px #be1919, -1px 0 1px #be1919;
    border-radius: 3px;
    font-size: 13px;
    line-height: 38px;
    padding: 10px 28px;
    outline: none;
    box-shadow: none; 
}
.motif_control_field select.motif_select {
    width: 100%;
    height: 40px;
}
#mwcm_category_exclude span.select2.select2-container.select2-container--default, 
.moif_style_wrap span.select2.select2-container.select2-container--default {
    width: 365px !important;
    border-radius: 0px !important;
    border-color: red !important;
}