/******************************************
  *   Modalbox v1.2 - jQuery
  ******************************************/

.CEFD_noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: auto;
}
.CEFD_mdl_top
{
    position: absolute;
    background-color: red;
    left: 4px;
    right: 4px;
    height: 4px;
    top: 0;
    cursor: n-resize;
    opacity: 0.0;
}
.CEFD_mdl_bottom
{
    position: absolute;
    background-color: red;
    left: 4px;
    right: 4px;
    height: 4px;
    bottom: 0;
    cursor: s-resize;
    opacity: 0.0;
}
.CEFD_mdl_left
{
    position: absolute;
    background-color: red;
    top: 4px;
    bottom: 4px;
    width: 4px;
    left: 0px;
    cursor: w-resize;
    opacity: 0.0;
}
.CEFD_mdl_right
{
    position: absolute;
    background-color: red;
    top: 4px;
    bottom: 4px;
    width: 4px;
    right: 0px;
    cursor: e-resize;
    opacity: 0.0;
}
.CEFD_titlebar
{
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    height: 30px;
}
.CEFD_titlebar_left
{
    position: absolute;
    left: 0px;
    right: 30px;
    height: 30px;
    cursor: move;
}
.CEFD_titlebar_right
{
    position: absolute;
    width: 30px;
    right: 0px;
    height: 30px;
    color: black;
    cursor: default;
}
.CEFD_mdl_top_left
{
    position: absolute;
    background-color: blue;
    top: 0px;
    left: 0px;
    width: 4px;
    height: 4px;
    cursor: nw-resize;
    opacity: 0.0;
}
.CEFD_mdl_top_right
{
    position: absolute;
    background-color: blue;
    top: 0px;
    right: 0px;
    width: 4px;
    height: 4px;
    cursor: ne-resize;
    opacity: 0.0;
}
.CEFD_mdl_bottom_left
{
    position: absolute;
    background-color: blue;
    bottom: 0px;
    left: 0px;
    width: 4px;
    height: 4px;
    cursor: sw-resize;
    opacity: 0.0;
}
.CEFD_mdl_bottom_right
{
    position: absolute;
    background-color: blue;
    bottom: 0px;
    right: 0px;
    width: 4px;
    height: 4px;
    cursor: se-resize;
    opacity: 0.0;
}
.CEFD_titlebar_title
{
    margin: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CEFD_headerbar
{
    position: absolute;
    left: 4px;
    right: 4px;
}
.CEFD_mdl_box_body
{
    position: absolute;
    left: 4px;
    right: 4px;
    top: 34px;
    bottom: 4px;
    overflow: hidden;
}
.CEFD_footerbar
{
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
}
.CEFD_titlebar_right .close
{
    margin: 5px;
    margin-left: 11px;
    font-weight: bold
}
.CEFD_parent      /*  Not found in source */
{
    position: relative;
    margin: 50px;
    overflow: hidden;
    height: 200px;
    width: 180px;
    background: #ddd;
}
.CEFD_scrollable    /*  Not found in source */
{
    overflow-y: scroll;
    position: absolute;
    padding: 0 17px 0 0;
    width: 180px;
    height: 100%;
}
.CEFD_scrollbar     /*  Not found in source */
{
    position: absolute;
    overflow: auto;
    top: 0px;
    right: 0px;
    z-index: 2;
    background: #444;
    width: 7px;
    border-radius: 5px;
}
.CEFD_b_scroll      /*  Not found in source */
{
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 2;
    background: #444;
    width: 7px;
    border-radius: 5px;
    bottom: 0;
}

.cef_dlg_box { display:flex; flex-flow: column; height: 100%;}
.cef_dlg_box_content {flex: 1 1 auto; }
.cef_dlg_box_gif { flex: 0 1; text-align: center; }