

/*version 1*/

.pagination_action {
	text-align: center;
	vertical-align: middle;
}

.search {
	float: right;
	margin-bottom: 10px;
	font-size: 12px;
}

.chekbox_action {
	float: left;
}

#search_data {
	height: 25px;
}



.table>thead>tr>th {
	border-bottom: 2px solid #000;
	margin-bottom: 10px;
	padding: 2px;
	/* text-align: center; */
	color: #000;
	/* background: #B0BEC5; */
	vertical-align: middle;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.table>tfoot>tr>td {
	font-weight: normal;
	margin-bottom: 12px;
}

.table>tbody>tr>td {
	/* padding: 1px; */
}

td {
	font-size: 14px;
}

.table tfoot {
	border-top: 2px solid #000;
	text-align: right;
	vertical-align: middle;
}

.table tr:nth-child(even) {
	background-color: #f2f2f2
}

#page li {
	display: inline;
}

.pagination_detail {
	/* width: 170px; */
	/*max-width: 100%;*/
	/*width: 50px;*/
}

.pagination_action {
	width: 70px;
}

.btn_delete {
	background-color: #f24537;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 3px #810e05;
}

.btn_delete:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537', GradientType=0);
	background-color: #c62d1f;
}

.btn_delete:active {
	position: relative;
	top: 1px;
}

.btn_edit,
.btn_edit_custom {
	background-color: #2196F3;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #337fed;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
	padding: 5px 5px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #1570cd;
}

.btn_edit:hover,
.btn_edit_custom:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background: -moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background: -webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background: -o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background: -ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background: linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6', GradientType=0);
	background-color: #1e62d0;
}

.btn_edit:active,
.btn_edit_custom:active {
	position: relative;
	top: 1px;
}

.btn_detail {
	background-color: #4CAF50;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #607D8B;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 3px;
	text-decoration: none;
	padding: 5px;
}

.btn_detail:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
	background-color: #e9e9e9;
}

.btn_detail:active {
	position: relative;
	top: 1px;
}

btn.btn_detail:before {
	font-family: FontAwesome;
	content: "\f00c";
}

button.btn_delete:before {
	font-family: FontAwesome;
	content: "\f057";
}

button.btn_edit:before,
button.btn_edit_custom:before {
	font-family: FontAwesome;
	content: "\f040";
}

.page {
	font-family: 'sans-serif';
	display: inline-block;
	padding: 0px 9px;
	margin-right: 4px;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	color: #000;
}

.page:hover,
.page.gradient:hover {
	border-radius: 2px;
	background: #45484d;
	/* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
	color: #fff;
}

.page.active {
	border: 2px;
	background: #616161;
	box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.page.gradient {
	background: #fff;
}

