html {
  color: #000;
  background: #fff;
}

*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

select,
input,
button,
textarea {
  font-family: inherit;
  font-size: 99%;
  line-height: inherit;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.m-pagination-group > button {
  display: none;
}

.m-pagination-group > input {
  width: 28px;
  height: 28px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d5dae3;
}

.jp-ft {
  float: left;
  margin: 0 5px;
}

.m-pagination-jump {
  width: auto;
  line-height: 30px;
}

.m-pagination-page > li > a {
  height: 28px;
  line-height: 28px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d5dae3;
}

.m-pagination-page > li {
  margin-right: 8px;
}

.m-pagination-size .chosen-container {
  height: 30px;
  line-height: 30px;
}

.m-pagination-size .chosen-container-single .chosen-single {
  height: 30px;
  line-height: 30px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #d5dae3;
}

.m-pagination-size .chosen-container-single .chosen-single span {
  height: 28px;
  line-height: 28px;
}

.m-pagination-page > li.active > a {
  color: #1b77f7;
  border-color: #1b77f7;
  background-color: #fff;
  font-weight: normal;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  color: #1b77f7;
  border-color: #1b77f7;
}

.m-pagination-info {
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 12px;
}

.m-pagination-info > span {
  margin: 0;
  color: #333;
  font-weight: normal;
}

.m-pagination-size {
  padding-right: 10px;
}

.m-pagination-size .chosen-container-single .chosen-single div b {
  height: 28px;
  background-position: 4px 5px;
}

.m-pagination-page {
  padding-right: 0;
}

.m-pagination-size .chosen-container {
  min-width: 80px;
}

.m-pagination-size .chosen-container-single .chosen-drop {
  top: auto;
  bottom: 100%;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
}

.m-pagination-size .chosen-container .chosen-results li {
  color: #333;
}

.m-pagination-size .chosen-container .chosen-results li.highlighted {
  background: #1b77f7;
}

.pager {
  margin-top: 32px;
  padding-bottom: 8px;
}