/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-info-banner {
  padding-top: 80px;
  width: 100%;
  height: 286px;
  background-image: linear-gradient(to right, #005096, #1884bc);
}
.e-info-banner .e-info-banner__title {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

.e-info-menu {
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.e-info-menu.is-float {
  position: fixed;
  z-index: 99;
}

.e-info-menu .e-info-menu__item {
  height: 56px;
  color: #333333;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}

.e-info-menu .e-info-menu__item {
  transition: color 0.2s, background 0.25s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.e-info-menu .e-info-menu__item:hover {
  color: #ffffff;
  background: #24bbe1;
}

.e-info-menu .e-info-menu__content, .e-info-menu .e-info-menu__title {
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.e-info-menu .e-info-menu__submenu {
  height: 56px;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
.e-info-menu .e-info-menu__submenu.is-open {
  height: auto;
}

.e-info-menu .e-info-menu__submenu .e-info-menu__item {
  border-bottom: 1px solid #dcdfe6;
}
.e-info-menu .e-info-menu__submenu .e-info-menu__item:last-child {
  border-bottom: none;
}

.e-info-menu .e-info-menu__submenu.is-root > .e-info-menu__title, .e-info-menu .e-info-menu__submenu.is-root > .e-info-menu__content, .e-info-menu .e-info-menu__item.is-root > .e-info-menu__title, .e-info-menu .e-info-menu__item.is-root > .e-info-menu__content {
  color: #ffffff;
  background-image: linear-gradient(to right, #005096, #1884bc);
}

.e-info-disclosure {
  padding: 100px 0 70px 0;
}
.e-info-disclosure .e-pagination {
  margin-top: 32px;
  text-align: right;
}
.e-info-disclosure .e-pagination .e-pagination-size-options {
  float: left;
}
.e-info-disclosure .e-info-disclosure__form {
  padding: 20px 0;
}

.e-info-sortable {
  display: inline-block;
  margin-left: 10px;
}
.e-info-sortable .e-info-sortable__wrapper {
  position: relative;
}
.e-info-sortable .e-info-sortable__wrapper:hover .e-info-sortable__menu {
  transform: scaleY(1);
  transform-origin: 0% 0%;
  opacity: 1;
  pointer-events: all;
}

.e-info-sortable .e-info-sortable__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transform: scaleY(0.8);
  transform-origin: 0% 0%;
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 9;
}
.e-info-sortable .e-info-sortable__menu li {
  width: 100%;
  height: 40px;
  background: #ffffff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.e-info-sortable .e-info-sortable__menu li:hover {
  color: #ffffff;
  background: #24bbe1;
}
.e-info-sortable .e-info-sortable__menu li.is-active {
  color: #ffffff;
  background: #24bbe1;
}

.e-info-search {
  height: 42px;
  line-height: 42px;
}
.e-info-search > input {
  float: left;
  padding: 0 20px;
  width: 54%;
  height: 100%;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  transition: all .3s;
}
.e-info-search > input:hover{
  border:1px solid #296CA6;
}
.e-info-search > input:active{
  border:1px solid #005096;
}
.e-info-search > input::placeholder {
  color: #7a7a7a;
}

.e-info-search > button {
  float: right;
  width: 12%;
  height: 42px;
  margin-left: 15px;
}
.e-info-search .datepicker-group {
  position: relative;
  float: left;
  width: 30%;
  height: 42px;
  line-height: 42px;
  margin-left: 15px;
  color: #999999;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
}
.e-info-search .datepicker-group::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 17px;
  background: url(../assets/images/icons/icon_calendar_active.png);
  background-size: cover;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
  content: '';
}
.e-info-search .datepicker-group [name=daterange] {
  position: absolute;
  padding: 0 35px 0 15px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

.e-info-item {
  position: relative;
  padding: 25px 20px;
  border-bottom: 1px solid #dcdfe6;
  transition: 0.2s;
}
.e-info-item::before,
.e-info-item::after {
  display: table;
  content: "";
}

.e-info-item::after {
  clear: both;
}

.e-info-item:hover {
  background: #f8fafd;
}
/* .e-info-item .e-info-item__left {
  max-width: 75%;
} */
.e-info-item .e-info-item__left h2 {
  margin-bottom: 10px;
  color: #929292;
  font-size: 14px; text-align: right;
}
.e-info-item .e-info-item__left p {
  color: #4d4d4d;
  font-size: 18px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  max-height: 50px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;line-height: 26px;
}

.e-info-item .e-info-item__right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.e-info-item .e-info-item__right > a {
  color: #000000;
  white-space: nowrap;
}
.e-info-item .e-info-item__right > a, .e-info-item .e-info-item__right > a:hover {
  text-decoration: none;
}

.category-label {
  padding: calc(20rem / 14) 0;
  border-bottom: 1px solid #dcdfe6;
}
.category-label::before,
.category-label::after {
  display: table;
  content: "";
}

.category-label::after {
  clear: both;
}

.category-label__buttons {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: -10px;
  margin-right: -10px;
}
.category-label__buttons > span {
  padding: 0 10px;
}
.category-label__buttons > span + span {
  border-left: 1px solid #dcdfe6;
}
.category-label__list {
  min-height: 42px;
  margin-bottom: -10px;
  padding-left: 20px;
  font-size: 0;
  overflow-x: auto;
}
.category-label__list > li {
  display: inline-block;
  margin: 0 0 10px 10px;
  padding: 0 10px;
  height: 32px;
  color: #ffffff;
  font-size: 14px;
  line-height: 32px;
  background: #005096;
  white-space: nowrap;
}
.category-label__list > li .close-btn {
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
}

.e-download-menu {
  line-height: 1.5715;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  text-align: left;
  list-style: none;
  outline: none;
}
.e-download-menu.is-float {
  position: fixed;
  z-index: 99;
}

.e-download-menu .e-download-menu__item {
  position: relative;
  margin-top: 5px;
  padding: 0 calc(35rem / 14) 0 calc(26rem / 14);
  height: calc(56rem / 14);
  color: #333333;
  font-size: 16px;
  line-height: calc(56rem / 14);
  background: #fff;
  cursor: pointer;
}
.e-download-menu .e-download-menu__item:first-child {
  margin-top: 0;
}
.e-download-menu .e-download-menu__item::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 7px;
  height: 12px;
  background: url("../assets/images/icons/icon_angle_right.png") center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}
.e-download-menu .e-download-menu__item > a {
  color: #333333;
  font-size: 16px;
}
.e-download-menu .e-download-menu__item:hover, .e-download-menu .e-download-menu__item.is-active {
  color: #ffffff;
  background-image: linear-gradient(to right, #005096, #1884bc);
}
.e-download-menu .e-download-menu__item:hover::after, .e-download-menu .e-download-menu__item.is-active::after {
  background: url("../assets/images/icons/icon_angle_right_active.png") center no-repeat;
}
.e-download-menu .e-download-menu__item:hover > a, .e-download-menu .e-download-menu__item.is-active > a {
  color: #ffffff;
}

.e-download-menu .e-download-menu__content, .e-download-menu .e-download-menu__title {
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
}
.e-date-picker .e-date-picker__wrapper input{background: #f8fafd;border-bottom: 1px solid #d6e1ea;}
.e-date-picker .e-date-picker__wrapper input:hover{background: #f8fafd;border-bottom: 1px solid #296CA6;}
.e-date-picker .e-date-picker__wrapper::after{bottom:-6px;}