/*
 * jQuery UI CSS Framework 1.8.16
 *
 * 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
 */


/* Component containers
----------------------------------*/


.UITheme .ui-widget {
    font-family: Be Vietnam Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5rem;
}


.UITheme .ui-widget .ui-widget {
    font-size: 1rem;
    line-height: 1.5rem;
}


.UITheme .ui-widget input,
.UITheme .ui-widget select,
.UITheme .ui-widget textarea,
.UITheme .ui-widget button {
    font-family: Be Vietnam Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5rem;
}


.UITheme .ui-widget-content {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}


.UITheme .ui-widget-content a {
    color: #eeeeee;
}


.UITheme .ui-widget-header {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}


.UITheme .ui-widget-header a {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}


/* Interaction states
----------------------------------*/


.UITheme .ui-state-default,
.UITheme .ui-widget-content .ui-state-default,
.UITheme .ui-widget-header .ui-state-default {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}


.UITheme .ui-state-default a,
.UITheme .ui-state-default a:link,
.UITheme .ui-state-default a:visited {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));

    text-decoration: none;
}


.UITheme .ui-state-hover,
.UITheme .ui-widget-content .ui-state-hover,
.UITheme .ui-widget-header .ui-state-hover,
.UITheme .ui-state-focus,
.UITheme .ui-widget-content .ui-state-focus,
.UITheme .ui-widget-header .ui-state-focus {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}


.UITheme .ui-state-hover a,
.UITheme .ui-state-hover a:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));

    text-decoration: none;
}


.UITheme .ui-state-active,
.UITheme .ui-widget-content .ui-state-active,
.UITheme .ui-widget-header .ui-state-active {
    --tw-border-opacity: 1;
    border-color: rgba(var(--primary-600), var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--primary-400), var(--tw-bg-opacity));
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(var(--primary-900), var(--tw-text-opacity));
}


.UITheme .ui-state-active a,
.UITheme .ui-state-active a:link,
.UITheme .ui-state-active a:visited {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));

    text-decoration: none;
}


.UITheme .ui-widget :active { outline: none; }


/* Interaction Cues
----------------------------------*/


.UITheme .ui-state-highlight,
.UITheme .ui-widget-content .ui-state-highlight,
.UITheme .ui-widget-header .ui-state-highlight {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(var(--primary-700), var(--tw-text-opacity));
}


.UITheme .ui-state-highlight a,
.UITheme .ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    --tw-text-opacity: 1;
    color: rgba(var(--primary-700), var(--tw-text-opacity));
}


