*{
        outline: none;
        font-size: 14px;
}
a{
        text-decoration: none;
}
table.layout-background {
        height: 145px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-bottom: 40px;
}
.fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
body {
        margin: 0 auto;
        padding: 0;
}
img {
        border: medium none;
}
.MainStructure {
        text-align: center;
}
.MainStructure .TopBanner {
        position: relative;
        width: 100%;
        display: flex;
}
.MainStructure .TopBar {
        display: inline-block;
        margin-bottom: 0;
        text-align: justify;
        width: 100%;
        /* background: rgb(2 103 175); */
}
.MainStructure .TopBar .layout-sticky{
        background: white;
}
.MainStructure .ContentBanner {
        display: inline-block;
        position: relative;
        width: 100%;
        z-index: 1;
        padding: 20px 0;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        display: inline-table;
        margin: 0 auto;
        padding: 10px 0;
        vertical-align: top;
        width: 1160px;
}
.MainStructure .LeftBar {
        padding: 0 30px 0 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        padding: 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        background:#0165b1;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
}
::-webkit-scrollbar {
        width: 5px;
        height: 5px;
}
::-webkit-scrollbar-track {
        background: #e9ecef;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
table.table-1160-2col {
        background: #0267af;
        min-width: 100%;
}
table.table-1160-2col>tbody {
        width: 1160px;
        display: table;
        margin: auto;
        max-width: 100vw;
}
table.table-1160-2col:has(.UIBannerControl) {
        background: #fff;
}
.w-1160{margin: auto;max-width: 100vw;width: 1160px;}
@-moz-document url-prefix() {
        .TopBar>table.table-1160-2col:first-child{
                background: #0267af;
        }
        table.table-1160-2col{
                background: #fff;
        }
        .SingleSearch{
                padding-left: 3px !important;
        }
}
@media only screen and (max-width: 768px){
        table.table-1160-2col>tbody>tr{
                display: table-row;
        }
}
