.gsitable{
    /*    font-family: Ubuntu, Arial, sans-serif;
        font-size: 10px;*/
    position: relative;
    border: 0px solid #eee;
    overflow:hidden;
    color: #000;
}

.gsitable div.hContainer, div.footContainer, div.fContainer{
    background: #fafafa;
    /*background: #fafafa url(images/gsitable/fhbg.gif) repeat-x bottom;*/
    position: relative;
    border: 1px solid #ccc;
    /*border-bottom: 0px;*/
    overflow: hidden;
}

.gsitable div.hContainerBox, div.freezeContainerHeader
{
    position:relative;
    overflow:hidden;
    border-bottom: 1px solid #ddd;
}

.gsitable .th
{
    text-align: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    
    vertical-align: top !important;

    display:inline-block;
    float:left;

    white-space:nowrap;
    overflow:hidden;

    -moz-user-select:none;
    cursor:pointer;
}

.gsitable .th_merge_text{
    border-bottom: 1px solid #ddd;
}
.gsitable .th_merge{
    height: 60px;
    line-height: 60px;
}
.gsitable .th_normal{
    height: 30px;
    line-height: 30px;
}

.gsitable .last{
    border-right: none !important;
}

.gsitable .autoNumber, .chkHeader{
    background: #fafafa;
    width: 50px;
}

.gsitable .th_merge_container
{
    text-align: center;
    border-right: 1px solid #ddd;
    vertical-align: top !important;

    display:inline-block;
    float:left;

    white-space:nowrap;
    overflow:hidden;

    -moz-user-select:none;
    cursor:pointer;
}
.gsitable div.footContainerBox{
    position: relative;
    /*border-top: 1px solid #000;*/
}

.gsitable div.bContainer{
    border: 1px solid #ccc;
    border-top: 0px;
    background: #fff;
    overflow: auto;
    position: relative;
}

.gsitable div.bContainer .td, div.footContainer .td
{
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    vertical-align: middle !important;

    /*display:inline-block;*/
    /*float:left;*/

    overflow-wrap: break-word;
    -moz-user-select:none;
    cursor:pointer;

    min-height: 30px;
    /*line-height: 30px;*/

    padding-left: 2px;
    padding-right: 2px;

    display: table-cell;     
}
.gsitable div.bContainer .td span, div.footContainer .td span{
    overflow-wrap: break-word;
    display: inline-block;     
}

.gsitable div.bContainer .end{border-bottom: 1px solid #ddd;}

.onhover
{
    background-color: #BBBBBB !important;
}
.onselect
{
    background-color: #ccc !important;
}


/* ************************************** */
/* ************** Columns size drag ***** */
/* ************************************** */

.gsitable div.cDrag
{
    float: left;
    position: absolute;
    z-index: 2;
    overflow: visible;

    top: 0px;
}

.gsitable div.cDrag div
{
    float: left;
    background: none;
    display: block;
    position: absolute;
    height: 24px;
    width: 5px;
    cursor: col-resize;

}

.gsitable div.cDrag div.dragging
{
    background: url(../images/gsitable/line.gif) repeat-y 2px center;
}


/* pagination */
.gsitable div.pGroup
{
    float: left;
    background: none;
    height: 24px;
    margin: 0px 5px;
}
.gsitable div.pButton
{
    float: left;
    width:16px;
    height:16px;
    border: 0px;
    cursor: pointer;
    overflow: hidden;
    margin-top:3px;
}

.gsitable div.pButton:hover
{
    background-position:-16px 0;
}
.gsitable div.btnReload
{
    background: url(../images/gsitable/refresh.gif) no-repeat;
}

.gsitable div.overlay{
    position:absolute;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.85);
    z-index:9999;
    color:white;
    text-align: center;
    padding-top: 25%;
}

.gsitable div.overlay i {
    font-size: 50px;
    width: 50px;
    height: 50px;    
}

.gsitable div.fContainer .pPageStat
{
    position: relative;
    top: 5px;
    overflow: visible;
    font-size:10px;
    color:#777777;
}

/* ************************************** */
/* ************** Toolbar *************** */
/* ************************************** */
.gsitable div.tDiv
{
    /*	background: #fafafa url(../images/gsitable/bg.gif) repeat-x top;
            position: relative;
            border: 1px solid #ccc;
            border-bottom: 0px;
            overflow: hidden;*/

    /*height:25px;*/
}
.gsitable div.fbuttons
{
    margin-top:1px;
    float: right;
    display: block;
    cursor: pointer;
    padding: 1px;
}


.gsitable div.fbuttons div
{
    float: right;
    padding: 1px 3px;
}
.gsitable div.fbuttons span
{
    float: right;
    display: block;
    padding: 3px;
}

.gsitable div.fbuttons.fbOver
{
    padding: 0px;
    border: 1px solid #ccc;
}

