/*

project      : assan admin - clean and simple admin template
version      : v1.0
author       : design_mylife (rakesh sharma)
support email: mylifedesign143@gmail.com
*/
/**************************************


/***** google fonts import ************/
@import ;
/*
base csss
*/
body, #hoeapp-wrapper {
  font-family: "microsoft jhenghei","source sans pro", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #f8f8f8;
}

a {
    color: #04a4b3;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

blockquote {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

label {
  color: #333;
  /*font-weight: 300;*/
}

button:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #191b1d;
  color: #fff;
}

::selection {
  background-color: #191b1d;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  color: #333;
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h4, h5, h6 {
  font-weight: 400;
}

.overflow-hidden {
  overflow: hidden;
}

.full-wid {
  width: 100%;
}

.no-padd {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.blockquote {
  margin: 2rem 0;
  padding: .75rem 0 .75rem 1.375rem;
  border-left: solid 4px #36c6d3;
  background: #f6f8fa;
}
.blockquote .blockquote-footer {
  font-size: 12px;
  display: block;
  line-height: 16px;
  color: #818a91;
}

strong, b {
  font-weight: 700;
}

/***spaces**/
.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

/**margins**/
.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

#main-content {
  padding-bottom: 30px;
}

#main-content .container {
  width: 100%;
  padding-bottom: 0px;
}

.overflow-hidden {
  overflow: hidden;
}

/********color styles****/
.label {
  font-weight: 400;
}

.label-warning {
  background-color: #ffca28;
}

.label-primary {
  background-color: #36c6d3;
}

.label-danger {
  background-color: #f44336;
}

.label-success {
  background-color: #8bc34a;
}

.label-info {
  background-color: #00bcd4;
}

.color-primary {
  color: #36c6d3;
}

.color-success {
  color: #8bc34a;
}

.color-warning {
  color: #ffca28;
}

.color-danger {
  color: #f44336;
}

.color-info {
  color: #00bcd4;
}

.bg-primary {
  background-color: #36c6d3;
  color: #fff;
}

.bg-success {
  background-color: #8bc34a;
  color: #fff;
}

.bg-warning {
  background-color: #ffca28;
  color: #fff;
}

.bg-danger {
  background-color: #f44336;
  color: #fff;
}

.bg-info {
  background-color: #00bcd4;
  color: #fff;
}

.label-circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.badge-defualt {
  background-color: #f5f5f5;
  color: #333;
}

.badge-info {
  background-color: #00bcd4;
}

.badge-primary {
  background-color: #36c6d3;
}

/**boxed layout**/
body[theme-layout="box-layout"] #hoeapp-wrapper[hoe-device-type="desktop"] {
  width: 94%;
  margin: 0 auto;
  background: #fff;
}

body[theme-layout="box-layout"] {
  background-color: #eee;
}

/*
button style
*/
.btn {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid;
}
.btn.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.btn.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 0px;
  display: inline-block;
}

.btn-icon {
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.btn-icon.btn-lg {
  padding: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.btn-icon.btn-xl {
  padding: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 34px;
}

.btn-sm {
  font-size: 12px;
}

.btn-xs {
  font-size: 12px;
}

.btn-link {
  color: #36c6d3;
}

.btn-default {
  border: 1px solid rgba(197, 214, 222, 0.7);
  background-color: #f5f5f5;
}
.btn-default:hover {
  border: 1px solid rgba(197, 214, 222, 0.7);
}
.btn-default.btn-border {
  background-color: transparent;
  color: #666;
  border: 1px solid rgba(197, 214, 222, 0.7);
}
.btn-default.btn-border:hover {
  background-color: #f5f5f5;
  color: #666;
}

.btn-primary {
  /*background-color: #c5faff;
  border-color: #97c1c5;
  color: #fff;*/
}

.btn-primary:hover,.btn-primary:focus {
  background-color: #badfff;
  border:1px solid #badfff;
  color:#000;
  outline: 0;
}
.btn-primary:active:hover,.btn-primary:active,.btn-primary:active:focus{
  background-color: #badfff;
  border:1px solid #badfff;
  outline: 0;
  color: #000;
}

.btn-primary.btn-border {
  background-color: transparent;
  color: #36c6d3;
  border: 1px solid #36c6d3;
}
.btn-primary.btn-border:hover {
  background-color: #36c6d3;
  color: #fff;
}
.bg-gray{
    background: #e3e3e3;
}
.btn-success {
    background-color: #68a81e;
    border-color: #4f8115;
    color: #fff;
}
.btn-success.btn-border {
  background-color: transparent;
  color: #8bc34a;
  border: 1px solid #8bc34a;
}
.btn-success.btn-border:hover {
  background-color: #8bc34a;
  color: #fff;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}
.btn-warning.btn-border {
  background-color: transparent;
  color: #ffca28;
  border: 1px solid #ffca28;
}
.btn-warning.btn-border:hover {
  background-color: #ffca28;
  color: #fff;
}

.btn-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #fff;
}
.btn-danger.btn-border {
  background-color: transparent;
  color: #f44336;
  border: 1px solid #f44336;
}
.btn-danger.btn-border:hover {
  background-color: #f44336;
  color: #fff;
}

.btn-info {
  background-color: #00bcd4;
  border-color: #00bcd4;
  color: #fff;
}
.btn-info.btn-border {
  background-color: transparent;
  color: #00bcd4;
  border: 1px solid #00bcd4;
}
.btn-info.btn-border:hover {
  background-color: #00bcd4;
  color: #fff;
}

.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

.btn-twitter {
  color: #ffffff !important;
  background-color: #55acee !important;
}

.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

.btn-instagram {
  color: #ffffff !important;
  background-color: #3f729b !important;
}

.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

.ui-buttons .btn {
  margin: 2px;
}

/*
top bar styles
*/
.top-search form {
  position: relative;
  width: 180px;
  margin-left: 10px;
}
.top-search form .form-control {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
}
.top-search form i {
  position: absolute;
  top: 5%;
  right: 10px;
}

.hoe-right-header ul > li {
  margin-right: 15px;
}
.hoe-right-header ul > li img {
  margin-right: 5px;
}
.hoe-right-header ul > li > a {
  color: #999;
  line-height: 50px;
  display: block;
  padding: 0px 10px;
}
.hoe-right-header ul > li > a:hover, .hoe-right-header ul > li > a:focus {
  background: #f5f5f5;
  text-decoration: none;
  color: #36c6d3;
}

.hoe-right-header .right-navbar {
  margin-right: 0px;
  padding-right: 0px !important;
}

.hoe-right-header .right-navbar > li {
  vertical-align: middle;
  margin: 0 10px;
}

.hoe-right-header .right-navbar > li > a i {
  font-size: 25px;
  display: block;
}

.hoe-right-header .right-navbar > li > a .label {
  margin-top: 0px;
  position: absolute;
  right: 3px;
  top: 7px;
}

/*
=================
drop down menu styles
==================
*/
.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 0px;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu-scale {
  display: block;
  opacity: 0;
  visibility: hidden;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -o-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}

.open > .dropdown-menu-scale {
  opacity: 1;
  visibility: visible;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
  display: block !important;
}

.hoe-right-header li .dropdown-menu > li {
  display: block;
  float: none;
}

.user-dropdown li {
  vertical-align: middle;
}
.user-dropdown li i {
  margin-right: 5px;
  display: inline-block;
}
.user-dropdown li .label {
  margin-left: 5px;
}

.lang-dropdown img {
  margin-right: 5px;
}

.hoe-right-header ul.dropdown-menu.lg-dropdown {
  min-width: 320px;
}

.hoe-right-header ul.dropdown-menu > li {
  margin-right: 0px;
}

.hoe-right-header ul.dropdown-menu > li > a {
  display: block;
  padding: 9px 20px;
  line-height: auto;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 14px;
}

/**notifications dropdown*/
.notifications.dropdown-menu p {
  margin: 0px;
  padding: 10px 20px;
  line-height: 15px;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}
.notifications.dropdown-menu p a {
  float: right;
  padding: 0px;
  font-size: 12px;
  line-height: 12px;
  color: #f44336;
}
.notifications.dropdown-menu p a:hover {
  color: #999;
  background-color: transparent;
}
.notifications.dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.notifications.dropdown-menu li i {
  font-size: 25px;
  color: #999;
}
.notifications.dropdown-menu li span {
  display: block;
}
.notifications.dropdown-menu li span.small-line {
  color: #777;
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
  font-style: italic;
}
.notifications.dropdown-menu li a:hover i, .notifications.dropdown-menu li a:hover .line {
  color: #36c6d3;
}
.notifications.dropdown-menu li.unread-notifications a i {
  color: #000;
}
.notifications.dropdown-menu li.unread-notifications a .line {
  color: #000;
}
.notifications.dropdown-menu li.unread-notifications a:hover i, .notifications.dropdown-menu li.unread-notifications a:hover .line {
  color: #36c6d3;
}

/*
tabs style
*/
.tabs-bordered {
  border-bottom: 2px solid #eee;
  padding: 0;
}
.tabs-bordered li {
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
}
.tabs-bordered li a {
  display: block;
  padding: 8px 14px;
  color: #999;
  border-bottom: 2px solid transparent;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.tabs-bordered li a i {
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
}
.tabs-bordered li.active a, .tabs-bordered li a:hover {
  border-bottom-color: #36c6d3;
  color: #36c6d3;
}
.tabs-bordered.icons-tab i {
  margin: 0px;
  font-size: 23px;
}

.tabs-left-align .tab-content, .tabs-right-align .tab-content {
  overflow: hidden;
}
.tabs-left-align ul li a, .tabs-right-align ul li a {
  display: block;
  padding: 7px 15px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.tabs-left-align ul li.active a, .tabs-right-align ul li.active a {
  background-color: #36c6d3;
  color: #fff;
}

.tabs-left-align ul {
  float: left;
  margin-right: 20px;
}

.tabs-right-align ul {
  float: right;
  margin-left: 20px;
}

/*
side navigation styles
*/
#hoeapp-wrapper {
  font-family: "microsoft jhenghei","source sans pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#hoe-left-panel .panel-list > li > a, #hoe-left-panel .panel-list ul.hoe-sub-menu li > a {
  padding: 8px 10px;
}

body #hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu, body #hoe-left-panel .panel-list > li.hoe-has-menu.opened > ul > li.hoe-has-menu.opened > ul {
  box-shadow: none !important;
}

.hoe-sidebar-toggle a:after, #hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header .hoe-sidebar-toggle a::after {
  content: "\f130";
  font-family: 'ionicons';
  font-size: 28px;
}

#hoe-left-panel .panel-list > li.hoe-has-menu > a:after {
  content: "\f3d0";
  font-family: 'ionicons';
}


#hoe-left-panel .panel-list > li.hoe-has-menu > ul.hoe-sub-menu > li > a span.menu-text:before {
    content:"  ";
  /*content: "\f111";
  font-size: 6px;*/

}

.hoe-left-header {
  /*background-color: #36c6d3;*/
  background-color: #333f48;
}

#hoe-left-panel .panel-list ul.hoe-sub-menu li > a {
  text-transform: capitalize;
}

#hoe-left-panel .panel-list > li > a {
    text-transform: capitalize;
    font-weight: 100;
    font-size: 16px;
}

