query-button/* Timeline */
.text-decoration-line-through{
  text-decoration: line-through;
}
.justify-content-center{
  justify-content: center;
}
.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;
}
h5{
  font-size: 1.1rem!important;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.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.primary {
  background-color: #1f9eba;
}
.timeline .timeline-item .timeline-badge.info {
  background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
  background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
  background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
  background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 5px;
  -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 > 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: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: table-cell;
  height: 280px;
  width: 10%;
  min-width: 206px;
  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;
}
















/* TABLE */
.table input[type="radio"]:checked + label:before{
  top: -15px;
}
.table input[type="checkbox"]:checked + label:before{
  top: -15px;
}

/* TABLE */


/* OFFER TABLE CSS */
.product-card-content{
  height: 9em;
}
.topnav-centered {
  float: none;
  position: absolute;
  left: 38%;
  top: 2.6rem;
  transform: translate(-50%, -50%);
  max-width: 35%;
  overflow-x: overlay;
}



/* .topnav-centered > a:first{
border-bottom-left-radius: 50%!important;
border-top-left-radius: 50%!important;
} */


.btnShowPassword{
  position: absolute;
  right: 0;
}
.divShowPassword{
  position: absolute!important;
  top: 30px!important;
  right: 3px!important;
}
/* .input-card{
} */

.mt-3rem{
  margin-top: 3rem!important;
}
.flex-direction-column{
  flex-direction: column;
}
.spanBeginningBalance{
  font-size: 0.7em;
}
.display-flex{
  display: flex;
}
.text-overflow{
  width: 350px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.company-product-list-height{
  max-height: 340px;
  overflow: auto;
}
.pharmacy-list-height{
  max-height: 300px;
  overflow: auto;
}
.sub-navs{
  margin-top: 1.5rem !important;
}
.sub-navs li{
  border: 1px solid lightgray;
  line-height: 1.5rem;
}
.sub-navs li:hover{
  background-color: #ddd !important;
}
.sub-navs li.active{
  background-color: #ddd !important;
}
.sub-navs li.first{
  border-top-left-radius: 30px!important;
  border-bottom-left-radius: 30px!important;
}
.sub-navs li.last{
  border-top-right-radius: 30px!important;
  border-bottom-right-radius: 30px!important;
}
.sub-navs li a{
  padding: 5px!important;
  border-bottom: none!important;
  color: #00b6ca!important;
}
.sub-navs li a:hover{
  color: #00b6ca!important;
}
.sub-navs li a.active{
  border-bottom: none!important;
  color: #00b6ca!important;
}

.query-bar{
  background-color: white;
  border-radius: 0px;
}
.district-list-height{
  max-height: 240px;
  min-height: 240px;
  overflow: auto;
}
.width30{
  width: 30%;
}
.offer-detail-query-group li{
  line-height: 1rem;
}
.border-right{
  border-right: 5px solid lightgray;
}
.border-left{
  border-left: 1px solid lightgray;
}
.vertical-navs{
  width: 80%;
}
.vertical-navs li{
  width: 25%;
}
.border-15{
  border: 1px solid lightgray;
  border-radius: 0px;
}
#modalOfferDetailOld .query-button p{
  color: #c3c3c3!important;
}
#modalOfferDetail .progress{
  width: 100%;
}
#modalOfferDetailOld .disabled{
  cursor: not-allowed;
}
.table-scroll-container{
  max-height: 600px;
  overflow-x: auto;
  -webkit-overflow-scrolling : touch;
  -ms-overflow-style : -ms-autohiding-scrollbar;
}
.btnChangeGroupSessionFirst{
  border-top-left-radius: 30px!important;
  border-bottom-left-radius: 30px!important;
  border-bottom-right-radius:0px!important;
  border-top-right-radius:0px!important;
}
.btnChangeGroupSessionMiddle{
  border-top-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius:0px!important;
  border-top-right-radius:0px!important;
}
.btnChangeGroupSessionLast{
  border-top-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius:30px!important;
  border-top-right-radius:30px!important;
}
.width150px{
  width: 150px!important;
}
.text-sm{
  font-size: 0.8em;
}
.query-card-header{
  padding-top: 1rem!important;
  padding-bottom: 0.5rem!important;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.txtCustomItemPerPage{
  border-radius: 0px;
}
.overlay-offer-informations{
  height: 84%;
}
.overlay-offer-informations p{
  font-size: 0.9em;
}
.offer-special-details{
  font-size: 0.8em;
}
.overlay-button-groups{
  width: 100%;
}
.overlay-button-groups button{
  width: 50%;
}
.text-purple{
  color: #00b6ca;
}
.offer-product-name{
  font-size: 0.80rem!important;
}
.offer-chat-icon{
  position: fixed;
  left: 35px;
  bottom: 35px;
}
.offer-note-container{
  width: 9vw;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-none{
  border: none;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.tblOfferInformationsContainer{
  height: 256px;
  margin-top: 4px;
  overflow: auto;
}
.display-inline{
  display: inline;
}
.query-card{
  height: 50px;
  overflow: hidden;
  background: #fff;
}
.open-query-form{
  transition: 1s;
  height: auto;
}
.close-query-form{
  transition: 0.6s;
  height: 50px;
}
.input-group-append{
  position: absolute;
  top: -1px;
  right: 0px;
}
.input-group-append-other{
  position: absolute;
  top: 26px!important;
  right: 14px;
}
.visibility-hidden{
  visibility: hidden;
}
.category-bar li{
  transition: 0.2s;
  /* background: rgba(0, 0, 0, 0.81); */
  background: #ffffff;
}
.category-bar li:hover{
  /* background: rgba(0, 0, 0, 0.65); */
  background: rgba(0, 0, 0, 0.87);;
  /* border-bottom: 4px solid rgba(255, 167, 0, 0.47); */
}

.category-bar li a{
  color: black;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background:-webkit-linear-gradient(0, blue 50%, white 100%);

}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* .table-overflow{
   display: block; */
  /* width: 100%;
  overflow-x: auto; */

.product-card .card-title{
  height: 3em;
  font-size: 0.77rem!important;
  font-weight: bold;
  word-break: break-word;
}
.product-card .offer-query-buttons-container{
  background: white;
  display: flex;
  justify-content: space-around;
  /* position: absolute; */
  bottom: 0;
  z-index: 2;
  right: 0;
  width: 100%;
  }


.product-card .product-price{
    font-size: 0.6rem!important;
    text-align: center;
    margin-top: 0rem!important;
}

.product-card{
  display: inline-block;
  padding: 1rem;
  background: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 4.65px 0.35px rgba(0,0,0,.2)!important;
}
.product-card button{
  background: #fff;
  color: #868e96!important;
  font-size: 1.4rem;
}
.product-card .card-footer{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25;
    height: 50px;
}
.product-card .card-header{
    max-height: 120px;
    padding: 0.7rem;
}
.product-card .card-header img{
  width: 70px;
  height: 70px;
}
.offer-state-icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 9em;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.43);
  border-radius: 6px;
}
.product-image{
  width: 100%;
  margin: auto;
  height: 68px;
  border-radius: 0px;
}

.offer-description {
  display: inline-block;
  width: 146px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.overlay{
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px -8px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
  background: linear-gradient(270deg,#ffc100,#ffa700);
  border-radius: 0px;
  z-index: 2;
}
.non-visible{
  transition: opacity 0.2s ease-out;
  opacity: 0;
  overflow: hidden;
}
.visible{
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.raise{
  top: -50px!important;
  transition: top ease 0.1s!important;
}
.down{
  top: 0!important;
  transition: top ease 0.1s!important;
}
/* .card-img-top {
  /* position: absolute;
  top: 0px;
  left: 32%;
  transition: top ease 0.2s; */

/* .card-img-top-hover {
  /* position: absolute;
  top: -72px;
  width: 40%;
  left: 0%;
  transition: top ease 0.2s;
  transition: left ease 0.2s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px -8px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px!important;
  border-radius: 0px;
  background: rgb(255, 255, 255); */


.card-product-name-top {
  display: none;
  position: absolute;
  top: 0px;
  left: 0%;
  transition: top ease 0.2s;
  width: 30%;
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: -moz-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px -8px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
  border-radius: 0px;
  background: rgb(255, 255, 255);
}

.card-product-name-top-hover {
  display: block;

  position: absolute;
  top: -70px;
  right: 0%;
  transition: top ease 0.2s;
  width: 58%;
  border-top-left-radius: -webkit-calc(0.25rem - 1px);
  border-top-left-radius: -moz-calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: -webkit-calc(0.25rem - 1px);
  border-top-right-radius: -moz-calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px -8px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;
  border-radius: 0px;
  background: linear-gradient(270deg,#ffc100,#ffa700);
}


/* .card-img-top:hover {
top: -50px;
transition: top ease 0.2s;
} */

.card-actions{
  margin-top: 2em;
  text-align: center;
}
.card-actions button{
  width: 75px;
}
.card-shadow{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 15px -8px, rgba(0, 0, 0, 0.2) 0px 8px 10px -5px!important;
  border-radius: 0px;
  background: rgb(255, 255, 255);
}

.message-sender-name{
  font-weight: bold;
  font-size: 0.77em;
  color: #ffa700;
}
.offer-list-tr{
  height: 75px;
}
.text-black{
  color: black;
}
.text-lightgray{
  color: lightgray;
}
.frmFilterFadeIn{
  display: flex;
  transition: display 0.5s;
}
.frmFilterFadeOut{
  display: none;
  transition: display 0.5s;
}
.panel {
  border: 1px solid #ddd;
  background-color: #fcfcfc;
}
.panel .btn-group {
  margin: 15px 0 30px;
}
.panel .btn-group .btn {
  transition: background-color .3s ease;
}
.table-filter {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.table-filter tbody tr:hover {
  cursor: pointer;
  background-color: #eee;
}
.pointer-events-none{
  pointer-events: none;
}
.table-filter tbody tr td {
  padding: 10px 0px 10px 0px;
  vertical-align: middle;
  border-top-color: #eee;
}
.table-filter tbody tr.selected td {
  background-color: #eee;
}
.table-filter tr td:first-child {
  width: 38px;
}
.table-filter tr td:nth-child(2) {
  width: 35px;
}
.ckbox {
  position: relative;
}
.ckbox input[type="checkbox"] {
  opacity: 0;
}
.ckbox label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ckbox label:before {
content: '';
top: 1px;
left: 0;
width: 18px;
height: 18px;
display: block;
position: absolute;
border-radius: 2px;
border: 1px solid #bbb;
background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
  border-color: #2BBCDE;
  background-color: #2BBCDE;
}
.ckbox input[type="checkbox"]:checked + label:after {
  top: 3px;
  left: 3.5px;
  content: '\f00c';
  color: #fff;
  font-size: 11px;
  font-family: 'Glyphicons Halflings';
  position: absolute;
}
.table-filter .star {
  color: #ccc;
  text-align: center;
  display: block;
}
.table-filter p{
  margin-bottom: 5px;
}
.table-filter .star.star-checked {
  color: #F0AD4E;
}
.table-filter .star:hover {
  color: #ccc;
}
.table-filter .star.star-checked:hover {
  color: #F0AD4E;
}
.table-filter .media-photo {
  width: 100%;
  height: 55px;
}
.table-filter .media-body {
  display: block;
  /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
.table-filter .media-meta {
  font-size: 11px;
  color: #999;
}
.table-filter .title {
  color: #ffa700;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
}
.table-filter p.cancelado, p.pendiente,p.pagado{
  font-size: .7em;
  margin-right: 20px;
}
.table-filter  p.pagado {
  color: #5cb85c;
}
.table-filter  p.pendiente {
  color: #f0ad4e;
}
.table-filter  p.cancelado {
  color: #d9534f;
}
.table-filter .media .summary {
  font-size: 14px;
}
.table-filter .btn {
  width: 100%;
}




.modal{
  overflow-y: auto;
}

.table-overlay{
  background: rgba(0, 0, 0, 0.56);
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  z-index: 2;
  border-radius: 0px;
  display: flex;
  justify-content: center;
}
.card{
  position: relative;
}
.span-table-loader{
  color: white;
  position: absolute;
  top: 30%;
}
.tblTransferListSummary *{
  font-size: 10px!important;
}
.display-contents{
  display: contents;
}
.itemPerPage{
  font-size: 10px;
}
.card-stats {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.card-stats .card-header{
  padding: 0.4rem!important;
}
.card-stats:hover {
  top: -20px;
}
.img-special-offer{
  width: 20px;
  height: 20px;
}
.tblTransferListSummary p{
  margin: 0px!important;
  padding: 0px!important;

}

.card-thumbnail{
  width: 45px;
  height: 45px;
}

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text{
  text-align: right;
}


.card-icon{
  border-radius: 0px;
  background-color: #999;
  padding: 15px;
  margin-top: -50px;
  margin-right: 15px;
  float: left;
}
.card-stats .card-header.card-header-icon i{
  font-size: 36px;
  line-height: 43px;
  width: 37px;
  height: 44px;
  text-align: center;
}


@media print {
  .noPrint {
    display:none;
  }
}
.fade-in{
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.fade-out{
  opacity: 1;
  height: auto;
  transition: opacity 1s ease-out;


}
.tblTransferTemplate tr, td, thead{
  border: 1px solid;
  border-left: none;
  border-top: none;
  border-color: lightgrey;
  border-right: none;
  padding: 10px!important;
}
/* div.checkbox{
} */

.vertical {
  writing-mode: vertical-rl;
  transform: rotate(90deg);
}

tr.warning{
  background-color: rgba(255, 255, 0, 0.32)!important;
}

tr.danger{
  background-color: rgba(244, 67, 54, 0.32)!important;
}

tr.success{
  background-color: rgba(82, 196, 26, 0.32)!important;
}


.spanShoppingBasketProductPiece{
  position: absolute;
  bottom: 0;
}
.dt-side-nav__sub-menu .dt-side-nav__link{
  padding-left: 30px!important;
}
.btn-primary{
  color: #fff!important;
}
.card.horizontal .card-stacked{
  width: calc(100% - 0%)!important;
}

.dt-chat-sender{
  font-size: 11px;
  position: absolute;
  top: 0;
  width: 100%;
  color: #ec6c01;
}
.suggestion{
  border: 1px solid;
  padding: 10px;
  border-radius: 0px;
  box-shadow: 5px 10px lightgrey;
  background: #fff;
  border: 1px solid;
  border-color: lightgray;
  background: #fff;
  position: absolute;
  border: 1px solid;
  border-color: lightgray;
  width: 97%;
  z-index: 8;
  overflow-y: scroll;
  height: 200px;
  left: 15;
}
.suggestion ul{
  list-style: none;
  padding: 0px;
}
.suggestion ul li{
  cursor: pointer;
  padding: 5px;
  background: #fff;
  border: 1px solid;
  border-color: lightgray;
  line-height: 43px;
  border-left: 0px;
  border-right: 0px;
  color: black;
}

.suggestion  span{
  font-weight: bold!important;
  font-size: 0.75rem;
}

.suggestion ul li:hover{
  transition: 0.3s;
  background: #eee;
}
.warehouseLoading{
  position: absolute;
  top: 57%;
  right: 0;
  width: 20px;
}
.not-allowed{
  cursor: not-allowed;
}
.notification-message{
  max-width: 136px!important;
  text-overflow: ellipsis;
  overflow: hidden;
  color: black;
  font-size: 0.7em;
}
.dt-side-nav__text{
  white-space: normal!important;
  text-overflow: unset;
}

.span-like-a{
  color: #ffa700;
  cursor: pointer;
}

.span-like-a:hover{
  color: inherit;
  cursor: pointer;
}


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

.message-message{
  max-width: 136px!important;
  text-overflow: ellipsis;
  overflow: hidden;
  color: black;
  font-size: 0.7em;
}
.dropdown-messages{
  max-width: 100%!important;
  white-space: pre-line;
  color: black;
  font-size: 0.9em;
}
.dropdown-notifications{
  max-width: 100%!important;
  text-overflow: ellipsis;
  overflow: hidden;
  color: black;
  font-size: 1em;
}

.line-height-xs{
  line-height: 20px!important;
}

.justify-content-center{
  justify-content: center;
}

.modal-overlay{
  display: flex;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.56);
  width: 100%;
  height: 100%;
  justify-content: center;
}
.custom-radio{
  padding-top: 0.185rem !important;
}
.offer-group-names{
  height: 26%;
  overflow: auto;
  font-size: 0.870em;
}
.spanPharmacyRegistrationTypePermissionVerboseName{
  width: 50%
}
.border-bottom-none{
  border-bottom: none!important;
}
#column-chart{
  height: 400px!important;
}
.border-4px{
  border: 4px solid lightgray!important;
}
.ui-widget-content{
  border : none!important;
}
.card-title-hr{
  margin: 0;
  margin-top:1em;
  padding: 0;
  width: 10%;
  border-top: 1px solid lightgray;
}
.border-1px{
  border: 1px solid lightgray;
}
.multi-select-list label{
  font-weight: bold;
}
.multi-select-list input[type=text]{
  border-radius: 0px;
}
.multi-select-list .custom-radio{
  margin-top: 0.385rem;
}
.multi-select-list .custom-control-label::before {
  top: 0rem!important;
}
.multi-select-list .custom-control-label::after {
  top: 0rem!important;
}
.border30{
  border-radius: 30px!important;
}

#sortable{
  list-style: none;
  padding: 0px;
}
#sortable div.div-distributor{
  border: 1px solid lightgray;
  text-align: center;
  font-weight: bold
}
#sortable div.div-distributor-disabled{
  border: 1px solid lightgray;
  text-align: center;
  font-weight: bold;
  color: red;
}
.divTableHead{
  font-weight: bold;
  text-align: center;
}
.table-payment-summary tbody td{
  padding: 10px;
}
.disabled{
  cursor: not-allowed;
  background: #fff!important;
  pointer-events: none;
  padding: 0;
}
.col-lg-2-5{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.font-weight-600{
  font-weight: 600;
}
.transfer-logo{
  max-width: 250px;
}
.category-bar li{
  background: black;
}
.category-bar li a{
  color: #c3c3c3;
}
.right-paravan{
  right: 190px;
  top: 120px;
  position: absolute;
  z-index: 1;
  border-radius: 0px;
}
.left-paravan{
  left: 15px;
  width: 50%;
  top: 90px;
  position: absolute;
  z-index: 1;
  border-radius: 0px;
}
.blur-11{
  filter: blur(11px);
  pointer-events: none;
}



.card-with-shadow{
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06)!important;
}
.introduce-card-image{
  width: 30%;
}

.introduce-card-footer{
  min-height: 80px;
}
.list-style-none{
  list-style: none;
}
.introduction-container{
  max-width: 1327px;
}
.home-carousel-caption{
  top: 10px;
}
.home-carousel-inner{
  max-height: 480px;
}
.span-inside-input{
  position: absolute;
  top: 9px;
  right: 7px;
  color: lightgray;
}
.frmNewDistribution label{
  font-size: 0.7rem!important;
}
.frmNewDistribution .suggestion ul li{
  line-height: 17px;
}
.frmNewDistribution .suggestion ul li span{
  font-weight: 600!important;
}
.frmNewDistribution .divNewDistributionReceiverPharmacyInformationsContainer .form-control{
  font-size: 0.8rem;
  font-weight: 600;
  -webkit-appearance: none;
  margin: 0;
}



/* Chrome, Safari, Edge, Opera */
.frmNewDistribution input::-webkit-outer-spin-button,
.frmNewDistribution input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.frmNewDistribution input[type=number] {
  -moz-appearance: textfield;
}










.stepwizard-first-seperator{
  position: absolute;
  width: 44%;
  height: 1px;
  background: #d8d8d8;
  bottom: 12px;
  left: 274px;
}

.stepwizard-second-seperator{
  position: absolute;
  width: 25%;
  height: 1px;
  background: #d8d8d8;
  bottom: 9px;
  right: 221px;
}

.stepwizard-dot{
  width: 10px;
  height: 10px;
}

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

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  border-spacing: 2px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  z-index: 0;

}


.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
  max-width: 50px;
}

.stepwizard-step:hover {
  background: rgb(228 228 228);
}
.stepwizard-step a{
  border: 1px solid;
  margin: 0;
  font-size: 1.50rem;
  padding: 0;
  border-radius: 50%!important;
}
.stepwizard-img{
  width: 75%;
  margin-top: 12px;
}
.stepwizard-delivery-phase-img{
  width: 102%;
  margin-bottom: 4px;
}

.btn-circle {
  width: 95px;
  height: 95px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 0px;
  border: none!important;
}

.divNewDistributionReceiverPharmacyInformationsContainer{
  min-height: 310px;
  /* max-height: 160px; */
  max-height: 310px;
  overflow-y: auto;
  overflow-x: hidden;
}
.black-white{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.border-bottom-left-radius-15{
  border-bottom-left-radius: 15px!important;
}
.border-bottom-right-radius-15{
  border-bottom-right-radius: 15px!important;
}
.border-radius-none{
  border-radius: 0px;
}
.width100{
  width: 100%;
}
.purchase-distribution-stepwizard .btn-circle{
  width: 48px!important;
  height: 35px!important;
  margin-bottom: 5px;
}
.purchase-distribution-stepwizard .stepwizard-first-seperator{
  position: absolute;
  width: 21%;
  height: 1px;
  background: #d8d8d8;
  bottom: 7px;
  left: 92px;
}
.purchase-distribution-stepwizard .stepwizard-second-seperator{
  position: absolute;
  width: 16%;
  height: 1px;
  background: #d8d8d8;
  bottom: 7px;
  left: 279px;
}
.purchase-distribution-stepwizard .stepwizard-third-seperator{
  position: absolute;
  width: 11%;
  height: 1px;
  background: #d8d8d8;
  bottom: 7px;
  right: 236px;
}
.purchase-distribution-stepwizard .stepwizard-fourth-seperator{
  position: absolute;
  width: 15%;
  height: 1px;
  background: #d8d8d8;
  bottom: 7px;
  right: 95px;
}
.btnShowPassword{
  position: absolute!important;
  right: 0;
  bottom: -48px;
  border: none!important;

}
.btnShowPassword:hover{
  border: none;
      background-color: white!important;
      color: #ffa700!important;
  }

.btnShowPassword:focus{
  border: none;
      background-color: white!important;
      color: #ffa700!important;
  }

.card-new-distribution{
  min-height: 750px;
}

.mt-10{
  margin-top: 10rem!important;
}


/* product card */
#make-3D-space{
    position: relative;
    perspective: 800px;
    width:340px;
    height:500px;
    transform-style: preserve-3d;
    transition: transform 5s;
    position:absolute;
    top:80px;
    left:50%;
    margin-left:-167px;
}
#product-front, #product-back{
	width:335px;
	height:500px;
	background:#fff;
	position:absolute;
	left:-5px;
	top:-5px;
	-webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;
}
#product-back{
	display:none;
	transform: rotateY( 180deg );
}
#product-card.animate #product-back, #product-card.animate #product-front{
	top:0px;
	left:0px;
	-webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;
}
#product-card{
	width:325px;
	height:490px;
	position:absolute;
	top:10px;
	left:10px;
	overflow:hidden;
    transform-style: preserve-3d;
	-webkit-transition:  100ms ease-out;
       -moz-transition:  100ms ease-out;
         -o-transition:  100ms ease-out;
            transition:  100ms ease-out;
}
div#product-card.flip-10{
	 -webkit-transform: rotateY( -10deg );
         -moz-transform: rotateY( -10deg );
           -o-transform: rotateY( -10deg );
              transform: rotateY( -10deg );
			   transition:  50ms ease-out;
}
div#product-card.flip90{
	 -webkit-transform: rotateY( 90deg );
         -moz-transform: rotateY( 90deg );
           -o-transform: rotateY( 90deg );
              transform: rotateY( 90deg );
			   transition:  100ms ease-in;
}
div#product-card.flip190{
	 -webkit-transform: rotateY( 190deg );
         -moz-transform: rotateY( 190deg );
           -o-transform: rotateY( 190deg );
              transform: rotateY( 190deg );
			   transition:  100ms ease-out;
}
div#product-card.flip180{
	 -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
			   transition:  150ms ease-out;
}
#product-card.animate{
	top:5px;
	left:5px;
	width:335px;
	height:500px;
	box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition:  100ms ease-out;
       -moz-transition:  100ms ease-out;
         -o-transition:  100ms ease-out;
            transition:  100ms ease-out;
}
.stats-container{
	background:#fff;
	position:absolute;
	top:386px;
	left:0;
	width:265px;
	height:300px;
	padding:27px 35px 35px;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
#product-card.animate .stats-container{
	top:272px;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.stats-container .product_name{
	font-size:22px;
	color:#393c45;
}
.stats-container p{
	font-size:16px;
	color:#b1b1b3;
	padding:2px 0 20px 0;
}
.stats-container .product_price{
	float:right;
	color:#48cfad;
	font-size:22px;
	font-weight:600;
}
.image_overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#48daa1;
	opacity:0;
}
#product-card.animate .image_overlay{
	opacity:0.7;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.product-options{
	padding:2px 0 0;
}
.product-options strong{
	font-weight:700;
	color:#393c45;
	font-size:14px;
}
.product-options span{
	color:#969699;
	font-size:14px;
	display:block;
	margin-bottom:8px;
}
#view_details{
	position:absolute;
	top:112px;
	left:50%;
	margin-left:-85px;
	border:2px solid #fff;
	color:#fff;
	font-size:19px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	width:172px;
	opacity:0;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
