.gscrollablegrid{
}

.gscrollablegrid div.container {
	background-color: #EEEEEE;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-left: none;
	border-right: none;
}

.gscrollablegrid div.body table td {
    font-family: "Roboto Regular";
    font-size: 13px;
    color: #777777;
    box-sizing: border-box;
    border-right: 1px solid #ECECEC;
    padding: 5px;
    line-height: 16px;
    border-color: #ECECEC;
}
.gscrollablegrid div.body table td div,
.gscrollablegrid div.body table td span {
    font-family: "Roboto Regular";
    font-size: 13px;
    color: #777777;
    line-height: 16px;
}

.gscrollablegrid div.body table td span.content_hidden {
	text-overflow: ellipsis;
   	white-space: nowrap;
}

.gscrollablegrid div.body table td .colMasterLink span {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-decoration-color: initial;
}

.gscrollablegrid div.body table td:last-child {
	border-right: 0;
}
.gscrollablegrid div.body table td td:last-child {
	border-right: 1px solid #ECECEC;
}
.gscrollablegrid div.body table td b {
    font-family: 'Roboto Bold';
    color: #000000;
    font-size: 14px;
}
/*
.gscrollablegrid div.body table tr td:not(:first-child) {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: none;
    border-right: none;
}
.gscrollablegrid div.body table tr td:first-child {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: none;
    border-right: none;
}
*/


