/*
MooDataTable CSS
Unless specified most of the properties can be changed to achieve a custom look...
*/
div.wrapper-mootables{
	overflow-x: auto;
	border: 1px solid #dddddd;
}



div.moo-table {
	font-family: calibri;
	font-size: 12pt;
	width: 100%;
	margin-bottom: 1%;
}

div.moo-table table {
	width: 100%; !important
	padding: 0;
	margin: 0;
	border-spacing: 0;
	text-align: left;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0; 
}

div.moo-table table thead tr.sort th {

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(0, 0, 0);
	font-weight: bold;
	color: #000;

	padding: 10px 20px;
	cursor: pointer;
	line-height: 1.1em;
	white-space: nowrap;
}


div.moo-table table thead tr.sort th.moo-active-asc {
	background: url('/assets/images/sort_asc.png') no-repeat center right;
}

div.moo-table table thead tr.sort th.moo-active-desc {
	background: url('/assets/images/sort_desc.png') no-repeat center right;
}
.moo-table thead tr.sort th { background: url('/assets/images/sort_both.png') no-repeat center right; }

.moo-table thead tr.filter th{
	padding: 5px;
}

.moo-table thead tr.filter,
.moo-table thead tr.filter .btn {
	font-size: 10px !important;
}


div.moo-table table tbody tr {
	background: #fff;
	
}

div.moo-table table tbody tr.moo-table-even td{
	background: #efefef;
}

div.moo-table table tbody tr:hover {
	background: #FFFFC6;
}

/*
div.moo-table table tbody td {
	padding: 5px 5px 5px 7px;
	font-size: 0.9em;
	border-bottom: 1px solid #bbb;
	text-align: left;
	white-space: nowrap;
}

div.moo-table table tbody td.sorting,
div.moo-table table thead th.moo-active-column{ 
	color: #333;
	background-color: #f2f2f2 !important;
}
*/

div.moo-table table tbody td.number,
div.moo-table table thead th.number{ 
	text-align: right; 
}

div.moo-table table tbody tr.moo-table-last td {
	border: none;
}

div.moo-table tfoot {
	background: #444;
	font-size: 0.8em;
	color: #333;
	padding: 3px;
}

div.moo-table tfoot tr td{
	font-style: italic;
	background: #efefef;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
}
div.moo-table tfoot tr td.number{
	text-align: right;
	font-weight: bold;
}

div.moo-table tfoot a {
	color: #333;
}

.div-pagination{
	margin-top: 10px;
}

.moo-foot-right{
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.moo-foot-right a, 
.moo-foot-right span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	/* border-left-width: 0; */
	text-shadow: none !important;
	color: #0d638f;
}

.moo-foot-right a:hover {
	background-color: #f5f5f5;
}

.moo-foot-right span{
	background-color: #f5f5f5;
}

.moo-foot-right span.moo-active-page{
	color: #B9B9B9;
}

.moo-foot-left {
	float: left;
	padding-left: 8px;
}

.moo-foot-right {
	float: right;
	padding-right: 8px;
}

div.moo-table tfoot span.moo-foot-right a {
	margin-right: 3px;
	text-decoration: none;
}

div.moo-table tfoot span.moo-foot-right a:hover {
	text-decoration: underline;
}

div.moo-table tfoot span.moo-foot-right span {
	margin-right: 3px;
}

div.moo-table tfoot span.moo-foot-right span.moo-active-page {
	font-weight: bold;
	text-decoration: underline;
}


