/**
 * Css for Notifications
 */
body.header--light header.AF__header .header__body ul.ntf-wrapper-header-light {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
header.AF__header .header__body .header__link.ntf-main:after {
  margin-left: 0.2rem;
}
header.AF__header .header__body .header__link.ntf-main a {
  margin-left: 0.4rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.0rem auto;
  background-image: url(../../img/tab1st/common/bell-blue.svg);
  padding: 2rem;
  position: relative;
  vertical-align: middle;
}
header.AF__header .header__body .header__link.ntf-main span.ntf-number {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: -14px 0 0 0;
  padding: 4px;
  color: #ffffff;
  background-color: #ed0000;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  font-size: 1.0rem;
}
header.AF__header .header__body .header__link.ntf-main span.ntf-number.ntf-empty {
  visibility: hidden;
}
header.AF__header .header__body .header__link.ntf-main.ntf-opened {
  background-image: url(../../img/tab1st/common/chevron_top-blue.svg);
  background-repeat: no-repeat;
  background-position: 41% bottom;
  background-size: 20px;
}
header.AF__header .header__body .header__link.ntf-main.ntf-opened a {
  color: #ffffff;
  font-weight: bold;
  background-color: #051039;
  background-image: url(../../img/tab1st/common/bell-white.svg) !important;
}
.ntf-container {
  position: absolute;
  color: #051039;
  background-color: #ffffff;
  padding: 0px;
  border: 0.35rem solid #051039;
  width: 30%;
  min-width: 450px;
}
.ntf-container h3 {
  color: #ffffff;
  margin: 0 0 10px 0;
  text-align: center;
  display: none;
}
.ntf-container .ntf-preferences {
  border-bottom: 1px solid #051039;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
  min-width: 3rem;
  padding-right: 2rem;
  /* switch */
}
.ntf-container .ntf-preferences .ntf-switch {
  display: inline-block;
  margin-left: 2rem;
  vertical-align: middle;
}
.ntf-container .ntf-preferences .onoffswitch {
  position: relative;
  width: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ntf-container .ntf-preferences .onoffswitch-checkbox {
  display: none;
}
.ntf-container .ntf-preferences .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 25px;
}
.ntf-container .ntf-preferences .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.ntf-container .ntf-preferences .onoffswitch-inner:before,
.ntf-container .ntf-preferences .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 12px;
  padding: 0;
  line-height: 12px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.ntf-container .ntf-preferences .onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background-color: #051039;
  color: #FFFFFF;
}
.ntf-container .ntf-preferences .onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background-color: #CCCCCC;
  color: #333333;
  text-align: right;
}
.ntf-container .ntf-preferences .onoffswitch-switch {
  display: block;
  width: 20px;
  margin: -4px;
  background: #A1A1A1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  border: 2px solid #999999;
  border-radius: 25px;
  transition: all 0.3s ease-in 0s;
}
.ntf-container .ntf-preferences .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.ntf-container .ntf-preferences .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: #051039;
  border: 2px solid #051039;
}
.ntf-container .ntf-item-list {
  border-bottom: 0.1rem solid #ffffff;
  padding: 1rem 2rem 1rem 3rem;
  background-color: #dff2fd;
  background-image: url(../../img/tab1st/common/triangle_right-red.svg);
  background-repeat: no-repeat;
  background-position: 1rem 30%;
  background-size: 6px auto;
}
.ntf-container .ntf-item-list a {
  display: block;
}
.ntf-container .ntf-item-list h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  white-space: normal;
}
.ntf-container .ntf-item-list p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.ntf-container .ntf-item-list span.readmore {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
}
.ntf-container .ntf-item-list.isRead {
  background-color: transparent;
  color: #767676;
}
.ntf-container .ntf-item-list.isRead a,
.ntf-container .ntf-item-list.isRead h4,
.ntf-container .ntf-item-list.isRead p,
.ntf-container .ntf-item-list.isRead span {
  color: #767676;
}
