/* styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #f5f5f5;*/
}

.footer-background-blue {
  background-color: #102942 !important;
}

/** Nav Style */

.header-nav {
  background-color: #1fa67a !important;
}

.header-nav-blue {
  background-color: #034184 !important;
}

/* change the link color and padding  */
.navbar-nav>.nav-item.active .nav-link {
  padding: .75rem 1rem;
}

/* change the color and bg color of active or hovered links */
.navbar-nav>.nav-item.dropdown.active.show,
.nav-item.dropdown.active.show:hover>.nav-link {
  color: #ffffff;
  background-color: #012f61;
}

.navbar-nav>.nav-item.dropdown.dropdown-default.active.show,
.nav-item.dropdown.dropdown-default.active.show:hover>.nav-link {
  color: #ffffff;
  background-color: #0a865d;
}

.navbar-nav>.nav-item.dropdown.dropdown-default.active.show>ul.dropdown-menu.show>.nav-item.dropdown.dropdown-default.active:hover>.dropdown-item {
  color: #ffffff;
  background-color: #1fa67a;
}

.navbar-nav>.nav-item.dropdown.active.show>ul.dropdown-menu.show>.nav-item.dropdown.active:hover>.dropdown-item {
  color: #ffffff;
  background-color: #034184;
}

.dropdown-menu {
  /* max-height: 500px; */
  /* overflow-y: auto; */
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pre-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

.pre-scrollable::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: lightgray;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
}

.pre-scrollable-right-side::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

.pre-scrollable-right-side::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: lightgray;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
}

.dropdown-menu>.dropdown-item:hover {
  color: #ffffff;
  background-color: #1fa67a;
}

.dropdown-menu>.dropdown-item-blue.dropdown-item:hover {
  color: #ffffff;
  background-color: #034184;
}

/* Nav Style*/
.table.dataTable {
  border-collapse: collapse !important;
}

.table td {
  font-size: 12px;
}

.table th {
  font-size: 13px;
}

.table tr:hover {
  background-color: #fff;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 1px;
}

.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;
  padding-bottom: 2px;
  padding-top: 3px;
}

.table-responsive {
  overflow: auto
}

.table-responsive>.table tr th,
.table-responsive>.table tr td {
  white-space: normal !important
}

/*==========================================================*/
#clear-margin-top {
  margin-top: -10px;
}

#suggesstion-box {
  color: rgb(255, 255, 255);
  background-color: rgb(57, 179, 215);
  position: absolute;
  /* margin-top: 35px; */
  /* margin-left: -40px; */
  width: 93% !important;
  max-height: 200px;
  overflow-y: auto;
  z-index: 50;
}

.card-header-sm {
  padding: 0.5% 2% 0.5% 2%;
}

.btn {
  border-radius: 1px;
}

.order-card {
  color: #fff;
}

.bg-c-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
  background: linear-gradient(45deg, #5cb85c, #4cae4c);
}

.bg-c-yellow {
  background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-pink {
  background: linear-gradient(45deg, #FF5370, #ff869a);
}


.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .card-block {
  padding: 25px;
}

.order-card i {
  font-size: 26px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.color-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.color-danger {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.color-success {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.footer .text-muted {
  color: #FFF;
}

.text-red {
  color: red;
}

.text-green {
  color: green;
}

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

.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: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

#cartsearch {
  padding-top: 10px;
  padding-bottom: 10px;
  /* margin-top: 30px; */
  border: 1px dotted #09F;
  background-color: #eee;
  margin-left: 0;
  margin-right: 0;
}


.pagetitle {
  min-height: 50px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #eee;
  /*background:#fafafa url(../images/geometry2.png);
	background-size: 30%;*/
  color: #777;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
}


/* Custom page CSS
-------------------------------------------------- */

body>.container {
  padding: 15px 15px 0;
}

.container .text-muted {
  margin: 20px 0;
}

.navbar {
  background-color: #337ab7;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover {

  color: #fff;
}

/*.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}*/
.modal-full {
  min-width: 20%;
  margin-left: 80;
}

.modal-full .modal-content {
  min-height: 100vh;
}

code {
  font-size: 80%;
}

#cart {
  border: 1px dashed #C00;
  background-color: #fff;
}

#carthead {

  /*background-color:#348cd8; */
  font-weight: normal;
  color: #5cb85c;

}

#cartitem {

  background-color: #fff;
  color: #096;
  font-size: 25px;
}

#carttotal {
  background-color: #08bbc3;
  color: #FFF;
  font-size: 25px;
}


.btn {
  display: inline-block;
  /* padding: 4px 12px; */
}


.jumbotron {
  /*Slider Box*/
  /*	border-top:5px solid #00529B;*/
  border-bottom: 1px solid #eee;
}

.jumbotron img {
  width: 100%
}

/*******************************************************************/