.UITheme .ui-state-error, .UITheme .ui-widget-content .ui-state-error, .UITheme .ui-widget-header .ui-state-error {border: 1px solid #404248; background: #404248 url(../../_global/ui-bg_flat_40_404248_40x100.png) 50% 50% repeat-x; color: #fc7575; }


.UITheme .ui-state-error a, .UITheme .ui-widget-content .ui-state-error a, .UITheme .ui-widget-header .ui-state-error a { color: #fc7575; }


.UITheme .ui-state-error-text, .UITheme .ui-widget-content .ui-state-error-text, .UITheme .ui-widget-header .ui-state-error-text { color: #fc7575; }


.UITheme .ui-priority-primary, .UITheme .ui-widget-content .ui-priority-primary, .UITheme .ui-widget-header .ui-priority-primary { font-weight: bold; }


.UITheme .ui-priority-secondary, .UITheme .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }


.UITheme .ui-state-disabled, .UITheme .ui-widget-content .ui-state-disabled, .UITheme .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Icons
----------------------------------*/


/* states and images */


.UITheme .ui-icon {
    height: 1rem;
    width: 1rem;

    background-image: url(../../_global/ui-icons_eeeeee_256x240.png);
}


.UITheme .ui-widget-content .ui-icon { background-image: url(../../_global/ui-icons_eeeeee_256x240.png); }


.UITheme .ui-widget-header .ui-icon { background-image: url(../../_global/ui-icons_ffffff_256x240.png); }


.UITheme .ui-state-default .ui-icon { background-image: url(../../_global/ui-icons_bbbbbb_256x240.png); }


.UITheme .ui-state-hover .ui-icon, .UITheme .ui-state-focus .ui-icon { background-image: url(../../_global/ui-icons_cccccc_256x240.png); }


.UITheme .ui-state-active .ui-icon { background-image: url(../../_global/ui-icons_ffffff_256x240.png); }


.UITheme .ui-state-highlight .ui-icon { background-image: url(../../_global/ui-icons_4d93dd_256x240.png); }


.UITheme .ui-state-error .ui-icon, .UITheme .ui-state-error-text .ui-icon {background-image:  url(../../_global/ui-icons_fc7575_256x240.png); }


/* positioning */


.UITheme .ui-icon-carat-1-n { background-position: 0 0; }


.UITheme .ui-icon-carat-1-ne { background-position: -16px 0; }


.UITheme .ui-icon-carat-1-e { background-position: -32px 0; }


.UITheme .ui-icon-carat-1-se { background-position: -48px 0; }


.UITheme .ui-icon-carat-1-s { background-position: -64px 0; }


.UITheme .ui-icon-carat-1-sw { background-position: -80px 0; }


.UITheme .ui-icon-carat-1-w { background-position: -96px 0; }


.UITheme .ui-icon-carat-1-nw { background-position: -112px 0; }


.UITheme .ui-icon-carat-2-n-s { background-position: -128px 0; }


.UITheme .ui-icon-carat-2-e-w { background-position: -144px 0; }


.UITheme .ui-icon-triangle-1-n { background-position: 0 -16px; }


.UITheme .ui-icon-triangle-1-ne { background-position: -16px -16px; }


.UITheme .ui-icon-triangle-1-e { background-position: -32px -16px; }


.UITheme .ui-icon-triangle-1-se { background-position: -48px -16px; }


.UITheme .ui-icon-triangle-1-s { background-position: -64px -16px; }


.UITheme .ui-icon-triangle-1-sw { background-position: -80px -16px; }


.UITheme .ui-icon-triangle-1-w { background-position: -96px -16px; }


.UITheme .ui-icon-triangle-1-nw { background-position: -112px -16px; }


.UITheme .ui-icon-triangle-2-n-s { background-position: -128px -16px; }


.UITheme .ui-icon-triangle-2-e-w { background-position: -144px -16px; }


.UITheme .ui-icon-arrow-1-n { background-position: 0 -32px; }


.UITheme .ui-icon-arrow-1-ne { background-position: -16px -32px; }


.UITheme .ui-icon-arrow-1-e { background-position: -32px -32px; }


.UITheme .ui-icon-arrow-1-se { background-position: -48px -32px; }


.UITheme .ui-icon-arrow-1-s { background-position: -64px -32px; }


.UITheme .ui-icon-arrow-1-sw { background-position: -80px -32px; }


.UITheme .ui-icon-arrow-1-w { background-position: -96px -32px; }


.UITheme .ui-icon-arrow-1-nw { background-position: -112px -32px; }


.UITheme .ui-icon-arrow-2-n-s { background-position: -128px -32px; }


.UITheme .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }


.UITheme .ui-icon-arrow-2-e-w { background-position: -160px -32px; }


.UITheme .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }


.UITheme .ui-icon-arrowstop-1-n { background-position: -192px -32px; }


.UITheme .ui-icon-arrowstop-1-e { background-position: -208px -32px; }


.UITheme .ui-icon-arrowstop-1-s { background-position: -224px -32px; }


.UITheme .ui-icon-arrowstop-1-w { background-position: -240px -32px; }


.UITheme .ui-icon-arrowthick-1-n { background-position: 0 -48px; }


.UITheme .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }


.UITheme .ui-icon-arrowthick-1-e { background-position: -32px -48px; }


.UITheme .ui-icon-arrowthick-1-se { background-position: -48px -48px; }


.UITheme .ui-icon-arrowthick-1-s { background-position: -64px -48px; }


.UITheme .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }


.UITheme .ui-icon-arrowthick-1-w { background-position: -96px -48px; }


.UITheme .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }


.UITheme .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }


.UITheme .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }


.UITheme .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }


.UITheme .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }


.UITheme .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }


.UITheme .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }


.UITheme .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }


.UITheme .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }


.UITheme .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }


.UITheme .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }


.UITheme .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }


.UITheme .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }


.UITheme .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }


.UITheme .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }


.UITheme .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }


.UITheme .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }


.UITheme .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }


.UITheme .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }


.UITheme .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }


.UITheme .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }


.UITheme .ui-icon-arrow-4 { background-position: 0 -80px; }


.UITheme .ui-icon-arrow-4-diag { background-position: -16px -80px; }


.UITheme .ui-icon-extlink { background-position: -32px -80px; }


.UITheme .ui-icon-newwin { background-position: -48px -80px; }


.UITheme .ui-icon-refresh { background-position: -64px -80px; }


.UITheme .ui-icon-shuffle { background-position: -80px -80px; }


.UITheme .ui-icon-transfer-e-w { background-position: -96px -80px; }


