/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *
 * Load order is explicit to ensure CSS custom properties are available before use,
 * and new styles override legacy ones.
 *











*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Colori delle righe della tabella in base al tipo di utente e allo stato della richiesta */
/* line 17, app/assets/stylesheets/02_default.css.scss */
body {
  background-color: #ffffff;
  color: #000000;
  margin: 0px;
}

/* line 22, app/assets/stylesheets/02_default.css.scss */
body, p, ol, ul, td, th {
  font-family: Verdana, sans-serif;
  font-size: 12.5px;
  line-height: 18px;
}

/* line 28, app/assets/stylesheets/02_default.css.scss */
i {
  font-style: italic;
}

/* line 30, app/assets/stylesheets/02_default.css.scss */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

/* line 36, app/assets/stylesheets/02_default.css.scss */
.fieldWithErrors {
  font-weight: bold;
  color: red;
  display: inline;
}

/* line 41, app/assets/stylesheets/02_default.css.scss */
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  background-color: red;
  color: #fff;
}

/* line 45, app/assets/stylesheets/02_default.css.scss */
div.redbox {
  border: 2px solid red;
  padding: 10px;
  background-color: #ff9999;
  color: #990000;
  margin-bottom: 10px;
  display: block;
}

/* line 54, app/assets/stylesheets/02_default.css.scss */
#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
}

/* line 64, app/assets/stylesheets/02_default.css.scss */
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

/* line 74, app/assets/stylesheets/02_default.css.scss */
#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

/* line 80, app/assets/stylesheets/02_default.css.scss */
#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/* line 85, app/assets/stylesheets/02_default.css.scss */
div.menu {
  margin: 0px;
  border: 0px;
  background: url(/assets/glass-4c47ecc3bf5ab630b18105e643177026eaf1f270aabdb2087f290d3825a792d4.gif);
  background-repeat: repeat-x;
  background-position: center;
  height: 30px;
  padding: 0px;
  padding-left: 30px;
  color: #fff;
  overflow: hidden;
}

/* line 101, app/assets/stylesheets/02_default.css.scss */
div.menu a {
  color: #cccccc;
  font-size: 1.2em;
  margin-left: 10px;
  padding: 1px 10px 1px 10px;
  border: 1px solid;
  border-color: transparent;
}

/* line 110, app/assets/stylesheets/02_default.css.scss */
div.menu a.menu-item-selected, div.menu a:hover.menu-item {
  color: #ffffff;
  background-color: #0c0c0c;
  background-image: url(/assets/glass_selected-903ed2f94f5c2a51de37e295c2e83c76c05d31a454473a7b4d6e8b1ffd313797.gif);
  background-position: center;
  border: 1px solid #ffffff;
  text-decoration: none;
}

/* line 119, app/assets/stylesheets/02_default.css.scss */
div.contenuto {
  padding: 10px;
}

/* line 123, app/assets/stylesheets/02_default.css.scss */
div.sinistra {
  float: left;
}

/* line 126, app/assets/stylesheets/02_default.css.scss */
div.destra {
  float: right;
}

/* line 129, app/assets/stylesheets/02_default.css.scss */
div.separatore {
  clear: both;
  margin: 0px;
  padding: 0px;
}

/* line 134, app/assets/stylesheets/02_default.css.scss */
.middle {
  vertical-align: middle;
}

/* line 139, app/assets/stylesheets/02_default.css.scss */
h1, h2, h3, h4 {
  margin: 2px;
  color: #005596;
  padding: 2px;
}

/* line 145, app/assets/stylesheets/02_default.css.scss */
h1 {
  font-size: 22px;
}

/* line 146, app/assets/stylesheets/02_default.css.scss */
h2 {
  font-size: 18px;
}

/* line 147, app/assets/stylesheets/02_default.css.scss */
h3 {
  font-size: 16px;
}

/* line 149, app/assets/stylesheets/02_default.css.scss */
a {
  color: #005596;
}

/* line 153, app/assets/stylesheets/02_default.css.scss */
input[type=text], input[type=password], textarea, select {
  border: 1px solid black;
  font-family: "Andale Mono", "Monotype.com", "Lucida Console", monospace;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #d7eef4;
  /*#ffff99;*/
}

/* line 161, app/assets/stylesheets/02_default.css.scss */
.monospace {
  font-family: "Andale Mono", "Monotype.com", "Lucida Console", monospace;
  font-size: 1.2em;
}

/* line 166, app/assets/stylesheets/02_default.css.scss */
.as-input-articolo {
  /*border: 1px solid black;*/
  font-family: "Andale Mono", "Monotype.com", "Lucida Console", monospace;
  font-size: 1.2em;
  font-weight: normal;
  /*background-color: #ffff99;*/
}

/* line 174, app/assets/stylesheets/02_default.css.scss */
tr.articolo td input, tr.articolo td select {
  font-weight: normal;
  width: 98%;
}

/* line 179, app/assets/stylesheets/02_default.css.scss */
.grande {
  font-size: 1.3em;
}

/* line 182, app/assets/stylesheets/02_default.css.scss */
input:disabled, textarea:disabled, select:disabled {
  background-color: #f0f0f0;
  color: #cccccc;
}

/*
input.bottone {
        font-family: Verdana, sans-serif;
	background-color: #f0f0f0;
	padding-left: 5px;
	padding-right: 5px;
}
input.bottone_evidenziato {
        font-family: Verdana, sans-serif;
	background-color: #ffff00;
	padding-left: 5px;
	padding-right: 5px;
}
*/
/*
a.bottone {
	background-color: #f0f0f0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid black;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
*/
/* line 213, app/assets/stylesheets/02_default.css.scss */
form.button_to {
  display: inline-block;
}

/* line 217, app/assets/stylesheets/02_default.css.scss */
div.banda {
  margin: 10px 0px 10px 0px;
}

/* line 221, app/assets/stylesheets/02_default.css.scss */
.right {
  text-align: right;
}

/* line 222, app/assets/stylesheets/02_default.css.scss */
.left {
  text-align: left;
}

/* line 223, app/assets/stylesheets/02_default.css.scss */
.center {
  text-align: center;
}

/* line 224, app/assets/stylesheets/02_default.css.scss */
.justify {
  text-align: justify;
}

/* line 226, app/assets/stylesheets/02_default.css.scss */
table.tabella {
  border: 1px solid silver;
  border-collapse: collapse;
}

/* line 230, app/assets/stylesheets/02_default.css.scss */
table.tabella td, table.tabella th {
  border: 1px solid silver;
  padding: 2px;
  vertical-align: top;
}

/* line 235, app/assets/stylesheets/02_default.css.scss */
table.tabella td {
  font-weight: bold;
}

/* line 238, app/assets/stylesheets/02_default.css.scss */
table.tabella th {
  font-weight: normal;
  padding: 0px 4px 0px 4px;
}

/* line 243, app/assets/stylesheets/02_default.css.scss */
.nobordertop {
  border-top: 0px solid #fff;
}

/* line 247, app/assets/stylesheets/02_default.css.scss */
form {
  display: inline;
}

/* line 249, app/assets/stylesheets/02_default.css.scss */
div.titolo {
  background-color: Silver;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  padding: 2px;
  white-space: nowrap;
}

/* line 259, app/assets/stylesheets/02_default.css.scss */
div.titolo_righe {
  background-color: MediumSeaGreen;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  padding: 2px;
  white-space: nowrap;
}

/* line 269, app/assets/stylesheets/02_default.css.scss */
div.titolo_evidenziato {
  background-color: Grey;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  padding: 2px;
  white-space: nowrap;
}

/* line 280, app/assets/stylesheets/02_default.css.scss */
.nobr {
  white-space: nowrap;
}

/* line 284, app/assets/stylesheets/02_default.css.scss */
div.valore {
  padding: 4px;
}

