.custom-toolbar {
    /* background:linear-gradient(to bottom,#ffffff 0,#F2F2F2 100%); */
    /* color: #FFF; */
    /* text-shadow: 1px 1px 2px #000; */
    font-size: 12px;
    font-weight: bold;
    padding: 4px;
    /* border-bottom: 1px solid #000; */
}

.custom-tool-btn {
    /* background: transparent; */
    border: 0px;
    color: rgb(220, 232, 240);
}

.custom-tool-btn > .l-btn-left > .l-btn-text {
    line-height: 22px;
}

.custom-tool-btn:link, .custom-tool-btn:visited {
    color: #000;
    border: 0px solid #fff;
    filter: none;
    background: transparent;
}

.custom-tool-btn:hover {
    background-color: #d9d9d9; /* rgb(66, 148, 224);; */
}

.comp-container {
    line-height: 1em;
}

#btn_cancel {
    margin-bottom: 3px;
    margin-right: 3px;
}

/*
 FANCYTREE
 */

ul.fancytree-container {
    border-style: none;
}

/*
 TABULATOR
 */

.tabulator {
    font-size: 10px;
    background-color: #fff;
}

.tabulator-row.tabulator-selected {
    background-color: #0000ff;
    color: #fff;
}

.tabulator-row.tabulator-row-odd.tabulator-selected:hover {
    background-color: #0000ff;
}

.tabulator-row.tabulator-row-even.tabulator-selected:hover {
    background-color: #0000ff;
}

.tabulator-row.tabulator-row-odd:hover {
    background-color: #fff;
}

.tabulator-row.tabulator-row-even:hover {
    background-color: #efefef;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    padding: 2px;
}

.tabulator-row {
    min-height: 20px;
    height: 20px;
}

.tabulator-row .tabulator-cell {
    padding: 0px;
    min-width: 10px;
    height: 20px;
    vertical-align: unset;
}

.tabulator-row .tabulator-cell[tabulator-field] {
    padding: 2px;
}

.tabulator .tabulator-header .tabulator-col {
    min-width: 10px;
    border-right: none;
}

.tabulator .tabulator-header {
 	
    color: #000000; 
    font-weight:300;
    font-size: 10px;	
    
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
    /* overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto; */
    white-space: normal;
    line-height: 10px; 
}

.tabulator-footer {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
    border-top: 1px solid #999;
    background: #e6e6e6 !important;
}


.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
    top: 5px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
    padding: 2px;
    padding-bottom: 0px;
}

select, input, .uneditable-input {
    margin-bottom: 2px !important;
}

.tabulator-header {
    height: auto;
}

.tabulator-headers {
    height:100%;
}

.tabulator .tabulator-header .tabulator-col {
    height: 100% !important;
    /* vertical-align: top; */
    vertical-align: bottom;
}