.stafflogin .tb-css-login-top{
    background: #000;
    color: #fff;
    height: 26px;
    font-size: 12px;
    text-align: right;
    position: absolute;
    width: 100%;
    top: 0px;
}

#item-mobile-sharelist{
    font-size: 22px;
}


.stafflogin .tb-css-navBar{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #bf9a6e;
    z-index: 100;
    text-align: center;

}

.stafflogin .tb-css-navBar #tb-css-btnNavIcon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 60px;
    background: url(/en/img/common/navIcon.png) no-repeat center center;
    background-size: 24px 18px;
    z-index: 2;
}

.stafflogin .tb-css-navBar #tb-css-btnSearch {
    position: absolute;
    left: 50px;
    top: 0;
    width: auto;
    height: 60px;
    line-height: 56px;
    font-size: 20px;
    z-index: 2;
    color: black;
}

.stafflogin .tb-css-navBar .tb-css-logo {
    margin-top: 5px;
    width: 136px;
    height: 50px;
    background: url(/en/img/common/logo-nav.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.stafflogin .tb-css-navBar .tb-css-navSub-right {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 20px;
    color: black;
}

.stafflogin .tb-css-navBar .tb-css-navSub-right .item {
    position: relative;
    text-align: right;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;

}
.stafflogin .tb-css-navBar .tb-css-navSub-right .fa{
    color:#fff;
}
.stafflogin .tb-css-navBar .tb-css-navSub-right .item .btnIcon .tb-css-item-num{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    font-size: 9px;
    color: black;
    background: #333333;
    text-align: center;
    color:#bf9a6e;
}


.stafflogin .tb-css-navBar .tb-css-navSub-right .fa-list-alt:before{
    position: absolute;
    top: 5px;
    left: -21px;
}


.stafflogin .icon-share{
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 240;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.5));
    z-index:10;
}


.stafflogin .icon-share .shareMain{
    width: 55px;
    height: 55px;
    font-size: 37px;
    text-align: center;
    background: #bf9a6e;
    color: #fff;
    border-radius: 30px;
    padding-top: 9px;
    padding-right: 3px;
    z-index: 10;
    position: relative;
    cursor: pointer;

}

.stafflogin .icon-share.active .shareMain{
    font-size: 50px;
    padding-top: 3px;
    padding-right: 0px;
}


