/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
.sidebar-fixed .page-body-wrapper {
  width: calc(100% - 240px);
  background: #f8f8f8;
}

body {
  font-size: 14px;
  line-height: 20px;
  color: #0c2345;
  font-family: "Open Sans", sans-serif;
}

.padding-0 {
  padding: 0 !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-15 {
  padding: 15px !important;
}

.color-danger, .color-danger:hover {
  color: #f83e37;
}

.post-input {
  padding: 5px 8px;
}

.height-28 {
  height: 28px !important;
}

.post-meta label {
  margin-bottom: 0;
}
.post-meta .btn.btn-light {
  padding: 5px 8px;
}

.w-200px {
  max-width: 200px !important;
}

.w-170px {
  max-width: 170px !important;
}

.inline-block {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.form-group .form-text.text-muted {
  line-height: 18px;
}

.sidebar {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.page-body-wrapper {
  margin-right: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  background: #f2f5fa;
}

.border-bottom-dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.btn-link {
  padding: 0;
}

.btn {
  padding: 0.725rem 1.2rem;
}

.nav-pills .nav-link.active {
  color: #fff;
  background: #3899ec;
}
.nav-pills .nav-link.active:hover {
  color: #fff;
  background: #3899ec;
}
.nav-pills .nav-link :hover {
  background-color: #dae0e5;
  color: #000;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */
#qrCode {
  margin: 15px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 74px;
  height: calc(1.5em + 0.65rem + 2px);
}

.form-control,
.asColorPicker-input,
.dataTables_wrapper select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=text],
.jsgrid .jsgrid-table .jsgrid-filter-row select,
.jsgrid .jsgrid-table .jsgrid-filter-row input[type=number],
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
  padding: 0px 10px;
}

textarea.form-control {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-control.flatpickr-input[readonly] {
  background: white;
}

.form-control.flatpickr-input[readonly]:disabled {
  background: #e9ecef;
}

.form-control {
  font-size: 14px;
  border-color: #e7eaed;
  border-radius: 4px;
  color: #0c2345;
  font-weight: normal;
  padding: 8px 10px;
  line-height: 20px;
}
.form-control:hover {
  background: rgb(234, 247, 255);
}
.form-control:focus {
  border-color: rgb(110, 183, 253);
  box-shadow: none !important;
}

.navbar-fixed-top .main-panel {
  padding-top: 65px;
}

.dataTables_wrapper .dataTable .btn {
  padding: 4px 6px !important;
  display: inline-block;
  margin: 3px;
  vertical-align: middle;
}
.dataTables_wrapper .dataTable input[type=checkbox] {
  margin: 8px 6px !important;
}
.dataTables_wrapper label {
  margin-top: 0;
  margin-right: 10px;
}

.error {
  padding-left: 1.6rem;
}
.error .list-unstyled {
  list-style: disc;
  margin-bottom: 0;
}

.input-group .input-group-text {
  height: 34px;
  border: 1px solid #e7eaed;
}

.sub-permissions {
  padding-left: 1.5rem;
}

ul.tree-view {
  margin-top: 0.3rem;
  padding: 0;
}
ul.tree-view ul {
  list-style: none;
  padding: 0;
}
ul.tree-view > li {
  padding-left: 0;
  display: inline-block;
  width: 100%;
}
ul.tree-view i.icon {
  padding-right: 0.3rem;
  width: 14px;
}
ul.tree-view i.icon.open:before {
  content: "\f0d7";
}
ul.tree-view div.tree-item-content {
  margin-bottom: 4px;
  height: 28px;
  cursor: default;
}
ul.tree-view input.tree-item-name {
  display: inline-block;
  width: auto;
  min-width: 94%;
  max-width: 100%;
  height: 28px;
  border: none;
  float: right;
}

.context-menu {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
  position: fixed;
  z-index: 2147483647;
  background-color: white;
  border: 1px solid #ebebeb;
  border-bottom-width: 0px;
}
.context-menu i {
  top: 1px;
  position: relative;
  margin-right: 10px;
}

.context-menu.active {
  display: block;
  width: 12rem;
}

.context-menu-item {
  display: flex;
  cursor: pointer;
  padding: 8px 15px;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.context-menu-item:hover {
  background-color: #ebebeb;
}

.modal.show {
  background: rgba(0, 0, 0, 0.5);
}

.form-login .form-control {
  height: calc(1.5em + 1rem + 2px);
}

.table th .form-check {
  margin-top: 0;
  margin-bottom: 0;
}
.table th .form-check .form-check-label {
  line-height: 1.2;
}

.navbar .navbar-menu-wrapper .navbar-toggler {
  margin-right: 20px;
}

.loading-first {
  border: 0 !important;
  height: auto;
  width: auto;
  min-height: 100vh;
}

.hidden {
  display: none;
}

.card-body.field-region {
  position: relative;
}
.card-body.field-region .card-title {
  top: -23px;
  border-radius: 6px;
  position: absolute;
  background: #fff;
  padding: 8px 10px;
  border: none;
}

.height-200 {
  height: 200px;
}

.height-170 {
  height: 170px;
}

.sale-position-area-item {
  padding-right: 5px !important;
  padding-left: 15px !important;
}
.sale-position-area-item button {
  float: right;
  background: transparent;
  border: none;
  padding: 4px;
  color: #fff;
  width: 26px;
  height: 26px;
  box-shadow: none;
}
.sale-position-area-item button i {
  font-size: 0.8rem;
}
.sale-position-area-item button.delete {
  color: #f83e37;
}
.sale-position-area-item button.edit {
  color: #223e9c;
}

.sale-position-area-item.editable {
  padding: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  border: 0;
}
.sale-position-area-item.editable input {
  height: 42.5px;
}

.sale-position-area-item.active button.edit {
  color: #fff;
}

.btn-add-large {
  padding: 40%;
}
.btn-add-large i:before {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 30px;
}

.div-add-large .card {
  background-color: #f8f9fa;
}
.div-add-large .card:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.div-add-large .card:active {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.ratio-1-1 {
  position: relative;
}
.ratio-1-1:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}
.ratio-1-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sale-position-position-item {
  padding: 15px !important;
  border: 1px solid #3899ec;
}
.sale-position-position-item .content strong {
  line-height: 34px;
}
.sale-position-position-item button.btn {
  padding: 5px;
  font-size: 0.8rem;
}
.sale-position-position-item button.disabled {
  opacity: 0.3;
}
.sale-position-position-item button i {
  font-size: 0.8rem;
  padding-right: 1px;
}

.order-item {
  margin-bottom: 15px;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 6px 8px rgba(102, 119, 136, 0.03), 0 1px 2px rgba(102, 119, 136, 0.3);
}
.order-item .card-body {
  padding: 0;
}
.order-item .card-body .card-title {
  padding: 15px 15px;
  background: #f8f9fa;
  color: #162d3d;
  margin-bottom: 0;
}
.order-item .card-body .content {
  min-height: 100px;
  padding: 10px 15px;
}
.order-item .card-body .content .price {
  font-size: 2rem;
}
.order-item .view-order {
  color: #0747a6;
  font-weight: bold;
  background: #f8f9fa;
}
.order-item .badge {
  border-radius: 10px;
  font-weight: bold;
}
.order-item .badge.EMPTY {
  margin-bottom: 4.2rem !important;
}
.order-item .badge.ACTIVE {
  color: #ffffff;
  background-color: #33b000;
}

.sale-manage .nav-link {
  border: none;
  cursor: default;
  font-weight: bold;
  background: #fff;
  cursor: default;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0 2px 2px 0 rgba(102, 64, 178, 0.14), 0 3px 1px -2px rgba(102, 64, 178, 0.2), 0 1px 5px 0 rgba(102, 64, 178, 0.12);
}
.sale-manage .nav-link:hover {
  color: #000 !important;
  background-color: #f8f9fa;
}
.sale-manage .nav-link.active:hover {
  color: #fff !important;
  background: #4eb7f5;
}
.sale-manage .btn-add-order {
  padding: 0.9rem 1rem;
}
.sale-manage .areas .nav-title span {
  height: 100%;
  display: inline-block;
  padding: 10px 10px 10px 0;
}

.cols-5 > .col-md-3 {
  flex: 0 0 20%;
}

body.full-page .navbar.navbar-mini {
  display: none !important;
}
body.full-page .main-panel {
  padding-top: 0 !important;
}
body.full-page .sidebar {
  display: none !important;
}
body.full-page .page-body-wrapper {
  width: 100%;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal::-webkit-scrollbar {
  display: none;
}

.login-layout.sidebar-icon-only .page-body-wrapper {
  width: 100% !important;
}

.sale-order-detail > col-md-3 {
  background: #f4f5f7;
}

.sale-order-detail .payment-method .nav-link {
  padding: 1.5rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
  border-left: 8px solid #dae0e5;
}
.sale-order-detail .payment-method .nav-link:focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px !important;
}
.sale-order-detail .payment-method .nav-link.active {
  border-left: 8px solid #007bff;
}

.modal.show .modal-dialog {
  /*background-color: #f4f5f7;*/
  border-radius: 2px;
  margin: 50px auto;
}

.modal-header .close:hover {
  background: #ddd;
}

.lightGallery {
  width: initial;
  margin-right: -15px;
  margin-left: -15px;
}

.status-ACTIVE {
  background: #1cbccd;
}

.status-CANCEL {
  background: #f83e37;
}

.status-PAID {
  background: #00d082;
}

.product-category .nav-item {
  margin-bottom: 4px !important;
}

.product-category button.btn {
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
  padding: 1.5rem 1.75rem !important;
}
.product-category button.btn:hover {
  background: #f8f9fa !important;
  color: #000 !important;
}
.product-category button.btn.active {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.product-category button.btn.active:hover {
  background: #dae0e5 !important;
}

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

.page-order .filter button.active {
  border: dashed 1px #000 !important;
  font-weight: bold;
}

.modal {
  display: inherit;
  visibility: hidden;
  opacity: 0;
  /*transition: opacity 0.5s linear;*/
  transition: all 0.15s ease-in-out;
}

.modal.show {
  visibility: visible;
  opacity: 1;
}

.product-item {
  position: relative;
}
.product-item .info {
  position: absolute;
  top: 40%;
  right: 10%;
  left: 10%;
  background: rgba(255, 255, 255, 0.7882352941);
  padding: 4px;
}

.count-indicator {
  position: relative;
}
.count-indicator span.count {
  position: absolute;
  right: -10px;
  min-width: 21px;
  padding: 4px;
  height: 21px;
  border-radius: 12px;
  border-color: inherit !important;
  top: -10px;
  font-size: 0.9em;
  text-align: center;
  line-height: 10px !important;
  color: #fff;
}

/* Loading */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0747a6;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

.navbar.navbar-mini.fixed-top {
  z-index: 2;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(73, 80, 87, 0.2);
  -moz-box-shadow: 0px 0px 7px 0px rgba(73, 80, 87, 0.2);
  box-shadow: 0px 0px 7px 0px rgba(73, 80, 87, 0.2);
}

/* User info*/
.sidebar .nav.user-info {
  overflow: initial;
  margin-top: 0;
}
.sidebar .user-info {
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0;
}

.user-info div.dropdown-menu {
  border-radius: 0 0 5px 5px;
  right: 0;
  top: 9px !important;
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.25);
  padding: 0 0 10px;
}
.user-info div.dropdown-menu .dropdown-header {
  background: #f8f8f8;
  padding: 10px 20px;
  line-height: initial;
  border-bottom: 1px solid #e7eaed;
}
.user-info div.dropdown-menu .dropdown-item {
  padding: 7px 20px;
  color: #0c2345;
}
.user-info div.dropdown-menu .dropdown-item i {
  font-size: 18px;
  width: 24px;
  margin-right: 5px;
  color: rgba(12, 35, 69, 0.75);
}
.user-info li {
  padding: 20px;
  color: #fff;
}
.user-info li img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
}
.user-info li img:after {
  display: none;
}
.user-info li .nav-profile-name {
  margin-left: 10px;
  float: left;
}
.user-info li .nav-profile-name span {
  display: block;
  line-height: 20px;
}

.sidebar-icon-only .user-info {
  margin-top: 15px !important;
}
.sidebar-icon-only .user-info li {
  padding: 0;
}
.sidebar-icon-only .user-info li .user-content {
  display: none;
}
.sidebar-icon-only .user-info li img {
  margin: auto;
}

.tox-tinymce-aux {
  display: none;
}

.navbar .navbar-menu-wrapper {
  color: #000;
}

.card {
  border-color: #e7eaed;
  border-radius: 4px;
}
.card .card-title {
  padding: 12px 15px;
  border-bottom: 1px solid #e7eaed;
  margin-bottom: 0;
  background: rgba(21, 90, 169, 0.0509803922);
}
.card .card-title i {
  margin-right: 10px;
}
.card .card-body {
  padding: 15px;
}

.forget-password .title {
  border-radius: 4px 4px 0 0;
  background: #155aa9;
  color: #fff;
  text-align: center;
}
.forget-password .title h1 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  line-height: initial;
}
.forget-password .alert-success {
  color: #0c2345;
  font-weight: 600;
}

.error ul.list-unstyled {
  list-style: none;
}

.auth .brand-logo img {
  width: inherit;
  max-width: 100%;
}

/* End User info */
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* End Loading */
.login-layout #page-content {
  /*background: url(../images/bg-login.jpg) no-repeat center right;
  background-size: cover;*/
  position: relative;
}
.login-layout .background-login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.login-layout .background-login img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-layout .content-wrapper {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
.navbar .navbar-brand-wrapper {
  width: inherit;
}
.navbar .navbar-brand-wrapper img {
  max-height: 40px;
  object-fit: contain;
}

.table tr td, .table tr th {
  vertical-align: middle;
}