#toast-container > .toast {
    background-image: none !important;
}

.tc-custom-toastr-icon {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}        

#txtContent_mylistbox_text {
    width: 130px !important;
}

.badge-free, .label-free {
  background-color: #D98719 !important;
}

.badge-bronze, .label-bronze {
  background-color: #D98719 !important;
}

.badge-silver, 
.label-silver, 
.badge-gold_special, 
.label-gold_special,
.badge-used, 
.label-used {
  background-color: #a1a1a1 !important;
}

.badge-gold, .label-gold {
  background-color: #CFB53B !important;
}

.badge-gold_premium, 
.label-gold_premium,
.badge-new, 
.label-new {
  background-color: #FF7F00 !important;
}

.badge-gold_pro, .label-gold_pro {
  background-color: #8F8FBD !important;
}

.text-success {
  color: #19b698 !important;
}
.text-warning {
  color: #f16e3f !important;
}
.text-danger {
  color: #ea6153 !important;
}

.paginatorHidden {
  display: none !important;
}

.deliveryRate {
  background: none repeat scroll 0 0 #ffffff !important;
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
}

.chat-wi .chat-in textarea {
  width: 100%;
  border: 0;
  height: 94px;
  padding: 10px;
  font-size: 15px;
  font-weight: 200;
  color: #555;
}

.avatarCircle img {
  border-radius: 25px;
}

.display-table{
    display: table;
    table-layout: fixed;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.oneLine{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}