.stafflogin .icon-share .share-copy,
.stafflogin .icon-share .share-mail,
.stafflogin .icon-share .share-whatsapp,
.stafflogin .icon-share .share-qrcode{
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 30px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    padding: 8px;
    top: 5px;
    left: 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.stafflogin .icon-share .share-copy{
    background:#656565;
}

.stafflogin .icon-share .share-mail{
    background:#00a6da;
}

.stafflogin .icon-share .share-whatsapp{
    background:#23cd63;
}

.stafflogin .icon-share .share-qrcode{
    background: #364c96 url(//cdn.chowsangsang.com/eshop/hk/newweb/icon_qrcode.png) 50% 50% no-repeat;
    background-size: 57%;
}

.stafflogin .tb-css-login-top .btn{
    padding: 3px 12px;
}


.stafflogin .icon-share.active .share-copy{
    left: 0px;
    top: -65px;
    -webkit-transition-delay: 0.05s; /* Safari */
    transition-delay: 0.05s;
}

.stafflogin .icon-share.active .share-mail{
    top: -35px;
    left: -55px;
    /*top: -55px;
    left: -20px;*/
    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

.stafflogin .icon-share.active .share-whatsapp{
    top:0px;
    left:0px;
    -webkit-transition-delay: 0.15s; /* Safari */
    transition-delay: 0.15s;
}

.stafflogin .icon-share.active .share-qrcode{
    top: 30px;
    left: -60px;
    /*top: 0px;
    left: -60px;*/
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.lightbox-content{
    padding: 8%;
}
.lightbox-content img{
    width:100%;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



@media (max-width:  767px ) {
    .stafflogin .tb-css-login-top{
        position: fixed;
        height:40px;
    }
    .stafflogin .tb-css-login-top .btn{
        padding: 10px 12px;
    }
    .stafflogin .icon-share{
        bottom: 30px;
    }

    .stafflogin .icon-share.active .share-copy{
        top:-60px;
        left:0px;
    }

    .stafflogin .icon-share.active .share-mail{
        top: -60px;
        left: -55px;
        /* left:0px; */
    }

    .stafflogin .icon-share.active .share-whatsapp{
        top: -60px;
        left: -115px;
        /* left: -55px; */
    }

    .stafflogin .icon-share.active .share-qrcode{
        top: -60px;
        left: -175px;
        /* left: -115px; */
    }

}
/*
 *  webui popover plugin  - v1.2.2
 *  A lightWeight popover plugin with jquery ,enchance the  popover plugin of bootstrap with some awesome new features. It works well with bootstrap ,but bootstrap is not necessary!
 *  https://github.com/sandywalker/webui-popover
 *
 *  Made by Sandy Duan
 *  Under MIT License
 */
.webui-popover-content {
  display: none;
}
/*  webui popover  */
.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  min-width: 50px;
  min-height: 32px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}
.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}
.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}
.webui-popover.pop {
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  -o-transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  transition: transform 0.15s cubic-bezier(0.3, 0, 0, 1.5);
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.pop-out {
  -webkit-transition-property: "opacity,transform";
  -o-transition-property: "opacity,transform";
  transition-property: "opacity,transform";
  -webkit-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.fade,
.webui-popover.fade-out {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.webui-popover.in {
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.webui-popover .webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: block;
  height:90px;
}
.webui-popover-inner .close {
  font-family: arial;
  margin: 8px 10px 0 0;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #000000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}
.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
  height:26px;
}
.webui-popover-content {
  padding: 9px 14px;
  overflow: auto;
  display: none;
}
.webui-popover-inverse {
  background-color: #333333;
  color: #eeeeee;
}
.webui-popover-inverse .webui-popover-title {
  background: #333333;
  border-bottom: 1px solid #3b3b3b;
  color: #eeeeee;
}
.webui-no-padding .webui-popover-content {
  padding: 0;
}
.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}
.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}
.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}
.webui-popover > .arrow,
.webui-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.webui-popover > .arrow {
  border-width: 11px;
}
.webui-popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.webui-popover.top > .arrow,
.webui-popover.top-right > .arrow,
.webui-popover.top-left > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.webui-popover.top > .arrow:after,
.webui-popover.top-right > .arrow:after,
.webui-popover.top-left > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.webui-popover.right > .arrow,
.webui-popover.right-top > .arrow,
.webui-popover.right-bottom > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.right > .arrow:after,
.webui-popover.right-top > .arrow:after,
.webui-popover.right-bottom > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.webui-popover.bottom > .arrow,
.webui-popover.bottom-right > .arrow,
.webui-popover.bottom-left > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.webui-popover.bottom > .arrow:after,
.webui-popover.bottom-right > .arrow:after,
.webui-popover.bottom-left > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}
.webui-popover.left > .arrow,
.webui-popover.left-top > .arrow,
.webui-popover.left-bottom > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.webui-popover.left > .arrow:after,
.webui-popover.left-top > .arrow:after,
.webui-popover.left-bottom > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.webui-popover-inverse.top > .arrow,
.webui-popover-inverse.top-left > .arrow,
.webui-popover-inverse.top-right > .arrow,
.webui-popover-inverse.top > .arrow:after,
.webui-popover-inverse.top-left > .arrow:after,
.webui-popover-inverse.top-right > .arrow:after {
  border-top-color: #333333;
}
.webui-popover-inverse.right > .arrow,
.webui-popover-inverse.right-top > .arrow,
.webui-popover-inverse.right-bottom > .arrow,
.webui-popover-inverse.right > .arrow:after,
.webui-popover-inverse.right-top > .arrow:after,
.webui-popover-inverse.right-bottom > .arrow:after {
  border-right-color: #333333;
}
.webui-popover-inverse.bottom > .arrow,
.webui-popover-inverse.bottom-left > .arrow,
.webui-popover-inverse.bottom-right > .arrow,
.webui-popover-inverse.bottom > .arrow:after,
.webui-popover-inverse.bottom-left > .arrow:after,
.webui-popover-inverse.bottom-right > .arrow:after {
  border-bottom-color: #333333;
}
.webui-popover-inverse.left > .arrow,
.webui-popover-inverse.left-top > .arrow,
.webui-popover-inverse.left-bottom > .arrow,
.webui-popover-inverse.left > .arrow:after,
.webui-popover-inverse.left-top > .arrow:after,
.webui-popover-inverse.left-bottom > .arrow:after {
  border-left-color: #333333;
}
.webui-popover i.icon-refresh:before {
  content: "";
}
.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  margin-right: -15px;
  background: url(img/loading.gif) no-repeat;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.webui-popover-backdrop {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}
.webui-popover .dropdown-menu {
  display: block;
  position: relative;
  top: 0;
  border: none;
  box-shadow: none;
  float: none;
}
