/* Temporary styles to create sub-menu */
/* TODO: Move styling to appropriate files */
.container_bbMap {
    height: calc(100vh - 118px);
}
.contenedor-menu {
    height: calc(100vh - 80px - 30px - 35px);
}
.contenedor-menu {
    top: 130px;
}
#header_main {
    height: 118px;
    background-color: #fff;
    border-bottom:solid 1px #ddd;
    width:100%;
}
#loading_icon {
    top: 127px;
}
#baseLayer {
    top: 198px;
}
.header-sub-menu {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0F75BD;

    & .btn-view {
        color: #fff;
        height: 46px;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }

    & .active {
        background-color: #1689DA;
    }
}
.split-container {
    display: flex;

    & .loc-map, .loc-table  {
        height: calc(100vh - 118px);
    }

    & .loc-map {
        width: 60%;
    }

    & .loc-table {
        width: 40%;
    }
}
#chart_svg {
    width: inherit;
    height: inherit;
}

#chart_container {
    width: inherit;
    height: inherit;
}
