/*
 * Table styles
 */
.aus-table thead th.sorting_asc,
.aus-table thead th.sorting_desc,
.aus-table thead th.sorting,
.aus-table thead td.sorting_asc,
.aus-table thead td.sorting_desc,
.aus-table thead td.sorting {
    padding-right: 1.25em;
}


.aus-table thead > tr > th:active,
.aus-table thead > tr > td:active {
    outline: none
}
.aus-table thead .sorting,
.aus-table thead .sorting_asc,
.aus-table thead .sorting_desc,
.aus-table thead .sorting_asc_disabled,
.aus-table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}
.aus-table thead .sorting:after,
.aus-table thead .sorting_asc:after,
.aus-table thead .sorting_desc:after,
.aus-table thead .sorting_asc_disabled:after,
.aus-table thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 0;
    display: block;
    font-family: 'linkicon';
    opacity: 0.9
}
.aus-table thead .sorting:after {
    opacity: 0.9;
    content: "\e5d7"
}
.aus-table thead .sorting_asc:after {
    content: "\e316"
}
.aus-table thead .sorting_desc:after {
    content: "\e313"
}
.aus-table thead .sorting_asc_disabled:after,
.aus-table thead .sorting_desc_disabled:after {
    color: #eee
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper  select,
.dataTables_wrapper  input { 
  display: inline-block!important;
  width: 100%;
  padding: 6px 12px;
	margin: 0 5px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataTables_wrapper  select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.dataTables_wrapper  .dataTables_length select { 
  width: auto;
}
.dataTables_wrapper .dataTables_filter input { 
  width: auto;
}
.dataTables_wrapper  .dataTables_length select::-moz-placeholder,
.dataTables_wrapper .dataTables_filter input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.dataTables_wrapper  .dataTables_length select:-ms-input-placeholder,
.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder {
  color: #999;
}
.dataTables_wrapper  .dataTables_length select::-webkit-input-placeholder,
.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
  color: #999;
}
.dataTables_wrapper  .dataTables_length select[disabled],
.dataTables_wrapper  .dataTables_length select[readonly],
fieldset[disabled] .dataTables_wrapper  .dataTables_length select,
.dataTables_wrapper .dataTables_filter input[disabled],
.dataTables_wrapper .dataTables_filter input[readonly],
fieldset[disabled] .dataTables_wrapper .dataTables_filter input {
  background-color: #eee;
  opacity: 1;
}
.dataTables_wrapper  .dataTables_length select[disabled],
fieldset[disabled] .dataTables_wrapper  .dataTables_length select,
.dataTables_wrapper .dataTables_filter input[disabled],
fieldset[disabled] .dataTables_wrapper .dataTables_filter input {
  cursor: not-allowed;
}
textarea.dataTables_wrapper .dataTables_wrapper  .dataTables_length select,
textarea.dataTables_wrapper .dataTables_filter input {
  height: auto;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  -webkit-appearance: none;
}
.dataTables_wrapper  .dataTables_filter label,
.dataTables_wrapper  .dataTables_length label {
    font-weight:normal;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.300em;
}

.pagination {
	margin: 0;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-top:-20px;
  font-size: 0.875em;
  font-weight: normal;
}


.dataTables_wrapper .dataTables_paginate {
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #595959 !important;
  border: 1px solid transparent;
  background-color: white;
  cursor: auto;
  text-decoration: none;
}
.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: #595959 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid transparent;
  color: #fff;
  background-color: #255A88;
  border-color: #204d74;
  text-decoration:none;
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
  display: inline-block;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing {
  float: left;
}
.dataTables_wrapper .dataTables_paginate {
	float: right;
}
.dataTables_wrapper .form-group {
	margin: 0;
}
.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, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.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 #111;
}
.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;
}
.dataTables_wrapper .btn-group {
	margin: 0 5px;
}
@media screen and (max-width: 768px) {
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .btn-group {
	float:none!important;
}
.dataTables_wrapper .btn-group {
	margin: 0;
}
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
	  float: none;
  }
}