body {
    overflow: hidden;
    min-width: 24.6875rem;
}
#ModuleTable {
    width: 100%;
    height: calc(100% + 0.25rem);
    /* border: 0.125rem solid #004D81; */
}
#ModuleTable iframe {
    width: 100%;
    height: 0;
    float: left;
    overflow: auto;
}
#ModuleTable > tbody > tr {
    vertical-align: top;
}
.ir-module-body {
    overflow: visible;
}
.header {
    background-color: #004D81;
    /* border-bottom: 0.0625rem solid #F2F4F6; */
    height: 3.225rem;
    color: #F2F4F6;
}
.header > table {
    width: 100%;
    height: 100%;
}
.header > table > tbody > tr:nth-child(1) {
    vertical-align: bottom;
}
.header > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    overflow: hidden;
    padding-left: 0.3125rem;
    width: 28.33%;
    min-width: 14rem;
    max-width: 14rem;
    line-height: 3.125rem;
    color: white;
    font-size: 2.3125rem;
    white-space: nowrap;
}
.header > table > tbody > tr:nth-child(1) > td:nth-child(1) > a {
    cursor: pointer;
}
.header > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 43.33%;
    min-width: 14rem;
}
.header > table > tbody > tr:nth-child(1) > td:nth-child(3) {
    width: 28.33%;
    min-width: 14rem;
    text-align: right;
}
.header > table > tbody > tr:nth-child(2) > td:nth-child(1) {
    text-align: -webkit-right;
    white-space: nowrap;
}
.header__account-menu-btn {
    cursor: pointer;
}
.header__account-menu-btn > tbody > tr:nth-child(1) > td:nth-child(2) {
    padding: 0.25rem;
    min-width: 2.25rem;
}
.header__account-menu-btn:hover {
    color: #FFA500;
}
.header__account-menu-btn > tbody > tr {
    text-align: right;
}
.header__account-menu-btn img {
    height: 2.25rem;
    vertical-align: middle;
}
.header__account-menu-btn.active {
    color: #FF4500;
    /* background-color: #FBFBE5; */
}
.header .ir-tabs-box__tabs {
    margin-bottom: -0.0625rem;
}
.header .ir-tabs-box__tabs > a {
    border-top: 0.0625rem solid #F2F4F6;
    border-left: 0.0625rem solid #F2F4F6;
    border-right: 0.0625rem solid #F2F4F6
}
.footer {
    color: white;
    background-color: #004D81;
}
.footer > table {
    width: 100%;
    height: 100%;
}
.footer > table > tbody > tr:nth-child(1) {
    vertical-align: top;
}
.footer > table > tbody > tr:nth-child(1) > td {
    width: 33.33%;
    min-width: 14rem;
    vertical-align: middle;
}
.footer > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    padding-left: 0.3125rem;
    text-align: left;
    /* font-size: 1.5rem; */
}
.footer > table > tbody > tr:nth-child(1) > td:nth-child(1) > a {
    cursor: pointer;
}
.footer > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    text-align: center;
}
/*.footer > table > tbody > tr:nth-child(1) > td:nth-child(2) > a:hover {
    color: #FFA500;
}*/
.footer > table > tbody > tr:nth-child(1) > td:nth-child(3) {
    padding-right: 0.3125rem;
    text-align: right;
}
.panel {
}
.panel-resizer {
    vertical-align: middle;
    background-color: #004D81;
    cursor: ew-resize;
}
.panel-resizer img {
    position: fixed;
    z-index: 20;
    margin-left: -0.625rem;
    margin-top: -0.6562rem;
    cursor: pointer;
}
.panel-resizer img:last-child {
    margin-left: 0.05rem;
}
.panel-menu-btn {
    display: none;
    position: fixed;
    z-index: 1200;
    left: 1.35rem; /* calc(50% - 2.5rem); */
    bottom: 1rem; /* 1.5rem; */
    opacity: 0.7;
}

.panel-menu-btn > img {
    width: 3rem;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .panel-resizer.ir-device img {
        height: 4rem; /* 3.125rem; */
        margin-top: -2rem;
    }
    .panel-resizer.ir-device img:active {
        background-color: #73D3F7;
    }
    .panel-resizer.ir-device img:first-child {
        margin-left: -2.75rem; /* -2.25rem; */
    }
    .panel-resizer.ir-device img:last-child {
        margin-left: 0.625rem;
    }
    #accMenuBtnUserName > span {
        display: none;
    }
}

/*@media (max-width: 1080px) {
    .header,
    .footer {
        display: none;
    }
    #ModuleTable > tbody > tr:nth-child(1) > td:nth-child(1),
    #ModuleTable > tbody > tr:last-child > td:nth-child(1) {
        height: auto !important;
    }
}*/

@media (max-width: 768px) {
    .panel-resizer.ir-device img {
        display: none;
        z-index: 1200;
    }
    .panel-menu-btn.ir-device {
        display: initial;
    }
}