@charset "UTF-8";
/* 未來打算棄用 */
/* vers */
/* mixin */
/* pages.css */
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #e9ebec;
  font-family: "微軟正黑體", "Microsoft Jhenghei", Helvetica, Arial, sans-serif;
}
body.fixed-header .page-container .header {
  position: fixed;
  left: 0;
  top: 0;
}

a {
  text-shadow: none !important;
  color: #3a8fc8;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  outline: 0 !important;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  outline: 0 !important;
  text-decoration: none;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.mg-top-30 {
  margin-top: 30px;
}

.icon-thumbnail {
  border-radius: 4px;
  display: inline-block;
  background-color: #1a1d23;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  color: #676f7d;
  font-size: 16px;
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-weight: 700;
}

.thumbnail {
  overflow: hidden;
  width: 50%;
  height: 50%;
}
.thumbnail.circular {
  border-radius: 50%;
}
.thumbnail > img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}

.brand-font-logo {
  font-size: 25px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid rgba(73, 91, 98, 0.07);
}

.no-margin {
  margin: 0 !important;
}

.no-paddding {
  padding: 0 !important;
}

.hint-text {
  opacity: 0.7;
}

.bg-white {
  background-color: #fff;
}

.bg-lighter {
  background-color: #f0f0f0;
}

.bg-success {
  background-color: #10cfbd;
}

/* site.css */
.minus {
  color: #d43f3a;
}

.validation-summary-valid {
  display: none;
}

.w-auto {
  width: auto;
}

.w100 {
  width: 100%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.h100 {
  height: 100%;
}

.header {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  padding: 0 20px 0 0;
  z-index: 800;
  background-color: #fff;
  border-bottom: 1px solid rgba(219, 222, 224, 0.7);
}
.header .header-inner {
  width: 100%;
}
.header .vc {
  height: 60px;
  vertical-align: middle;
  display: table-cell;
}

.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-items > li {
  padding: 0;
  display: block;
}
.menu-items > li > a {
  display: inline-block;
  padding: 0 3px 0 32px;
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
  clear: both;
}
.menu-items > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0 0 10px 0;
  padding: 18px 0 10px 0;
}
.menu-items > li ul.sub-menu > li {
  padding: 0 20px 0 40px;
  margin-top: 1px;
}
.menu-items > li ul.sub-menu > li > a {
  display: inline-block;
  padding: 5px 0;
  /*font-size: 13px;*/
  white-space: normal;
}
.menu-items > li ul.sub-menu > li .icon-thumbnail {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  background-color: #2b303b;
  font-size: 14px;
}
.menu-items li {
  line-height: 24px;
}
.menu-items li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65%;
}
.menu-items li .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 65%;
  float: left;
  width: 70%;
}
.menu-items li .title:not(:only-of-type) {
  line-height: 24px;
}
.menu-items li .details {
  font-size: 12px;
  line-height: 16px;
  opacity: 0.4;
  display: block;
  clear: both;
}
.menu-items li .details:nth-last-child(2) {
  width: 100px;
}
.menu-items li .arrow {
  float: right;
  line-height: 40px;
  font-size: 12px;
}
.menu-items li .arrow:before {
  content: "\e257";
}
.menu-items li .icon-thumbnail {
  left: 0;
  float: right;
  margin-right: 15px;
}
.menu-items li.open {
  /*.sub-menu {
                display: block;
            }*/
}
.menu-items li.open .arrow:before {
  content: "\e259";
}