@media print {

  html,
  body {
    width: 210mm;
    height: 297mm;
  }

  .btn {

    visibility: hidden;
    visibility: collapse;
  }

  .footer {
    visibility: hidden;
    display: none;
  }

  a {
    display: none;
  }
}

.panel-heading {
  padding: 1px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.panel-blue {
  background: #30a5ff;
  color: #fff;
}

.panel-orange {
  background: #ffb53e;
  color: #fff;
}

.panel-teal {
  background: #1ebfae;
  color: #fff;
}

.panel-red {
  background: #f9243f;
  color: #fff;
}

.large {
  font-size: 2.4em;
  margin-bottom: 0;
  color: #01132d;
}

.widget-right {
  text-align: left;
  line-height: 1.6em;
  margin: 0px;
  padding: 10px;
  padding-top: 20px;
  height: 80px;
  color: #999;
  font-weight: 300;
  background: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.widget-right .text-muted {
  color: #9fadbb;
  padding-top: 5px;
  line-height: 15px;
  margin: 0;
}

.widget-left {
  height: 80px;
  padding-top: 15px;
  font-size: 36px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.glyph {
  fill: currentColor;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 70%;
  height: 70%;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.panel-widget {
  padding: 0;
  position: relative;
  /*	background: #fff;*/
}

.input-group-addon.primary {
  color: rgb(255, 255, 255);
  background-color: rgb(50, 118, 177);
  border-color: rgb(40, 94, 142);
}

.input-group-addon.success {
  color: rgb(255, 255, 255);
  background-color: rgb(92, 184, 92);
  border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
  color: rgb(255, 255, 255);
  background-color: rgb(57, 179, 215);
  border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
  color: rgb(255, 255, 255);
  background-color: rgb(240, 173, 78);
  border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
  color: rgb(255, 255, 255);
  background-color: rgb(217, 83, 79);
  border-color: rgb(212, 63, 58);
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.file-input-label {
  padding: 0px 10px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-right: none;
  /*border-radius: 4px;*/
}

.file-input-label1 {
  padding: 0px 10px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-left: none;
  /*border-radius: 4px;*/
}

#excel_modal {
  max-width: calc(100% - 25px);
}

#excel_modal_content {
  /*80% of window height */
  height: 80%;
}

#excel_modal_dialog {
  /*80% of window height */
  height: 80%;
}

#excel_modal_body {
  /* 100% = dialog height, 120px = header + footer */
  max-height: calc(100% - 120px);
  overflow-y: auto;
  overflow-x: auto;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#loader-icon {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, .8) url('../images/Preloader.gif') 50% 50% no-repeat;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: #034184;
  border-top-color: transparent;
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading #loader-icon {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #loader-icon {
  display: block;
}

/*###########################STEP Wizard###################################*/
.bs-wizard {
  margin-top: 1px;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

/* .bs-wizard > .bs-wizard-step + .bs-wizard-step {} */
.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: ' ';
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  left: 50%;
  width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

/*END Form Wizard*/


/* Carousel Styles */
.carousel-indicators .active {
  background-color: #2980b9;
}

.carousel-inner img {
  width: 100%;
  max-height: 460px
}

.carousel-control {
  width: 0;
}

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel-control.left span {
  padding: 15px;
}

.carousel-control.right span {
  padding: 15px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
  background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}

/* Carousel Header Styles */

/*login div style*/
.admin-login-box,
.register-box {
  width: 350px;
  margin: 4% auto;
}

.login-box-body,
.register-box-body {
  background: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 0;
  color: #666;
}

#content1 {
  margin: 0 auto;
  width: 450px;
  margin-top: 125px;
  border: 1px dashed #666;
}

#content2 {
  border: 2px solid #f1f1f1;
  background-color: #fdfdfd;
  padding: 15px;
}

.btn-circle.btn-xl {
  width: 50px;
  height: 50px;
  padding: 10px 14px;
  border-radius: 25px;
  font-size: 24px;
  line-height: 1.33;
}

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

.company_details {
  table-layout: fixed;
  width: 100% !important;
}

