#hkecl-content a:hover {
  padding-bottom: 0px;
  border-bottom: transparent;
}

span.call-to-action {
  font-size: 21px;
  font-family: "Microsoft JhengHei", "微軟正黑體", "Microsoft JhengHei", "Tahoma", "Verdana", "Arial", "sans-serif";
}

span.call-to-action a:hover{
  transition: color .2s ease-out, background .3s ease-in;
  color: #c93;
  cursor: pointer;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: none;
}

.searching-panel {
  border-radius: 0;
  padding: 10px 20px 5px;
  font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
  font-size: 100%;
}

.searching-panel p.searching-title {
  display: block;
  font-weight: bold;
  color: #747474;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 16px
}

.searching-panel ul.searching-keywords {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline;
  list-style: none;
  padding-left: 0;
}

.searching-panel ul.searching-keywords li.selected {
  border: #FF7400 solid 1px;
  border-radius: 3px;
  color: #676767;
}

.searching-panel ul.searching-keywords li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px 0 5px;
  border: 1px #D4D2D3 solid;
  border-radius: 3px;
  color: #676767;
}

.searching-panel ul.searching-keywords li input {
  width: auto;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.searching-panel ul.searching-keywords li label {
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
}

.searching-panel ul.searching-keywords li:hover {
  background-color: #FFFBC3;
  color: #000;
  transition: color .2s ease-out, background .3s ease-in;
}

#hkecl-content {
  font-size: 16px;
}

div.advance_book_search {
  padding: 0px 20px;
}

#AdvBkSearch_btnSearch {
  width: 100px;
  height: 35px;
  display: inline-block;
  transition: color 0s ease-out, background 0s ease-in;
  background-image: url(images/ReadingCity/search_icon.png);
  background-repeat: no-repeat;
  background-color: #f76943;
  background-position: 10px 5px;
  padding-left: 20px;
  border: none;
}

#advance_book_search_input {
  background-color: #efefef;
  padding: 20px 20px 10px;
  margin-top: 20px;
  margin-bottom: 0 !important;
  border-radius: 5px;
  margin-top: 20px;
}

#advance_book_search_input input {
  font-size: 16px;
  height: 35px;
  width: 60%;
  border-radius: 5px 0 0 5px;
}

div#advance_book_search_box {
  width: auto !important;
  margin-left: 0 !important;
  border-radius: 0 0 15px 15px;
  top: -5px !important;
  font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
  z-index: 10000;
}

div#advance_book_search_box {
  width: 760px;
  border: 2px #efefef solid;
  margin-left: 2px;
  padding: 20px;
  position: relative;
  background: white;
  top: -25px;
}

#advance_book_search_box ul {
  list-style: none;
  padding: 0;
  display: block;
}

div#advance_book_search_box li.ABS_category_filter {
  display: inline-block;
}

div#advance_book_search_box ul.subcategory_items {
  visibility: hidden;
  position: absolute;
  text-align: left;
}

div#advance_book_search_box ul li label {
  cursor: pointer;
  white-space: nowrap;
  padding-left: 20px;
  font-weight: 400;
}

div#advance_book_search_box li.parent_category_filter:hover>ul.subcategory_items {
  display: block;
  position: absolute;
  visibility: visible;
  margin-left: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
  padding: 10px 10px 10px 10px;
  z-index: 1;
}

div#advance_book_search_box ul.subcategory_items li {
  display: block;
}

div#advance_book_search_box ul.subcategory_items li>label {
  padding-left: 0;
}

div#advance_book_search_box li.ABS_category_filter label.selected {
  color: white;
  background-color: #E77735;
  font-weight: bold;
}

div#advance_book_search_box li.ABS_category_filter span.subcategory_pointer.selected {
  color: white;
  background-color: #E77735;
}

div#advance_book_search_box>div {
  display: flex;
  /* flex-direction: row; */
  flex-direction: column;
  text-align: center;
}

.panel-default>.panel-heading {
  background-color: transparent;
  border-color: transparent;
}

.panel-footer {
  background-color: transparent;
  border-top: 0px;
}

.panel-default {
  border-color: transparent;
}

#div_worklist .panel-heading .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}

div.browse-sorting-option {
  margin-top: 30px;
  padding-top: 0;
  position: inherit;
}

.hkecl-pagination {
  color: #4a4a4a;
  text-align: left;
  text-shadow: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 100%;
  pointer-events: none;
  margin-top: 30px;
}

