.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.mm_icon_delete {
  background: transparent url(../assets/img/dhl_iconset_august2014/App_Icons/Delete.gif) no-repeat scroll left top;
  width: 14px;
}

ul.mm_actions {
  float: right;
  overflow: hidden;
  margin: 2px 0 0;
}
ul.mm_actions li,
ul.mm_actions a,
ul.mm_actions span {
  float: left;
  margin-right: 5px;
  height: 18px;
  cursor: pointer;
}

ul.mm_actions li:last-child,
ul.mm_actions a:last-child,
ul.mm_actions span:last-child {
  margin-right: 3px;
}
ul.mm_actions a.mm_focusable:focus:after {
  border: 1px solid #66AFE9;
  content: '';
  display: block;
  height: 17px;
  position: absolute;
  width: 16px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  padding: 2px;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #ffcc00;
}

.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 0;
}