/* line 288, app/assets/stylesheets/02_default.css.scss */
div.flash-notice {
  color: #217821;
  border: 2px solid #217821;
  background-color: #afe9af;
  padding: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 298, app/assets/stylesheets/02_default.css.scss */
div.flash-error {
  border: 2px solid red;
  padding: 10px;
  background-color: #ff9999;
  color: #990000;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*
 da popup.js
*/
/* line 312, app/assets/stylesheets/02_default.css.scss */
div.popup {
  border: 2px solid #005596;
  background-color: #fafafa;
}

/* line 317, app/assets/stylesheets/02_default.css.scss */
tr.pari td {
  background-color: #ccffff;
}

/* line 318, app/assets/stylesheets/02_default.css.scss */
tr.dispari td {
  background-color: #ffffff;
}

/* line 319, app/assets/stylesheets/02_default.css.scss */
tr.pari-selected td, tr.dispari-selected td {
  background-color: #ffff66;
}

/* line 321, app/assets/stylesheets/02_default.css.scss */
img.icon {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

/* line 327, app/assets/stylesheets/02_default.css.scss */
.popup iframe {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  top: 0;
  /*must have*/
  left: 0;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  width: 100%;
  /*must have for any big value*/
  height: 100%;
  /*must have for any big value*/
}

/* line 340, app/assets/stylesheets/02_default.css.scss */
#richiesta_data_consegna_richiesta_calendar {
  vertical-align: text-bottom;
}

/* line 344, app/assets/stylesheets/02_default.css.scss */
.macbutton {
  background: url(/assets/macbutton-9e52c64332e95a3f4e090297ad2c7633490958e7b67a402796d0d3e4f69539fe.png);
  background-position-y: center;
  /*height:40px;*/
  padding: 5px;
  border: 1px solid #336699;
  text-decoration: none;
}

/* line 353, app/assets/stylesheets/02_default.css.scss */
.formError {
  display: inline;
  font-weight: bold;
  color: red;
}

/* line 363, app/assets/stylesheets/02_default.css.scss */
tr.utente-nuova td {
  color: #000000;
}

/* line 364, app/assets/stylesheets/02_default.css.scss */
tr.utente-da_validare td {
  color: #000000;
}

/* line 365, app/assets/stylesheets/02_default.css.scss */
tr.utente-da_autorizzare td {
  color: #000000;
}

/* line 366, app/assets/stylesheets/02_default.css.scss */
tr.utente-autorizzata td {
  color: #000000;
}

/* line 367, app/assets/stylesheets/02_default.css.scss */
tr.utente-in_ritiro td {
  color: #000000;
}

/* line 368, app/assets/stylesheets/02_default.css.scss */
tr.utente-rientrato td {
  color: #000000;
}

/* line 369, app/assets/stylesheets/02_default.css.scss */
tr.utente-ricevuto td {
  color: #000000;
}

/* line 370, app/assets/stylesheets/02_default.css.scss */
tr.utente-validazione_negata td {
  color: #000000;
}

/* line 371, app/assets/stylesheets/02_default.css.scss */
tr.utente-autorizzazione_negata td {
  color: #000000;
}

/* line 372, app/assets/stylesheets/02_default.css.scss */
tr.utente-reso_annullato td {
  color: #000000;
}

/* line 375, app/assets/stylesheets/02_default.css.scss */
.text-box {
  padding: 4px;
  border: 1px solid black;
  background-color: #d7eef4;
}

/* line 380, app/assets/stylesheets/02_default.css.scss */
.text-box textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
}

/* line 387, app/assets/stylesheets/02_default.css.scss */
.header .contenuto {
  padding: 0px;
}

/* line 391, app/assets/stylesheets/02_default.css.scss */
.header .contenuto .sinistra {
  background: transparent url(/assets/RMA_1_small-40ad9487318b6423ffc2eb5ff95cc56dba59555b817cb6799be5d49a25f35b73.png) left no-repeat;
  width: 50%;
  height: 100%;
  padding: 10px;
  margin-left: 20px;
}

/* line 398, app/assets/stylesheets/02_default.css.scss */
.header .contenuto .destra {
  padding: 10px;
}

/* Lista documenti */
/* line 403, app/assets/stylesheets/02_default.css.scss */
table.documenti {
  border: 0px;
}

/* line 405, app/assets/stylesheets/02_default.css.scss */
table.documenti td {
  border: 0px;
}

/*
#richiesta_data_prevista_ritiro_datepickerdummy, #richiesta_data_prevista_ritiro {
    color: $rosso;
}
*/
/* line 414, app/assets/stylesheets/02_default.css.scss */
tr.articolo td input[readonly=readonly] {
  border: 0px;
  background-color: transparent;
  font-weight: bold;
}

/* line 420, app/assets/stylesheets/02_default.css.scss */
div#footer {
  margin-top: 5px;
  padding: 10px;
  text-align: center;
  width: auto;
  border-top: 1px solid #1F4864;
  font-size: 0.9em;
}

/* line 429, app/assets/stylesheets/02_default.css.scss */
div.otnotice-content {
  display: none !important;
}

@media print {
  /* line 434, app/assets/stylesheets/02_default.css.scss */
  button#ot-sdk-btn {
    display: none !important;
  }
}

/* line 440, app/assets/stylesheets/02_default.css.scss */
.row {
  display: flex;
  align-items: center;
  /* allineamento verticale */
}

/* line 445, app/assets/stylesheets/02_default.css.scss */
.left {
  margin-right: auto;
}

/* line 449, app/assets/stylesheets/02_default.css.scss */
.right {
  margin-left: auto;
}
div.auto_complete {
  height: 100px;
  width: 350px;
  background: #fff;
  overflow:scroll;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected {
  background-color: #ffb;
  cursor:pointer;
}
div.auto_complete ul strong.highlight {
  color: #800;
  margin:0;
  padding:0;
}
/* line 8, app/assets/stylesheets/04_variables.css.scss */
:root {
  --baxi-primary: #4F6B8F;
  --baxi-primary-dark: #3D5474;
  --baxi-primary-light: #6B85A8;
  --baxi-primary-subtle: #EDF1F5;
  --baxi-accent: #0891B2;
  --baxi-accent-dark: #0E7490;
  --baxi-accent-light: #22D3EE;
  --color-bg: #FFFFFF;
  --color-bg-subtle: #F8FAFC;
  --color-text: #334155;
  --gray-50:  #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-300: #CBD5E1;
  --gray-400: #94A3B8;
  --gray-500: #64748B;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1E293B;
  --gray-900: #0F172A;
  --color-success: #059669;
  --color-success-light: #ECFDF5;
  --color-success-border: #A7F3D0;
  --color-error: #DC2626;
  --color-error-light: #FEF2F2;
  --color-error-border: #FECACA;
  --color-error-bg: #FEF2F2;
  --color-warning: #D97706;
  --color-warning-light: #FFFBEB;
  --color-warning-border: #FDE68A;
  --color-warning-bg: #FFFBEB;
  --color-warning-text: #B45309;
  --color-info: #0284C7;
  --color-info-light: #F0F9FF;
  --color-info-border: #BAE6FD;
  --row-nuova: #64748B;
  --row-nuova-bg: #F1F5F9;
  --row-nuova-text: #475569;
  --row-da-validare: #2563EB;
  --row-da-validare-bg: #EFF6FF;
  --row-da-validare-text: #1D4ED8;
  --row-da-autorizzare: #7C3AED;
  --row-da-autorizzare-bg: #F5F3FF;
  --row-da-autorizzare-text: #6D28D9;
  --row-autorizzata: #4F46E5;
  --row-autorizzata-bg: #EEF2FF;
  --row-autorizzata-text: #4338CA;
  --row-in-ritiro: #EA580C;
  --row-in-ritiro-bg: #FFF7ED;
  --row-in-ritiro-text: #C2410C;
  --row-rientrato: #0891B2;
  --row-rientrato-bg: #ECFEFF;
  --row-rientrato-text: #0E7490;
  --row-ricevuto: #059669;
  --row-ricevuto-bg: #F0FDF4;
  --row-ricevuto-text: #166534;
  --row-validazione-negata: #DC2626;
  --row-validazione-negata-bg: #FEF2F2;
  --row-validazione-negata-text: #B91C1C;
  --row-autorizzazione-negata: #EF4444;
  --row-autorizzazione-negata-bg: #FEF2F2;
  --row-autorizzazione-negata-text: #B91C1C;
  --row-reso-annullato: #F87171;
  --row-reso-annullato-bg: #FEF2F2;
  --row-reso-annullato-text: #DC2626;
  --row-controllo-qualita: #D97706;
  --row-controllo-qualita-bg: #FFFBEB;
  --row-controllo-qualita-text: #B45309;
  --row-attesa-info: #0284C7;
  --row-attesa-info-bg: #F0F9FF;
  --row-attesa-info-text: #0369A1;
  --row-restituire-rottam: #E11D48;
  --row-restituire-rottam-bg: #FFF1F2;
  --row-restituire-rottam-text: #BE123C;
  --row-da-autorizzare-direttore: #C026D3;
  --row-da-autorizzare-direttore-bg: #FDF4FF;
  --row-da-autorizzare-direttore-text: #A21CAF;
  --row-nuova-tint: #F7F8F9;
  --row-da-validare-tint: #F5F8FE;
  --row-da-autorizzare-tint: #F9F6FE;
  --row-autorizzata-tint: #F8F7FE;
  --row-in-ritiro-tint: #FEF7F4;
  --row-rientrato-tint: #F4FBFC;
  --row-ricevuto-tint: #F4FBF8;
  --row-validazione-negata-tint: #FDF5F5;
  --row-autorizzazione-negata-tint: #FEF6F6;
  --row-reso-annullato-tint: #FEF8F8;
  --row-controllo-qualita-tint: #FDFAF4;
  --row-attesa-info-tint: #F4FAFD;
  --row-restituire-rottam-tint: #FDF5F7;
  --row-da-autorizzare-direttore-tint: #FEFAFF;
  --row-error-tint: #FDF5F5;
  --content-width: 1500px;
  --content-width-detail: 1600px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.03);
  --transition-fast: 150ms ease;
  --transition-normal: 250ms ease;
}
/* line 9, app/assets/stylesheets/05_typography.css.scss */
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SF Mono", SFMono-Regular, ui-monospace, Menlo,
               Consolas, "Liberation Mono", monospace;
  --text-xs: 0.6875rem;
  --text-sm: 0.8125rem;
  --text-base: 0.875rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.75rem;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --tracking-wide: 0.05em;
}

