﻿@charset "utf-8";
/* CSS Document */

div[data-role="glv-list-view"] div.glv-ul-container,
div[data-role="glv-grid-view"] div.glv-ul-container{
    display:block;
    position:relative;
    width:auto;
    height:auto;
    clear:both;
	margin: 0 auto;
	overflow-y: auto;
	overflow-x: hidden;
}

div[data-role="glv-list-view"] ul.glv-ul[data-inset="true"]{
    margin-top:0;
}

div[data-role="glv-list-view"] form, 
div[data-role="glv-grid-view"] form{
	position:relative;
	display:block;
	height:auto;
}

div[data-role="glv-list-view"] form.ui-listview-filter, 
div[data-role="glv-grid-view"] form.ui-listview-filter{
	float:left !important;
	margin:5px 0 !important;
	width:100%;
}

div[data-role="glv-list-view"] form.ui-listview-filter div.ui-input-search.with-add-button, 
div[data-role="glv-grid-view"] form.ui-listview-filter div.ui-input-search.with-add-button{
	margin: auto 70px 5px 0 !important;
}

div[data-role="glv-list-view"] form.ui-listview-filter div.ui-input-search.with-column-button, 
div[data-role="glv-grid-view"] form.ui-listview-filter div.ui-input-search.with-column-button{
	margin: auto 45px 5px 0 !important;
}

div[data-role="glv-list-view"] form.ui-listview-filter div.ui-input-search.with-add-button.with-column-button, 
div[data-role="glv-grid-view"] form.ui-listview-filter div.ui-input-search.with-add-button.with-column-button{
	margin: auto 110px 5px 0 !important;
}

div[data-role="glv-list-view"] form.ui-listview-filter div.ui-input-search, 
div[data-role="glv-grid-view"] form.ui-listview-filter div.ui-input-search{
	margin: auto 0 5px 0 !important;
}

div[data-role="glv-list-view"] form a.ui-input-clear,
div[data-role="glv-grid-view"] form a.ui-input-clear{
	width:24px !important;
	min-width:24px !important;
	max-width:24px !important;	
	border:none !important;
	display:block;
	margin: -11px 7px auto 5px !important;
}

div[data-role="glv-list-view"] a.add-button,
div[data-role="glv-grid-view"] a.add-button {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
    border-radius:6px;
	color:#fff !important;
    text-shadow:0 0 0 #fff;
	border:solid 1px rgba(0,0,0,.3);
	font-size:24px;
	line-height:33px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
	background: #6fc842 !important; /* Fallback background color for non supported browsers */         
	background: url('/content/images/buttons/add-btn-back-tile.png') center repeat-x !important;
	margin:8px 4px 10px 10px;
	position:absolute;
	right:0;
	width:50px !important;
	height:30px !important;
	display:block;
	z-index:900;
	
}

