.woopdfinv-backdrop{
    position: fixed;
    z-index: 100000;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    display: none;
}

.woopdfinv-dialog{
    display: none;
    position: absolute;
    top:200px;
    left: 50%;
    margin-left: -298px;
    width:596px;
    z-index: 100000;
    background-color:#fefefe;
}

.woopdfinv-backdrop.woopdfinv-show,.woopdfinv-backdrop.woopdfinv-show .woopdfinv-dialog {
    display: block !important;
}

.woopdfinv-deactivation-detail{
    width:100%;
    margin: 5px 0 5px 2px;
    padding: 6px;
    display: none;
    -webkit-transition: max-height .5s ease-in-out,50ms border-color ease-in-out !important;
    -moz-transition: max-height .5s ease-in-out,50ms border-color ease-in-out !important;
    -ms-transition: max-height .5s ease-in-out,50ms border-color ease-in-out !important;
    -o-transition: max-height .5s ease-in-out,50ms border-color ease-in-out !important;
    transition: max-height .5s ease-in-out,50ms border-color ease-in-out !important;
}


.woopdfinv-selected .woopdfinv-deactivation-detail
{
    display: block;
}