#view_details:hover{
	background:#fff;
	color:#48cfad;
	cursor:pointer;

}
#product-card.animate #view_details{
	opacity:1;
	width:152px;
	font-size:15px;
	margin-left:-75px;
	top:115px;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
div.colors div{
	margin-top:3px;
	width:15px;
	height:15px;
	margin-right:5px;
	float:left;
}
div.colors div span{
	width:15px;
	height:15px;
	display:block;
	border-radius:50%;
}
div.colors div span:hover{
	width:17px;
	height:17px;
	margin:-1px 0 0 -1px;
}
div.c-blue span{background:#6e8cd5;}
div.c-red span{background:#f56060;}
div.c-green span{background:#44c28d;}
div.c-white span{
	background:#fff;
	width:14px;
	height:14px;
	border:1px solid #e8e9eb;
}
div.shadow{
	width:335px;height:520px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
}
#product-back div.shadow{
	z-index:10;
	opacity:1;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}
#flip-back{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	height:30px;
	cursor:pointer;
}
#cx, #cy{
	background:#d2d5dc;
	position:absolute;
	width:0px;
	top:15px;
	right:15px;
	height:3px;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
#flip-back:hover #cx, #flip-back:hover #cy{
	background:#979ca7;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
#cx.s1, #cy.s1{
	right:0;
	width:30px;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cy.s2{
	-ms-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cy.s3{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cx.s1{
	right:0;
	width:30px;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cx.s2{
	-ms-transform: rotate(140deg);
	-webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cx.s3{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#carousel{
	width:335px;
	height:500px;
	overflow:hidden;
	position:relative;

}
#carousel ul{
	position:absolute;
	top:0;
	left:0;
}
#carousel li{
	width:335px;
	height:500px;
	float:left;
	overflow:hidden;
}
.arrows-perspective{
	width:335px;
	height:55px;
	position: absolute;
	top: 218px;
	transform-style: preserve-3d;
    transition: transform 5s;
	perspective: 335px;
}
.carouselPrev, .carouselNext{
	width: 50px;
	height: 55px;
	background: #ccc;
	position: absolute;
	top:0;
	transition: all 200ms ease-out;
	opacity:0.9;
	cursor:pointer;
}
.carouselNext{
	top:0;
	right: -26px;
	-webkit-transform: rotateY( -117deg );
         -moz-transform: rotateY( -117deg );
           -o-transform: rotateY( -117deg );
              transform: rotateY( -117deg );
			  transition: all 200ms ease-out;

}
.carouselNext.visible{
		right:0;
		opacity:0.8;
		background: #efefef;
		-webkit-transform: rotateY( 0deg );
         -moz-transform: rotateY( 0deg );
           -o-transform: rotateY( 0deg );
              transform: rotateY( 0deg );
			  transition: all 200ms ease-out;
}
.carouselPrev{
	left:-26px;
	top:0;
	-webkit-transform: rotateY( 117deg );
         -moz-transform: rotateY( 117deg );
           -o-transform: rotateY( 117deg );
              transform: rotateY( 117deg );
			  transition: all 200ms ease-out;

}
.carouselPrev.visible{
		left:0;
		opacity:0.8;
		background: #eee;
		-webkit-transform: rotateY( 0deg );
         -moz-transform: rotateY( 0deg );
           -o-transform: rotateY( 0deg );
              transform: rotateY( 0deg );
			  transition: all 200ms ease-out;
}
#carousel .x, #carousel .y{
	height:2px;
	width:15px;
	background:#48cfad;
	position:absolute;
	top:31px;
	left:17px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#carousel .x{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top:21px;
}
#carousel .carouselNext .x{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#carousel .carouselNext .y{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}



.ui-tooltip {
    /* tooltip container box */
    white-space: pre-line;
}

.ui-tooltip-content {
    /* tooltip content */
    white-space: pre-line;
}

/* new request modal */
/* #modalNewRequest .enter-request-offer-informations span{ */
    /*font-size: 0.9rem;
    padding: 5px;
    border-color: lightgray;
    pointer-events: none;
    margin: 5px;
    min-height: 60px;
    white-space: break-spaces;
    width: 110px;*/


/* new request modal */

/* offer detail */
.offer-detail-discount-amount{
  font-size: 0.5em!important;
background: white;
border-color: red;
border: 1px solid #FF4961;
color: #FF4961;
vertical-align: middle;
padding: 3px!important;
}


.offer-detail-ul-list-container{

  padding: 8px;
  border: 1px solid lightgray;
  max-height: 200px;
    overflow-y: scroll;
}
.offer-detail-ul-list{

  padding-left: 25px;
}
.offer-detail-ul-list li{
  line-height: 1.2rem!important;
}
.offer-detail-queries .col-lg-2{
  padding-left: 5px!important;
  padding-right: 5px!important;
}
a.btnOfferDetailQueryButtons{
  font-size: 12px;
  margin: 0px;
  width: 104px;
  padding: 1px;
}
.offer-detail-product-image{
  max-height: 250px;
}
/* offer detail */


.btnNewOffer:hover{
  cursor: pointer;
}

.btnNewOffer a{
  font-size: 15px;
}

.btnNewOffer span{
  font-size: 15px!important;
}

.offer-form input[type=radio]{
  height: 10px;
}
.offer-form  .custom-control{
  padding-left: 2rem;
}
.offer-form  .divSubGroupList input[type="checkbox"]:checked + label:before{
  top: -1px;
}
.information-cards .query-button{
  height: 17vh;
}


.divider{
  font-weight:100;
  color:rgb(123 123 123);
  font-size:2rem!important;
}

.nav-stacked li{
  text-align: left;
}
.nav-stacked li a{
  border-bottom: none;
  border-left: 3px solid #ffa700;
  margin-top: 3px;
  margin-left: 3px;
}
.nav-stacked li a:hover{
  border-bottom: none!important;
}
.sub-title{
  font-size: 13px;
}

.choose-pharmacies-from-my-group-pharmacy-list label{
  font-size: 13px!important;
}
.choose-pharmacies-from-my-group-pharmacy-list .divChoosePharmaciesFromMyGroupPharmacies{
  text-align: left;
}


.card .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  color : black
}
.nav-pills .nav-link:not(.active){
  border-bottom: 1px solid rgb(211 211 211)!important
}

@media print {
.tblTransferListSummary tr:nth-child(even) td {
background-color: rgb(17 17 17 / 17%) !important;
-webkit-print-color-adjust: exact;
}
}
.tblTransferListSummary tr:nth-child(even) {
    background: rgb(17 17 17 / 17%);
}

/* NAVBAR */
.navbarPharmacyName{
  font-size:13px;
}
.filter-tabs .nav-link{
  font-size: 13px;
}
.filter-tabs .nav-link.active{
  color: black!important;
}
.filter-tabs .nav-link:not(.active){
  color: rgb(0 0 0 / 0.45);
}

.card .nav-link:not(.active){
  color: rgb(0 0 0 / 0.7);
}
/* NAVBAR */


/* QUERY BUTTON */

#modalOfferDetailOld .query-button{
  background: #000000!important;
  background-size: 79%!important;
  color: #ffa700;
  border-bottom: none!important;
  cursor: pointer;
  vertical-align: middle;
  padding: 30px 5px 30px 5px;
}
#modalOfferDetailOld .offer-chat-message-count{
 font-size: 17px;
 padding: 3px;
 border-radius: 40%;
}

