#top{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: rgba(236,236,236,1);
    z-index: 100;
}

#top #btn_leftbar{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    font-size: 40px !important;
    text-align: center;
    color: #019abc;
    cursor: pointer;
    /*fa*/
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /**/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 101;
}

#top #btn_leftbar:before{
    content: "\f0c9";
}

#top #header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 100;
    padding-left: 45px;
    padding-right: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 500px) {
        #top #header{
                font-size: 20px;
        }
}

#top #btn_rightbar{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 2px;
    margin-right: 2px;
    width: 36px;
    height: 36px;
    display: inline-block;
    overflow: hidden;
    font-size: 20px !important;
    line-height: 35px;
    text-align: center;
    border: 1px solid #019abc;
    background-color: white;
    border-radius: 10px;
    color: #019abc;
    cursor: pointer;
    white-space: nowrap;
    /**/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 101;
}

/**/

.noScroll{
    width: 100%;
    height: auto;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.BOX_ACTION{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    z-index: 99;
    /* ??? */ background-color: #019abc;
}
.BOX_ACTION .CODE{
    height: 40px;
    visibility: hidden;
}
.ACTION{
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    height: 40px;
    overflow: hidden;
    background-color: #019abc;
    text-align: right;
    /* ??? */ border-right: 1px solid white;
    /* ??? */ left: -1px;
}

@media only screen and (max-width: 1024px) {
        .ACTION{
                border-right: none;
                left: 0px;
        }
}

.BOX{
    /*position: absolute;
    top: 72px;
    left: 0px;*/
    /*margin-top: 72px !important;*/
    width: 100%;
    height: auto;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    z-index: 10;
}
.BOX .TAB .CODE{
    height: 78px;
    visibility: hidden;
}    
.BOX .TAB{
    max-width: 1024px;
    height: auto;
    min-height: 20px;
    overflow: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    margin: 0 auto;
    border-top: none;
    padding-left: 3px;
    padding-right: 5px;
    padding-bottom: 5px;
    
    /*border: 1px solid #019abc;*/
    border: 1px solid rgba(199,230,237,1);
    /* background-color: rgba(255,255,255,0.9);*/
    background-color: rgba(249,249,249,1);
    /*box-shadow: -5px 5px 5px rgba(0,0,0,0.3);*/
}
.BOX .TAB.no_gap{
    padding-bottom: 0px;
}

.hideDiv, .hideMe, .hide{
    display: none;
}

/**/
#f4m_crystal_veil{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:9999999999;
}