#hoe-left-panel >ul.panel-list li ul>li.hoe-has-menu {
    border: 2px solid #424170;
    border-bottom-width: 1px;
}
#hoe-left-panel >ul.panel-list li ul>li.hoe-has-menu a{
    background:#485e6f !important;
}
/*
widget boxes styles
*/
.statistic-widget-box {
  padding: 20px 15px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.statistic-widget-box i {
  font-size: 90px;
  position: absolute;
  left: -20px;
  bottom: -20px;
  color: #fff;
  opacity: 0.2;
}
.statistic-widget-box .content {
  text-align: right;
}
.statistic-widget-box .content h1 {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}
    .statistic {
        background: #fff;
        border: 1px #ddd solid;
        border-radius: 7px;
        display: inline-block;
        padding: 10px;
        margin: 10px 0;
        overflow-y: auto;
        vertical-align: top;
        width: 100%;
    }
    @media (max-width: 768px){
        .statistic{
            width: 100%;
        }
    } 
    
    .statistic > table, .statistic > div {
        width:100%;
        display: table;
        vertical-align: top;
    }

    .statistic table tr td, .statistic table tr th 
    ,.shophandlelist table tr td ,.shophandlelist table tr th {
        padding: 5px;
        text-align: center;
        border-bottom: 1px dotted #aaa;
        /*max-width: 280px;*/
    }
    
    .statistic table tr td.shophandleblock{
        text-align:left;
        padding:10px 10px 40px 10px;
    }
    
    .statistic .salesname{
        white-space: nowrap;
    }
    .shophandlelist{
        /*display:none;*/
        border: 1px solid #ffc1c1;
        font-size: 14px;
        min-width: 200px;
    }
    .shophandlelist table{
        width:100%;
    }
    
    .shophandlelist table tr{
       background:#fff !important;
    }
    .shophandlelist table tr td {
        vertical-align: top;
        word-break: break-all;
    }
    .statistic > table tr:nth-child(odd) {
        background: #f6fdff;
    }

    .statistic > table tr:nth-child(even) {
        background: #fffbf7;
    }
    .statistic select.handler{
        padding: 3px;
    }

    .previewweb iframe {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        transform-origin: left top;
        transform: scale(0.5,0.7);
        z-index: 10;
    }

    .statistic > table tr.enable {
        background: #d4ffcd;
    }

    .statistic > table tr.disable {
        background: #ffe6e6;
    }

    #main-content {
        background: #f2f2f2;
    }

/*sign box*/
.page-center {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.page-center .page-center-in {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}

.sign-box {
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #d8e2e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.sign-box .sign-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #333;
}
.sign-box .checkbox {
  margin-top: 0px;
}

/*page error box*/
.page-error-box {
  background: #fff;
  border: 1px solid #d8e2e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 50px 30px 55px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 475px;
  color: #919fa9;
  line-height: 1;
}
.page-error-box h1 {
  font-size: 150px;
  line-height: 150px;
  color: #aeaeae;
  font-weight: 300;
}

/**stream**/
.streamline {
  padding-left: 6px;
}

.stream-item {
  position: relative;
  padding-bottom: 12px;
  border-left: 1px solid #cccccc;
}
.stream-item:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0px;
  background-color: #cccccc;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  z-index: 99;
}
.stream-item .stream-content {
  margin-left: 24px;
}
.stream-item .stream-content p {
  margin: 0px;
}

.stream-danger {
  border-left-color: #f44336 !important;
}
.stream-danger:before {
  background-color: #f44336 !important;
}

.stream-primary {
  border-left-color: #36c6d3 !important;
}
.stream-primary:before {
  background-color: #36c6d3 !important;
}

.stream-success {
  border-left-color: #8bc34a !important;
}
.stream-success:before {
  background-color: #8bc34a !important;
}

.stream-warning {
  border-left-color: #ffca28 !important;
}
.stream-warning:before {
  background-color: #ffca28 !important;
}

/**feeds group**/
.feeds-group .media-left {
  margin-right: 20px;
}
.feeds-group .media-body h5 {
  margin-bottom: 4px;
}
.feeds-group .media-body h5 a {
  color: #777;
}
.feeds-group .media-body h5 a:hover {
  color: #36c6d3;
}
.feeds-group .media-group-item {
  padding-bottom: 20px;
}

/*
panel style
*/
.panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  /*border: 0;*/
    border: 2px solid #e5e5e5;
    border-radius: 7px;
}
.panel .panel-heading {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 0px;
  padding: 15px;
  position: relative;
  /*border: 1px solid #e7e7e7;
  border-bottom:0;
  border-radius: 7px;*/
}
.panel-body{
   /*
    border: 1px solid #e7e7e7;
    border-top:0;
    border-radius: 7px;

   */
}
.panel .panel-heading .panel-title {
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: #000;
}
.panel .panel-heading .panel-title .helping-text {
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
.panel .panel-heading .panel-actions {
  right: 10px;
  position: absolute;
  top: 12px;
}
.panel .panel-heading .panel-actions > a {
  font-size: 15px;
  display: block;
  float: left;
  color: #adb7be;
  margin: 0px 7px;
}
.panel .panel-heading .panel-actions > a i {
  display: block;
}
.panel .panel-heading .panel-actions > a:hover {
  color: #36c6d3;
}
.panel .panel-heading .panel-actions .dropdown > a {
  font-size: 15px;
  color: #adb7be;
  display: block;
  padding: 0px 7px;
}
.panel .panel-heading .panel-actions .dropdown > a:hover {
  color: #36c6d3;
}
.panel .panel-heading .panel-actions .dropdown-menu {
  right: 0;
  left: auto;
}
.panel .panel-heading .panel-actions .dropdown-menu > li > a {
  font-size: 13px;
}
.panel .panel-heading .panel-actions .dropdown-menu > li > a:hover {
  color: #36c6d3;
}
.panel .panel-heading .panel-subtitle {
  color: #808697;
  font-size: 12px;
  line-height: 1.2em;
  margin: 7px 0 0;
  padding: 0;
}

.panel-action-toggle, .panel-action-dismiss {
  font-family: 'ionicons';
}

.panel-collapsed .panel-action-toggle:before {
  content: "\f218";
}

.panel-action-toggle:before {
  content: "\f209";
}

.panel-action-dismiss:before {
  content: "\f12a";
}

.panel-search {
  float: right;
}
.panel-search .form-panel-search {
  position: relative;
  top: -8px;
}
.panel-search .form-panel-search i {
  position: absolute;
  right: 10px;
  top: 10px;
}

/*
page loader progress bar style
plugin url - http://github.hubspot.com/pace/docs/welcome/
*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #333f48;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*
form elements style
*/
.form-control, input, textarea, select {
  border: 1px solid rgba(197, 214, 222, 0.7);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  font-size: 1.5rem;
  color: #343434 ;
}
.form-control{
    height:38px;
}
.input-group-addon {
  border-color: rgba(197, 214, 222, 0.7);
}
.input-group-addon label {
  margin-bottom: 0px;
  padding-left: 0px !important;
}
.input-group-addon .checkbox {
  margin: 0px;
}
.input-group-addon .checkbox label {
  min-height: 10px;
}

.checkbox {
  margin-top: -2px;
}
.checkbox label {
  padding-left: 10px;
}

.form-control,
.form-control:focus,
.input-error .form-control:focus,
.input-success .form-control:focus,
.input-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.input-error {
  border-color: #f44336;
}

.input-success {
  border-color: #8bc34a;
}

.input-warning {
  border-color: #ffca28;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #737373;
  font-size: 12px;
}

/**dropzone image location**/
.dropzone .dz-default.dz-message {
  background-image: ;
}

.note-editor.note-frame {
  border: 0px;
}

/*
pagination buttons
*/
/*data tables pagination*/
.paginate_button {
  display: inline-block;
  line-height: 24px;
  padding: 0px 15px;
  background-color: #f5f5f5;
  margin: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #36c6d3;
  cursor: pointer;
}
.paginate_button:hover {
  color: #fff;
  background-color: #36c6d3;
}
.paginate_button.current {
  color: #fff;
  background-color: #36c6d3;
  cursor: default;
}
.paginate_button.disabled {
  cursor: default;
}

/*
custom pagination
*/
.paginationpagelist {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.paginationpagelist > li {
  display: inline;
}
.paginationpagelist > li > a,
.paginationpagelist > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color:#36c6d3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paginationpagelist > li:first-child > a,
.paginationpagelist > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.paginationpagelist > li:last-child > a,
.paginationpagelist > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.paginationpagelist > li > a:hover,
.paginationpagelist > li > span:hover,
.paginationpagelist > li > a:focus,
.paginationpagelist > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.paginationpagelist > .active > a,
.paginationpagelist > .active > span,
.paginationpagelist > .active > a:hover,
.paginationpagelist > .active > span:hover,
.paginationpagelist > .active > a:focus,
.paginationpagelist > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color:#36c6d3;
  border-color:#36c6d3;
}
.paginationpagelist > .disabled > span,
.paginationpagelist > .disabled > span:hover,
.paginationpagelist > .disabled > span:focus,
.paginationpagelist > .disabled > a,
.paginationpagelist > .disabled > a:hover,
.paginationpagelist > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.paginationpagelist-lg > li > a,
.paginationpagelist-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.paginationpagelist-lg > li:first-child > a,
.paginationpagelist-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.paginationpagelist-lg > li:last-child > a,
.paginationpagelist-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.paginationpagelist-sm > li > a,
.paginationpagelist-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.paginationpagelist-sm > li:first-child > a,
.paginationpagelist-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.paginationpagelist-sm > li:last-child > a,
.paginationpagelist-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*
tables styles
*/
@media (min-width: 567px) {
  .datatables_length {
    width: 50%;
    float: left;
  }
}
.table.table-maillist > tobdy > tr > td {
  vertical-align: middle;
  border-top: 0px;
  padding: 12px;
}
.table.table-maillist .checkbox {
  margin: 0px;
}
.table.table-maillist a {
  color: #666;
}

.table-striped tbody > tr:nth-child(2n 1) > td, .table-striped tbody > tr:nth-child(2n 1) > th {
  background-color: #fbfcfd;
  border: none;
}

.table-striped.table > tbody > tr > td, .table-striped.table > tbody > tr > th, .table-striped.table > tfoot > tr > td, .table-striped.table > tfoot > tr > th, .table-striped.table > thead > tr > td, .table-striped.table > thead > tr > th {
  border: 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
}

.table th[align=center] {
  text-align: center;
}

/*
calendar style
*/
.fc-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #36c6d3;
  border: 0;
}

