/*================================================================================
	Item Name: Frest HTML Admin Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.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%;
}