/* line 40, app/assets/stylesheets/05_typography.css.scss */
body, p, ol, ul, td, th {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  line-height: var(--leading-normal);
  color: var(--color-text);
}

/* line 48, app/assets/stylesheets/05_typography.css.scss */
h1, h2, h3, h4 {
  font-family: var(--font-sans);
  font-weight: var(--font-semibold);
  color: var(--gray-800);
  margin: var(--spacing-xs) 0;
  padding: var(--spacing-xs);
  letter-spacing: -0.02em;
}

/* line 57, app/assets/stylesheets/05_typography.css.scss */
h1 {
  font-size: var(--text-2xl);
}

/* line 58, app/assets/stylesheets/05_typography.css.scss */
h2 {
  font-size: var(--text-xl);
}

/* line 59, app/assets/stylesheets/05_typography.css.scss */
h3 {
  font-size: var(--text-lg);
}

/* line 60, app/assets/stylesheets/05_typography.css.scss */
h4 {
  font-size: var(--text-md);
}

/* line 63, app/assets/stylesheets/05_typography.css.scss */
a {
  color: var(--baxi-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

/* line 68, app/assets/stylesheets/05_typography.css.scss */
a:hover {
  color: var(--baxi-primary-dark);
  text-decoration: underline;
}

/* line 75, app/assets/stylesheets/05_typography.css.scss */
.monospace,
.as-input-articolo {
  font-family: var(--font-mono);
  font-size: var(--text-sm);
}
@charset "UTF-8";
/* line 9, app/assets/stylesheets/06_components.css.scss */
.lucide-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* line 16, app/assets/stylesheets/06_components.css.scss */
a .lucide-icon {
  color: inherit;
}

/* line 21, app/assets/stylesheets/06_components.css.scss */
.action-icons {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* line 26, app/assets/stylesheets/06_components.css.scss */
.action-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: var(--radius-md);
  color: var(--gray-400);
  transition: all var(--transition-fast);
}

/* line 37, app/assets/stylesheets/06_components.css.scss */
.action-icons a:hover {
  color: var(--baxi-primary);
  background-color: var(--baxi-primary-subtle);
}

/* line 44, app/assets/stylesheets/06_components.css.scss */
.action-icons a[data-confirm]:hover {
  color: var(--color-error);
  background-color: var(--color-error-light);
}

/* line 57, app/assets/stylesheets/06_components.css.scss */
.app-header {
  background: var(--color-bg);
  border-bottom: 1px solid var(--gray-200);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 100;
}

/* line 66, app/assets/stylesheets/06_components.css.scss */
.header-container {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--space-6);
  height: 64px;
  box-sizing: border-box;
}

@media (max-width: 1448px) {
  /* line 66, app/assets/stylesheets/06_components.css.scss */
  .header-container {
    padding: 0 var(--space-4);
  }
}

/* line 82, app/assets/stylesheets/06_components.css.scss */
.header-brand {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

/* line 88, app/assets/stylesheets/06_components.css.scss */
.header-brand .brand-icon {
  height: 32px;
  width: auto;
}

/* line 93, app/assets/stylesheets/06_components.css.scss */
.header-brand .brand-name {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--gray-800);
  letter-spacing: -0.02em;
}

/* line 101, app/assets/stylesheets/06_components.css.scss */
.header-nav {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  margin-left: var(--space-4);
}

@media (max-width: 768px) {
  /* line 101, app/assets/stylesheets/06_components.css.scss */
  .header-nav {
    margin-left: var(--space-2);
    gap: 0;
  }
}

/* line 112, app/assets/stylesheets/06_components.css.scss */
.header-nav .nav-link {
  padding: var(--space-2) var(--space-3);
  color: var(--gray-600);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

@media (max-width: 768px) {
  /* line 112, app/assets/stylesheets/06_components.css.scss */
  .header-nav .nav-link {
    padding: var(--space-2);
    font-size: 12px;
  }
}

/* line 127, app/assets/stylesheets/06_components.css.scss */
.header-nav .nav-link:hover {
  background: var(--gray-100);
  color: var(--gray-900);
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/06_components.css.scss */
.header-nav .nav-link.active {
  background: var(--baxi-primary-subtle);
  color: var(--baxi-primary);
  font-weight: var(--font-semibold);
}

/* line 141, app/assets/stylesheets/06_components.css.scss */
.header-right {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-left: auto;
}

@media (max-width: 768px) {
  /* line 141, app/assets/stylesheets/06_components.css.scss */
  .header-right {
    gap: var(--space-2);
  }
}

/* line 152, app/assets/stylesheets/06_components.css.scss */
.user-info {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

/* line 157, app/assets/stylesheets/06_components.css.scss */
.user-info .user-icon {
  color: var(--gray-500);
}

/* line 161, app/assets/stylesheets/06_components.css.scss */
.user-info .user-name {
  font-size: var(--text-sm);
  color: var(--gray-700);
  font-weight: var(--font-medium);
  white-space: nowrap;
}

@media (max-width: 900px) {
  /* line 161, app/assets/stylesheets/06_components.css.scss */
  .user-info .user-name {
    display: none;
  }
}

/* line 172, app/assets/stylesheets/06_components.css.scss */
.user-info .logout-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-1);
  margin-left: var(--space-1);
  color: var(--gray-400);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  text-decoration: none;
}

/* line 183, app/assets/stylesheets/06_components.css.scss */
.user-info .logout-link:hover {
  color: var(--gray-700);
  background: var(--gray-100);
  text-decoration: none;
}

/* line 191, app/assets/stylesheets/06_components.css.scss */
.corporate-logo {
  height: 20px;
  width: auto;
}

@media (max-width: 600px) {
  /* line 191, app/assets/stylesheets/06_components.css.scss */
  .corporate-logo {
    display: none;
  }
}

/* line 206, app/assets/stylesheets/06_components.css.scss */
body {
  display: grid;
  min-height: 100vh;
  grid-template-rows: auto auto 1fr auto;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  background-color: var(--color-bg-subtle);
  background-image: url(/assets/bg_decoration-9f64d0d0513b77f670d00da19e542526a5531a422aa31dd6b3c421ece59b2ced.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

/* line 226, app/assets/stylesheets/06_components.css.scss */
input[type="submit"],
button,
.btn,
.bottone,
.macbutton {
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  padding: var(--space-2) var(--space-4);
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  text-decoration: none;
  white-space: nowrap;
  background-color: var(--baxi-primary);
  color: white;
  background-image: none;
}

/* line 249, app/assets/stylesheets/06_components.css.scss */
input[type="submit"]:hover:not(:disabled),
button:hover:not(:disabled),
.btn:hover:not(:disabled),
.bottone:hover:not(:disabled),
.macbutton:hover:not(:disabled) {
  background-color: var(--baxi-primary-dark);
  color: white;
  text-decoration: none;
}

/* line 255, app/assets/stylesheets/06_components.css.scss */
input[type="submit"]:active:not(:disabled),
button:active:not(:disabled),
.btn:active:not(:disabled),
.bottone:active:not(:disabled),
.macbutton:active:not(:disabled) {
  opacity: 0.9;
}

/* line 259, app/assets/stylesheets/06_components.css.scss */
input[type="submit"]:focus,
button:focus,
.btn:focus,
.bottone:focus,
.macbutton:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--baxi-primary-subtle);
}

/* line 264, app/assets/stylesheets/06_components.css.scss */
input[type="submit"]:disabled,
button:disabled,
.btn:disabled,
.bottone:disabled,
.macbutton:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 271, app/assets/stylesheets/06_components.css.scss */
.btn-accent {
  background-color: var(--baxi-accent);
}

/* line 274, app/assets/stylesheets/06_components.css.scss */
.btn-accent:hover:not(:disabled) {
  background-color: var(--baxi-accent-dark);
}

/* line 278, app/assets/stylesheets/06_components.css.scss */
.btn-accent:focus {
  box-shadow: 0 0 0 3px rgba(8, 145, 178, 0.2);
}

/* line 284, app/assets/stylesheets/06_components.css.scss */
.btn-secondary {
  background-color: white;
  color: var(--gray-700);
  border: 1px solid var(--gray-300);
}

/* line 289, app/assets/stylesheets/06_components.css.scss */
.btn-secondary:hover:not(:disabled) {
  background-color: var(--gray-50);
  border-color: var(--gray-400);
}

/* line 296, app/assets/stylesheets/06_components.css.scss */
.btn-ghost {
  background-color: transparent;
  color: var(--gray-600);
}

/* line 300, app/assets/stylesheets/06_components.css.scss */
.btn-ghost:hover:not(:disabled) {
  background-color: var(--gray-100);
  color: var(--gray-800);
}

/* line 307, app/assets/stylesheets/06_components.css.scss */
.btn-ghost-primary {
  background-color: transparent;
  color: var(--baxi-primary);
}

/* line 311, app/assets/stylesheets/06_components.css.scss */
.btn-ghost-primary:hover:not(:disabled) {
  background-color: var(--baxi-primary-subtle);
  color: var(--baxi-primary-dark);
  text-decoration: none;
}

/* line 319, app/assets/stylesheets/06_components.css.scss */
.btn-danger {
  background-color: var(--color-error);
}

/* line 322, app/assets/stylesheets/06_components.css.scss */
.btn-danger:hover:not(:disabled) {
  background-color: #B91C1C;
}

/* line 328, app/assets/stylesheets/06_components.css.scss */
form.button_to {
  display: inline-block;
}

/* line 337, app/assets/stylesheets/06_components.css.scss */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  background-color: var(--color-bg);
  color: var(--gray-800);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  line-height: 1.5;
}

/* line 354, app/assets/stylesheets/06_components.css.scss */
input[type="text"]:hover:not(:disabled):not(:focus),
input[type="password"]:hover:not(:disabled):not(:focus),
input[type="email"]:hover:not(:disabled):not(:focus),
input[type="number"]:hover:not(:disabled):not(:focus),
textarea:hover:not(:disabled):not(:focus),
select:hover:not(:disabled):not(:focus) {
  border-color: var(--gray-400);
}

/* line 358, app/assets/stylesheets/06_components.css.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--baxi-primary);
  box-shadow: 0 0 0 3px var(--baxi-primary-subtle);
}

/* line 364, app/assets/stylesheets/06_components.css.scss */
input[type="text"]:disabled, input[type="text"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  background-color: var(--gray-50);
  color: var(--gray-500);
  cursor: not-allowed;
  border-color: var(--gray-200);
}

/* line 372, app/assets/stylesheets/06_components.css.scss */
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--gray-400);
  font-weight: var(--font-normal);
}

