textarea {
    resize: none;
    min-height: 350px;
}

textarea .textarea-small {
    resize: none;
    min-height: 250px;
}

textarea .textarea-large {
    resize: none;
    min-height: 450px;
}

abbr.search-choice-close {
    cursor: pointer;
    pointer-events: auto;
}

.small, small { font-size: 100% !important; }

.nowrap {
       white-space:nowrap;
}

.searchfield_form {
    margin: 12px 0px 0px 12px;
    padding: 0px 0px 0px 10px;
    width: auto !important;
}

.searchfield_form_mobile {
    padding: 0px 0px 20px 0px;
    width: auto !important;
}

.searchfield_group {
    margin: 0px !important;
    padding: 0px 2px 2px 0px;
    display: inline-block;
    width: auto !important;
}

input.searchfield_input[name=search] {
    width: auto !important;
}

button.searchfield_input {
    width: auto !important;
}

select.searchfield_select {
    width: auto !important;
}

.text-muted {
    color: #d6d6d6 !important;
}

.tooltip-wide .tooltip.bottom, .tooltip-inner  {
  max-width: none;
}

.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}

.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#notesButton {
    position: absolute;
    right: 20px;  /* This can be adjusted if needed */
}

div.dataTables_filter {
padding-bottom: 10px;    
}

div.dataTables_info {
    padding-top: 3px;
    padding-bottom: 3px;    
}

div.dataTables_length {
    float: right !important; 
}