.company_details td,
.company_details th {
  width: auto !important;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
@media (max-width: 830px) {
  .form-inline {
    flex-direction: column;
    align-items: stretch;
    margin: 5px auto;
  }

  .product-search-details {
    flex-direction: column;
    align-items: stretch;
  }

  .product-search-details .btn {
    width: 100%;
  }

  footer {
    height: 80px;
    /*background-color: #f5f5f5;*/
  }

  .dashboard-card {
    height: 100% !important;
  }

  .dashboard-card .delivery-date {
    font-size: 2.5rem !important;
  }

  .dashboard-card .delivery-time {
    font-size: 1.5rem !important;
  }

  .dashboard-card .delivery-year {
    font-size: 1.5rem !important;
  }

  .dashboard-card .delivery-pending {
    font-size: 1rem !important;
  }

  .dashboard-card .counter {
    font-size: 2.5rem !important;
  }

  .dashboard-card .percentage {
    font-size: 1rem !important;
  }

  .dashboard-card .h5 {
    margin-top: -1.5rem !important;
  }

  .dashboard-card .row {
    margin-bottom: .5rem !important;
  }
}

@media (max-width: 576px) {
  .form-inline .form-control {
    width: 100%;
  }

  .form-inline .form-check {
    justify-content: left;
  }
}

/*Media query for table*/
@media screen and (max-width: 600px) {
  /* .dropdown-menu {
    max-height: 105px;
  } */

  .pre-scrollable-right-side {
    max-height: 50px;
    overflow-y: scroll;
  }

  .navbar-nav-scroll {
    max-height: 50vh;
    overflow-y: auto;
  }

  .responsive-table {
    border: 0;
  }

  .responsive-table caption {
    font-size: 1.3em;
  }

  .responsive-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .responsive-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .responsive-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .responsive-table td.desktop {
    display: none;
  }

  .responsive-table td.desktop-show {
    display: inherit;
  }

  .responsive-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a .responsive-table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .responsive-table td:empty {
    visibility: hidden;
  }

  .responsive-table td:empty::before {
    visibility: hidden;
    margin-left: -30rem;
  }

  .responsive-table td:last-child {
    border-bottom: 0;
  }

  .responsive-table td.text-center {
    text-align: right !important;
  }
}

/* @media screen and (max-width: 768px) {
  .dropdown-menu {
    max-height: 105px;
  }
} */

.responsive-text {
  font-size: 1rem;
}

@media (min-width: 500px) {
  .responsive-text {
    font-size: 0.3rem;
  }
}

@media (min-width: 768px) {
  .responsive-text {
    font-size: 0.5rem;
  }
}

@media (min-width: 991px) {
  .responsive-text {
    font-size: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .responsive-text {
    font-size: 1rem;
  }
}

/* dashboard */
.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}

.border-left-success {
  border-left: .25rem solid #28a745 !important;
}

.border-left-info {
  border-left: 0.25rem solid #17a2b8 !important;
}

.border-left-danger {
  border-left: .25rem solid #dc3545 !important;
}

.border-left-warning {
  border-left: .25rem solid #ffc107 !important;
}

.border-left-default {
  border-left: 0.25rem solid #007bff !important;
}

.text-primary {
  color: #4e73df !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-default {
  color: #007bff !important;
}



.dashboard-card .row {
  height: 50%;
  margin-bottom: 1rem;
}

.dashboard-card .delivery-date {
  font-size: 1.5rem;
}

.dashboard-card .delivery-time {
  font-size: .8rem;
}

.dashboard-card .delivery-year {
  font-size: 1rem;
}

.dashboard-card .delivery-pending {
  font-size: .5rem;
}

.dashboard-card .h5 {
  margin-top: -.9rem;
}

/* dashboard */

/*Quantity input CSS*/
/* -- quantity box -- */

.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 35px;
  height: 31px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
  font-size: 13px;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 31px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor: pointer;
  margin-left: -3px;
  margin-right: -3px;
}

.quantity.buttons_added .minus {
  border-right: 0;
  background-color: #f98a95 !important;
}

.quantity.buttons_added .plus {
  border-left: 0;
  background-color: #6dbd80 !important;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
  background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

ul.pagination>li.page-item>a {
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

/* Hide scrollbar for IE, Edge and Firefox */
/*
.custom-nav{
  width: 1000px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-nav::-webkit-scrollbar {
  display: none;
} */
/*********************************** navbar to sidebar *************************************/
/* @media (max-width: 992px) {

    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 45%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: gray;
    }
} */

/*********************************** Float Label *************************************/

.has-float-label {
  display: block;
  position: relative
}

.has-float-label label,
.has-float-label>span {
  position: absolute;
  cursor: text;
  font-size: 85%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: .75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: bold;
}

.has-float-label label::after,
.has-float-label>span::after {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
  font-size: 100%;
  opacity: .5;
  top: .7em
}

.has-float-label .form-control.form-control-lg:placeholder-shown:not(:focus)+* {
  font-size: 100%;
  opacity: .5;
  top: .9em
}

.input-group .has-float-label {
  display: table-cell
}

.input-group .has-float-label .form-control {
  border-radius: .25rem
}

.input-group .has-float-label:not(:last-child),
.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0
}

.input-group .has-float-label:not(:first-child),
.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.has-float-label>input:focus::placeholder {
  color: transparent;
}

.has-float-label>input,
.has-float-label>select {
  /* min-width: 150px; */
  max-width: 250px;
}

.has-float-label>input,
.has-float-label>.form-control {
  min-width: 150px;
  max-width: 250px;
}

.has-float-label>input.full-width,
.has-float-label>select.full-width {
  max-width: 100%;
}

@media (max-width: 992px) {

  .has-float-label>input,
  .has-float-label>select {
    min-width: 150px;
    max-width: 100% !important;
  }
}

@media (max-width: 765px) {

  .has-float-label>input,
  .has-float-label>select {
    width: 100% !important;
    min-width: 0;
    border-right: 1px solid green !important;
    display: block;
  }
}

/** Remove Number Input arrow**/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}


