.boxAccount{

}
.boxAccount .wrapS{
  max-width: 370px;
  margin: 0 auto;
}

.btn-change {
  width: 100%;
}

.changeAvatar{
  position: relative;
}
.changeAvatar .img {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 100%;
}

.changeAvatar .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}

.formMember .change_avatar {
  position: relative
}
.profile-avatar-changer{position: relative}
.profile-avatar-changer input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}


.user-avatar-uploading-container{background-color:rgba(0,0,0,.5);height:100%;width:100%;position:absolute;display:none;border-radius:50%}
.user-avatar-uploading-progress{color:#fff;font-size:30px;text-align:center;width:100%;position:absolute;display:none}
.user-avatar-uploading-progress .ball-pulse{display:block;margin:60px auto;float:none;line-height:0}
.user-avatar-uploading-progress .ball-pulse>div{background-color:#dcdcdc}
.user-cover-uploading-container{position:absolute;width:100%;height:100%;opacity:.6;background-color:rgba(0,0,0,.7);display:none}
.user-cover-uploading-progress{color:#fff;width:100%;position:absolute;z-index:2;display:none;background-color:rgba(0,0,0,.23);height:100%}

.ball-pulse{float:left;line-height:30px;margin-left:10px;display:none}
.ball-pulse>div{background-color:#3a3c3f;border-radius:100%;margin:0 1px;display:inline-block;width:8px;height:8px;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.ball-pulse>div:nth-child(1){-webkit-animation:scale-pulse .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}
.ball-pulse>div:nth-child(2){-webkit-animation:scale-pulse .75s -.15s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.15s infinite cubic-bezier(.2,.68,.18,1.08)}
.ball-pulse>div:nth-child(3){-webkit-animation:scale-pulse .75s -.11s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.11s infinite cubic-bezier(.2,.68,.18,1.08)}
@-webkit-keyframes scale-pulse {
  0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
  45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}
}
@keyframes scale-pulse {
  0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
  45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}
}


/*Popup*/
.divPopup { padding:15px;}


.popup-avatar {}
.popup-avatar .div-preview  { margin-right:20px; width:180px;}


.preview_container{
  width:180px;
  height:180px;
  overflow:hidden;
}

#cropattrform img { max-width:none !important;}

.CropImage {  width:500px; margin:0px auto; }
.image_container { margin-bottom:5px;  }

.popup-avatar .div-upload {width:500px; font-size:12px;}
.popup-avatar .div-upload h3 { margin-bottom:5px; font-size:14px;}

.popup-avatar .div-upload #span_image_action { margin:10px 0px;}
.popup-avatar .div-upload #inform-main { margin-bottom:10px;}
.popup-avatar .div-upload .div-button { text-align:center;}

.popupCover { padding: 10px; text-align: center}





.vnt-loading {
  position: relative;
}

.vnt-loading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.vnt-loading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 100px;
  height: 100px;
  background: url(../images/loading.svg) no-repeat center center;
  background-size: cover;
  opacity: 0.6;
}

.div_input {
  position: relative;
}

.div_input .form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.div_input.has-error .form-control {
  border-color: #a94442 !important;
}

.div_input.has-success .form-control {
  border-color: #3c763d !important;
}

.div_input .help-block {
  display: none;
}

.div_input.has-error em {
  position: absolute;
  z-index: 10;
  right: 0;
  top: -31px;
  white-space: nowrap;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.div_input.has-error em::after {
  position: absolute;
  font-family: "FontAwesome";
  content: '\f0d7';
  color: #000;
  right: 15px;
  bottom: -12px;
}
#div_agree.has-success label , #div_agree.has-success  a{
  color: #333333 !important;
}
#div_agree.has-error a {
  color: #a94442 !important;
}

#div_agree .checkmark {display: none}
#div_agree.div_input.has-error em {
  left: 0;
  right: unset;
}
#div_agree.div_input.has-error em::after{
  left: 10px;
  right: unset;
}

.form-wrap {
  max-width: 430px;
  margin: 0 auto;
  padding: 15px;
}

.form-wrap button {
  width: 100%;
  font-weight: bold;
  height: 40px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.form-wrap button:hover {
  background: #333333;
  color: #ffffff;
}

.mess-complete,
.box_announce {
  margin: 0 auto;
  padding: 10px;
  background: #ffffff;
}

.formMember .change_avatar {
  position: relative
}

.profile-avatar-changer {
  position: relative
}

.profile-avatar-changer input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}

