.modal-backdrop {    
    background-color: rgba(100, 100, 100, .3);
    /*background-image: url('../images/glasspane.png');*/
}
.model-backdrop {
    background-color: rgba(100, 100, 100, 0);
    z-index: -1;
}
.selector-backdrop {
    background-color: rgba(100, 100, 100, .3);
    /*background-image: url('../images/glasspane.png');*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2040;
}
.modal-selector {
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
}    
.modal-dialog{
    height: 100%;
    width:auto;
    margin: 0px auto;
}

.modal-content{
    position:absolute;
    z-index: 99;
    right: 0;left: 0;top: 0;bottom: 0; margin:auto;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 16px;
    background: #403866
}
.model-content{
    position:absolute;
    left: 0;top: 0;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 16px;
    background: #403866
}
.selector-content {
    position: absolute;
    right: 0;
    left: 0;
    top: -25%;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 16px;
    background: rgb(4, 58, 109);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    outline: 0;
}

.pdf-selector-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 16px;
    background: rgb(16, 103, 109);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    outline: 0;
}

.img-selector-content {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 16px;
    background: rgb(38, 197, 144);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    outline: 0;
}
.img-modal-content-body{
    position: absolute;
    overflow-x: hidden; 
    overflow-y: hidden;
    left : 1px;
    background: #4b4661;
}
.img-view{
    position: absolute;
    
}
.img-pre{
    background: url(../images/pre.png) no-repeat 2px 5px;
    background-color : rgba(109, 107, 107, 0.4);
    background-size: 12px 30px;
    width : 15px;
    height: 40px;  
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    display: none;
}
.img-next{
    background: url(../images/next.png) no-repeat 2px 5px;
    background-color : rgba(109, 107, 107, 0.4);
    background-size: 12px 30px;
    width : 15px;
    height: 40px;
    position: absolute;
    right: 0;
    top : 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    display: none;
}

.modal-header{
    height:29px;
    line-height:29px;
    font-size:18px;
    padding:0px 15px;    
    margin-right: 2px;
    margin-left: 2px;
    color: #ffffff;
    opacity: 0.8;
    text-shadow: 0 1px 0 #fff;
    border-bottom : 0px;
}

.modal-header .close {
    margin-top: 5px;
    margin-right: -5px;
    color: rgb(255, 255, 255);
    opacity: 1;
}
.modal-body{
    background: #ffffff;
    margin: 0px 2px;
    overflow-y :auto;
    overflow-x: hidden;
}
.modal-footer{
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 2px;
    height: 50px;
    padding: 5px 20px;
    bottom: 0;
}

.selector-header{
    background:#fff;margin:0 2px;height:35px;padding:3px 10px;
}
.selector-readme {
    background: #e5edf5;
    margin: 0 2px;
    height: 25px;
    padding: 3px 10px;
}
.selector-left{
    position:absolute;background:#fff;margin:2px;width:200px;height:205px;overflow: auto;
}
.selector-right{
    position:absolute;background:#fff;margin:2px;width:390px;height:205px;right: 0;
}
.selector-footer{
    position:absolute;bottom:0;width:594px;height:45px;text-align: right;padding: 0px 15px 0px 5px;
}
.select-content{
    background: rgb(4, 58, 109);
    color: rgb(185, 168, 248);border:none;outline:none;resize:none;
}