.ui-datepicker{
    z-index: 10 !important;
}

textarea {
    resize: vertical;
}

span.required-star,
div.required > label:after {
    content: " *";
    color: red;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0;
}

.image-modal-preview{
    max-width: 100%;
    margin: auto;
}

.dataTable .filters input[type="text"].form-control {
    width: 100%;
}

.nav.nav-tabs + .tab-content {
    padding-top: 10px;
}

.file-input .file-preview-image {
    max-width: 100%;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
  max-width: 90px;
  max-height: 90px;
  width: 100%;
  height: auto;
}
