
.nax-piece-jointe-shadow-active-vp {
    /*right : 0 !important;*/
}



.nax-piece-jointe-active-vp {
    left: 0 !important;
}


.nax-piece-jointe {
    position: fixed;
    top : 0;
    bottom : 0;
    width: 90%;
    left: 105%;
    z-index: 700;
    background-color: white;
    -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.27);
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.27);
}

.nax-piece-jointe-vp {
    position: fixed;
    top : 0;
    bottom : 0;
    width: 100%;
    height: 35%;
    left: 100%;
    z-index: 700;
    /*background-color: white;*/
    /*-webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.27);*/
    /*-moz-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.27);*/
    /*box-shadow: -3px 0 3px rgba(0, 0, 0, 0.27);*/
}



.nax-piece-jointe-active {
    left: 10% !important;
}




.nax-piece-jointe-icon {
     width : 50px;
     height : 50px;
     position: fixed;
     top: 150px;
     right: 0;
     z-index: 700;
     background-color: white;
    -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.27);
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.27);
}

.nax-piece-jointe-icon-active {
    display: none;
}

.nax-piece-jointe-attach {
    color: #FF9800;
    font-size: 50px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    cursor: pointer;
}

.nax-piece-jointe-shadow {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    top : 0;
    bottom : 0;
    width: 100%;
    right : 100%;
    z-index: 695;
}

.nax-piece-jointe-shadow-vp {
    /*background-color: rgba(0,0,0,.5);*/
    position: fixed;
    top : 0;
    bottom : 0;
    width: 100%;
    right : 100%;
    z-index: 695;
}

.nax-piece-jointe-shadow-active {
    right : 0 !important;
}

.nax-piece-jointe-main-container {

}

.nax-piece-comptable-notifier {
    margin-right: 15px;
    font-weight: bold;
    color: indianred;
    font-style: italic;
}

