/* Button
-------------------------- */
/* Button
-------------------------- */
/* Button
-------------------------- */
/* BEM
 -------------------------- */
.e-pension-details .e-pension-details__wrapper {
  padding: 25px 0;
}

.e-pd-title {
  margin-bottom: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #ccd6eb;
}
.e-pd-title::before,
.e-pd-title::after {
  display: table;
  content: "";
}

.e-pd-title::after {
  clear: both;
}

.e-pd-title .e-pd-title__title {
  position: relative;
  float: left;
  color: #005096;
  font-size: 20px;
  font-weight: bold;
}
.e-pd-title .e-pd-title__title::after {
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #005096;
  content: "";
}

.e-pd-title .e-pd-title__content {
  float: right;
  height: 30px;
}

.e-pd-block {
  margin: 25px 0;
}

.e-pd-banner .e-pd-banner__login {
  margin-top: 40px;
}
.e-pd-banner .e-pd-banner__login button {
  padding-left: 60px;
  padding-right: 60px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #ffc819;
}
.e-pd-banner .e-pd-banner__login button:hover, .e-pd-banner .e-pd-banner__login button:focus, .e-pd-banner .e-pd-banner__login button:active {
  background: rgba(255, 200, 25, 0.9);
  border-color: rgba(255, 200, 25, 0.9);
}

.e-pd-elevator {
  padding-top: 25px;
  z-index: 10;
}
.e-pd-elevator .e-pd-elevator__list {
  /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); */
}
.e-pd-elevator .e-pd-elevator__list li {
  padding: 12px 25px;
  width: 100%;
  min-height: 50px;
  line-height: 1.5;
  background: #ffffff;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #dcdfe6;
  cursor: pointer;
}
.e-pd-elevator .e-pd-elevator__list li:hover {
  color: #ffffff;
  background: linear-gradient(145deg, #005096, #0f85bc);
}
.e-pd-elevator .e-pd-elevator__list li.is-active {
  color: #ffffff;
  background: linear-gradient(145deg, #005096, #0f85bc);
}

.e-pd-elevator .e-pd-elevator-panel {
  display: none;
  overflow: hidden;
}
.e-pd-elevator .e-pd-elevator-panel.is-show {
  display: block;
}

.e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__wrapper {
  background: #005096;
  border-top: 4px solid #ffc819;
  z-index: 90;
}

.e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__title {
  padding: 20px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__title h3 {
  margin-bottom: 15px;
  color: #80a8cb;
  font-size: 14px;
}
.e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__title p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__button {
  height: 50px;
  background: #005096;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  border: none;
}
.e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__button:hover, .e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__button:focus, .e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__button:active {
  color: #ffffff;
  background: rgba(0, 80, 150, 0.8);
}
.e-pd-elevator .e-pd-elevator-panel .e-pd-elevator-panel__button.is-single {
  width: 100%;
}

.e-overview-datacard {
  padding-top: calc(65rem / 14);
}
.e-overview-datacard .e-overview-datacard__data {
  color: #333333;
  font-size: 46px;
  font-weight: bold;
}

.e-overview-datacard .e-overview-datacard__title {
  margin-top: 2px;
  color: #7a7a7a;
  font-size: 16px;
}

.e-overview-datacard .e-overview-datacard__date {
  margin-top: 2px;
  color: #999999;
  font-size: 13px;
}

.e-baseinfo-table {
  width: 100%;
}
.e-baseinfo-table tr {
  border-bottom: 1px solid #dcdfe6;
}
.e-baseinfo-table tr:hover {
  background: #f8fafd;
}
.e-baseinfo-table td {
  padding: 20px 0;
  font-size: 15px;
}
.e-baseinfo-table .e-baseinfo-table__label {
  padding: 0 10px;
  width: 115px;
  color: #333333;
  font-size: 15px;
  white-space: nowrap;
}

.e-baseinfo-table .e-baseinfo-table__content {
  padding: 0 40px 0 10px;
  color: #7a7a7a;
  font-size: 15px;
}

.e-netValue-table {
  width: 100%;
}
.e-netValue-table thead tr th,
.e-netValue-table thead tr td {
  width: 25%;
  background: #005096;
  text-align: center;
}
.e-netValue-table thead tr th span,
.e-netValue-table thead tr td span {
  display: inline-block;
  padding: 20px 0;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}
.e-netValue-table tr:hover td {
  background: #f8fafd;
}
.e-netValue-table td {
  padding: 20px 0;
  color: #333333;
  font-size: 15px;
  text-align: center;
  border: 1px solid #d9e4f3;
}
.e-netValue-table td:nth-child(2n-1) {
  background: #f8fafd;
}

.e-pd-search {
  display: inline-block;
  height: 30px;
  font-size: 0;
}
.e-pd-search::before,
.e-pd-search::after {
  display: table;
  content: "";
}

.e-pd-search::after {
  clear: both;
}

.e-pd-search .e-pd-search__inner {
  display: inline-block;
  position: relative;
  float: left;
}
.e-pd-search .e-pd-search__inner::after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 12px;
  height: 15px;
  background: url(../../assets/images/icons/icon_search_light.png) center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  content: "";
}
.e-pd-search .e-pd-search__inner input {
  padding-left: 30px;
  width: 180px;
  height: 30px;
  color: #333333;
  font-size: 13px;
  border: 1px solid #d6e1ea;
  transition: all 0.25s;
}
.e-pd-search .e-pd-search__inner input:hover, .e-pd-search .e-pd-search__inner input:focus, .e-pd-search .e-pd-search__inner input:active {
  border-color: #005096;
}

.e-pd-search .e-pd-search__button {
  display: inline-block;
  float: left;
}
.e-pd-search .e-pd-search__button button {
  height: 30px;
  padding: 0 18px;
  color: #005096;
  font-size: 14px;
  border-color: #d6e1ea !important;
  border-left: none;
}
.e-pd-search .e-pd-search__button button:hover, .e-pd-search .e-pd-search__button button:focus, .e-pd-search .e-pd-search__button button:active {
  border-color: #005096 !important;
}

.e-pb-tabs::before,
.e-pb-tabs::after {
  display: table;
  content: "";
}

.e-pb-tabs::after {
  clear: both;
}

.e-pb-tabs .e-pb-tab {
  display: inline-block;
  float: left;
  height: 36px;
  padding: 0 20px;
  color: #333333;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #dee8f8;
  transition: all 0.2s;
  cursor: pointer;
}
.e-pb-tabs .e-pb-tab + .e-pb-tab {
  border-left: none;
}
.e-pb-tabs .e-pb-tab:hover {
  background: #dee8f8;
}
.e-pb-tabs .e-pb-tab.is-active {
  background: #dee8f8;
}

.e-pb-item {
  position: relative;
  padding: 20px 0 20px 20px;
  transition: all 0.2s;
}
.e-pb-item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px;
  height: 1px;
  background: #e5eaf5;
  content: "";
}
.e-pb-item .e-pb-item__content {
  display: inline-block;
  padding-right: 100px;
  color: #333333;
  font-size: 15px;
}

.e-pb-item .e-pb-item__suffix {
  position: absolute;
  top: 50%;
  right: 0;
  color: #999999;
  font-size: 14px;
  transform: translateY(-50%);
  z-index: 1;
}

.e-date-range-picker{
  width: 185px !important;
  height: 35px;
  line-height: 35px;
  background: none;
  border: none;
  border-bottom: 1px solid #ccd6eb;
  color: #979797;
  font-weight: normal;
  padding-left: 10px;
}

.e-date-range-Active {
  color: #005096 !important;
  border-bottom: 1px solid #005096 !important;
}
