@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic);
@import url(jquery-ui.icons.css?202104151145);
/*
 * jQuery UI CSS Framework 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 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:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Overlays */
.ui-widget-overlay {
  background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-radius: 8px;
}
/*
 * jQuery UI Resizable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.10
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: 0.1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: 2px 5px;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 2px 4px;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: 0.5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Slider 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 0.2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.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 {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  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: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  -webkit-filter: mask();
          filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.10
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  color: #222;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
}
.ui-widget-content a {
  color: inherit;
  outline: none;
}
.ui-widget-header {
  color: #484848;
  background-color: #d9d9d9;
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
  font-weight: 600;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
}
.ui-widget-header a {
  color: inherit;
  outline: none;
}
.ui-widget-header-alt {
  color: #484848;
  background-color: transparent;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #999999;
  font-weight: 600;
  border-radius: 0;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
}
.ui-widget-header-alt a {
  color: inherit;
  outline: none;
}
.ui-widget-overlay {
  background-color: rgba(92, 92, 92, 0.9);
  opacity: 1;
}
.ui-widget ::-moz-selection,
.ui-widget-content ::-moz-selection,
.ui-widget-header ::-moz-selection,
.ui-widget-header-alt ::-moz-selection {
  color: #fff;
  background-color: #e5a400;
}
.ui-widget ::selection,
.ui-widget-content ::selection,
.ui-widget-header ::selection,
.ui-widget-header-alt ::selection {
  color: #fff;
  background-color: #e5a400;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-state-hover,
.ui-state-focus,
.ui-state-active {
  background: none;
  border: 1px solid transparent;
}
.ui-state-default {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
  outline: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.ui-state-hover,
.ui-state-focus {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
  outline: none;
}
.ui-state-hover a,
.ui-state-focus a,
.ui-state-hover a:link,
.ui-state-focus a:link,
.ui-state-hover a:visited,
.ui-state-focus a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.ui-state-active {
  color: #af4d16;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #c55719;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #c55719;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #c55719;
  background-clip: padding-box;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
  outline: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-tier-1 {
  background-color: #dae7f1;
  border: 1px solid #3f79a6;
}
.ui-state-tier-1.ui-widget-header {
  background-color: #dae7f1;
  border-width: 1px;
}
.ui-state-tier-1.ui-widget-header-alt {
  background-color: rgba(218, 231, 241, 0);
  border-width: 0 0 2px;
}
.ui-state-tier-1.ui-state-default {
  background-color: #c8dbea;
  -webkit-box-shadow: 0 1px 0 #3f79a6;
          box-shadow: 0 1px 0 #3f79a6;
}
.ui-state-tier-1.ui-state-hover,
.ui-state-tier-1.ui-state-focus {
  background-color: #edf3f8;
  border-color: #386c94;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #386c94;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #386c94;
}
.ui-state-tier-1.ui-state-active {
  background-color: #edf3f8;
  border-color: #315e81;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #315e81;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #315e81;
}
.ui-state-tier-1,
.ui-state-tier-1-text {
  color: #23435c;
}
.ui-state-tier-2 {
  background-color: #fff3cc;
  border: 1px solid #e5b200;
}
.ui-state-tier-2.ui-widget-header {
  background-color: #fff3cc;
  border-width: 1px;
}
.ui-state-tier-2.ui-widget-header-alt {
  background-color: rgba(255, 243, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-tier-2.ui-state-default {
  background-color: #ffeeb3;
  -webkit-box-shadow: 0 1px 0 #e5b200;
          box-shadow: 0 1px 0 #e5b200;
}
.ui-state-tier-2.ui-state-hover,
.ui-state-tier-2.ui-state-focus {
  background-color: #fff9e6;
  border-color: #cc9e00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc9e00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc9e00;
}
.ui-state-tier-2.ui-state-active {
  background-color: #fff9e6;
  border-color: #b28a00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b28a00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b28a00;
}
.ui-state-tier-2,
.ui-state-tier-2-text {
  color: #7f6300;
}
.ui-state-tier-3 {
  background-color: #ffe9cc;
  border: 1px solid #e58400;
}
.ui-state-tier-3.ui-widget-header {
  background-color: #ffe9cc;
  border-width: 1px;
}
.ui-state-tier-3.ui-widget-header-alt {
  background-color: rgba(255, 233, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-tier-3.ui-state-default {
  background-color: #ffdfb3;
  -webkit-box-shadow: 0 1px 0 #e58400;
          box-shadow: 0 1px 0 #e58400;
}
.ui-state-tier-3.ui-state-hover,
.ui-state-tier-3.ui-state-focus {
  background-color: #fff4e6;
  border-color: #cc7600;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc7600;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc7600;
}
.ui-state-tier-3.ui-state-active {
  background-color: #fff4e6;
  border-color: #b26700;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b26700;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b26700;
}
.ui-state-tier-3,
.ui-state-tier-3-text {
  color: #7f4a00;
}
.ui-state-tier-4 {
  background-color: #daf1da;
  border: 1px solid #3fa63f;
}
.ui-state-tier-4.ui-widget-header {
  background-color: #daf1da;
  border-width: 1px;
}
.ui-state-tier-4.ui-widget-header-alt {
  background-color: rgba(218, 241, 218, 0);
  border-width: 0 0 2px;
}
.ui-state-tier-4.ui-state-default {
  background-color: #c8eac8;
  -webkit-box-shadow: 0 1px 0 #3fa63f;
          box-shadow: 0 1px 0 #3fa63f;
}
.ui-state-tier-4.ui-state-hover,
.ui-state-tier-4.ui-state-focus {
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
}
.ui-state-tier-4.ui-state-active {
  background-color: #edf8ed;
  border-color: #318131;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
}
.ui-state-tier-4,
.ui-state-tier-4-text {
  color: #235c23;
}
.ui-state-highlight {
  background-color: #fff3cc;
  border: 1px solid #e5b200;
}
.ui-state-highlight.ui-widget-header {
  background-color: #fff3cc;
  border-width: 1px;
}
.ui-state-highlight.ui-widget-header-alt {
  background-color: rgba(255, 243, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-highlight.ui-state-default {
  background-color: #ffeeb3;
  -webkit-box-shadow: 0 1px 0 #e5b200;
          box-shadow: 0 1px 0 #e5b200;
}
.ui-state-highlight.ui-state-hover,
.ui-state-highlight.ui-state-focus {
  background-color: #fff9e6;
  border-color: #cc9e00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc9e00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc9e00;
}
.ui-state-highlight.ui-state-active {
  background-color: #fff9e6;
  border-color: #b28a00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b28a00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b28a00;
}
.ui-state-highlight,
.ui-state-highlight-text {
  color: #7f6300;
}
.ui-state-info {
  background-color: #dae7f1;
  border: 1px solid #3f79a6;
}
.ui-state-info.ui-widget-header {
  background-color: #dae7f1;
  border-width: 1px;
}
.ui-state-info.ui-widget-header-alt {
  background-color: rgba(218, 231, 241, 0);
  border-width: 0 0 2px;
}
.ui-state-info.ui-state-default {
  background-color: #c8dbea;
  -webkit-box-shadow: 0 1px 0 #3f79a6;
          box-shadow: 0 1px 0 #3f79a6;
}
.ui-state-info.ui-state-hover,
.ui-state-info.ui-state-focus {
  background-color: #edf3f8;
  border-color: #386c94;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #386c94;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #386c94;
}
.ui-state-info.ui-state-active {
  background-color: #edf3f8;
  border-color: #315e81;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #315e81;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #315e81;
}
.ui-state-info,
.ui-state-info-text {
  color: #23435c;
}
.ui-state-success {
  background-color: #daf1da;
  border: 1px solid #3fa63f;
}
.ui-state-success.ui-widget-header {
  background-color: #daf1da;
  border-width: 1px;
}
.ui-state-success.ui-widget-header-alt {
  background-color: rgba(218, 241, 218, 0);
  border-width: 0 0 2px;
}
.ui-state-success.ui-state-default {
  background-color: #c8eac8;
  -webkit-box-shadow: 0 1px 0 #3fa63f;
          box-shadow: 0 1px 0 #3fa63f;
}
.ui-state-success.ui-state-hover,
.ui-state-success.ui-state-focus {
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
}
.ui-state-success.ui-state-active {
  background-color: #edf8ed;
  border-color: #318131;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
}
.ui-state-success,
.ui-state-success-text {
  color: #235c23;
}
.ui-state-new {
  background-color: #daf1da;
  border: 1px solid #3fa63f;
}
.ui-state-new.ui-widget-header {
  background-color: #daf1da;
  border-width: 1px;
}
.ui-state-new.ui-widget-header-alt {
  background-color: rgba(218, 241, 218, 0);
  border-width: 0 0 2px;
}
.ui-state-new.ui-state-default {
  background-color: #c8eac8;
  -webkit-box-shadow: 0 1px 0 #3fa63f;
          box-shadow: 0 1px 0 #3fa63f;
}
.ui-state-new.ui-state-hover,
.ui-state-new.ui-state-focus {
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
}
.ui-state-new.ui-state-active {
  background-color: #edf8ed;
  border-color: #318131;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
}
.ui-state-new,
.ui-state-new-text {
  color: #235c23;
}
.ui-state-valid {
  background-color: #daf1da;
  border: 1px solid #3fa63f;
}
.ui-state-valid.ui-widget-header {
  background-color: #daf1da;
  border-width: 1px;
}
.ui-state-valid.ui-widget-header-alt {
  background-color: rgba(218, 241, 218, 0);
  border-width: 0 0 2px;
}
.ui-state-valid.ui-state-default {
  background-color: #c8eac8;
  -webkit-box-shadow: 0 1px 0 #3fa63f;
          box-shadow: 0 1px 0 #3fa63f;
}
.ui-state-valid.ui-state-hover,
.ui-state-valid.ui-state-focus {
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #389438;
}
.ui-state-valid.ui-state-active {
  background-color: #edf8ed;
  border-color: #318131;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #318131;
}
.ui-state-valid,
.ui-state-valid-text {
  color: #235c23;
}
.ui-state-warning {
  background-color: #ffe9cc;
  border: 1px solid #e58400;
}
.ui-state-warning.ui-widget-header {
  background-color: #ffe9cc;
  border-width: 1px;
}
.ui-state-warning.ui-widget-header-alt {
  background-color: rgba(255, 233, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-warning.ui-state-default {
  background-color: #ffdfb3;
  -webkit-box-shadow: 0 1px 0 #e58400;
          box-shadow: 0 1px 0 #e58400;
}
.ui-state-warning.ui-state-hover,
.ui-state-warning.ui-state-focus {
  background-color: #fff4e6;
  border-color: #cc7600;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc7600;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc7600;
}
.ui-state-warning.ui-state-active {
  background-color: #fff4e6;
  border-color: #b26700;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b26700;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b26700;
}
.ui-state-warning,
.ui-state-warning-text {
  color: #7f4a00;
}
.ui-state-error {
  background-color: #ffd5cc;
  border: 1px solid #e52700;
}
.ui-state-error.ui-widget-header {
  background-color: #ffd5cc;
  border-width: 1px;
}
.ui-state-error.ui-widget-header-alt {
  background-color: rgba(255, 213, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-error.ui-state-default {
  background-color: #ffc0b3;
  -webkit-box-shadow: 0 1px 0 #e52700;
          box-shadow: 0 1px 0 #e52700;
}
.ui-state-error.ui-state-hover,
.ui-state-error.ui-state-focus {
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
}
.ui-state-error.ui-state-active {
  background-color: #ffeae6;
  border-color: #b21e00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
}
.ui-state-error,
.ui-state-error-text {
  color: #7f1600;
}
.ui-state-danger {
  background-color: #ffd5cc;
  border: 1px solid #e52700;
}
.ui-state-danger.ui-widget-header {
  background-color: #ffd5cc;
  border-width: 1px;
}
.ui-state-danger.ui-widget-header-alt {
  background-color: rgba(255, 213, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-danger.ui-state-default {
  background-color: #ffc0b3;
  -webkit-box-shadow: 0 1px 0 #e52700;
          box-shadow: 0 1px 0 #e52700;
}
.ui-state-danger.ui-state-hover,
.ui-state-danger.ui-state-focus {
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
}
.ui-state-danger.ui-state-active {
  background-color: #ffeae6;
  border-color: #b21e00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
}
.ui-state-danger,
.ui-state-danger-text {
  color: #7f1600;
}
.ui-state-invalid {
  background-color: #ffd5cc;
  border: 1px solid #e52700;
}
.ui-state-invalid.ui-widget-header {
  background-color: #ffd5cc;
  border-width: 1px;
}
.ui-state-invalid.ui-widget-header-alt {
  background-color: rgba(255, 213, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-invalid.ui-state-default {
  background-color: #ffc0b3;
  -webkit-box-shadow: 0 1px 0 #e52700;
          box-shadow: 0 1px 0 #e52700;
}
.ui-state-invalid.ui-state-hover,
.ui-state-invalid.ui-state-focus {
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
}
.ui-state-invalid.ui-state-active {
  background-color: #ffeae6;
  border-color: #b21e00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
}
.ui-state-invalid,
.ui-state-invalid-text {
  color: #7f1600;
}
.ui-state-fail {
  background-color: #ffd5cc;
  border: 1px solid #e52700;
}
.ui-state-fail.ui-widget-header {
  background-color: #ffd5cc;
  border-width: 1px;
}
.ui-state-fail.ui-widget-header-alt {
  background-color: rgba(255, 213, 204, 0);
  border-width: 0 0 2px;
}
.ui-state-fail.ui-state-default {
  background-color: #ffc0b3;
  -webkit-box-shadow: 0 1px 0 #e52700;
          box-shadow: 0 1px 0 #e52700;
}
.ui-state-fail.ui-state-hover,
.ui-state-fail.ui-state-focus {
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #cc2300;
}
.ui-state-fail.ui-state-active {
  background-color: #ffeae6;
  border-color: #b21e00;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #b21e00;
}
.ui-state-fail,
.ui-state-fail-text {
  color: #7f1600;
}
.ui-state-muted {
  background-color: transparent;
  border: 1px solid rgba(191, 191, 191, 0.5);
}
.ui-state-muted.ui-widget-header {
  background-color: #000000;
  border-width: 1px;
}
.ui-state-muted.ui-widget-header-alt {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 2px;
}
.ui-state-muted.ui-state-default {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 0 rgba(191, 191, 191, 0.5);
          box-shadow: 0 1px 0 rgba(191, 191, 191, 0.5);
}
.ui-state-muted.ui-state-hover,
.ui-state-muted.ui-state-focus {
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(179, 179, 179, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(179, 179, 179, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(179, 179, 179, 0.5);
}
.ui-state-muted.ui-state-active {
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(166, 166, 166, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(166, 166, 166, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(166, 166, 166, 0.5);
}
.ui-state-muted,
.ui-state-muted-text {
  color: rgba(34, 34, 34, 0.6);
}
.ui-state-inactive {
  background-color: transparent;
  border: 1px solid rgba(191, 191, 191, 0.5);
}
.ui-state-inactive.ui-widget-header {
  background-color: #000000;
  border-width: 1px;
}
.ui-state-inactive.ui-widget-header-alt {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 2px;
}
.ui-state-inactive.ui-state-default {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 0 rgba(191, 191, 191, 0.5);
          box-shadow: 0 1px 0 rgba(191, 191, 191, 0.5);
}
.ui-state-inactive.ui-state-hover,
.ui-state-inactive.ui-state-focus {
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(179, 179, 179, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(179, 179, 179, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(179, 179, 179, 0.5);
}
.ui-state-inactive.ui-state-active {
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(166, 166, 166, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(166, 166, 166, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(166, 166, 166, 0.5);
}
.ui-state-inactive,
.ui-state-inactive-text {
  color: rgba(34, 34, 34, 0.6);
}
.ui-state-deleted {
  background-color: transparent;
  border: 1px solid rgba(229, 39, 0, 0.5);
}
.ui-state-deleted.ui-widget-header {
  background-color: #000000;
  border-width: 1px;
}
.ui-state-deleted.ui-widget-header-alt {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 2px;
}
.ui-state-deleted.ui-state-default {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 1px 0 rgba(229, 39, 0, 0.5);
          box-shadow: 0 1px 0 rgba(229, 39, 0, 0.5);
}
.ui-state-deleted.ui-state-hover,
.ui-state-deleted.ui-state-focus {
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(204, 35, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(204, 35, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(204, 35, 0, 0.5);
}
.ui-state-deleted.ui-state-active {
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(178, 30, 0, 0.5);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(178, 30, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 rgba(178, 30, 0, 0.5);
}
.ui-state-deleted,
.ui-state-deleted-text {
  color: rgba(127, 22, 0, 0.6);
}
.ui-priority-primary {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.ui-priority-secondary {
  opacity: 0.7;
  font-weight: 400;
  letter-spacing: normal;
}
.ui-button.ui-priority-secondary:not(.ui-state-disabled) {
  opacity: 1;
}
.ui-button.ui-priority-secondary:not(.ui-state-hover):not(.ui-state-focus):not(.ui-state-active),
.ui-button.ui-priority-secondary.ui-state-disabled {
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  text-decoration: underline !important;
}
.ui-state-disabled {
  opacity: 0.35;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.ui-state-disabled.ui-state-default,
.ui-state-disabled.ui-state-hover,
.ui-state-disabled.ui-state-focus,
.ui-state-disabled.ui-state-active {
  cursor: not-allowed !important;
}
/* Selectable
----------------------------------*/
.ui-selectee {
  cursor: default;
}
.ui-selecting {
  background-color: rgba(204, 233, 255, 0.5);
  border: 1px solid #0081e5;
}
.ui-selecting.ui-widget-header {
  background-color: #cce9ff;
  border-width: 1px;
}
.ui-selecting.ui-widget-header-alt {
  background-color: rgba(204, 233, 255, 0);
  border-width: 0 0 2px;
}
.ui-selecting.ui-state-default {
  background-color: rgba(179, 222, 255, 0.5);
  -webkit-box-shadow: 0 1px 0 #0081e5;
          box-shadow: 0 1px 0 #0081e5;
}
.ui-selecting.ui-state-hover,
.ui-selecting.ui-state-focus {
  background-color: rgba(230, 244, 255, 0.5);
  border-color: #0073cc;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0073cc;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0073cc;
}
.ui-selecting.ui-state-active {
  background-color: rgba(230, 244, 255, 0.5);
  border-color: #0064b2;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0064b2;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0064b2;
}
.ui-selecting,
.ui-selecting-text {
  color: #00487f;
}
.ui-selected {
  background-color: #cce9ff;
  border: 1px solid #0081e5;
}
.ui-selected.ui-widget-header {
  background-color: #cce9ff;
  border-width: 1px;
}
.ui-selected.ui-widget-header-alt {
  background-color: rgba(204, 233, 255, 0);
  border-width: 0 0 2px;
}
.ui-selected.ui-state-default {
  background-color: #b3deff;
  -webkit-box-shadow: 0 1px 0 #0081e5;
          box-shadow: 0 1px 0 #0081e5;
}
.ui-selected.ui-state-hover,
.ui-selected.ui-state-focus {
  background-color: #e6f4ff;
  border-color: #0073cc;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0073cc;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0073cc;
}
.ui-selected.ui-state-active {
  background-color: #e6f4ff;
  border-color: #0064b2;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0064b2;
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 1px 0 #0064b2;
}
.ui-selected,
.ui-selected-text {
  color: #00487f;
}
.ui-button-text,
input.ui-button {
  line-height: 1.42857143;
}
.ui-button-text-only .ui-button-text,
input.ui-button {
  padding: 0.25em 0.4em;
}
/* Form fields
----------------------------------*/
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
}
.ui-widget input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]),
.ui-widget select,
.ui-widget textarea {
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: inherit;
  background: #ffffff;
  color: #000000;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-clip: padding-box;
  -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
  -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
  transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
  padding: 0.4em;
}
.ui-widget input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):hover,
.ui-widget select:hover,
.ui-widget textarea:hover {
  border-color: #999999;
  -webkit-box-shadow: inset 0 0 0 0.2em rgba(153, 153, 153, 0.15);
          box-shadow: inset 0 0 0 0.2em rgba(153, 153, 153, 0.15);
  outline: none;
}
.ui-widget input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):focus,
.ui-widget select:focus,
.ui-widget textarea:focus {
  border-color: #e5a400;
  -webkit-box-shadow: inset 0 0 0 0.2em rgba(255, 190, 26, 0.25);
          box-shadow: inset 0 0 0 0.2em rgba(255, 190, 26, 0.25);
  outline: none;
}
.ui-widget input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"])[readonly],
.ui-widget select[readonly],
.ui-widget textarea[readonly] {
  background-color: #f9f9f9;
  border-color: #dfdfdf;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.ui-widget input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]):disabled,
.ui-widget select:disabled,
.ui-widget textarea:disabled {
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.35;
  cursor: not-allowed;
}
.ui-widget input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="radio"]):not([type="checkbox"]):not([type="hidden"]).invalid,
.ui-widget select.invalid,
.ui-widget textarea.invalid {
  color: #7f1600;
  border-color: #e52700;
  -webkit-box-shadow: inset 0 0 0 0.2em rgba(255, 65, 26, 0.25);
          box-shadow: inset 0 0 0 0.2em rgba(255, 65, 26, 0.25);
  outline: none;
}
.ui-widget select {
  cursor: pointer;
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none)) and (background-position: right 0.4em center) {
  .ui-widget select,
  .ui-widget select option {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .ui-widget select:not([size]) {
    background-image: url('fonts/jquery-ui/svg/caret-1-s.svg?202104151145');
    background-size: 1em auto;
    background-position: right 0.4em center;
    background-repeat: no-repeat;
    padding-right: 1.8em;
  }
}
.ui-widget select option {
  outline: none;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .ui-widget input[type="radio"] {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: inherit;
    background: #ffffff;
    color: #000000;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-clip: padding-box;
    -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
    transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
    -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
    transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
    transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1.43em;
    height: 1.43em;
    vertical-align: -0.43em;
    padding: 0;
    margin: 0 0.5em 0 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: auto 0%;
  }
  .ui-widget input[type="radio"]:hover {
    border-color: #999999;
    -webkit-box-shadow: inset 0 0 0 0.2em rgba(153, 153, 153, 0.15);
            box-shadow: inset 0 0 0 0.2em rgba(153, 153, 153, 0.15);
    outline: none;
  }
  .ui-widget input[type="radio"]:focus {
    border-color: #e5a400;
    -webkit-box-shadow: inset 0 0 0 0.2em rgba(255, 190, 26, 0.25);
            box-shadow: inset 0 0 0 0.2em rgba(255, 190, 26, 0.25);
    outline: none;
  }
  .ui-widget input[type="radio"]:disabled {
    background-color: #f2f2f2;
    border-color: #bfbfbf;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0.35;
    cursor: not-allowed;
  }
  .ui-widget input[type="radio"]:checked {
    background-image: url('fonts/jquery-ui/svg/bullet.svg?202104151145');
    background-size: auto 100%;
  }
  .ui-widget input[type="radio"]:checked,
  .ui-widget input[type="radio"]:checked:hover,
  .ui-widget input[type="radio"]:checked:focus {
    border-color: #000000;
  }
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .ui-widget input[type="checkbox"] {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    line-height: inherit;
    background: #ffffff;
    color: #000000;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-clip: padding-box;
    -webkit-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
    transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease;
    -o-transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
    transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease;
    transition: font 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease, flex 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease, -webkit-box-flex 0.2s ease, -ms-flex 0.2s ease;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1.43em;
    height: 1.43em;
    vertical-align: -0.43em;
    padding: 0;
    margin: 0 0.5em 0 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0% auto;
  }
  .ui-widget input[type="checkbox"]:hover {
    border-color: #999999;
    -webkit-box-shadow: inset 0 0 0 0.2em rgba(153, 153, 153, 0.15);
            box-shadow: inset 0 0 0 0.2em rgba(153, 153, 153, 0.15);
    outline: none;
  }
  .ui-widget input[type="checkbox"]:focus {
    border-color: #e5a400;
    -webkit-box-shadow: inset 0 0 0 0.2em rgba(255, 190, 26, 0.25);
            box-shadow: inset 0 0 0 0.2em rgba(255, 190, 26, 0.25);
    outline: none;
  }
  .ui-widget input[type="checkbox"]:disabled {
    background-color: #f2f2f2;
    border-color: #bfbfbf;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0.35;
    cursor: not-allowed;
  }
  .ui-widget input[type="checkbox"]:checked {
    background-image: url('fonts/jquery-ui/svg/check.svg?202104151145');
    background-size: 70% auto;
  }
  .ui-widget input[type="checkbox"]:checked,
  .ui-widget input[type="checkbox"]:checked:hover,
  .ui-widget input[type="checkbox"]:checked:focus {
    border-color: #000000;
  }
}
.ui-tabs {
  padding: 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 0.25em 0.25em 0;
  margin: -1px -1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
  border-bottom-width: 2px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-tabs .ui-tabs-nav:before,
.ui-tabs .ui-tabs-nav:after {
  display: none;
}
.ui-tabs .ui-tabs-nav > li {
  float: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-right: 0.15em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ui-tabs .ui-tabs-nav > li > a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding: 0.4em 0.85em;
}
.ui-tabs .ui-tabs-nav > li.ui-tabs-selected > a {
  cursor: default;
}
.ui-tabs .ui-tabs-nav > li.ui-state-default {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-focus {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 1px rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-active {
  color: #af4d16;
  background-color: #f2f2f2;
  border-color: #999999;
  border-top-width: 3px;
  border-top-color: #c55719;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 2px;
  margin-bottom: -1px;
}
.ui-tabs .ui-tabs-nav > li.ui-state-active > a {
  margin-top: -2px;
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-1.ui-state-default {
  color: #23435c;
  background-color: #dae7f1;
  border-color: #3f79a6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-1.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-tier-1.ui-state-focus {
  color: #23435c;
  background-color: #edf3f8;
  border-color: #386c94;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-1.ui-state-active {
  color: #23435c;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #edf3f8 0%, rgba(237, 243, 248, 0) 100%);
  background-image: -o-linear-gradient(top, #edf3f8 0%, rgba(237, 243, 248, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f8), to(rgba(237, 243, 248, 0)));
  background-image: linear-gradient(to bottom, #edf3f8 0%, rgba(237, 243, 248, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf3f8', endColorstr='#00edf3f8', GradientType=0);
  border-color: #999999;
  border-top-color: #315e81;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-2.ui-state-default {
  color: #7f6300;
  background-color: #fff3cc;
  border-color: #e5b200;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-2.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-tier-2.ui-state-focus {
  color: #7f6300;
  background-color: #fff9e6;
  border-color: #cc9e00;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-2.ui-state-active {
  color: #7f6300;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #fff9e6 0%, rgba(255, 249, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #fff9e6 0%, rgba(255, 249, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff9e6), to(rgba(255, 249, 230, 0)));
  background-image: linear-gradient(to bottom, #fff9e6 0%, rgba(255, 249, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff9e6', endColorstr='#00fff9e6', GradientType=0);
  border-color: #999999;
  border-top-color: #b28a00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-3.ui-state-default {
  color: #7f4a00;
  background-color: #ffe9cc;
  border-color: #e58400;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-3.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-tier-3.ui-state-focus {
  color: #7f4a00;
  background-color: #fff4e6;
  border-color: #cc7600;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-3.ui-state-active {
  color: #7f4a00;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #fff4e6 0%, rgba(255, 244, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #fff4e6 0%, rgba(255, 244, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff4e6), to(rgba(255, 244, 230, 0)));
  background-image: linear-gradient(to bottom, #fff4e6 0%, rgba(255, 244, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff4e6', endColorstr='#00fff4e6', GradientType=0);
  border-color: #999999;
  border-top-color: #b26700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-4.ui-state-default {
  color: #235c23;
  background-color: #daf1da;
  border-color: #3fa63f;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-4.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-tier-4.ui-state-focus {
  color: #235c23;
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-tier-4.ui-state-active {
  color: #235c23;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -o-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf8ed), to(rgba(237, 248, 237, 0)));
  background-image: linear-gradient(to bottom, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf8ed', endColorstr='#00edf8ed', GradientType=0);
  border-color: #999999;
  border-top-color: #318131;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-highlight.ui-state-default {
  color: #7f6300;
  background-color: #fff3cc;
  border-color: #e5b200;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-highlight.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-highlight.ui-state-focus {
  color: #7f6300;
  background-color: #fff9e6;
  border-color: #cc9e00;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-highlight.ui-state-active {
  color: #7f6300;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #fff9e6 0%, rgba(255, 249, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #fff9e6 0%, rgba(255, 249, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff9e6), to(rgba(255, 249, 230, 0)));
  background-image: linear-gradient(to bottom, #fff9e6 0%, rgba(255, 249, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff9e6', endColorstr='#00fff9e6', GradientType=0);
  border-color: #999999;
  border-top-color: #b28a00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-info.ui-state-default {
  color: #23435c;
  background-color: #dae7f1;
  border-color: #3f79a6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-info.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-info.ui-state-focus {
  color: #23435c;
  background-color: #edf3f8;
  border-color: #386c94;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-info.ui-state-active {
  color: #23435c;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #edf3f8 0%, rgba(237, 243, 248, 0) 100%);
  background-image: -o-linear-gradient(top, #edf3f8 0%, rgba(237, 243, 248, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f8), to(rgba(237, 243, 248, 0)));
  background-image: linear-gradient(to bottom, #edf3f8 0%, rgba(237, 243, 248, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf3f8', endColorstr='#00edf3f8', GradientType=0);
  border-color: #999999;
  border-top-color: #315e81;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-success.ui-state-default {
  color: #235c23;
  background-color: #daf1da;
  border-color: #3fa63f;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-success.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-success.ui-state-focus {
  color: #235c23;
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-success.ui-state-active {
  color: #235c23;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -o-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf8ed), to(rgba(237, 248, 237, 0)));
  background-image: linear-gradient(to bottom, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf8ed', endColorstr='#00edf8ed', GradientType=0);
  border-color: #999999;
  border-top-color: #318131;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-new.ui-state-default {
  color: #235c23;
  background-color: #daf1da;
  border-color: #3fa63f;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-new.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-new.ui-state-focus {
  color: #235c23;
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-new.ui-state-active {
  color: #235c23;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -o-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf8ed), to(rgba(237, 248, 237, 0)));
  background-image: linear-gradient(to bottom, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf8ed', endColorstr='#00edf8ed', GradientType=0);
  border-color: #999999;
  border-top-color: #318131;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-valid.ui-state-default {
  color: #235c23;
  background-color: #daf1da;
  border-color: #3fa63f;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-valid.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-valid.ui-state-focus {
  color: #235c23;
  background-color: #edf8ed;
  border-color: #389438;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-valid.ui-state-active {
  color: #235c23;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -o-linear-gradient(top, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf8ed), to(rgba(237, 248, 237, 0)));
  background-image: linear-gradient(to bottom, #edf8ed 0%, rgba(237, 248, 237, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf8ed', endColorstr='#00edf8ed', GradientType=0);
  border-color: #999999;
  border-top-color: #318131;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-warning.ui-state-default {
  color: #7f4a00;
  background-color: #ffe9cc;
  border-color: #e58400;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-warning.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-warning.ui-state-focus {
  color: #7f4a00;
  background-color: #fff4e6;
  border-color: #cc7600;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-warning.ui-state-active {
  color: #7f4a00;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #fff4e6 0%, rgba(255, 244, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #fff4e6 0%, rgba(255, 244, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff4e6), to(rgba(255, 244, 230, 0)));
  background-image: linear-gradient(to bottom, #fff4e6 0%, rgba(255, 244, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff4e6', endColorstr='#00fff4e6', GradientType=0);
  border-color: #999999;
  border-top-color: #b26700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-error.ui-state-default {
  color: #7f1600;
  background-color: #ffd5cc;
  border-color: #e52700;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-error.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-error.ui-state-focus {
  color: #7f1600;
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-error.ui-state-active {
  color: #7f1600;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeae6), to(rgba(255, 234, 230, 0)));
  background-image: linear-gradient(to bottom, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffeae6', endColorstr='#00ffeae6', GradientType=0);
  border-color: #999999;
  border-top-color: #b21e00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-danger.ui-state-default {
  color: #7f1600;
  background-color: #ffd5cc;
  border-color: #e52700;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-danger.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-danger.ui-state-focus {
  color: #7f1600;
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-danger.ui-state-active {
  color: #7f1600;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeae6), to(rgba(255, 234, 230, 0)));
  background-image: linear-gradient(to bottom, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffeae6', endColorstr='#00ffeae6', GradientType=0);
  border-color: #999999;
  border-top-color: #b21e00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-invalid.ui-state-default {
  color: #7f1600;
  background-color: #ffd5cc;
  border-color: #e52700;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-invalid.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-invalid.ui-state-focus {
  color: #7f1600;
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-invalid.ui-state-active {
  color: #7f1600;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeae6), to(rgba(255, 234, 230, 0)));
  background-image: linear-gradient(to bottom, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffeae6', endColorstr='#00ffeae6', GradientType=0);
  border-color: #999999;
  border-top-color: #b21e00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-fail.ui-state-default {
  color: #7f1600;
  background-color: #ffd5cc;
  border-color: #e52700;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-fail.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-fail.ui-state-focus {
  color: #7f1600;
  background-color: #ffeae6;
  border-color: #cc2300;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-fail.ui-state-active {
  color: #7f1600;
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -o-linear-gradient(top, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeae6), to(rgba(255, 234, 230, 0)));
  background-image: linear-gradient(to bottom, #ffeae6 0%, rgba(255, 234, 230, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffeae6', endColorstr='#00ffeae6', GradientType=0);
  border-color: #999999;
  border-top-color: #b21e00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-muted.ui-state-default {
  color: rgba(34, 34, 34, 0.6);
  background-color: transparent;
  border-color: rgba(191, 191, 191, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-muted.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-muted.ui-state-focus {
  color: rgba(34, 34, 34, 0.6);
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(179, 179, 179, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-muted.ui-state-active {
  color: rgba(34, 34, 34, 0.6);
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0)), to(rgba(13, 13, 13, 0)));
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#000d0d0d', GradientType=0);
  border-color: #999999;
  border-top-color: rgba(166, 166, 166, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-inactive.ui-state-default {
  color: rgba(34, 34, 34, 0.6);
  background-color: transparent;
  border-color: rgba(191, 191, 191, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-inactive.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-inactive.ui-state-focus {
  color: rgba(34, 34, 34, 0.6);
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(179, 179, 179, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-inactive.ui-state-active {
  color: rgba(34, 34, 34, 0.6);
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0)), to(rgba(13, 13, 13, 0)));
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#000d0d0d', GradientType=0);
  border-color: #999999;
  border-top-color: rgba(166, 166, 166, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-nav > li.ui-state-deleted.ui-state-default {
  color: rgba(127, 22, 0, 0.6);
  background-color: transparent;
  border-color: rgba(229, 39, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-deleted.ui-state-hover,
.ui-tabs .ui-tabs-nav > li.ui-state-deleted.ui-state-focus {
  color: rgba(127, 22, 0, 0.6);
  background-color: rgba(13, 13, 13, 0);
  border-color: rgba(204, 35, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-tabs .ui-tabs-nav > li.ui-state-deleted.ui-state-active {
  color: rgba(127, 22, 0, 0.6);
  background-color: #f2f2f2;
  background-image: -webkit-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 13, 13, 0)), to(rgba(13, 13, 13, 0)));
  background-image: linear-gradient(to bottom, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000d0d0d', endColorstr='#000d0d0d', GradientType=0);
  border-color: #999999;
  border-top-color: rgba(178, 30, 0, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ui-tabs .ui-tabs-panel {
  padding: 0.85em 1.1em;
}
.ui-tabs-panel .ui-tabs,
.ui-dialog .ui-tabs {
  border: none;
  background: none;
}
.ui-tabs-panel .ui-tabs > .ui-tabs-nav,
.ui-dialog .ui-tabs > .ui-tabs-nav {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  border-width: 0 0 2px;
}
.ui-tabs-panel .ui-tabs > .ui-tabs-panel,
.ui-dialog .ui-tabs > .ui-tabs-panel {
  padding: 0.85em 0 0;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl,
.ui-corner-top,
.ui-corner-left,
.ui-corner-all {
  border-top-left-radius: 2px;
}
.ui-corner-tr,
.ui-corner-top,
.ui-corner-right,
.ui-corner-all {
  border-top-right-radius: 2px;
}
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-all {
  border-bottom-left-radius: 2px;
}
.ui-corner-br,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-all {
  border-bottom-right-radius: 2px;
}
/*# sourceMappingURL=jquery-ui.css.map */