/* Minification failed. Returning unminified contents.
(710,23): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
(711,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x'
 */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
body {
}

footer {
}

.dropdown-menu,
.body-content {
    margin-top: 40px;
    font-size: 12px;
}
.body-content-leftnav {
    margin-top: 40px;
    padding-left: 150px;
    font-size: 12px;
}

/* 
    SELECTED ROWS
        This prevents shift-selecting rows on a table from
        also selecting the text
*/
form.no-select .table tbody tr th,
form.no-select .table tbody tr td {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* NAV */
.navbar-brand {
    font-size: 18px;
}
.navbar-nav {
    font-size: 15px;
}
.navbar-nav > .navbar-text {
    font-size: 13px;
}
.nav-item {
    padding-right: 5px;
    padding-left: 5px;
}
.navbar {
    height: 40px !important;
}
.fixed-left {
    position: fixed;
    top: 40px;
    left: 0;
    height: 100% !important;
    width: 140px;
    z-index: 1030;
}

/*
    LOGIN
*/
.login-form {
    margin: 100px auto 100px auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    /*background-color: #ccc;*/
    border-radius: 3px;
}

/*
    ELEMENT DRAGGING
*/
.draggable-field {
    cursor: move;
}
.dragElem {
    opacity: 0.4;
}
.over {
    border-top: 1px solid blue !important;
}

/* 
    OVERLAY
        For long wait times, usually only appears on a form
        taking longer than 300ms
*/
.overlay-container {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}
.overlay {
    position: absolute;
    background: rgba(34, 34, 34, 0.5);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
}
.overlay-spinner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    height: 55px;
    padding: 10px;
    color: white;
    font-size: 14px;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.modal-body .overlay {
    margin-left: -15px;
}

/* 
    STICKY
        Sticky-top for divs & table headers
        Dropdowns vs Sticky Tops
            Override the bootstrap defaults so that
            dropdown menus appear on top of sticky
            elements
*/
div.search-header {
    background-color: white;
}
div.sticky-top {
    z-index: 990 !important;
}

/*div.parent-edit.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000 !important;
}
*/
table > thead.sticky-top > tr > th,
table > thead.sticky-top > tr > td {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000 !important;
    background-color: white;
}
.dropdown-menu {
    z-index: 1060 !important;
}
.ui-datepicker {
    z-index: 1060 !important;
}
thead.sticky-top {
    z-index: 950 !important;
}

/*
    ICONS
        Spinner
*/
.spinner-border-xs {
    width: 0.75rem;
    height: 0.75rem;
    border-width: 0.2em;
    margin-bottom: 2px;
}

.spinner-grow-xs {
    width: 0.75rem;
    height: 0.75rem;
    border-width: 0.2em;
}

/* 
    BUTTONS
        xs size
*/
.btn-xs, .btn-group-xs > .btn {
    padding: 0.15rem 0.4rem;
    font-size: 0.775rem;
    border-radius: 0.15rem;
}
.btn-xs + .dropdown-toggle-split, .btn-group-xs > .btn + .dropdown-toggle-split {
    padding-right: 0.365rem;
    padding-left: 0.365rem;
}
.btn-textbox {
    line-height: 1rem;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: left !important;
}
button.sort-button {
    color: darkblue;
}
.btn-link-bin {
  color: black !important;
  text-decoration: none !important;
}
.btn-link-bin:hover {
  color: #0a58ca !important;
}
.btn-link-bin-locked {
  color: #0d6efd !important;
  text-decoration: none !important;
  border: 1px solid #0d6efd !important;
}
.btn-link-bin-locked:hover {
  color: #0a58ca !important;
}

/*
    TABLE
        xs size
*/
.table-xs {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}
.table-xs thead tr:first-child th {
    padding-bottom: 0;
    margin-bottom: 0;
}
.table-xs thead tr:not(first-child) th {
    padding: 0 0 4px 0;
    border: none;
}
.table-xs td {
    padding: 0.2rem;
}
.table-xs th button,
.table-xs th span {
    font-size: 12px;
}
.table-xs td {
    font-size: 12px;
}
table thead tr th.no-sort {
    padding-left: 6px;
    line-height: 1.50rem;
}

.table-width-hrs {
    width: 140px !important;
    border-left: 1px solid #434b53 !important;
    border-right: 1px solid #434b53 !important;
}

.table-width-small-hrs {
    width: 60px !important;
}

.table-width-small-hrs-left {
    border-left: 1px solid #434b53 !important;
}

.table-width-small-hrs-right {
    border-right: 1px solid #434b53 !important;
}

.table-th1 {
    border-left: 1px solid #c0c0c0 !important;
    border-top: 1px solid #c0c0c0 !important;
    border-right: 1px solid #c0c0c0 !important;
}

.table-th2 {
    border-left: 1px solid #c0c0c0 !important;
    border-bottom: 1px solid #c0c0c0 !important;
    border-right: 1px solid #c0c0c0 !important;
}

/*
    MODAL
*/
.modal-footer2 {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer2 > * {
    margin: 0.25rem;
}
.modal-fullscreen .modal-footer2 {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down .modal-footer2 {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down .modal-footer2 {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down .modal-footer2 {
        border-radius: 0;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down .modal-footer2 {
        border-radius: 0;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down .modal-footer2 {
        border-radius: 0;
    }
}
@media (min-width: 576px) {
    .modal-xxl, .modal-xl {
        max-width: 100vw;
    }
}
@media (min-width: 992px) {
    .modal-xxl, .modal-xl {
        max-width: 100vw;
    }
}
@media (min-width: 1200px) {
    .modal-xxl, .modal-xl {
        max-width: 85%;
    }
}
.modal-fllscreen-half {
    width: 100vw;
    max-width: none;
    height: 70%;
    margin: 200px 0 0 0;
}
.modal-body {
    font-size: 12px;
}
@media (min-height: 718px) {
    .modal-body:not(.ignore-min) {
        min-height: 360px;
    }
    .modal-body.ignore-min {
        min-height: 200px;
    }
}
@media (min-height: 969px) {
    .modal-body:not(.ignore-min) {
        min-height: 500px;
    }
    .modal-body.ignore-min {
        min-height: 200px;
    }
}
@media (min-height: 1200px) {
    .modal-body:not(.ignore-min) {
        min-height: 640px;
    }
    .modal-body.ignore-min {
        min-height: 200px;
    }
}
@media (min-width: 576px) {
  .modal-m {
    max-width: 400px;
  }
}

/* 
    FORM CONTROLS
        xs size
*/
.form-control-plaintext.form-control-xs {
    padding-right: 0;
    padding-left: 0;
}
.form-control-xs {
    min-height: calc(1.2em + 0.2rem + 2px);
    margin-top: 2px;
    padding: 0.14rem 0.4rem;
    font-size: 0.775rem;
    border-radius: 0.15rem;
}
.form-control-xs::file-selector-button {
    padding: 0.15rem 0.4rem;
    margin: -0.15rem -0.4rem;
    -webkit-margin-end: 0.4rem;
    margin-inline-end: 0.4rem;
}
.form-control-xs::-webkit-file-upload-button {
    padding: 0.15rem 0.4rem;
    margin: -0.15rem -0.4rem;
    -webkit-margin-end: 0.4rem;
    margin-inline-end: 0.4rem;
}
textarea.form-control-xs {
    min-height: calc(1.4em + 0.4rem + 2px);
}

/* 
    SELECT
        xs size
*/
.form-select-xs {
    margin-top: 2px;
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
    padding-left: 0.4rem;
    font-size: 0.775rem;
    border-radius: 0.15rem;
}

/* 
    INPUT GROUPS
        xs size
*/
.input-group-xs > .form-control,
.input-group-xs > .form-select,
.input-group-xs > .input-group-text,
.input-group-xs > .btn {
    padding: 0.14rem 0.4rem;
    margin-top: 2px;
    font-size: 0.775rem;
    border-radius: 0.15rem;
}
.input-group-xs > .form-select {
    padding-right: 1.65rem;
}

/* 
    FORM CHECK INPUT
        xs/sm/lg sizes
*/
.form-check-input.form-check-input-lg {
    margin-left: -1.6em;
    margin-top: .45rem;
    width: 1.1em;
    height: 1.1em;
}
.form-check-input.form-check-input-sm {
    margin-left: -1.25em;
    margin-top: .4rem;
    width: 0.9em;
    height: 0.9em;
}
.form-check-input.form-check-input-xs {
    margin-left: -1.1em;
    margin-top: .4rem;
    width: 0.85em;
    height: 0.85em;
}
.form-check-label-lg {
    font-size: 1.25rem;
}
.form-check-label-sm {
    font-size: 0.875rem;
}
.form-check-label-xs {
    font-size: 0.775rem;
}

/*
    CHOSEN
*/
div.chosen-container > a.chosen-single > span:empty {
    display: block;
    height: 18px;
}

/* 
    PAGINATION
        xs size
*/
.pagination-xs .page-link {
    padding: 0.14rem 0.4rem;
    font-size: 0.775rem;
}
.pagination-xs .page-item:first-child .page-link {
    border-top-left-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
}
.pagination-xs .page-item:last-child .page-link {
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
}

/* 
    MORE COLORS
        Background
*/
.bg-darkgreen {
    background-color: darkgreen !important;
}
.bg-lightgreen {
    background-color: rgba(0, 255, 0, 0.1) !important;
}
.bg-lightblue {
    background-color: #e3f2fd !important;
}
.bg-lightblue2 {
    background-color: rgb(109, 122, 224) !important;
}
.bg-grey {
    background-color: #808080 !important;
}
.bg-lightgrey {
    background-color: #c0c0c0 !important;
}
.bg-menu1 {
    background-color: #b2ad7f !important;
}
.bg-menu2 {
    background-color: #a2b9bc !important;
}
.bg-menu3 {
    background-color: #d6cbd3 !important;
}
.bg-menu4 {
    background-color: #eca1a6 !important;
}
.bg-dark1 {
    background-color: #434b53 !important;
}
.bg-dark2 {
    background-color: #65717d !important;
}
.bg-dark3 {
    background-color: #8297a2 !important;
}
.bg-dark4 {
    background-color: #b6bdc4 !important;
}
.bg-reghours {
    background-color: rgba(213, 239, 253) !important;
}
.bg-othours {
    background-color: rgba(180, 211, 238) !important;
}
.bg-dthours {
    background-color: rgba(147, 189, 198) !important;
}
.bg-card-header {
    background-color: rgb(247, 247, 247) !important;
}
/* 
    MORE COLORS
        Border
*/
.border-dark1 {
    border-color: #434b53 !important;
}
.border-dark2 {
    border-color: #65717d !important;
}
.border-dark3 {
    border-color: #8297a2 !important;
}
.border-dark4 {
    border-color: #b6bdc4 !important;
}
.btn-outline-grey {
    border-color: #ced4da !important;
}
.border-darkred {
    border-color: #dc3545 !important;
}

/* 
    VALIDITY
*/
.input-group.is-invalid > .btn {
    border-color: #dc3545;
}
canvas.is-invalid,
button.is-invalid,
span.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
table > tbody > tr.is-invalid {
    border: 1px solid #dc3545;
}
table > tbody > tr > td.is-invalid {
    color: red;
    border: 1px solid #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.valid-tooltip,
.invalid-tooltip {
    z-index: 1060 !important;
}
canvas.is-invalid ~ div.invalid-feedback {
  display: block;
}
.invalid-feedback {
    font-size: 1.175em !important;
}

/*
    FORM TITLE
*/
.form-title {
    margin-top: 54px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.form-title h5 {
    padding: 4px;
}

/*
    SEARCHES
*/
input[type="search"]:not(:placeholder-shown) {
    background-color: #9CECC8; /*#FFE18B;*/
}

/*
    FIXES
*/
.dropdown-item-text {
    font-weight: 400;
}
div[data-lastpass-icon-root] {
    display: none;
}

input[type="button"].date-button {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='rgb(52, 58, 64)' stroke-width='1.1' clip-rule='evenodd'/></svg>");
    /*background-image: url(/content/Pencil.png);*/ /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: center;

    color: #212529;
    border: none;

    font-size: 0;
    width: 16px;
    height: 16px;
    margin-left: 6px;
}

div.fake-button {
    width: 30px;
    height: 25px;
    border: 1px solid #c0c0c0;
    margin-top: 2px;
    border: 1px solid #ced4da;
    border-radius: 0.15rem;
}

span.text-error-message {
    font-size: 11px;
    font-style: italic;
    color: #dc3545;
}

.navbar-nocollapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-stoggler {
    display: none;
  }
}
.container-sm2 {
  /*width: 100%;*/
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-sm2 {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .container-sm2 {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .container-sm2 {
    max-width: 50%;
  }
}
@media (min-width: 1400px) {
  .container-sm2 {
    max-width: 50%;
  }
}
.active-clock {
    border: 1px solid green;
    color: green;
    padding: 1px 4px 1px 4px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
/*
    STATUS
*/
.status-container:not(:empty) {
    text-align: center;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    font-size: 15px;
    padding-top: 4px;
}

/*
    SELECTED
*/
tr.selected > td:not([class*="status-"]) {
    background-color: lightyellow;
}

/*
    STATUS
        Inactive
*/
tr[class*="status-inactive"].selected > td:not([class*="status-inactive"]) {
    background-color: #ffdab9;
}

tr[class*="status-inactive"]:not(.selected) > td:not([class*="status-inactive"]) {
    background-color: rgb(220, 53, 69);
    color: white;
}

tr[class*="status-inactive"]:not(.selected) > td:not([class*="status-inactive"]) > a {
    color: white;
}

tr[class*="status-inactive"] > a:hover {
    color: rgb(0, 86, 179);
}

tr:not(.selected) > td[class*="status-inactive"] {
    background-color: rgb(220, 53, 69);
    color: white;
}

div[class*="status-inactive"],
tr[class*="status-inactive"]:not(.selected) > td:not([class*="status-"]),
tr.selected > td[class*="status-inactive"] {
    background-color: rgba(220, 53, 69, 0.5);
    color: black;
}

tr[class*="status-inactive"].selected > td:not([class*="status-inactive"]) {
    opacity: 0.9;
}

/*
    STATUS
        Invalid
*/
tr[class*="status-invalid"].selected > td:not([class*="status-invalid"]) {
    background-color: #ffdab9;
}

tr[class*="status-invalid"]:not(.selected) > td:not([class*="status-invalid"]) {
    background-color: rgb(220, 53, 69);
    color: white;
}

tr[class*="status-invalid"]:not(.selected) > td:not([class*="status-invalid"]) > a {
    color: white;
}

tr[class*="status-invalid"] > a:hover {
    color: rgb(0, 86, 179);
}

tr:not(.selected) > td[class*="status-invalid"] {
    background-color: rgb(220, 53, 69);
    color: white;
}

div[class*="status-invalid"],
tr[class*="status-invalid"]:not(.selected) > td:not([class*="status-"]),
tr.selected > td[class*="status-invalid"] {
    background-color: rgba(220, 53, 69, 0.5);
    color: black;
}

tr[class*="status-invalid"].selected > td:not([class*="status-invalid"]) {
    opacity: 0.9;
}


/*
    STATUS
        Submitted
*/
td.status-submitted,
div.status-container[class*="status-submitted"] {
    background-color: #f57600;
}

/*
    STATUS
        Approved
*/
td.status-approved,
div.status-container[class*="status-approved"] {
    background-color: #00ff00;
}

/*
    STATUS
        Approved & Exported
*/
td.status-approvedexported,
div.status-container[class*="status-approvedexported"] {
    background-color: #00ff00;
}
td.status-exported,
div.status-container[class*="status-exported"] {
    background-color: #00ff00;
}

/*
    STATUS
        Missing Job/Phase
*/
tr[class*="status-missingjobphase"] {
    border: 2px solid red;
}
tr[class*="status-missingprdepartment"] {
    border: 2px solid red;
}

/*
    STATUS
        PTO / Holiday / Sick
*/
tr[class*="status-sick"]:not(.selected) > td:not([class*="status-sick"]),
tr[class*="status-pto"]:not(.selected) > td:not([class*="status-pto"]),
tr[class*="status-holiday"]:not(.selected) > td:not([class*="status-holiday"]) {
    background-color: rgb(255, 193, 7);
    color: white;
}

tr[class*="status-sick"]:not(.selected) > td:not([class*="status-sick"]) > a,
tr[class*="status-pto"]:not(.selected) > td:not([class*="status-pto"]) > a,
tr[class*="status-holiday"]:not(.selected) > td:not([class*="status-holiday"]) > a{
    color: white;
}

tr[class*="status-sick"] > a:hover,
tr[class*="status-pto"] > a:hover,
tr[class*="status-holiday"] > a:hover {
    color: rgb(0, 86, 179);
}

tr:not(.selected) > td[class*="status-sick"],
tr:not(.selected) > td[class*="status-pto"],
tr:not(.selected) > td[class*="status-holiday"] {
    background-color: rgb(255, 193, 7);
    color: white;
}

div[class*="status-sick"],
tr[class*="status-sick"]:not(.selected) > td:not([class*="status-"]),
tr.selected > td[class*="status-sick"],
div[class*="status-holiday"],
tr[class*="status-holiday"]:not(.selected) > td:not([class*="status-"]),
tr.selected > td[class*="status-holiday"],
div[class*="status-pto"],
tr[class*="status-pto"]:not(.selected) > td:not([class*="status-"]),
tr.selected > td[class*="status-pto"] {
    background-color: rgb(255, 193, 7);
    color: black;
}

/*
    STATUS
        Subsistence
*/
tr[class*="status-subsistence"]:not(.selected) > td:not([class*="status-subsistence"]) {
    background-color: rgb(25, 135, 84);
    color: white;
}

tr[class*="status-subsistence"]:not(.selected) > td:not([class*="status-subsistence"]) > a {
    color: white;
}

tr[class*="status-subsistence"] > a:hover {
    color: rgb(0, 86, 179);
}

tr:not(.selected) > td[class*="status-subsistence"] {
    background-color: rgb(25, 135, 84);
    color: white;
}

div[class*="status-subsistence"],
tr[class*="status-subsistence"]:not(.selected) > td:not([class*="status-"]),
tr.selected > td[class*="status-subsistence"] {
    background-color: rgb(25, 135, 84);
    color: black;
}

/*
    STATUS
        Travel
*/
tr[class*="status-travel"]:not(.selected) > td:not([class*="status-travel"]) {
    background-color: rgb(13, 202, 240);
    color: white;
}

tr[class*="status-travel"]:not(.selected) > td:not([class*="status-travel"]) > a {
    color: white;
}

tr[class*="status-travel"] > a:hover {
    color: rgb(0, 86, 179);
}

tr:not(.selected) > td[class*="status-travel"] {
    background-color: rgb(13, 202, 240);
    color: white;
}

div[class*="status-travel"],
tr[class*="status-travel"]:not(.selected) > td:not([class*="status-"]),
tr.selected > td[class*="status-travel"] {
    background-color: rgb(13, 202, 240);
    color: black;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    /*width: 100%;*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1011;
    width: 100%;
    border: 1px solid rgb(118, 118, 118);
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
}

.chosen-container.chosen-with-dropup .chosen-choices,
.chosen-container.chosen-with-dropup .chosen-single {
    z-index: 1011;
}

.chosen-container.chosen-with-dropup .chosen-drop {
    top: auto;
    bottom: 100%;
    border: solid #ced4da;
    border-width: 1px 1px 0 1px;
    border-radius: 0.25rem 0.25rem 0 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 0.75rem;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    min-height: calc(1.2em + 0.2rem + 2px);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
*/    background-clip: padding-box;
    /*  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    */ color: #444;
    text-decoration: none;
    /*white-space: nowrap;*/
    /*line-height: 24px;*/
}

.chosen-container-single .chosen-single-table {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 0.4rem;
    height: 25px;
    /*border: 1px solid #aaa;
    border-radius: 5px;*/
    /*background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;*/
    /*-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);*/
    color: #444;
    text-decoration: none;
    /*white-space: nowrap;*/
    line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999 !important;
}
.chosen-container-single .chosen-single-table span,
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 2rem;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single-table abbr,
.chosen-container-single .chosen-single abbr {
    /*    position: absolute;
    top: 6px;
    right: 38px;
    display: block;
*/
    position: absolute;
    top: 0.6rem;
    width: 0.95rem;
    height: 0.95rem;
    right: 1.3rem;
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' stroke='rgb(52, 58, 64)' stroke-width='1.1' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    /*    background: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>") no-repeat;
*/ /*background: url("./chosen-images/chosen-sprite.png") -42px 1px no-repeat;*/
    /*font-size: 1px;*/
}

.chosen-container-single .chosen-single-table abbr:hover,
.chosen-container-single .chosen-single abbr:hover {
    /*background-position: -42px -10px;*/
}

.chosen-container-single.chosen-disabled .chosen-single-table abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    /*background-position: -42px -10px;*/
}

.chosen-container-single .chosen-single-table div,
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single-table div b,
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0.7rem;
    background: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='rgb(52, 58, 64)' stroke-width='1.1' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 0.95rem 0.95rem;
    /*background: url("./chosen-images/chosen-sprite.png") no-repeat 0px 2px;*/
}
/*.chosen-container-single .chosen-single-table div b::before,
.chosen-container-single .chosen-single div b::before {*/
/*    display: inline-block;
    content: "";
    vertical-align: -.125em;
*/    /*background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
}*/

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 0.15rem 0.4rem;
    /*white-space: nowrap;*/
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ced4da;
    /*    background: url("./chosen-images/chosen-sprite.png") no-repeat 100% -20px;*/
    background: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right center;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    /*margin-top: -1px;*/
    /*border-radius: 0 0 0.25rem 0.25rem;*/
    border-radius: 0;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.chosen-container-single.chosen-container-single-nosearch .chosen-with-dropup .chosen-results {
    padding-top: 0.15rem;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-with-dropup .chosen-single {
    z-index: 1011;
}

/* @end */
/* @group Results */
.chosen-container .chosen-with-dropup .chosen-drop {
    border-radius: 0;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 0.4rem;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 1;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
/*    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
*/    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
/*    position: relative;
    overflow: hidden;
*/  display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #ced4da;
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: #fff;
/*    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
*/    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    /*white-space: nowrap;*/
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0 0 0 5px;
    height: 34px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    /* Hack: for multi placeholder */
    /*color: #999;*/
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice-clear {
    position: absolute;
    margin: 0;
    padding: 0;
    max-width: 100%;
    line-height: 13px;
    cursor: default;
    border: none;
    top: 0.21rem;
    right: 0.15rem;
    z-index: 1020 !important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    border: 1px solid #ced4da;
    max-width: 100%;
    padding: 0.425rem 1.2rem 0.505rem 0.5rem;
    border-radius: 0.25rem;
    background-color: #eeeeee;
/*    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
*/    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice-clear .search-choice-close {
    position: absolute;
    top: 0.6rem;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' stroke='rgb(52, 58, 64)' stroke-width='1.1' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: .95rem;
    background-position: right center;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 0.55rem;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' stroke='rgb(52, 58, 64)' stroke-width='1.1' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: .95rem;
    background-position: right center;
    /*    background: url("chosen-sprite.png") -42px 1px no-repeat;
*/ font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    /*background-position: -42px -10px;*/
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
/*    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
*/    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    /*background-position: -42px -10px;*/
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

a.chosen-container-hacked:focus {
    outline: none;
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single-table,
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
/*    -webkit-box-shadow: 5px 0 15px rgb(194, 218, 255);
            box-shadow: 5px 0 15px rgb(194, 218, 255);
*/  
    -webkit-box-shadow: 0 0 0 4px rgb(194, 218, 255);
            box-shadow: 0 0 0 4px rgb(194, 218, 255);
/*    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
*/}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ced4da;
/*    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
*//*    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;
*/
    -webkit-box-shadow: 0 0 0 4px rgb(194, 218, 255);
            box-shadow: 0 0 0 4px rgb(194, 218, 255);
}

.chosen-container-active.chosen-with-dropup .chosen-single {
    border-radius: 0 0 0.15rem 0.15rem;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    /*background-position: -18px 2px;*/
    background: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z' stroke='rgb(52, 58, 64)' stroke-width='1.1' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-size: 0.95rem 0.95rem;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 0 4px rgb(194, 218, 255);
            box-shadow: 0 0 0 4px rgb(194, 218, 255);

/*    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
*/}

/* Hack: for placeholder */
/*.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}*/

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    /*opacity: 0.5 !important;*/
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
    background-color: rgb(233, 236, 239);
}

.chosen-disabled .chosen-single abbr {
    display: none;
}
.chosen-disabled .chosen-single div b {
    display: none;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    /*background-position: 6px 2px;*/
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    /*background-position: -12px 2px;*/
}

.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-search input[type="text"] {
    background-color: #fff;
}

/* @end */
/* @group Retina compatibility */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
    background-image: url("./chosen-images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
    }
}
*/
/* @end */
.chosen-append-data {
    display: none;
}

.chosen-container .chosen-results li.load-more-pages {
    color: darkgray;
}

/* ------------------------------------ */
/* CHOSEN - Invalid                     */
/* ------------------------------------ */
.chosen-choices.is-invalid,
.chosen-single.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* ------------------------------------ */
/* CHOSEN - MULTIPLE SIZES (lg, sm, xs) */
/* ------------------------------------ */
/*   sizes match Bootstrap v5           */
/* ------------------------------------ */
/*
    CHOSEN
        lg
*/
.chosen-container.chosen-container-lg {
    font-size: 1.25rem;
}
.chosen-container.chosen-container-lg.chosen-container-single .chosen-single {
    padding: 0.515rem 0.75rem;
    border-radius: 0.3rem;
}
.chosen-container.chosen-container-lg.chosen-container-single .chosen-search {
    padding: 0.375rem 0.75rem;
}
.chosen-container.chosen-container-lg .chosen-results li {
    line-height: 1.25;
}
.chosen-container.chosen-container-lg.chosen-container-single .chosen-single-table abbr,
.chosen-container.chosen-container-lg.chosen-container-single .chosen-single abbr {
    top: 1rem;
    right: 1.4rem;
}
.chosen-container.chosen-container-lg.chosen-container-single .chosen-single-table div b,
.chosen-container.chosen-container-lg.chosen-container-single .chosen-single div b {
    margin-top: 1.1rem;
}

/*
    CHOSEN (MULTIPLE)
        lg
*/
.chosen-container.chosen-container-lg.chosen-container-multi .chosen-choices {
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.chosen-container.chosen-container-lg.chosen-container-multi .chosen-choices li.search-choice {
    padding: 0.735rem 1.4rem 0.855rem 0.6rem;
    border-radius: 0.3rem;
}
.chosen-container.chosen-container-lg.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 0.85rem;
}
.chosen-container.chosen-container-lg.chosen-container-multi .chosen-choices li.search-choice-clear .search-choice-close {
    top: 0.95rem;
}
.chosen-container.chosen-container-lg.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 0 0 0 7px;
    height: 44px;
}

/* 
    CHOSEN
        sm
*/
.chosen-container.chosen-container-sm {
    font-size: 0.875rem;
}
.chosen-container.chosen-container-sm.chosen-container-single .chosen-single {
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
}
.chosen-container.chosen-container-sm.chosen-container-single .chosen-search {
    padding: 0.25rem 0.5rem;
}
.chosen-container.chosen-container-sm .chosen-results li {
    /*line-height: 1;*/
}
.chosen-container.chosen-container-sm.chosen-container-single .chosen-single-table abbr,
.chosen-container.chosen-container-sm.chosen-container-single .chosen-single abbr {
    top: 0.5rem;
    
}
.chosen-container.chosen-container-sm.chosen-container-single .chosen-single-table div b,
.chosen-container.chosen-container-sm.chosen-container-single .chosen-single div b {
    margin-top: .6rem;
}

/*
    CHOSEN (MULTIPLE)
        sm
*/
.chosen-container.chosen-container-sm.chosen-container-multi .chosen-choices {
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.chosen-container.chosen-container-sm.chosen-container-multi .chosen-choices li.search-choice {
    padding: 0.25rem 1.3rem 0.25rem 0.5rem;
    border-radius: 0.2rem;
}
.chosen-container.chosen-container-sm.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 0.3rem;
}
.chosen-container.chosen-container-sm.chosen-container-multi .chosen-choices li.search-choice-clear .search-choice-close {
    top: 0.35rem;
}
.chosen-container.chosen-container-sm.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 0 0 0 3px;
    height: 27px;
}

/*
    CHOSEN
        xs
*/
.chosen-container.chosen-container-xs {
    font-size: 0.775rem;
}
.chosen-container.chosen-container-xs.chosen-container-single .chosen-single {
    padding: 0.15rem 0.4rem;
    border-radius: 0.15rem;
}
.chosen-container.chosen-container-xs.chosen-container-single .chosen-search {
    padding: 0.15rem 0.4rem;
}
.chosen-container.chosen-container-xs .chosen-results li {
    line-height: 0.95;
}
.chosen-container.chosen-container-xs.chosen-container-single .chosen-single-table abbr,
.chosen-container.chosen-container-xs.chosen-container-single .chosen-single abbr {
    top: 0.25rem;
    right: 1.2rem;
}
.chosen-container.chosen-container-xs.chosen-container-single .chosen-single-table div b,
.chosen-container.chosen-container-xs.chosen-container-single .chosen-single div b {
    margin-top: .4rem;
}

/*
    CHOSEN (MULTIPLE)
        xs
*/
.chosen-container.chosen-container-xs.chosen-container-multi .chosen-choices {
    padding: 0 3px;
    font-size: 0.775rem;
    border-radius: 0.15rem;
}
.chosen-container.chosen-container-xs.chosen-container-multi .chosen-choices li.search-choice {
    margin: 2px 3px 2px 0;
    padding: 0.15rem 1.2rem 0.15rem 0.4rem;
    border-radius: 0.15rem;
}
.chosen-container.chosen-container-xs.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 0.2rem;
}
.chosen-container.chosen-container-xs.chosen-container-multi .chosen-choices li.search-choice-clear .search-choice-close {
    top: 0.25rem;
}
.chosen-container.chosen-container-xs.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    padding: 0 0 0 2px;
    height: 21px;
}