#modalOfferDetailOld .query-button:hover{
   background: #ffa700!important;
   background-size: 79%!important;
   color: #ffffff;
   border-bottom: none!important;
   cursor: pointer;
   vertical-align: middle;
   padding: 30px 5px 30px 5px;
}
/* .query-button:hover{
  background: #ffa700!important; 
  }*/

.query-button{
   /*background: url(https://supereczacilar.com/supereczacilar/app-assets/images/backgrounds/button-bg.jpg) no-repeat fixed top!important; */
   /*background-size: 80%!important; */ 
   background: #000000!important; 
   color: #ffa700;
   border-bottom: none!important;
   cursor: pointer;
   vertical-align: middle;
   padding: 30px 5px 30px 5px;
}
.query-button svg{
  font-size: 45px!important;
}
.query-button .offer-query-header{
  font-size: 16px!important;
}
.query-button .offer-query-value{
  font-size: 16px!important;
}

.query-button:before{
  content: none;
}

.query-button p{
  margin-top: 10px;
  color: #c3c3c3;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0px;
  white-space: nowrap;
}

.query-button a{
  font-size: 2.2rem;
  color: #c3c3c3!important;
}
/* QUERY BUTTON */


/* FILTER BUTTON */
.btnFilterDisplayToggle{
  color: #9e9e9e!important;
}
.btnFilterDisplayToggle:hover{
      color: inherit!important;
}
.query-button-border-bottom{
  border-bottom:5px solid #9e9e9e;

}
/* FILTER BUTTON */