.page-sidebar {
  width: 280px;
  background-color: #2b303b;
  z-index: 1000;
  left: -210px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: auto;
  overflow: hidden;
  transition: transform 400ms cubic-bezier(0.05, 0.74, 0.27, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.page-sidebar.on {
  transform: translate3d(210px, 0px, 0px);
}
.page-sidebar .header {
  display: block;
  height: 60px;
  line-height: 60px;
  background-color: #272b35;
  border-bottom: 1px solid #272b35;
  color: #fff;
  width: 100%;
  padding: 0 20px 0 30px;
  clear: both;
  z-index: 10;
  position: relative;
}
.page-sidebar .sub-menu {
  background-color: #21252d;
}
.page-sidebar a {
  color: #788195;
}
.page-sidebar a:focus, .page-sidebar a:visited {
  color: #788195;
}
.page-sidebar li:hover > a, .page-sidebar li.open > a, .page-sidebar li.active > a, .page-sidebar li:hover > .icon-thumbnail, .page-sidebar li.open > .icon-thumbnail, .page-sidebar li.active > .icon-thumbnail {
  color: #fff;
}
.page-sidebar .icon-thumbnail [class^=bg-], .page-sidebar [class*=bg-] {
  color: #fff;
}

.sm-action-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.toggle-sidebar {
  padding: 10px;
  color: #333;
}
.toggle-sidebar i {
  font-size: 18px;
}

a.toggle-sidebar {
  display: block;
}
a.toggle-sidebar:hover {
  color: #333;
}

.navbar-user {
  padding-top: 10px;
  float: right;
}
.navbar-user .name {
  font-size: 16px;
  padding: 10px 10px 0 0;
}
.navbar-user .img-circle {
  width: 32px;
  height: 32px;
  border: 1px solid #f1f1f1;
}
.navbar-user .dropdown {
  padding: 4px 6px 5px;
}
.navbar-user .dropdown-toggle {
  display: block;
}
.navbar-user .dropdown-menu {
  margin: 0;
  padding-bottom: 0;
  border: none;
  font-size: 13px;
  min-width: 100px;
  box-shadow: 0 0 5px rgba(98, 98, 98, 0.2);
}
.navbar-user .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.navbar-user .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}
.navbar-user .dropdown-menu > li:first-child {
  padding-top: 8px;
}
.navbar-user .dropdown-menu > li:nth-last-child(2) {
  padding-bottom: 8px;
}
.navbar-user .dropdown-menu > li:last-child > a {
  padding-top: 3px;
  padding-bottom: 3px;
}
.navbar-user .dropdown-menu > li > a {
  opacity: 0.5;
  line-height: 35px;
  color: #626262;
  text-align: left;
  padding: 0 27px 0 17px;
  min-width: 138px;
}
.navbar-user .dropdown-menu > li > a:hover, .navbar-user .dropdown-menu > li > a:focus {
  opacity: 1;
  color: #1a1a1a;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
}

.page-container {
  width: 100%;
  height: 100%;
  padding-left: 70px;
}
.page-container .content-wrapper {
  min-height: 100%;
  position: relative;
}
.page-container .content-wrapper > .content {
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 72px;
  min-height: 100%;
  transition: all 0.3s ease;
}
.page-container .content .container-fluid:last-of-type {
  padding-bottom: 18px;
}
.page-container .header-inner {
  width: 280px;
  padding-left: 100px;
}
.page-container .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: left 0.3s ease;
}
.page-container .footer p {
  margin: 0;
}

body.menu-behind .page-container .header {
  z-index: 1001;
}
body.menu-behind .page-container .header-inner {
  padding-left: 20px;
}

/* panel */
.panel .panel-heading {
  padding: 10px 15px 5px 15px;
  line-height: 22px;
  font-weight: 600;
}
.panel .panel-heading h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.panel.panel-transparent {
  background: transparent;
  box-shadow: none;
}
.panel.panel-transparent .panel-heading {
  color: #626262;
}

/* form */
input.form-control.idnumber {
  width: 115px;
}
input.form-control.date {
  width: 103px;
}
input.form-control.datetime {
  width: 143px;
}

.form-group label:not(.error) {
  text-transform: uppercase;
  font-weight: 600;
}
.form-group .help {
  font-size: 12px;
  color: rgba(98, 98, 98, 0.55);
}
.form-group .checkbox-list.has-text-input .checkbox-inline {
  padding-top: 0;
}
.form-group .checkbox-list.has-text-input .checkbox:last-child input[type=checkbox], .form-group .checkbox-list.has-text-input .checkbox-inline:last-child input[type=checkbox] {
  margin-top: 11px;
}
.form-group .checkbox-list.has-text-input input[type=text] {
  margin-left: 10px;
  width: 100px;
  display: inline-block;
}

