/**
 * BSD 3-Clause License
 *
 * Copyright (C) 2020 http://www.nodetech-inc.com
 * All rights reserved.
 */
.tab_container{height:100px;background-color:#fff;min-height:calc(100vh - 310px);display:flex}.mt16{margin-top:16px}.tab_left{width:199px;height:100%;border-right:1px solid #ebebeb}.tab_right{width:calc(100% - 199px);overflow:auto;box-sizing:border-box;padding:30px}.tab_item{height:50px}.jus_sb{justify-content:space-between}.alc{align-items:center}.tab_item{box-sizing:border-box;padding:15px 8px 15px 20px}.tab_label{cursor:pointer}.tab_item.active .tab_label{color:#0078ff}.tab_item.active .tab_icon{border-left:5px solid #0078ff}.tab_icon,.tab_item.active .tab_icon{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent}.tab_icon{border-left:5px solid #6c6a6a}.flex{display:flex}.none{display:none!important}