/* line 379, app/assets/stylesheets/06_components.css.scss */
input[name*="matricola"],
input[name*="codice"],
input[name*="serial"],
.input-code {
  font-family: var(--font-mono);
}

/* line 386, app/assets/stylesheets/06_components.css.scss */
textarea {
  resize: vertical;
  min-height: 80px;
}

/* line 392, app/assets/stylesheets/06_components.css.scss */
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394A3B8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right var(--space-3) center;
  padding-right: var(--space-10);
}

/* line 401, app/assets/stylesheets/06_components.css.scss */
label {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}

/* line 411, app/assets/stylesheets/06_components.css.scss */
.fieldWithErrors {
  display: inline;
}

/* line 414, app/assets/stylesheets/06_components.css.scss */
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  border-color: var(--color-error);
  background-color: var(--color-error-light);
}

/* line 418, app/assets/stylesheets/06_components.css.scss */
.fieldWithErrors input:focus, .fieldWithErrors textarea:focus, .fieldWithErrors select:focus {
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

/* line 424, app/assets/stylesheets/06_components.css.scss */
.formError {
  display: inline;
  font-weight: var(--font-medium);
  color: var(--color-error);
  font-size: var(--text-xs);
}

/* line 432, app/assets/stylesheets/06_components.css.scss */
.text-box {
  padding: var(--space-3);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  background-color: var(--gray-50);
}

/* line 438, app/assets/stylesheets/06_components.css.scss */
.text-box textarea {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  min-height: 80px;
  resize: vertical;
}

/* line 447, app/assets/stylesheets/06_components.css.scss */
.text-box textarea:focus {
  box-shadow: none;
}

/* line 458, app/assets/stylesheets/06_components.css.scss */
div.flash-notice {
  color: var(--color-success);
  background-color: var(--color-success-light);
  box-shadow: inset 0 0 0 1px var(--color-success-border);
  padding: var(--space-3) var(--space-4);
  font-weight: var(--font-medium);
  margin: var(--space-4) 0;
  border-radius: var(--radius-lg);
  border: none;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* line 471, app/assets/stylesheets/06_components.css.scss */
div.flash-notice::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--color-success);
  color: white;
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  flex-shrink: 0;
}

/* line 486, app/assets/stylesheets/06_components.css.scss */
div.flash-error {
  color: var(--color-error);
  background-color: var(--color-error-light);
  box-shadow: inset 0 0 0 1px var(--color-error-border);
  padding: var(--space-3) var(--space-4);
  font-weight: var(--font-medium);
  margin: var(--space-4) 0;
  border-radius: var(--radius-lg);
  border: none;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* line 499, app/assets/stylesheets/06_components.css.scss */
div.flash-error::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--color-error);
  color: white;
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  flex-shrink: 0;
}

/* line 516, app/assets/stylesheets/06_components.css.scss */
div.redbox {
  box-shadow: inset 0 0 0 1px var(--color-error-border);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  background-color: var(--color-error-light);
  color: var(--color-error);
  margin-bottom: var(--space-4);
  border: none;
}

/* line 526, app/assets/stylesheets/06_components.css.scss */
#errorExplanation {
  box-shadow: inset 0 0 0 1px var(--color-error-border);
  border-radius: var(--radius-lg);
  padding: var(--space-4);
  background-color: var(--color-error-light);
  margin-bottom: var(--space-4);
  width: auto;
  border: none;
}

/* line 535, app/assets/stylesheets/06_components.css.scss */
#errorExplanation h2 {
  background-color: var(--color-error);
  color: white;
  padding: var(--space-2) var(--space-4);
  margin: calc(-1 * var(--space-4));
  margin-bottom: var(--space-4);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  font-size: var(--text-sm);
}

/* line 545, app/assets/stylesheets/06_components.css.scss */
#errorExplanation ul li {
  color: var(--color-error);
  font-size: var(--text-sm);
}

