/**
* Webkul Software
*
* @category   Webkul
* @package    Webkul_MpEtsyMagentoConnect
* @author     Webkul Software Private Limited
* @copyright  Copyright (c)  Webkul Software Private Limited (https://webkul.com)
* @license    https://store.webkul.com/license.html
*/
/* navigation */
.mp-etsy-connect{
    position: relative;
}
.mp-etsy-connect ul.nav{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
}
.mp-etsy-connect:hover ul.nav{
    display:block;
    z-index: 1;
}
.block-collapsible-nav .mp-etsy-connect.current .item a {
    font-weight: normal;
    border-left:none;
}
/* import product */
.etsy-sync-products #form-productlist-filter input
{
    width: 70%;
}
.etsy-sync-products #loader-image {
    visibility: hidden;
    vertical-align: middle;
}
.etsy-sync-products #loader-image.show{
    visibility: visible;
}

/* popup in category page */
.wk_pop{
    position: fixed;
    left: 15%;
    border-radius: 5px;
    height: 0;
    margin: 0 auto;
    width: 70%;
    z-index: 999;
    /* background: rgba(226,220,217, 0.9); */
    background: #FFF;
    box-shadow: 0px 0px 5px #888888;
    text-align: center;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.wk_cl {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    background: #eb5202;
    padding: 0px 10px;
    border: 1px solid;
    transition: all 500ms;
}
.wk_cl:hover {
    transition: all 500ms;
    color: red;
    background: white;
    cursor: pointer;
}
.wk_pop h2{
    color: #41362f;
    text-align: center;
    margin-top: 20px;
    font-size: 2.8rem;
}
.pop-body{
    display: block;
    padding: 20px;
    text-align: left;
}
.pop-body button#saveBtn{
    padding: 5px;
    font-size: 15px;
    color: white;
    background: #eb5202;
}
.pop-text{
    width: 95%;
}
/* end popup */
#note{
   color: #F00;
   font-weight: bold;
}
.input-text.search {
    width: 70%;
}

.modal-body {
    padding: 10px 30px;
}

div.admin__field-control {
    display: inline-block;
}

/* process bar profiler */
.wk-mu-sample-files {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 25px;
    width: 100%;
}
.wk-mu-sample-files > a {
    margin-right: 15px;
}
.wk-mu-progress-bar {
    border: 1px solid #28cb6e;
    display: inline-block;
    height: 15px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 30px;
}
.wk-mu-progress-bar-current {
    background: none repeat scroll 0 0 #61d896;
    display: inline-block;
    height: 15px;
    width: 0px;
}
.wk-mu-info-bar {
    color: #3c763d;
    font-weight: bold;
    margin-top: 30px;
}
.wk-mu-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.wk-mu-note {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.wk-mu-notice {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.wk-mu-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.wk-mu-box {
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
}

.authBtn {
    display:inline-block;
    margin-top:20px;
    width: 100px;
    height: 20px;
    padding: 10px;
    border-radius: 2px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none !important;
}

a.authenticated {
    background-color: #21961A;
    color: #FFF;
}

a.authenticate {
    background-color: #908888;
    color: #000;
}

/* navigation */
.mp-etsy-connect{
    position: relative;
}
.mp-etsy-connect ul.nav{
    display:none;
    top: 0px;
    position: absolute;
    background-color: #f5f5f5;
    margin-left: 35%;
    border: 1px solid rgb(204, 204, 204);
}
.mp-etsy-connect:hover ul.nav{
    display:block;
    z-index: 1;
}
.block-collapsible-nav .mp-etsy-connect.current .item a {
    font-weight: normal;
    border-left:none;
}

/* menu */
.wk-mp-submenu li {
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
}

