.groups-edit ul {
  list-style: none;
  padding-left: 0px;
}

.groups-edit ul ul {
  list-style: none;
  padding-left: 21px;
}

.groups-edit .ui-widget-content {
  box-sizing: border-box;
  border: none;
}

.input-group span.select2-selection.select2-selection--single,
.input-group span.select2-selection.select2-selection--multiple {
  border-radius: 4px 0px 0px 4px !important;
}

.input-group .input-group-addon {
  border-radius: 0px 4px 4px 0px !important;
  border-color: #aaa;
}

.operatives span.input-group-addon.add {
  border-radius: 0px 0px 0px 0px !important;
  border-left: none;
  border-color: #aaa;
}

.operatives span.input-group-addon.edit {
  border-radius: 0px 4px 4px 0px !important;
  border-color: #aaa;
}

.input-group .input-group-addon a:hover,
.input-group .input-group-addon a:focus {
  color: #888888;
}

span.input-group-addon.disabledModal {
  background-color: #eee;
}
  span.input-group-addon.disabledModal a:hover {
    cursor: default;
  }
input.select2-search__field {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  width: 300px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  width: auto !important;
}

.contact--link {
  min-height: 185px;
}

.contact-box-footer {
  min-height: 51px;
}
 
.disableSignature {
  background-color: #eeeeee;
  border: 2px dotted #bbb;
  border-bottom: 1px solid #000;
  cursor: not-allowed;
  height:240px;
  position: absolute;
  width:600px;
  z-index: 20;
}

@media only screen and (max-width: 1199px) {
  .disableSignature {
    background-color: #eeeeee;
    border: 2px dotted #bbb;
    border-bottom: 1px solid #000;
    cursor: not-allowed;
    height:180px;
    position: absolute;
    width:450px;
    z-index: 20;
  }
}

@media only screen and (max-width: 991px) {
  .disableSignature {
    background-color: #eeeeee;
    border: 2px dotted #bbb;
    border-bottom: 1px solid #000;
    cursor: not-allowed;
    height:120px;
    position: absolute;
    width:300px;
    z-index: 20;
  }
}

.input-disable .input-group-addon {
  background-color: #eee;
  cursor: not-allowed;
}