
ng-multiselect-dropdown {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
ng-multiselect-dropdown .multiselect-dropdown {
    width: 100% !important;
    float: left;
    position: relative;
    outline: none;
    box-shadow: none;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn {
    outline: none;
    box-shadow: none;
}
ng-multiselect-dropdown .multiselect-item-checkbox input[type=checkbox]:checked + div:before {
    background: #337ab7 !important;
    border-radius: 4px;
}

ng-multiselect-dropdown .multiselect-item-checkbox input[type=checkbox] + div:before {
    color: #337ab7 !important;
    border: 2px solid #337ab7 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .selected-item {
  margin: 0px 0px !important;
  border: 0px solid #ffffff !important;
  background: #ffffff !important;
  color: #000000 !important;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 110px;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .selected-item:hover {
  box-shadow: none !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn .selected-item a {
  padding-left: 2px;
  border: black !important;
  color: #000000 !important;
  display: none;
}

ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn span:last-child {
  float: left !important;
  padding-right: 20px !important;
  margin: 3px 12px 0px 0px;
}

ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn span:last-child span:first-child {
  padding-right: 0px !important;
}
@media screen and (min-width: 1210px) and (max-width: 1350px) {
  ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn span:last-child:only-child span:first-child {
    display: none !important;
  }
  ng-multiselect-dropdown .multiselect-dropdown .dropdown-btn span:last-child span:first-child {
    display: none !important;
  }
}
.input-fields {
    width: 100% !important;
    float: left;
    position: relative;
    /* padding-bottom: 18px; */
}
.error-validation {
    position: absolute;
    left: 0px;
    width: 100%;
    color: #d62c1a;
    font-size: 12px;
    bottom: -17px;
    line-height: 18px;
    font-weight: 600;
}
.form-control.error-border {
    border-color: #ff0000 !important;
}
.checkbox-theme label.error-border::before {
    border: 1px solid #ff0000;
}
.when-send {
    margin-bottom: 20px;
}
.when-send.date-arrives .dropdown, .when-send.date-arrives .radio-label {
    margin: 0 5px 6px 0px;
}
.when-send .dropdown .select-value {
    min-width: 90px !important;
    width: 90px;
}
.when-send .dropdown .form-control.select-hrs {
    min-width: 140px;
}
.when-send .dropdown .form-control-feedback {
    right: 15px;
    width: 15px;
}
.when-send .dropdown .label-text {
    margin: 0 0 0 5px;
}
.form-group.send-to-select {
    margin-bottom: 20px;
}
.form-group.send-email {
    margin-bottom: 0px;
}
.when-send.date-arrives .radio-label .form-control {
    width: 170px;
    min-width: 150px;
}
/*Reminder-setup-29-05-2020-close*/