.fc-toolbar h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.fc-state-default.fc-corner-left, .fc-state-default.fc-corner-right {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.fc-state-default {
  text-transform: capitalize;
  background-color: #f5f5f5;
  background-image: none;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.fc .fc-button-group > * {
  margin: 0px 7px 0 -1px;
}

.fc-state-down, .fc-state-active, .fc-state-default:hover {
  background-color: #36c6d3;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.profile-info {
  text-align: center;
}
.profile-info img {
  margin-bottom: 20px;
}
.profile-info h4 {
  color: #666;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 3px;
}
.profile-info .profile-menu {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  padding: 0px;
}
.profile-info .profile-menu li a {
  display: block;
  padding: 7px 20px;
  color: #666;
  border-top: 1px solid #ddd;
}
.profile-info .profile-menu li a i {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
.profile-info .profile-menu li.active a, .profile-info .profile-menu li a:hover {
  background-color: #f5f5f5;
  color: #36c6d3;
}
.profile-info .profile-menu li:first-child a {
  border-top: 0px;
}

.profile-states {
  text-align: center;
}
.profile-states h1 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 0;
}
.profile-states h4 {
  font-size: 11px;
  margin-bottom: 0px;
  color: #999;
}

.stream-list li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.stream-list li img {
  float: left;
  margin-right: 10px;
}
.stream-list li .stream-content {
  overflow: hidden;
}
.stream-list li .stream-content h5 {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 13px;
}
.stream-list li .stream-content .stream-time {
  float: right;
}

.task-list {
  margin: 0px;
  position: relative;
}
.task-list li {
  padding: 10px 15px;
}
.task-list li:nth-child(even) {
  background-color: #f5f5f5;
}
.task-list li .task-label {
  float: right;
  margin-left: 20px;
}
.task-list li .task-text {
  overflow: hidden;
}
.task-list li .task-text a {
  display: block;
  color: #999;
}
.task-list li .task-text a:hover {
  text-decoration: underline;
  color: #36c6d3;
}

.user-card {
  padding: 24px;
  background: #f5f7f9;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.user-card img {
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.user-card .user-card-content {
  overflow: hidden;
}
.user-card .user-card-content h4 {
  margin-bottom: 0px;
  font-weight: 400;
}
.user-card .user-card-content span {
  font-size: 12px;
}

/*
gallery
*/
.gallery-box {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gallery-overlay i {
  display: block;
  font-size: 30px;
  color: #36c6d3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.gallery-box:hover .gallery-overlay {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
mail pages
*/
.inbox-nav li {
  vertical-align: middle;
}
.inbox-nav li a {
  display: block;
  padding: 5px 15px;
  color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-top: 3px;
  text-transform: capitalize;
}
.inbox-nav li a i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
}
.inbox-nav li a .label-circle {
  margin-right: 10px;
}
.inbox-nav li a:hover {
  background-color: #ebebeb;
}
.inbox-nav li.active a {
  background-color: #36c6d3;
  color: #fff;
}

.mail-header h3 {
  font-weight: 400;
  margin-bottom: 0px;
}

.mail-open-header {
  margin-bottom: 0px;
  color: #000;
}

.mail-body {
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.file-box {
  float: left;
  width: 220px;
}

.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
  height: 90px;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}

/*
chart styles
*/
.flot-chart {
  display: block;
  height: 250px;
}
.flot-chart .flot-chart-data {
  width: 100%;
  height: 100%;
}

.legendlabel {
  padding-left: 7px;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.flottip {
  background-color: #222 !important;
  color: #fff;
  border-radius: 3px;
  padding: 2px;
  opacity: 0.9;
  border: 0 !important;
}

/**morris chart**/
.morris-chart-data {
  position: relative;
}

/*
footer styles
*/
.footer {
  height: 35px;
  bottom: 0px;
  left: 0;
  line-height: 35px;
  position: absolute;
  padding: 0px 15px;
  width: 100%;
}

/*****===========================================

responsive style

===========================================********************/
@media (max-width: 767px) {
  .mail-header {
    text-align: center;
  }
  .mail-header h3 {
    text-align: center;
    margin-bottom: 15px;
  }
  .mail-header .pull-right {
    float: none !important;
  }

  .tooltip-show {
    margin-top: 15px;
  }

  .hoe-right-header ul.dropdown-menu {
    right: 0;
    left: auto;
  }

  .hoe-right-header ul.dropdown-menu.lg-dropdown {
    width: 285px;
    min-width: 285px;
    left: 0;
    right: auto;
  }

  .notifications.dropdown-menu p a {
    font-size: 9px;
    line-height: 18px;
  }

  .tabs-bordered li a {
    padding: 8px 8px;
    font-size: 11px;
  }

  .hoe-sidebar-toggle a:after, #hoeapp-wrapper[hoe-device-type="phone"] .hoe-left-header .hoe-sidebar-toggle a::after {
    color: #fff;
  }
}
#contractdata{
    min-width: 850px;
}
#contractdata tr th,#contractdata tr td,.shop_list tr td,.shop_list tr th,.detailtable>*>tr>*{
 text-align:center;
 border:1px solid #ccc;
 padding:5px;
}
#contractdata p{
    margin:0;
}
.incomeinfo{
        margin: 0 auto;
    background: #eeffe0;
    outline: 1px solid #ffb08a;
    width: 100%;
}
#contractpaytype,.invoicetype{
    padding: 4px 10px;
    font-size: 1.1em;
}
.msgbox{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display:none;
}
.msgbox_content{
    background: #fff;
    width: 70%;
    min-height: 300px;
    height: 70%;
    margin: 0 auto;
    margin-top: 10%;
    padding:10px;
    text-align: center;
}
.msgbox_content table{
   margin: 0 auto;
}
    
.checkbtn button {
    margin:10px;
    width: 50px;
    height: 50px;
    font-size: 50px;
}
.checkbtn button#yes {
       background-color: #c1ff7a;
    }
.checkbtn button#no {
       background-color: #ffc3c3;
    }
.warning{
    color:#f00;
}
textarea.form-control{
        width: 100%;
        height: 150px;
     font-size: 1.2em;
}
.doctor_info_block{
 white-space: nowrap;
    overflow-y: auto;
}

.doctor_info {
    white-space: pre;
}

.doctor_info ,.doctor_add_block{
    display: inline-block;
    width: 250px;
    border:solid 1px #999;
    margin:0 10px;
    vertical-align: top;
    padding:10px;
}
.doctor_info{
      white-space: pre-line;
}
  

.doctor_add_block textarea,.doctor_edit_block textarea {
    width:90%;
    height:150px;
    margin:5px;
    }

.doctor_info textarea{
       width:200px;
       height:100px;
}


label .hint_text{
        margin-left: 25px;
}
.yestxt{
    color:#31b331;
}
.notxt,.notxt{
    color:#f00;
}
.bold{
    font-weight:bold;
}

/*�b����(�ħ�)*/

#push_test{
            position: absolute;
    margin-top: 1px;
    margin-left: 120px;
    background: #ade9ef;
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    }

    #dispenselist{
        display: inline-block;
            vertical-align: top;
    }
    #dispenselist tr>*,#notifylist tr>*{
        padding:10px;
        border:1px solid #666;
    }   
    .isread{
        color:#00b93b;
    } 
    .unread{
        color:#d60000;
    }
    .allot{
        background: #c7ffc7;
        padding: 5px 10px;
        cursor: pointer;
        font-weight:bold;        
        font-size: 18px;
        border: 1px solid #ccc;
        border-radius: 10px;
        white-space: nowrap;
    }
    .allot:hover{
        background:#b2f9ff;
    }
    .isdispensetime {
        background-color:#ffffcf;
    }
    @media screen and (max-width: 768px) {
        #dispenselist,#notifylist{
            display:block;
            overflow-x:auto;
        }
        #dispenselist table,#notifylist table{
            width:500px;
        }
       
    }
    #refresh{
        width:32px;
        margin-left:10px;
        cursor:pointer;
    }
    /*�b����(�ħ�)*/

    /*�u�\��إ߫��s*/
    .createbtn{
        font-size: 19px;
        font-weight: bold;
    }
    /*���ձ���*/
.push_data_block {
     border-top:3px solid #666;
    padding:10px 0;
}
.push_data_block .news_list{
    overflow-y: auto;
    height: 300px;
    display: block;
        width: 90%;
    max-width: 450px;
        border: 3px solid #ddd;
    padding: 5px;
}
.push_data_block .news_list tr > *{
        border-bottom: 2px dashed #ffc198;
        padding:3px;
        text-align:center;
}
#num_keyboard{
    font-size: 20px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin:5px;
}
#num_keyboard tr td{
    padding:10px;
    border: 1px solid #aaa;
}
#pushid {
    font-size:25px;
     height: 40px;
}
/*���~�ϥ�*/
.imagepreview {
    /*width:150px; */
   /*height: 150px; */   
   max-width:200px;
   /*margin: 0 auto;*/
   display: block;
}
.productlist .imagepreview {
   height: 150px;  
   max-width:inherit;
}

/*��v¾����ܻ���*/
#position_show {
    width:100%;
    max-width:350px;
    display:none;
}

/*�������� tr*/
tr.regcancel ,.redbg{
    background: #ffeaea;
}

.redallbg{
    background: #ff0000;
}

/* ñ����� */
#newcontractinfo,.borderarea{
    border: double 4px #00bcd4;
    display: inline-block;
    padding: 10px;
    position: relative;
     /*width: 100%;*/
    overflow: hidden;
    overflow-x: auto;
     margin: 5px;
     max-width:100%;
}
.fntitle{
    text-align:center;
    background: #feffc5;
    padding: 5px;
}
  #newcontractinfo table tr td,.invoicedata table tr td{
        padding: 5px;
    }
  .addinvoiceblock{
      display:none;
  }
  .addinvoiceblock .invoicedata{
      background: #e8ffe9;
  }
#newcontractinfo input,.invoicedata input{
    font-size:18px;
}
.invoicedata input[name=customeremail],.invoicedata input[name=title]{
    font-size:13px;
    padding:5px 0;
}

    /* info preview */
    img.preview {
        max-width:100px;
    }
    .layoutdata {
        display:none;
    }
/*�e�ҳ]�w-�e���䥦���]�w*/
.gosetpage {
    cursor:pointer;
}
/*�j�m�e�ҵ��ܤ�r*/
.searching {
    display:none;
    color:#ffa0a0;
}

/*web���p��l*/
#webnumcontrolblock {
    text-align:center;
}
.webnumcontrol {
    display: inline-block;
    margin: 20px;
    background: #fff;
    cursor:pointer;
    vertical-align: top;
    position:relative;
    overflow: hidden;
padding: 0 3px;
}
.webnumcontrol tr td,.webnumcontrol .currnum{
    padding: 7px;
    font-size: 20px;
    border: 1px solid #ccc;
    text-align: center;

}
.webnumcontrol .currnum {
    padding:0;
    margin:0 5px;
}
.webnumcontrol .plus,.webnumcontrol .minus {
    font-size:25px;
}
.numsubmit {
    background:#dff2ff;
}

.webnumcontrol tr td.setresultmsg{
    position: absolute;
    width: 96%;
    z-index: 1;
    background: #fffa9c;
    top: -100px;
    border: 2px outset #ffec5e;
}
/*�e�ҷs�w��*/
#mask,.mask{
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.7);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display:none;
}
.maskinnerblock{
    width: 90%;
    background: #ffffff;
    padding: 10px;
    border-radius: 0;
    overflow-y: scroll;
        
    position: fixed;
    left: 5%;
    top:10%;

    height: 80vh; 
    -webkit-overflow-scrolling: touch;
}
    
    @media screen and (max-width:992px){
        .maskinnerblock{
            width: 90%;
            left: 5%;
        }
    }

    /*
    @media screen and (max-width:768px){
        .maskinnerblock{
            position: fixed;
            left: 5%;
            top: 5%;
            height: 80%;
        }
    }
    */
    .mailpreviewmask,.handlemask{
        position:fixed;
        /*left: 230px;*/
        width: 90%;
        display:none;
    }
    @media screen and (max-width:992px){
        
        .mailpreviewmask{
            left: 5%;
            width: 90%;
        }
    }

    .maskinnerblock::-webkit-scrollbar-track
    {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	    border-radius: 10px;
	    background-color: #f5f5f5;
    }

    .maskinnerblock::-webkit-scrollbar
    {
	    width: 12px;
	    background-color: #f5f5f5;
    }

    .maskinnerblock::-webkit-scrollbar-thumb
    {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	    background-color: #30b6c2;
    }

    #clinicsearchresult {
        overflow: auto;
        white-space: nowrap;
        margin:5px 0;
        padding:20px 0;
        height: 80%;
    }
    #clinicsearchresult tr td, #clinicsearchresult tr th {
       border: 1px #000 solid;
        padding:5px 10px;
        text-align:center;
    }
    /*
    #sync_search{
        position: absolute;
        margin-top: 1px;
        margin-left: 120px;
        background: #ade9ef;
        padding: 3px 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    */
    #hoe-left-panel>ul{
      padding-bottom: 10px;
    }
    .hintbox{
        display:none;
        position: fixed;
        top: 40%;
        left: 30%;
        z-index: 1;
        width: 50%;
        max-width: 300px;
        background: #ffffe9;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 15px;
        text-align: right;
    }
    .hintcontent{
        text-align:left;
    }
    .rocdate,.rocdate *{
        font-size:20px;
    }
    .unreadnum{
        border-radius: 50%;
        display: inline-block;
        background: #f00;
        color: #fff;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        /* margin-left: 10px; */
        position: absolute;
        right: 0;
        top: 0;
    }
    #hoeapp-container[hoe-color-type="lpanel-bg7"] #hoe-left-panel .panel-list > li > a.menu2033{
      /* background-color: #60a1d4;*/
    }
    #hoeapp-container[hoe-color-type="lpanel-bg7"] #hoe-left-panel .panel-list > li > a.menu2033:hover
    ,#hoeapp-container[hoe-color-type="lpanel-bg7"] #hoe-left-panel .panel-list > li > a.menu2033:focus{
       background-color: #666f76;

    }
    #hoeapp-container[hoe-color-type="lpanel-bg7"] #hoe-left-panel .panel-list > li:first-child > a.menu2034{
       background-color: #333f48;
    }

.printshow{
    display:none;
}

@media only print {
    .printshow{
        display:inherit;
    }
    .printhide{
        display:none !important;
    }
    
    @page {
        margin:0.5cm;    /*print���*/
    }
}

.nonactiveshop{
    background: #e0e0e0;
}

