.form-horizontal .control-label{
  font-size: 14px;
  text-align: right;
  padding-right:0px;
}

.inputLabel{
  text-align: right;
}

.inputLine{
  padding-left:16px;
  padding-right:16px;
  margin-top: 10px;;
}

.btnGetSmsCode{
  padding: 0;
  margin-top:4px;
  margin-bottom: 0%;
  width: 76px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: #b01f24;
}

input::placeholder, textarea::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

#describe::placeholder{
  color: #999;
  font-size: 14px;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default{
  background-color: #ffffff !important;
  outline: none !important;
}

.btn-default.focus, .btn-default:focus{
  background-color: #ffffff !important;
  outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus{
  outline: none !important;
}


.bootstrap-select .dropdown-menu li.selected a{
  color: #b01f24 !important; 
}

.bs-select-all {
  height:32px !important;
  line-height: 12px !important;
  width: auto !important;
}


.bs-deselect-all{
  height:32px !important;
  line-height: 12px !important;
  width: auto !important;
  display: none;
}

.fk-img-select{
  height: 16px !important;
  width: 16px !important;
  margin-top: -2px;
}

.fk-img-unselect{
  height: 16px !important;
  width: 16px !important;
  margin-top: -2px;
}

.check-mark{
  display: none !important;
}

#suggestions {
  position: absolute;
  width: 100%;
  z-index: 1000;
  font-size: 14px;
}
