/*
 * Table styles
 */

/*.FixedHeader_Cloned {display:none; }*/
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  background-color:#f7f7f7;  
  border-collapse: separate;
  border-spacing: 0;
}

table.display thead th::before {
  background-color:#f7f7f7;
 } 

table.display thead th {
  padding: 6px 5px 6px 10px;
  border-bottom: 1px solid #B3C6E9;
  font-weight: bold;
}

table.display thead th#acell {
	padding: 2px 5px 2px 10px;
	font-weight: bold;
  border-bottom: 1px solid #B3C6E9;
  background-color:#f7f7f7;    
	cursor: pointer;
	* cursor: hand;
}

table.display thead th#zeropad {
  padding: 0;
  background-color:#DDFFDD;  
	font-weight: bold;
  border-bottom: 1px solid #B3C6E9;  
	cursor: pointer;
	* cursor: hand;	
}

table.display thead th#hcell {
	padding: 7px 5px 1px 10px;
  background-color:#f7f7f7;  
  border-bottom: 1px solid #B3C6E9;  
	font-weight: bold;	
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
  padding: 7px 18px 7px 10px;
  border-top: 1px solid #fff;
  font-weight: bold;
  background-color:#f7f7f7;
}

table.display {
	margin: 0 auto;
	clear: both;
}

table.display tr.heading2 td {
  border-bottom: 1px solid #fff;
}

table.display td {
  padding: 1px 2px;
  border-bottom:1px solid #ddd;
}

table.display td#cell {
  padding: 0px;
  border-bottom:1px solid #ddd;
}

table.display td.center {
  text-align: center;
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 0;
  /*border-bottom: 1px solid #fff;*/
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #fff;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: #f7f7f7 url("./imgs/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: #f7f7f7 url("./imgs/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: #f7f7f7 url("./imgs/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: #f7f7f7 url("./imgs/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: #f7f7f7 url("./imgs/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 1px;
}



table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}


table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  padding-top: 28px;	
  position: relative;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_filter {
	width: 35%;
	float: right;
	text-align: right;
	margin-top: -8px;
	margin-right: 4px;
  max-height: 35px;   
}

.dataTables_filter input {
  width:70px; padding-left: 2px;
}

.dataTables_filter input, .dataTables_length select {
	font-family:sans-serif;
	border-top: 1px solid #7cabc6;
	border-bottom: 1px solid #7cabc6;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color:#010101;
	font-size: 13px;
	box-shadow:inset 0 1px 2px #b6b6b6;
	-webkit-box-shadow:inset 0 1px 2px #b6b6b6;
	-moz-box-shadow:inset 0 1px 2px #b6b6b6;
}

/**/

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
}


.dataTables_info {
	width: 55%;
	float: left;
	margin-top: 8px;
	margin-left: 8px;	
  max-height: 35px;
  position:absolute;
  z-index:500;
  max-height: 35px;   
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #89aed6;
  background-color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #777;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #ccc;
  background-color: #89aed6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #224881;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 40px;
  text-align: center;
  font-size: 1.2em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #fff;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #fff;
}

