/* Global Tags */

a {
    color: #033E63;
    text-decoration: none;
}

a:hover {
    color: #ff7200;
}

body {
    margin: 0;
    background-color: #eceff4;
    font-family: Verdana, Helvetica, Arial; /*'Segoe UI', Segoe, Tahoma, Arial, Verdana, sans-serif;*/
    font-size: 13px;
    color: #333;
}

/* Layout */
.emxui-row {
    display: flex;
    grid-gap: 10px;
    padding: 10px 5px;
}

.emxui-row > a {
    display: block;
    flex-grow: 1;
    flex-basis: min-content;
}

.emxui-row > a > img {
    display: block;
}

.emxui-links-row {
    display: flex;
    table-layout: fixed;
    text-align: center;
}

.emxui-links-row > a {
    flex-grow: 1;
    color: inherit;
}

.emxui-links-row > a > span {
    padding: 10px;
    display: block;
    font-size: 18px;
}

.emxui-links-row > a > img {
    display: block;
    margin: auto;
    border-radius: 10px;
}

.emxui-links-column a {
    display: block;
    margin: 6px;
}

.emxui-image-row {
    display: flex;
}

.emxui-image-row div {
    flex-grow: 1;
}

.emxui-image-row img {
    width: 100%;
}

.emxui-header {
    margin: 0 auto;
}

.emxui-body {
    max-width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
}

.emxui-side {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200px;
}

.emxui-menu {
    font-size: 14px;
    list-style: none;
    padding: 20px 0;
    background-color: #DFE4EC;
    margin: 0;
}

.emxui-menu > li > a {
    padding: 8px 16px;
    display: block;
}

.emxui-menu .emxui-this {
    background-color: white;
}

.emxui-menu .emxui-navsub {
    padding: 0px 0px;
}

.emxui-menu .emxui-navsub > dd {
    padding-left: 24px;
}

/* Navigation */
.emxui-navbar {
    width: 100%;
    display: table;
    table-layout: fixed;
    list-style: none;
    background-color: #045487;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
}

.emxui-navbar > li {
    text-align: center;
    display: table-cell;
    line-height: 50px;
    color: white;
}

.emxui-navbar > li > a {
    color: inherit;
    display: block;
}

.emxui-navbar > li:hover {
    background-color: #fdc300;
    color: inherit;
}

.emxui-navbar > li:hover > dl, .emxui-navbar > li:hover > div {
    display: block;
}

.emxui-navtree {
    display: flex;
    color: #033e63;
    background-color: #2f4056;
    list-style: none;
    font-size: 16px;
    text-align: left;
    gap: 20px;
}

.emxui-navtree > li {
    line-height: normal;
    flex-grow: 1;
}

.emxui-navtree > li > a {
    padding: 8px 0;
    display: block;
    color: inherit;
}

.emxui-navsub {
    color: #033e63;
    text-align: left;
    border: 0 solid #045487;
    background-color: #dfe4ec;
    line-height: normal;
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}

.emxui-navsub > dd {
    margin: 0;
    padding: 1px 8px;
}

.emxui-navsub > dd > a {
    display: block;
    padding: 8px 8px;
    color: inherit;
}

.emxui-navsub > dd:hover {
    background-color: #ffd200;
}

.emxui-navsub .emxui-this {
    background-color: white;
}

.emxui-navbar .emxui-navsub {
    z-index: 9000;
    position: absolute;
    /*box-shadow: 0px 10px 10px #888888;*/
    border-bottom: 3px solid #045487;
    display: none;
}

.emxui-navtree .emxui-navsub {
    background-color: transparent;
}

.emxui-navsub-full {
    display: none;
    z-index: 9000;
    position: absolute;
    /*box-shadow: 0px 5px 10px #888888;*/
    /*border: 8px solid #DFE4EC;
    border-top: none;*/
    border-bottom: 2px solid #045487;
    right: 0;
    left: 0;
}

.emxui-navsub-full .emxui-navsub {
    display: block;
    position: static;
    box-shadow: none;
    border-bottom: none;
}

.emxui-sidebar h2 {
    padding-left: 10px;
}

.emxui-sidebar .emxui-navsub > dd > a {
    border-bottom: 0 solid white;
}

.emxui-content {
    line-height: 23px;
    background-color: white;
    padding: 20px;
}

.emxui-content p {
    text-indent: 2em;
    margin-bottom: 6px;
    margin-top: 6px;
}

.emxui-content a {
    color: blue;
}

.emxui-content a:hover {
    color: #ff7200;
}

.emxui-panel {
    background-color: white;
    border-bottom: 0 solid #243674;
}

.emxui-panel-head {
    background-color: #2c5896;
    padding: 8px 10px;
    color: white;
}

.emxui-panel-body {
    padding: 8px;
}

.emxui-panel-body p {
    /*margin: 0px;*/
    text-indent: 2em;
    line-height: 1.6;
}

.emxui-panel-head > a {
    color: inherit;
    float: right;
}

.emxui-panel-head > span {
    font-size: 16px;
    font-weight: 400;
}

.emxui-news {
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
}

.emxui-news > li {
    padding: 8px 5px;
    padding-left: 0;
    border-bottom: 1px solid #dfe4ec;
}

.emxui-news > li:hover {
    background-color: #ffe799;
}

.emxui-news > li > span {
    float: right;
}

.emxui-new-container {
    padding: 20px;
    border: 1px solid #c9c9c9;
    line-height: 1.8;
    min-height: 500px;
}

.emxui-new-container > p {
    text-indent: 2em;
}

.emxui-new-header {
    text-align: center;
    padding-bottom: 6px;
}

.emxui-new-header h2 {
    font-size: 24px;
    margin: 6px auto;
    font-weight: 500;
}

.emxui-new-header > div {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #374aae;
}

.emxui-new-header > div > span {
    padding: 0 10px;
}

.emxui-footer {
    color: white;
    text-align: center;
    background-color: #2f4056;
    line-height: 20px;
    padding: 16px 0;
}

.emxui-footer a {
    color: white;
}

.emxui-footer span {
    margin: 0 9px;
}

.emxui-layout-admin .emxui-header {
    height: 60px;
    background-color: #23262e;
}

.emxui-layout-admin .emxui-side {
    top: 60px;
    background-color: #2f4056;
}

.emxui-layout-admin .emxui-footer {
    color: inherit;
    background-color: #fafafa;
    position: fixed;
    left: 200px;
    right: 0;
    bottom: 0;
}

.emxui-image-mb06 {
    max-width: 60%;
    display: block;
    margin: auto;
}

.emxui-image-mb08 {
    max-width: 80%;
    display: block;
    margin: auto;
}

.emxui-image-mb09 {
    max-width: 90%;
    display: block;
    margin: auto;
}

.emxui-image-mb10 {
    max-width: 100%;
    display: block;
    margin: auto;
}

.emxui-include {
    display: none;
}

.emxui-gototop {
    color: white;
    padding: 10px 15px;
    background-color: #333;
    border-radius: 4px 4px 0px 0px;
    position: fixed;
    bottom: 0px;
    right: 30px;
}

.emxui-gototop:hover {
    background-color: #374aae;
}

.emxui-gototop a {
    color: inherit;
}
