
.smartTable-editor-off-canvas-content {
    height: 98%;
}

/*.smartTable-editor-content .tabs-top, .smartTable-editor-content .tabs-top .tab-content{*/
/*height:100%;*/
/*}*/
/*.smartTable-editor-content .tab-content{*/
/*height:100%;*/
/*}*/
/*.smartTable-editor-content .tab-content .tab-pane{*/
/*height:100%;*/
/*padding: 0 0 45px 0;*/
/*}*/
.smartTable-editor-footer {
    background: white;
    width: 100%;
    border-top: 3px solid #37383d;
    padding-top: 3px;
}

.smartTable-editor-content {
    width: 100%;
    height: 100%;
    padding: 0 0 50px 0;
}

.new-smartTable-editor-content {
    width: 100%;
    height: calc(100% - 50px);
    padding: 0px 20px;
}

.smartTable-editor-tab-active {
    color: #F6951F !important;
}

.smartTable-editor-tab-content {
    height: 96%;
    overflow: auto;
    padding-left: 6px;
    position: relative;
}

.smartTable-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.smartTable-view .bento-off-canvas-menu .bento-off-canvas-menu-content {
    padding: 0;
}

.smartTable-view .bento-off-canvas-menu .bento-off-canvas-menu-aside-right {
    width: 490px;
    right: -490px;
    border-left: 1px solid #37383d;
}

.smartTable-view .bento-off-canvas-menu-header {
    /*display: none;*/
}

.smartTable-view .bento-off-canvas-menu.expanded-right .bento-off-canvas-menu-aside-right {
    right: 0;
}

.smartTable-options {
    height: 100%;
    text-align: left;
    /*padding-left:6px;*/
}

.new-smartTable-options {
    height: calc(100% - 0.0000001vh); /*Keep it close to 100% to show the scroll bar*/
}

.smartTable-options .smartTable-options-panel-header {
    padding: 18px 15px 15px;
    border-bottom: 1px solid #c3c3ca;
    background-color: #f4f5f7;
    color: #212121;
    font-size: 15px;
    font-family: 'KnowledgeMedium', arial, helvetica, sans-serif;
}

.smartTable-options .smartTable-options-inner-container {
    padding-left: 30px;
}

.smartTable-options .input-format {
    width: 80%
}

.smartTable-options .radio-format {
    padding-right: 20px;
}

.smartTable-options .smartTable-options-property-header {
    color: #212121;
    font-family: 'KnowledgeLight', arial, helvetica, sans-serif;
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
}

.smartTable-section-item-tooltip-container {
    width: 150px;
    max-height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
}

.smartTable-text-trim {
    text-overflow: ellipsis;
    overflow: hidden;
}

.smartTable-subsection-container {
    background: #f4f5f7;
    color: #606169;
    overflow: hidden;
    padding: 0;
    margin-bottom: 6px;
}
.smartTable-subsection-container>a {
    color: inherit;
    display: block;
    position: relative;
    width: 100%;
}
.smartTable-subsection-container i{
    background: #d5d4d9;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;

}
.smartTable-subsection-container i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.smartTable-subsection-container span{
    margin-left: 44px;
    vertical-align: middle;
    overflow: hidden;
    width: calc(100% - 44px);
    height: 100%;
    display: inline-block;
    padding: 16px;
}



