* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden;
}

.side-navigation {
    margin: 0;
    padding: 0;
    width: 200px;
    height: 100vh;
    overflow: hidden;
    position: sticky;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    flex-direction: column;
    font-size: 12px;
    background-color: #F7FDFF;
}
.page-layout {
    display: flex;
    position: relative;
}
.page-content {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: calc(100% - 200px);
    contain: layout;
}

.custom-header {
    /*position:fixed;
    top: 0;*/
    display: block;
    height: 30px;
    overflow: hidden;
}

.menu-content img {
    margin: 35px 0;
    height: 40px;
}
.menu-content-logo {
    width: 100%;
    text-align: center;
}

h3 {
    margin: 20px 0 10px;
}

.custom-menu-title a {
    padding: 15px 0;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
    background-color: #074c66;
    color: #fff;
}
.custom-menu-title a:hover span {
    border-bottom: #DEF7FF 1px dotted;
}


.custom-menu-section-title {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding: 10px 10px 10px 20px;
    line-height: 1.5em;
    font-size: 1.1em;
    font-weight: 600;
    text-size-adjust: 100%;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    -webkit-font-smoothing: antialiased;
    background-color: #DEF7FF;
}

.custom-menu-top a {
    padding: 15px 10px 15px 20px;
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    color: #126290;
}

.custom-menu-item a {
    padding: 15px 10px 7px 20px;
    display: block;
    font-size: 1.1em;
    text-decoration: none;
    color: #126290;
}

.custom-menu-subitem a {
    padding: 7px 10px 15px 20px;
    display: block;
    font-size: 1em;
    text-decoration: none;
    color: #126290;
    border-top: #DEF7FF 1px solid;
}
.custom-menu-item a:hover, .custom-menu-subitem a:hover, .custom-menu-top a:hover {
    background-color: #DEF7FF;
}

.custom-menu-top a:hover span, .custom-menu-item a:hover span, .custom-menu-subitem a:hover span {
    border-bottom: #2b97bb 1px dotted;
}

.custom-menu-divider {
    height: 1px; 
    background-color: #36A0D9;
}

/*.bplogo {
    margin: 42px 0 0 20px;
    height: 30px;
}
.apiref {
    margin-left: 20px;
    font-size: 14px;
}

.header-top .top-box {
    margin-right: 20px;
    height: 25px;
    line-height: 25px;
    float: left;
}
#header-logo {
    width: 105px;
    height: 25px;
    background-image: url('../img/bplogo.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#header-logo span {
    visibility: hidden;
}
*/