
/*
 * Table
 */
 table {
    border-collapse:collapse;

}
table a {
    font-size: 12px;
    text-decoration: none;
    color: #03F;
}

.dataTables_length {
    position: absolute;
    top: -29px;
    right: 136px;
    display: inline-block;
    color: #ddd;
    height: 17px;
}

.dataTables_filter {
    position: absolute;
    top: -35px;
    right: 8px;
    display: inline-block;
    color: #ddd;
    height: 17px;
}

.dataTables_wrapper .dataTables_length select {
    background-color: #ddd;
    border: 1px solid #bbb;
    border-radius: 2px;
    height: 17px;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter input {
    background-color: #ddd;
    border: 1px solid #bbb;
    border-radius: 2px;
   
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
    color: #ddd;
    text-shadow: 0 1px 0 #222;
   
    font-size: 12px;
}


table.dataTable {
	margin:0px auto;
	clear: both;
	width: 100%;
	 -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; border-top-left-radius:4px; border-top-right-radius:4px;
}

table.dataTable thead {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid #A5A5A5;
	color:#000;
	cursor: pointer;
	*cursor: hand;
	background:#D5D5D5;	
	 -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; border-top-left-radius:4px; border-top-right-radius:4px;
}

table.dataTable thead th {
	padding: 10px 15px 10px 1px;
	border-right: 1px solid #A5A5A5;
	cursor: pointer;
	*cursor: hand;
	color:#000;
	font-size:12px;
	vertical-align: middle;
}
table.dataTable thead th:last-of-type {
    border-right: none;
}

table.dataTable tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.dataTable td {
	padding: 10px 10px; font-size:12px; border-right: 1px solid #A5A5A5;    vertical-align: middle;
}
table.dataTable td:last-child
{border-right:none;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
	text-align: center;
}

table.dataTable tr.odd { background-color: #f6f6f6; border-bottom:1px solid #ddd; }
table.dataTable tr.even { background-color: white; border-bottom:1px solid #ddd; }

/*table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }*/


table.dataTable tr.odd td.sorting_1 { background-color: #A7A7A7; color:#ffffff; }
table.dataTable tr.odd td.sorting_2 { background-color: #A7A7A7; color:#ffffff; }
table.dataTable tr.odd td.sorting_3 { background-color: #A7A7A7; color:#ffffff; }
table.dataTable tr.even td.sorting_1 { background-color: #A7A7A7; color:#ffffff; }
table.dataTable tr.even td.sorting_2 { background-color: #A7A7A7; color:#ffffff; }
table.dataTable tr.even td.sorting_3 { background-color: #A7A7A7; color:#ffffff; }


.tableFooter{ width:100%; float:left; background-color:#fff;  padding:4px 0px;}

a.b_action{ color:#551a8b; font-size:12px; padding:0px 5px; border-right:1px solid #454545; margin:0px 2px; text-decoration:none;}
a.b_action:last-child{ border-right:0px;}
/*
 * Table wrapper
 */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}


/*
 * Page length menu
 */
.dataTables_length { width:200px; float:left; }

.dataTables_length label{ font-size:12px; margin-right:5px; padding-top:7px;}

.dataTables_filter { float: right; text-align: right;}


/* Table information */
.dataTables_info {
    margin: 7px 12px;
    clear: both;
    float: left;
    color: #292929 !important;
    text-shadow: 0 1px 0 #fff;
    font-size: 10px;
    font-weight: 400;
}


/*
 * Pagination
 */
.dataTables_paginate {
	float: right;
	text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}

.paginate_enabled_previous { background: url('../back_enabled.html') no-repeat top left; }
.paginate_enabled_previous:hover { background: url('../back_enabled_hover.html') no-repeat top left; }
.paginate_disabled_previous { background: url('../png/back_disabled.png') no-repeat top left; }

.paginate_enabled_next { background: url('../png/forward_enabled.png') no-repeat top right; }
.paginate_enabled_next:hover { background: url('../forward_enabled_hover.html') no-repeat top right; }
.paginate_disabled_next { background: url('../forward_disabled.html') no-repeat top right; }

/* Full number pagination */
.paging_full_numbers {
	width:auto;
	margin:5px 0px;
	height:25px;
	line-height: 25px;
	margin-right:10px;
}
.paging_full_numbers a:active {
	outline: none
}
.paging_full_numbers a:hover {
	text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
	border: 1px solid #c1c1c1;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:3px 9px;
	margin: 0 1px;
	cursor: pointer;
	*cursor: hand;
	color: #333;
	font-size:12px;
}

.paging_full_numbers a.paginate_button {
	background-color: #fff;
}

.paging_full_numbers a.paginate_button:hover {
	background-color: #ccc;
	text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
	background-color: #A7A7A7;
	color:#fff;
	border: 1px solid #A7A7A7;
}


/*
 * Processing indicator
 */
.dataTables_processing {
	position: absolute;
	top: 60%;
	left: 58%;
	width: 60px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border:0px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	
}


/*
 * Sorting
 */
.sorting { background: url('../png/sort_both.png') no-repeat center right #dbdbdb;}
.sorting_asc { background: url('../png/sort_both.png') no-repeat center right #eee; }
.sorting_desc { background: url('../png/sort_desc.png') no-repeat center right #eee; }

.sorting_asc_disabled { background: url('../sort_asc_disabled.html') no-repeat center right #eee; }
.sorting_desc_disabled { background: url('../sort_desc_disabled.html') no-repeat center right #eee; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}


/*
 * Scrolling
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch;
}

@media(min-width:480px) and (max-width:639px) {


.dataTables_filter {
    float: left;
    text-align: right;
	margin-top:10px;
}

}

@media(min-width:320px) and (max-width:480px) {
	
.dataTables_filter {
    float: left;
    text-align: right;
	margin-top:10px;
	 /* color: red; */

} 

/* .dataTables_wrapper .dataTables_length {
	z-index: 9999;
	position: absolute;
	left: 0;
	margin-left: 8px;
	top: -25px;

}
.dataTables_wrapper .dataTables_filter {
	z-index: 9999;
	position: absolute;
	top: -35px;
	right: 3;
} 
div.dataTables_wrapper div.dataTables_length select {
	width:80px;
}
div.dataTables_wrapper div.dataTables_filter {
	width:180px;
} */
}
@media screen and (max-width: 768px){
    table.dataTable td {
        padding: 7.5px 6px;
        font-size: 12px;
        border-right: 1px solid #A5A5A5;
        vertical-align: middle;
    }
}


/* .dataTables_length {
    position: absolute;
    top: -29px;
    right: 136px;
    display: inline-block;
    color: #ddd;
    height: 17px;
}
.dataTables_filter {
    z-index: 9999;
    position: absolute;
    top: -45px;
    right: 0;
} */