/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_MpAdvancedCommission
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:491;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#light{
    display: none;
    position: fixed;
    top: 33vh;
    left: 42%;
    width: 500px;
    margin-left: -150px;
    margin-top: -100px;
    padding: 20px;
    border: 2px solid #dfdfdf;
    background: #fff;
    z-index:492;
    overflow:visible;
    overflow-y: scroll;
    max-height: 500px;
}

.labl.fnt{
    display:inline-block;
}
.fnt{font-weight:bold;width: 57%;}

.wk-cat-container{
    margin-left:0px;
    position: relative;
    height: 20px;
    margin-top: 12px;
    height: 38px;
}
.wk-cat-container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 58%;
    border-bottom: 1px solid #dfdfdf;
}
.wk-plus{
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
    margin-top: 7px;
}
.wk-plusend{
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
    margin-top: 7px;
}
.wk-minus,.wk-minusend{
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    cursor:pointer;
    margin-top: 7px;
}
.wk-no{
    display: block;
    height: 18px;
    width: 15px;
    float:left;
    margin-top: 7px;
}
.wk-foldersign{
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    margin-top: 10px;
    width: 16px;
}
.wk-node-loader{
    background: url("../../extjs/resources/images/default/grid/loading.gif") no-repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 17px;
    left: 15px;
    position: absolute;
    width: 17px;
    margin-top: 7px;
}
.wk-elements{
    float: right;
    margin-left: 5px;
    width: 41% !important;
}
.wk-cat-name{
    float:left;
    line-height: 33px;
}
.hor-scroll{
    padding-bottom: 10px;
    height: 160px;
}
#mpadvancedcommission-options-category-commission-save-button
{
    width: 94%;
}