.newlog{
    background: rgba(255,0,0,0.7);
    border-radius: 20%;
    color: #fff;
    width: 30px;
    height: 18px;
    line-height: 17px;
    position: absolute;
    text-align: center;
    right: -16px;
    top: 5px;
    font-size: 10px;
}
.newcontact{
    background: #ff4545;
    border-radius: 50%;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    margin-left: 3px;
}
.newcontactdot{
    color: #fb6161;
    font-size: 10px;
    margin-left: 10px;
}
.notice{
    color: #dd0a0a;
    background: #ffffb2;
}
#newcontractinfo tr th{
     white-space: nowrap;
     text-align: right;
}
.addselectbtn,.delselectbtn,.addregtimebtn,.delregtimebtn,.deldatabtn,.adddatabtn{
        background: #1a9b00;
    color: #fff;
    font-size: 1.2em;
    border: 1px solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor:pointer;
}
.delselectbtn,.deldatabtn,.delregtimebtn{
    background: #df5454;
}
.delregdatebtn{
    color:#ff0850;    
    font-size: 17px;
}
.canceladdinvoice{
    position: absolute;
    right: 15px;
    top: 15px;
}
.addregtimeblock{
    background: #eaffef;    
    margin: 5px 0 30px 0;
    padding: 5px;
    min-width: 200px;
    position:relative;
    border: 2px outset #16ac00;
}
.addregtimeblock.errormark{
    background: #ffe5e5; 
}
.addregtimeblock .delregtimebtn{
    position: absolute;
    right: 10px;
}

a.operatinglink{
    color: #fff;
    /* font-size: 1em; */
    margin-left: 20px;
    /*text-decoration: underline;*/
    font-weight: normal;
}

.servicereglist tr td .ruledata,.regdatelist tr td .ruledata{
        background: #fff5f0;
    padding: 10px 5px;
    border-bottom: 3px solid #ffa274;
    margin-bottom: 15px;   
    border-radius: 10px 10px 0px 0px;
    width:140px;
}
.ruledata .ruleitem{
        background: #faffd2;
    padding: 5px 5px;
    display: inline-block;
    margin-bottom: 5px;
    max-width: 250px;
}
.regdatelist td{
    padding:10px;
    border-right: 1px solid #ccc;
    vertical-align: top;
}
.regdatelist .regdate{
    background: #e3e6ff;
    text-align:center;
}

/*�w�����طs�w��*/
.regitemaddblock{
    background: #ffddfe;
    border-radius: 5px;
    padding: 5px;
    border-bottom: 4px solid #888;
    color:#000;
}
/*�w�����ئc��*/
.regitem{
    display: block;
    border-bottom: 2px dashed #55c764;
    padding: 5px 0;    
    max-width: 250px;
}
.addregtimeblock .regitem:last-child{
    border: 0;
}


#productlogblock{
    display:none;
}
#productloglist{
    height: 450px;
    overflow-y: scroll;
    display: block;
    border: 6px double #36c6d3;
}
#productloglist tr *{
    text-align:center;
    padding:5px 10px ;
    border:1px solid #ccc;
}
#productloglist tr .pos{
    background:#c3ffc3;
}
#productloglist tr .neg{
    background:#ffd9d9;
}
.shopsearch{
    position:relative;
}
.shopsearch select,.datasearch select{
    padding: 4px 10px;
    font-size: 1em;
    vertical-align: middle;
}
.highlight{
    background:#ff0;
}

.slidedownblock{
    display:none;
    position: absolute;
    z-index: 3;
    background: #fff;
    border: 2px solid #36c6d3;
    padding: 40px 30px 10px 30px;
    max-height: 500px;
    overflow-y: auto;
}

#closesubcatelist{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.list-inline li{
    background: #f0f0f0;
    font-size: 1.3em;
    padding: 3px 15px;
    margin: 0 15px 0 0;
}
.list-inline li.active{
    background: #3ebec9;
}

.list-inline li.active a{
    color: #fff;
}
pre {
    font-size: 1em;
    line-height: inherit;
}

/* ��ï�ӥ��޲z�� */
.photopreview{
    max-width:100%;
    max-height:150px;
    margin: 0 auto;
    display: block;
}
.dataphoto{
    padding:15px 10px;    
    text-align: left;
    border-bottom: 4px double #7e7e7e;
    margin: 0;
    background: #fff6f6;
    cursor: move;
}
    
.dataphoto:nth-child(2n){
    background: #fffef6;
}
.iscoverhint{
    background: rgba(134, 26, 255,0.9);
    color: #fff;
    padding: 1px 5px;
    position: absolute;
    left: 0;
    top: -10px;
}
.zoominicon{
    position: absolute;
    left: 0;
    bottom: 0px;
    font-size: 1.5em;
    background: rgb(255, 255, 255);
    color: #0942b9;
    width: 30px;
    border: 1px solid;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/*�ӥ��޲z�� �ӥ��i��*/
.picnum{
    font-size: 1.3em;
    color: #929292;
    background: #ffeeee;
    padding: 5px;
    display:inline-block;
}

/*�c�� �ӥ��i��*/
.albumpicnum{
    color: #ff2929;
}

.ratepercent{
    width: 3.5em;
    display: inline-block;
    margin-left: 10px;
}

.regitemselect{
    max-width: 200px;
}

/*�����p����*/
 .miniwindowblock{
    display:none;
}
.miniwindow{
    width: 300px;
    height: 300px;
    padding: 0;
    border:1px solid #666;
    position:fixed;
    right: 10px;
    bottom:10px;
    z-index: 10;
}
.miniwindow .content{
    margin: 0px;
    padding: 15px;
    padding-top: 45px;
    height: 100%;
}
.titlebar{
    height: 30px;
    background: #ffe5e5;
    position: absolute;
    width: 100%;
    cursor: move;
}
.closewindow{
    float: right;
    font-size: 30px;
    color: #ff7a22;
    margin-right:10px;
    cursor:pointer;
}
.miniwindowblock{
    display:none;
}
.titlename{
    margin-left:5px;
}

.layoutoption:hover .layoutpreview{
        opacity:1;
        display: block;
    }

.layoutpreview{
    position: absolute;
    border:1px solid #888;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity:0;   
    display: none;
}
.addregitem{
    background: #ff5f5f;
    color: #ffe800;
    font-size: 15px;
}

#hoe-left-panel .panel-list > li:last-child > a{
    border:0;
}

#hoeapp-container[hoe-color-type="lpanel-bg7"] #hoe-left-panel .panel-list ul.hoe-sub-menu li.active > a{
    background: #0096a9;
}
#cke_122_uielement{
    /*display:none !important;*/
}
.setshipdata,.setshipdatarow{
    display:none;
}
.shiplist tr td{
    padding:8px;
    border:1px solid #ccc;
}
.shipaddinfo{
    width:100%;
    border: 1px solid #00bcd4;
    margin-top:20px;
}
.shipaddinfo tr th{
    padding: 10px;
    text-align: center;
    border-bottom: 3px solid #00bcd4;
}
.shipaddinfo tr td{
        padding: 10px;
    border-bottom: 1px solid #00bcd4;
    vertical-align: text-top;
}
.shipaddinfo tr td:first-child{
     text-align:right;
}
.newordership{
    background:#fff;
    margin: 0 10%;
    max-height: 100%;
    overflow: auto;
}
.ordershipdatalist{    
    border: 4px solid #497534;
    /*min-width:880px;*/
}
.ordershipdatalist tr >*{
    border:1px solid #888;    
    text-align: center;
    padding: 5px;
}
.ordershipdatalist tr.thead{
    background: #497534;
    color: #fff;
}
.ordershipdatalist p{
    margin:0;
}

.greenbg{    
    background: #daffd1;
}
.endbg{
    background: #ffe9cb;
}
.yellowbg,.highlightbg{
    background: #fff7b9;
}

.regsethintblock{
    display:none;    
    position: absolute;
    background: #fff;
    z-index: 11;
    border: 3px solid #333f48;
    width: 80%;
    left: 30px;
    margin-top: 30px;
    padding:20px;
}
.regdatecalendar tr>*{
    border:1px solid #ccc;
    padding:3px;
}
.regdatecalendar tr th{
    text-align:center;
}
.regdatecalendar tbody tr td{
    cursor:pointer;
}

.regdatecalendar tbody tr td a{
    padding: 10px;
    font-size: 1.5em;
    display: inline-block;
}

.regdatecalendar .today{
    background:#b9ffbb;
}
.selectday{
    background:#ffff9c;
}
.hasregdata{
    background:#ffdfdf;
}

.colorhintbox{
    color: #b9ffbb;
    font-size: 28px;
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
    font-family: microsoft jhenghei;
}

h2,.panel-title{
    font-size:18px;
}
#appoint_dt{
    font-size: 1.2em;
}

.pushing{
    display:none;
}

.groupmemberlist input[type=checkbox]{
    width: 20px;
    height: 20px;
     vertical-align: middle;
}
.groupmemberlist tr td{
    cursor:pointer;
}
input[type=checkbox]{
    width: 20px;
    height: 20px;
}

.daterow,.table-hover>tbody>tr.daterow:hover{
    background: #333f48;
    color: #fff;
}

.schtable td{
    border: 1px solid #ccc;
}

.addmemgpblock{
    border: 1px solid #ccc;
}

.addmemgpblock tr td{
   /* width:initial;
    display:inline-block;*/
    padding:8px;
}
#memgrouppricelist .form-control{
      width: initial;
      display:inline-block;
}

.table-bordered tr td,.table-bordered tr th{
    padding:10px;
}
.paytypelist i,.fa.typeswitch{
    font-size:35px;
    color:#009900;
}
.paytypelist i.fa-toggle-off{
    color:#4b4b4b;
}

ul.changeloglist{
    height: 69vh;
    overflow: auto;
    border: 4px double #14609a;
    padding: 10px 40px;
}
ul.changeloglist li{
    list-style-type: none;
    padding-bottom: 10px;
}
ul.changeloglist li.date{
    list-style-type: square;
    border-top: 2px #999999 dotted;
    padding-bottom: 10px;
    margin-top: 15px;
    padding-top: 15px;
}
ul.changeloglist li span{
    font-size: 1.2em;
    /* font-weight: 600; */
    color: #9d1a1a;
    background: #fffee4;
}

ul.changeloglist li img{
    display: block;
    max-width: 500px;
    border: 5px double #ffaff9;
    padding: 10px;
    background: #dcffe9;
    cursor:pointer;
}
@media (max-width:500px){
    ul.changeloglist li img{
        max-width: 100%;
    }
}
   
ul.changeloglist li span.logtype{
    background: #d0ffcb;
    text-transform: uppercase;
}
/*
ul.changeloglist li span.logtype:before{
    content:"[";
}
ul.changeloglist li span.logtype:after{
    content:"]";
}
*/
ul.changeloglist li:after{
    /*content:"�c"*/
}
.newlog{
    /*display:none; */
}
.txtblue,.bluetxt{
    color:#00f;
}
.txtred,.redtxt{
    color:#e62828 !important;
}
.orangetxt {
    color: #fc8211 !important;
}

.greentxt{
    color: #23a100 !important;
}

.invoicedata textarea,.invoicedata input{
    width:100%;
}
.invoicedata input[type=radio]{
    width:auto;
}

.divinlineblock{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.notfull{
    display: inline-block;
    width:initial;
}
.pushlist img{
    max-width:300px;
}

.prdoptionenable{
    font-size: 35px;
    color: #009900;
}

#catelist tbody .prdcateroot{
    background:#ccf9ff;
}

#catelist tbody tr{
    background: #efefef;
}
#catelist tbody tr td{
    border-top: none; 
}
.prdoptionblock{
    display:none;
}
.prdpiclist{
    list-style-type:none;
    padding:0;
    margin-top:10px;
    background: #d1ddff;
}
.prdpiclist li{
    width: 22%;
    min-width: 130px;
    border:1px solid #ccc;
    padding:5px;
    display:inline-block;
    position: relative;
    margin: 10px;
    cursor: move;
    background: #f8f8f8;
    text-align: center;
}
.prdpiclist img{
    max-width: 100%;
    max-height: 200px;
}