.UITheme .ui-icon-transferthick-e-w { background-position: -112px -80px; }


.UITheme .ui-icon-folder-collapsed { background-position: 0 -96px; }


.UITheme .ui-icon-folder-open { background-position: -16px -96px; }


.UITheme .ui-icon-document { background-position: -32px -96px; }


.UITheme .ui-icon-document-b { background-position: -48px -96px; }


.UITheme .ui-icon-note { background-position: -64px -96px; }


.UITheme .ui-icon-mail-closed { background-position: -80px -96px; }


.UITheme .ui-icon-mail-open { background-position: -96px -96px; }


.UITheme .ui-icon-suitcase { background-position: -112px -96px; }


.UITheme .ui-icon-comment { background-position: -128px -96px; }


.UITheme .ui-icon-person { background-position: -144px -96px; }


.UITheme .ui-icon-print { background-position: -160px -96px; }


.UITheme .ui-icon-trash { background-position: -176px -96px; }


.UITheme .ui-icon-locked { background-position: -192px -96px; }


.UITheme .ui-icon-unlocked { background-position: -208px -96px; }


.UITheme .ui-icon-bookmark { background-position: -224px -96px; }


.UITheme .ui-icon-tag { background-position: -240px -96px; }


.UITheme .ui-icon-home { background-position: 0 -112px; }


.UITheme .ui-icon-flag { background-position: -16px -112px; }


.UITheme .ui-icon-calendar { background-position: -32px -112px; }


.UITheme .ui-icon-cart { background-position: -48px -112px; }


.UITheme .ui-icon-pencil { background-position: -64px -112px; }


.UITheme .ui-icon-clock { background-position: -80px -112px; }


.UITheme .ui-icon-disk { background-position: -96px -112px; }


.UITheme .ui-icon-calculator { background-position: -112px -112px; }


.UITheme .ui-icon-zoomin { background-position: -128px -112px; }


.UITheme .ui-icon-zoomout { background-position: -144px -112px; }


.UITheme .ui-icon-search { background-position: -160px -112px; }


.UITheme .ui-icon-wrench { background-position: -176px -112px; }


.UITheme .ui-icon-gear { background-position: -192px -112px; }


.UITheme .ui-icon-heart { background-position: -208px -112px; }


.UITheme .ui-icon-star { background-position: -224px -112px; }


.UITheme .ui-icon-link { background-position: -240px -112px; }


.UITheme .ui-icon-cancel { background-position: 0 -128px; }


.UITheme .ui-icon-plus { background-position: -16px -128px; }


.UITheme .ui-icon-plusthick { background-position: -32px -128px; }


.UITheme .ui-icon-minus { background-position: -48px -128px; }


.UITheme .ui-icon-minusthick { background-position: -64px -128px; }


.UITheme .ui-icon-close { background-position: -80px -128px; }


.UITheme .ui-icon-closethick { background-position: -96px -128px; }


.UITheme .ui-icon-key { background-position: -112px -128px; }


.UITheme .ui-icon-lightbulb { background-position: -128px -128px; }


.UITheme .ui-icon-scissors { background-position: -144px -128px; }


.UITheme .ui-icon-clipboard { background-position: -160px -128px; }


.UITheme .ui-icon-copy { background-position: -176px -128px; }


.UITheme .ui-icon-contact { background-position: -192px -128px; }


.UITheme .ui-icon-image { background-position: -208px -128px; }


.UITheme .ui-icon-video { background-position: -224px -128px; }


.UITheme .ui-icon-script { background-position: -240px -128px; }


.UITheme .ui-icon-alert { background-position: 0 -144px; }


.UITheme .ui-icon-info { background-position: -16px -144px; }


.UITheme .ui-icon-notice { background-position: -32px -144px; }


.UITheme .ui-icon-help { background-position: -48px -144px; }


.UITheme .ui-icon-check { background-position: -64px -144px; }


.UITheme .ui-icon-bullet { background-position: -80px -144px; }


.UITheme .ui-icon-radio-off { background-position: -96px -144px; }


.UITheme .ui-icon-radio-on { background-position: -112px -144px; }


.UITheme .ui-icon-pin-w { background-position: -128px -144px; }


.UITheme .ui-icon-pin-s { background-position: -144px -144px; }


.UITheme .ui-icon-play { background-position: 0 -160px; }


.UITheme .ui-icon-pause { background-position: -16px -160px; }


.UITheme .ui-icon-seek-next { background-position: -32px -160px; }


.UITheme .ui-icon-seek-prev { background-position: -48px -160px; }


.UITheme .ui-icon-seek-end { background-position: -64px -160px; }


