@charset "UTF-8";

.modal-dialog {
  margin-top: 50px !important;
}

.modal-header {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.modal-footer button {
  width: 100px !important;
}

.has-feedback .form-control {
  padding-right: 30px !important;
}
.bootstrap-select .dropdown-menu{
   max-width: 100%!important;
}