
.kads-box-overplay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0,0,0,0.5);
}
.wp-admin > font{
    margin-left: 160px;
}
.title-line{
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slider-editor{
    background: #eee;
    border: 1px solid #ccc;
    padding: 15px;
    position: relative;
}


.block-title{
    margin-top: 0px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}
.slider-current-edit{
    display: none;
}
.slider-add-warper{
    width: 100%;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 500;
    padding: 0 30px 0 0;
    @include box-sizing();
    .slider-add-inner{
        @include box-sizing();
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0;
        position: relative;
        @include box-shadow(0px 0px 114px -2px rgba(0,0,0,0.7));
    }

    .kads-slider-actions-popup-bg{
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 1500;
        background: rgba(255,255,255,0.4);
        top: 0;
        left: 0;
    }
    .kads-slider-actions-popup{
        position: absolute;
        width: 500px;
        background: #f5f5f5;
        top: 0;
        left: 50%;
        margin-left: -250px;
        z-index: 1500;
        display: none;
        @include box-shadow(0px 0px 114px -2px rgba(0,0,0,0.7));
        input[type="text"]{
            width: 310px;
        }
        .button{
            margin-top: 0 !important;
        }
        .popup-inner{
            background: #f5f5f5;
            position: relative;
            padding: 15px;
            width: 100%;
            .close{
                position: absolute;
                right: 0;
                top: 0;
                border: 1px solid #ccc;
                background: #d5d5d6;
                color: #333;
                padding: 3px;
                display: block;
                line-height: 10px;
                text-align: center;
                text-decoration: none;
                span{
                    font-size: 10px;
                    height: auto;
                    line-height: 10px;
                    width: auto;
                }
                &:hover,&:focus,&:active{
                    background: darken(#d5d5d6,10%);
                }
            }
        }
    }
    .kads-slider-actions-popup {
        .label{
            display: inline-block;
            min-width: 80px;
            padding-right: 10px;
            font-weight: 600;
            font-size: 13px;
        }
        .control-row{
            margin-bottom: 5px;
            padding-bottom: 5px;
            border-bottom: 1px solid #ccc;
            &:last-child{
                border-bottom: none;
            }
        }
    }
    .list-style-button{
        background: #a8a2a2;
        padding: 10px;
    }
    
}
.desc {
    color: #999;
}
.box-line{
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.wapper-add-layer{
    position: absolute;
    top: 9px;
    left: 190px;
}
.add-layer{
    background: #6699cc;
    color: #fff;
    border: 1px solid #006799;
    @include display-inline-block();
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    > ul{
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        min-width: 220px;
        position: absolute;
        top: 100%;
        left: 0;
        border: 1px solid #ccc;
        z-index: 1000;
        background: #fff;
        li {
            > a{
                display: block;
                padding: 5px 15px;
                border-bottom: 1px solid #ccc;
                text-transform: uppercase;
            }
            &:last-child > a{
                border: 0;
            }
        }
        span{
            margin-right: 10px;
        }
    }
    &:hover{
        background: darken(#6699cc,10%);
    }
}



.slider-add-inner-bg{
    background: #fff;
}
.box-slider{
    width: 1290px;
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #999;
    @include box-sizing();
}
.kads-slider-page-admin .xdebug-var-dump {
    position: relative;
    left: 0;
    z-index: 99999999;
} 