.has-feedback .form-control-feedback {
  right: 15px;
}

.summary-errors p {
  color: inherit;
}

.summary-errors ul li a {
  color: inherit;
}

.summary-errors ul li a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  #exampleFullForm .form-horizontal .form-control-label {
    text-align: inherit;
  }
}

.has-danger .select2-dropdown,
.has-danger .select2-selection
{
  border-color: #f44336;
  border-width: 2px;
}

.has-danger .select2-container--open .select2-selection
{
  border-color: #f44336;
  border-width: 2px;
}

.has-danger.select2-drop-active
{
  border-color: #f44336;
  border-width: 2px;
}
.has-danger.select2-drop-active.select2-drop.select2-drop-above
{
  border-top-color: #f44336;
  border-width: 2px;
}

.has-danger .select2-dropdown,
.has-danger .select2-selection
{
  border-color: #f44336;
  border-width: 2px;
}

.has-danger .select2-container--open .select2-selection
{
  border-color: #f44336;
  border-width: 2px;
}

.has-danger.select2-drop-active
{
  border-color: #f44336;
  border-width: 2px;
}
.has-danger.select2-drop-active.select2-drop.select2-drop-above
{
  border-top-color: #f44336;
  border-width: 2px;
}

.ui-tooltip {
  display: none;
}

.has-error.mce-tinymce
{
  border-color: #f44336;
  border-width: 2px !important;
}