
.wrap_popup{
  max-width: 700px;
  height: auto;
}
.wrap_popup .popup_title{
  font-size: 18px;
  line-height: 25px;
  padding: 10px 50px 10px 20px;
  text-transform: uppercase;
  background: #fbac09;
  color: #ffffff;
  font-weight: bold;
}
.wrap_popup .popup_content {
  padding: 20px 20px 10px;
}
.wrap_popup .popup_content.bgc {
  background: #f6f6f6;
}
.popup_content .form-control {
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popup_content textarea.form-control {
  height: 140px;
  resize: none;
}
.popup_content button.btn {
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 0;
  outline: 0;
  height: 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #d82727;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popup_content button.btn:hover {
  background: #666666;
  color: #ffffff;
}
.popup_content button.btn span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.popup_content .input-group .input-group-img{
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: top;
}
.popup_content .input-group .input-group-img img {
  max-width: none;
}
.group-select .group-text{
  width: 120px;
  padding-right: 10px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}
.group-select .group-input {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  float: right;
}
.popup-info .i-img {
  width: 90px;
  float: left;
}
.popup-info .i-desc {
  float: right;
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: calc(100% - 105px);
}
.popup-info .i-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
.popup-info .i-title .fa {
  font-size: 10px;
  line-height: inherit;
  color: #fbac09;
}
.uploadFile {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid #d82727;
  color: #d82727;
  background: #ffffff;
  margin: 4px 10px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.uploadFile:hover {
  background: #d82727;
  color: #ffffff;
}
.uploadFile input[type = file]{
  display: none;
}

@media screen and (max-width: 600px) {
  .group-select *[class^=col-] {
    width: 50%;
  }
  .group-security *[class^=col-] {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .group-select *[class^=col-] {
    width: 100%;
  }
}










/*Thai Son*/

.div_input {
  position: relative;
}

.div_input .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

.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";
  font-weight: 900;
  content: '\f0d7';
  color: #000;
  right: 15px;
  bottom: -12px;
}

.input-group-img {
  width: 1%;
  white-space: nowrap;
  padding-left: 0px;
  display: table-cell;
  vertical-align: middle;
}

.vnt-files {
  display: flex;
  align-items: center;
}
.vnt-files .file-text {
  margin-right: 10px;
  min-height: 30px;
}
.vnt-files .file-button {

}


/*Thai SOn*/

.files-holder {
  padding: 10px 0;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
}

.files-holder .file {
  display: flex;
  margin: 0 10px 10px 0;
  padding: 0 5px;
  border-radius: 4px;

  width:95px;height:95px;
  background-size:cover;background-position:center;background-color:#eee;
  position:relative;vertical-align:top
}


.files-holder .close {
  font-size: 15px;
  position: absolute;
  top: -5px;
  right: -3px;
  opacity: 1;
  color: #ff0000;
}