.custom-gview-table thead, .custom-gview-table tfoot  {
	background: #fff;
}

.custom-gview-table tbody th {
	border-bottom: 1px solid #e2e2e2;
}

.custom-gview-table-container .form-search {
	width: 500px;
    margin-bottom: 20px;
}

.custom-gview-table .gview-extended-button {
	text-align: center;
}

.custom-gview-table .gview-extended-button a {
	background-color: #3D4C58;
    color: #fff;
    padding: 9px 33px;
    border-radius: 5px;
    overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}

.custom-gview-table .gview-extended-button a[disabled=disabled], .custom-gview-table .gview-extended-button a[disabled=disabled]:hover {

	background-color: #737679;

}

.custom-gview-table .gview-extended-button a:hover  {
	text-decoration: none;
	background-color: #c3251d;
}

.custom-gview-table .gview-extended-button a:active, .custom-gview-table .gview-extended-button a:focus {
	text-decoration: none;
	outline: none;
}