/*

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 url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700italic,700,600italic,600,400italic,300italic,900);
/*
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: url("../images/spritemap.png");
}

.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;
}

/*處方資料(藥局)*/

#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;
    }
    /*處方資料(藥局)*/

    /*各功能建立按鈕*/
    .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;
}

/*醫師職稱顯示說明*/
#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;
    }
/*診所設定-前往其它頁設定*/
.goSetPage {
    cursor:pointer;
}
/*搜尋診所提示文字*/
.searching {
    display:none;
    color:#ffa0a0;
}

/*WEB版小鍵盤*/
#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;
}
/*診所新增頁*/
#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;
}

/*預約項目新增區*/
.regItemAddBlock{
    background: #ffddfe;
    border-radius: 5px;
    padding: 5px;
    border-bottom: 4px solid #888;
    color:#000;
}
/*預約項目列表*/
.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;
}

/* 相簿照片管理頁 */
.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;
}

/*照片管理內 照片張數*/
.picNum{
    font-size: 1.3em;
    color: #929292;
    background: #ffeeee;
    padding: 5px;
    display:inline-block;
}

/*列表 照片張數*/
.albumPicNum{
    color: #ff2929;
}

.ratePercent{
    width: 3.5em;
    display: inline-block;
    margin-left: 10px;
}

.regItemSelect{
    max-width: 200px;
}

/*網頁小視窗*/
 .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:"。"*/
}
.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 { /*規格對應圖片 劉彤*/
    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 { /*規格對應圖片 劉彤*/
    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;
}

/*自訂欄位*/
.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(/Content/assets/images/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;
}




