    /*DIALOG Common ----------------*/
    .modal-dialog {
        width: 800px;
    }
        .modal-dialog.small { width: 600px; } 
        .modal-dialog.big {width:auto;} 
    .modal-body {padding: 0px 0px;} 
    .blmodal .modal-header .modal-title {font-family: var(--title-font); font-size: var(--main-font-size_l);}
/*.blmodal :not(.ql-tooltip) > input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]), .blmodal select, .blmodal textarea {
    width: 100%;
    max-width: 100%;
}*/
    .blmodal .flexitem label {
        /*font-size: var(--main-font-size_s);
        margin: 2px 0px 4px 0px;*/
        margin: 0px 0px 0px 0px;
    }

/* (So that the Upload btn, that is a lable and have over-ruling lable settings, shuld match a normal btn)*/
    .blmodal .flexcontainer label.btn { line-height: 34px; padding-inline:9px;} 
    .blmodal th, .blmodal td, .blmodal .th, .blmodal .td  {padding: 4px 8px;}

/*.blmodal .modal-footer { box-shadow: 0px -2px 2px 0px rgba(80,80,80,0.1);}*/

/* --- Dialog with Iframe --- */
.blmodal .modal-body iframe.contentframe {
    /*height: calc(100vh - 160px);*/
    height: calc(100vh - 164px);
}
/* --- Dialog with Iframe - END --- */