/*** Table Row Selection***/
tr.normal td {
  color: black;
  background-color: white;
}

tr.highlighted td {
  color: black;
  background-color: #ededed;
}


td.line-1 {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font-10 {
  font-size: 10px !important;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .h-sm-100 {
    height: 100% !important;
  }

  .h-sm-75 {
    height: 75% !important;
  }

  .h-sm-50 {
    height: 50% !important;
  }

  .h-sm-25 {
    height: 25% !important;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .h-md-100 {
    height: 100% !important;
  }

  .h-md-75 {
    height: 75% !important;
  }

  .h-md-50 {
    height: 50% !important;
  }

  .h-md-25 {
    height: 25% !important;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .h-lg-100 {
    height: 100% !important;
  }

  .h-lg-75 {
    height: 75% !important;
  }

  .h-lg-50 {
    height: 50% !important;
  }

  .h-lg-25 {
    height: 25% !important;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .h-xl-100 {
    height: 100% !important;
  }

  .h-xl-75 {
    height: 75% !important;
  }

  .h-xl-50 {
    height: 50% !important;
  }

  .h-xl-25 {
    height: 25% !important;
  }
}

.input-group>.date_input {
  max-width: 15%;
}

@media (max-width: 576px) {
  .input-group>.date_input {
    max-width: 100%;
  }
}


/* Validation Required Sign */
.required:after {
  content: "*";
  color: red;
  position: absolute;
  padding-left: 3px;
  margin: -2px;
  font-size: larger;
  font-weight: 900;
}

/*=========================GARMENT PURCHASE============================= */
.garment-purchase-qty>input,
.has-float-label>.product-qty {
  min-width: 80px !important;
}

/*=========================BOOK POS============================= */

.book_pos>.has-float-label label,
.has-float-label>span {
  padding: 0px;
}

.book_pos>.has-float-label>#search_category {
  min-width: 180px !important;
  max-width: 180px !important;
}

.book_pos>.has-float-label>#search_product {
  min-width: 377px !important;
  max-width: 377px !important;
}

.book_pos>.has-float-label>#product_qty {
  min-width: 60px !important;
  max-width: 60px !important;
}

.book_pos>.has-float-label>#free_qty {
  min-width: 85px !important;
  max-width: 85px !important;
}

.book_pos>.has-float-label>#product_price {
  min-width: 125px !important;
  max-width: 125px !important;
}

.book_pos>.has-float-label>#discount_percentage {
  min-width: 100px !important;
  max-width: 100px !important;
}

.book_pos>.has-float-label>#discount_amount {
  min-width: 115px !important;
  max-width: 115px !important;
}

.book_pos>.has-float-label>#amount {
  min-width: 100px !important;
  /* max-width: 100px !important; */
}

/*=========================BOOK POS============================= */


.mobile_mv {
  width: 130px !important;
}

.name_mv {
  width: 130px !important;
}

.search_product_package_mv {
  min-width: 280px !important;
}

.search_product_small_mv {
  min-width: 340px !important;
}

.search_product_category_small_mv {
  min-width: 100px !important;
}

.search_product_mv {
  min-width: 642px !important;
}

@media(max-width: 600px) {
  .search_product_package_mv {
    min-width: 295px !important;
  }

  .search_product_mv {
    min-width: 295px !important;
  }

  .search_product_small_mv {
    min-width: 100px !important;
  }

  .search_product_category_small_mv {
    min-width: 80px !important;
  }

  .mobile_mv {
    width: 100px !important;
  }

  .name_mv {
    width: 100px !important;
  }

  .has-float-label .form-control.form-control-lg.search_product_mv:placeholder-shown:not(:focus)+* {
    font-size: 14px;
  }

}

/*=========================BOOK POS============================= */

/*=========================POS============================= */

@media(max-width: 600px) {
  .search_product_mv {
    min-width: 200px;
  }
}

/*=========================POS============================= */

/*====================================================== */
.select2-selection {
  border-color: #ced4da !important;
  padding-left: 10px;
}

.select2-search__field::-webkit-input-placeholder,
.select2-search__field::placeholder {
  color: #495057 !important;
}

/*====================================================== */
.table.table-only-header-full-width>thead>tr>th {
    white-space: nowrap !important;
}

.expiry_bg{
  background-color: pink;
  color: white;
}
