.bm-full-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 155px;
    margin-top: 0px;
}

.bm-wrapper {
    position: absolute!important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
}

.bm-boya-main-label {
    color: dodgerblue;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
}
.bm-top-tab-label {
    color: dodgerblue;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
}
.bm-top-tab-label:hover {
    background-color: rgba(0,0,255,0.2);
    color: yellow;
}

.bm-upper-toolbar {
    min-height: 40px;
    height: 40px;
    background-color: #f4f9ff;
    display:flex;
    justify-content: flex-end;
    z-index: 1000;
}
.bm-top {
    display:flex;
    flex-direction: row;
    min-height: 400px;
    flex-grow: 1;
}
.bm-time-slider-container {
    min-height: 80px;
    height: 80px;
    background-color: #eeeeee;
}
.bm-bottom {
    flex-grow: 4;
    min-height: 400px;
    display:flex;
    flex-direction: column;
}

.bm-controler-wrapper {
    min-width: 360px;
    flex-grow: 1;
    display:flex;
    flex-direction: column;
}

.bm-map-wrapper {
    position: relative;
    min-width: 200px;
    flex-grow: 1;
}
.bm-map {
    position: absolute!important;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: gray;
}

.bm-view-panel {
    position: relative;
    flex-grow: 1;
    overflow: auto;
}

.bm-view-wrapper-left {
    flex-grow: 1;
    position:relative;
}
.bm-view-wrapper-bottom {
    flex-grow: 1;
    position: relative;
}

.bm-view-container {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    min-height: 300px;
}

.bm-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    background-color: rgba(0,0,0,0.3);
    color: white;
    display: none;
}

.bc-view-tab {
    margin: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
}

.bc-main {
    padding: 15px;
    max-width: 1000px;
    margin: auto;
}

.bc-upper {
    display:flex;
    margin-bottom: 15px;
}
.bc-title-container{
    flex-grow: 5;
}
.bc-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.bc-affiliation-container {
    margin-left: 30px;
    max-width: 200px;
    flex-grow: 1;
}
.bc-operator-name {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}
.bc-instruments-container {
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bc-instrument {
    max-width: 85px;
    text-align: center;
    margin: 3px;
    font-size: 12px;
    box-shadow: 0px 0px 15px lightgray;
}
.bc-instrument:hover {
    box-shadow: 0px 0px 15px gray;
}
.bc-instrument-clicked {
    box-shadow: 0px 0px 25px orange;
}
.bc-instrument-name {
    height: 30px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 14px;
    color: white;
    background-color: #68C4FF;
    padding: 3px;
    font-weight: bold;
}
.bc-instrument-last-time {
    font-size: 10px;
    line-height: 14px;
    background-color: #2D97D3;
    color:white;
    padding: 2px;
}
.bc-instrument-icon-container {
    width:85px;
    background-color: steelblue;
}
.bc-instrument-icon-container:hover {
    background-color: yellow;
}
.bc-buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 5px;
}
.bc-button{
    color: #68C4FF;
}
.bc-button:hover {
    color: #2D97D3;
}
.bc-clicked{
    font-weight: bold;
    font-size: 36px;
    color: #2D97D3;
}

.br-container {
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.br-wrapper {
    position: relative;
    max-width: 900px;
    min-width: 360px;
    min-height: 200px;
    flex-grow: 1;
}
.br-scroll-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}
.br-table {
    margin: auto;
    min-width: 360px;
    font-size: 14px;
}
.br-table-header {
    background-color: dodgerblue;
    color: white;
    font-size: 14;
    text-align: center;
    margin-top: 10px;
}
.br-table-header-atmos {
    background-color: #68C4FF;
}
.br-table-header-ocean {
    background-color: #2D97D3;
}
.br-table-varname {
    font-size: 12px;
    color: dodgerblue;
}
.br-table-time {
    font-size: 10px;
    color: gray;
}
.br-table-delay {
    font-size: 10px;
    color: gray;
}

.be-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.be-title {
    font-size: 18px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    color: dodgerblue;
}
.be-container {
    /*position: absolute;*/
    position: relative;
    min-height: 470px;
    max-height: 900px;
    flex-grow: 1;
    padding-bottom: 10px;
}

.bi-title {
    font-size: 18px;
    color: dodgerblue;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
}
.bi-upper {
    display: flex;
    margin: auto;
    gap: 10px;
    padding: 15px;
}
.bi-table-label {
    color: dodgerblue;
    padding-right: 10px;
}
.bi-table-value {
    color: #333;
}
