/* styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  margin-bottom: 0;
}

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;
}

.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;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: lightgray;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
}

.pre-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px !important;
}

.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;
}

.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;
}

/*==========================================================*/
#clear-margin-top {
  margin-top: -10px;
}

#suggesstion-box {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 94%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

#consignee-suggesstion-box {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 94%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.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;
  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;
}

.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 {
  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 */
#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;
}

/* 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;
}

.pagination-link {
  cursor: pointer;
}

.pagination-disabled {
  cursor: no-drop;
}

/* Simple CSS3 Fade-in Animation */
/*Media query for table*/
@media screen and (max-width: 600px) {
  .pre-scrollable-right-side {
    max-height: 50px;
    overflow-y: scroll;
  }

  .navbar-nav-scroll {
    max-height: 50vh;
    overflow-y: auto;
  }

  ::-webkit-scrollbar {
    width: 2px;
  }

  .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;
  }

  footer {
    bottom: auto;
    height: auto;
  }
}

/* dashboard */
.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}

.border-left-success {
  border-left: .25rem solid #4cbb87 !important;
}

.border-left-teal {
  border-left: .25rem solid #1fc794 !important;
}

.border-left-info {
  border-left: .25rem solid #30a5ff !important;
}

.border-left-navy {
  border-left: .25rem solid #000066 !important;
}

.border-left-warning {
  border-left: .25rem solid #fbbd19 !important;
}

.border-left-danger {
  border-left: .25rem solid #f9243f !important;
}

.border-left-vermillion {
  border-left: .25rem solid var(--vermillion) !important;
}

/* dashboard */
@media (max-width: 830px) {
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

/*Tracking CSS*/
.shipment_card>.row {
  border-bottom: 1px solid #eee;
}


.tracking-detail {
  padding: 3rem 0
}

#tracking {
  margin-bottom: 1rem
}

[class*=tracking-status-] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center
}

[class*=tracking-status-] {
  padding: 1.6rem 0
}

.tracking-status-intransit {
  background-color: #65aee0
}

.tracking-status-outfordelivery {
  background-color: #f5a551
}

.tracking-status-deliveryoffice {
  background-color: #f7dc6f
}

.tracking-status-delivered {
  background-color: #4cbb87
}

.tracking-status-attemptfail {
  background-color: #b789c7
}

.tracking-status-error,
.tracking-status-exception {
  background-color: #d26759
}

.tracking-status-expired {
  background-color: #616e7d
}

.tracking-status-pending {
  background-color: #ccc
}

.tracking-status-inforeceived {
  background-color: #214977
}

.tracking-list {
  border: 1px solid #e5e5e5
}

.tracking-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  font-size: .9rem;
  margin-left: 3rem;
  min-height: 5rem
}

.tracking-item.location-tracking-item {
  font-size: 10px;
  padding: 0.1rem 2rem;
  min-height: 4rem;
  margin-left: 6rem;
}

.tracking-item.location-tracking-item:last-child {
  padding-bottom: 2rem
}

.tracking-item:last-child {
  padding-bottom: 4rem
}

.tracking-item .tracking-date {
  margin-bottom: .5rem
}

.tracking-item .tracking-date span {
  color: #888;
  font-size: 85%;
  padding-left: .4rem
}

.tracking-item .tracking-content {
  padding: .5rem .8rem;
  background-color: #f4f4f4;
  border-radius: .5rem
}

.tracking-item .tracking-content span {
  display: block;
  color: #888;
  font-size: 85%
}

.tracking-item .tracking-icon {
  line-height: 2.6rem;
  position: absolute;
  left: -1.3rem;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff
}

.tracking-item .tracking-icon.status-sponsored {
  background-color: #f68
}

.tracking-item .tracking-icon.status-delivered {
  background-color: #4cbb87
}

.tracking-item .tracking-icon.status-outfordelivery {
  background-color: #f5a551
}

.tracking-item .tracking-icon.status-deliveryoffice {
  background-color: #f7dc6f
}

.tracking-item .tracking-icon.status-attemptfail {
  background-color: #b789c7
}

.tracking-item .tracking-icon.status-exception {
  background-color: #d26759
}

.tracking-item .tracking-icon.status-inforeceived {
  background-color: #214977
}

.tracking-item .tracking-icon.status-intransit {
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: .6rem
}

