
.sd-file-manager{

    background-color: #333C62;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
}

#contact-form textarea {
    /*border: 0 none;*/
    overflow: hidden; /*overflow is set to auto at max height using JS */
    /*background:lightcyan;
    font-family:sans-serif;*/
    outline: none;
    min-height:80px;
    max-height:314px;
    height: auto;
    resize: none;
    /*width:50%;*/
}


/*  PDF modal  */
.modal-dialog{

    position: relative;
    display: table; 
    overflow-y: auto;    
    overflow-x: auto;
    width: 100%;
}
.iframe-container {  
    
    position: relative;
    display: table;   
    display: table; 
    overflow-y: auto;    
    overflow-x: auto;
    width: 100%;
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}