.UITheme .ui-icon-seek-start { background-position: -80px -160px; }


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */


.UITheme .ui-icon-seek-first { background-position: -80px -160px; }


.UITheme .ui-icon-stop { background-position: -96px -160px; }


.UITheme .ui-icon-eject { background-position: -112px -160px; }


.UITheme .ui-icon-volume-off { background-position: -128px -160px; }


.UITheme .ui-icon-volume-on { background-position: -144px -160px; }


.UITheme .ui-icon-power { background-position: 0 -176px; }


.UITheme .ui-icon-signal-diag { background-position: -16px -176px; }


.UITheme .ui-icon-signal { background-position: -32px -176px; }


.UITheme .ui-icon-battery-0 { background-position: -48px -176px; }


.UITheme .ui-icon-battery-1 { background-position: -64px -176px; }


.UITheme .ui-icon-battery-2 { background-position: -80px -176px; }


.UITheme .ui-icon-battery-3 { background-position: -96px -176px; }


.UITheme .ui-icon-circle-plus { background-position: 0 -192px; }


.UITheme .ui-icon-circle-minus { background-position: -16px -192px; }


.UITheme .ui-icon-circle-close { background-position: -32px -192px; }


.UITheme .ui-icon-circle-triangle-e { background-position: -48px -192px; }


.UITheme .ui-icon-circle-triangle-s { background-position: -64px -192px; }


.UITheme .ui-icon-circle-triangle-w { background-position: -80px -192px; }


.UITheme .ui-icon-circle-triangle-n { background-position: -96px -192px; }


.UITheme .ui-icon-circle-arrow-e { background-position: -112px -192px; }


.UITheme .ui-icon-circle-arrow-s { background-position: -128px -192px; }


.UITheme .ui-icon-circle-arrow-w { background-position: -144px -192px; }


.UITheme .ui-icon-circle-arrow-n { background-position: -160px -192px; }


.UITheme .ui-icon-circle-zoomin { background-position: -176px -192px; }


.UITheme .ui-icon-circle-zoomout { background-position: -192px -192px; }


.UITheme .ui-icon-circle-check { background-position: -208px -192px; }


.UITheme .ui-icon-circlesmall-plus { background-position: 0 -208px; }


.UITheme .ui-icon-circlesmall-minus { background-position: -16px -208px; }


.UITheme .ui-icon-circlesmall-close { background-position: -32px -208px; }


.UITheme .ui-icon-squaresmall-plus { background-position: -48px -208px; }


.UITheme .ui-icon-squaresmall-minus { background-position: -64px -208px; }


.UITheme .ui-icon-squaresmall-close { background-position: -80px -208px; }


.UITheme .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }


.UITheme .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }


.UITheme .ui-icon-grip-solid-vertical { background-position: -32px -224px; }


.UITheme .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }


.UITheme .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }


.UITheme .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/


/* Corner radius */


.UITheme .ui-corner-all,
.UITheme .ui-corner-top,
.UITheme .ui-corner-left,
.UITheme .ui-corner-tl {
    border-top-left-radius: 0.375rem;
}


.UITheme .ui-corner-all,
.UITheme .ui-corner-top,
.UITheme .ui-corner-right,
.UITheme .ui-corner-tr {
    border-top-right-radius: 0.375rem;
}


.UITheme .ui-corner-all,
.UITheme .ui-corner-bottom,
.UITheme .ui-corner-left,
.UITheme .ui-corner-bl {
    border-bottom-left-radius: 0.375rem;
}


.UITheme .ui-corner-all,
.UITheme .ui-corner-bottom,
.UITheme .ui-corner-right,
.UITheme .ui-corner-br {
    border-bottom-right-radius: 0.375rem;
}


/* Overlays */


.UITheme .ui-widget-overlay { background: #5c5c5c url(../../_global/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }


.UITheme .ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(../../_global/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); border-radius: 8px; }


/* Overrides
----------------------------------*/


.UITheme .ui-slider .ui-widget-header,
.UITheme .ui-accordion .ui-accordion-header,
.UITheme .ui-sortable li {
    border-radius: 0.375rem;
}


.UITheme .ui-accordion .ui-accordion-header {
    margin-bottom: 0.5rem;
}


.UITheme .ui-accordion .ui-accordion-header.ui-state-active {
	border: 1px solid #25282a;
	background: #4d93dd;
}


.UITheme .ui-slider.ui-widget-content,
.UITheme .ui-accordion .ui-widget-content,
.UITheme .ui-state-highlight,
.UITheme .ui-state-error {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}


.UITheme .ui-sortable li {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}