/* jQuery UI - v1.11.1 - 2014-09-24
 * http://jqueryui.com
 * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT 
 */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    width: 25%;
    z-index: 2100;
}

.ui-datepicker {
    padding: 4px 4px 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 4px;
    width: 22px;
    height: 22px;
    color: #777;
}

.ui-datepicker .ui-datepicker-prev {
    right: 22px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 2;
    padding-left: 6px;
}

.ui-datepicker table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 6px;
}

.ui-datepicker th {
    padding: 8px 4px;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 4px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 6px 4px;
    cursor: pointer;
    padding: 4px 8px;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-menu {
    list-style: none;
    padding: 4px;
    margin: 0 0 20px;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 8px;
    cursor: pointer;
}

.ui-menu-item:before, .ui-menu-item:after {
    clear: both;
    content: " ";
    display: table;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    color: #ffffff;
    margin: -1px;
}

.ui-menu .ui-state-focus a, .ui-menu .ui-state-active a {
    color: #ffffff;
}

.ui-widget-content {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    color: #777;
}

.ui-widget-header {
    background-color: #f8f8f8;
    border: 1px solid #d7d7d7;
    color: #777;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #777;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #777;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background: #428bca;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-highlight.ui-state-active, .ui-widget-content .ui-state-highlight.ui-state-active {
    background: #428bca;
    color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #f8f8f8;
    color: #333;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #333;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
}

.ui-widget-content .ui-widget-header .ui-state-active, .ui-widget-content .ui-widget-header .ui-state-focus, .ui-widget-content .ui-widget-header .ui-state-hover {
    background: transparent;
    color: #777;
}

.ui-icon {
    width: 18px;
    height: 18px;
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    cursor: pointer;
}

.ui-icon-circle-triangle-e:before {
    content: "\f138";
}

.ui-icon-circle-triangle-w:before {
    content: "\f137";
}

.ui-widget-overlay {
    opacity: .3;
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa;
    opacity: .3;
}

.ui-autocomplete-item-wrapper:before, .ui-autocomplete-item-wrapper:after {
     clear: both;
     content: " ";
     display: table;
 }

.ui-autocomplete-item-image {
    float: left;
}

.ui-autocomplete-item-image+.ui-autocomplete-item-content {
    margin-left: 75px;
}

.ui-autocomplete-item-row:not(:first-child) {
    margin-top: 5px;
}

.ui-autocomplete-item-column {
    display: inline-block;
    margin-right: 25px;
}