.gscrollablegrid .pager {
	padding: 0px;
    font-family: "Roboto Regular";
    font-size: 11px;
    background: #F4F4F4;
    height: 54px;
    border-top: 1px solid #D4D4D4;
    border-bottom: none;
    box-sizing: border-box;
    flex-shrink: 0;
    position: relative;
}
.gscrollablegrid .pager span {
    font-family: "Roboto Regular";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.gscrollablegrid .pager .gridPageSelection {
    border-right: 1px solid #D2D2D2;
    margin: 0px;
    padding-right: 10px;
    font-size: 14px;
    padding-top: 0px;
    height: 53px;
    line-height: 3.7857;
    margin-left: 7px;
}

.gscrollablegrid .pager .gridPageSelection a {
    padding: 5px 7px 5px 7px;
    margin-right: 5px;
    color: #9B9B9B;
    font-weight: normal;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    box-shadow: inset 0 -2px 0 #F0F0F0;
}
.gscrollablegrid .pager .gridPageSelection a:hover {
	border: 1px solid #B2B2B2;
}
.gscrollablegrid .pager .gridPageSelection a:active {
    box-shadow: inset 0 2px 0 #F0F0F0;
}

.gscrollablegrid .pager .gridPageSelection a.last {
    margin-left: 8px;
}

.gscrollablegrid .pager .gridPageSelection a.last_ {
    margin-right: 8px;
}

.gscrollablegrid .pager .gridPageSelection a.firstPageLink {
    position:relative;
    padding: 5px 7px 5px 7px;
    margin-left: 5px;
    margin-right: 5px;
    background: #FFFFFF;
}
.gscrollablegrid .pager .gridPageSelection a.firstPageLink:before {
    content: "\f104";
    font-family: 'FontAwesome';
}
.gscrollablegrid .pager .gridPageSelection a.currentPage {
    color: #0066B7;
    border: 1px solid #0066B7;
    background: #FFFFFF;
}
.gscrollablegrid .pager .gridVisibleRows {
    border-right: 1px solid #D2D2D2;
    padding-left: 15px;
    padding-right: 8px;
    padding-top: 0px;
    margin: 0px;
    height: 53px;
    line-height: 3.7857;
}

.gscrollablegrid .pager span .bold {
    color: #0066B7;
    border: none;
    font-size: 16px;
    font-family: "Roboto Medium";
    line-height: 54px;
    margin-right: 8px;
    margin-left: 6px;
}

.gscrollablegrid .pager .gridVisibleRows span {
	font-size: 16px;
	color: #0066B7;
	font-family: "Roboto Medium";
}
.gscrollablegrid .pager .gridVisibleRows span:nth-child(1),
.gscrollablegrid .pager .gridVisibleRows span:nth-child(3) {
	font-family: "Roboto Regular";
	color: black;
	font-size: 14px;
}

.gscrollablegrid .pager .gridDirectPageSelector {
    margin: 0px;
    padding-left: 15px;
    padding-right: 14px;
    padding-top: 0px;
    border-right: 1px solid #D2D2D2;
    height: 53px;
    line-height: 3.7857;
}
.gscrollablegrid .pager .gridDirectPageSelector input {
    background: #FFFFFF;
    height: 30px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    color: #9E9E9E;
    width: 39px;
    margin-left: 5px;
    box-sizing: border-box;
    margin-right: 5px;
}
.gscrollablegrid .pager .gridDirectPageSelector span {
    display: inline-block;
    float: none;
    margin-left: 2px;
    height: 30px;
    vertical-align: middle;
    padding-top: 1px;
}

.gscrollablegrid .pager .gridFullDataSet .dpsLink {
	margin-right: 0;
}

.gscrollablegrid .pager .gridDirectPageSelector .dpsLink a {
    padding: 0;
    background: #FFFFFF;
    border: none;
    margin: 0px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1px;
    color: #9b9b9b;
    border: 1px solid #C6C6C6;
    box-shadow: inset 0 -2px 0 #F0F0F0;
}
.gscrollablegrid .pager .dpsLink i {
	font-size: 16px;
	position: relative;
	top: -1px;
}


.gscrollablegrid .pager .gridDirectPageSelector .dpsLink a:hover {
	border: 1px solid #B2B2B2;
}
.gscrollablegrid .pager .gridDirectPageSelector .dpsLink a:active {
    box-shadow: inset 0 2px 0 #F0F0F0;
}

.gscrollablegrid .pager .gridFullDataSet input {
    position: relative;
    padding: 0;
    
    background: #FFFFFF;
    height: 30px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    color: #9E9E9E;
    width: 39px;
    margin-left: 3px;
    box-sizing: border-box;
}
.gscrollablegrid .pager .gridFullDataSet input:focus {
	border: 1px solid #C7C7C7;
}

.gscrollablegrid .pager a.rowsPerPageLink {
    background: #FFFFFF;
    margin: 0px;
    border-radius: 4px;
    color: #9b9b9b;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    box-sizing: border-box;
    border: 1px solid #C6C6C6;
    box-shadow: inset 0 -2px 0 #F0F0F0;
    margin-left: 7px;
}

.gscrollablegrid .pager a.rowsPerPageLink:hover {
	border: 1px solid #B2B2B2;
}

.gscrollablegrid .pager a.rowsPerPageLink i.icon-ic_actions_dropdown {
  font-size: 20px;
}

.gscrollablegrid .pager a.rowsPerPageLink:active {
    box-shadow: inset 0 2px 0 #F0F0F0;
}
/* .gscrollablegrid .pager a.rowsPerPageLink:before {
    content: "\f077";
    font-family: 'FontAwesome';
    color: #9b9b9b;
} */
.gscrollablegrid .pager .gridFullDataSet { 
	display: flex;
	align-items: center;
}
.gscrollablegrid .pager .gridFullDataSet span {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 16px;
    height: 30px;
    line-height: 24px;
}
.gscrollablegrid .pager table td {
	display: flex;
}
.gscrollablegrid .pager table td div.left {
	flex: none;
}
.gscrollablegrid .pager table td div.right {
	flex: 1;
	display: inline-flex;
	justify-content: flex-end;
}
.gscrollablegrid .pager table td div.right .gridRowsPerPage {
    padding-left: 0px;
    height: 53px;
    line-height: 3.7857;
    border: none;
}

.gscrollablegrid .pager table td div.right .gridRowsPerPage .gridRowsPerPageContainerLeft {
    border-left: 1px solid #D2D2D2;
    width: 180px;
    margin-right: 0;
}

.gscrollablegrid .pager table td div.right .gridRowsPerPage .gridRowsPerPageContainerLeft.selected {
	background-color: #ECECEC;
}

.gscrollablegrid .pager table td div.right .gridRowsPerPageContainerRight{
    border-left: 1px solid #D2D2D2;
    margin-right: 10px;
}

.gscrollablegrid .pager table td div.right .gridFullDataSet a {
    background: #FFFFFF;
    margin: 0px;
    border-radius: 4px;
    color: #9b9b9b;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    border: 1px solid #C6C6C6;
    box-shadow: inset 0 -2px 0 #F0F0F0;
}
.gscrollablegrid .pager table td div.right .gridFullDataSet a:hover {
	border: 1px solid #B2B2B2;
}
.gscrollablegrid .pager table td div.right .gridFullDataSet a:active {
    box-shadow: inset 0 2px 0 #F0F0F0;
}
/* .gscrollablegrid .pager table td div.right .gridFullDataSet a:before {
    content: "\f01e";
    font-family: 'FontAwesome';
    color: #9b9b9b;
} */
.gscrollablegrid .pager span {
    display: block;
    float: left;
    height: 53px;
    line-height: 54px;
    margin-right: 2px;
}

.gscrollablegrid .pager table td div.left .gridViewAllRows a {
    color: #0066B7;
    border: none;
    font-size: 16px;
    font-family: "Roboto Medium";
    line-height: 54px;
    font-weight: normal;
    margin-left: 6px;
}

.gscrollablegrid .pager table td div.right .gridViewAllRows a {
    color: #0066B7;
    border: none;
    font-size: 16px;
    font-family: "Roboto Medium";
    line-height: 53px;
    font-weight: normal;
}

.gscrollablegrid div.header {
	flex-shrink: 0;
	border-bottom: 1px solid #D4D4D4;
}

.gscrollablegrid div.header table th {
    background-color: #EEEEEE;
    color: #000000;
    border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
.gscrollablegrid div.header table th span {
    font-family: "Roboto Medium";
    font-size: 12px;
    font-weight: normal;
}

.gscrollablegrid div.header table th:last-child, .gscrollablegrid div.header table th:nth-last-child(2) {
	border-right: none !important;
	border-left: none;
}
.gscrollablegrid div.footer table tr {
    font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
}

.gscrollablegrid .body .footer td {
	background-color: #F7F7F7;
	height: 30px;
}
.gscrollablegrid div.footer table td {
	margin: 0px;
	line-height: 20px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
}
.gscrollablegrid div.header table th.gridRowNum {
    color: #000000;
    font-weight: normal;
    font-family: "Roboto Medium";
    font-size: 12px;
}
.gscrollablegrid div.body table td.gridRowNum, .gscrollablegrid div.footer table td.gridRowNum {
    color: #9B9B9B;
    width: 60px;
    font-family: "Roboto Regular";
    font-size: 13px;
}
.gscrollablegrid div.body table td.pgER, .gscrollablegrid div.header table th.pgER, .gscrollablegrid div.footer table td.pgER {
    width: 55px !important;
    border-left: none;
}
.gscrollablegrid div.body table td.pgER {
	font-size: 15px;
}
.gscrollablegrid div.body table a.colMasterLink, .gscrollablegrid div.body a.colMasterLink:visited {
    font-family: "Roboto Medium";
	color: #0066B7;
	font-size: 13px;
	font-weight: normal;
}
.gscrollablegrid div.body table a.popupLink, .gscrollablegrid div.body table a.popupLink:visited {
	color: #0066B7;
	font-size: 13px;
	font-family: "Roboto Medium";
	font-weight: normal;
}
.gscrollablegrid div.body .table_main > tbody > tr:nth-child(even) {
	background-color: #FFFFFF;
}
.gscrollablegrid div.body .table_main > tbody > tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.gscrollablegrid div.body table td.gridCheck, .gscrollablegrid div.header table th.gridCheck {
    width: 39px;
}
.gscrollablegrid .gridCheck input[type="checkbox"],
.gscrollablegrid .col_title_checkbox input[type="checkbox"]{
	display: none;
}
.gscrollablegrid .gridCheck input[type="checkbox"] + label:before,
.gscrollablegrid .col_title_checkbox input[type="checkbox"] + label:before {
	content: " ";
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #ccc;
    font-family: 'fontawesome-webfont' !important;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    vertical-align: bottom;
    background-color: white;
    font-weight: normal;
}
.gscrollablegrid .gridCheck input[type="checkbox"]:checked + label:before,
.gscrollablegrid .col_title_checkbox input[type="checkbox"]:checked + label:before {
	content: "\f00c";
  color: #679F5A;
}

.gscrollablegrid .pager .gridRowsPerPagePopupLink{
	padding-left: 10px;
	display: flex;
	align-items: center;
}

.gscrollablegrid .pager .gridRowsPerPagePopupLink .popmenu {
    width: 187px;
    box-shadow: 0px 0px 5px 0px #e6e6e6;
  	border-color: grey;
  	border-left: 1px solid #D2D2D2;
  	border-right: 1px solid #D2D2D2;
  	border-top: 1px solid #D2D2D2;
  	padding: 0;
  	margin: 0;
}
.gscrollablegrid .pager .gridRowsPerPagePopupLink .popmenu .popmenu1 {
    overflow: hidden;
    width: 180px;
    box-shadow: none;
    border-collapse: collapse;
    position: relative;
}
.gscrollablegrid div.popmenu a.item:FIRST-CHILD:HOVER {
    border-top: 1px solid #FFFFFF;
}

.gscrollablegrid div.popmenu a.item,
.gscrollablegrid div.popmenu a.grid_export_to_excel {
    background: #FFFFFF;
    box-sizing: border-box;
    border-top: 1px solid #FFFFFF;
	width: 100%;
	height: 29px;
	display: block;
}

.gscrollablegrid .pager .gridRowsPerPagePopupLink .popmenu .popmenu1 span .lblRowsPerPage {
	padding: 0;
	margin: 0;
	width: auto;
}

.gscrollablegrid div.popmenu a.item span, 
.gscrollablegrid div.popmenu a.grid_export_to_excel span{
    width: calc(100% - 20px);
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
    text-indent: 0px;
    height: auto;
    line-height: 26px;
    color: #000000;
    font-weight: normal;
    font-family: "Roboto Regular";
    display: block;
}

.gscrollablegrid div.popmenu a.item span.checked{
	padding: 0;
	margin: 0;
	width: auto;
	float: right;
}

.gscrollablegrid div.popmenu a.item span.checked:after {
	content: "\f00c";
	font-family: 'fontawesome-webfont';
	font-size: 14px;
	color: #4A8A0E;
    margin-right: 15px;
}

.gscrollablegrid div.popmenu a.item:hover, 
.gscrollablegrid div.popmenu a.grid_export_to_excel:hover {
    background: #F1FCFF;
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}

.gscrollablegrid div.popmenu a.grid_export_to_excel span span.xls_icon {
	background-image: url(xls_15x19.png);
	background-repeat: no-repeat;
	padding: 0;
	margin: 4px 15px 0 0;
	width: 15px;
	float: right;
}

.gscrollablegrid div.popmenu span.separator {
    display: none;
}

.gscrollablegrid div.popmenu a.grid_export_to_excel {
	border-top: 1px solid #D2D2D2;
}

.gscrollablegrid div.popmenu a.grid_export_to_excel {
	border-top: 1px solid #D2D2D2;
}

.gscrollablegrid div.popmenu a.item:hover > span:not(.icon):last-child {
	border: none;
}

.gscrollablegrid div.popmenu a.item:hover > span:not(.icon) {
	border: none;
}

.gscrollablegrid .header thead th.gridColSortable span {
    font-family: "Roboto Medium";
}

.gscrollablegrid .header thead th.gridColSortable span.sort span {
	display: none;
}

.gscrollablegrid th .sort {
  width: 18px;
  text-align: right;
}

.gscrollablegrid .header th .sort:before {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -1px;
}

.gscrollablegrid .header th.enabledSort .sort:before {
    color: #BDBDBD;
    content: "\f160";
    font-family: 'fontawesome-webfont' !important;
    font-size: 14px;
}
.gscrollablegrid .header th.ascendingSort {
    color: rgb(0, 102, 183);
    border-bottom: 1px solid #0060B4;
    background: repeating-linear-gradient(
        135deg,
        #EEEEEE,
        #EEEEEE 2px,
        #EAEAEA 2px,
        #EAEAEA 4px
    );
}
.gscrollablegrid .header th.ascendingSort .sort:before {
    color: #0060B4;
    font-size: 14px;
    
    content: "\f160";
    font-family: 'fontawesome-webfont' !important;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gscrollablegrid .header th.descendingSort {
    color: #0060B4;
    border-bottom: 1px solid #0060B4; 
    background: repeating-linear-gradient(
        135deg,
        #EEEEEE,
        #EEEEEE 2px,
        #EAEAEA 2px,
        #EAEAEA 4px
    );
}
.gscrollablegrid .header th.descendingSort .sort:before {
    color: #0060B4;
    font-size: 14px;
    
    content: "\f161";
    font-family: 'fontawesome-webfont' !important;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gscrollablegrid div.body table tr.gridActiveRow {
	background-color: #F1FCFF !important;
}
.gscrollablegrid div.body table tr.gridActiveRow > td {
	box-shadow: 0 -1px 0 0px #B5CFDD;
	border-bottom: 1px solid #B5CFDD;
}

.gscrollablegrid div.body table .stampSuccess div:before {
    content: "\f00c";
    font-family: 'fontawesome-webfont';
    font-size: 10px;
    color: #FFF;
    padding-right: 5px;
}
.gscrollablegrid div.body table .stampFailure div:before {
    content: "\f071";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #FFF;
    padding-right: 5px;
}
.gscrollablegrid div.body table .stampWarning div:before {
    content: "\f04c";
    font-family: 'FontAwesome';
    font-size: 10px;    
    color: #FFF;
    padding-right: 5px;
}
.gscrollablegrid div.body table .stampInfo div:before {
    content: "\f040";
    font-family: 'fontawesome-webfont';
    font-size: 10px;    
    color: #FFF;
    padding-right: 5px;
}
.gscrollablegrid div.body table .stampDisable div:before {
    content: "\f056";
    font-family: 'FontAwesome';
    font-size: 10px;    
    color: #FFF;
    padding-right: 5px;
}
.gscrollablegrid div.body table .stampEnvelopeOpen div:before {
	content: "\f2b7";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #FFF;
}
.gscrollablegrid div.body table .stampEnvelope div:before {
	content: "\f003";
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #FFF;
}
.gscrollablegrid div.body table .stampArrowRight div:before {
	content: "\f061";
	font-family: 'FontAwesome';
    font-size: 10px;
    color: #FFF;
}
.gscrollablegrid div.body table .stampIconSuccess div:before {
	content: "\e904";
	font-family: 'FontAwesome';
    font-size: 10px;
    color: #FFF;
}
.gscrollablegrid div.body table .cellchecker,
.gscrollablegrid div.body table .cellbullet {
	display: inline-block;
}
.gscrollablegrid div.body table .cellchecker span {
    color: #000000 !important;
    font-size: 12px;
    font-family: "Roboto Medium";
}
.gscrollablegrid div.body table .cellchecker span:before {
    content: "\f00c";
    font-family: 'fontawesome-webfont';
    font-size: 16px;
    color: #4A8A0E;
}
.gscrollablegrid div.body table .cellbullet span {
    color: #000000 !important;
    font-size: 12px;
    font-family: "Roboto Medium";
}
.gscrollablegrid div.body table .cellbullet span:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #52BA29;
}
.gscrollablegrid div.emptyRow {
    width: 100%;
    height: 25px;
    background-color: #FFF !important;
    border-top: 1px solid #E9E9E9;
}
.gscrollablegrid div.body table tr {
	border-top: 1px solid white;
    border-bottom: 1px solid rgb(233, 233, 233);
    height: 100%;
    box-sizing: border-box;
}
.gscrollablegrid div.body table.table_main tr.lastRowAboveFooter {
	border-bottom: 1px solid transparent;
}
.gscrollablegrid .pager table td div.right .gridViewAllRowsLabel{
    margin-left: 15px;
}

.gscrollablegrid div.body table.table_footer tr {
	background-color: #FCFCFC;
	border-bottom: 1px solid #D5D5D5;
	height: 45px;
	border-top: 0;
}

.gscrollablegrid div.body table.table_footer tr td {
	border-right: 1px solid transparent;
	background-color: #F7F7F7;
}
.gscrollablegrid div.body table.table_footer tr td.hasSum {
	border-right: 1px solid #D6D6D6;
	background-color: transparent; /* must be transparent - relative overlaps border */
	box-shadow: inset 1px 0 0 #D6D6D6;
	position: relative;
	left: -1px;
}
.gscrollablegrid div.body table.table_footer tr td:last-child, .gscrollablegrid div.body table.table_footer tr td.hasSum:last-child {
	border-right: 0;
}
.gscrollablegrid div.body table.table_footer td span {
	font-family: "Roboto Medium";
	font-size: 14px;
	margin-right: 3px;
}

.gscrollablegrid div.body table.table_footer td span.sumSymbol {
	font-size: 12px;
	position: relative;
	top: -2px;
}

.gscrollablegrid .noRightBorder {
	border-right: 1px solid transparent !important;
	padding-right: 0px !important;
}

.gscrollablegrid .body td input:not([type='checkbox']) {
    width: 100%; 
    height: 30px; 
    line-height: 30px; 
    padding: 0px 3px 0px 3px; 
    box-sizing: border-box;
}

.gscrollablegrid .matched-fields-container {
	width: 100%;
	height: 50px;
	background-color: white;
	border-bottom: 1px solid rgb(219, 219, 219);
	flex-shrink: 0;
}

.gscrollablegrid .matched-fields-container .matched-fields {
	height: 100%;
	float: right;
	max-width: calc(100% - 225px);
 	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gscrollablegrid .matched-fields-container .matched-fields span {
}

.gscrollablegrid .matched-fields-container .matched-fields .field-name {
	color: rgb(126, 126, 126);
	margin-right: 5px;
	font-size: 13px;
	padding: 10px 0 10px 15px;
	line-height: 50px;
}

.gscrollablegrid .matched-fields-container .matched-fields .field-value {
	border-right: 1px solid rgb(211, 211, 211);
	padding-right: 15px;
	font-weight: bold;
	font-size: 13px;
	line-height: 50px;
}

.gscrollablegrid .matched-fields-container .matched-fields .field-value:last-of-type {
	border-right: none;
}
.gscrollablegrid div.header table th.filter-cell div input:not([type='checkbox']) {
	padding-right: 25px !important;
}
.gscrollablegrid div.body table td.editable_cell div input:not([type='checkbox']),
.gscrollablegrid div.header table th.filter-cell div input:not([type='checkbox']) {
	background-color: transparent;
	border: 1px solid transparent;
}
.gscrollablegrid div.body table td.editable_cell div input:hover,
.gscrollablegrid div.header table th.filter-cell div input:hover {
	border: 1px solid #447EC0;
	background-color: white;
	padding-left: 7px;
	padding-right: 7px;
}
.gscrollablegrid div.body table td.editable_cell div input:focus,
.gscrollablegrid div.header table th.filter-cell div input:focus {
	border: 2px solid #447EC0;
	background-color: white;
	padding-left: 6px;
	padding-right: 6px;
}

.gscrollablegrid div.body table td.editable_cell div input.inputShadow:hover {
	padding-left: 5px;
	padding-right: 5px;
}

.gscrollablegrid div.header table th.filter-cell i {
	position: absolute;
	right: 8px;
	top: 13px;
	color: #BEBEBE;
	cursor: pointer;
}
.gscrollablegrid div.header table th.filter-cell.edit {
	background-color: #F9F9F9;
	border-color: #DADADA;
}

.gscrollablegrid div.header table th.filter-cell:hover i,
.gscrollablegrid div.header table th.filter-cell input:focus +i {
	color: #447EC0;
}

.gscrollablegrid .filter-row {
	border-top: 1px solid #D4D4D4;
	height: 42px;
}

.gscrollablegrid div.header table .filter-row th {
	background-color: #F4F4F4;
}

/** Style 2 according to design */
.gscrollablegrid div.header.style2 table th {
	background-color: #F7F7F7;
}

.gscrollablegrid div.header.style2 table .filter-row th {
	background-color: #F7F7F7;
}
.gscrollablegrid div.header.style2 table th.filter-cell div input {
	background-color: #ECECEC;
}
.gscrollablegrid div.header.style2 table th.filter-cell div input:hover,
.gscrollablegrid div.header.style2 table th.filter-cell div input:focus {
	background-color: white;
}

.gscrollablegrid div.header table th.filter-toggle-cell span {
	font-family: Roboto Regular;
}

.gscrollablegrid div.header table .filter-row th.filter-toggle-cell:hover {
	background-color: #F7F7F7;
}
.gscrollablegrid div.header.style2 table .filter-row th.filter-toggle-cell:hover {
	background-color: #F4F4F4;
}

.gscrollablegrid div.body table .user_avatar {
	border-radius: 15px;
}

.gscrollablegrid div.body table td.gridCheck {
	padding: 5px;
}

.gscrollablegrid div.body table td.editable_cell > div {
    height: calc(100%);
}

/** Popup menu button in editable cell */
.gscrollablegrid div.body table td.editable_cell.grid-select .sbtn {
	height: 30px;
	line-height: 29px;
	padding-left: 10px;
	padding-right: 29px;
	border: 1px solid #DADADA;
	border-radius: 4px;
	background-color: white;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
	white-space: nowrap;
    text-decoration: none;
    color: #444;
    font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
}
.gscrollablegrid div.body table td.editable_cell.grid-select .sbtn:hover,
.gscrollablegrid div.body table td.editable_cell.grid-select .sbtn:focus {
	outline: none;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05), 0 0 3px rgba(0,0,0,0.2);
	border: 1px solid #B2B2B2;
}
.gscrollablegrid div.body table td.editable_cell.grid-select .sbtn::after {
	content: "\f107";
	color: #B6B6B6;
	font-family: 'fontawesome-webfont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	margin-left: 7px;
	border: 1px solid #DADADA;
	display: inline-flex;
	border-radius: 3px;
	position: absolute;
	top: 4px;
	font-size: 16px;
	height: 20px;
	width: 20px;
	align-items: center;
	justify-content: center;
	right: 5px;
	box-sizing: border-box;
}

/** Header hint */
.gscrollablegrid th.has-hint .hint {
	width: 0px;
}
.gscrollablegrid th.has-hint .hint span {
    margin-left: -7px;
	background: #c8c8c8;
}
.gscrollablegrid th .col_title {
	height: 42px;
	font-family: Roboto medium;
	font-size: 12px;
	line-height: 20px;
}
.gscrollablegrid .header thead th .col_title {
	font-weight: normal;
}
.gscrollablegrid th .sort span {
	display: none;
}

.gscrollablegrid .empty-edit-row td.gridCheck input[type="checkbox"] +label::before {
	background-color: #d4d4d4;
	border: 1px solid #d4d4d4;
	content: "+";
	font-size: 20px;
	line-height: 16px;
	color: white;
}

.gscrollablegrid div.body table .empty-edit-row td.gridRowNum {
	color: #cecece;
}

/** Checkbox in grid cell */
.gscrollablegrid .body td .cell-checkbox input {
	display: none;
}

.gscrollablegrid .body td .stamp + br + .stamp {
	margin-top: 3px;
}

.gscrollablegrid .body td .stamp .cell-checkbox label,
.gscrollablegrid .body td .stamp .cell-checkbox span {
	color: white;
	cursor: pointer;
}
.gscrollablegrid .body td .cell-checkbox .lblchk {
	margin-right: 4px;
}
.gscrollablegrid .body td .cell-checkbox input[type="checkbox"] + .lblchk::before {
	content: " ";
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    display: inline-block;
    border: 1px solid #ccc;
    font-family: 'fontawesome-webfont' !important;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    vertical-align: bottom;
    background-color: white;
}
.gscrollablegrid .body td .cell-checkbox input[type="checkbox"] + .lblchk + label {
	cursor: pointer;
}
.gscrollablegrid .body td .cell-checkbox span {
	color: inherit;
	cursor: inherit;
}
.gscrollablegrid .body td .cell-checkbox:not(.small) input[type="checkbox"] + .lblchk + label {
	line-height: 20px;	
}
.gscrollablegrid .body td .stamp .cell-checkbox input[type="checkbox"] + .lblchk::before {
	border: 1px solid white;
}
.gscrollablegrid .body td .cell-checkbox.small input[type="checkbox"] + .lblchk::before {
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 8px;
	border-radius: 2px;
}


.gscrollablegrid .body td .cell-checkbox input[type="checkbox"]:checked + .lblchk::before {
	content: "\f00c";
    color: #679F5A;
}

.gscrollablegrid .body td .cell-checkbox +br + .cell-checkbox {
	margin-top: 4px;
	display: inline-block;
}


.gscrollablegrid td .marked {
	color: white !important;
	font-family: Roboto Medium  !important;
 	display: inline-block;
}
.gscrollablegrid td .marked.gray {
 	display: inline-block;
	background: rgba(0,0,0,0.3);
	border-radius: 2px;
	padding: 0 3px 0 3px;
}

.gscrollablegrid td br +.marked {
	margin-top: 4px;
}

/* [+] / [-] Expander */
.gscrollablegrid td .expander-check {
	display: none;
}
.gscrollablegrid td .expander-check + label::before {
	content: "\f067";
	font-family: 'fontawesome-webfont';
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	background-color: white;
	cursor: pointer;
	border-radius: 3px;
	vertical-align: bottom;
	margin-right: 4px;
	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
}
.gscrollablegrid td .expander-check + label {
	line-height: 22px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
.gscrollablegrid td .expander-check + label:hover::before {
	border: 1px solid #B2B2B2;
	box-shadow: 0 0 2px rgba(0,0,0,0.3), inset 0 -2px 0 rgba(0,0,0,0.05);
}

.gscrollablegrid td .expander-check:checked + label::before {
	content: "\f068";
	font-size: 10px;
}

.gscrollablegrid td .expander-check + label + .expand-block {
	display: none;
}
.gscrollablegrid td .expander-check:checked + label + .expand-block {
	margin-top: 5px;
	display: inline-block;
}

.gscrollablegrid td.col_title_expander {
	width: 22px;
	padding-right: 4px;
	box-sizing: content-box;
}
.gscrollablegrid td.col_title_checkbox {
	width: 22px;
	padding-right: 4px;
	box-sizing: content-box;
}
.gscrollablegrid a.calendaricon {
    top: 0px;
}
.gscrollablegrid .gexternallookup input {
    margin-top: 0px;
}

.gscrollablegrid .flat-button {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #D9D9D9;
    background: rgba(255,255,255,0.5);
    margin: 5px;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03);
    color: #444;
    cursor: pointer;
    padding-left: 10px;
	padding-right: 26px;
   	outline: 0 !important;
   	font-size: 14px;
   	text-align: inherit;
   	position: relative;
   	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gscrollablegrid .flat-button:hover,
.gscrollablegrid .flat-button:focus {
    background: rgba(255,255,255,1);
	border: 1px solid #B2B2B2;
  	box-shadow: inset 0 -2px 0 rgba(0,0,0,0.03), 0 0 2px rgba(0,0,0,0.2);
}
.gscrollablegrid .flat-button::-moz-focus-inner {
  	border: 0;
}
.gscrollablegrid .flat-button::after {
	content: "\f111";
	float: right;
	font-family: 'fontawesome-webfont' !important;
	color: #DADADA;
	border: 1px solid #D9D9D9;
	padding: 4px;
	border-radius: 2px;
	font-size: 3px;
	height: 7px;
	width: 11px;
	padding-top: 8px;
	position: absolute;
	top: 4px;
	right: 5px;
}

/* User disk browser */
.gscrollablegrid a.wdfile {
	display: flex;
	align-items: center;
	height: calc(100% + 2px);
	width: calc(100% - 8px);
	padding: 0px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	min-width: 0;
	position: relative;
	top: -1px;
	left: -1px;
}
.gscrollablegrid a.wdfile img {	
	margin-top: -2px;
}
.gscrollablegrid a.wdfile:hover {
	background-color: #F1FCFF;
	border: 1px solid #6FB3D4;
	height: 100%;
	padding-left: 4px !important;
	padding-right: 4px !important;
	width: calc(100% - 8px);
}

.gscrollablegrid .table_main > tbody > tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.025) !important;
}

.gscrollablegrid .table_main > tbody > tr:hover {
	background-color: rgba(241, 252, 255, 0.9) !important;
}

.gscrollablegrid td.col_edit_icon {
	width: 13px;
	text-indent: -3px;
	overflow: visible;
	color: #447EC0;
}