/* line 556, app/assets/stylesheets/06_components.css.scss */
table.tabella {
  width: 100%;
  border: none;
  border-radius: var(--radius-lg);
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--color-bg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

/* line 566, app/assets/stylesheets/06_components.css.scss */
table.tabella td, table.tabella th {
  border: none;
  border-bottom: 1px solid var(--gray-200);
  padding: var(--space-3) var(--space-4);
  vertical-align: middle;
  text-align: left;
  font-weight: var(--font-normal);
}

/* line 576, app/assets/stylesheets/06_components.css.scss */
table.tabella thead tr {
  background-color: var(--gray-50);
}

/* line 580, app/assets/stylesheets/06_components.css.scss */
table.tabella thead th {
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  white-space: nowrap;
  border-bottom: 2px solid var(--gray-200);
  padding: var(--space-3) var(--space-4);
}

/* line 591, app/assets/stylesheets/06_components.css.scss */
table.tabella thead th:nth-child(1) {
  width: 60px;
}

/* line 592, app/assets/stylesheets/06_components.css.scss */
table.tabella thead th:nth-child(2) {
  width: 100px;
}

/* line 594, app/assets/stylesheets/06_components.css.scss */
table.tabella thead th:nth-child(4) {
  width: 110px;
}

/* line 595, app/assets/stylesheets/06_components.css.scss */
table.tabella thead th:last-child {
  width: 110px;
}

/* line 599, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr td:first-child {
  border-left: 3px solid transparent;
}

/* line 604, app/assets/stylesheets/06_components.css.scss */
table.tabella input[type="text"],
table.tabella input[type="password"],
table.tabella select,
table.tabella textarea {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

/* line 614, app/assets/stylesheets/06_components.css.scss */
table.tabella:not(:has(thead)) td.center {
  text-align: center;
  vertical-align: top;
  padding: var(--space-3) var(--space-2);
}

/* line 621, app/assets/stylesheets/06_components.css.scss */
table.tabella tr:last-child td {
  border-bottom: none;
}

/* line 626, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr:hover:not([data-status]):not(:has(div.titolo)) {
  background-color: var(--gray-50);
}

/* line 632, app/assets/stylesheets/06_components.css.scss */
div.titolo {
  background-color: transparent;
  color: var(--gray-500);
  text-align: center;
  font-weight: var(--font-semibold);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  padding: 0;
  margin-bottom: var(--space-2);
  border-radius: 0;
  border: none;
  white-space: nowrap;
  display: block;
}

/* line 648, app/assets/stylesheets/06_components.css.scss */
div.titolo_righe {
  background-color: var(--gray-100);
  color: var(--gray-600);
  text-align: center;
  font-weight: var(--font-semibold);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
  border: none;
  white-space: nowrap;
  display: inline-block;
}

/* line 663, app/assets/stylesheets/06_components.css.scss */
div.titolo_evidenziato {
  background-color: var(--baxi-primary-subtle);
  color: var(--baxi-primary-dark);
  text-align: center;
  font-weight: var(--font-bold);
  font-size: var(--text-xs);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
  border: none;
  white-space: nowrap;
  display: inline-block;
}

/* line 676, app/assets/stylesheets/06_components.css.scss */
div.valore {
  padding: 0;
  color: var(--gray-800);
  font-size: var(--text-base);
  font-weight: var(--font-medium);
  line-height: 1.5;
}

/* line 685, app/assets/stylesheets/06_components.css.scss */
tr.pari td {
  background-color: var(--color-bg);
}

/* line 686, app/assets/stylesheets/06_components.css.scss */
tr.dispari td {
  background-color: var(--gray-50);
}

/* line 687, app/assets/stylesheets/06_components.css.scss */
tr.pari-selected td,
tr.dispari-selected td {
  background-color: var(--color-warning-light);
}

/* line 694, app/assets/stylesheets/06_components.css.scss */
.status-pill {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  line-height: 1.6;
  white-space: nowrap;
  background-color: var(--gray-100);
  color: var(--gray-600);
  overflow: visible;
  position: relative;
}

/* line 709, app/assets/stylesheets/06_components.css.scss */
.status-pill a {
  color: inherit;
  text-decoration: none;
}

/* line 713, app/assets/stylesheets/06_components.css.scss */
.status-pill a:hover {
  text-decoration: underline;
}

/* line 720, app/assets/stylesheets/06_components.css.scss */
.empty-value {
  color: var(--gray-400);
  user-select: none;
}

/* line 741, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="nuova"] td:first-child {
  border-left-color: var(--row-nuova);
}

/* line 742, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="nuova"] .status-pill {
  background-color: var(--row-nuova-bg);
  color: var(--row-nuova-text);
}

/* line 743, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="nuova"]:hover td {
  background-color: var(--row-nuova-tint);
}

/* line 747, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_validare"] td:first-child {
  border-left-color: var(--row-da-validare);
}

/* line 748, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_validare"] .status-pill {
  background-color: var(--row-da-validare-bg);
  color: var(--row-da-validare-text);
}

/* line 749, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_validare"]:hover td {
  background-color: var(--row-da-validare-tint);
}

/* line 753, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_autorizzare"] td:first-child {
  border-left-color: var(--row-da-autorizzare);
}

/* line 754, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_autorizzare"] .status-pill {
  background-color: var(--row-da-autorizzare-bg);
  color: var(--row-da-autorizzare-text);
}

/* line 755, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_autorizzare"]:hover td {
  background-color: var(--row-da-autorizzare-tint);
}

/* line 759, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="autorizzata"] td:first-child {
  border-left-color: var(--row-autorizzata);
}

/* line 760, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="autorizzata"] .status-pill {
  background-color: var(--row-autorizzata-bg);
  color: var(--row-autorizzata-text);
}

/* line 761, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="autorizzata"]:hover td {
  background-color: var(--row-autorizzata-tint);
}

/* line 765, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="in_ritiro"] td:first-child {
  border-left-color: var(--row-in-ritiro);
}

/* line 766, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="in_ritiro"] .status-pill {
  background-color: var(--row-in-ritiro-bg);
  color: var(--row-in-ritiro-text);
}

/* line 767, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="in_ritiro"]:hover td {
  background-color: var(--row-in-ritiro-tint);
}

/* line 771, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="rientrato"] td:first-child {
  border-left-color: var(--row-rientrato);
}

/* line 772, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="rientrato"] .status-pill {
  background-color: var(--row-rientrato-bg);
  color: var(--row-rientrato-text);
}

/* line 773, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="rientrato"]:hover td {
  background-color: var(--row-rientrato-tint);
}

/* line 777, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="ricevuto"] td:first-child {
  border-left-color: var(--row-ricevuto);
}

/* line 778, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="ricevuto"] .status-pill {
  background-color: var(--row-ricevuto-bg);
  color: var(--row-ricevuto-text);
}

/* line 779, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="ricevuto"]:hover td {
  background-color: var(--row-ricevuto-tint);
}

/* line 783, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="validazione_negata"] td:first-child {
  border-left-color: var(--row-validazione-negata);
}

/* line 784, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="validazione_negata"] .status-pill {
  background-color: var(--row-validazione-negata-bg);
  color: var(--row-validazione-negata-text);
}

/* line 785, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="validazione_negata"]:hover td {
  background-color: var(--row-validazione-negata-tint);
}

/* line 789, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="autorizzazione_negata"] td:first-child {
  border-left-color: var(--row-autorizzazione-negata);
}

/* line 790, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="autorizzazione_negata"] .status-pill {
  background-color: var(--row-autorizzazione-negata-bg);
  color: var(--row-autorizzazione-negata-text);
}

/* line 791, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="autorizzazione_negata"]:hover td {
  background-color: var(--row-autorizzazione-negata-tint);
}

/* line 795, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="reso_annullato"] td:first-child {
  border-left-color: var(--row-reso-annullato);
}

/* line 796, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="reso_annullato"] .status-pill {
  background-color: var(--row-reso-annullato-bg);
  color: var(--row-reso-annullato-text);
}

/* line 797, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="reso_annullato"]:hover td {
  background-color: var(--row-reso-annullato-tint);
}

/* line 801, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="controllo_qualita"] td:first-child {
  border-left-color: var(--row-controllo-qualita);
}

/* line 802, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="controllo_qualita"] .status-pill {
  background-color: var(--row-controllo-qualita-bg);
  color: var(--row-controllo-qualita-text);
}

/* line 803, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="controllo_qualita"]:hover td {
  background-color: var(--row-controllo-qualita-tint);
}

/* line 807, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="attesa_info"] td:first-child {
  border-left-color: var(--row-attesa-info);
}

/* line 808, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="attesa_info"] .status-pill {
  background-color: var(--row-attesa-info-bg);
  color: var(--row-attesa-info-text);
}

/* line 809, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="attesa_info"]:hover td {
  background-color: var(--row-attesa-info-tint);
}

/* line 813, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="restituire_rottam"] td:first-child {
  border-left-color: var(--row-restituire-rottam);
}

/* line 814, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="restituire_rottam"] .status-pill {
  background-color: var(--row-restituire-rottam-bg);
  color: var(--row-restituire-rottam-text);
}

/* line 815, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="restituire_rottam"]:hover td {
  background-color: var(--row-restituire-rottam-tint);
}

/* line 819, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_autorizzare_direttore"] td:first-child {
  border-left-color: var(--row-da-autorizzare-direttore);
}

/* line 820, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_autorizzare_direttore"] .status-pill {
  background-color: var(--row-da-autorizzare-direttore-bg);
  color: var(--row-da-autorizzare-direttore-text);
}

/* line 821, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr[data-status="da_autorizzare_direttore"]:hover td {
  background-color: var(--row-da-autorizzare-direttore-tint);
}

/* line 829, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.validatore-da_validare td:first-child,
table.tabella tbody tr.validatore-da_autorizzare td:first-child {
  border-left-color: var(--color-error);
}

/* line 830, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.validatore-da_validare .status-pill,
table.tabella tbody tr.validatore-da_autorizzare .status-pill {
  background-color: var(--color-error-light);
  color: var(--color-error);
}

/* line 831, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.validatore-da_validare:hover td,
table.tabella tbody tr.validatore-da_autorizzare:hover td {
  background-color: var(--row-error-tint);
}

/* line 837, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.autorizzatore-da_validare td:first-child,
table.tabella tbody tr.autorizzatore-da_autorizzare td:first-child {
  border-left-color: var(--color-error);
}

/* line 838, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.autorizzatore-da_validare .status-pill,
table.tabella tbody tr.autorizzatore-da_autorizzare .status-pill {
  background-color: var(--color-error-light);
  color: var(--color-error);
}

/* line 839, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.autorizzatore-da_validare:hover td,
table.tabella tbody tr.autorizzatore-da_autorizzare:hover td {
  background-color: var(--row-error-tint);
}

/* line 844, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.esecutore-autorizzata td:first-child {
  border-left-color: var(--color-error);
}

/* line 845, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.esecutore-autorizzata .status-pill {
  background-color: var(--color-error-light);
  color: var(--color-error);
}

/* line 846, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.esecutore-autorizzata:hover td {
  background-color: var(--row-error-tint);
}

/* line 851, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.esecutore-rientrato td:first-child {
  border-left-color: var(--row-da-validare);
}

/* line 852, app/assets/stylesheets/06_components.css.scss */
table.tabella tbody tr.esecutore-rientrato .status-pill {
  background-color: var(--row-da-validare-bg);
  color: var(--row-da-validare-text);
}

/* line 862, app/assets/stylesheets/06_components.css.scss */
.header {
  display: none;
}

/* line 871, app/assets/stylesheets/06_components.css.scss */
div.menu {
  display: none !important;
}

/* line 879, app/assets/stylesheets/06_components.css.scss */
div.contenuto {
  padding: var(--space-6);
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* line 888, app/assets/stylesheets/06_components.css.scss */
div.contenuto:has(.detail-form) {
  width: var(--content-width);
  max-width: 100%;
  padding: var(--space-4) var(--space-6);
}

/* line 899, app/assets/stylesheets/06_components.css.scss */
div#footer {
  grid-row: -1;
  margin-top: auto;
  padding: var(--space-4) var(--space-6);
  text-align: center;
  border-top: 1px solid var(--gray-100);
  background-color: var(--color-bg);
  font-size: var(--text-xs);
  color: var(--gray-500);
}

/* line 909, app/assets/stylesheets/06_components.css.scss */
div#footer .row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  gap: var(--space-4);
}

/* line 919, app/assets/stylesheets/06_components.css.scss */
div#footer .left {
  justify-self: start;
}

