﻿.ui-datatable {
  margin-top: 0 !important;
}
/****************************************
  ヘッダ部 
****************************************/
.datatables-outline-header {
  display: flex;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 4px
}
/** ヘッダ部：検索件数エリア */
.datatables-search-count-area {
}
/** ヘッダ部：追加表示エリア */
.datatables-additional-area {
  flex: 1 0 0;
}
/** ヘッダ部：ページングエリア */
.datatables-pager-area {
}
/** ヘッダ部：表示件数エリア */
.datatables-view-count-area {
}

/****************************************
  検索件数
****************************************/
.dataTables_info {
  padding-top: 0 !important;
}

/****************************************
  ページング
****************************************/
.dataTables_paginate {
  padding-top: 0 !important;
}
.uk-pagination {
  margin-bottom: 0 !important;
}
.uk-pagination > .paginate_button {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: bold !important;
}
.uk-pagination > .paginate_button:hover {
  background: inherit !important;
  border: 1px solid transparent !important;
}
.uk-pagination > .paginate_button:first-child {
  margin-right: 8px !important;
}
.uk-pagination > .paginate_button:last-child {
  margin-left: 8px !important;
}
/** ページャーボタン：全体設定 */
.uk-pagination > .paginate_button > span,
.uk-pagination > .paginate_button > a {
  color: #fff;
  padding: 1px !important;
  background: linear-gradient(to top, #41A448, #58AD5E) !important;
  text-shadow: inherit !important;
}
.uk-pagination > .paginate_button > a:hover {
  background: linear-gradient(to top, #90D795, #B3E9B7) !important;
  color: #fff;
}
/** ページャーボタン：アクティブなボタン */
.uk-pagination > .uk-active > span,
.uk-pagination > .uk-active > a {
  background: linear-gradient(to top, #90D795, #B3E9B7) !important;
  color: blue;
}
/** ページャボタン：非活性なボタン */
.uk-pagination > .uk-disabled > span,
.uk-pagination > .uk-disabled > a {
  background: linear-gradient(to top, #90D795, #B3E9B7) !important;
}

/****************************************
  表示件数
****************************************/
.datatables-view-count {
  width: 60px !important;
  font-weight: bold !important;
  margin-left: 1em !important;
  margin-right: 1em !important;
  color: #fff !important;
  background: linear-gradient(to top, #41A448, #58AD5E) !important;
}

.datatables-view-count option {
  color: black;
}

/****************************************
  Datatables
****************************************/
.even {
  background: none repeat scroll 0 0 #edf6ef;
  background-color: #edf6ef !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  text-align: center !important;
  padding-right: 15px !important;
  cursor: pointer;
}
table.dataTable thead .sorting:hover,
table.dataTable thead .sorting_asc:hover,
table.dataTable thead .sorting_desc:hover {
  background: linear-gradient(to top, #41A448, #58AD5E) !important;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 0.5em;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: .0em;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  bottom: 1em !important;
}

table.dataTable tbody td {
  padding: 4px 10px;
}
.ui-datatable-selectable > td {
  cursor: pointer;
}
.uk-table-striped > tbody > tr:hover {
  box-shadow: 0px 0px 8px #85b2cb;
}
.uk-table-striped > thead> tr > th {
  padding: 4px 0px !important;
}