/* Package2015/16 */
.table-package {
  width: 100%;
  border: 1px solid #5a8411;
  margin-bottom: 25px;
  background: #f6e5b9;
  font-family: "Microsoft JhengHei", "微軟正黑體", "Microsoft JhengHei",
    "Tahoma", "Verdana", "Arial", "sans-serif";
  padding-bottom: 10px;
}

.no-border {
  border: none !important;
  background: none !important;
}

.table-package ul {
  font-weight: bold;
}

.table-package h3 {
  font-size: 150%;
  color: #5a8411;
  padding: 0 10px;
}

.table-package ul li {
  display: inline-block;
  padding: 5px;
  background: #5a8411 url("./images/icon-cart.png") no-repeat;
  margin: 5px;
  padding-left: 40px;
  margin-left: 10px;
  color: #ffffff;
}
.table-package ul li:hover {
  background: #f5bc79 url("./images/icon-cart-green.png") no-repeat;
}
.table-package ul li a {
  color: #ffffff;
}

.table-package ul li a:hover {
  color: #5a8411;
  border-bottom: none;
}

.preview-order {
  display: inline-block;
  padding: 5px;
  background: #5a8411 url("./images/icon-preview.png") no-repeat;
  margin: 5px;
  padding-left: 40px;
  margin-left: 10px;
  padding-bottom: 5px !important;
  color: #ffffff;

  /* button-specific CSS */
  border: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  transition: color 0.2s ease-out, background 0.3s ease-in;
}


ul.minisite-tabs li.active .tab-title-text {
  color: yellow;
  background: url("../css/images/nav-arrow-brown.png") 0px 50% no-repeat;
  padding-left: 20px;
}

.preview-order:hover {
  background: #f5bc79 url("./images/icon-preview-green.png") no-repeat;
  color: #5a8411;
  border-bottom: none;
}
.proceed-checkout {
  display: inline-block;
  padding: 5px;
  background: #5a8411 url("./images/icon-cart.png") no-repeat;
  margin: 5px;
  padding-left: 40px;
  margin-left: 10px;
  padding-bottom: 5px !important;
  color: #ffffff;
}
.proceed-checkout:hover {
  background: #f5bc79 url("./images/icon-cart-green.png") no-repeat;
  color: #5a8411;
  border-bottom: none;
}

.left-column {
  width: 35%;
  padding-right: 25px;
}
.right-column {
  width: 65%;
}
.preview-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-name {
  font-weight: 300;
  font-size: 24px;
  color: #43484d;
  letter-spacing: -2px;
}
.previous {
  text-decoration: none;
  padding: 8px 16px !important;
  background-color: #f1f1f1;
  color: black;
  width: fit-content;
  display: block;
}
.previous:hover {
  background-color: #ddd;
  color: black;
}

/* static page */

.eread-static-content-container ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 5px;
}

/* Replace .node-type-single-column-tabs-page with .node-type-layout-3rd-tabs */

.node-type-layout-3rd-tabs #hkecl-columns-container {
  padding: 0px;
}

.node-type-layout-3rd-tabs #hkecl-content {
  /* 	padding-top:120px; */
}

.node-type-layout-3rd-tabs .breadcrumb {
  display: block;
  /* 	position: absolute; */
  /* 	margin-top: -110px; */
}

.node-type-layout-3rd-tabs h1 {
  /* 	display: none; */
  padding-left: 20px;
}

.node-type-layout-3rd-tabs #block-hkec-teencampus-user-access {
  display: none;
}

.node-type-layout-3rd-tabs #channel-pack {
  /* 	padding-top: 125px; */
}

.node-type-layout-3rd-tabs .breadcrumb {
  padding-left: 20px;
}

.node-type-layout-3rd-tabs #channel-pack {
  padding-top: 0px;
  /* 	top: 60px; */
}

@media all and (min-width: 650px) {
  .node-type-layout-3rd-tabs #channel-pack {
    /* 		top: 180px; */
  }
}

.node-type-layout-3rd-tabs #hkecl-content {
  padding-left: 0;
  padding-right: 0;
}

.node-type-layout-3rd-tabs .field-collection-item-field-tab .content {
  padding: 20px;
}

div.eread-static-content-container ul {
  list-style-type: disc;
  list-style-position: inside;
}

.field-collection-tabs ul.minisite-tabs li ,
.field-collection-tabs ul.minisite-tabs li.selected {
  display: block;
  text-decoration: none;
  /* padding: 0.5em 0.6em 0.3em 0.6em; */
  position:relative;
  top: 0px;
  color: #FFF;
  border-bottom:none;
  font: bold 100%/32px "Microsoft JhengHei","微軟正黑體","Microsoft JhengHei","Tahoma","Verdana","Arial","sans-serif";
}
.field-item:hover{
  color: #FFF; 
  cursor: grab;
}

.tab-title-text{
  padding: 0.5em 0.6em 0.5em 0.6em;
}