.prdpicselectlist li { /*�w������ϥ� �b��*/
    width: 22%;
    min-width: 130px;
    border: 1px solid #ccc;
    padding: 5px;
    display: inline-block;
    position: relative;
    margin: 10px;
    cursor: cell;
    background: #f8f8f8;
    text-align: center;
}

.prdpiclist img, .prdpicselectlist img { /*�w������ϥ� �b��*/
    max-width: 100%;
    max-height: 200px;
}

.delprdpicbtn{
    color: #ec3f3f;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 35px;
    cursor:pointer;
}
.moveicon{
    position: absolute;
    color: #444444;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.disablerow,.disableoption{
      background: #e0e0e0 !important;
}
.redrow{
      background: #ffdede !important;
}
.greenrow{
      background:#c9ffc2 !important;
}
.delrow{
    text-decoration: line-through;
}

.prdoptblock {
    border: 1px dashed #ccc;
    text-align: left;
    float: left;
    display: inline-block;
    padding: 5px;
    letter-spacing: 2px;
     margin-top: 10px;
}
.captchademo{
     text-align: center;
    border: 2px dashed #ffd65c;
    margin: 10px;
    display: inline-block;
    padding: 10px;
}

.isinstallmentblock{
    display:none;
}
.installmentblock{
    display:none;
}
.installmentlist input[type=text]{
    width:4em;
}

.installmentlist label{
    margin-left:15px;
    font-size: 20px;
}
.pt-30{
    padding-top:30px;
}
.workbtn {
    width: 100px;
    height: 80px;
    line-height: 80px;
    margin: 0px 0px;
    margin-right: 1%;
    font-size: 30px;
    position: relative;
    padding: 0;

}
.gooutbtn{
    vertical-align: top;
    padding: 11px 10px;
    font-size: 20px;
    width: 100px;
    height: 80px;
}
.workselect .finished{
    position: absolute;
    left: 37%;
    bottom: 0;
}
.workloglist{
    vertical-align: top;
    margin: 20px 0 40px;
    width: 100%;
}
.leaveform{
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0px 0;
    background: #f8dfff;
}
.leaveloglist tr td:first-child,.leaveloglist tr th {
    background: #ffe0e0;
}


.workloglist tr >*{
    background:#daffd1;
}
.workloglist tr >*:nth-child(even){
    background: #ffe9cb;
}
.leaveloglist {
    background: #fffddb;
    border: 2px solid #666;
    border-collapse: unset;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 20px;
    min-width:550px;
}

.leavelogtable {
    margin:30px 0;
}
.leavelogtable tbody{
    display:none;
}
.leavelogtable tr th {
    background: #ffe0e0;
}
/*
.workloglist tbody{
    display:none;
}*/
.showtable{
    cursor:pointer;

}

.select{
     padding: 4px 10px;
    font-size: 1em;
    vertical-align: middle;
}
.clear{
    clear:both;
}
.workmonthlist .restday{
    background: #ffe6e6;
}
.workmonthlist .today{    
    background: #ffffd4;
}
.rowhint{
    background: #00477c;
    color: #fff;
}

.workmonthlist tr th{
    white-space: nowrap;
}
.workmonthlist tr>*{
    border:1px solid #ccc;
}
.workmonthlist td p{
    margin:0;
}

.worklogctrl{
    text-align:center;
}
.worklogctrl i{
    margin:0 10%;
    font-size:30px;
    color: #333f48;
}

.linenotifyauthqr{    
    max-width: 100%;
    width: 250px;
}
.linenotifytxt{
    display:none;
}
.linenotifyblock{
    border: 5px double #6eff7a;
    padding: 10px;
    display: inline-block;
}

.linenotifyokblock{
    background: #4ecd00;   
    display: inline-block;    
    border-radius: 10px;    
    text-align: center;
    padding: 20px 30px;
    color: #fff;    
    font-size: 40px;
    line-height: 1em;
    max-width: 100%;
    margin-bottom: 30px;
}
.linenotifyokblock img{
    
    vertical-align: bottom;
    max-width: 100%;
}
.linenotifyokblock i{
    color: #4ecd00;
    font-size: 90px;
    background: #fff;    
    padding: 30px;    
    border-radius: 50%;    
    margin-bottom: 20px;
}

.workmonthlist td{
    white-space: nowrap;
}

.telesalesdealcalc tr>*{
    border: 1px solid #666 !important;
}
.telesalesdealcalc tr>*:nth-child(1){
    
}
.telesalesdealcalc tr>*:nth-child(2){
    background: #b0ffb0;
    color: #0c0c0c;
}
 .telesalesdealcalc tr>*:nth-child(3){
    background: #e5e5e5;
}
 .telesalesdealcalc tr>*:nth-child(4){
    background: #ffd9d9;
}
 .telesalesdealcalc tr>*:nth-child(5), .telesalesdealcalc tr>*:nth-child(6), .telesalesdealcalc tr>*:nth-child(7){
    background: #fff4b5;
}

 .telesalesdealcalc tr>*:nth-child(8), .telesalesdealcalc tr>*:nth-child(9),.telesalesdealcalc tr>*:nth-child(10){
    background: #fffadf;
}
 
 .telesalesdealcalc tr>*:nth-child(12){
    background: #d3d3d3;
}
 
.tab-content .tab-pane {
    padding-top: 20px;
}
.addcouponblock ,.addblock,.border{
    border:1px solid #ccc;
    padding:20px 10px;
    margin-bottom: 20px;
}
.couponlist {
    height: 500px;
    overflow-y: auto;
    display: block;
}
.mobileview {
    width: 100%;
    border: 10px solid #000;
    border-bottom-width: 30px;
    border-radius: 21px;
    background: #000;
}

.hmmenuicon{
    color: #fffc00;
    font-size: 1.4em !important;
    vertical-align: sub;
}

.leavefileblock {
    border: 2px outset #bbbbff;
    margin: 15px 0;
    padding: 10px;
    background: #e3e3ff;
}
.mapmarkertxt{
    font-family: "microsoft jhenghei","source sans pro", sans-serif;
    font-weight: 400;
}
.mapmarkertxt .fnbtn{
    color: #2461ff;
    font-size: 31px;
    margin-right: 10px;
    vertical-align: bottom;
}
.mapmarkertxt .fa.fa-phone-square{
    color: #747474;
}
.mapmarkertxt .fa.fa-pencil-square-o{
    color: #ea7200;
}
.mapmarkertxt .fa.fa-google{
    color: #ea4335;
}
.googlemapinmap img{
    width:33px;
    vertical-align:bottom;
}

.dateshow{    
    background: #b9b9b9;
    border: 2px solid #b9b9b9;
    padding: 0px;
    color: #000;
    text-align: center;
    border-radius: 7px;
    padding-top: 1px;
    display: inline-block;
}
.datemd{    
    background: #fff;
    color: #000;
    border-radius: 0 0 5px 5px;
    padding: 1px 3px;
    margin-top: 2px;
}
.prdeditlist .imagepreview{
    width: 100px;
    display: inline-block;
    margin-right: 10px;
    max-height: 100px;
    object-fit: contain;
}
.prdeditlist{
    white-space: nowrap;
}
.w200{
    width:200px;
}
.w175{
    width:175px;
}
.w150{
    width:150px;
}
.w125{
    width:125px;
}
.w100{
    width:100px;
}
.w75{
    width:75px;
}
.w50{
    width:75px;
}
.w25{
    width:75px;
}
#deallog{
    width:100%;
    height: 90%;
    margin-top: 15px;
}
.deallogone{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px 0;
    background: #fdffeb;
}
.dealloglist .deallogone:nth-child(even){
    
    background: #d7ffd7;
}
.prdtemppiclist{
    padding:15px;
    text-align:left;
}
.prdtemppicone{
    width: 120px;
    display: inline-block;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
}
.prdtemppicone .picview{
    width:100%;
}
.prdtemppicone .picname{
    text-align: center;
}
.prdtemppicone .deltemppic{
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 25px;
    color: #e61111;
}

#dropdiv,.dropfileuploadblock {
    text-align: center;
    min-height: 300px;
    margin: auto;
    border: dashed 2px gray;
}
.submiting{
    display:none;
}
.removeprdtemp{
    font-size: 20px;
}
.changepaymentfinish{
    padding:3px;
}
#hoe-left-panel>ul>li.menu200>a,
#hoe-left-panel>ul>li.menu300>a
{
    background:#315339 !important;
}
.googletranslangblock label{
    margin:5px 10px;
    width: 140px;
}
.currencyblock label {
    margin: 5px 10px;
    width: 140px;
}
.hocomnoticelist {
    padding: 0;

}
.hocomnoticelist li{
    border: 1px solid #ccc;
    list-style-type: none;
    padding: 5px 10px;
    margin: 15px 0;
}


.shopsearch input[type=text] {
    width: 120px;
    display: inline-block;
}
.changedealstatus{
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
}
.shopcountcalc span{
    margin-right: 20px;
}

.shopdealcalc tr>* {
    border: 1px solid #ccc;
    text-align: center;
}
.navsettag{
    font-size: 26px;
}

.shopreportdata{
    width:100%;
    height:100vh;
    border:0;
    display:none;
}
#shopreportloading{
    text-align:center;
    margin: 20px 0;
    font-size: 2em;
}
.showmininumbtn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 10px;
    width: 30px;
    padding: 0;
    height: 25px;
    z-index: 10;
}
.webnumcontrol .overtime{
    
    vertical-align: sub;
    width: 15px;
}
.webnumcontrol .overtimecheckblock {
    font-size: 15px;
    text-align: left;
    position: relative;
    padding: 0 0 15px 10px;
}
#hocomnote{
    width: 100%;
    height:50vh;
    line-height: 1.5em;
}
.notesaving,.notesaved{
    display:none;
}
.handlecont{
    resize: vertical;
}

#mailpreviewblock{
    width:100%;
    height:55vh;
}

.telsearchblock{
   /* margin-left:30px;*/
}
.telsearchresultblock{
    margin-top:20px;
}
.telsearchresultblock table{

    width: 100%;
    margin-top: 20px;
    vertical-align: top;
}

.telsearchresultblock table tr th{    
    background: #ffeede;
}
.telsearchresultblock .blacksearchlist tr th{
    background: #616161;
    color: #fff;
}
.blacksearchlist tr td{
    text-align:left;
}

.maxw20{
    max-width:20px;
}
.maxw30{
    max-width:30px;
}
.maxw40{
    max-width:40px;
}
.maxw50{
    max-width:50px;
}
.maxw60{
    max-width:60px;
}
.maxw70{
    max-width:70px;
}
.maxw80{
    max-width:80px;
}
.maxw90{
    max-width:90px;
}
.maxw100{
    max-width:100px;
}
.maxw150{
    max-width:150px;
}
.maxw200{
    max-width:200px;
}

.maxw250{
    max-width:250px;
}

.maxw300{
    max-width:300px;
}

.maxw350{
    max-width:350px;
}
.confirmblock{
    background: #ffffec;
    padding: 10px;
}

.statistic > table.shopexpiredlist tr th{
    background: #fff;
}
/*���ƹ��*/
.statistic > table.shopexpiredlist tr{
    background: #ddffdb;
}


/*�_�ƹ��*/
.statistic > table.shopexpiredlist tr:nth-child(4n)
,.statistic > table.shopexpiredlist tr:nth-child(4n-1){
    background: #f9ecff;
} 

#newappointdtblock{
    display:none;
    text-align: left;
}
.confirmaddblock{
    position:relative;
    margin-bottom: 50px;
}
.confirmblock .confirmdata{
    background: #fff;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #b6b6b6;
    border-radius: 8px;
    text-align:left;
    position: relative;
}
.confirmdata p{
    margin:0 0 0 0;
}
.confirmaddblock label{
    margin:0 15px;
}
.contractshoplist .shopdata{
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin: 10px 0;
    background: #e9f5ff;
}

.contractshoplist .shopdata .shopnm{
    color: #ff8b05;
    background: #ffecec;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
}
.webnavname,.appnavname{
    width:180px;
}

.redborder{
    outline:2px double #f00;
}
.lastconfirmdata{
    display: none; 
    position: absolute;
    background: #ffffdf;
    z-index: 10;
    border: 3px solid #ffb200;
    padding: 10px;
}
.lastconfirmdata p{
    margin:0 0 0 0;
}
.showlastconfirm:hover .lastconfirmdata{
    display: block; 
}

