.widgetFrameFlash {
    position:absolute;
    margin-top:0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding:5px;
    overflow:visible;
    height:227px;
}

.widgetFrameFlash.maximise{
    position: absolute;
    inset: 10px !important;
    height: auto !important;
    width: auto !important;
}

.widgetFrameFlash.maximise .widgetFrameFlash_fieldset{
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.widgetFrameFlash_legend_maximise{
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-size: cover;
    cursor: pointer;
    border-radius: 2px;
    border: 2px solid white;
    box-sizing:border-box;
}

.widgetFrameFlash_legend_maximise:hover{border: 2px dotted white;}
.widgetFrameFlash_fieldset.show-maximise .widgetFrameFlash_legend_maximise{visibility: visible;}
.widgetFrameFlash_fieldset.hide-maximise .widgetFrameFlash_legend_maximise{visibility: hidden; pointer-events: none;}

.widgetFrameFlash.maximise .widgetFrameFlash_table iframe{height:100% !important;}
.widgetFrameFlash.maximise .widgetFrameFlash_legend_maximise{background-image:url(/client/school_money/html/images/modal_minimise.svg);}
.widgetFrameFlash .widgetFrameFlash_legend_maximise{background-image:url(/client/school_money/html/images/modal_maximise.svg);}

.widgetFrameFlash_fieldset{
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius:4px;
    background-color:#FFFFFF;
    border: 1px solid #C3C2C2;
    padding:0px;
    margin: 8px 0 8px 0;
    box-shadow: 0px 3px 6px 0px rgba(54, 53, 53, 0.23), 0px 3px 6px 0px rgba(54, 53, 53, 0.16)
}

.widgetFrameFlash_legend{
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    background-color: #363535;
    min-width: -webkit-fill-available;
    border-radius: 4px 4px 0 0;
    padding: 16px;
    gap: 10px;
    z-index: 1;
    margin: -1px;
}

.widgetFrameFlash_legend_span{
    color: white;
    font-size: 18px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.widgetFrameFlash_table{
    margin: 0px;
    padding: 8px;
}

.widgetFrameFlash_iframe{
    border: 0px;
    width: 100%;
}

.widgetFrameFlash_modal_div{
    position:         absolute;
    opacity:          0.4;
    
    /* IE 8 */
    -ms-filter:       "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    
    /* IE 7 */
    filter:           alpha(opacity=40);
    top:              0px;
    bottom:           0px;
    background-color: black;
    width:            100%;
    left:             0px;
} 
