@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
* {
        text-rendering: geometricprecision;
        font-family: "Roboto Condensed", sans-serif;
        font-size: 14px;
}
:root{
        --body-width: 1370px;
        --background-blue:#def2fd;
        --text-blue:#003a56;
}
body {
        margin: 0 auto;
        padding: 0;
}
.mb-2 {
        margin-bottom: 0.5rem!important;
        display: flex;
        width: 75%;
}
a {
        color: #424242;
        font-size:14px;
        font-family: "Roboto Condensed", sans-serif;
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
        /*background: #f1f1f1 url("images/top.jpg") repeat-x center top;*/
}
.MainStructure .TopBanner {
        margin: 0 auto;
        position: relative;
        width: 100%;
}
.MainStructure .TopBar {
        text-align: justify;
        width: 100%;
        position: relative !important;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
        background: url(images/bg.jpg) no-repeat 0 0;
        padding-top: 15px;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        padding: 10px;
        vertical-align: top;
        width: var(--body-width);
        /*border-collapse: inherit;*/
        /*box-shadow: 0px 1px 2px #33333333;*/
        padding-bottom: 0;
}
.MainStructure .LeftBar {
        padding: 0 20px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
         /* background: #ddd url("images/f.png") repeat-x scroll center top; */
        margin: 0 auto;
        width: 100%;
        /* background: #ddd url("images/f.png") repeat-x scroll center top; */
        background: #1e73be;
        text-align: left;
        border-top: 5px solid #1e73be;
}
.MainStructure .FooterBar {
        width: var(--body-width);
        margin: 10px auto 0;
        padding: 10px 0;
        padding-top: 5px;
}
.MainStructure .MainContent, .LeftBar, ::after, ::before{
        box-sizing: revert;
}
.MainStructure .MainContent  *{
        line-height: normal;
}
.UIFooterControl > table {
        max-width: 1130px !important;
}
@media only screen and (max-width: 768px) {
        .MainStructure .MainContent{
                padding: 10px 0;
        }
        .ListControl .mb-2 {
                margin: 0 !important;
                padding-left: 5px;
                display: inherit;
        }
}
::-webkit-scrollbar {
        width: 4px;
        height: 4px;
}
::-webkit-scrollbar-track {
        background: #c0c0c03d;
        border-radius: 0;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d1c;
}
