:root{
        --bg-red: #db0713;
        --bg-blue-light: #5b8fbb;
        --bg-blue-weight: #004c76;
}
* {
        font-family: "Segoe UI",Tahoma,Verdana ;
}
body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #db0713;
    border: 1px solid #db0713;
    border-radius: 0;
}
body {
        margin: 0 auto;
        padding: 0;
}
.mb-2 {
        margin-bottom: 0.5rem!important;
        display: flex;
        width: 75%;
}
a:hover {
    color: #d00707;
}
a {
        color: #212529;
        font-size:14px;
        /* font-family: 'Roboto', Arial; */
        text-decoration: none;
}
img {
        border: medium none;
}
.MainStructure {

}
.MainStructure {
        display: grid;
        min-height: 100vh;
        align-content: space-between;
}

.MainStructure .TopBanner {
        margin: 0 auto;
        position: relative;
        width: 100%;
}
.MainStructure .TopBar {
        text-align: justify;
        width: 100%;
        padding: 0;
        margin: 0 auto;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 100%;
        z-index: 1;
        background-position: right -200px top;
        background: url(images/bg-v2.png) repeat center top;
        background-size: 11%;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        padding: 10px 0;
        vertical-align: top;
        width: 1290px;
        border-collapse: inherit;
        /*max-width: 100vw;*/
}
.MainStructure .LeftBar {
        text-align: justify;
        vertical-align: top;
}
.MainStructure .ContentBar {
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBanner {
        /*background: rgba(237, 25, 37, 1) repeat-x scroll center top;*/
        margin: 0 auto;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: justify;
}
.MainStructure .FooterBanner {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background: url(images/bg-footer1.png) no-repeat center top snow;
}
.MainStructure .FooterBar {
        display: inline-block;
        text-align: justify;
        width: 100%;
        margin: 0 auto;
}
img[src=""]::after {
        content: '';
        width: 100%;
        height: 100%;
        background: url(/no-image.png);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        font-weight: bold;
        background-size: cover;
        background-position: center center;
}
img[src=""] {
        position: relative;
        /* border: 1px solid silver; */
        border-radius: 2px;
        min-width: 20px;
        min-height: 20px;
        display: inline-block;
}
::-webkit-scrollbar {
        width: 5px;
        height: 5px;
}
::-webkit-scrollbar-track {
        background: silver;
        border-radius: 3px;
}
::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background: #6c757d59;
}
.MainStructure .FooterBar a{
        color: #fff;
}
.MainStructure .MainContent, .LeftBar, ::after, ::before{
        box-sizing: revert;
}

.MainStructure .MainContent  *{
        line-height: 1.4;
}
/* width */
::-webkit-scrollbar {
        width: 4px;
}
/* Track */
::-webkit-scrollbar-track {
        background-color: #fafafa8a;
}
/* Handle */
::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: #eeeeee;
}
/* end */
@media only screen and (min-width: 769px) {
.MainStructure .LeftBar {
        padding: 15px;
}
.MainStructure .ContentBar {
        padding: 15px 15px 15px 0;
}
.MainStructure .MainContent .ContentBarTopFull{
        padding: 0 15px;
}
}
@media only screen and (max-width: 1024px) {
        .MainStructure .MainContent{
                padding: 10px 0;
        }
        .MainStructure .TopBar {
                padding: 0;
        }
        .ListControl .mb-2 {
                margin: 0 !important;
                padding-left: 5px;
                display: inherit;
        }
        .MainStructure {

        }
        .MainStructure .TopBanner {
                margin: 0 auto;
                position: relative;
                background: #f1f1f1 url("images/top2.jpg") no-repeat top;
        }
        .FooterBanner:after {
                content: unset;
        }
        .MainStructure .FooterBar {
                padding: 0px;
        }
        .MainStructure .FooterBar{
                /* padding: 0 20px; */
                padding-bottom: 20px;
        }
        .bottom-tool {
                display: none;
        }
        .jContainer {
                max-width: 100vw;
                left: 0 !important;
                min-width: 100%;
                top: 0 !important;
                position: fixed;
        }
        .jContainer .jBox .jFrame {
                max-width: 100%;
                min-width: 100%;
                min-height: unset;
        }
        .MainStructure .LeftBar{
                /*max-width: 100vw;*/
        }
        .MainStructure .table-3-col td{
                max-width: 100vw;
        }
        td#ContentBarTopFull {
                max-width: 100vw;
        }
}
@media only screen and (min-width: 1025px) and (max-width: 1290px) {
        .MainStructure .FooterBar{
                padding: 20px;
        }
        td#ContentBarTopFull {
                /*max-width: 100vw;*/
                overflow: hidden;
                /* display: block; */
                padding: 0 10px;
                /*width: 100vw;*/
        }
        td#ContentBarTopFull>table>tbody>tr>td>div{
                min-width: 300px;
        }
        td#ContentBarTopFull>table>tbody>tr>td[style*="width:423px"]{
                width: unset !important;
        }
        body{
                overflow-x: hidden;
        }
        .MainStructure .ContentBar{
                /*min-width: 300px;*/
                padding-right: 10px;
        }
        .MainStructure .LeftBar{
                padding-left: 10px;
        }
}