div[data-role="glv-list-view"] a.add-button:active,
div[data-role="glv-grid-view"] a.add-button:active {
    text-shadow:-1px -1px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: inset 0px 1px 1px 1px rgba(33,33,33,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 1px 1px 1px rgba(33,33,33,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
    box-shadow: inset 0px 1px 1px 1px rgba(33,33,33,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
	background: #6fc842 !important; /* Fallback background color for non supported browsers */         
	background: url('/content/images/buttons/add-btn-back-tile-active.png') center repeat-x !important;
}

div[data-role="glv-list-view"] a.add-button.no-filter,
div[data-role="glv-grid-view"] a.add-button.no-filter{
	margin:-36px 4px 10px 10px;
}

div[data-role="glv-list-view"] ul.glv-list-view{
	margin:0 auto;	
	padding:0;
	width: auto;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	border-radius:4px !important;
	position:relative;
	min-width:300px;
}

div[data-role="glv-list-view"][data-mini="true"] ul.glv-list-view{
	border-bottom: 1px solid #ddd;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}

div[data-role="glv-list-view"] ul.glv-list-view li {
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	height:auto;
	padding:7px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    box-shadow:none;
	position:relative;
	background: #ebedee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebedee');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebedee));
	background: -moz-linear-gradient(top, #fff, #ebedee);
	cursor: pointer;
}

ul.glv-ul li.emptySet div{
   font-style: italic;
   color: #777 !important;
}

div[data-role="glv-list-view"] ul.glv-ul li{
	min-height:64px;
	background: #ebedee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebedee');
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebedee));
	background: -moz-linear-gradient(top, #fff, #ebedee);
	cursor: pointer;
}

div[data-role="glv-list-view"] ul.glv-ul li div{
	font-weight:bold !important;
	font-size:85% !important;
	margin:3px 0 0;
	clear:both;
	color: #888;
	overflow:hidden !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	white-space: nowrap !important;
	max-height: 30%;
}

div[data-role="glv-list-view"] ul.glv-ul li div:first-child{
	color:#333 !important;
	font-weight:700 !important;
	font-size:110% !important;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left-icon{
	position:absolute;
	display:block;
	text-align:center;
	vertical-align:top;
	max-width:35px !important;
	min-width:35px !important;
	width:35px !important;
	height:35px !important;
    min-height:35px !important;
    max-height:35px !important;
	left:4px;
	font-weight:400 !important;
	font-size:inherit !important;
	z-index:200;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left-icon:nth-child(1){
	top:7%;
} 
div[data-role="glv-list-view"] ul.glv-ul li div.position-left-icon:nth-child(2){
	top:33%;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left-icon:nth-child(3){
	bottom:7%;
	top:auto;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left,
div[data-role="glv-list-view"] ul.glv-ul li div.position-left-top,
div[data-role="glv-list-view"] ul.glv-ul li div.position-left-bottom{
	position:absolute;
	display:block;
	text-align:left;
	min-width:49%;
	max-width:70%;
	left:2%;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left.has-icon,
div[data-role="glv-list-view"] ul.glv-ul li div.position-left-top.has-icon,
div[data-role="glv-list-view"] ul.glv-ul li div.position-left-bottom.has-icon{
	left:40px;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-center,
div[data-role="glv-list-view"] ul.glv-ul li div.position-center-top,
div[data-role="glv-list-view"] ul.glv-ul li div.position-center-bottom{
	position:absolute;
	left:44%;
	display:block;
	text-align:center;
	margin:0 auto;
	max-width:29%;
	min-width:0;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-right,
div[data-role="glv-list-view"] ul.glv-ul li div.position-right-top,
div[data-role="glv-list-view"] ul.glv-ul li div.positive-position-right-top,
div[data-role="glv-list-view"] ul.glv-ul li div.position-right-bottom{
	position:absolute;
	text-align:right;
	right:2%;
	display:block;
	max-width:39%;
	min-width:29%;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left-top,
div[data-role="glv-list-view"] ul.glv-ul li div.position-center-top,
div[data-role="glv-list-view"] ul.glv-ul li div.position-right-top,
div[data-role="glv-list-view"] ul.glv-ul li div.positive-position-right-top{
	top:7%;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left,
div[data-role="glv-list-view"] ul.glv-ul li div.position-center,
div[data-role="glv-list-view"] ul.glv-ul li div.position-right{
	top:40%;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-left-bottom,
div[data-role="glv-list-view"] ul.glv-ul li div.position-center-bottom,
div[data-role="glv-list-view"] ul.glv-ul li div.position-right-bottom{
	bottom:7%;
	top:auto;
}

div[data-role="glv-list-view"] ul.glv-ul li div.glv-button{
	position:absolute;
	right:0;
	top:42%;
	max-width:46px !important;
	min-width:46px !important;
	width:46px !important;
	overflow:hidden;
	display:block;
	min-height: 46px;
	max-height: 50px;
	border:none;
	background-clip:border-box;
}

div[data-role="glv-list-view"] ul.glv-ul li div.position-right.has-button,
div[data-role="glv-list-view"] ul.glv-ul li div.position-right-top.has-button,
div[data-role="glv-list-view"] ul.glv-ul li div.positive-position-right-top.has-button,
div[data-role="glv-list-view"] ul.glv-ul li div.position-right-bottom.has-button{
	position:absolute;
	text-align:right;
	right:50px;
	display:block;
	max-width:42%;
	min-width:32%;
}

div[data-role="glv-list-view"] ul.glv-ul-header,
div[data-role="glv-grid-view"] ul.glv-ul-header{
	display:table;
	position:static;
	table-layout:fixed;
	min-width:300px;
	width:100%;
	padding:0;
	margin:0 auto;
	clear:both;
}

div[data-role="glv-list-view"] ul.glv-ul-header li{
	display:block !important;
	overflow:hidden !important;
	min-height:24px;
	border:none;
	z-index:999;
	position:relative;
	top:0;
	width:100%;
	border-radius: 4px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	padding:5px;
	background:transparent !important;
}

div[data-role="glv-list-view"] ul.glv-ul-header li div{
	display:block !important;
	float:left !important;
	font-weight:700 !important;
	font-size:85% !important;
	color:rgba(0,0,0,.6) !important;
    text-shadow:0 1px 1px rgba(255,255,255,.8);
	padding:0 !important;
	margin:0 0 -5px !important;
	height:auto !important;
	clear:none;
}

div[data-role="glv-list-view"] ul.glv-ul-header li div.glv-hidden-header{
	display:none !important;	
}


div[data-role="glv-grid-view"] ul.glv-ul{
	margin:0 0 0 0;
	display:table !important;
	table-layout:fixed !important;	
	width:100% !important;
	min-width:300px;
	padding:0;
	background:#e8e8e8;
	list-style:none;
	/*box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
	-o-box-shadow: inset 1px 1px 2px rgba(0,0,0,.3);
	border: 1px solid rgba(255,255,255,.5);*/
}

div[data-role="glv-grid-view"] ul.glv-ul li{
    display:table-row;
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	background-color:#fff;
	text-shadow:0 1px 0 rgba(255,255,255,0.9);
    font-weight:500;
    height:48px !important;
    max-height:48px !important;
    min-height:48px !important;
}


div[data-role="glv-grid-view"] ul.glv-ul li:nth-child(even){
    background-color:#f3f3f3;  
}
div[data-role="glv-grid-view"] ul.glv-ul li.linked:hover{
    background: #dce9f5; /* Fallback background color for non supported browsers */         
	background-image: -moz-linear-gradient(top, #ecf5fc, #d0e4f5); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ecf5fc), to(#d0e4f5)); /* Safari & Chrome */
    text-shadow:none;
}



div[data-role="glv-grid-view"] ul.glv-ul li:first-child{
	-webkit-border-top-left-radius:6px !important;
    border-top-left-radius:6px !important;
	-webkit-border-top-right-radius:6px !important;
    border-top-right-radius:6px !important;
	overflow:hidden;
}

div[data-role="glv-grid-view"] ul.glv-ul li:last-child{
	-webkit-border-bottom-left-radius:6px !important;
    border-bottom-left-radius:6px !important;
	-webkit-border-bottom-right-radius:6px !important;
    border-bottom-right-radius:6px !important;
	overflow:hidden;
}

div[data-role="glv-grid-view"] ul.glv-ul li > div{
	color:#111;
	border-left:1px solid rgba(0,0,0,.2) !important;
	overflow:hidden !important;
	display:table-cell !important;
	padding:7px !important;
	margin:0 !important;
	font-size:80%;
	font-weight:500;
	white-space:nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-bottom:1px solid rgba(0,0,0,.2) !important;
    position:relative !important;
    height:1px;
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    box-sizing:border-box !important;
    
}

#ulExceptionsGrid .ui-li div {
	white-space: normal;
}

div[data-role="glv-grid-view"] ul.glv-ul li[data-role="list-divider"]{
	border-left:1px solid rgba(0,0,0,.2) !important;
	display:table-row;
	padding:10px 5px 5px 5px !important;	
    border-bottom:1px solid rgba(0,0,0,.2) !important;
    position:relative !important;
    clear:both !important;
    color:#fff !important;
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
    overflow:hidden;
}
div[data-role="glv-grid-view"] ul.glv-ul li div[data-role="listdivider"],
div[data-role="glv-grid-view"] ul.glv-ul li.grid-divider-level-1 div[data-role="listdivider"],
div[data-role="glv-grid-view"] ul.glv-ul li.grid-divider-level-2 div[data-role="listdivider"],
div[data-role="glv-grid-view"] ul.glv-ul li.grid-divider-level-3 div[data-role="listdivider"]{
	border-left: 0 !important;
    border-bottom:1px solid rgba(0,0,0,.2) !important;    
    padding: 0 !important;
    color:#fff;
    font-size:80% !important;
	background: #618cb6;
	font-weight:600;
	border-top:1px solid rgba(0,0,0,0.3);
	text-shadow:0 1px 0 rgba(57,82,107,0.8) !important;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:static !important;
    height: auto !important;
    max-height: 20px !important;
}
div[data-role="glv-grid-view"] ul.glv-ul li div[data-role="listdivider"]:first-child{
	border-left:1px solid rgba(0,0,0,0.3) !important;
    color:red !important;
}
div[data-role="glv-grid-view"] ul.glv-ul li div[data-role="listdivider"]:last-child{
	border-right:1px solid rgba(0,0,0,0.3) !important;
}

/* secondary dividers */
div[data-role="glv-grid-view"] ul.glv-ul li.grid-divider-level-2 div[data-role="listdivider"] {
    color:#333;
	background: #ccc !important;
    text-shadow: none !important;
}
div[data-role="glv-grid-view"] ul.glv-ul li.grid-divider-level-3 div[data-role="listdivider"] {
    color:#555;
	background: #e8e8e8 !important;
    text-shadow: none !important;
}

span.listdivider-heading-text{
    position:absolute;
    left:10px;
    margin-top:7px;
    display:block;
    z-index:99;
    color:#fff;
    font-size:100% !important;
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    box-sizing:border-box !important;
    width:auto;
    height:auto;
}

.grid-divider-level-1 span.listdivider-heading-text {
    color:#fff;
}

.grid-divider-level-2 span.listdivider-heading-text {
    color:#333;
}

.grid-divider-level-3 span.listdivider-heading-text {
    color:#555;
}

/* OVERRIDE jqm's ui-screen-hidden here
   so that display none will work on 'table-row' li styles
   or filtering WILL NOT work.  */
div[data-role="glv-grid-view"] ul.glv-ul li.ui-screen-hidden{
    display:none !important;
}

div[data-role="glv-grid-view"] ul.glv-ul li div.align-left{
	text-align:left;
}
div[data-role="glv-grid-view"] ul.glv-ul li div.align-center{
	text-align:center;
}
div[data-role="glv-grid-view"] ul.glv-ul li div.align-right{
	text-align:right;
}

div[data-role="glv-grid-view"] ul.glv-ul-header{
	display:table !important;
	position:relative;
	table-layout:fixed;
	min-width:300px;
	width:100%;
	margin:0;
	padding:0;
}
div[data-role="glv-grid-view"] ul.glv-ul-header li{
    background-size:contain;
	overflow:hidden;
	height:28px;
	border:none;
	display:table-row !important;
	background-image: url(/scripts/plugins/grid-view-list-view/images/grid-row-gradient.png);
}
div[data-role="glv-grid-view"] ul.glv-ul-header li div{
	color:#333;
	margin-top:0;
	font-size:90%;
    font-weight:500;
    text-shadow:none !important;
	display:table-cell !important;
	padding:5px;
	white-space:nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	overflow:hidden;
	line-height:170%;
	/*background: url('/scripts/plugins/grid-view-list-view/images/grid-header-gradient.png') top left repeat-x #bbb;*/
    background: #bbb;
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    box-sizing:border-box !important;
    border-top:1px solid rgba(0,0,0,0.25);
    border-bottom:1px solid rgba(0,0,0,0.25);
    
}
div[data-role="glv-grid-view"] ul.glv-ul-header li div:first-child{
	border-top-left-radius: 6px !important;
    padding: 5px 5px !important;
    border-left:1px solid rgba(0,0,0,0.25);
}
div[data-role="glv-grid-view"] ul.glv-ul-header li div:last-child{
	border-top-right-radius: 6px !important;
    border-right:1px solid rgba(0,0,0,0.25);
}

div[data-role="glv-grid-view"] ul.glv-ul li.glv-footer{
	background: url('/scripts/plugins/grid-view-list-view/images/grid-footer-gradient.png') top left repeat-x #bbb;
    background-size:contain;
	height:auto;
	width:auto;
	font-size:85%;
	text-align:left;
	font-weight:600 !important;
    text-shadow:0 1px 0 rgba(255,255,255,.5) !important;
	border:1px solid rgba(0,0,0,0.3);
}


.details-button{
	-webkit-border-radius:16px !important;
	-moz-border-radius:16px !important;
    border-radius:16px !important;
	width:20px !important;
	height:20px !important;
	max-width:20px !important;
	max-height:20px !important;
	display:block !important;
	color:#fff !important;
    text-shadow:0 0 0 #fff !important;
	border:solid 3px #fff !important;
	font-size:22px !important;
	line-height:17px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:700 !important;
	text-align:center !important;
	padding:0 !important;
	margin:0 auto!important;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.5) !important;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.5) !important;
    box-shadow:0 1px 4px rgba(0,0,0,.5) !important;
}
.details-button:link,	
.details-button:visited{
	background:#628bb4 !important;	
	border:solid 3px #fff !important;
	color:#fff !important;
}
.details-button:hover,
.details-button:active{
	background:#3b6288 !important;	
	border:solid 3px #dae3ed !important;
	color:#dae3ed !important;
}

/* disclosure button */
.disclosure-button{
	width:20px !important;
	height:20px !important;
	max-width:20px !important;
	max-height:20px !important;
	display:block !important;
	color:#999 !important;
	font-size:28px !important;
	line-height:19px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:700 !important;
	text-align:center !important;
	padding:0 !important;
	margin:0 auto!important;
}
.disclosure-button:link,	
.disclosure-button:visited{
	color:#999 !important;
}
.disclosure-button:hover,
.disclosure-button:active{
	color:#999 !important;
}

/* link buttons */
.document-button,
.review-button,
.delay-button,
.info-button{
	width:24px !important;
	height:24px !important;
	max-width:24px !important;
	max-height:24px !important;
	display:block !important;
	padding:0 !important;
	margin:0 auto!important;
}

/* document button */
.document-button{
	background:url('/scripts/plugins/grid-view-list-view/images/view-document-icon24.png') no-repeat center;
}

/* review button */
.review-button{
	background:url('/scripts/plugins/grid-view-list-view/images/review-icon24.png') no-repeat center;
}

/* delay button */
.delay-button{
	background:url('/scripts/plugins/grid-view-list-view/images/delay-icon24.png') no-repeat center;
}

/* info button */
.info-button{
    padding:8px 0 0 0 !important;
    margin:0 auto -8px !important;
	background:url('/scripts/plugins/grid-view-list-view/images/info-icon24.png') no-repeat center;
}

.no-button{
	width:0 !important;
	height:0 !important;
	font-size:0 !important;	
	color:transparent !important;
	background: none !important;
}

/* Sort indicator classes */
div[data-role="glv-grid-view"] ul.glv-ul-header li div div.sort-indicator-container{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 0 0 0 3px !important;
    border-width: 0px !important;
    background-image: none !important;
    background-color: transparent !important;
    display: inline-block !important;
    height: 9px !important;
    width: 9px !important;
}
div[data-role="glv-grid-view"] ul.glv-ul-header li div div.sort-indicator-container div.sort-indicator-up {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 0 0 0 0 !important;
    background-image: none !important;
    background-color: transparent !important;
    border-color: transparent transparent #666666 transparent !important;
    border-style: solid !important;
    border-width: 0px 3px 4px 3px !important;
    height: 0px !important;
    width: 0px !important;
    display: block !important;
}
div[data-role="glv-grid-view"] ul.glv-ul-header li div div.sort-indicator-container div.sort-indicator-down{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 0 0 0 0 !important;
    background-image: none !important;
    background-color: transparent !important;
    border-color: #666666 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 4px 3px 0 3px !important;
    height: 0px !important;
    width: 0px !important;
    display: block !important;
}
div[data-role="glv-grid-view"] ul.glv-ul-header li div div.sort-indicator-container div.sort-indicator-spacer{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    padding: 0 0 0 0 !important;
    background-image: none !important;
    background-color: transparent !important;
    height: 1px !important;
    display: block !important;
}

/* Record count classes */
div[data-role="glv-grid-view"] div.glv-record-count{
    text-align: center;
    font-size:11px;
    padding-top:10px;
    color:#777;
    text-shadow: none;
}

/* Circle styles */
div[data-role="glv-grid-view"] span.warning-circle,
div[data-role="glv-list-view"] span.warning-circle,
div[data-role="glv-grid-view"] span.positive-circle,
div[data-role="glv-list-view"] span.positive-circle,
div[data-role="glv-grid-view"] span.plain-circle,
div[data-role="glv-list-view"] span.plain-circle{
	-webkit-border-radius:14px !important;
	-moz-border-radius:14px !important;
    border-radius:14px !important;
	width:auto !important;
	height:16px !important;
	min-width:16px !important;
	max-height:16px !important;
	display:inline-block !important;
    text-shadow:0 0 0 #fff !important;
	font-size:12px !important;
	line-height:16px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:500 !important;
	text-align:center !important;
	padding:4px !important;
	margin:0 auto!important;
	border:none !important;
	color:#fff !important;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}

/* Warning Circle style */
div[data-role="glv-grid-view"] span.warning-circle,
div[data-role="glv-list-view"] span.warning-circle
{
    background:#c03232 !important;	
}

/* Positive Circle style */
div[data-role="glv-grid-view"] span.positive-circle,
div[data-role="glv-list-view"] span.positive-circle{
	background:rgba(146,205,0,0.9) !important;	
}

/* Plain Circle style */
div[data-role="glv-grid-view"] span.plain-circle,
div[data-role="glv-list-view"] span.plain-circle{
    color:#555 !important;
    background:#fff !important;	
	border:1px solid rgba(0,0,0,0.3) !important;
    font-weight:600 !important;
}

div[data-role="glv-grid-view"] span.gcl-icon,
div[data-role="glv-list-view"] span.gcl-icon,
div[data-role="glv-grid-view"] span.bcl-icon,
div[data-role="glv-list-view"] span.bcl-icon,
div[data-role="glv-grid-view"] span.gcl-warning-icon,
div[data-role="glv-list-view"] span.gcl-warning-icon,
div[data-role="glv-grid-view"] span.bcl-warning-icon,
div[data-role="glv-list-view"] span.bcl-warning-icon,
div[data-role="glv-grid-view"] span.rev-icon,
div[data-role="glv-list-view"] span.rev-icon,
div[data-role="glv-grid-view"] span.wfl-icon,
div[data-role="glv-list-view"] span.wfl-icon,
div[data-role="glv-grid-view"] span.attachment-icon,
div[data-role="glv-list-view"] span.attachment-icon{
    width:28px;
    height:28px;
    min-width:28px;
    min-height:28px;
    max-width:28px;
    max-height:28px;
    overflow:hidden;
    text-shadow:none;
    display:block;
    position:static;
    margin:0 auto !important;
    padding:0 !important;
    background-repeat:no-repeat;
    background-image:url('/scripts/plugins/grid-view-list-view/images/grid-status-icons.png') !important;
    background-position: 30px 0;
    vertical-align:top;
}

div[data-role="glv-grid-view"] span.entity-detail-attachment-status-icon,
div[data-role="glv-list-view"] span.entity-detail-attachment-status-icon{
    width:28px;
    height:28px;
    min-width:28px;
    min-height:28px;
    max-width:28px;
    max-height:28px;
    overflow:hidden;
    text-shadow:none;
    display:block;
    position:static;
    margin:0 auto !important;
    padding:0 !important;
    background-repeat:no-repeat;
    background-image:url('/content/images/icons/filter-status-icons-32.png') !important;
    background-position:34px 0;
    vertical-align:top;
}

div[data-role="glv-grid-view"] span.gcl-icon,
div[data-role="glv-grid-view"] span.bcl-icon,
div[data-role="glv-grid-view"] span.gcl-warning-icon,
div[data-role="glv-grid-view"] span.bcl-warning-icon,
div[data-role="glv-grid-view"] span.rev-icon,
div[data-role="glv-grid-view"] span.wfl-icon,
div[data-role="glv-grid-view"] span.attachment-icon
{
    float:left;
    margin:0 25% !important;
}

div[data-role="glv-grid-view"] span.attachment-icon,
div[data-role="glv-list-view"] span.attachment-icon{
    background-position: -171px 0;
}

div[data-role="glv-grid-view"] span.bcl-warning-icon,
div[data-role="glv-list-view"] span.bcl-warning-icon{
    background-position: -142px 0;
}

div[data-role="glv-grid-view"] span.gcl-warning-icon,
div[data-role="glv-list-view"] span.gcl-warning-icon{
    background-position: -113px 0;
}

div[data-role="glv-grid-view"] span.gcl-icon,
div[data-role="glv-list-view"] span.gcl-icon{
   background-position: 0 0;
}

div[data-role="glv-grid-view"] span.bcl-icon,
div[data-role="glv-list-view"] span.bcl-icon{
   background-position: -28px 0;
}

div[data-role="glv-grid-view"] span.rev-icon,
div[data-role="glv-list-view"] span.rev-icon{
   background-position: -56px 0;
}

div[data-role="glv-grid-view"] span.wfl-icon,
div[data-role="glv-list-view"] span.wfl-icon{
   background-position: -84px 0;
}


/* highlight styles */
div[data-role="glv-grid-view"] span.new-grid-label{
    background:#f29530;
    color:rgba(255,255,255,0.9) !important;
    width:36px;
    max-width:36px;
    height:15px;
    max-height:15px;
    position:absolute;
    top:0;
    left:0;
    font-size:75% !important;
    padding:1px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-bottom-right-radius:4px;
    text-align:center;
    display:block;
    overflow:hidden;
    text-shadow:none !important;
    text-transform:uppercase;
    font-weight:700 !important;
}

div[data-role="glv-grid-view"] ul li.grid-row-highlight div,
div[data-role="glv-list-view"] ul li.grid-row-highlight div{
    color:#c03232 !important;
}

div[data-role="glv-grid-view"] ul li.grid-row-bold div,
div[data-role="glv-list-view"] ul li.grid-row-bold div{
    color:#ffffff !important;
}

.toggle-grid-button,
.toggle-list-button{
	margin-top:10px;
	width:80px;
	height:37px;
	border:none;
	color:transparent;
	font-size:0;
}

.toggle-grid-button-on{
	background:url('images/grid-toggle-on.png') no-repeat center;
}
.toggle-list-button-on{
	background:url('images/list-toggle-on.png') no-repeat center;
}
.toggle-grid-button-off{
	background:url('images/grid-toggle-off.png') no-repeat center;
}
.toggle-list-button-off{
	background:url('images/list-toggle-off.png') no-repeat center;
}


/*
================================================
 Checkbox override Styles
================================================ */

label {
    display: inline;
}

input[type="checkbox"].grid-header-checkbox,
.glv-ul-container input[type="checkbox"] {
    display: none;
    opacity:0.0;
}
 
input[type="checkbox"].grid-header-checkbox + label,
.glv-ul-container input[type="checkbox"] + label {
    border: 1px solid rgba(0,0,0,0.4);
    background-color:#fff !important;
    display:block;
    width:16px;
    height:16px;
    vertical-align:middle;
    padding: 0;
    margin:0 auto;
    position:relative;
    top:4px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
 
input[type="checkbox"].grid-header-checkbox:checked + label,
.glv-ul-container input[type="checkbox"]:checked + label {
    color: #99a1a7;
}
 
input[type="checkbox"].grid-header-checkbox:checked + label:after,
.glv-ul-container input[type="checkbox"]:checked + label:after  {
    content:"\00a0";
    display:block;
    width:5px;
    height:14px;
    border:solid #49ae02;
    position:absolute;
    left:7px;
    top:-6px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
    border-width:0 4px 4px 0;
    -moz-box-shadow:1px 0 0 0 rgba(0,0,0,.5);
    -webkit-box-shadow:1px 0 0 0 rgba(0,0,0,.5);
    box-shadow:1px 0 0 0 rgba(0,0,0,.5);
}


 

/*
================================================
 Lazy Load Styles
================================================ */

li.loading-message-top,
li.loading-message-bottom{
	height:55px !important;
    background:#fff !important;
    width:100% !important;
    box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
    padding:0 !important;
}

li.loading-message-top{
    display:table-caption !important;
}

.loading-message-inner{
	height:55px !important;
	min-height:55px !important;
	color:#333 !important;
	font-size:100% !important;
    padding-top:16px !important;
	font-weight:600 !important;
	text-align:center !important;
	box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
    text-shadow:none !important;
    display:block !important;
    background:#fff !important;

}

div.lazy-load-overlay
{
    display:block;
    position:absolute;
    z-index:900;
    top:0;
    bottom:0;
    margin:0;
    width:100%;
    height:100%;
    min-height:100%;
    min-width:100%;
    background:rgba(0,0,0,0.7);
    border-radius:6px;
}


li.last-loaded-top{
    /*background:rgba(57,82,107,0.8) !important;*/
}

li.last-loaded-bottom{
    /*background:#618cb6 !important;*/
}


/*
================================================
MINI version of list-view styles
================================================ */
div[data-role="glv-list-view"][data-mini="true"] {
	background: #ccc;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 6px;
	position: absolute;
	display: block;
}

div[data-role="glv-list-view"][data-mini="true"] div.glv-ul-container{
    width: auto;
	height: auto;
	margin: 0 auto;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	top: 44px !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
    margin-bottom:40px !important;
	-webkit-overflow-scrolling: touch;
}

div[data-role="glv-list-view"][data-mini="true"] form{
	background: #ccc;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 99;
	margin: 0;
	border-bottom: 1px solid #999;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 0 4px;
	box-sizing:border-box;
}


div[data-role="glv-list-view"][data-mini="true"][data-inset="true"]{
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
}

div[data-role="glv-list-view"][data-mini="true"] ul.glv-list-view li,
div[data-role="glv-list-view"][data-mini="true"] ul.glv-list-view li div {
	font-family:"Helvetica Nueue", "Trebuchet MS", "Segoe UI", Helvetica, Arial, sans-serif !important;
	font-size:80% !important;
}



/*
================================================
 Media queries
================================================ */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
   /* div[data-role="glv-grid-view"] span.gcl-icon,
    div[data-role="glv-list-view"] span.gcl-icon,
    div[data-role="glv-grid-view"] span.bcl-icon,
    div[data-role="glv-list-view"] span.bcl-icon,
    div[data-role="glv-grid-view"] span.gcl-warning-icon,
    div[data-role="glv-list-view"] span.gcl-warning-icon,
    div[data-role="glv-grid-view"] span.bcl-warning-icon,
    div[data-role="glv-list-view"] span.bcl-warning-icon,
    div[data-role="glv-grid-view"] span.rev-icon,
    div[data-role="glv-list-view"] span.rev-icon,
    div[data-role="glv-grid-view"] span.wfl-icon,
    div[data-role="glv-list-view"] span.wfl-icon,
    div[data-role="glv-grid-view"] span.attachment-icon,
    div[data-role="glv-list-view"] span.attachment-icon{
        background-image:url('/scripts/plugins/grid-view-list-view/images/grid-status-icons@2x.png') !important;
    }
    
     document button 
    .document-button{
	    background:url('/scripts/plugins/grid-view-list-view/images/view-document-icon24@2x.png');
    }
    
    .review-button{
	    background:url('/scripts/plugins/grid-view-list-view/images/review-icon24@2x.png');
    }
    
    .delay-button{
	    background:url('/scripts/plugins/grid-view-list-view/images/delay-icon24@2x.png');
    }*/
}

@media only screen and (min-width:1025px){
    div[data-role="glv-list-view"] ul.glv-ul li > div{
	    font-size:100% !important;
    }	
    div[data-role="glv-list-view"] ul.glv-ul-header li div{
	    font-size:95% !important;
	    padding:0 !important;
	    margin:0 0 -5px !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li > div{
	    padding:9px 7px !important;
	    margin:0 !important;
	    font-size:95% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul-header li div{
	    font-size:90% !important;
	    padding:5px 7px !important;
	    line-height:170% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li.glv-footer{
	    font-size:100% !important;
    }
    a.details-button{
	    -webkit-border-radius:16px !important;
	    -moz-border-radius:16px !important;
        border-radius:16px !important;
	    width:22px !important;
	    height:22px !important;
	    max-width:22px !important;
	    max-height:22px !important;
	    font-size:22px !important;
	    line-height:17px !important;
    }
    div[data-role="glv-grid-view"] div.glv-record-count{
        font-size:13px !important;
        padding-top:10px !important;
    }
    div[data-role="glv-grid-view"] span.warning-circle,
    div[data-role="glv-list-view"] span.warning-circle,
    div[data-role="glv-grid-view"] span.positive-circle,
    div[data-role="glv-list-view"] span.positive-circle,
    div[data-role="glv-grid-view"] span.plain-circle,
    div[data-role="glv-list-view"] span.plain-circle{
	    -webkit-border-radius:16px !important;
	    -moz-border-radius:16px !important;
        border-radius:16px !important;
	    height:18px !important;
	    min-width:18px !important;
	    max-height:18px !important;
	    font-size:14px !important;
	    line-height:18px !important;
    }
	
	div[data-role="glv-list-view"][data-mini="true"] ul.glv-ul li div,
    div[data-role="glv-list-view"][data-mini="true"] ul.glv-ul-header li div,
	div[data-role="glv-grid-view"][data-mini="true"] ul.glv-ul li.glv-footer{
	    font-size:11px !important;
    }
    div[data-role="glv-grid-view"][data-mini="true"] div.glv-record-count{
        font-size:11px !important;
        padding-top:10px !important;
    }
    div[data-role="glv-grid-view"][data-mini="true"] span.warning-circle,
    div[data-role="glv-list-view"][data-mini="true"] span.warning-circle,
    div[data-role="glv-grid-view"][data-mini="true"] span.positive-circle,
    div[data-role="glv-list-view"][data-mini="true"] span.positive-circle,
    div[data-role="glv-grid-view"][data-mini="true"] span.plain-circle,
    div[data-role="glv-list-view"][data-mini="true"] span.plain-circle{
	    -webkit-border-radius:14px !important;
	    -moz-border-radius:14px !important;
        border-radius:14px !important;
	    height:16px !important;
	    min-width:16px !important;
	    max-height:16px !important;
	    font-size:12px !important;
	    line-height:16px !important;
    }
}

@media only screen and (max-width:1280px){
    div[data-role="glv-list-view"] ul.glv-ul li > div{
	    font-size:90% !important;
    }
    div[data-role="glv-list-view"] ul.glv-ul-header li div{
	    font-size:85% !important;
	    padding:0 !important;
	    margin:0 0 -5px !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li > div{
	    padding:7px !important;
	    margin:0 !important;
	    font-size:85% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul-header li div{
	    font-size:85% !important;
	    padding:7px 7px !important;
	    line-height:170% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li.glv-footer{
	    font-size:90% !important;
    }
    a.details-button{
	    -webkit-border-radius:20px !important;
	    -moz-border-radius:20px !important;
        border-radius:20px !important;
	    width:20px !important;
	    height:20px !important;
	    max-width:20px !important;
	    max-height:20px !important;
	    font-size:22px !important;
	    line-height:18px !important;
	    background-color:Red !important;
    }
    a.details-button:link,	
    a.details-button:visited{
	    border:solid 2px #fff !important;
    }
    a.details-button:hover,
    a.details-button:active{
	    border:solid 2px #dae3ed !important;
    }
    div[data-role="glv-grid-view"] div.glv-record-count{
        font-size:12px !important;
        padding-top:10px !important;
    }
    div[data-role="glv-grid-view"] span.warning-circle,
    div[data-role="glv-list-view"] span.warning-circle,
    div[data-role="glv-grid-view"] span.positive-circle,
    div[data-role="glv-list-view"] span.positive-circle,
    div[data-role="glv-grid-view"] span.plain-circle,
    div[data-role="glv-list-view"] span.plain-circle
    {
	    -webkit-border-radius:15px !important;
	    -moz-border-radius:15px !important;
        border-radius:15px !important;
	    height:17px !important;
	    min-width:17px !important;
	    max-height:17px !important;
	    font-size:13px !important;
	    line-height:17px !important;
    }
}

@media only screen and (max-width:1024px){
    div[data-role="glv-list-view"] ul.glv-ul li > div{
	    font-size:80% !important;
    }
    div[data-role="glv-list-view"] ul.glv-ul-header li div{
	    font-size:80% !important;
	    padding:0 !important;
	    margin:0 0 -5px !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li > div{
	    padding:5px 5px !important;
	    margin:0 !important;
	    font-size:80% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul-header li div{
	    font-size:80% !important;
	    padding:5px 5px !important;
	    line-height:170% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li.glv-footer{
	    font-size:80% !important;
    }
    a.details-button{
	    -webkit-border-radius:16px !important;
	    -moz-border-radius:16px !important;
        border-radius:16px !important;
	    width:18px !important;
	    height:18px !important;
	    max-width:18px !important;
	    max-height:18px !important;
	    font-size:20px !important;
	    line-height:16px !important;
    }
    a.details-button:link,	
    a.details-button:visited{
	    border:solid 2px #fff !important;
    }
    a.details-button:hover,
    a.details-button:active{
	    border:solid 2px #dae3ed !important;
    }
    div[data-role="glv-grid-view"] div.glv-record-count{
        font-size:11px !important;
        padding-top:10px !important;
    }
    div[data-role="glv-grid-view"] span.warning-circle,
    div[data-role="glv-list-view"] span.warning-circle,
    div[data-role="glv-grid-view"] span.positive-circle,
    div[data-role="glv-list-view"] span.positive-circle,
    div[data-role="glv-grid-view"] span.plain-circle,
    div[data-role="glv-list-view"] span.plain-circle{
	    -webkit-border-radius:14px !important;
	    -moz-border-radius:14px !important;
        border-radius:14px !important;
	    height:16px !important;
	    min-width:16px !important;
	    max-height:16px !important;
	    font-size:12px !important;
	    line-height:16px !important;
    }
}

@media only screen and (width:768px) and (orientation:portrait){
    div[data-role="glv-list-view"] ul.glv-ul li > div{
	    font-size:90% !important;
    }
    div[data-role="glv-list-view"] ul.glv-ul-header li div{
	    font-size:95% !important;
	    padding:0 !important;
	    margin:0 0 -5px !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li > div{
	    padding:7px !important;
	    margin:0 !important;
	    font-size:90% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul-header li div{
	    font-size:90% !important;
	    padding:5px 7px !important;
	    line-height:170% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li.glv-footer{
	    font-size:95% !important;
    }
    a.details-button{
	    -webkit-border-radius:16px !important;
	    -moz-border-radius:16px !important;
	    -o-border-radius:16px !important;
        border-radius:16px !important;
	    width:22px !important;
	    height:22px !important;
	    max-width:22px !important;
	    max-height:22px !important;
	    font-size:22px !important;
	    line-height:17px !important;
    }
    div[data-role="glv-grid-view"] div.glv-record-count{
        font-size:13px !important;
        padding-top:10px !important;
    }
    div[data-role="glv-grid-view"] span.warning-circle,
    div[data-role="glv-list-view"] span.warning-circle,
    div[data-role="glv-grid-view"] span.positive-circle,
    div[data-role="glv-list-view"] span.positive-circle,
    div[data-role="glv-grid-view"] span.plain-circle,
    div[data-role="glv-list-view"] span.plain-circle{
	    -webkit-border-radius:16px !important;
	    -moz-border-radius:16px !important;
        border-radius:16px !important;
	    height:18px !important;
	    min-width:18px !important;
	    max-height:18px !important;
	    font-size:14px !important;
	    line-height:18px !important;
    }
}

@media only screen and (width:1024px) and (orientation:landscape){
    /*div[data-role="glv-list-view"] ul.glv-ul li div{
	    font-size:100% !important;
    }
    div[data-role="glv-list-view"] ul.glv-ul-header li div{
	    font-size:90% !important;
	    padding:0 !important;
	    margin:0 0 -5px !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li div{
	    padding:7px !important;
	    margin:0 !important;
	    font-size:85% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul-header li div{
	    font-size:90% !important;
	    padding:5px 7px !important;
	    line-height:170% !important;
    }
    div[data-role="glv-grid-view"] ul.glv-ul li.glv-footer{
	    font-size:90% !important;
    }
    a.details-button{
	    border-radius:16px !important;
	    -webkit-border-radius:16px !important;
	    -moz-border-radius:16px !important;
	    -o-border-radius:16px !important;
	    width:22px !important;
	    height:22px !important;
	    max-width:22px !important;
	    max-height:22px !important;
	    font-size:22px !important;
	    line-height:17px !important;
    }
    div[data-role="glv-grid-view"] div.glv-record-count{
        font-size:12px !important;
        padding-top:10px !important;
    }
    div[data-role="glv-grid-view"] span.warning-circle,
    div[data-role="glv-list-view"] span.warning-circle{
        border-radius:15px !important;
	    -webkit-border-radius:15px !important;
	    -moz-border-radius:15px !important;
	    -o-border-radius:15px !important;
	    height:17px !important;
	    min-width:17px !important;
	    max-height:17px !important;
	    font-size:13px !important;
	    line-height:17px !important;
	    padding:2px !important;
	    margin:0 auto!important;
    }*/
}

div.checkbox {
    width:44px !important;
    max-width:44px !important;
    -moz-box-sizing:border-box !important;
    -webkit-box-sizing:border-box !important;
    box-sizing:border-box !important;
}

div.glv-grid-options-column-prefs {
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
    width: 24px;
    height: 24px;
    padding: 3px 5px;
    float: left;
    border: 1px solid rgba(0,0,0,0.2);
    background-image: url(/scripts/plugins/grid-view-list-view/images/column-options-grid.png);
    /*background-image: url(/scripts/plugins/grid-view-list-view/images/column-options-cols.png);*/
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 2px;
    top: 8px;
    cursor: pointer;
}

div.glv-grid-options-column-prefs.with-add-button {
    right: 65px;
}

div.glv-grid-options-column-prefs:active,
div.glv-grid-options-column-prefs:hover {
    background-color: rgba(0,0,0,0.2);
}

ul.glv-column-options-list {
    position: absolute;
    top: 46px;
    min-width: 200px;
    background-color: #333;
    border-radius: 6px;
    right: 2px;
    z-index: 9999;
    list-style: none;
    margin: 0;
    padding: 5px;
    box-shadow:1px 2px 5px rgba(0,0,0,0.3);
    display:none;
}

ul.glv-column-options-list li {
    padding:5px 7px;
    position:relative;
    display:block;
}

ul.glv-column-options-list li label.glv-column-options-checkbox-label {
    text-shadow: none !important;
    color: #e8e8e8;
    margin: 0 5px 0 0;
    font-size: 1em;
    cursor: pointer;
}

ul.glv-column-options-list li label.glv-column-options-checkbox-label:before {
    content:'';
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(255,255,255,0.9);
    border-radius: 2px;
}

input[type=checkbox]:checked + label.glv-column-options-checkbox-label:after {
    opacity: 1;
}
label.glv-column-options-checkbox-label:after {
    content: '';
    width: 9px;
    height: 4px;
    position: absolute;
    top: 9px;
    left: 8px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

ul.glv-column-options-list li input[type="checkbox"] {
    visibility: hidden;
}

div[data-role="glv-list-view"] ul.glv-ul-header li div.glv-column-show,
div[data-role="glv-list-view"] ul.glv-ul li > div.glv-column-show {
    display: block !important;
}

div[data-role="glv-grid-view"] ul.glv-ul-header li div.glv-column-show,
div[data-role="glv-grid-view"] ul.glv-ul li > div.glv-column-show {
    display: table-cell !important;
}

div[data-role="glv-list-view"] ul.glv-ul-header li div.glv-column-hide,
div[data-role="glv-list-view"] ul.glv-ul li > div.glv-column-hide,
div[data-role="glv-grid-view"] ul.glv-ul-header li div.glv-column-hide,
div[data-role="glv-grid-view"] ul.glv-ul li > div.glv-column-hide {
    display: none !important;
}