@media(min-width:992px) {
  .tracking-item {
    margin-left: 10rem
  }

  .tracking-item.location-tracking-item {
    margin-left: 6rem;
  }

  .tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right
  }

  .tracking-item .tracking-date span {
    display: block
  }

  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .tracking-item.location-tracking-item {
    margin-left: 1rem;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
  .tracking-item.location-tracking-item {
    margin-left: 1rem;
  }
}

@media all and (max-width: 575px) {
  .tracking-item.location-tracking-item {
    margin-left: .7rem;
  }
}

.table-fixed {
  table-layout: fixed;
  word-wrap: break-word;
}

/*************************** 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-lg:placeholder-shown:not(:focus)+* {
  font-size: 100%;
  opacity: .5;
  top: 1em
}

.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.full-width,
.has-float-label>select.full-width {
  max-width: 100%;
}

.has-float-label>input,
.has-float-label>select {
  min-width: 150px;
  max-width: 250px;
}

@media (max-width: 992px) {

  .has-float-label>input,
  .has-float-label>select {
    min-width: 150px;
    max-width: 100% !important;
  }
}

/** 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;
}

.cursor-pointer {
  cursor: pointer;
}

/***************badge************/

@media all and (min-width: 992px) and (max-width: 1199px) {
  .btn-lg-block {
    width: 100% !important;
    display: block !important;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .btn-md-block {
    width: 100% !important;
    display: block !important;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
  .btn-sm-block {
    width: 100% !important;
    display: block !important;
  }
}

@media all and (max-width: 575px) {
  .btn-xs-block {
    width: 100% !important;
    display: block !important;
  }
}

.bg-gurukal-red {
  background-color: #b30000;
}

.border-gurukal-dark-top-3px {
  border-top: 3px solid #363636;
}

.border-gurukal-dark-bottom-3px {
  border-bottom: 3px solid #363636;
}

.border-gurukal-red-3px {
  border-top: 3px solid #b30000;
}

.border-gurukal-red-5px {
  border-top: 5px solid #D03346;
}

.border-gurukal-red-8px {
  border-top: 8px solid #8C1C25;
}


/* 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;
  }
}

.required:after {
  content: " *";
  color: red;
}

.required>input:last-child:after {
  content: " All the Fields with (*) is Required";
  color: red;
}


.menu-list .list-group-item {
  font-size: .8em;
  padding: .50rem 1rem;
}

.menu-list .list-group-item:last-child {
  border: 1px solid transparent;
}

/***** Zoom *****/

.zoom a:hover {
  transform: scale(1.05);
  transition: all ease 250ms;
  background-color: #b9efff;
  color: #004080;
}

.table.header-full-width>thead>tr>th {
  white-space: nowrap;
}

.table-with-inner-borders {
  border-collapse: collapse;
}

.table-with-inner-borders td:first-child,
.table-with-inner-borders th:first-child {
  border-left: none;
}

.table-with-inner-borders td:last-child,
.table-with-inner-borders th:last-child {
  border-right: none;
}

.table-with-inner-borders tr:first-child td,
.table-with-inner-borders tr:first-child th {
  border-top: none;
}

.table-with-inner-borders tr:last-child td,
.table-with-inner-borders tr:last-child th {
  border-bottom: none;
}

.table-with-outer-border {
  border-collapse: collapse;
}

.table-with-outer-border tr:first-child td,
.table-with-outer-border tr:first-child th {
  border-top: 1px solid #dee2e6;
}

.table-with-outer-border tr:last-child td,
.table-with-outer-border tr:last-child th {
  border-bottom: 1px solid #dee2e6;
}

.table-with-outer-border tr td:first-child,
.table-with-outer-border tr th:first-child {
  border-left: 1px solid #dee2e6;
}

.table-with-outer-border tr td:last-child,
.table-with-outer-border tr th:last-child {
  border-right: 1px solid #dee2e6;
}

td .inner-table {
  flex-grow: 1;
}

/*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;
}

/*====================================================== */
.table.table-only-header-full-width>thead>tr>th {
  white-space: nowrap !important;
}

.table.table-full-width>thead>tr>th,
.table-full-width>tbody>tr>td {
  white-space: nowrap !important;
}

/*** Table Row Selection***/
tr.normal td {
  color: black;
  background-color: white;
}

tr.highlighted td {
  color: black;
  background-color: #c6f7c6;
}


td.line-1 {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font-10 {
  font-size: 10px !important;
}

/* .tally-border-table>thead>tr>th,
.tally-border-table>thead>tr>td{
  border: 1px solid #aaa !important;
    -webkit-print-color-adjust: exact;
} */


.card-header i {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.rotate-icon {
  transform: rotate(180deg);
}