@charset "UTF-8";
.bTabs {
    min-height: 540px !important
}

.bTabs .bTabsMenu {
    position: absolute;
    min-width: 126px;
}

.bTabs button.navTabsCloseBtn {
    outline: none;
    display: none;
    font-size: 23px !important;
    cursor: pointer;
    margin-left: 10px;
    font-style: normal;
    /*line-height: 20px;*/
    font-family: inherit;
    font-weight: 400;
    position: relative;
    top: -2px;
    color: #aaa;
    -webkit-appearance: none;
    padding: 0;
    background: 0 0;
    border: 0;
    float: right;
    line-height: 1;
    text-shadow: 0 1px 0 #fff
}

.bTabs button.navTabsCloseBtn:hover {
    color: red !important;
    font-weight: 700
}

.bTabs .nav-tabs {
    /*margin-bottom: 5px;*/
    padding-left: 15px;
    background: #efefef;
}


.bTabs .nav-tabs > li {
    margin-right: 5px;

}

.bTabs .nav-tabs > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666
}

.bTabs .nav-tabs li.active a {
    color: #227ad7;
    font-weight: 700
}

.bTabs .nav-tabs li.active a button.navTabsCloseBtn {
    color: #666;
    display: inline;
}

.bTabs div.tab-content {
    height: 100%;
    overflow-y: hidden
}

.bTabs div.tab-content div.tab-pane {
    height: 100%
}

.bTabs ul.ui-sortable {
    min-height: 31px !important
}

.bTabs li.ui-sortable-placeholder {
    border: 2px dashed #aaa !important;
    background-color: #ffffe1;
    padding: 0;
    height: 28px !important
}

.bTabs li.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.bTabs li.bTabsPlaceHolder {
    visibility: visible !important;
    box-sizing: content-box
}