.user-avatar-uploading-container {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  border-radius: 50%
}

.user-avatar-uploading-progress {
  color: #fff;
  font-size: 30px;
  text-align: center;
  width: 100%;
  position: absolute;
  display: none
}

.user-avatar-uploading-progress .ball-pulse {
  display: block;
  margin: 60px auto;
  float: none;
  line-height: 0
}

.user-avatar-uploading-progress .ball-pulse>div {
  background-color: #dcdcdc
}

.user-cover-uploading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: rgba(0, 0, 0, .7);
  display: none
}

.user-cover-uploading-progress {
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: none;
  background-color: rgba(0, 0, 0, .23);
  height: 100%
}

.ball-pulse {
  float: left;
  line-height: 30px;
  margin-left: 10px;
  display: none
}

.ball-pulse>div {
  background-color: #3a3c3f;
  border-radius: 100%;
  margin: 0 1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.ball-pulse>div:nth-child(1) {
  -webkit-animation: scale-pulse .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale-pulse .75s -.24s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(2) {
  -webkit-animation: scale-pulse .75s -.15s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale-pulse .75s -.15s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.ball-pulse>div:nth-child(3) {
  -webkit-animation: scale-pulse .75s -.11s infinite cubic-bezier(.2, .68, .18, 1.08);
  animation: scale-pulse .75s -.11s infinite cubic-bezier(.2, .68, .18, 1.08)
}

@-webkit-keyframes scale-pulse {
  0%,
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }
}

@keyframes scale-pulse {
  0%,
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  45% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .7
  }
}


/*Popup*/

.divPopup {
  padding: 15px;
}

.popup-avatar {}

.popup-avatar .div-preview {
  margin-right: 20px;
  width: 180px;
}

.preview_container {
  width: 180px;
  height: 180px;
  overflow: hidden;
}

#cropattrform img {
  max-width: none !important;
}

.CropImage {
  width: 500px;
  margin: 0px auto;
}

.image_container {
  margin-bottom: 5px;
}

.popup-avatar .div-upload {
  width: 500px;
  font-size: 12px;
}

.popup-avatar .div-upload h3 {
  margin-bottom: 5px;
  font-size: 14px;
}

.popup-avatar .div-upload #span_image_action {
  margin: 10px 0px;
}

.popup-avatar .div-upload #inform-main {
  margin-bottom: 10px;
}

.popup-avatar .div-upload .div-button {
  text-align: center;
}

.popupCover {
  padding: 10px;
  text-align: center
}


/*Bootstrap Calendar*/

.datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker-days table thead,
.datepicker-days table tbody,
.datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td,
.datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 11px 13px;
}

.datepicker-months table thead td,
.datepicker-months table thead th,
.datepicker-years table thead td,
.datepicker-years table thead th,
.datepicker-decades table thead td,
.datepicker-decades table thead th,
.datepicker-centuries table thead td,
.datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td,
.datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead,
.datepicker-months table thead,
.datepicker-years table thead,
.datepicker-decades table thead,
.datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev,
.datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}

.datepicker .prev:hover,
.datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}

.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, .1);
}

.file-input .file-caption {
  height: 40px;
  padding: 0;
  border-radius: 0
}

.file-input .file-caption-name {
  line-height: 40px;
  height: 40px;
  background: none !important;

}

.file-input .file-caption.icon-visible .file-caption-name {
  padding-left: 20px;
}

.file-input .input-group-btn .btn-file {
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 26px;
  color: #333333;
  background: #eeeeee;
  border-color: #eeeeee;
  width: 106px !important;
  border-radius: 0;
  margin-left: 0 !important;
  overflow: unset !important
}

.file-input .input-group-btn .btn-file::hover {
  background: #ed1c24;
  color: #ffffff;
}

.file-input.file-input-new .input-group-btn .btn-file {
  display: inline-block;
}

.file-input .input-group {
  width: 100%;
  position: relative;
}

.file-input .input-group-btn {
  position: absolute;
  z-index: 99;
  top: 0px;
  right: 100px;
}

.file-input .file-caption-icon {
  top: 15px;
}

.file-input .fileinput-remove {
  border: 0;
  height: 40px;
  line-height: 26px;
  background: #333333;
  color: #ffffff;
  width: 106px !important;
}

#input-file .file-error-message {
  margin: 5px 0 !important;
}

#input-file.div_input.has-error em {
  z-index: 90;
  top: -39px;
}



