.table > thead > tr {
	background: #11974d;
}
.table > thead > tr > th {
	font-weight: 600;
	font-size: 14px;
	text-align: center !important;
	padding: 10px;
	color: #fff;
	border: 1px solid #00863c;
	vertical-align: middle;
}
.table > tbody > tr > td {
	font-weight: 400;
	font-size: 14px;
	text-align: center !important;
	vertical-align: middle !important;
	padding: 8px;
	border-top: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.table > tbody > tr > td > img {
	width: 40px;
	cursor: pointer;
}
.img_pop_close {
	top: -16px;
	position: absolute;
	opacity: 1;
	color: #fff !important;
	right: -16px;
}
.table > tbody > tr > td i {
	padding: 0 6px 0 0;
	display: inline;
}
.table > tbody > tr > td a {
	color: #333;
}
.table > tbody > tr > td > .send_btn {
	color: #fff;
}
.dataTables_wrapper .dataTables_filter label {
	font-weight: 400 !important;
	font-size: 15px;
	float: right;
	text-align: right;
	padding: 10px 0;
	margin: 0;
}
.dataTables_wrapper .dataTables_filter label input {
	margin: 0 0 0 5px;
	padding: 2px 5px;
	border: 1px solid #999;
}
.dataTables_wrapper .dataTables_length label {
	font-weight: 400 !important;
	font-size: 15px;
	float: left;
	padding: 10px 0;
	margin: 0;
}
.dataTables_wrapper .dataTables_length label select {
	border: 1px solid #999;
}
.dataTables_wrapper .dataTables_info {
	font-weight: 400 !important;
	font-size: 14px;
	clear: both;
	float: left;
	padding: 10px 0;
}
table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding: 4px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	border: none;
	background: #11974d;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 2px 8px;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	cursor: hand;
	color: #000 !important;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 13px;
}
table.dataTable thead .sorting {
	background: url(../images/sort_both.png) no-repeat center right;
}
table.dataTable thead .sorting_asc {
	background: url(../images/sort_asc.png) no-repeat right;
}
table.dataTable thead .sorting_desc {
	background: url(../images/sort_desc.png) no-repeat right;
}
table.dataTable thead .sorting_asc_disabled {
	background: url(../images/sort_asc_disabled.png) no-repeat right;
}
table.dataTable thead .sorting_desc_disabled {
	background: url(../images/sort_desc_disabled.png) no-repeat right;
}

@media only screen and (min-width: 200px) and (max-width: 991px) {
table, thead, tbody, th, td, tr {
	display: block;
}
thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
tr {
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}
td {
	border: none;
	position: relative;
	padding-left: 25% !important;
}
td:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45%;
	padding: 10px 8px;
	white-space: normal;
	text-align: left;
	font-weight: 600;
}
.dataTables_wrapper .dataTables_info {
	width: 100%;
	text-align: center;
}
.dataTables_wrapper .dataTables_paginate {
	float: left;
	width: 100%;
	text-align: center;
}
.dataTables_wrapper .dataTables_length label {
	width: 100%;
	text-align: center;
}
.dataTables_wrapper .dataTables_filter label {
	width: 100%;
	text-align: center;
}
.dataTables_wrapper .dataTables_filter label input {
	margin: 0;
	width: 100%;
	height: 35px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 8px 12px;
}
}