.telappointcalendar{
    width:100%;
}
.telappointcalendar tr th{
    border: 1px solid #ccc;
    text-align:center;
    padding:10px 5px;
}
.telappointcalendar .thisym{
    font-size:1.5em;
 }
.telappointcalendar tr td{
    height: 12vh;
    border: 1px solid #ccc;
    vertical-align: top;
}
.telappointcalendar .weekend{
    background: #dedede;
}
.telappointcalendar .today ,.guidecalendar .today {
    background: #faffc5;
    outline: 2px solid #ffb853;
}
.telappointcalendar .weekend .date{
    color:#f00;
}
.changemonthbtn{
    background: #f6f6f6;
    color: #a8a8a8;
    border-radius: 3px;
    font-size: 25px;
    display: inline-block;
    margin: 5px;
    padding: 2px 10px;
}
.handledate{
    width:100px;
}
.telappointsearchform .region{
    padding: 4px 5px;
    margin-bottom: 4px;
    vertical-align: bottom;
}

.telappointcalendar .date{
    /*background: #fffae7;*/
    font-size: 1.2em;
    padding: 10px 5px;
    border-bottom: 1px dotted #ccc;
    cursor:pointer;
}
.telappointcalendar .num{
    background: #eaffea;
    padding: 2px 0px;
    border: 1px solid #0bba32;
    text-align: center;
    margin: 10px 10%;
}

.closemask{
    color: #ffa0a0;
    font-size: 35px;
    position: absolute;
    top: 6px;
    right: 10px;
}
#appointschdateblock{
    border:0;
    width:100%;
    height:70vh;
}

.appointlist,.appointdetail{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.appointday{
    font-size:25px;
 }
.appointdata{
    background: #fff;
    border: 2px outset #6b6cff;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 9px;
}
.appointdata ul{
    list-style-type: none;
    padding: 0;
}
.appointdata li{
    
    word-break: break-word;
}
.appointdata a.appointshopnm{
    color: #0045a1;
    font-weight: bold;
    font-size: 1.1em;
}
.appointsalesnm{
    background: #3a5f05;
    font-size: 18px;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
}
.appointsalesnm.nosales{
    background: #c90f0f;
    color: #fff;
}

.appointlist .appointtime{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 22px;
    background: #0045a1;
    color: #fff;
    padding: 5px;
}

.appointfnbtn{
    color: #008e71;
    cursor: pointer;
    border: 2px solid #009688;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 30px;
    padding: 7px 0;
    font-size: 22px;
    margin-top: 10px;
}

.appointdetailbtn{
    float: right;
    border-radius: 50%;
    color: #ffffff;
    border-color: #ffbc6f;
    background: #ed7f00;
}
.appointdetail{
    text-align: center;
}

.appointdetail .appointtitle{
}
.appointdetail .appointregion{
}
.appointdetail .appointdate{
    font-size: 25px;
    font-weight: bold;
}
.appointdetail .appointtime{
    font-size: 25px;
    font-weight: bold;
}

.appointdetail .appointshopinfo{
    text-align: left;
    border: 4px double #d02100;
    margin: 10px 5px;
    padding: 5px 5px;
}
.appointdetail .appointcontactinfo{
    text-align: left;
    border: 3px dotted #337ab7;
    margin: 10px 5px;
    padding: 5px 5px;
}
.appointcontent{
    text-align: left;
    border: 1px solid #7e7e7e;
    padding: 10px;
    margin: 5px;
    word-break: break-word;
}
.showconfirmdata {
    border: 1px outset #ccc;
    display: inline-block;
    padding: 2px 15px;
    cursor: pointer;
    background: #fefefe;
    color: #555555;
    border-radius: 5px;
}

.returndaylist{
    position: fixed;
    left: 0;
    top: 0;
    font-size: 25px;
    z-index: 20;
}
.appointvisitlist{
    margin:10px 0;
}
.addvisitblock{
    text-align: left;
    position: relative;
    margin-top: 10px;
}
.addvisitblock #visitcontent{
    
    display: block;
    width: 75%;
    margin: 0 auto;
    font-size:1.3em;
    padding:5px 0;
    /*
    padding-left:35px;
    padding-right:35px;
    */
    resize: vertical;
    
}
.addvisitblock #uploadvisitpic{
    position: absolute;
    font-size: 27px;
    left: 5px;
    top: 5px;
    color: #3dc2c8;
}
.addvisitblock #sendvisit{
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 24px;
    color: #3dc2c8;
}
.visitdata{
    text-align: left;
    margin-bottom: 20px;
}
.visitdata .username{
    font-weight: bold;
}
.visitdata .visitdate{
    font-size: 0.8em;
    margin-top: -10px;
}
.visitdata .visitcontent{
    background: #fff2f1;
    border: 1px solid #ffb9b4;
    padding: 3px 6px;
    position:relative;
    margin: 0 10px;
    white-space: pre-wrap;
    word-break: break-all;
    min-height: 35px;
}
.visitdata .visitcontent:before{
    content:"";
    position: absolute;
    left:-10px;
}

.visitdata .visitcontent:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffb9b4 transparent transparent;
}
.appointevent,.borderinline{
    border: 1px solid #979797;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 2px;
    display: inline-block;
}

.contactlist{
    position:relative;
}
.contactdata{
    background: #e9ffd7;
    border: 2px solid #a0dd6e;
    margin: 10px 10px;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 12px;
    width:90%;
    max-width:500px;
    position: relative;
}

.contactdata:before {
    content:"";
    position: absolute;
    left: -11px;
    margin-top: 8px;
}
.contactdata:before{
width: 0;
height: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #69cc18  transparent transparent;

}

.contactdata .contactname{
    font-weight:bold;
    margin:0;
}
.contactdata .contactdt{
    margin:0;
    margin-top:-5px;
}
.contactdata .content{
    margin: 0 -10px;
    border-top: 2px dotted #9f9f9f;
    padding: 5px 15px;
    word-break: break-word;
}
.contactdata .readstatus{
    position: absolute;
    bottom: 0;
    right: -42px;
    left: inherit;
    color: #7b7b7b;
}
.contactdata.hocomadminmsg .readstatus{
    position: absolute;
    bottom: 0;
    right: inherit;
    left: -42px;
    color: #7b7b7b;
}


.contactdata.hocomadminmsg{
    background: #ffe7e7;
    border-color: #ff8484;
    float: right;
}

.contactdata.hocomadminmsg:before{
    left: inherit;
    right: -10px;;
}
.contactdata.hocomadminmsg:before{
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #ff8484;

}
.contactlist br{
    clear:both;
}

.shophandleblock{
    margin-bottom:20px;
}

#visitpic{
    display:none;
}

.visitcontent img{
    
    max-width: 100%;
    max-height: 200px;
}

.visitcontent a{
    display: inherit;
}

.teleappointchangesales{
    padding: 3px;
}
.appointdata.salesnull,.appointdata.confirmnull{
    background: #ffdee9;
}

.salesselectblock{
    text-align:right;
}
.appointsales{
    border: 2px solid #00bcd4;
    margin-bottom: 20px;
    padding: 5px 5px;
    background: #ffffff;
    border-radius: 6px;
}
.appointone{
    background: #e7ffe9;
    border-radius: 6px;
    padding: 5px 5px;
    position:relative;
}
.appointsaleslist{
    max-height: 70vh;
    overflow: auto;
}
.appointsaleslist .appointtime{
    background: #b7ffe6;
    color: #11189b;
    padding: 1px 4px;
    display: inline-block;
}

.setmapcenter{
    cursor:pointer;
    float: left;
    font-size: 28px;
    color: #de1e34;
}
.appointsaleslist .setmapcenter{
    position: absolute;
    right: 5px;
    top: 0;
}

.gm-style div{    
  font-family: "microsoft jhenghei","source sans pro", sans-serif !important;
  font-size: 20px !important;
}
.appointshopartlist{
    overflow:auto;
    max-height:70vh;
}
.appointshopartlist .shopartdata{
    margin: 10px 0;
    padding: 10px 10px;
    border-bottom: 2px solid #333f48;
    transition-duration: .5s;
    transition-delay: .8s;
    /*background: #efffee;*/
}
.shopartdata.hasartdesign{
    background: #ffe1e1;
}
.shopartdata .dateshow{
    vertical-align: top;
}
.shopartdata a:not(.btn){
    color:#371dd8;
}
.shoppreviewbtn{
    font-size: 1.8em;
    color: #00bcd4;
    cursor:pointer;
    float:right;
}
.shoppreviewbtn:hover{
    color: #009fb4;
}
#shoppreviewblock{
   /* border: 0;*/
    width: 170%;
    transform: scale(0.6);
    height: 100vh;
    transform-origin: left top;
    /*
    position: fixed;
    top: 35%;
    */
}

@media screen and (max-width: 768px){
    #shoppreviewblock{
        max-width:100%;
        transform: scale(1) !important;
        
    position: relative;
    }
}
.artdesignblock{
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    border: 2px solid #ccc;
    padding: 5px 5px;
}
.artdesignshoplist{

}
.artdesignshoplist li{
    margin: 10px 0;
    padding-left: 2em;
    max-width: 300px;
    border-bottom: 1px solid #ccc;
}
.removeartdesign{
    color: #b63737;
    font-size: 1.4em;
    text-indent: -0.8em;
}
.telappointlist .telappointcont{
    max-height: 80px;
    overflow: hidden;
    position: relative;
    padding-bottom: 1em;
    cursor:pointer;
}
.telappointlist .telappointcont .showtelappointcont {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 16px;
    font-size: 22px;
    background: rgba(255, 255, 255, 0.53);
    color: #000;
    text-align: center;
}

.telappointlist .telappointcont.slidedown{
    max-height: initial;
    overflow: auto;
}
.telappointlist .telappointcont.slidedown .showtelappointcont{
    display:none;
}
#appointroutelist{
    max-height: 70vh;
    overflow: auto;
}
.mapappointtime{
    background: #0045a1;
    color: #fff;
    margin-right: 5px;
    padding: 2px;
}
.confirmblock .datatypename{
    background: #ceffda;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #959595;
}

.setappointdata,.appointdata .telesalesicon{
    color: #333f48;
    font-size: 1.2em;
}

.holidayname{
    text-align:center;
}
.telroutecounttxt{
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}

#hasappointlist .appointtime{
    margin-right: 5px;
    background: #ffffd4;
}

#hasappointlist hr{
    margin: 5px 0;
    border-top: 1px solid #db8900;
}
.appointdata .area{
    font-size:0.8em;
}

.gm-ui-hover-effect{
    top: -6px !important;
    right: 10px !important;
}
.gm-ui-hover-effect img{
    width: 35px !important;
    height: 35px !important;
}
.mapmarkerconfirmdata{
    display:none;
    
}
.gm-style div.mapmarkerconfirmdata{
    font-size: 15px !important;
    max-width:320px;
    background: #ffffdf;
    border: 3px solid #ffb200;
    padding: 7px;
}
.mapmarkerconfirmdata p{
    margin-bottom:0;
}
.bordertop{
    border-top: 1px dotted #a3a3a3;
    padding-top: 10px;
}

.dailyappointlist tr th{
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.2em;
}
.dailyappointlist tr td{
    /*font-size: 25px;*/
    text-align: center;
    border: 1px solid #ccc;
    position:relative;
    padding-top: 5px !important;
    padding-bottom: 24px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;

}

.dailyappointlist .weekresult td {
    background: #d8efe0;
    font-size: 14px;
    padding-bottom: 8px !important;
}
.dailyappointlist .monthresult td {
    background: #c8d9ed;
    font-size: 14px;
    padding-bottom: 8px !important;
}

