img {
  max-width: 90% !important;
}
.form-control-feedback {
    right: 12px !important;
}

.form-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.actions .fa {
    margin-left: 2px;
}

.dropdown-fix {
  height: 34px !important;
}


.select2 {
    width: 100% !important;
}

.select2-container--open {
z-index: 9999;

}

.fa-user-plus:hover {
  color:#23c6c8;
}

.has-error .select2-selection {
    border-color: #ed5565 !important;
}

.cursor-pointer{cursor: pointer;}
.cursor-croshair{cursor: crosshair;}
.cursor-eresize{cursor: e-resize;}
.cursor-move{cursor: move;}