/* FILTER FORM */
.frmFilter {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.frmFilter input{
  border: none;
  border-bottom: 1px solid lightgray!important;
}
.frmFilter .form-group:not(.form-group-search-button){
  /*width: 79% !important;*/
  padding: 4px;
}
.form-group-search-button{
  margin-right: 5px;
}
.frmFilter button[type="submit"]{
  background: white!important;
  color: black!important;
}
.frmFilter .fa-search{
  font-size: 19px!important;
}
/* FILTER FORM */




/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #616161;
  cursor: pointer;
  user-select: none;
  user-select: none;
  user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
  background-color: #ffffff00!important;
}
.custom-control{
  padding-left: 0px!important;
}
.custom-control-label::after{
  left: 0px!important;
}
.custom-radio .custom-control-label::after{
  left: 0px!important;
}
input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -3px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right-color: #28D094;
  border-bottom-color: #28D094;
}



/*radio styles*/
input[type="radio"] { display: none; }

input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #75787D;
  cursor: pointer;
  user-select: none;
  user-select: none;
  user-select: none;
}

input[type="radio"] + label:last-child { margin-bottom: 0; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before{
  background-color: #ffffff00!important;
}
input[type="radio"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="radio"]:checked + label:before {
  width: 10px;
  top: -3px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right-color: #28D094;
  border-bottom-color: #28D094;
}

.cboxCheckAll{
  color: #616161;
  font-weight: 700!important;
}
.cboxCheckAll:hover{
  color: #28D094!important;
}
/* checkboxes */

/* INFORMATION CARDS */
.information-cards{
  height: 35vh;
}
.information-cards:hover{
  color: #ffa700!important;
}
.query-button :hover{
  color: #ffffff!important;
}
.information-cards .information-card{
  padding-left: 0px;
  padding-right: 0px;
}
.information-cards .query-button{
  padding: 30px 25px 30px 25px;
}
.information-cards .offer-query-header{
  color: #c3c3c3;
}
/* INFORMATION CARDS */

/* NEW OFFER */
.new-offer-card{
  overflow: hidden;
  background: transparent;
  height: 50px;
  border:none;
  margin-top: 0px;
}

.offer-form label{
  margin-bottom: 10px;
  margin-top: 6px;
  font-size: 0.80rem!important;
}
.offer-form  .btnSearchProduct{
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.offer-form input[type="radio"]:checked + label:before{
top: -2px;
}
.offer-form input::placeholder{
  font-size: 12px;
}
.offer-form input{
  background-color:  #ECEFF1;
  border: none;
  text-align: center;
  border-bottom: 1px solid lightgray!important;
}
.offer-form  .h-40{
  height: 31px;
}
.offer-form  .tblOfferInformations td{
  padding: 8px!important;
}
.offer-form  .form-control:disabled, .form-control[readonly]{
      background-color: #fff!important;
      border: none!important;
}
.offer-form  .divPharmacyList select{
  background-color: #ECEFF1!important;
  border:none;
  border-bottom: 1px solid lightgray!important;

}
.offer-form  .thead-divider{
  position: absolute;
  top: 55px;
  width: 93.5%;
  border: 0.5px solid #e8e7e7;
  background: #e8e7e7;
}
.offer-form  .query-bar .btn{
  width: 100%;
  background: #00b6ca!important;
  border-color: #00b6ca!important;
}
.offer-form  .query-bar .btn:hover{
  transition: background 0s;
  background: #ffa700!important;
  border-color: #ffa700!important;
}

/* NEW OFFER */

/* UPDATE OFFER */
.update-offer-overlay{
  background: rgb(0 0 0 / 53%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
  justify-content: center;
}
/* UPDATE OFFER */

/* INPUT */
.form-control{
  border: none!important;
  border-bottom: 1px solid lightgray!important;
  background: #ECEFF1;
}
/* INPUT */

/* standart button */
.btn-standart{
  width: 100%;
  background: #00b6ca!important;
  border-color: #00b6ca!important;
  color: white;
}
.btn-standart:hover{
  transition: background 0s;
  background: #ffa700!important;
  border-color: #ffa700!important;
}
/* standart button */

/* product card */
/*	Reset & General
---------------------------------------------------------------------- */


#grid{
	width: 1335px;
	left: 340px;
	height: 1200px;
	top: 180px;
}

.product{
  position: relative;
  perspective: 800px;
  width: 15vw;
  height: 316px;
  margin-bottom: -2px;
  transform-style: preserve-3d;
  transition: transform 5s;
	float:left;
	-webkit-transition: width 500ms ease-in-out;
  -moz-transition: width 500ms ease-in-out;
	-ms-transition: width 500ms ease-in-out;
	-o-transition: width 500ms ease-in-out;
 	transition: width 500ms ease-in-out;
}

.product-front img{width:216px}
.product-front, .product-back{
  width: 100%;
  height: 100%;
	background:#fff;
	position:absolute;
	left:0px;
	top:10px;
	-webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.product-back{
	display:none;
	transform: rotateY( 180deg );
}
.make3D.animate .product-back,
.make3D.animate .product-front,
div.large .product-back{
	top:0px;
	left:0px;
	-webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;
}
.make3D{
  /*box-shadow: 0px 5px 31px -1px rgb(0 0 0 / 1%);*/
  /* box-shadow: 0px 5px 31px -1px rgb(0 0 0); */
  width: 216px;
  height: 299px;
	position:absolute;
	top:10px;
	left:10px;
	overflow:hidden;
  transform-style: preserve-3d;
	-webkit-transition:  100ms ease-out;
       -moz-transition:  100ms ease-out;
         -o-transition:  100ms ease-out;
            transition:  100ms ease-out;
}

div.make3D.flip-10{
	 -webkit-transform: rotateY( -10deg );
         -moz-transform: rotateY( -10deg );
           -o-transform: rotateY( -10deg );
              transform: rotateY( -10deg );
			   transition:  50ms ease-out;
}
div.make3D.flip90{
	 -webkit-transform: rotateY( 90deg );
         -moz-transform: rotateY( 90deg );
           -o-transform: rotateY( 90deg );
              transform: rotateY( 90deg );
			   transition:  100ms ease-in;
}
div.make3D.flip190{
	 -webkit-transform: rotateY( 190deg );
         -moz-transform: rotateY( 190deg );
           -o-transform: rotateY( 190deg );
              transform: rotateY( 190deg );
			   transition:  100ms ease-out;
}
div.make3D.flip180{
	 -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
			   transition:  150ms ease-out;
}
.make3D.animate{
  box-shadow:0px 5px 31px -1px rgb(0 0 0 / 40%);
	top:5px;
	left:5px;
  width: 228px;
  height: 308px;
	-webkit-transition:  100ms ease-out;
       -moz-transition:  100ms ease-out;
         -o-transition:  100ms ease-out;
            transition:  100ms ease-out;
}
.make3D.animate.close-expiration{
    box-shadow: 0px 5px 31px -1px rgb(230 8 8 / 82%)!important;

}
div.large .make3D{
	top:0;
	left:0;
	width:315px;
	height:480px;
	-webkit-transition:  300ms ease-out;
       -moz-transition:  300ms ease-out;
         -o-transition:  300ms ease-out;
            transition:  300ms ease-out;
}
.large div.make3D{box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0);}
.large div.flip-back{display:none;}
.stats-container{
	background:#ffffff;
	position:absolute;
    margin-top: 120px;
	top:10px;
	left:0px;
    width: 100%;
    height: 309px;
    padding: 24px 5px 35px 5px;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.archive .stats-container{
	top:127px;
}
.make3D.animate .stats-container{
	top:0px;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.stats-container .product_name{
  font-size: 13px;
  color: #393c45;
  font-weight: 350;
  height: 20px;
  overflow: hidden;
}
.stats-container p{
	font-size:13px;
	color:#b1b1b3;
	padding:2px 0 20px 0;
  margin-top: 5px;
}
.stats-container .product_price{
	float:right;
	color:#5ff7d2;
	font-size:22px;
	font-weight:600;
}
.image_overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(0 0 0 / 92%);
	opacity:0;
}
.make3D.animate .image_overlay{
	opacity:0.7;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.product-options{
	padding:0;
}
.product-options strong{
	font-weight:700;
	color:#393c45;
	font-size:13px;
}
.product-options span{
	color:#969699;
	font-size:13px;
	display:block;
	margin-bottom:0px;
}
.add_to_cart{
  position: absolute;
  top: 265px;
  left: 86%;
  width: 97px;
  font-size: 11px;
  margin-left: -77px;
  border: 2px solid black;
  color: black;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 0;
	opacity:0;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.add_to_cart:hover{
	background:#fff;
	color:#5ff7d2;
	cursor:pointer;

}
.make3D.animate .add_to_cart{
	opacity:1;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.view_gallery{
  position: absolute;
  top: 265px;
  left: 40%;
  width: 97px;
  font-size: 11px;
  margin-left: -77px;
  border: 2px solid black;
  color: black;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 0;
	opacity:0;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.archive .view_gallery{
  top: 265px;
}
.view_gallery:hover{
	background:#fff;
	color:#5ff7d2;
	cursor:pointer;

}
.make3D.animate .view_gallery{
	opacity:1;
	-webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
div.colors div{
	margin-top:3px;
	width:15px;
	height:15px;
	margin-right:5px;
	float:left;
}
div.colors div span{
	width:15px;
	height:15px;
	display:block;
	border-radius:50%;
}
div.colors div span:hover{
	width:17px;
	height:17px;
	margin:-1px 0 0 -1px;
}
div.c-blue span{background:#6e8cd5;}
div.c-red span{background:#f56060;}
div.c-green span{background:#44c28d;}
div.c-white span{
	background:#fff;
	width:14px;
	height:14px;
	border:1px solid #e8e9eb;
}
div.shadow{
	width:335px;height:520px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
  background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
  background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
  background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
}
.product-back div.shadow{
	 z-index:10;
	 opacity:1;
 	 background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
   background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
   background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
   background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}
.flip-back{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	height:30px;
	cursor:pointer;
}
.cx, .cy{
	background:#d2d5dc;
	position:absolute;
	width:0px;
	top:15px;
	right:15px;
	height:3px;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
.flip-back:hover .cx, .flip-back:hover .cy{
	background:#979ca7;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
.cx.s1, .cy.s1{
	right:0;
	width:30px;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
.cy.s2{
	-ms-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
.cy.s3{
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
.cx.s1{
	right:0;
	width:30px;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
.cx.s2{
	-ms-transform: rotate(140deg);
	-webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
.cx.s3{
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}

div.floating-cart{
	position:absolute;
	top:0;
	left:0;
	width:315px;
	height:480px;
	background:#fff;
	z-index:200;
	overflow:hidden;
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
	display:none;
}

div.floating-cart .stats-container{display:none;}
div.floating-cart .product-front{width:100%; top:0; left:0;}
div.floating-cart.moveToCart{
	left: 75px !important;
	top: 55px !important;
	width: 47px;
	height: 47px;
	-webkit-transition: all 800ms ease-in-out;
	   -moz-transition: all 800ms ease-in-out;
		-ms-transition: all 800ms ease-in-out;
		 -o-transition: all 800ms ease-in-out;
 		    transition: all 800ms ease-in-out;
}
body.MakeFloatingCart div.floating-cart.moveToCart{
	left: 90px !important;
	top: 140px !important;
	width: 21px;
	height: 22px;
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0);
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
 		    transition: all 200ms ease-out;
}
div.cart-icon-top{
	position:absolute;
	background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
	margin:0;
	width:21px;
	height:3px;
	z-index:1;
	top: 140px;
	left: 90px;
}
div.cart-icon-bottom{
	position:absolute;
	background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
	margin:0;
	width:21px;
	height:19px;
	z-index:1;
	top: 143px;
	left: 90px;
}
body.MakeFloatingCart div.cart-icon-top{z-index:30;}
body.MakeFloatingCart div.cart-icon-bottom{z-index:300;}
.cart-item{
	padding: 11px 0 5px 110px;
	height: 62px;
	width: 210px;
	margin-left: -45px;
	position:relative;
	background:#fff;
	-webkit-transition: all 1000ms ease-out;
	   -moz-transition: all 1000ms ease-out;
		-ms-transition: all 1000ms ease-out;
		 -o-transition: all 1000ms ease-out;
 		    transition: all 1000ms ease-out;
}
.cart-item.flash{background:#fffeb0;}
.cart-item-border{
	position:absolute;
	bottom:0;
	left:45px;
	background:#edeff0;
	height: 1px;
	width: 230px;
}
.cart-item .img-wrap{
	width:50px;
	height:50px;
	overflow:hidden;
	border:1px solid #edeff0;
	float:left;
	margin-left:-65px;
}
.cart-item img{width:100%; position:relative;top:-10px;}
.cart-item strong{color:#5ff7d2; font-size:16px;}
.cart-item span{
	 color: #393c45;
   display: block;
   font-size: 14px;
 }

.cart-item .delete-item{
	background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/delete-item.png") 0 0 no-repeat;
	width:15px;
	height:15px;
	float:right;
	margin-right:18px;
	display:none;
}
.cart-item:hover .delete-item{display:block;cursor:pointer}


#info{
	position: absolute;
	top: 20px;
	left: 676px;
	text-align: center;
	width: 413px;

}
#info p{font-size:15px; padding:3px;color:#b1b1b3}
#info a{text-decoration:none;}
#checkout{
	border: 2px solid #5ff7d2;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 9px;
	position: absolute;
	top: 137px;
	left: 181px;
	color: #5ff7d2;
	display:none;
}

.product.large{
	width:639px;
	margin-bottom:25px;
	overflow:hidden;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		 -o-transition: all 500ms ease-in-out;
 		    transition: all 500ms ease-in-out;
}




/* ---------------- */
.floating-image-large{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.info-large{
	  display:none;
	  position: absolute;
	  top: 0;
	  left: 0px;
	  padding: 42px;
	  width: 245px;
	  height: 395px;
	  -webkit-transition: all 500ms ease-out;
	   -moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		 -o-transition: all 300ms ease-out;
 		    transition: all 300ms ease-out;
}
.large .info-large{
	left: 310px;
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;
		 -o-transition: all 300ms ease-out;
 		    transition: all 300ms ease-out;
}

.info-large h4{
	text-transform:uppercase;
	font-size:28px;
	color:#000;
	font-weight:400;
	padding:0;
}
div.sku{
	  font-weight: 700;
	  color: #d0d0d0;
	  font-size: 12px;
	  padding-top: 11px;
}
div.sku strong{
	color:#000;
}
.price-big{
	font-size: 34px;
    font-weight: 600;
    color: #5ff7d2;
    margin-top: 21px;
}
.price-big span{
	color:#d0d0d0;
	font-weight:400;
	text-decoration:line-through;
}

.add-cart-large{
	  border: 3px solid #000;
	  font-size: 17px;
	  background: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  padding: 10px;
	  font-family: "Open Sans", sans-serif;
	  width: 246px;
	  margin-top: 38px;
	  -webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
 		    transition: all 200ms ease-out;
}
.add-cart-large:hover{
	color: #5ff7d2;
	border-color:#5ff7d2;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
 		    transition: all 200ms ease-out;
			cursor:pointer;
}
.info-large h3{
    letter-spacing: 1px;
    color: #262626;
    text-transform: uppercase;
    font-size: 14px;
	clear:left;
	margin-top:20px;
    font-weight: 700;
	margin-bottom:3px;
}


.colors-large{
	margin-bottom:38px;
}
.colors-large li{
	float:left;
	list-style:none;
	margin-right:7px;
	width:16px;
	height:16px;
}
.colors-large li a{
	float:left;
	width:16px;
	height:16px;
	border-radius:50%;
}
.colors-large li a:hover{
	width:19px;
	height:19px;
	position:relative;
	top:-1px;
	left:-1px;
}

/* .sizes-large{
} */
.sizes-large span{
	font-weight:600;
	color:#b0b0b0;
}
.sizes-large span:hover{color:#000;cursor:pointer;}

.product.large:hover{
	box-shadow:0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
.offer-condition{
  font-weight: bold;
  font-size: 19px!important;
}
.offer-user-purchase-count{
  position: fixed;
  left: 120px;
  bottom: 35px;
  font-size: 13px!important;
  /*font-weight: bold;*/
  color: #00b6ca!important;
}
.offer-note{
  font-size: 12px!important;
text-transform: lowercase;
padding: 0!important;
margin-top: 0px!important;
}

.edit-request{
  color: #ffa700;
  border: 2px solid #ffa700!important;
}
.edit-request:hover{
  background: #ffa700;
  color: white;
  border: 2px solid #ffa700!important;
}
.manage-offer{
  color: #00b6ca;
  border: 2px solid #00b6ca!important;
}
.manage-offer:hover{
  background: #00b6ca;
  color: white;
  border: 2px solid #00b6ca!important;
}
.new-request{
  color: #ffa700;
  border: 2px solid #ffa700!important;
}
.new-request:hover{
  background: #ffa700;
  color: white;
  border: 2px solid #ffa700!important;
}
.edit-request{
  color: #00b6ca;
  border: 2px solid #00b6ca!important;
}
.edit-request:hover{
  background: #00b6ca;
  color: white;
  border: 2px solid #00b6ca!important;
}
.offer-detail{
  color: #1976d2;
  border: 2px solid #1976d2!important;
}
.offer-detail:hover{
  background: #1976d2;
  color: white;
  border: 2px solid #1976d2!important;
}
/* product card */
.w-20{
  width: 20%;
}
.border-x-white{
  border-right: 1px solid white;
  border-left: 1px solid white;
}

/* new request */
#modalNewRequest .stepwizard{
  border-spacing: 1px;
}
#modalUpdateRequest .stepwizard{
  border-spacing: 0px;
}

.divCompanyProducts label{
  color: rgba(97, 97, 97, 0.87)!important;
}
.divDistricts label{
  color: rgba(97, 97, 97, 0.87)!important;
}
.offer-form label{
  color: rgba(97, 97, 97, 0.87)!important;
}

.h3PharmacyBalance{
  font-size: 1.2rem!important;
}
.draggable{
  background: #00b6ca!important;
    color: white!important;
    margin: 5px;
}
.draggable a{
  color: white!important;
}
.draggable p{
  padding: 5px;
  margin-bottom: 0px;
}
.danger-zone-button{
  position: fixed;
  right: 2.9rem;
  bottom: 7rem;
  z-index: 2;
}

.common-chat-button{
  position: fixed;
  right: 2.5rem;
  bottom: 1rem;
  z-index: 2;
}

#modalDebtNotification .modal-dialog{
  margin: 10rem 32rem!important;
}

.gray-background-tab{
  /* font-weight:bold!important; */
  background: #ffa700;
  color: white!important;
}

.odeme {
  /* background-color: #888888; */
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 30px;
}
