
:root {
  --sidebar-width: 5em;
  --table-header-height: 3.5rem;
}

#aside {
    width: var(--sidebar-width);
    height: 100%;
    position: fixed;
    z-index: 1000;
}

#content {
    margin-left: var(--sidebar-width);
}


#select-view {
    max-height: 280px;
    overflow-y: auto;
}

#select-view + .dropdown-menu {
    z-index: 10000;
}


.modelselect2 + .select2-container {
    min-width: auto;
}

.calendar-filter .modelselect2 + .select2-container {
    min-width: 20em;
}

.select2multiple + .select2-container .select2-selection {
    padding: inherit;
    background: none;
}

.select2-selection {
    min-height: calc(1.5em + 0.75rem + 2px);
    height: 100%;
}

.select2-results__option--highlighted {
    background-color: var(--light);
}

.select2-results__option[aria-selected=true] {
    background-color: var(--primary);
    color: white;
}

.select2-container--disabled .select2-selection {
    color: #6c757d;
    background-color: #e9ecef;
}

.invalid-feedback {
    display: initial;
}

.simple-form {
    max-width: 20em;
}

.icon-button {
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.icon-button:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.icon-button:hover {
    color: #000;
    text-decoration: none;
}

.pin-toggle:hover .outline-pin,
.pin-toggle .full-pin {
    display: none;
}

.pin-toggle:hover .full-pin {
    display: inline;
}

.tooltip-inner {
    max-width: 500px;
}

form .copy-field-content {
    display: inline-flex;
    align-items: center;
}

.bi {
  vertical-align: -0.025em;
  margin-bottom: calc(-0.025em / 2);
}

[type=search] {
    outline-offset: 0;
}