/* line 923, app/assets/stylesheets/06_components.css.scss */
div#footer .center {
  justify-self: center;
  color: var(--gray-400);
  font-weight: var(--font-medium);
}

/* line 929, app/assets/stylesheets/06_components.css.scss */
div#footer .right {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* line 936, app/assets/stylesheets/06_components.css.scss */
div#footer a {
  color: var(--gray-600);
  text-decoration: none;
  font-weight: var(--font-medium);
}

/* line 941, app/assets/stylesheets/06_components.css.scss */
div#footer a:hover {
  color: var(--baxi-primary);
  text-decoration: underline;
}

/* line 948, app/assets/stylesheets/06_components.css.scss */
div#footer button#ot-sdk-btn {
  font-family: var(--font-sans);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  padding: var(--space-1) var(--space-2);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  background-color: var(--color-bg);
  color: var(--gray-500);
  cursor: pointer;
  transition: all var(--transition-fast);
}

/* line 960, app/assets/stylesheets/06_components.css.scss */
div#footer button#ot-sdk-btn:hover {
  background-color: var(--gray-50);
  border-color: var(--gray-300);
}

/* line 972, app/assets/stylesheets/06_components.css.scss */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  margin: var(--space-6) 0;
  font-family: var(--font-sans);
}

/* line 980, app/assets/stylesheets/06_components.css.scss */
.pagination a, .pagination span, .pagination em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 var(--space-2);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all var(--transition-fast);
}

/* line 994, app/assets/stylesheets/06_components.css.scss */
.pagination a {
  color: var(--gray-600);
  background-color: transparent;
  border: none;
}

/* line 999, app/assets/stylesheets/06_components.css.scss */
.pagination a:hover {
  background-color: var(--gray-100);
  color: var(--gray-800);
}

/* line 1005, app/assets/stylesheets/06_components.css.scss */
.pagination span.current,
.pagination em.current {
  background-color: var(--baxi-primary);
  color: white;
  border: none;
  font-style: normal;
}

/* line 1013, app/assets/stylesheets/06_components.css.scss */
.pagination span.disabled {
  color: var(--gray-300);
  background-color: transparent;
  border: none;
  cursor: not-allowed;
}

/* line 1020, app/assets/stylesheets/06_components.css.scss */
.pagination .previous_page,
.pagination .next_page {
  font-weight: var(--font-semibold);
}

/* line 1031, app/assets/stylesheets/06_components.css.scss */
.filter-bar {
  display: flex;
  align-items: flex-end;
  gap: var(--space-4);
  background-color: var(--color-bg);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: var(--space-4) var(--space-5);
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: none;
}

/* line 1044, app/assets/stylesheets/06_components.css.scss */
.filter-bar + table.tabella {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
  border: 1px solid var(--gray-200);
  border-top: none;
  box-shadow: none;
}

/* line 1054, app/assets/stylesheets/06_components.css.scss */
.filter-bar__form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--space-4);
}

@media (max-width: 768px) {
  /* line 1054, app/assets/stylesheets/06_components.css.scss */
  .filter-bar__form {
    flex-direction: column;
    align-items: stretch;
  }
}

/* line 1066, app/assets/stylesheets/06_components.css.scss */
.filter-bar__field {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
  flex-shrink: 0;
}

/* line 1073, app/assets/stylesheets/06_components.css.scss */
.filter-bar__field--status {
  width: 200px;
}

/* line 1077, app/assets/stylesheets/06_components.css.scss */
.filter-bar__field--keyword {
  width: 250px;
}

/* line 1081, app/assets/stylesheets/06_components.css.scss */
.filter-bar__field--owner {
  width: 120px;
}

@media (max-width: 768px) {
  /* line 1066, app/assets/stylesheets/06_components.css.scss */
  .filter-bar__field {
    width: 100%;
  }
}

/* line 1090, app/assets/stylesheets/06_components.css.scss */
.filter-bar__label {
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}

/* line 1098, app/assets/stylesheets/06_components.css.scss */
.filter-bar__input-wrapper {
  position: relative;
  width: 100%;
}