.dailyappointlist .leavetype{
    /*font-size: 20px;*/
    position: absolute;
    width: 170%;
    left: 0;
    bottom: 0px;
    background: #fff;
}
.dailyappointdate{
    font-size:15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.voicetotxticon{
    position: absolute;
    margin-top: -1em;
    right: 25px;
    font-size: 2em;
    color: #36ba36;
}
.voicetotxticon.recognizing{
    color: #ff4646;
}

.dailyappointqty{
    width: 40px;
    background: #003da4;
    color: #fff;
}

.setdailyappointqty{
    float:right;
}

.telappointcalendar .qtystatus{
    font-weight:bold;
}
.showappointdata{
    cursor:pointer;
}

.float-left{
    float:left;
}
.float-right{
    float:right;
}
#homeiframe{
    position: absolute;width: 100%;height: 100%;left: 0;top: 0;border: 0;
}

/*�ۭq���*/
.customcontactset{
    visibility:hidden;
    /*display:none;*/
}
.customcontactset #addcolblock{
    width: 100%;
    max-width: 400px;
    display: inline-block;
    padding: 10px;
    background: #e0ffea;
    border: 4px double #0ab240;
}
.addcolblock p{
    display: inline-block;
    vertical-align: text-top;
}
.customcontactset .maxchecknum{
    width:30px;
}
.customcontactset .optionsetblock{
    width:100%;
    display:none;
}
.customcontactset .checkboxset{
    display:none;
}

.collist .coldata{
    background: #e5f4ff;
    border: 2px solid #333f48;
    padding: 10px 0;
    margin: 10px 0;
}
.collist label,#addcolblock label{
    margin-right:10px;
}
.coldata .colnum{
    font-size: 1.3em;
    color: #c20027;
    border: 1px solid #930000;
    padding: 0px 5px;
    cursor:move;
}
.coldata .delcol{
    float:right;
    font-size:1.5em;
}


/*
.shopexpiredlist .shoptel
,.shopexpiredlist .renewmemo{
    display:none;
}
*/

.handlerow{

}

.contactlist .contactusdata {
    /*
    background: #ecf1ff;
    border: 2px solid #adbff1;
    */
    background: #f5f5f5;
    border: 1px solid #ccc;
    margin: 10px 0px;
    padding: 15px 15px 50px;
}
.contactlist .contactusdata p{
    margin: 0 0 3px;
}
.contactlist > div {
    margin-bottom: 20px;
}
.contactlist .contactdt {
    display: inline;
    color: #000000;
    font-weight: bold;
}
.contactlist .contactdate{
    display: inline-block;
    border: 1px solid #515151;
    border-radius: 4px;
    color: #dd6200;
}
.contactlist .contactyyyy{
    display: block;
    /*background: #085187;*/
    padding: 0px 5px;
    border-radius: 8px 0 0 0;
    border-bottom: 1px solid #5f5f5f;
}
.contactlist .contactmd{
    display: block;
    text-align: center;
    padding: 0px 5px;

}
.contactlist .contacthm{
    font-size: 22px;
    font-weight: bold;
}
.willcloseshoplist>div>div{
    background: #fff;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px;
}
.willcloseshoplist hr{
    margin:5px 0;
}

.prdpiclist {
    max-width: 1300px;
}

.ecinvoicedata,.delaydayblock,.carruernum{
    display:none;
    background: #e4e9ff;
}


select.startdate {
    /*font-size: 20px;
    border: 0;*/
    color: #d70000;
    background: 0;
}
.lineataddblock,.layoutadblock{
    text-align: center;
}
.layoutadimg{
    max-width: 90%;
    max-height: 80vh;
}
.lineatbtnblock{
    margin-top:10px;
}
.lineatbtnblock>*{
    margin:0 10px;
}
.whitetxt{
    color:#fff;
}

.shophandledata {
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: left;
    word-break: break-word;
}

.showhandleaddblock{
    margin-top:10px;
}

.addhandleblock h4{
    background: #e1d9ff;
    padding: 10px;
    border-radius: 5px;
}
#searchshop{
    width:70px;
    color: #001cc8;
    background: #feffe0;
    font-weight: bold;
}

.searchshopnameblock{
    text-align: left;
}
.searchshopresult{
    /*border: 2px double #ff7979;*/
    margin: 5px 0;
    display:none;
}
.searchshopresult>div{
    margin: 10px;
    padding: 5px;
    border: 2px solid #049cad;
    position:relative;
}

.searchshopresult>div.telappoint{
    border-color: #f44336;
}
.searchshopresult .datatype{
    position: absolute;
    right: 0;
    top: -1px;
    background: #049cad;
    color: #fff;
    padding: 2px 5px;
}

.searchshopresult .telappoint .datatype{
    background: #f44336;
}
/*
.guideaddblock{
    background: #fffad9;
    padding: 10px 5px;
}
*/
.searchshopresult li{
    cursor:pointer;
    text-decoration:underline;
}
.guideaddblock .addr{
    font-size:0.8em;
}

.appointdata.guideschdata{
    background:#d9e7ff;
}

.appointdata.promoteschdata{
    background: #fdffc3;
}
.salesreadonly{
    background: #fff;
    padding: 5px 15px;
    border: 1px solid #ccc;
}

#salesregioniiframe{
    width: 100%;
    height: 100vh;
    border: 0;
}
.saleslist tr.selected{
    background:#fffbd6;
}
.cityblock{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cityname{
    font-size: 20px;
    font-weight: bold;
}
.cityblock input[type=checkbox]{
    width: 17px;
    vertical-align: bottom;
}
.cityblock label{
    margin-right:10px;
    padding: 2px 6px;
}
.regiondetailtitle{
    position: fixed;
    background: #fff;
    width: 90%;
    border-bottom: 2px solid #9c9c9c;
    padding-bottom:10px;
    top: 0;
}
.telvismemo {
    display:block;
    width:100%;
    min-width:150px;
}

.telvislist .trackbtn{
    color:#828282;
    font-size:1.2em;
}
.telvislist .trackbtn.istrack{
    color:#fff42a;
    text-shadow: 1px 1px 0px #190b07, 1px -1px 0px #190b07, -1px -1px 0px #190b07, -1px 1px 0px #190b07
}
.telvismemo{
    resize:vertical;
}

.pagehintfixed{
    position: fixed;
    right: 30px;
    top: 90px;
    background: #fff;
    z-index: 100;
    border: 1px solid #8a8a8a;
}
.pagehintfixed>div{
    padding: 5px 8px;
}

.cityblock .areateldata{
    position:absolute;
    background:#fff;
    padding:10px;
    border:2px double #ccc;
    min-width:200px;
    
}
#yearrenewstate{
    display:none;
    border:0;
    width: 600px;
    max-width: 100%;
    height: 220px;
}
.delconfirmdata{
    position: absolute;
    right: 10px;
    font-size: 1.2em;
}
.areacheck{
    background: #ffd9ba;
}
.closehintbox {
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 25px;
    color: #5c5c5c;
}

.salaryselectblock select{
    padding:3px;
}

.leavetotalrow {
    background: #ffe7d5;
}
.modal-dialog{
    z-index: 1100;
}
.workclockresult{
    display:none;
    margin-top:10px;
}
.workresultdt{
    background:#ffc07c;
}

.invalidsignblock{
    color: #f00;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
    border: 7px double #f00;
    outline: 1px solid #f00;
    text-align: center;
    letter-spacing: 3em;
    text-indent: 3em;
    transform: rotate(30deg);
    position: absolute;
    width: 100%;
    top: 50%;
    background: #ffffff;
}

.workclockblock{
    background: #fdedff;
    padding: 10px 5px;
    border: 1px solid #ff88fd;
}

.shopsearchresult{
    list-style-type: none;
    padding: 0;
    overflow: auto;
    max-height: 500px;
}

.shopsearchresult li{
    border: 1px solid #d4d4d4;
    padding: 5px 5px;
    margin-bottom: 5px;
}

.shopsearchresult li a{
    font-size: 1.3em;
    vertical-align: bottom;
}
.parenttypelist{
    max-height: 50vh;
    overflow: auto;
    border: 2px solid #0cc700;
}
.parenttypelist,.parenttypelist ul{
    list-style-type:none;
    padding: 0;
}
.parenttypelist>li{
    border:1px solid #ccc;
    margin:5px;
    padding:5px;
}

#shoptypedataupload{
    overflow: auto;
    max-height: 75vh;
    padding: 15px 0;
    margin: 10px 0;
    border: 2px solid #00bec7;
    background: #f1efff;
}

.subshoptypelist{
    /*border-top:2px solid #ccc;*/
}
.shoptypelist tr>*{
    text-align: center;
    border: 1px solid #dedede;
}
.shoptypelist tr>*:first-child{
    text-align:left;
}

select#shoptype optgroup,select#shoptype .shoptyperoot{
    background:#e7e1ff;
}
select#shoptype option{
    background:#fff;
}
.hmprodtotal{
    padding:0;
    float: right;
    margin-top: -2em;
}
.hmprodtotal li{
    list-style-type: none;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 5px;
    text-align: center;
    margin: 5px 5px;
}
.hmprodtotal li:first-child{
    background:#fff1dd;
}
.hmprodtotal li:nth-child(2){
    background:#daffd7;
}
.submitting{
    display:none;
}
.minusrow{
    background:#ffdbdb;
}
.nettotalrow{
    background:#dcffd3;
}
.staffattenddata{
    display: inline-block;
    vertical-align: top;
}

.workselect{
    margin:10px 0;
}

.leaveloglist input[name=leavefile]{
    width:150px;
}

.type2bg{
    background:#f0ffe5;
}
.cvsstoreinfo{
    border: 2px solid #ccc;
    padding: 10px;
    display: inline-block;
    margin: 10px 0;
}

.countrydatalist tr:nth-child(3n 1),.countrydatalist tr:nth-child(3n-1) td:first-child{
    border-bottom: 3px solid #565656;
}

.countrydatalist tr{
    background: #e6fffd;
}
.countrydatalist tr:nth-child(6n-1),.countrydatalist tr:nth-child(6n),.countrydatalist tr:nth-child(6n 1){
    background: #ffffff;
}



.countrydatalist tr:first-child{
    background: #ffdcbb;
}

.countrydatalist .salesname{
    border: 2px solid #6e81f0;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 2px;
}


.telvislist .telephone {
    width:150px;
}
.telvislist .telphoneblock .fa{
    font-size: 25px;
    color: #ea5b00;
}
.savetelphone{
    display:none;
}

.telvislist .saveokicon {
    display: block;
    margin: 10px 0;
}

#hmsharerateslider .slider-selection {
    background: #ffd114;
}

#hmsharerateslider .slider-handle{
    background: #ff7f1c;
}


.cityteldatablock{
    border:1px solid #ccc;
    padding:5px;
}

