/* xgroupgridview extra style */
.grid-view table tr.extrarow,.grid-view table td.extrarow,table.table td.extrarow:hover {
	text-transform: uppercase;
	background: #e8e8e8;
	font-weight: bold;
	color: #333333;
}

/* cgridview general style */
.grid-view-loading {
	background: url(loading.gif) no-repeat;
}

.grid-view table.items {
	border-collapse: collapse;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
    box-shadow:
		0 1px 3px 0 rgb(0 0 0 / 10%),
		0 1px 2px 0 rgb(0 0 0 / 6%);
}

.grid-view table.items th {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top: 1px #f3f3f3 solid;
	border-bottom: 1px #eee solid;
	padding: 8px;
	vertical-align: top;
	background: #f7f7f7;
	text-align: left;
}

.grid-view table.items td {
	border: none;
	padding: 8px;
	vertical-align: top;
}

.grid-view table.items th a {
	font-weight: bold;
	text-decoration: none;
}

.grid-view table.items th a:hover {
	text-decoration: underline;
}

.grid-view table.items th a.asc {
	background: url(up.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items th a.desc {
	background: url(down.gif) right center no-repeat;
	padding-right: 10px;
}

.grid-view table.items tr.even {
	background: #f9f9f9;
}

.grid-view table.items tr.odd {
	background: #ffffff;
}

.grid-view table.items tr.selected {

}

.grid-view table.items tr:hover {
	background: #ecfbd4;
}

.grid-view .link-column img {
	border: 0;
}

.grid-view .button-column {
	white-space: nowrap;
	text-align: right;
	width: 1%;
}

.grid-view .button-column img {
	border: 0;
}

.grid-view .button-column img:hover {
	-moz-box-shadow: 3px 3px 4px #a8b296;
	-webkit-box-shadow: 3px 3px 4px #a8b296;
	box-shadow: 3px 3px 4px #a8b296;
}

.grid-view .checkbox-column {
	width: 15px;
}

.grid-view .summary {
	margin: 0 0 5px 0;
	text-align: right;
}

.grid-view .pager {
	margin: 20px 0 5px 0;
}

.grid-view .empty {
	font-style: italic;
}

.grid-view tr.filters {
	background: #ffffff;
}

.grid-view .filters input,.grid-view .filters select {
	width: 98%;
	border: 1px solid #ccc;
}

.grid-view .filters img {
	vertical-align: top;
}

.grid-view table.items tfoot td {
	background: #f7f7f7;
	font-weight: bold;
}

.grid-view table.items th.text-right,
.grid-view table.items td.text-right,
.grid-view table.items tfoot td.text-right {
	text-align: right;
}

.grid-view table.items input[type=text],
.grid-view table.items select {
	border: 1px solid #cacaca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}

.grid-view table.items input[type=text]:focus,
.grid-view table.items select:focus {
	outline: none !important;
	border: 1px solid #0088cc;
}

.grid-view table.items input[type=text] {
	padding: 3px;
}

.grid-view table.items select {
	padding: 2px 1px 2px 1px;
}