/* your styles go here */
/* Timeline */
.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline-heading p{line-height:1.2;}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
  top: 2px;
  left: 0px;
}

.timeline .timeline-item  .timeline-badge{
  background-color: #ccc;
}
.timeline .timeline-item.success .timeline-badge {
  background-color: #1fba72;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-item .timeline-panel .timeline-body{display:none;}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
}
.timeline-horizontal:before {
  height: 3px;
  top: auto;
  bottom: 26px;
  left: 56px;
  right: 0;
  width: 68%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 20%;
  min-width: 320px;
  float: none !important;
  padding-left: 0px;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: auto;
  bottom: 64px;
  display: inline-block;
  float: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
  top: auto;
  bottom: -16px;
  left: 28px !important;
  right: auto;
  border-right: 16px solid transparent !important;
  border-top: 16px solid #c0c0c0 !important;
  border-bottom: 0 solid #c0c0c0 !important;
  border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: auto;
  bottom: 0px;
  left: 43px;
}
.timeline-item p{line-height:1.2;}
.timeline-item p small i{margin-right:5px;}
/* Timeline */
.btn-special-clear{
	padding:5px 10px;
	background:#fff;
	border: 1px solid #bd1414;
	color:#bd1414;
}
#clearSearch_btn{float:right;}
#orderDetailsForm input[type=text]{height:2rem !important;}
.input-group-addon {padding: 0 5px;}

#pendantSelectionModal .modal-content .modal-header{
  background: #117086;
  padding: 0.5rem !important;
  border-color: #117086;
}
/* .modal-body .nav-pills .nav-link.active, .modal-body .show>.nav-pills .nav-link {
  color: #fff;
  border-bottom: 3px solid #8cb4eb;
  border-radius: 0;
  background-color: #fff !important;
} */
.radio-inline{margin-left: 50px;}
.nav-pills .nav-link span{font-size: 12px;}

.disable_overlay {
  /*display: none;*/
  background: rgba(197, 197, 197, 0.5);
  position: absolute;
  width: 94%;
  height: 100%;
  top: 0;
  cursor: not-allowed;
}
.table-shopping-cart td {
  /*text-align: center;*/
  vertical-align: middle !important;
}
.table-shopping-cart .delete_cart_product {
  font-size: 18px;
  color: #847f7f;
  padding: 0;
}
.js-addcart-detail{
  padding: 0 5px;
  border: 1px solid;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.mini-js-addcart-detail{
  padding: 0 2px;
  border: 1px solid;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.mini-js-addcart-detail i{font-size: 10px;}

.timeline-item.success .timeline-panel .timeline-heading{display:none;}
.timeline-item.success .timeline-panel .timeline-body{display:block;}

.modal-body .nav-pills .nav-link.active, .modal-body .show>.nav-pills .nav-link {
	color:#000;
  border-bottom: 3px solid #8cb4eb;
  border-radius: 0;
  background-color: #fff;
}
/* .nav-pills .nav-link span{font-size: 12px;} */
.sub-cat-tab-palette{padding: 6px 15px;}
/* .Black-color-tab{background: #6a6a6a;}
.Blue-color-tab{background: #01c9fc;}
.Gold-color-tab{background: #fddf4a;}
.Rose-gold-color-tab{background: #f3d9c9;}
.Silver-color-tab{background: #ccc;} */
.bigger-tab-head{font-size: 14px !important;}

/******************* Right Modal***********************/
.modal.right {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0 !important;
  left: auto;
  height: 100%;    
  transition: right 300ms ease 0s;
  z-index: 1100;
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.2);
}
.modal.right .modal-dialog {
  height: 100%;
  margin:0;
  top:-2px;
}
.modal.right .modal-content  .modal-header{
  background-color: #117086;
  color: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  border-radius: 0px !important;
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px !important;
  border: none;
}
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
.modal-backdrop {background-color:transparent !important;}

@media (max-width: 767.98px) {
  .modal.right {
    width: 100%;
  }
  .modal.right .modal-dialog {
    width: 100%;
  }
  .addBtnSec{
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px){
  .modal.right {
    width: 700px;
    left: 35%;
  }
  .modal.right .modal-dialog {
    width: 100%;
  }
  .addBtnSec{
    text-align: right;
  }
}
@media (min-width: 992px) {
  .modal.right {
    width: 450px;
    /* left: 67%; */
    padding: 0 !important;
  }
  .modal.right .modal-dialog {
    width: 100%;
  }
  .addBtnSec{
    text-align: right;
  }
}
/******************* Right Modal***********************/
.clockpicker-popover{
  z-index: 2055;
}
.sub-cat-tab-pane{display:none;}
.sub-cat-tab-pane.active{display:block;}
/********************Order table*****************************/
#table-shopping-cart{
  text-align: center;
  border: 1px solid #f5f5f5;

}
#table-shopping-cart thead{
  background: #e4e4e4;
}
#table-shopping-cart tfoot{
  padding: 1rem auto;
  background: #e8e8e8;
}
#table-shopping-cart th{
  border:0;
  color: #000000;
  font-size: 14px;
}
#table-shopping-cart th a{
  color:#000;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #eaeaea;
  border-radius: 5px;
  border-style: solid;
  /* border-width: 1px 0 0 1px; */
  border-width: 1px;
  text-align: center;
  width: 100%; }
.table-content table th {
  line-height: 1;
  border-top: medium none;
  font-weight: bold;
  /* padding: 20px 10px; */
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap; }
/* .table-content table th, .table-content table td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea; } */
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  /* padding: 20px 10px; */
  text-align: center;
  vertical-align: middle; }
  .table-content tfoot td{
    font-size: 14px;
    padding: .45rem !important;
  } 
/* .table-content table td input, input[type="number"] {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px; } */
.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 600;
  width: 140px;
  color: #333; }
.table-content table td.product-name h4{
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  color: #333; }
.table-content table td.product-name h6{
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  color: #333; }
.table-content table td.product-name {
  width: 290px; }
.table-content table td.product-thumbnail {
  width: 280px; }
.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px; }
.table-content table .product-price .amount {
  font-size: 16px;
  font-weight: 500;
  color: #333; }
.table-content table td.product-remove i:hover {
  color: #ef4b4b; }
.table-content table td.product-quantity {
  width: 180px; }
.table-content table td.product-remove {
  width: 30px; }
.table-content table td.product-price {
  text-align: center;
  width: 90px; 
}
.table-content table td.product-name a:hover {
  color: rgb(233, 30, 99); }

.no_border_btn {
    border: 0;
    background: none;
}
.no_border_btn:focus {
  outline: 0;
}
/********************Order table*****************************/
/***********Step Wizard***************/
.step-wizard .nav-link{
  padding: 0.2rem;
  color:#ccc;
}
.step-wizard .nav-link p{
  margin: 0;
}
#orderDetailsForm input, select, textarea {
  border-radius: 3px;
}
@media (max-width: 576px) {
  .step-wizard .nav-link small{
    display: none;
  }
  .invisible_in_sm_screen{
    display: none;
  }
}
.step-wizard a.nav-link.done{
  color: #28a745;
  font-weight: 700;
}
/***********Step Wizard***************/
.disabled-link {
  pointer-events: none;
  cursor: not-allowed;
}
.customer_details .card{
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  box-shadow: 3px 3px 2px #ccc;
}
.customer_details .card p{
  margin: 0;
} 
