#header {
    background-color: #ef0118 !important;
}

#index-container {
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: center;
}

.sidebar {
    background-color: #efefef;
}

#index-container img {
    width: 300px;
}

#body-container {
    display: grid;
    /* grid-template-columns: 200px auto; */
    height: 100%;
}

#body-menu {
    /* color: black; */
    background-color: #7d7c81;
    height: calc(100vh - 100px);
    border-right: 1px solid black;
    border-top: 1px solid black;
}

#body-data {
    display: grid;
    grid-template-rows: 40px auto;
    height: 100%;
    background-color: #c4c6c7;
    border-top: 1px solid black;
}

#body-sdata {
    display: grid;
    grid-template-columns: 108px 400px auto;
    height: 100%;
    background-color: #efefef;
    border-top: 1px solid black;
}

#body-sdata-desc {
    height: calc(100vh - 110px);
    overflow-y: auto;
}

#body-table {
    height: calc(100vh - 141px);
    overflow-y: auto;
    padding: 0 4px;
}

#body-table > table {
    background-color: #ddd !important;
}

#footer {
    height: 20px;
    background-color: black;
    padding-top: 4px;
}

#desc-footer {
    width: 100vw !important;
    border-top: 1px solid gray !important;
    padding-left: 10px !important;
    color: gray !important;
}
#selectLanguage {
    display: block !important;
    color: white;
    margin-top: 10px;
}

.body-index {
    background-image: unset !important;
    display: grid;
    grid-template-rows: 80px auto 20px;
    height: 100vh;
}

.nav > li > a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.nav > li > a:hover {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.selected {
    background-color: #eee !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

.selected > span {
    color: black !important;
}

.table-header {
    color: white;
    background-color: #c6c7c9;
}

.table-header > tr > th {
    color: #f40215;
    font-size: 12px;
}

.table-header > tr:hover {
    cursor: default !important;
    background-color: #c6c7c9 !important;
}

.table-fixed-header {
    position: sticky;
    top: 1px;
    z-index: 2;
}

.table-body > tr:hover {
    cursor: default !important;
    background-color: #ecc34566 !important;
}

.h-32 {
    height: 32px;
}

.h-44 {
    height: 44px;
}

.h-100 {
    height: 100%;
}

.aling-center {
    text-align: center;
}

.aling-right {
    text-align: right;
}

.valign-bottom {
    vertical-align: middle;
}

.pad-4 {
    padding: 4px;
}

.padleft-6 {
    padding-left: 6px;
}

.padleft-12 {
    padding-left: 12px;
}

.margin-0 {
    margin: 0 !important;
}

.bold {
    font-weight: bold;
}

.black {
    color: black !important;
}

.white {
    color: white !important;
}

.orange {
    color: orange !important;
}

iframe {
    pointer-events: none;
}