.gsitable div.fbuttons.fbOver div
{
    padding: 0px 2px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gsitable div.fbutton
{
    margin-top:1px;
    float: left;
    display: block;
    cursor: pointer;
    padding: 1px;
}


.gsitable div.fbutton div
{
    float: left;
    padding: 1px 3px;
}

.gsitable div.fbutton span
{
    float: left;
    display: block;
    padding: 3px;
}

.gsitable div.fbutton.fbOver
{
    padding: 0px;
    border: 1px solid #ccc;
}

.gsitable div.fbutton.fbOver div
{
    padding: 0px 2px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gsitable div.btnseparator
{
    float: left;
    height: 22px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin-top: 2px;
    padding: 0;
}
.gsitable div.btnseparators
{
    float: right;
    height: 22px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 2px;
}

/* end toolbar*/

/* ************************************** */
/* ************** Sort ****************** */
/* ************************************** */

.gsitable  div.NONE{

}

.gsitable  div.DESC{
    background: url(../gsitable/dn.png) no-repeat center top;
    border-bottom: 1px solid orange !important;
}

.gsitable   div.ASC{
    background: url(../gsitable/up.png) no-repeat center top;
    border-bottom: 1px solid orange !important;
}


.gsitable li{
    display: table;
}

.noprinth{
    display: inline-block;
    text-align: center;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    vertical-align: top !important;

    float:left;

    white-space:nowrap;
    overflow:hidden;

    -moz-user-select:none;
    cursor:pointer;

    height: 23px;
    line-height: 23px;
}
.noprint{
    display: inline-block;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    vertical-align: top !important;
    float:left;

    white-space:nowrap;
    overflow:hidden;

    -moz-user-select:none;
    cursor:pointer;

    height: 23px;
    line-height: 23px;

    padding-left: 2px;
    padding-right: 2px;
}

.gsitable div.fsearch{

}

.gsitable .searchbox{
    position: relative;
    margin-bottom: 2px;
}
.gsitable .ipt_searchbox{
    height: 20px;
    width: 150px;
    min-width: 100px;
}
.gsitable .btn_searchbox{
    position: absolute;
    right: 2px;
    top: 2px;
    height: 16px;
    width: 16px;
    background: url(../gsitable/magnifier.png) no-repeat;
}

.gsitable div.ext_flt
{
    background: #fafafa url(../gsitable/bg.gif) repeat-x top;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0px;
    overflow: hidden;

    height:25px;
}

.searchText{
    color: #BBBBBB;
    font-style: italic;
    position: absolute;
    left: 5px;
    top: 3px;
}

.gsitable .freezeContainer, .freezeContainerHeader{
    position: absolute !important;
    left: 0;
    top: 0;
    background: inherit;
    border-right: 1px solid red; 
    overflow: hidden;
}
.gsitable .freezeContainerFooter{
    position: absolute;
    left: 0;
    bottom: 0;
    background: inherit;
    border-right: 1px solid red; 
    overflow: hidden;
    
}

.gsitable hFreezeContainerBox{
    position: absolute;
    left: 0;
    top: 0;
    /*    background-color: khaki;*/
}

.gsitable div.td input, .gsitable div.td select{
    margin-top: 2px;
}

.pCo{
    position: absolute;
    width: 300px;
    height: 150px;
    bottom: 35px;
    right: 5px;
    background-color: #0084AA;

    display: none;
}

.ellipsis_text{
    /*text-overflow: ellipsis;*/
}

.btn_filter_refresh{
    width: 50px;
    font-size: 8px;
}

.btnHideFilter{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    height:10px;
    width:10px;
    margin-top: 2px;
}
.btnHideFilterUp{
    background:transparent url(../gsitable/new-go-top.png) no-repeat scroll 0 0;
}
.btnHideFilterDown{
    background:transparent url(../gsitable/new-go-bottom.png) no-repeat scroll 0 0;
}

.gsi_disabled{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
}

.hide{
    display: none;
}

/*.gsitable input{
    font-size: 9px;
}*/

.gsitable .row{
    margin: 5px 0;
    padding: 5px 0;
}
.gsitable .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gsitable input.gsi-ipt-search{
    width: 200px;
}
.gsitable div.gsi-ipt-paging{
    width: 450px;
    float: left;
}
.gsitable div.gsi-ipt-paging input.page{
    min-width: 50px;
}
.gsitable div.gsi-ipt-paging span.pStats{
    max-width: 150px;
}
.gsitable div.gsi-ipt-paging input.helper{
    display: none;
}

.gsitable .freezeContainerHeader{
    position: absolute !important;
    left: 0;
    top: 0;
    background: #fafafa;
    /*background: khaki;*/
    border-right: 1px solid red; 
    overflow: hidden;
}

.gsitable .tDiv .form-group{
    margin-bottom: 0;
}

.gsitable a.delete{
    color: red;
    font-size: 18px;
}