.has-error .help-block,
.has-error .control-label {
  color: #ff2d55;
}
.has-error .form-control {
  border-color: #ff2d55;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #f9002f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff93a8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff93a8;
}
.has-error .input-group-addon {
  color: #ff2d55;
  border-color: #ff2d55;
  background-color: #ffe0e6;
}
.has-error .border-primary {
  border: 1px solid #ff2d55 !important;
}
.has-error .border-info {
  border: 1px solid #ff2d55 !important;
}
.has-error .form-input {
  border: 1px solid #ff2d55 !important;
}
.has-error .form-input:focus {
  border: 1px solid #ff2d55 !important;
}
div.dataTables_wrapper {
  margin-left: 15px;
  margin-top: 15px;
}

div.dataTables_filter {
    margin-right: 15px;
}

div.dataTables_paginate {
    margin-right: 15px;
}

div.div_dataTables_btn{
  margin-left: 15px;
}

.form-checkbox , .form-radio {
    padding-top: 0px;
    width: 19px;
    height: 19px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.heading {
    color: #1D2B36;
    line-height: 3rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #1D2B36;
}
.buttonA{
    cursor:pointer;  
}
.row-margin-bottom {
  margin-bottom:5px; ;  
}
.cursor-pointer { cursor: pointer }

.avatar-mobile {
  display: inline-block;
  width: 30px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom; }
  .avatar-mobile i {
    position: absolute;
    right: -7px;
    bottom: 2px;
    width: 10px;
    height: 10px;
    border: 2px solid #eceeef;
    border-radius: 100%; }
  .avatar-mobile img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0 none;
    border-radius: 1000px; }
.hidden, .hide {
  visibility: hidden;
}

.cards-qrcode {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards-qrcode .card_image {
  width: 48%;
  float: left;
  padding: 3px;
  height: 220px;
}
.cards-qrcode .card_image .thumbnail {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.cards-qrcode .card_image .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-width: 156px;
  max-height: 220px;
}
.cards-qrcode .card_content {
 width: 52%;
 float: left;
 padding-left: 3px;
 height: 220px;
/* background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);*/
}
.cards-qrcode .card-row:after {
  content: "";
  display: table;
  clear: both;
}
.cards-qrcode .card_title {
  color: #5E5E60;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.cards-qrcode .card_text {
  color: #5E5E60;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.cards-qrcode .qrcode-column {
  float: left;
  padding: 1px;
  height: 70px; /* 69px Should be removed. Only for demonstration */
}

.cards-qrcode .qrcode-left {
  width: 40%;
}

.cards-qrcode .qrcode-right {
  width: 60%;
}
.mg-left-3 {
  margin-left: 3.4rem;
}
.mg-left-4 {
  margin-left: 4.4rem;
}
.mg-tb-6 {
  margin-top: 6px;
  margin-bottom: 7px;
}
.mg-tb-4 {
  margin-top: 4px;
  margin-bottom: 6px;
}
.mg-bt-0 {
  margin-bottom: 0px;
}
.color-orange {
  color: #d8490f;
}
.color-green {
  color: #5E5E60;
}
.color-blue {
  color: #5E5E60;
}  