.moo-table table td,
  .moo-table table th {
    background-color: #fff;
    border-right: 1px solid #ddd;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .moo-table table {
    border-collapse: collapse !important;
  }
  .moo-table table-bordered th,
  .moo-table table-bordered td {
    border: 1px solid #ddd !important;
  }

  table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.moo-table table {
  width: 100%;
  margin-bottom: 20px;
}
.moo-table table > thead > tr > td,
.moo-table table > tbody > tr > td,
.moo-table table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.moo-table table > thead > tr > th {
  vertical-align: bottom;
}
.moo-table table > caption + thead > tr:first-child > th,
.moo-table table > colgroup + thead > tr:first-child > th,
.moo-table table > thead:first-child > tr:first-child > th,
.moo-table table > caption + thead > tr:first-child > td,
.moo-table table > colgroup + thead > tr:first-child > td,
.moo-table table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.moo-table table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.moo-table table .moo-table table {
  background-color: #fff;
}
.moo-table table-condensed > thead > tr > th,
.moo-table table-condensed > tbody > tr > th,
.moo-table table-condensed > tfoot > tr > th,
.moo-table table-condensed > thead > tr > td,
.moo-table table-condensed > tbody > tr > td,
.moo-table table-condensed > tfoot > tr > td {
  padding: 5px;
}
.moo-table table-bordered {
  border: 1px solid #ddd;
}
.moo-table table-bordered > thead > tr > th,
.moo-table table-bordered > tbody > tr > th,
.moo-table table-bordered > tfoot > tr > th,
.moo-table table-bordered > thead > tr > td,
.moo-table table-bordered > tbody > tr > td,
.moo-table table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.moo-table table-bordered > thead > tr > th,
.moo-table table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.moo-table table-striped > tbody > tr:nth-child(odd) > td,
.moo-table table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.moo-table table-hover > tbody > tr:hover > td,
.moo-table table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.moo-table table > thead > tr > td.active,
.moo-table table > tbody > tr > td.active,
.moo-table table > tfoot > tr > td.active,
.moo-table table > thead > tr > th.active,
.moo-table table > tbody > tr > th.active,
.moo-table table > tfoot > tr > th.active,
.moo-table table > thead > tr.active > td,
.moo-table table > tbody > tr.active > td,
.moo-table table > tfoot > tr.active > td,
.moo-table table > thead > tr.active > th,
.moo-table table > tbody > tr.active > th,
.moo-table table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.moo-table table-hover > tbody > tr > td.active:hover,
.moo-table table-hover > tbody > tr > th.active:hover,
.moo-table table-hover > tbody > tr.active:hover > td,
.moo-table table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.moo-table table > thead > tr > td.success,
.moo-table table > tbody > tr > td.success,
.moo-table table > tfoot > tr > td.success,
.moo-table table > thead > tr > th.success,
.moo-table table > tbody > tr > th.success,
.moo-table table > tfoot > tr > th.success,
.moo-table table > thead > tr.success > td,
.moo-table table > tbody > tr.success > td,
.moo-table table > tfoot > tr.success > td,
.moo-table table > thead > tr.success > th,
.moo-table table > tbody > tr.success > th,
.moo-table table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.moo-table table-hover > tbody > tr > td.success:hover,
.moo-table table-hover > tbody > tr > th.success:hover,
.moo-table table-hover > tbody > tr.success:hover > td,
.moo-table table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.moo-table table > thead > tr > td.info,
.moo-table table > tbody > tr > td.info,
.moo-table table > tfoot > tr > td.info,
.moo-table table > thead > tr > th.info,
.moo-table table > tbody > tr > th.info,
.moo-table table > tfoot > tr > th.info,
.moo-table table > thead > tr.info > td,
.moo-table table > tbody > tr.info > td,
.moo-table table > tfoot > tr.info > td,
.moo-table table > thead > tr.info > th,
.moo-table table > tbody > tr.info > th,
.moo-table table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.moo-table table-hover > tbody > tr > td.info:hover,
.moo-table table-hover > tbody > tr > th.info:hover,
.moo-table table-hover > tbody > tr.info:hover > td,
.moo-table table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.moo-table table > thead > tr > td.warning,
.moo-table table > tbody > tr > td.warning,
.moo-table table > tfoot > tr > td.warning,
.moo-table table > thead > tr > th.warning,
.moo-table table > tbody > tr > th.warning,
.moo-table table > tfoot > tr > th.warning,
.moo-table table > thead > tr.warning > td,
.moo-table table > tbody > tr.warning > td,
.moo-table table > tfoot > tr.warning > td,
.moo-table table > thead > tr.warning > th,
.moo-table table > tbody > tr.warning > th,
.moo-table table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.moo-table table-hover > tbody > tr > td.warning:hover,
.moo-table table-hover > tbody > tr > th.warning:hover,
.moo-table table-hover > tbody > tr.warning:hover > td,
.moo-table table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.moo-table table > thead > tr > td.danger,
.moo-table table > tbody > tr > td.danger,
.moo-table table > tfoot > tr > td.danger,
.moo-table table > thead > tr > th.danger,
.moo-table table > tbody > tr > th.danger,
.moo-table table > tfoot > tr > th.danger,
.moo-table table > thead > tr.danger > td,
.moo-table table > tbody > tr.danger > td,
.moo-table table > tfoot > tr.danger > td,
.moo-table table > thead > tr.danger > th,
.moo-table table > tbody > tr.danger > th,
.moo-table table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.moo-table table-hover > tbody > tr > td.danger:hover,
.moo-table table-hover > tbody > tr > th.danger:hover,
.moo-table table-hover > tbody > tr.danger:hover > td,
.moo-table table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.moo-table table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.moo-table table-responsive > .moo-table table {
margin-bottom: 0;
}
.moo-table table-responsive > .moo-table table > thead > tr > th,
.moo-table table-responsive > .moo-table table > tbody > tr > th,
.moo-table table-responsive > .moo-table table > tfoot > tr > th,
.moo-table table-responsive > .moo-table table > thead > tr > td,
.moo-table table-responsive > .moo-table table > tbody > tr > td,
.moo-table table-responsive > .moo-table table > tfoot > tr > td {
white-space: nowrap;
}
.moo-table table-responsive > .moo-table table-bordered {
border: 0;
}
.moo-table table-responsive > .moo-table table-bordered > thead > tr > th:first-child,
.moo-table table-responsive > .moo-table table-bordered > tbody > tr > th:first-child,
.moo-table table-responsive > .moo-table table-bordered > tfoot > tr > th:first-child,
.moo-table table-responsive > .moo-table table-bordered > thead > tr > td:first-child,
.moo-table table-responsive > .moo-table table-bordered > tbody > tr > td:first-child,
.moo-table table-responsive > .moo-table table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.moo-table table-responsive > .moo-table table-bordered > thead > tr > th:last-child,
.moo-table table-responsive > .moo-table table-bordered > tbody > tr > th:last-child,
.moo-table table-responsive > .moo-table table-bordered > tfoot > tr > th:last-child,
.moo-table table-responsive > .moo-table table-bordered > thead > tr > td:last-child,
.moo-table table-responsive > .moo-table table-bordered > tbody > tr > td:last-child,
.moo-table table-responsive > .moo-table table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.moo-table table-responsive > .moo-table table-bordered > tbody > tr:last-child > th,
.moo-table table-responsive > .moo-table table-bordered > tfoot > tr:last-child > th,
.moo-table table-responsive > .moo-table table-bordered > tbody > tr:last-child > td,
.moo-table table-responsive > .moo-table table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}

.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.moo-table table {
border-collapse: collapse !important;
}
.moo-table table-bordered th,
.moo-table table-bordered td {
border: 1px solid #ddd !important;
}

div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

div.dataTables_length label {
	float: left;
	text-align: left;
	margin-right: 1%;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
}

.moo-table table {
	clear: both;
	margin-bottom: 6px !important;
	max-width: none !important;
}

.moo-table table thead .sorting,
.moo-table table thead .sorting_asc,
.moo-table table thead .sorting_desc,
.moo-table table thead .sorting_asc_disabled,
.moo-table table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

.moo-table .wrapper-mootables table tbody tr.moo-table-even td {
	background-color: #f9f9f9;
}

.moo-table-empty{
	text-align: left !important;
	background: #FCDFDF !important;
	padding: 10px !important;
	font-style: italic !important;

}

#chart_options{
	padding: 1%;
}