﻿.pap-edit-item .btn.edit-btn-pap {
    font-size: 10px !important;
    padding: 2px 4px;
    line-height: 10px;
    background: none;
    box-shadow: none !important;
    color: #333;
    position: absolute;
    right: 0;
}

li.pap-edit-item {
    padding-right: 20px;
    cursor: pointer;
    padding-left: 10px;
}

    li.pap-edit-item:hover {
        background: #eee;
    }

.pap-edit-item span.btn-text {
    line-height: 40px;
}

button.close-btn-pap {
    position: absolute;
    left: calc(90% + 30px);
    top: 30px;
}

div#papEdit {
    transition: left .5s ease, background 2s ease;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}

    div#papEdit.open {
        left: 0;
        background: rgba(0,0,0,0.8);
    }

#papFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    z-index: 999999999999;
}

.preloader {
    width: 100px;
    height: 100px;
    margin: 20vw auto;
    position: relative;
    display: block;
}

.dnnsf-actions {
    position: fixed;
    top: 80px;
    right: 50px;
    z-index: 9040;
}


button.pap-edit-list.btn.bg-blue.btn-circle.waves-effect.waves-circle.waves-float {
    position: relative;
    display: block;
    float: none;
}

ul.dnnsf-mdls {
    position: absolute;
    width: 300px;
    max-height: 75vh;
    overflow-y: auto;
    right: 0;
    text-align: left;
    top: 60px;
    background: #fff;
    display: none;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding-left: 0;
    border-radius: 2px;
}

    ul.dnnsf-mdls.open {
        display: block;
    }
