.IoSGUI_Toast {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #222;
    color: #fff;
    border: #000 1px solid;
    padding: 1em;
    border-radius: 0.5em;
    z-index: 999999;
}

.IoSGUI_Toast .AppXIcon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: top;
}

.IoSGUI_Toast.AppXWIcon .AppXText {
    display: inline-block;
    vertical-align: top;
}

.AppXIoSGUI_Loader_Overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
}

.spanner.AppXIoSGUI {
    opacity: 1;
    visibility: visible;
}

.spanner.AppXIoSGUI .AppXIoSGUI_msg {
    padding: 2em;
}

.IoSSearchBox {
    width: calc( 100% - 1em );
    margin: 0.5em;
    border: #888 1px solid;
    border-radius: 3pt;
    padding-right: 24px;
    background-repeat: no-repeat;
    background-image: url(/assets/fwImg/FLT.gif);
    background-position: calc(100% - 3pt) center;
}

.IoSSearchHide {
    opacity: 0.3;
}

.IoSSearchBoxMaskOnSearch.IoSSearch_masked {
    opacity: 0.6;
}

.IoSGUIWindowOverlay {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.6);
}

.IoSGUIWindow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    background: rgb(25,28,36);
    padding: 0;
    border-radius: 4pt;
    border: #333 1px solid;
}

.IoSGUIWindowTitleBar {
    font-size: 1.8rem;
    text-align: left;
    min-width: 8em;
    max-width: calc(100vw - 2pt);
    font-weight: normal;
    height: 1.5em;
    overflow: hidden;
    position: relative;
    border-bottom: #333 1px solid;
}

.IoSGUIWindowTitle {
    width: calc( 100% - 1em - 2pt);
    height: 1.5em;
    line-height: 1.5em;
    overflow: hidden;
    display: inline-block;
    padding-left: 4pt;
}

.IoSGUIWindowClose {
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    background: rgb(126,44,41);
    border-radius: 50%;
    right: 8pt;
    top: 8pt;
    border: #522 1px solid;
    cursor: pointer;
}

.IoSGUIWindowClose:hover {
    background: rgb(192,44,44);
}

.IoSGUIWindowContent {
    padding: 1pt;
    padding-bottom: 2pt;
    max-height: calc( 100vh - 1.5em - 8pt);
    max-width: calc( 100vw - 2pt);
    overflow-y: auto;
    overflow-x: auto;
    min-height: 4rem;
}

.IoSGUIWindow.IoSGUIWindow_full {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
}

.IoSGUIWindow.IoSGUIWindow_full .IoSGUIWindowContent {
    height: calc(100% - 3rem);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.IoSGUIMobile .IoSGUIWindow {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
}

.IoSGUIMobile .IoSGUIWindow .IoSGUIWindowContent {
    height: calc(100% - 3rem) !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.IoSGUIComputer .IoSGUIWindow.IoSGUIWindow_big .IoSGUIWindowContent {
    width: 80vw;
    height: 90vh;
}

.IoSHiddenElement {
    display: none !important;
    opacity: 0;
}