:root{
    --color-main:#00acd0;
}
/* Have to set height explicity on ui-view 
to prevent collapsing during animation*/

.ui-view-container {
    position: relative;
}

/*.ng-enter {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -ms-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.ng-leave {
    -webkit-animation: fadeOut 1s;
    -moz-animation: fadeOut 1s;
    -ms-animation: fadeOut 1s;
    animation: fadeOut 1s;
}
*/

[ui-view].ng-enter,
[ui-view].ng-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

[ui-view].ng-enter {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

[ui-view].ng-enter-active {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

[ui-view].ng-leave {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[ui-view].ng-leave-active {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}





/***
 *     /$$   /$$  /$$$$$$   /$$$$$$  /$$   /$$
 *    | $$  | $$ /$$__  $$ /$$__  $$| $$  /$$/
 *    | $$  | $$| $$  \ $$| $$  \ $$| $$ /$$/
 *    | $$$$$$$$| $$  | $$| $$  | $$| $$$$$/
 *    | $$__  $$| $$  | $$| $$  | $$| $$  $$
 *    | $$  | $$| $$  | $$| $$  | $$| $$\  $$
 *    | $$  | $$|  $$$$$$/|  $$$$$$/| $$ \  $$
 *    |__/  |__/ \______/  \______/ |__/  \__/
 *
 *
 *
 *     /$$$$$$$   /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$  /$$$$$$$$ /$$$$$$$   /$$$$$$  /$$$$$$$
 *    | $$__  $$ /$$__  $$ /$$__  $$|__  $$__//$$__  $$|__  $$__/| $$__  $$ /$$__  $$| $$__  $$
 *    | $$  \ $$| $$  \ $$| $$  \ $$   | $$  | $$  \__/   | $$   | $$  \ $$| $$  \ $$| $$  \ $$
 *    | $$$$$$$ | $$  | $$| $$  | $$   | $$  |  $$$$$$    | $$   | $$$$$$$/| $$$$$$$$| $$$$$$$/
 *    | $$__  $$| $$  | $$| $$  | $$   | $$   \____  $$   | $$   | $$__  $$| $$__  $$| $$____/
 *    | $$  \ $$| $$  | $$| $$  | $$   | $$   /$$  \ $$   | $$   | $$  \ $$| $$  | $$| $$
 *    | $$$$$$$/|  $$$$$$/|  $$$$$$/   | $$  |  $$$$$$/   | $$   | $$  | $$| $$  | $$| $$
 *    |_______/  \______/  \______/    |__/   \______/    |__/   |__/  |__/|__/  |__/|__/
 *
 *
 *
 */

.icon-customer {
    position: relative;
    top: 1px;
    background-size: cover;
    background-position: center center;
    width: 16px;
    height: 16px;
}

.icon-customer-boss {
    background-image: url("../images/empolyee_icon.png");
}

.icon-customer-admin {

    background-image: url("../images/admin_icon.png");
}

/*移除row padding*/
.no-gutter>[class*='col-'] {
    margin: 0;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
}

.table-dialog {
    table-layout: fixed;
    word-wrap: break-word;
}


.badge-success {
    background-color: #82a563;
}


/*debug*/


/*.row {
    border: 1px solid;
    border-bottom: 0px;
}
[class*="col-"]{
      border: 1px solid #06BF34;
}
*/

table .btn {
    margin: 2px;
}

#eeh-navigation-page-wrapper {
    background-color: transparent;
}

.panel-monthplan>.panel-heading {
    background-image: -webkit-linear-gradient(top, #ffd879 0, #e6a810 100%);
    background-image: linear-gradient(to bottom, #ffd879 0, #e6a810 100%);
    color: #fff;
}

.panel-halfplan>.panel-heading {
    background-image: -webkit-linear-gradient(top, #77b4ec 0, #208ef3 100%);
    background-image: linear-gradient(to bottom, #77b4ec 0, #208ef3 100%);
    color: #fff;
}

.panel-yearplan>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f95972 0, #a7152d 100%);
    background-image: linear-gradient(to bottom, #f95972 0, #a7152d 100%);
    color: #fff;
}

.btn-poshme {
    background-color: #17BBEF !important;
    background-image: none !important;
    color: #fff;
}

.btn-poshme-monthplan {
    background-color: #ffca48 !important;
}

.btn-poshme-halfplan {
    background-color: #43a5ff !important;
}

.btn-poshme-yearplan {
    background-color: #db2f4b !important;
}

.btn-poshme:hover,
.btn-poshme:focus,
.btn-poshme:active,
.btn-poshme.active,
.open>.dropdown-toggle.btn-poshme {
    background: #17BBEF;
    color: #fff;
}

.btn-gray {
    color: #fff;
    background-color: #999;
    background-image: none !important;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray.active,
.open>.dropdown-toggle.btn-gray {
    background: #999;
}

.btn-success {
    background-color: #10BB00 !important;
    background-image: none !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background: #10BB00;
}

.btn-success {
    background-color: #10BB00 !important;
    background-image: none !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background: #10BB00;
}

.label-success {
    background: #10BB00;
}

.btn-danger {
    background-color: #EB5675 !important;
    background-image: none !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background: #EB5675;
}

.btn-warning {
    background-color: #F8C153 !important;
    background-image: none !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.open>.dropdown-toggle.btn-danger {
    background: #F8C153;
}

.label-warning {
    background: #F8C153;
}

.btn-info {
    background-color: #00B2B9 !important;
    background-image: none !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.open>.dropdown-toggle.btn-danger {
    background: #00B2B9;
}

.label-info {
    background: #00B2B9;
}





/*tab的well from會太貼*/

.tab-content .well {
    margin-top: 10px;
}

/* 主選單 */
.navbar-custom {
    background: #fff;
    /* border-bottom: 1px solid #000; */
    border-radius: 0;
    padding-right: 50px;
    padding-left: 50px;
}

.navbar-custom .navbar-nav>li>a {
    color: #000;
}

.navbar-custom .navbar-nav>li>a:hover {
    background-color: transparent;
    border-bottom: 2px solid #17bbef;
    color: #17bbef;
}

.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.active>a:focus {
    background: none;
    border-bottom: 2px solid var(--color-main);
    color: var(--color-main);
}

.navbar-custom .navbar-nav>.open>a,
.navbar-custom .navbar-nav>.open>a:hover,
.navbar-custom .navbar-nav>.open>a:focus {
    background: none;
    color: var(--color-main);
}

.navbar-custom .navbar-nav>.open>a,
.navbar-custom .navbar-nav>.open>a:hover,
.navbar-custom .navbar-nav>.open>a:focus {
    background: none;
    color: var(--color-main);
}

.navbar-custom .navbar-nav .dropdown-menu>li>a {
    background: none;
    color: #000;
}

.navbar-custom .navbar-nav .dropdown-menu>li>a:hover {
    color: var(--color-main);
}

.navbar-custom .navbar-brand {
    /*color: #666;*/
}

.navbar-custom .navbar-toggle {
    border: 1px solid var(--color-main);
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: var(--color-main);
}

.navbar-custom .dropdown-menu {
    background-color: #fff;
}

.table-fixed-h {
    height: 300px;
}

/*table-fixed-header*/

.table thead tr th {
    vertical-align: top !important;
}

.table-fixed-header {
    width: 100%
}

.table-fixed-header>thead,
.table-fixed-header>tbody,
.table-fixed-header>thead>tr,
.table-fixed-header>tbody>tr,
.table-fixed-header>thead>tr>th,
.table-fixed-header>tbodytable-fix>tr>td {
    display: block;
}

.table-fixed-header>tbody>tr:after,
.table-fixed-header>thead>tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixed-header>tbody {
    overflow-y: auto;
    height: 250px;
}

.table-fixed-header>tbody>tr>td,
.table-fixed-header>thead>tr>th {
    float: left;
}

.label {
    margin: 5px 0 0 2px;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.text-success {
    color: #10BB00;
}

.text-danger {
    color: #EB5675;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}





/***
 *      /$$$$$$   /$$$$$$  /$$      /$$ /$$      /$$  /$$$$$$  /$$   /$$
 *     /$$__  $$ /$$__  $$| $$$    /$$$| $$$    /$$$ /$$__  $$| $$$ | $$
 *    | $$  \__/| $$  \ $$| $$$$  /$$$$| $$$$  /$$$$| $$  \ $$| $$$$| $$
 *    | $$      | $$  | $$| $$ $$/$$ $$| $$ $$/$$ $$| $$  | $$| $$ $$ $$
 *    | $$      | $$  | $$| $$  $$$| $$| $$  $$$| $$| $$  | $$| $$  $$$$
 *    | $$    $$| $$  | $$| $$\  $ | $$| $$\  $ | $$| $$  | $$| $$\  $$$
 *    |  $$$$$$/|  $$$$$$/| $$ \/  | $$| $$ \/  | $$|  $$$$$$/| $$ \  $$
 *     \______/  \______/ |__/     |__/|__/     |__/ \______/ |__/  \__/
 *
 *
 *
 */


/*common*/

body,
html {
    height: 100%;
    color: #666;
    letter-spacing: 2px;
    font-family: 'Muli', 'Noto Sans', '微軟正黑體', Helvetica, sans-serif;
}


h1.page-header {
    font-size: 24px;
}

.input-group .ui-select-container {
    width: 100% !important;
}

.ui-select-match input {
    /*width: 100% !important;*/
}

.ui-select-highlight {

    color: #17BBEF;
}

.full-background {
    /*background: url(http://placehold.it/1920x1080) no-repeat center center fixed; */
    background: url('../images/bg/bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: #17BBEF;
    opacity: 0.5;
    display: none;
    border-radius: 5px;
}

.back-to-top:hover {
    opacity: 1;
    cursor: pointer;
}

.back-to-top i {
    font-size: 25px;
    padding: 12px;
    color: #fff;
}

table td.product-name,
span.product-name {
    word-break: break-all;
    cursor: pointer;
}

.logo-loading {
    background-image: url('../images/chicpos_logo.png');
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}

.logo-loading-text {
    margin-top: 20px;
}

.price-w-800 {
    font-weight: 800;
}

.lg-price {
    font-size: large;
}

.xlg-price {
    font-size: x-large;
}

.xxlg-price {
    font-size: xx-large;
}

.copyright {
    color: #fff;
}

.copyright-outside {
    color: #000;
}

.elem-center {
    margin: auto;
    /* Center the item vertically & horizontally */
    position: absolute;
    /* Break it out of the regular flow */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.elem-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.vertical-offset-100 {
    padding-top: 100px;
}

.nav-tabs {
    margin-top: 30px;
    margin-bottom: 30px;
}

.tab-content form {
    margin-top: 10px;
}

#body-wrapper {
    min-height: 550px;
    padding-top: 50px;
    /*background: #E4E2E2;*/
}

#footer {
    min-height: 50px;
    font-size: 15px;
    /*text-align: center;*/
}

#footer a,
#footer p {
    font-size: 12px;
}

#footer h4 {
    color: #fff;
}

#footer a:hover {
    color: #b3d3f1;
}

.footer-bg {
    background: #494949;
    color: #ccc;
}

.footer-box {
    margin-top: 30px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-links li {

    display: block;
}

.footer-links li a {

    color: #ccc;
}

#footer hr{
    border-color:#e4e4e417;
}

.app-version{
    font-size:12px;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-red {
    background-color: #dd4b39 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.text-info {
    color: #64aaeb;
}

.text-white {
    color: #fff;
}

.btn-full {
    width: 100%;
}

.btn-login {
    /*background: #17bbef !important;*/
}

.hidden-nav-icon {
    display: none;
}

.label-empolyee {
    border: 1px dashed var(--color-main);
    border-radius: 5px;
    margin: 2px;
    padding: 2px;
}




/*先hidden讓左側欄可以hide的方法*/

.sidebar-nav li:last-child {
    display: none;
}

.funkyradio {
    margin: auto 0;
}

.funkyradio label {
    width: 200px;
    width: 150px;
    border-radius: 3px;
    border: 1px solid #D1D3D4
}

.funkyradio input[type="radio"]:empty {
    /*margin-left: -999px;*/
    visibility: hidden;
}

.funkyradio input[type="radio"]:empty~label {
    position: relative;
    float: left;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #9CE2AE;
    background-color: #4DCB6D;
}

.funkyradio input[type="radio"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-group {
    display: inline-block;
    display: -moz-inline-stack;
}





/*widget*/

.widget {
    margin: 0 0 25px 0;
    display: block;
}

.widget .widget-heading {
    padding: 7px 15px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    text-transform: uppercase;
    text-align: center;
    background: #ccc;
    color: #494949;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.widget .widget-body {
    padding: 10px 15px;
    /*font-size: 36px;*/
    /*font-weight: 300;*/
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}





/*alert*/

.alert-growl {
    z-index: 10000;
    position: fixed;
    width: 350px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.alert {
    opacity: 0.8;
    /*min-width: 200px;*/
}

.container-center {
    position: relative;
    width: 460px;
    margin: 60px auto 0;
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #F7F9FA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.navbar-brand {
    background-repeat: no-repeat;
    background-image: url("../images/chicpos_logo.png");
    display: block;
    background-size: 150px 29px;
    width: 150px;
    height: 29px;
    margin-top: 12px;
    padding-left: 5px;
}

.no-chart {
    text-align: center;
}

.m-pos-store {
    text-align: center;
    background-color: #fff;
}

@media screen {
    #printSection {
        display: none;
    }

    #printThisElement {
        display: none;
    }
}

@media print {

    html,
    body {
        height: auto;
        /*height: 99%;*/
        margin: 5px 0px 5px 5px;
        font-size: xx-small;
        width: 5cm;
        color: #000;
        background: #fff;
    }

    @page {
        size: auto;
        /* auto is the initial value */
        margin: 0mm;
        /* this affects the margin in the printer settings */
    }

    .modal,
    .modal-dialog,
    .back-to-top,
    .back-to-top i,
    .wrapper {
        display: none;
    }

    #printSection {
        /*border: 1px solid #000;*/
        page-break-before: avoid;
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    #printSection hr {
        margin: 0;
    }

    #printSection p {
        margin: 0;
        padding: 0;
    }
}

input[type=checkbox] {
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    padding: 5px;
}

.brithpicker-col {
    text-align: center;
}

.brithpicker-select {
    width: 100% !important;
}





/* Base styles (regardless of theme) */

.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}





/* Themes for different contexts */

.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #d9534f;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f0ad4e;
}

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #5bc0de;
}

.logo-container {
    text-align: center;
    margin: 5px 0 30px 0;
}

.logo-container img {
    width: 100px;
    margin: 5px;
}

.allpay-logo-container img {
    width: 200px;
}

.page-body {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
}

.page-body-no-bg {
    background: transparent;
}

.sidebar-nav {
    background: #fff;
    border-radius: 10px !important;
}

.display-name {
    font-size: medium;
}

.chart-h-200 {
    min-height: 200px;
}

.chart-h-500 {
    min-height: 500px;
}

.table .hightlight {
    background-color: #fcf8e3 !important;
}

.table-limit-h {
    max-height: 400px;
    overflow-y: scroll;
}

.w-full {
    width: 100%;
}





/***
 *     /$$        /$$$$$$   /$$$$$$  /$$$$$$ /$$   /$$
 *    | $$       /$$__  $$ /$$__  $$|_  $$_/| $$$ | $$
 *    | $$      | $$  \ $$| $$  \__/  | $$  | $$$$| $$
 *    | $$      | $$  | $$| $$ /$$$$  | $$  | $$ $$ $$
 *    | $$      | $$  | $$| $$|_  $$  | $$  | $$  $$$$
 *    | $$      | $$  | $$| $$  \ $$  | $$  | $$\  $$$
 *    | $$$$$$$$|  $$$$$$/|  $$$$$$/ /$$$$$$| $$ \  $$
 *    |________/ \______/  \______/ |______/|__/  \__/
 *                                                    
 *                                                    
 *                                                    
 */

.btn-login {
    background-color: #DE9DD6;
}

.forgot-pwd {
    text-align: center;
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #cbd2d6;
}





/***
 *     /$$$$$$$  /$$$$$$$$  /$$$$$$  /$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$ 
 *    | $$__  $$| $$_____/ /$$__  $$|_  $$_/ /$$__  $$|__  $$__/| $$_____/| $$__  $$
 *    | $$  \ $$| $$      | $$  \__/  | $$  | $$  \__/   | $$   | $$      | $$  \ $$
 *    | $$$$$$$/| $$$$$   | $$ /$$$$  | $$  |  $$$$$$    | $$   | $$$$$   | $$$$$$$/
 *    | $$__  $$| $$__/   | $$|_  $$  | $$   \____  $$   | $$   | $$__/   | $$__  $$
 *    | $$  \ $$| $$      | $$  \ $$  | $$   /$$  \ $$   | $$   | $$      | $$  \ $$
 *    | $$  | $$| $$$$$$$$|  $$$$$$/ /$$$$$$|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
 *    |__/  |__/|________/ \______/ |______/ \______/    |__/   |________/|__/  |__/
 *                                                                                  
 *                                                                                  
 *                                                                                  
 */

.register-header {
    text-align: center;
}

.register-go-login {
    text-align: center;
    margin: 20px auto;
    padding-top: 20px;
    border-top: 1px solid #cbd2d6;
}

.contact-info {
    width: 100%;
    height: 600px;
    overflow: auto;
}





/***
 *     /$$   /$$  /$$$$$$  /$$      /$$ /$$$$$$$$
 *    | $$  | $$ /$$__  $$| $$$    /$$$| $$_____/
 *    | $$  | $$| $$  \ $$| $$$$  /$$$$| $$      
 *    | $$$$$$$$| $$  | $$| $$ $$/$$ $$| $$$$$   
 *    | $$__  $$| $$  | $$| $$  $$$| $$| $$__/   
 *    | $$  | $$| $$  | $$| $$\  $ | $$| $$      
 *    | $$  | $$|  $$$$$$/| $$ \/  | $$| $$$$$$$$
 *    |__/  |__/ \______/ |__/     |__/|________/
 *                                               
 *                                               
 *                                               
 */

.home-tip {
    background-color: #282828;
    min-height: 50px;
    text-align: center;
}

.home-tip-icon {
    display: inline-block;
    color: #FAF90F;
}

.home-tip-days {
    font-size: 24px;
    color: #f00;
}

.home-tip-content {
    display: inline-block;
    padding-bottom: 10px;
}

.home-tip-content h4 {
    color: #FAF90F;
}

.home-tip-ctrl {
    display: inline-block;
}

.home-tip-ctrl .btn {
    margin-bottom: 30px;
}





/***
 *     /$$$$$$$  /$$$$$$$   /$$$$$$  /$$$$$$$  /$$   /$$  /$$$$$$  /$$$$$$$$
 *    | $$__  $$| $$__  $$ /$$__  $$| $$__  $$| $$  | $$ /$$__  $$|__  $$__/
 *    | $$  \ $$| $$  \ $$| $$  \ $$| $$  \ $$| $$  | $$| $$  \__/   | $$
 *    | $$$$$$$/| $$$$$$$/| $$  | $$| $$  | $$| $$  | $$| $$         | $$
 *    | $$____/ | $$__  $$| $$  | $$| $$  | $$| $$  | $$| $$         | $$
 *    | $$      | $$  \ $$| $$  | $$| $$  | $$| $$  | $$| $$    $$   | $$
 *    | $$      | $$  | $$|  $$$$$$/| $$$$$$$/|  $$$$$$/|  $$$$$$/   | $$
 *    |__/      |__/  |__/ \______/ |_______/  \______/  \______/    |__/
 *
 *
 *
 */

.product-list {
    padding: 5px;
}

.product-thumbnail {
    height: 300px;
}

.product-thumbnail .caption {
    overflow: hidden;
    word-break: break-all;
}

.product-thumbnail .desc {
    max-height: 50px;
    overflow: auto;
}

.product-caption-controll {
    margin: 5px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 50px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.product-category {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-category li {
    display: inline;
    padding: 1px;
}





/***
 *     /$$   /$$  /$$$$$$  /$$      /$$ /$$$$$$$$
 *    | $$  | $$ /$$__  $$| $$$    /$$$| $$_____/
 *    | $$  | $$| $$  \ $$| $$$$  /$$$$| $$
 *    | $$$$$$$$| $$  | $$| $$ $$/$$ $$| $$$$$
 *    | $$__  $$| $$  | $$| $$  $$$| $$| $$__/
 *    | $$  | $$| $$  | $$| $$\  $ | $$| $$
 *    | $$  | $$|  $$$$$$/| $$ \/  | $$| $$$$$$$$
 *    |__/  |__/ \______/ |__/     |__/|________/
 *
 *
 *
 */

.info-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 2px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    /*text-align: center;*/
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box-content {
    padding: 5px 10px;
    width: 100%;
    overflow: auto;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-number {
    /*display: block;*/
    font-weight: bold;
    font-size: x-large;
}





/***
 *     /$$$$$$$   /$$$$$$   /$$$$$$
 *    | $$__  $$ /$$__  $$ /$$__  $$
 *    | $$  \ $$| $$  \ $$| $$  \__/
 *    | $$$$$$$/| $$  | $$|  $$$$$$
 *    | $$____/ | $$  | $$ \____  $$
 *    | $$      | $$  | $$ /$$  \ $$
 *    | $$      |  $$$$$$/|  $$$$$$/
 *    |__/       \______/  \______/
 *
 *
 *
 */

.pos-cart-badge {
    position: absolute;
    margin-left: 30px;
    top: 5px;
    background-color: red;
}

.choose-product-pos-cart-badge {
    position: absolute;
    margin-left: 35px;
    top: 10px;
    background-color: red;
}

.pos-sidebar {
    display: none;
    position: fixed;
    /*top: 50%;*/
    left: 0%;
    bottom: 0%;
    /*margin-top: -100px;*/
    /* Negative half of height. */
    /*margin-left: -250px;*/
    /* Negative half of width. */
    z-index: 99;
    width: 100%;
    background-color: #494949;
    text-align: center;
}

.pos-sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.pos-sidebar ul li {
    display: inline-block;
}

.pos-sidebar ul li a {
    color: #fff;
    display: block;
    /* width: 60px; */
    height: 60px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
}

.pos-sidebar ul li a div {
    color: #fff;
    /*color:#17bbef;*/
}

.pos-sidebar ul li a i {}

.pos-info-title {
    font-size: x-large;
}

.pos-category {
    height: 310px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 4px;
}

.pos-product {
    height: 310px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 4px;
}

.pos-design-product {
    height: 310px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    padding: 4px;
}

.pos-design-product .panel-body {
    margin: 0;
    padding: 0;
}

.pos-design-product .table-fixed-header>tbody {
    height: 200px;
}

.pos-category>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.pos-product>[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.pos-cart {
    min-height: 320px;
    /*overflow-y: auto;*/
    border: 1px solid #ccc;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 10px;
    margin-bottom: 0px;
    padding: 5px;
    padding-bottom: 0px;
}

.pos-cal {
    min-height: 310px;
    /*overflow-y: auto;*/
    border: 1px solid #ccc;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px;
    margin-top: 0px;
}

.pos-amount-panel {
    display: inline-block;
    padding: 2px;
}

.pos-amount-panel-lbl {
    font-size: middle;
}

.pos-amount-panel-price {
    font-size: middle;
    border-left: 2px;
}

.pos-amount-panel-bigprice {
    font-size: x-large;
}

.pos-category {}

.pos-product {}

.pos-thumbnail {
    position: relative;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    height: 100px;
}

.pos-thumbnail .caption {
    word-break: break-all;
}

.pos-thumbnail:hover {
    background-color: #7ccbe4;
    /* border:1px solid #17bbef; */
}

.pos-thumbnail-price {
    font-weight: 800;
}

.pos-thumbnail:hover .caption p.pos-thumbnail-price:hover,
.pos-thumbnail:hover .caption,
.pos-thumbnail:hover .caption p.pos-thumbnail-price {
    color: #fff;
}

.pos-thumbnail-active {
    background-color: #7ccbe4;
}

.pos-thumbnail-active .caption {
    color: #fff;
}

.pos-cal-screen {
    margin: 0;
    padding: 5px;
    background-color: #000;
    color: #fff;
}

.pos-keypad {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0px;
}

.pos-keypad:hover {
    background-color: #ccc;
    font-weight: bold;
}

.pos-keypad-toolbar {
    width: 100%;
    /*background-color: #ccc;*/
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 55px;
}

.pos-keypad-ctrl {
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    height: 50px;
}

.pos-btn {
    /*border: 1px solid #ccc;*/
}

.pos-cart-panel {
    max-height: 300px;
    overflow-y: auto;
}





/* Styles used for the counter. */

.counter-container .counter-minus,
.counter-plus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ccc;
    color: #17BBEF;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
}

.counter-container .counter-field {
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 40px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.counter-plus:hover {}

.counter-minus:hover {}

.order-cal {
    background: #f1f1f1;
    height: 100px;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
}

.order-cal div.xxlg-price {
    text-align: center;
}

.discount-list {
    /*height: 200px;*/
    /*overflow: auto;*/
}

.discount-list li {
    cursor: pointer;
}

.discount-list li:hover {
    background-color: #ccc;
}

.design-detail-row td {
    padding: 0px;
}





/*手機的分類與產品選單*/

.product-category-all {
    /*overflow: auto;*/
    /*max-height: 480px;*/
}

.product-category-all li {}

.product-category-all .badge {
    background: none;
}

.product-category-all .badge i {
    color: #17BBEF;
}

.product-category-all li {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.icon-data {
    font-size: 25px !important;
}

.product-bread-a {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #dededd;
}

.product-bread-a a {
    color: #718ac3;
}

.category-label {}

.category-label li {
    display: inline-block;
    margin: 2px;
}





/*product*/

.label-poshme {
    border: 2px solid var(--color-main);
    color: var(--color-main);
    border-radius: 10px;
    padding: 5px;
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    min-width: 50px;
    text-align: center;
}

.label-poshme-active,
.label-poshme:hover {
    /*border:  2px solid var(--color-main);*/
    background-color: var(--color-main);
    color: #fff;
}





/*profile page*/

.profile-brand-logo {
    width: 200px;
}

.price {
    font-size: large;
}





/***
 *     /$$$$$$$$ /$$$$$$   /$$$$$$   /$$$$$$ 
 *    |__  $$__//$$__  $$ /$$__  $$ /$$__  $$
 *       | $$  | $$  \ $$| $$  \__/| $$  \__/
 *       | $$  | $$$$$$$$| $$ /$$$$|  $$$$$$ 
 *       | $$  | $$__  $$| $$|_  $$ \____  $$
 *       | $$  | $$  | $$| $$  \ $$ /$$  \ $$
 *       | $$  | $$  | $$|  $$$$$$/|  $$$$$$/
 *       |__/  |__/  |__/ \______/  \______/ 
 *                                                                              
 *                                           
 */

.tags label {
    border: 1px solid #DDD;
    display: inline-block;
    color: #717171;
    background: #FFF;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 2px;
    margin: 0 3px 6px 0;
    padding: 5px;
    cursor: pointer;
}

.tags label:hover {
    border-color: #10BFFF;
    color: #10BFFF;
    text-decoration: none;
}

.tags label.primary {
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD
}

.tags label.success {
    color: #FFF;
    background-color: #5CB85C;
    border-color: #4CAE4C
}

.tags label.info {
    color: #FFF;
    background-color: #5BC0DE;
    border-color: #46B8DA
}

.tags label.warning {
    color: #FFF;
    background-color: #F0AD4E;
    border-color: #EEA236
}

.tags label.danger {
    color: #FFF;
    background-color: #D9534F;
    border-color: #D43F3A
}





/***
 *      /$$$$$$  /$$       /$$$$$$$  /$$   /$$ /$$      /$$
 *     /$$__  $$| $$      | $$__  $$| $$  | $$| $$$    /$$$
 *    | $$  \ $$| $$      | $$  \ $$| $$  | $$| $$$$  /$$$$
 *    | $$$$$$$$| $$      | $$$$$$$ | $$  | $$| $$ $$/$$ $$
 *    | $$__  $$| $$      | $$__  $$| $$  | $$| $$  $$$| $$
 *    | $$  | $$| $$      | $$  \ $$| $$  | $$| $$\  $ | $$
 *    | $$  | $$| $$$$$$$$| $$$$$$$/|  $$$$$$/| $$ \/  | $$
 *    |__/  |__/|________/|_______/  \______/ |__/     |__/
 *                                                         
 *                                                         
 *                                                         
 */

.album-photos-thumbnail {
    height: 100px;
    overflow: hidden;
}

.ranking-box {
    display: inline-block;
    border: 1px solid #17bbef;
    font-size: 1em;
    color: #17bbef;
    font-weight: normal;
    padding: 5px;
}

.space-10 {
    height: 10px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.space-40 {
    height: 40px;
}

.space-50 {
    height: 50px;
}

.space-60 {
    height: 60px;
}

.space-70 {
    height: 70px;
}

.space-80 {
    height: 80px;
}




/***
 *     /$$$$$$ /$$   /$$ /$$    /$$  /$$$$$$  /$$$$$$  /$$$$$$  /$$$$$$ /$$   /$$  /$$$$$$ 
 *    |_  $$_/| $$$ | $$| $$   | $$ /$$__  $$|_  $$_/ /$$__  $$|_  $$_/| $$$ | $$ /$$__  $$
 *      | $$  | $$$$| $$| $$   | $$| $$  \ $$  | $$  | $$  \__/  | $$  | $$$$| $$| $$  \__/
 *      | $$  | $$ $$ $$|  $$ / $$/| $$  | $$  | $$  | $$        | $$  | $$ $$ $$| $$ /$$$$
 *      | $$  | $$  $$$$ \  $$ $$/ | $$  | $$  | $$  | $$        | $$  | $$  $$$$| $$|_  $$
 *      | $$  | $$\  $$$  \  $$$/  | $$  | $$  | $$  | $$    $$  | $$  | $$\  $$$| $$  \ $$
 *     /$$$$$$| $$ \  $$   \  $/   |  $$$$$$/ /$$$$$$|  $$$$$$/ /$$$$$$| $$ \  $$|  $$$$$$/
 *    |______/|__/  \__/    \_/     \______/ |______/ \______/ |______/|__/  \__/ \______/ 
 *                                                                                         
 *                                                                                         
 *                                                                                         
 */

.invoicing-info {}

.invoicing-info p,
.invoicing-info hr {
    margin: 5px;
}

.invoicing-desc {
    margin-top: 5px;
    border: 1px dashed #ccc;
    padding: 2px;
}

.photos {
    max-height: 400px;
    overflow: auto;
}

.page-addvalue {}

.page-addvalue h2 {
    font-size: 20px;
}

/*如果視窗打開就hide*/
.modal-open .reservation-ctrl {
    /*display: none;*/
    opacity: 0;
}

.reservation-ctrl {
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    padding: 10px;
    border-radius: 5px;

    opacity: 1;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
}