.telsearchresultblock .tag {
    display: block;
    background: #e2fff5;
    border: 1px solid #00aa6e;
    padding: 2px 5px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.withdrawdetail thead{
    background: #fff3fd;
    border: 2px solid #161616;
}

.autocalchint {
    display:none;
}
.workendhint {
display: inline-block;
    border: 2px solid #909090;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}
.leaveevent{
    display:none;
}

.shopsearchform select{
    padding: 3px;
    vertical-align: top;
}

.shopservicesch{
    width:100%;
    min-width: 900px;
}
.shopservicesch td{
    vertical-align: top;
    text-align: left;
    width:14%;
    min-height: 150px;
}

.shopservicesch tr td:first-child
,.shopservicesch tr td:last-child
,.shopservicesch tr th:first-child
,.shopservicesch tr th:last-child{
    background: #e9ffdc;
}
.shopservicesch .day{
    text-align: center;
    display: block;
    background: #1d4f86;
    color: #fff;

}
.shopservicesch .schshopnm{
    border-bottom: 1px solid #656565;
    display:block;
    padding:2px 0;
}

.shopservicesch .schshopnm:focus,.shopservicesch .schshopnm:hover {

}


.shopservicesch .handlernm{
    border: 2px solid #96eaf0;
    color: #303030;
    display: inline-block;
    padding: 0px 1px;
}

.telvislogdata{
    margin: 25px 10px;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #2e2e2e; 
    text-align: center;
}
.staffhandlecalc {
    text-align:right;
}
.staffhandlecalc .handler{
    display: inline-block;
    margin: 5px 3px;
    background: #0bad03;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    border-radius: 6px;
    border: 1px solid #909090;
    min-width: 65px;
}
.staffhandlecalc .handlecount {
    background: #ffffaf;
    border-radius: 0 0 5px 5px;
    color: #000;
}
.signclosedshopdata {
    margin: 30px 0px;
    width: 100%;
    border: 3px double #e57000;
}
.signclosedshopdata tr th{
    white-space: nowrap;
}
.signclosedshopdata pre{
    white-space: pre-wrap;
    text-align: left;
}


.paydetailblock{
    border: 3px solid #ff7272;
    padding: 10px;
}
.paydetaildata{
    margin: 10px auto;
    width: 100%;
    background: #e5ffdd;
    min-width: 250px;
}

.border-green {
    border: 1px solid #008234;
    display: inline-block;
    margin: 5px 0;
    padding: 2px;
}

.border-orange{
    border: 1px solid #e98100;
    display: inline-block;
    margin: 5px 0;
    padding: 2px;
}

.scrollctrl{
    position: fixed;
    top: 60%;
    color: rgb(17, 0, 216);
    font-size: 50px;
    transform: scale(1,1.2);
    z-index: 50;
    background: #fff;
    border: 1px solid #0b09a9;
    opacity: 0.3;
    width: 50px;
    height: 50px;
    text-align: center;
}

.scrollctrl.scrollleft{
}

.scrollctrl.scrollright{
    right:2%;
}
.shopdatalist tr td:first-child{
    position:relative;
}
.newdatatag {
    color: #df0000;
    border: 3px double #bc0101;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    font-size: 13px;
    transform: rotate(-30deg);
}

.shopdatalist .shopcontratinfo>span{
    display: block;
    white-space: nowrap;
}
.shopdatalist .note{
    background: #fdffcc;
    width: 90%;
}

.shopmakedata label input[type=radio]{ 
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-left:15px;
}

#shopeditblock #code textarea{
    font-size: 1em;
}
.navdatalist input[type=text]{
    width:100px;
}
.navdatalist input.number{
    width:30px;
}

.makedataicon {
    color: #026cc7;
    font-size: 21px;
    cursor:pointer;
}

.shopmakedata{
    border: 1px solid #959595;
    padding: 15px;
}
.navdataremove {
    cursor:initial;
}
.navdatalist {
    min-width: 650px;
}

.navdatalist tbody tr .fa-arrows{
    cursor: grab;
}

.navdatalist .sortup{
    font-size: 25px;
    color: #f47412;
    cursor:initial;
    margin-right:10px;
}

.navdatalist .sortdown{
    font-size: 25px;
    color: #324dba;
    cursor:initial;
}

.finalpaysaleslist{
    /*margin-top:20px;*/
    width:100%;
}

.finalpaysaleslist>thead>tr {
    background: #343a93;
    color: #fff;
}

.finalpaysaleslist>tbody>tr:nth-child(odd) {
    background: #fffdf3;
}

.shoppaylist{
    display: inline-block;
    vertical-align: top;
    margin:10px;
    background: #fdffd2;
    border: 3px solid #ffd7d7;
}
.hoverhint{

}

.regcancel td{
    position:relative;
}
.regcancelicon{
    font-weight: bold;
    text-align: center;
    color: #c40000;
    position: absolute;
    border: 2px solid #c65050;
    padding: 10px 0 0 0;
    opacity: 0.7;
    background: #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    line-height: 25px;
    font-size: 18px;
}
.regcancelicon .fa{
    font-size: 22px;
}


.showlineatbtn{
    position: absolute;
    right: 6px;
    top: 8px;
    z-index: 50;
}

.delguideicon{
    /*position: absolute;*/
    margin-top: 10px;
    background: #fff;
    color: #f00;
    border: 1px solid #f00;
    padding: 5px;
    opacity: 0.9;
    /*transform: rotate(-20deg);*/
    font-weight: bold; 
    white-space: nowrap;
}



[aria-expanded="false"] .menu__icon--open {
    display: inline;
}
[aria-expanded="false"] .menu__icon--close {
    display: none;
}
[aria-expanded="true"] .menu__icon--open {
    display: none;
}
[aria-expanded="true"] .menu__icon--close {
    display: inline;
}
.dailyappointarealist thead{
background: #ffe9f9;
}
.dailyappointarealist tbody tr:first-child{
    background: #d6ffe3;
}
.dailyappointarealist tbody tr td{
    position:relative;
}
.dailyappointarealist .appointqty{
    position: absolute;
    right: 0px;
    top: 0;
    background: #0095a8;
    color: #fff;
    padding: 4px 8px;
}
.dailyappointarealist .appointdata{
    border-radius: 0px;
    position: absolute;
    z-index: 10;
}

.saleslogicon{
    color: #0084d7;
}

.saleschangelog{
    color: #0002a1;
    font-size:13px;
    margin-left: 5px;
}
.saleschangelog:hover{
    font-size:16px;
}

.saveregionnotice{
    position: absolute;
    right: 30px;
    bottom: 0px;
    background: 0;
    border: 0;
    color: #16b834;
    font-size: 25px;
}

.showrenewstate{
    display: block;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align:center;
}

.shophandlelist .lasthandledata:last-child{
    background: #feffda;
}
.red-box{
    border: 2px solid #ffadad;
    text-align: center;
    padding: 2px 5px;
    margin:5px 0;
    white-space: nowrap;
}
.green-box{
    border: 2px solid #1dbc1e;
    text-align: center;
    padding: 2px 5px;
    margin:5px 0;
    white-space: nowrap;
}
.guiderselect {
    color: #000085;
}

.guiderselect optgroup:nth-child(even) {
    background: #ffe8d9;
}

.guiderselect optgroup:nth-child(odd) {
    background: #fee6f9;
}

.guiderselect .disableopt {
    color: #666;
}
.domaindata{
    margin-top: 10px;
    background: #c8ddff;
    padding: 5px;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
}
.hoverblock .hovercont{
    transition:all .2s linear;
    height:0px;
    overflow:hidden;
}

.hoverblock:hover .hovercont{
    height:200px;
    overflow-y:auto;
}
.hoverblock:hover .hovercont.h100{
    height:100px;
}
.shopdatalist .guidememo {    
    text-align: left;
    position: absolute;
    background: #fff;
    border: 2px solid #ccc;
    padding: 4px;
    max-width: 500px;
}
.guidecount {
    background: #d9e2ff;
    border: 1px solid #666;
    padding: 3px;
    font-size: 14px;
}
.nav li.menu920 a{
    background: #fffc69 !important;
    color: #f00 !important;
}
.item-picker .filter {
    display: flex;
}

.item-picker .filter .filter-toggle-btn {
    display: inline-block;
    height: 32px;
    padding: 6px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    min-width: 135px;
}
.item-picker .filter .item-picker-input {
    display: flex;
    flex: 2;
    position: relative;
    flex-direction: column;
}
.item-picker .filter input {
    display: inline-block;
    height: 32px;
    flex: 2;
    border: 1px solid #ddd;
    border-left: none;
    padding-left: 5px;
    outline: none;
}
.item-picker .filter .search-btn {
    border: 1px solid #ddd;
    border-left: none;
    width: 32px;
    height: 32px;
    background-color: #f1f1f1;
    font-size: 12px;
    outline: none;
}
.prdimgloading{
    display:none;
}

#telappointiframe{
    width: 100%;
    height: 70vh;
    border: 0;
}
.guidecalendar .guidetime{
    background: #5b60ff;
    color: #fff;
    padding: 2px 5px;
}
.guidecalendar .guidesales{
    color: #666;
    border-bottom: 2px solid #4b4b4b;
}
#searchresult .changesales{
    padding: 5px 2px;
}
#catelist .sort{
    width: 70px;
    padding: 5px;
}
.prdcatimgblock{
    display: inline-block;
}
.prdcatimgblock .picimg{

}
.nodesignshoplist li{
    margin: 10px 0;
}
.nodesignshoplist .goshopdata{
    cursor: pointer;
    font-size: 20px;
    color: #ed6700;
    border: 1px solid #ffb277;
    padding: 3px 5px;
}
.nodesignshoplist .ctdate{
    border: 1px solid #0bc911;
    margin-left: 20px;
    padding: 2px 5px;
}
.nodesignshoplist .cttime{
    border: 1px solid #3c56b2;
    background: #2e43b8;
    color: #fff;
    margin-left: 2px;
    padding: 2px 5px;
}
.ordershiploglist{
    border-left: 1px solid #c2c2c2;
    padding-left: 14.5px;
    margin-left: 25px;
}
.ordershiploglist li:first-child{
    list-style-image: url(/uploads/image/caimages/arrow-right.png);
}
.ordershiploglist li{
    margin: 15px 0;
}

.modal-header {
    display: flex;
}
.modal-header .close{
    padding: 1rem; 
    margin: -1rem -1rem -1rem auto; 
    opacity: 0.5;
    font-size: 30px;
}
.codingshowdata a i{
    color: #9a8df2;
    font-size: 17px;
    margin-right: 5px;
}
.assigndata{
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 14px;
    /* height: 25px; */
    padding: 0;
    /* display: inline-block; */
    background: #fffad1;
    border: 1px solid #fba92e;
    text-align: left;
}
.handlestateok{
    border: 1px solid;
    display: inline-block;
    padding: 1px 5px;
}

.hmselltag{
    border: 2px solid #6ed3ff;
    font-weight: bold;
    color: #05aff9;
    display: inline-block;
    padding: 3px 4px;
    margin-top: 15px;
}

select>.label {
    background: #646464;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
.buyerdata,.table tbody tr td.buyerdata{
    line-height: 17px;
    padding: 5px 7px;
}
.websitecontracttag{
    background: #cee1ff;
    border: 1px solid #2540c6;
    padding:3px;
}
.sslcontracttag{
    background: #f2ffb6;
    border: 1px solid #e1b000;
    padding:3px;
}
.renewacticon .fa{
    color: #408b00;
    font-size: 1.4em;
    margin: 3px 1px;
    padding: 3px;
    border: 1px solid #4a9907;
}
textarea.contactremarks {
    height: unset;
    display: inline-block;
    width: 85%;
    margin-right: 10px;
    font-size: 0.95em;
}
.btn.savecontactremarks {
    vertical-align: top;
    border: none;
}
a.deletecustmsg {
    font-size: x-large;
    float: right;
    color: #999;
}
a.mailreply {
    border:none;
}
.navpagetopimglist {
    list-style-type: none;
    padding: 0;
}
.navpagetopimglist li{
    width: 250px;
    max-width: 100%;
    display: inline-block;
    border: 1px solid #008fa1;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
.navpagetopimglist .pagetopimgview{
    width: 100%;
    height: 80px;
    display: block;
    object-fit: contain;
}
.removenavpagetopbg{
    float: right;
    font-size: 20px;
}

.orangetag{
    color: #fff;
    background: #ff8600;
    padding: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.redtag{
    
    background: #ffffff;
    color: #da1717;
    border: 3px double #ff3636;
    font-weight: bold;
    font-size: 20px;
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    transform: rotate(-25deg);
}

.shopdatalist .memo{
    width:400px; 
    resize: vertical;
}

.hostiplist{
    padding:0;
}
.hostiplist li{
    display: inline-block;
    border: 1px solid #66a3ff;
    padding: 3px 5px;
    margin: 3px 3px;
    color: #044ebe;
}

.switchblock{
    font-size: 22px;
}

.signupdata{
    border: 1px solid #313aab;
    margin-bottom: 20px;
}

.signuptitle{

}

#calcblock{
    position: fixed;
    z-index: 60;
    right: 10px;
    top: 10px;
    background: #ebebff;
    border: 1px solid #8988f8;
    padding: 5px;
}
#calcblock #amountcalc{
    
    width: 90px;
    margin-left: 5px;
}
@media screen and (max-width:768px){
    #calcblock{
        display:none;
    }
}
.imgfailhint{
    border: 2px dotted #be0000;
    padding: 5px;
    margin: 0 0 8px;
    color: #be0000;
    text-align: center;
}
.graytxt{
    color: #aaa;
}
.handlememoblock {
    font-size: 14px;
    background: #ffdf8f;
    border: 1px solid #d5be00;
    line-height: 20px;
}
.handlememocont{
    word-break: break-word;
    background: #fff8bf;
    text-align: left;
}

.shoporinm{
    color: #666666;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    display: inline-block;
}