/* line 1102, app/assets/stylesheets/06_components.css.scss */
.filter-bar__input-wrapper .lucide-icon {
  position: absolute;
  left: var(--space-3);
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-400);
  pointer-events: none;
  z-index: 1;
}

/* line 1112, app/assets/stylesheets/06_components.css.scss */
.filter-bar__input-wrapper input[type="text"] {
  padding-left: var(--space-10);
  width: 100%;
  box-sizing: border-box;
}

/* line 1119, app/assets/stylesheets/06_components.css.scss */
.filter-bar__actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

/* line 1125, app/assets/stylesheets/06_components.css.scss */
.filter-bar__actions .btn, .filter-bar__actions input[type="submit"] {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
  line-height: 1.5;
  min-height: calc(var(--space-2) * 2 + 1.5em + 2px);
}

@media (max-width: 768px) {
  /* line 1119, app/assets/stylesheets/06_components.css.scss */
  .filter-bar__actions {
    margin-left: 0;
  }
}

/* line 1138, app/assets/stylesheets/06_components.css.scss */
.filter-bar__spacer {
  flex: 1;
}

/* line 1142, app/assets/stylesheets/06_components.css.scss */
.filter-bar__export {
  display: flex;
  padding: var(--space-2);
  border-radius: var(--radius-md);
  color: var(--gray-400);
  transition: all var(--transition-fast);
}

/* line 1149, app/assets/stylesheets/06_components.css.scss */
.filter-bar__export:hover {
  color: var(--baxi-primary);
  background-color: var(--gray-100);
  text-decoration: none;
}

/* line 1160, app/assets/stylesheets/06_components.css.scss */
.table-actions {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

/* line 1166, app/assets/stylesheets/06_components.css.scss */
.table-actions form.button_to {
  margin: 0;
}

/* line 1180, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-2);
  border: 1px solid var(--gray-200);
  overflow: visible;
}

/* line 1187, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella td, .detail-form table.tabella th {
  padding: var(--space-1) var(--space-2);
  border-bottom: 1px solid var(--gray-200);
  vertical-align: top;
}

/* line 1194, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella td {
  border-right: 1px solid var(--gray-200);
}

/* line 1197, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella td:last-child {
  border-right: none;
}

/* line 1203, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella tbody tr td:first-child {
  border-left: none;
}

/* line 1207, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella tr:last-child td {
  border-bottom: none;
}

/* line 1213, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella:not(:has(thead)) td.center {
  padding: var(--space-1) var(--space-2);
}

/* line 1219, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella table.tabella {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 0;
}

/* line 1228, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella table:not(.tabella) td {
  border: none;
  border-right: none;
  padding: var(--space-1);
}

/* line 1236, app/assets/stylesheets/06_components.css.scss */
.detail-form table.tabella td[style*="border-top-color: transparent"] {
  padding: 0;
  width: 6px !important;
  min-width: 6px;
  background-color: var(--color-bg-subtle);
  border: none;
  border-right: none;
}

/* line 1246, app/assets/stylesheets/06_components.css.scss */
.detail-form div.titolo {
  background-color: var(--baxi-primary-subtle);
  color: var(--baxi-primary-dark);
  text-align: center;
  font-weight: var(--font-semibold);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  padding: var(--space-1);
  margin-bottom: var(--space-1);
  border-radius: var(--radius-sm);
  border: none;
  white-space: nowrap;
  display: block;
}

/* line 1263, app/assets/stylesheets/06_components.css.scss */
.detail-form div.titolo_righe {
  background-color: var(--baxi-primary-light);
  color: white;
  text-align: center;
  font-weight: var(--font-semibold);
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
  white-space: nowrap;
  display: block;
}

/* line 1278, app/assets/stylesheets/06_components.css.scss */
.detail-form div.titolo_evidenziato {
  background-color: var(--color-warning-bg);
  color: var(--color-warning-text);
  text-align: center;
  font-weight: var(--font-bold);
  font-size: var(--text-xs);
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-sm);
  white-space: normal;
  display: block;
}

/* line 1291, app/assets/stylesheets/06_components.css.scss */
.detail-form div.valore {
  padding: var(--space-1);
  color: var(--gray-800);
  font-size: 0.75rem;
  font-weight: var(--font-medium);
  line-height: 1.5;
  word-break: break-word;
}

/* line 1301, app/assets/stylesheets/06_components.css.scss */
.detail-form input[type="text"],
.detail-form input[type="password"],
.detail-form select,
.detail-form textarea {
  font-size: var(--text-sm);
  padding: var(--space-1) var(--space-2);
}

/* line 1309, app/assets/stylesheets/06_components.css.scss */
.detail-form .text-box {
  padding: var(--space-1);
}

/* line 1314, app/assets/stylesheets/06_components.css.scss */
.detail-form tr.articolo td {
  padding: var(--space-1) var(--space-2);
  font-size: 0.75rem;
}

/* line 1320, app/assets/stylesheets/06_components.css.scss */
.detail-form div.banda {
  margin: var(--space-3) 0;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



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

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

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


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

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

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .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,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .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: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .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 .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,
.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%;
	font-size: 0;
}