/* breadcrumb */
.breadcrumb {
  font-family: Arial, Helvetica, "微軟正黑體", "Microsoft Jhenghei", sans-serif;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 15px 0;
  margin: 0;
  border: none;
  text-transform: uppercase;
  display: block;
}
.breadcrumb a {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 11px !important;
  color: #7b7d82;
}
.breadcrumb li {
  padding-left: 0;
}
.breadcrumb li.active {
  font-weight: 600;
  color: #0090d9;
}
.breadcrumb li.active > a {
  font-weight: 600;
  color: #0090d9;
}
.breadcrumb > li + li:before {
  color: #515050;
  /*font-family: 'Glyphicons Halflings';
        content: "\e258";*/
  font-family: pages-icon;
  font: normal normal normal 14px/1 pages-icon;
  content: "\e631";
}
.breadcrumb a, .breadcrumb span, .breadcrumb li {
  color: #7b7d82;
  font-weight: 700;
  text-shadow: none;
  font-size: 13px;
}

/* tabs */
.nav-tabs-simple {
  border-bottom: 0px;
}
.nav-tabs-simple:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  bottom: 3px;
  z-index: 120;
}
.nav-tabs-simple > li {
  margin-bottom: 0;
}
.nav-tabs-simple > li:after {
  transition: all 0.1s linear 0s;
  -webkit-backface-visibility: hidden;
  width: 100%;
  display: block;
  background-color: #f55753;
  height: 0;
  content: "";
  z-index: 125;
}
.nav-tabs-simple > li.active a {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs-simple > li.active a:hover, .nav-tabs-simple > li.active a:focus {
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs-simple > li a {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
.nav-tabs-simple > li a:hover, .nav-tabs-simple > li a:focus {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
.nav-tabs-simple > li.active:after, .nav-tabs-simple > li:hover:after {
  height: 3px;
}

.nav-tabs-primary.nav-tabs-simple > li:after {
  background-color: #6d5cae;
}

.nav-tabs-success.nav-tabs-simple > li:after {
  background-color: #10cfbd;
}

.nav-tabs-complete.nav-tabs-simple > li:after {
  background-color: #48b0f7;
}

.nav-tabs-danger.nav-tabs-simple > li:after {
  background-color: #f55753;
}

.nav-tabs-warning.nav-tabs-simple > li:after {
  background-color: #f8d053;
}

.nav-tabs-info.nav-tabs-simple > li:after {
  background-color: #3b4752;
}

/*.nav-tabs-simple>li.active:after,.nav-tabs-simple>li:hover:after {
    height: 3px;
}

.nav-tabs-simple.nav-tabs-left:after,.nav-tabs-simple.nav-tabs-right:after {
    border-bottom: 0px;
}

.nav-tabs-simple.nav-tabs-left>li:after,.nav-tabs-simple.nav-tabs-right>li:after {
    width: 0px;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}

.nav-tabs-simple.nav-tabs-left>li.active:after,.nav-tabs-simple.nav-tabs-right>li.active:after,.nav-tabs-simple.nav-tabs-left>li:hover:after,.nav-tabs-simple.nav-tabs-right>li:hover:after {
    width: 3px;
}

.nav-tabs-simple.nav-tabs-left>li:after {
    right: 0;
}

.nav-tabs-simple.nav-tabs-right>li:after {
    left: 0;
}*/
/* pager */
.cmx-pager {
  text-align: center;
}

/* page-header */
.page-header {
  margin: 0 0 5px 0;
  border: none;
}
.page-header .title {
  font-size: 24px;
  line-height: 35.88px;
  margin-top: 0;
  padding-bottom: 0;
  display: inline-block;
}
.page-header .title small {
  margin-left: 5px;
}
.page-header.on-header {
  position: fixed;
  z-index: 1002;
  top: 59px;
  background: white;
  padding: 10px 0;
  margin: 0;
}

/* === other customer === */
.table.has-options > tbody td:last-child {
  text-align: right;
}
.table.has-options > tbody td[rowspan] + td:not(:last-child) {
  text-align: left;
}
.table.has-options > tbody td.text-center {
  text-align: center;
}
.table.cmx-mix input.form-control {
  width: 90px;
}
.table.cmx-mix th.cmx-input {
  width: 100px;
}
.table th, .table td {
  white-space: nowrap;
}
.table th.options-2 {
  width: 104.4px;
}
.table th.options-3 {
  width: 144px;
}
.table th.options-4 {
  width: 176px;
}
.table th.options-51 {
  width: 200px;
}
.table th.options-5 {
  width: 220px;
}
.table th.options-6 {
  width: 264px;
}
.table th.options-index {
  width: 198px;
}
.table th.idx {
  width: 20px;
}
.table th.idnumber {
  width: 130px;
}
.table th.name {
  width: 115px;
}
.table th.birthday {
  width: 120px;
}
.table th.createtime {
  width: 150px;
}
.table th.date {
  width: 90px;
}
.table th.type {
  width: 100px;
}
.table th.status {
  width: 73px;
}
.table th.amount {
  width: 80px;
}
.table th.delete {
  width: 62px;
}
.table td {
  /*&.rowspan {
            vertical-align: middle;
        }*/
}
.table td div.xo {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.table td div.xi {
  width: 200%;
}
.table td[rowspan] {
  vertical-align: middle;
}
.table tr:hover td[rowspan] {
  background-color: white;
}
.table tr.subtotal td {
  border-top: 2px solid #ddd;
  background-color: #f5f5f5;
}
.table tr.item-cancel {
  background: #dddfe2;
}
.table.table-fixed {
  table-layout: fixed;
}
.table.data-table td, .table.data-table th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.table.data-table td:first-child, .table.data-table th:first-child {
  padding-left: 12px;
}
.table.data-table td:last-child, .table.data-table th:last-child {
  padding-right: 12px;
}
.table.data-table thead th {
  border-top: none;
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}
.table.data-table.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}
.table.data-table tbody tr td {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
  border-top: none;
}
.table .inner-table {
  margin-bottom: 0;
}
.table .inner-table td:hover {
  background: #fff !important;
}

.full-calendar {
  position: relative;
  margin-top: 20px;
}
.full-calendar #calendar {
  z-index: 1;
}
.full-calendar .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background: none\9 ;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF, endColorstr=#CCFFFFFF);
}
.full-calendar .loading:not([dummy]) {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="false");
}
.full-calendar .text {
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.full-calendar .fc-unthemed .fc-today {
  background-color: #f2dede;
}
.full-calendar .fc-unthemed .fc-day-header.fc-sun, .full-calendar .fc-unthemed .fc-day-header.fc-sat {
  background-color: #f2dede;
}

.list-group.cmx-menu .list-group-item {
  max-width: 400px;
}
.list-group.cmx-menu .list-group-item.parent {
  margin-left: 40px;
}

.group-container .group-head {
  background: #fafafa;
  color: #232830;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  height: 32px;
}
.group-container .list-group {
  margin: 0;
}
.group-container .list-group .list-group-item {
  border-radius: 0;
  margin-bottom: 0;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  color: #626262;
  padding: 10px 20px 10px 35px;
}
.group-container .list-group .list-group-item:last-of-type {
  border-bottom: none;
}
.group-container .list-group .list-group-item h4 {
  font-size: 14px;
  opacity: 0.7;
}
.group-container .list-group .list-group-item .time {
  margin-right: 8px;
}
.group-container .list-group .list-group-item .opt-btn {
  display: none;
  float: right;
  margin-left: 3px;
  cursor: pointer;
}
.group-container .list-group .list-group-item:hover .opt-btn {
  display: inline-block;
}
.group-container .list-group .list-group-item-text {
  height: 32px;
  overflow: hidden;
}
.group-container .list-group .list-group-item-text.pointer, .group-container .list-group .list-group-item-text.full-text {
  cursor: pointer;
}
.group-container .list-group .list-group-item-text.full-text-open {
  cursor: pointer;
  height: auto;
  overflow: auto;
}
.group-container .list-group [class*=log-]:before {
  font-family: "Glyphicons Halflings";
  content: "\e165";
  position: absolute;
  top: 30px;
  left: 12px;
}
.group-container .list-group .log-1:before {
  color: #48b0f7;
}
.group-container .list-group .log-3:before {
  color: #f55753;
}

/*body.modal-open {
    .navbar-user {
        margin-right: 17px;
    }
    .quickview {
        padding-right: 17px;
    }
}*/
/* === webpage === */
/* login */
.login-wrapper {
  height: 100%;
  background-color: #788195;
}
.login-wrapper > div {
  width: 100%;
  height: 100%;
}
.login-wrapper .bg-pic {
  position: absolute;
  overflow: hidden;
  background: url(https://farm9.staticflickr.com/8304/7976384041_a6d3f52a90_k.jpg) center/cover no-repeat;
}
.login-wrapper .bg-pic img {
  height: 100%;
  opacity: 0.7;
}
.login-wrapper .login-container {
  width: 496px;
  display: block;
  position: relative;
  float: right;
}

.login-container .title {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 14px;
}
.login-container .content {
  margin: 30px 20px 0;
  padding: 50px;
}
.payment-log .log-income-1 {
  color: #305a30;
}
.payment-log .log-income-2 {
  color: #922b29;
}
@font-face {
  font-family: "pages-icon";
  src: url("../fonts/Pages-icon.eot?-u69vo5");
  src: url("../fonts/Pages-icon.eot?#iefix-u69vo5") format("embedded-opentype"), url("../fonts/Pages-icon.woff?-u69vo5") format("woff"), url("../fonts/Pages-icon.ttf?-u69vo5") format("truetype"), url("../fonts/Pages-icon.svg?-u69vo5#Pages-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pg, [class^=pg-], [class*=" pg-"] {
  display: inline-block;
  font: normal normal normal 14px/1 pages-icon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pg-signals:before {
  content: "\e61c";
}

.pg-crop:before {
  content: "\e657";
}

.pg-folder_alt:before {
  content: "\e658";
}

.pg-folder:before {
  content: "\e659";
}

.pg-theme:before {
  content: "\e65a";
}

.pg-battery_empty:before {
  content: "\e65b";
}

.pg-battery:before {
  content: "\e65c";
}

.pg-note:before {
  content: "\e65d";
}

.pg-server_hard:before {
  content: "\e65e";
}

.pg-servers:before {
  content: "\e65f";
}

.pg-menu_justify:before {
  content: "\e660";
}

.pg-credit_card:before {
  content: "\e60f";
}

.pg-fullscreen_restore:before {
  content: "\e633";
}

.pg-fullscreen:before {
  content: "\e634";
}

.pg-minus:before {
  content: "\e635";
}

.pg-minus_circle:before {
  content: "\e63a";
}

.pg-plus_circle:before {
  content: "\e656";
}

.pg-refresh_new:before {
  content: "\e600";
}

.pg-close_line:before {
  content: "\e601";
}

.pg-close:before {
  content: "\e60a";
}

.pg-arrow_down:before {
  content: "\e60b";
}

.pg-arrow_left_line_alt:before {
  content: "\e628";
}

.pg-arrow_left:before {
  content: "\e629";
}

.pg-arrow_lright_line_alt:before {
  content: "\e62a";
}

.pg-arrow_maximize_line:before {
  content: "\e62b";
}

.pg-arrow_maximize:before {
  content: "\e62c";
}

.pg-arrow_minimize_line:before {
  content: "\e62f";
}

.pg-arrow_minimize:before {
  content: "\e630";
}

.pg-arrow_right:before {
  content: "\e631";
}

.pg-arrow_up:before {
  content: "\e632";
}

.pg-more:before {
  content: "\e655";
}

.pg-bag:before {
  content: "\e602";
}

.pg-bag1:before {
  content: "\e603";
}

.pg-bold:before {
  content: "\e604";
}

.pg-calender:before {
  content: "\e605";
}

.pg-camera:before {
  content: "\e606";
}

.pg-centeralign:before {
  content: "\e607";
}

.pg-charts:before {
  content: "\e608";
}

.pg-clock:before {
  content: "\e609";
}

.pg-comment:before {
  content: "\e60c";
}

.pg-contact_book:before {
  content: "\e60d";
}

.pg-credit_card_line:before {
  content: "\e60e";
}

.pg-cupboard:before {
  content: "\e610";
}

.pg-desktop:before {
  content: "\e611";
}

.pg-download:before {
  content: "\e612";
}

.pg-eraser:before {
  content: "\e613";
}

.pg-extra:before {
  content: "\e614";
}

.pg-form:before {
  content: "\e615";
}

.pg-grid:before {
  content: "\e616";
}

.pg-home:before {
  content: "\e617";
}

.pg-image:before {
  content: "\e618";
}

.pg-inbox:before {
  content: "\e619";
}

.pg-indent:before {
  content: "\e61a";
}

.pg-italic:before {
  content: "\e61b";
}

.pg-laptop:before {
  content: "\e61d";
}

.pg-layouts:before {
  content: "\e61e";
}

.pg-layouts2:before {
  content: "\e61f";
}

.pg-layouts3:before {
  content: "\e620";
}

.pg-layouts4:before {
  content: "\e621";
}

.pg-leftalign:before {
  content: "\e622";
}

.pg-like:before {
  content: "\e623";
}

.pg-like1:before {
  content: "\e624";
}

.pg-lock:before {
  content: "\e625";
}

.pg-mail:before {
  content: "\e626";
}

.pg-map:before {
  content: "\e627";
}

.pg-menu_lv:before {
  content: "\e62d";
}

.pg-menu:before {
  content: "\e62e";
}

.pg-movie:before {
  content: "\e636";
}

.pg-ordered_list:before {
  content: "\e637";
}

.pg-outdent:before {
  content: "\e638";
}

.pg-phone:before {
  content: "\e639";
}

.pg-plus:before {
  content: "\e63b";
}

.pg-power:before {
  content: "\e63c";
}

.pg-printer:before {
  content: "\e63d";
}

.pg-refresh:before {
  content: "\e63e";
}

.pg-resize:before {
  content: "\e63f";
}

.pg-right_align:before {
  content: "\e640";
}

.pg-save:before {
  content: "\e641";
}

.pg-search:before {
  content: "\e642";
}

.pg-sent:before {
  content: "\e643";
}

.pg-settings_small_1:before {
  content: "\e644";
}

.pg-settings_small:before {
  content: "\e645";
}

.pg-settings:before {
  content: "\e646";
}

.pg-shopping_cart:before {
  content: "\e647";
}

.pg-social:before {
  content: "\e648";
}

.pg-spam:before {
  content: "\e649";
}

.pg-suitcase:before {
  content: "\e64a";
}

.pg-tables:before {
  content: "\e64b";
}

.pg-tablet:before {
  content: "\e64c";
}

.pg-telephone:before {
  content: "\e64d";
}

.pg-text_style:before {
  content: "\e64e";
}

.pg-trash_line:before {
  content: "\e64f";
}

.pg-trash:before {
  content: "\e650";
}

.pg-ui:before {
  content: "\e651";
}

.pg-underline:before {
  content: "\e652";
}

.pg-unordered_list:before {
  content: "\e653";
}

.pg-video:before {
  content: "\e654";
}

[v-cloak] {
  display: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}
.bootstrap-datetimepicker-widget table td span.disabled {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1300px) {
  .quickview {
    right: 0;
  }
  .quickview:before {
    display: none;
  }
  .quickview.open {
    transform: translate3d(0, 0, 0);
  }

  a.quickview-toggle {
    display: none;
  }

  body.order-detail .page-container {
    padding-right: 400px;
  }
}

@media (max-width: 991px) {
  .breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .container-fluid {
    padding-top: 0;
  }

  .sm-padding-10 {
    padding: 10px !important;
  }

  .sm-table {
    display: table;
    width: 100%;
  }

  .header {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0 10px;
  }
  .header .header-inner {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
  .header > .pull-left, .header > .pull-right {
    position: relative;
  }

  .navbar-user {
    position: absolute;
    right: 10px;
  }

  body.sm-sidebar-visible {
    /*.page-sidebar {
            display: block;
        }*/
  }
  body.sm-sidebar-visible .page-container {
    position: fixed;
  }

  .page-sidebar {
    display: none;
    width: 250px;
    z-index: auto;
    left: 0 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .page-sidebar.on {
    display: block;
  }
  .page-sidebar.on + .page-container {
    transform: translate3d(250px, 0, 0);
    overflow: hidden;
    position: fixed;
    background-color: #fafafa;
  }
  .page-sidebar .header {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
  }

  .page-container {
    padding-left: 0;
    z-index: 100;
    position: relative;
    transition: transform 0.25s ease;
  }
  .page-container .content-wrapper .content {
    overflow-x: hidden;
    height: auto;
    padding-top: 48px;
  }

  .menu-items > li > a {
    padding-left: 20px;
  }

  .icon-thumbnail {
    margin-right: 20px;
  }

  .login-wrapper .login-container {
    width: 380px;
  }
}

@media (max-width: 480px) {
  body {
    width: 100%;
  }

  .page-header .btn-group.pull-right {
    float: none !important;
  }

  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .header {
    height: 48px;
    /*width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.07);*/
  }
  .header .vc {
    height: 48px;
  }

  .brand-font-logo {
    font-size: 24px;
  }

  .login-wrapper .bg-pic {
    display: none;
  }
  .login-wrapper .login-container {
    width: 100%;
  }
}