.clear-search {
    display: none;
}

.home-alert {
    display: none;
}

.date-range {
    display: none;
}

#ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.navbar {
    box-shadow: 0px 0px 12px #888;
    background-color: #ffffff;
}

.container-home {
    display: contents;
    position: relative;
    border: 1px;
    border-color: #ddd;
}

.search-box {
    box-shadow: 0px 1px 5px -3px #494949;
}

.success-i {
    color: green;
}

.error-i {
    color: red;
}

#main-home {
    background-image: url('/assets/img/bkg.jpg');
    max-width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}

#landing-header-panel {
    background-image: url('/assets/img/landing-panel.png');
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

#home-title {
    background-image: url('/assets/img/black-line.png');
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

#container {
    background-image: url('/assets/img/bk-menu.png');
    background-repeat: no-repeat;
    background-size: 40vw;
    background-position: left;
}

#top-marks {
    background-image: url('/assets/img/line.jpg');
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: center;
}

.content-home {
    background-image: url('/assets/img/lookingup.png');
    max-width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.left-aside {
    background-image: url('/assets/img/lng.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    background-position: center;
    background-color: #2A2F5B;
}

.right-aside {
    background-color: #2A2F5B;
}

.text-home {
    font-size: 5vw;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    transition: all 0.8s ease;
}

.overlay-home:hover .text-home {
    transform: scale(1.2, 1.2);
}

.ld-main {
    float: right;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-credits {
    display: none;
}

.image-c {
    margin: 5em 5;
    text-align: center;
}

.image-c img {
    width: 15vw;
    height: 15vw;
}

.image-contain img {
    object-fit: contain;
}

.bc-item {
    color: #5C55BF;
}

#scroll-button {
    display: inline-block;
    background-color: #5C55BF;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-button::after {
    content: "▲";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#scroll-button:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll-button:active {
    background-color: #555;
}

#scroll-button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    #scroll-button {
        margin: 30px;
    }
}