/* 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,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/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: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.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: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.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 Spinner 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

/* line 10, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog {
  padding: 0;
  border: none;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  background: var(--color-bg);
  overflow: hidden;
}

/* line 19, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 27, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: var(--space-4) var(--space-5);
  background: var(--color-bg);
  border: none;
  border-bottom: 1px solid var(--gray-200);
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  margin: 0;
}

/* line 36, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-title {
  color: var(--gray-800);
  font-family: var(--font-sans);
  font-size: var(--text-md);
  font-weight: var(--font-semibold);
  margin: 0;
  float: left;
  line-height: 1.4;
}

/* line 49, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: var(--space-4);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: var(--space-1);
  width: 32px;
  height: 32px;
  border: none;
  border-radius: var(--radius-md);
  background: transparent;
  cursor: pointer;
  transition: background-color var(--transition-fast);
}

/* line 64, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  background: var(--gray-100);
  padding: var(--space-1);
}

/* line 71, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  background-image: none;
  text-indent: 0;
  margin: 0;
  position: static;
  width: 100%;
  height: 100%;
}

/* line 81, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close::before, .ui-dialog .ui-dialog-titlebar-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--gray-500);
  border-radius: 1px;
  transition: background-color var(--transition-fast);
}

/* line 94, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 98, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 102, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close:hover::before, .ui-dialog .ui-dialog-titlebar-close:hover::after {
  background: var(--gray-700);
}

/* line 108, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}

/* line 116, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-content {
  padding: var(--space-5);
  background: var(--color-bg);
  border: none;
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  color: var(--color-text);
  line-height: 1.5;
}

/* line 126, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* line 133, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-content input[type="text"],
.ui-dialog .ui-dialog-content input[type="search"],
.ui-dialog .ui-dialog-content select {
  width: 100%;
  margin-bottom: var(--space-2);
}

/* line 144, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-buttonpane {
  padding: var(--space-4) var(--space-5);
  margin: 0;
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
}

/* line 151, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 155, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-buttonpane button,
.ui-dialog .ui-dialog-buttonpane .ui-button {
  margin: 0 0 0 var(--space-2);
  padding: var(--space-2) var(--space-4);
  font-family: var(--font-sans);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  background: var(--baxi-primary);
  color: white;
}

/* line 171, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-buttonpane button:hover,
.ui-dialog .ui-dialog-buttonpane .ui-button:hover {
  background: var(--baxi-primary-dark);
}

/* line 176, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-buttonpane button.ui-state-default:not(:first-child),
.ui-dialog .ui-dialog-buttonpane .ui-button.ui-state-default:not(:first-child) {
  background: var(--color-bg);
  color: var(--gray-700);
  border: 1px solid var(--gray-300);
}

/* line 181, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-dialog-buttonpane button.ui-state-default:not(:first-child):hover,
.ui-dialog .ui-dialog-buttonpane .ui-button.ui-state-default:not(:first-child):hover {
  background: var(--gray-50);
  border-color: var(--gray-400);
}

/* line 192, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-widget-overlay {
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(2px);
  opacity: 1;
  filter: none;
}

/* line 202, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-widget {
  font-family: var(--font-sans);
}

/* line 206, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: var(--font-sans);
}

/* line 216, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: var(--radius-md);
}

/* line 223, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: var(--radius-md);
}

/* line 230, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: var(--radius-md);
}

/* line 237, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: var(--radius-md);
}

/* line 247, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker {
  padding: var(--space-3);
  background: var(--color-bg);
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  z-index: 9999 !important;
}

/* line 255, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-header {
  padding: var(--space-2) 0;
  background: transparent;
  border: none;
  color: var(--color-text);
  font-weight: var(--font-semibold);
}

/* line 263, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: var(--space-2);
  width: 32px;
  height: 32px;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: background-color var(--transition-fast);
}

/* line 272, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: var(--gray-100);
}

/* line 276, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: none;
}

/* line 281, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--gray-500);
  border-bottom: 2px solid var(--gray-500);
}

/* line 293, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-prev {
  left: var(--space-2);
}

/* line 295, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-prev::after {
  transform: translate(-30%, -50%) rotate(135deg);
}

/* line 300, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-next {
  right: var(--space-2);
}

/* line 302, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-next::after {
  transform: translate(-70%, -50%) rotate(-45deg);
}

/* line 307, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker .ui-datepicker-title {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--color-text);
}

/* line 313, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker table {
  margin: var(--space-2) 0;
}

/* line 317, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker th {
  padding: var(--space-2);
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  color: var(--gray-500);
  text-transform: uppercase;
}

/* line 325, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker td {
  padding: 2px;
}

/* line 328, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  padding: var(--space-2);
  text-align: center;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

/* line 336, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker td a {
  color: var(--color-text);
  background: transparent;
}

/* line 340, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker td a:hover {
  background: var(--gray-100);
  color: var(--baxi-primary);
}

/* line 347, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker td.ui-datepicker-current-day a,
.ui-datepicker td a.ui-state-active {
  background: var(--baxi-primary);
  color: white;
}

/* line 354, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker td.ui-datepicker-today a {
  background: var(--baxi-primary-subtle);
  color: var(--baxi-primary);
  font-weight: var(--font-semibold);
}

/* line 361, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-datepicker td.ui-datepicker-unselectable span {
  color: var(--gray-300);
}

/* line 370, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-autocomplete {
  background: var(--color-bg);
  border: none;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  max-height: 300px;
  overflow-y: auto;
  z-index: 9999 !important;
}

/* line 380, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-autocomplete .ui-menu-item a {
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text);
  border: none;
  border-radius: var(--radius-sm);
  margin: 2px var(--space-1);
}

/* line 388, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-autocomplete .ui-menu-item a.ui-state-hover, .ui-autocomplete .ui-menu-item a.ui-state-focus {
  background: var(--gray-100);
  color: var(--gray-800);
  margin: 2px var(--space-1);
  border: none;
}

/* line 402, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-state-default {
  background: var(--gray-100);
  border-color: var(--gray-200);
  color: var(--gray-700);
}

/* line 408, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-state-hover,
.ui-state-focus {
  background: var(--gray-100);
  border-color: var(--gray-300);
  color: var(--gray-800);
}

/* line 415, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-state-active {
  background: var(--baxi-primary);
  border-color: var(--baxi-primary);
  color: white;
}

/* line 421, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-state-highlight {
  background: var(--color-warning-light);
  border-color: var(--color-warning-border);
  color: var(--color-warning-text);
}

/* line 427, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-state-error {
  background: var(--color-error-light);
  border-color: var(--color-error-border);
  color: var(--color-error);
}

/* line 436, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-resizable-se {
  width: 16px;
  height: 16px;
  right: 4px;
  bottom: 4px;
  background: transparent;
  cursor: se-resize;
}

/* line 444, app/assets/stylesheets/07_jquery-ui-override.scss */
.ui-dialog .ui-resizable-se::after {
  content: '';
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--gray-300);
  border-bottom: 2px solid var(--gray-300);
}

/* line 459, app/assets/stylesheets/07_jquery-ui-override.scss */
.table-prospetto {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--space-4);
  font-size: var(--text-sm);
}

/* line 465, app/assets/stylesheets/07_jquery-ui-override.scss */
.table-prospetto th, .table-prospetto td {
  border-bottom: 1px solid var(--gray-100);
  padding: var(--space-2) var(--space-3);
}

/* line 470, app/assets/stylesheets/07_jquery-ui-override.scss */
.table-prospetto th {
  background-color: var(--gray-50);
  text-align: left;
  font-weight: var(--font-semibold);
  color: var(--gray-600);
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}

/* line 480, app/assets/stylesheets/07_jquery-ui-override.scss */
.table-prospetto .text-right {
  text-align: right;
}

/* line 484, app/assets/stylesheets/07_jquery-ui-override.scss */
.table-prospetto .dettagli {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
  color: var(--gray-500);
  font-size: var(--text-xs);
}

/* line 494, app/assets/stylesheets/07_jquery-ui-override.scss */
.totale-stimato,
#prospetto_popup h2 {
  text-align: right;
  margin-top: var(--space-5);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--gray-500);
}

/* line 502, app/assets/stylesheets/07_jquery-ui-override.scss */
.totale-stimato #totale,
.totale-stimato .as-input-articolo,
#prospetto_popup h2 #totale,
#prospetto_popup h2 .as-input-articolo {
  font-size: var(--text-2xl) !important;
  font-weight: var(--font-bold) !important;
  color: var(--baxi-primary) !important;
  margin-left: var(--space-2);
}
/* line 12, app/assets/stylesheets/08_login.css.scss */
.login-container {
  width: 420px;
  margin: 80px auto;
  padding: var(--space-10);
  background: var(--color-bg);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl), 0 0 0 1px rgba(0, 0, 0, 0.03);
}

/* line 20, app/assets/stylesheets/08_login.css.scss */
.login-container h2 {
  text-align: center;
  color: var(--gray-800);
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  margin: 0 0 var(--space-8) 0;
  padding: 0;
  border-bottom: none;
}

/* line 31, app/assets/stylesheets/08_login.css.scss */
.login-container .login-logo {
  text-align: center;
  margin-bottom: var(--space-8);
}

/* line 35, app/assets/stylesheets/08_login.css.scss */
.login-container .login-logo img {
  max-width: 120px;
  height: auto;
}

/* line 42, app/assets/stylesheets/08_login.css.scss */
.login-container .login-field {
  margin-bottom: var(--space-5);
}

/* line 45, app/assets/stylesheets/08_login.css.scss */
.login-container .login-field label {
  display: block;
  margin-bottom: var(--space-2);
  font-weight: var(--font-semibold);
  font-size: var(--text-xs);
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
}

/* line 55, app/assets/stylesheets/08_login.css.scss */
.login-container .login-field input[type="text"],
.login-container .login-field input[type="password"] {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  font-family: var(--font-sans);
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-md);
  box-sizing: border-box;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

/* line 66, app/assets/stylesheets/08_login.css.scss */
.login-container .login-field input[type="text"]:hover:not(:focus),
.login-container .login-field input[type="password"]:hover:not(:focus) {
  border-color: var(--gray-400);
}

/* line 70, app/assets/stylesheets/08_login.css.scss */
.login-container .login-field input[type="text"]:focus,
.login-container .login-field input[type="password"]:focus {
  outline: none;
  border-color: var(--baxi-primary);
  box-shadow: 0 0 0 3px var(--baxi-primary-subtle);
}

/* line 76, app/assets/stylesheets/08_login.css.scss */
.login-container .login-field input[type="text"]::placeholder,
.login-container .login-field input[type="password"]::placeholder {
  color: var(--gray-400);
}

/* line 83, app/assets/stylesheets/08_login.css.scss */
.login-container .login-submit {
  margin-top: var(--space-8);
}

/* line 86, app/assets/stylesheets/08_login.css.scss */
.login-container .login-submit input[type="submit"] {
  width: 100%;
  padding: var(--space-4);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  font-family: var(--font-sans);
  background-color: var(--baxi-primary);
  color: white;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: background-color var(--transition-fast);
}

/* line 99, app/assets/stylesheets/08_login.css.scss */
.login-container .login-submit input[type="submit"]:hover {
  background-color: var(--baxi-primary-dark);
}

/* line 103, app/assets/stylesheets/08_login.css.scss */
.login-container .login-submit input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--baxi-primary-subtle);
}
