﻿.treegrid-expander {
    font-size: 15px;
    margin-right: 3px;
    display: inline-block;
    /*border: solid thin #919191;*/
    background: #ccc;
    height: 17px;
    width: 17px;
    text-align: center;
    padding: 0px 6px;
    border-radius: 50%;
    cursor: pointer;
}

.fa-caret-down {
    padding: 0px 3px;
}

.pnlBG {
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
}

.tableBG {
    padding: 10px;
    border: solid thin #e7e7e7;
    margin-top: 11px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.ma10 {
    margin: 10px;
}

.calendaricon {
    right: 8px;
    top: 9px;
}

#TOPtblEntryData {
    max-height: 343px;
}

.showWbstree {
    right: 23px;
    top: 32px;
}

#treeForFixedGroup {
    max-height:400px;
    overflow:auto;
}
.ma5 {
    margin:5px;
}