html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear_float_both {
  clear: both;
}
.clear_float_left {
  clear: left;
}
.clear_float_right {
  clear: right;
}
/* clear float */
.wrapp-filter ul {
  list-style: none;
  overflow: auto;
  border-top: 1px solid #dfdfdf;
  padding-top: 18px;
  margin-top: 10px;
}
.wrapp-filter ul .list_show_row {
  float: left;
}
.wrapp-filter ul .list_show_row .show_result_row {
  padding-right: 35px;
}
.wrapp-filter ul .list_show_row .show_result_row span {
  font-weight: bold;
}
.wrapp-filter ul .list_search_row {
  float: right;
}
#show_list_row {
  margin: 0 7px;
}
/* table */
table {
  text-align: center;
}
/* */
#controll_filter {
  overflow-Y: auto;
  padding-top: 9px;
  padding-left: 9px;
  margin-bottom: 17px;
}
#controll_filter .box_filter {
  display: inline-block;
  margin: 0 9px 9px 0;
  border: 1px solid #585656;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 33px;
  padding: 0 11px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#controll_filter .box_filter input {
  cursor: pointer;
}
.panel_line {
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background-color: #e6e6e6;
  /*#dfdfdf*/
  padding: 0 13px 13px;
  margin-bottom: 30px;
}
/* table style*/
#post_list,
#post_list td,
#post_list th {
  border: 1px solid #545454;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
#post_list thead th,
#post_list td thead th,
#post_list th thead th {
  background-color: #717171;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
}
#post_list tbody tr,
#post_list td tbody tr,
#post_list th tbody tr {
  background-color: #e6e6e6;
}
#post_list tbody tr:nth-child(2n+1),
#post_list td tbody tr:nth-child(2n+1),
#post_list th tbody tr:nth-child(2n+1) {
  background-color: #abd5ff;
  /*#007fff54;*/
}
/* row to pagination */
.box_wrapper_pagination {
  background-color: transparent!important;
}
.box_wrapper_pagination .wrapper_pagination {
  border: none;
  padding: 25px 0;
}
/* style on page table */
#post_list {
  font-size: 10pt;
  font-family: Calibri, sans-serif;
}
TABLE {
  border: 1px solid #dfdfdf;
}
TD,
TH {
  padding: 3px;
}
TH {
  text-align: left;
  color: #3636 3;
}
.cust-table {
  margin: 35px 0px;
}
.cust-table th {
  padding: 10px;
}
table.dataTable tr.odd {
  background-color: #eeeeee;
}
table.dataTable tr.even td.sorting_1 {
  background-color: #ffffff;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f2aa1b;
}
/*  */
.wrapper_pagination {
  text-align: center;
  padding: 20px 0;
}
.wrapper_pagination ul {
  list-style: none;
}
.wrapper_pagination ul li {
  display: inline-block;
}
.wrapper_pagination ul li a {
  cursor: pointer;
}
.wrapper_pagination ul li a,
.wrapper_pagination ul li span {
  display: block;
  border: 1px solid #2d2d2d;
  padding: 5px 8px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 1.3em;
}
.wrapper_pagination ul li a:hover {
  background-color: #353535;
  color: #fff;
}
.wrapper_pagination ul li span.active {
  background-color: #5d5d5d;
  color: #fff;
  text-decoration: underline;
}
.wrapper_reg {
  overflow-x: auto;
}
/* media query */
@media screen and (max-width: 915px) {
  .wrapp-filter ul {
    list-style: none;
    overflow: auto;
    border-top: 1px solid #dfdfdf;
    padding-top: 18px;
    margin-top: 10px;
  }
  .wrapp-filter ul .list_show_row {
    float: none;
  }
  .wrapp-filter ul .list_show_row .show_result_row {
    padding-right: 35px;
  }
  .wrapp-filter ul .list_show_row .show_result_row span {
    font-weight: bold;
  }
  .wrapp-filter ul .list_search_row {
    float: none;
  }
}
/*# sourceMappingURL=style.css.map */