
.grid-data {overflow: hidden;}

.grid-header {overflow: hidden; border-bottom: 1px solid #ddd;}

.grid-headerscroll,
.grid-headeritem {
    display: inline-flex;
    float: left;
    height: 50px;
    max-height: 50px;
    font-weight: 700;
    line-height: 3.15;
    user-select: none;
    align-items: center;
    
    overflow: hidden;
    white-space: nowrap;
    background: #f8f8f8;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.75);
}
/* background: #F9F9F9; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-top: none; z-index: 1; padding: 8px; line-height: 1.42857; */

.grid-headeritem .ms_icon {
    display: none;
    color: #777;
    padding-left:6px;
}

.grid-headeritem.sortable {cursor: pointer;}
.grid-content {overflow: auto;}

.grid-content .grid-row 
{
    position: absolute;
    width: 100%;
    height: 50px;
    max-height: 50px;
    border-bottom: 1px solid #ddd;
    /* margin-top: 1px; */
}

.grid-rowitem
{
    /* background: orange; border-bottom: 1px solid #ddd;  border-left: 1px solid #ddd; border-top: none; line-height: 1.42857;  padding: 8px; */
    float: left;
    z-index: 1;
    /* height: 36px; */
    color: #333;
    overflow: hidden;
    /* max-height: 36px; */
    line-height: 3.05;
    padding-right: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.grid-content .grid-rows {position: relative;}
.grid-content .grid-row:hover {background:#F1F2F3;}
.grid-fullpage .grid-header {position: fixed; z-index: 10;}

.repeater.grid-fullpage {border-top: 0px;}
.fuelux .repeater-footer {border-top: none;}
.gs-bottomfloating .repeater-footer {position: fixed; bottom: 0px;}

.grid-fullpage.gs-bottomfloating {padding-bottom: 51px;}
.grid-fullpage.gs-bottomfloating .grid-content {margin-bottom: 51px;}
.grid-fullpage .grid-content {overflow: hidden;}
.grid-fullpage.GSHScroll.gs-bottomfloating {margin-bottom: 71px;}
.grid-fullpage.GSHScroll.gs-bottomfloating .grid-content {margin-bottom: 71px;}
.grid-fullpage.GSHScroll .grid-content {overflow: hidden; overflow-x: visible;}

.gs-hscroll-container
{
    height: 20px;
    margin-top: -8px;
    margin-left: -8px;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-right: -8px;
    margin-bottom: 8px;
}

.gs-hscroll-container .gs-hscroll {height: 10px;}
.grid-fullpage:not(.GSHScroll) .gs-hscroll-container {display:none;}

.grid-content::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    /* background: red; */
}


.grid-content::-webkit-scrollbar-thumb
{
    border-radius: 2px;
    background: #72C9D0;
    border: 1px solid #5ad2dc;
    /* -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.4); */
}

.grid-content::-webkit-scrollbar-thumb:hover {background: #3c969d;}
.text-center {text-align: center; justify-content: center;}
.hideYScroll .grid-content::-webkit-scrollbar {width: 0; height: 15px;}
::-webkit-scrollbar-corner {background: #e2e2e2;}