.modal-xl {
    width: auto;
    max-width: 960px !important;
}
.modal-body {
    overflow-y: auto;
    max-height: 400px;
}
.upload-preview img {
    max-width: 80%;
    margin:10px 0;
}
.img-thumb {
    width: 44px;
    border-radius: 10%;
}
.img-person {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.img-round {
    border-radius: 50%;
}
.hide {
    display: none;
}
.status .alert {
    margin-bottom: 0;
}
.img-icon {
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
    display: inline-block;
}
.media-item {
    border-radius: 5px;
    margin-top: 10px;
    background: #eee;
    padding: 5px 10px;
}
.nowrap {
    display: inline-block;
    white-space: nowrap;
}
.subheader:not(:empty) {
    margin-bottom: calc(0.75rem + 0.325rem);
}
.google-map {
    min-height: 240px;
}
.analytics-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .analytics-filters ul li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .analytics-filters li a {
    clear: both;
    font-weight: 400;
    color: #333;
    padding: 3px 20px;
    line-height: 1.42857143;
    display: block;
    white-space: nowrap;
    text-decoration: none;
  }
  .analytics-filters li > a:focus, .analytics-filters li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
  }
.primary-nav .info-card, .info-card {
    height: 20px !important;
    min-height: 20px;
    max-height: 20px;
}
.fc-event-container {
    min-height: 300px;
}
.dataTables_empty {
    font-size: 14px !important;
    color: #444 !important;
}


/* dragging */


.dd-handle {
  color: #333;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 50px;
}
.dd-edit {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: 90px;
  font-size: 24px;
  text-align: right;
}
.dd-edit .btn {
  padding: 0 7px;
  font-size: 20px;
}
.dd {
  max-width: 800px;
}
.dd-handle i {
  color: #222;
  font-size: 30px;
}
.dd-item {
  position: relative;
  border: 1px solid #eee;
  margin: 5px 0;
  margin-right: 10px;
}
.dd-item small {
  color: #aaa;
}
.dd-display {
  padding: 10px 60px;
  font-size: 16px;
}
.dd-display.nav-disabled span {
  text-decoration: line-through;
}

.input-group > .select2-container--bootstrap {
  width: auto;
  flex: 1 1 auto;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
  height: 100%;
  line-height: inherit;
  padding: 0.5rem 1rem;
}
.select2-container{
 width: 100%!important;
 }
 .select2-search--dropdown .select2-search__field {
 width: 98%;
 }