.fddbGrid-MainContainer {
    box-sizing: border-box;
    height: 100%;
    position: relative;
}

.fddbGrid-DivPopup {
    display: none;
    border: 1px solid #e5c366;
    position:absolute;
    box-sizing: border-box;
    background-color: #f0f0f0;
    padding: 2px;
}

.fddbGrid-DivPopupClickDisabled {
    display:inline-block;
    margin-left: -8px;
    padding-left: 8px;
}

.fddbGrid-DivPopup > ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
    cursor: default;
    box-sizing: border-box;
    background-color: #f5f5f5;
    max-height: 350px;
    overflow: auto;
}

.fddbGrid-DivPopup > ul > li {
    white-space: nowrap;
    text-decoration: none;
    color: #1b293e;
    margin: 0;
    padding: 2px 7px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

.fddbGrid-DivPopup > ul > li input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    margin: 5px;
}

.fddbGrid-DivPopup > ul > li:hover {
    background-color: #feebb7;
    border: 1px solid #e3c16a;
    box-sizing: border-box;
}

.fddbGrid-DivPopupSprFooter {
    text-align: right;
    padding: 10px 5px 10px 5px;
}

.fddbGrid-DivPopupSprFooter > button {
    margin: 5px;
    padding: 2px 15px;
}

.fddbGrid-DivPopupSprInpSearch {
    margin: 10px 5px 0 5px;
}

.fddbGrid-DivPopupSprInpSearch > input {
    width: 300px;
}

.fddbGrid-Data {
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: scroll;
}

.fddbGrid-FooterContainer {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}

.fddbGrid-Footer {
    box-sizing: border-box;
    height: 30px;
    width: 200px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
}

.fddbGrid-FooterInfoExtra {
    box-sizing: border-box;
    width: calc(100% - 210px);
    display: inline-block;
    margin: 0;
}

.fddbGrid-Filter {
    height: 45px;
    box-sizing: border-box;
}

.fddbGrid-FilterCell {
    height: 39px;
    box-sizing: border-box;
    display: inline-block;
    padding: 3px;
    margin: 0;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.fddbGrid-FilterCell > button {
    box-sizing: border-box;
    margin-left: 6px;
    margin-right: 3px;
    float: left;
}

.fddbGrid-FilterInputText {
    box-sizing: border-box;
    float: left;
    width: calc(100% - 60px);
}

.fddbGrid-FilterIntCondBtn {
    width: 25px;
}

.fddbGrid-FilterInputInt {
    box-sizing: border-box;
    float: left;
    width: calc(100% - 90px);
}

.fddbGrid-FilterInputDate {
    box-sizing: border-box;
    float: left;
    width: calc(100% - 115px);
}

.fddbGrid-FilterInputDate[type="date"] {
    max-width: 130px;
}

/* not work in FF
.fddbGrid-FilterInputDate::-webkit-calendar-picker-indicator {
    margin-right: 20px;
}
*/

.fddbGrid-FilterInputReset[type="reset"] {
    float: left;
    padding: 0 2px;
    font-size: 16px;
    /* not work in FF
    margin-left: -20px;
    border: 1px solid red!important;
    height: 20px;
    border: 0!important;
    height: 22px;
    margin-top: 5px;
    color: #0d0d9b;
    */
}

.fddbGrid-FilterInputSpr {
    box-sizing: border-box;
    float: left;
    width: calc(100% - 60px);
}


.fddbGrid-HeadContainer {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.fddbGrid-Header {
    height: 50px;
    box-sizing: border-box;
}

.fddbGrid-HeaderCell {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fddbGrid-HeaderCellLast {
    width: 18px;
    border-right: 0!important;
}

.fddbGrid-HeaderCell_RP30 {
    padding-right: 30px;
    cursor: pointer;
}

.fddbGrid-HeaderCellOrder {
    color: #867979;
    font-size: 22px;
    width: 30px;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
}

.fddbGrid-HeaderCellOrderActive {
    color: #802000!important;
}

.fddbGrid-Container {
    box-sizing: border-box;
}

.fddbGrid-Row {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    clear: both;
    content: " ";
    display: table;
}

.fddbGrid-Row-Selected {
    background-color: #b0bed9!important;
}

.fddbGrid-Cell {
    box-sizing: border-box;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fddbGrid-Cell-Selected {
    /*
    box-shadow: inset 0 0 1px 2px #3366ff;
    */
    box-shadow: inset 0 0 1px 1px #476cde;
}

.fddbGrid-Cell-Selected:focus {
    /*
    outline: 2px dotted #1e43b5;
    */
    outline: 2px dotted #94a5db;
    outline-offset: -3px;
}

.fddbGrid-resizer-xAfter {
    cursor: e-resize;
    position: absolute;
    height:100%;
    top: 0;
    display: inline-block;
    box-sizing: border-box;
    left: 0;
}

.fddbGrid-resizer-xBefore {
    cursor: e-resize;
    position: absolute;
    height:100%;
    top: 0;
    display: inline-block;
    box-sizing: border-box;
    right: 0;
}

.fddbGrid-resizer-xDiv1 {
    width: 8px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height:100%;
}

.fddbGrid-resizer-xAfterDiv2 {
    display:none;
    height:100%;
    width:1px;
    background-color: #33aae8;
    margin-left: 0;
}

.fddbGrid-resizer-xBeforeDiv2 {
    display:none;
    height:100%;
    width:1px;
    background-color: #33aae8;
    margin-left: 100%;
}

.fddbGrid-infoColButton {
    __z-index: 300;
    position: sticky;
    left: 0;
    background-image: inherit;
    background-color: inherit;
}

.fddbGrid-infoColButtonML {
    width: 36px;
    float: left;
    position: sticky;
    left: 0;
    background-color: #fff;
__border: 1px solid red;
__height: 100%;    
__display: inline-block;
}

.fddbGrid-infoColButtonMBody {
__border:1px solid orange;
}

/*
//  t.style.boxShadow = 'inset 0 0 1px 2px #3366ff'
//  row.style.backgroundColor = '#B0BED9'
*/