.hkecl-pagination ul{
  float:right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hkecl-pagination ul li {
  float: left;
  display: inline-block;
  background: transparent;
  margin: 0 2px;
  color: #797979;
  padding: 0 7px;
  font-size: 90%;
  border: 1px solid #ADADAD;
  min-width: 1.6em;
  cursor: pointer;
}

.hkecl-pagination ul li.selected {
  background: #F36E45;
  color: #fff;
  border-color: #F36E45;
}

.hkecl-pagination ul li.selected a{
  color: #fff;
}

ul.pagination li.next {
  transform: none;
  margin-top: 0;
  border: 1px solid #ADADAD;
  padding-left: 5px;
  color: #9f9f9f;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  border-color: transparent;
}

ul.pagination li.last {
  color: #9f9f9f;
  padding-left: 5px;
  padding-right: 7px;
}

ul.pagination li.prev {
  transform: none;
  margin-top: 0;
  border: 1px solid #ADADAD;
  padding-left: 4px;
  color: #9f9f9f;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  border-color: transparent;
}

ul.pagination li.first {
  color: #9f9f9f;
  padding-right: 5px;
  padding-left: 8px;
}

.hkecl-pagination ul li a {
  color: #797979;
  border-color: transparent;
  background-color: transparent;
  border: 0;
  font-size: 16px;
  padding: 0px;
}

.pagination>.disabled>a {
  border-color: transparent;
  cursor: pointer;
}

.pagination>.disabled>a:hover {
  color: #F36E45;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
}

.hkecl-pagination ul li.first:hover a, .hkecl-pagination ul li.last:hover a {
  color: white;
}

.hkecl-pagination ul li:hover a {
  border-bottom: none;
  color: #F36E45;
  background-color: transparent;
  border: 0;
}

.hkecl-pagination ul li.selected:hover a {
  border-bottom: none;
  color: white;
  background-color: transparent;
  border: 0;
}

.hkecl-pagination ul li a:hover {
  color: #F36E45;
}

.hkecl-pagination ul li.selected a:hover {
  color: white;
}

ul.pagination li.last:hover,
ul.pagination li.first:hover  {
  color: white;
  background-color: #F36E45;
  border: 1px solid transparent;
}

ul.pagination li.last .last-stroke {
  border-right: 3px solid #9f9f9f;
  margin-left: -1px;
  display: inline-block;
  width: 1px;
  height: 0.71em;
}

ul.pagination li.first .first-stroke {
  border-left: 3px solid #9f9f9f;
  margin-right: -1px;
  display: inline-block;
  width: 1px;
  height: 0.71em;
}

.browse-sorting-option select {
  background-color: #FFFFFF;
  padding: 1px 10px 1px 5px;
  border-radius: 0;
  font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
  font-size: 15px;
  font-weight: bold;
  color: #515151;
}

.panel-body-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
}

div.category-books {
  display: flex;
  flex-wrap: wrap;
}

div.category-books article {
  display: flex;
  width: calc(20% - 20px);
  min-width: 240px;
  flex-direction: column;
  align-items: center;
  border: 1px #CBCBCB solid;
  padding: 10px;
  margin: 10px;
}

.resources-packages article .article-content-wrapper {
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resources-packages article .article-content-wrapper .article-title a {
  font-size: 90%;
  text-decoration: none;
}

.article-content-wrapper .article-title {
  padding: 0px;
  margin-top: 10px;
}

.resources-packages article .article-image-container {
  width: 60%;
  overflow: visible;
}

.app_url {
  text-decoration: none;
  color: #393c3f
}

div.resources-packages article div.hkecl-channel-customized.button-controls>button {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  text-shadow: none !important;
  height: 35px;
  border: none;
  cursor: pointer;
  color: #FFF;
  border-radius: 3px;
  font-family: "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
  display: block;
  float: left;
  min-width: unset;
  margin: 10px 0 10px 0;
  padding: 0 10px 0 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

div.resources-packages article div.hkecl-channel-customized.button-controls>button.add-now {
  background-color: #448bcb;
  border-color: #448bcb;
}

div.resources-packages article div.hkecl-channel-customized.button-controls>button.add-now>span {
  background-image: url(/themes/custom/hkecl_theme/css/images/ReadingCity/eRead_call-to-action-icon.png);
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 20px 20px;
  display: inline-block;
  vertical-align: text-bottom;
}
div.resources-packages article div.hkecl-channel-customized.button-controls {
  display: flex;
  justify-content: end;
  flex-flow: wrap;
  padding: 0;
  height: 100%;
  align-items: center;
  flex-direction: column;
}

div.resources-packages article div.hkecl-channel-customized.button-controls>button.processing-now {
  background-color: #767370;
  border-color: #767370;
}

div.resources-packages article div.hkecl-channel-customized.button-controls>button.read-now {
  background-color: #ff880a;
  border-color: #ff880a;
}

a.recommendation-book {
  width: 98px;
  height: 51px;
  display: inline-block;
  background-image: url(/themes/custom/hkecl_theme/css/images/ReadingCity/Icon_ebs3_recommend_chi.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 1px;
}

.field-teacher-recommendation {
  width: 100%;
  text-align: center;
}