.itemInfoVocher .col {
  width: 40%;
}
.itemInfoVocher .col:last-child {
  width: 20%;
}
.itemInfoVocher .qrcode {
  text-align: right;
}
.itemInfoVocher .qrcode img{
  width: 120px;
}

.voucher-info {
  padding: 5px 10px;
  min-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 10px;
}

.voucher-info .voucher-mess {
  line-height: 30px;
  margin-right: 70px;
}

.voucher-info .voucher-code {
  color: #ed1c24;
}

.voucher-mess a {
  position: absolute;
  right: 10px;
  color: #ed1c24;
}

.datepicker-dropdown {
  z-index: 9999 !important;
}

.thumbAlerVc .voucher-bg {
  position: relative;
  width: 830px;
  height: 380px;
  background: url(../images/voucher.jpg) center no-repeat;
}

.voucher-bg .code {
  position: absolute;
  left: 68px;
  bottom: 85px;
  font-size: 40px;
  line-height: 60px;
  width: 320px;
  height: 60px;
  text-align: center;
}

.voucher-bg .date-expire {
  position: absolute;
  width: 320px;
  left: 68px;
  bottom: 30px;
  text-align: center;
}

.voucher-bg .type-voucher {}

.voucher-bg .discount {
  position: absolute;
  right: 40px;
  top: 110px;
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  text-align: right;
}
.voucher-bg .discount span {
  padding-top: 10px;
  display: block;
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
  text-align: right;
}

.voucher-bg .discount .vnd {
  font-size: 45px;
}

.voucher-bg .qrcode {
  position: absolute;
  right: 45px;
  bottom: 45px;
}

.voucher-bg .qrcode img {
  width: 100px;
}

@media all and (max-width: 1200px) {

}

.fPhone {
  color: #ed1c24;
  font-size: 20px;
}


.voucher-mem {
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
}
.voucher-mem .vc-item {
  position: relative;
  display: flex;
  line-height: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.voucher-mem .vc-item:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.voucher-mem .vc-title{
  margin-bottom: 10px;
  font-weight: bold;
}

.voucher-box {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #ed1c24;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #ed1c24;
  min-width: 110px;
  text-align: center;
  position: relative;
  margin-right: 5px;
}
.voucher-box::before ,.voucher-box::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ed1c24 #ed1c24 transparent;
  border-image: initial;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
}
.voucher-box::before {
  left: -6px;
  transform: rotate(-45deg);
}
.voucher-box::after {
  right: -6px;
  transform: rotate(135deg);
}
.voucher-mem .vc-item .vc-code{


  width: calc(100% - 80px);
}
.voucher-mem .vc-item .vc-code .code {
  font-weight: bold;
  color: #ed1c24;
  font-size: 14px;
}
.voucher-mem .vc-item .vc-used {
  width: 80px;
  text-align: right;
  position: relative;
  padding-right: 20px;
}
.voucher-mem .vc-item .vc-used::before {
  position: absolute;
  font-family: "FontAwesome";
  content: '\f055';
  color: #000;
  right: 0;
}
.voucher-mem .vc-item .vc-used:hover::before {
  color: #ed1c24;
}

.voucher-mem .vc-item.used  , .voucher-mem .vc-item.used a {
  color: #ed1c24;
}
.voucher-mem .vc-item.used a::before {
  position: absolute;
  font-family: "FontAwesome";
  color: #ed1c24;
  content: '\f058';
  right: 0;
}


.voucher-result {
  margin: 30px 0 10px;
}

.voucher-result .itemInfoVocher {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.lstVocherUl .note {
  font-weight: bold;
  font-style: italic;
}




.customer-result {
  max-width: 500px;
  margin: 10px auto;
}

.result-title {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 23px;

  padding: 5px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #ed1c24;
}

.box-overview {
  display: flex;
  margin: 0px -15px;
}

.box-overview > div {
  padding: 0px 15px;
}
.box-img-card {
  margin: 0px ;
}
.box-img-card .img-card {
  width: 350px;
  height: 215px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.box-img-card  .card-info {
  position: absolute;
  right: 20px;
  bottom: 15px;
  text-align: right;

}
.box-img-card  .card-info .card-code{
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.box-img-card  .card-info .card-date {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}


@media all and (max-width: 767px){
  .itemInfoVocher .col {
    width: 100%;
  }
  .itemInfoVocher .col:last-child{
    width: 100%;
  }
  .itemInfoVocher .qrcode {
    text-align: center;
  }
}