/*!
* Reset
*/

body{
    background:url(../images/default/background_login.jpg)  no-repeat center center fixed; 
    background-color: #1a1b37;
background-position: top left;    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* line 6, ../sass/azzurra-legacy/structure/_reset.scss */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 6, ../sass/azzurra-legacy/structure/_reset.scss */
img, body, html {
  border: 0;
}

/* line 6, ../sass/azzurra-legacy/structure/_reset.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 6, ../sass/azzurra-legacy/structure/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 6, ../sass/azzurra-legacy/structure/_reset.scss */
caption, th {
  text-align: left;
}

/* line 6, ../sass/azzurra-legacy/structure/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 6, ../sass/azzurra-legacy/structure/_reset.scss */
q:before, q:after {
  content: '';
}

/* line 8, ../sass/azzurra-legacy/structure/_reset.scss */
.ext-forced-border-box, .ext-forced-border-box * {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*!
* Core
*/
/* line 7, ../sass/azzurra-legacy/structure/_core.scss */
.ext-el-mask {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  zoom: 1;
}

/* line 20, ../sass/azzurra-legacy/structure/_core.scss */
.ext-el-mask-msg {
  z-index: 20001;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid;
  background: repeat-x 0 -16px;
  padding: 2px;
}

/* line 30, ../sass/azzurra-legacy/structure/_core.scss */
.ext-el-mask-msg div {
  padding: 5px 10px 5px 20px;
  border: 1px solid;
  cursor: wait;
  background-repeat: no-repeat;
  background-position: 4%;
}

/* line 38, ../sass/azzurra-legacy/structure/_core.scss */
.ext-shim {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  overflow: hidden;
}

/* line 46, ../sass/azzurra-legacy/structure/_core.scss */
.ext-ie .ext-shim {
  filter: alpha(opacity=0);
}

/* line 50, ../sass/azzurra-legacy/structure/_core.scss */
.ext-ie6 .ext-shim {
  margin-left: 5px;
  margin-top: 3px;
}

/* line 55, ../sass/azzurra-legacy/structure/_core.scss */
.x-mask-loading div {
  padding: 5px 10px 5px 25px;
  background: no-repeat 5px 5px;
  line-height: 16px;
}

/* class for hiding elements without using display:none */
/* line 62, ../sass/azzurra-legacy/structure/_core.scss */
.x-hidden, .x-hide-offsets {
  position: absolute !important;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
}

/* line 69, ../sass/azzurra-legacy/structure/_core.scss */
.x-hide-display {
  display: none !important;
}

/* line 73, ../sass/azzurra-legacy/structure/_core.scss */
.x-hide-nosize,
.x-hide-nosize * {
  height: 0px !important;
  width: 0px !important;
  visibility: hidden !important;
  border: none !important;
  zoom: 1;
}

/* line 83, ../sass/azzurra-legacy/structure/_core.scss */
.x-hide-visibility {
  visibility: hidden !important;
}

/* line 87, ../sass/azzurra-legacy/structure/_core.scss */
.x-masked {
  overflow: hidden !important;
}

/* line 90, ../sass/azzurra-legacy/structure/_core.scss */
.x-masked-relative {
  position: relative !important;
}

/* line 94, ../sass/azzurra-legacy/structure/_core.scss */
.x-masked select, .x-masked object, .x-masked embed {
  visibility: hidden;
}

/* line 98, ../sass/azzurra-legacy/structure/_core.scss */
.x-layer {
  visibility: hidden;
}

/* line 102, ../sass/azzurra-legacy/structure/_core.scss */
.x-unselectable, .x-unselectable * {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 108, ../sass/azzurra-legacy/structure/_core.scss */
.x-repaint {
  zoom: 1;
  background-color: transparent;
  -moz-outline: none;
  outline: none;
}

/* line 115, ../sass/azzurra-legacy/structure/_core.scss */
.x-item-disabled {
  cursor: default;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
}

/* line 122, ../sass/azzurra-legacy/structure/_core.scss */
.x-item-disabled * {
  cursor: default !important;
}

/* line 126, ../sass/azzurra-legacy/structure/_core.scss */
.x-form-radio-group .x-item-disabled {
  filter: none;
}

/* line 130, ../sass/azzurra-legacy/structure/_core.scss */
.x-splitbar-proxy {
  position: absolute;
  visibility: hidden;
  z-index: 20001;
  zoom: 1;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}

/* line 140, ../sass/azzurra-legacy/structure/_core.scss */
.x-splitbar-h, .x-splitbar-proxy-h {
  cursor: e-resize;
  cursor: col-resize;
}

/* line 145, ../sass/azzurra-legacy/structure/_core.scss */
.x-splitbar-v, .x-splitbar-proxy-v {
  cursor: s-resize;
  cursor: row-resize;
}

/* line 150, ../sass/azzurra-legacy/structure/_core.scss */
.x-color-palette {
  width: 150px;
  height: 92px;
  cursor: pointer;
}

/* line 156, ../sass/azzurra-legacy/structure/_core.scss */
.x-color-palette a {
  border: 1px solid;
  float: left;
  padding: 2px;
  text-decoration: none;
  -moz-outline: 0 none;
  outline: 0 none;
  cursor: pointer;
}

/* line 166, ../sass/azzurra-legacy/structure/_core.scss */
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  border: 1px solid;
}

/* line 170, ../sass/azzurra-legacy/structure/_core.scss */
.x-color-palette em {
  display: block;
  border: 1px solid;
}

/* line 175, ../sass/azzurra-legacy/structure/_core.scss */
.x-color-palette em span {
  cursor: pointer;
  display: block;
  height: 10px;
  line-height: 10px;
  width: 10px;
}

/* line 183, ../sass/azzurra-legacy/structure/_core.scss */
.x-ie-shadow {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  zoom: 1;
}

/* line 192, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}

/* line 200, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow * {
  overflow: hidden;
}

/* line 204, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow * {
  padding: 0;
  border: 0;
  margin: 0;
  clear: none;
  zoom: 1;
}

/* top  bottom */
/* line 213, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xstc, .x-shadow .xsbc {
  height: 6px;
  float: left;
}

/* corners */
/* line 219, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
  width: 6px;
  height: 6px;
  float: left;
}

/* sides */
/* line 226, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsc {
  width: 100%;
}

/* line 230, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsml, .x-shadow .xsmr {
  width: 6px;
  float: left;
  height: 100%;
}

/* line 236, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsmc {
  float: left;
  height: 100%;
  background-color: transparent;
}

/* line 242, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xst, .x-shadow .xsb {
  height: 6px;
  overflow: hidden;
  width: 100%;
}

/* line 248, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsml {
  background: transparent repeat-y 0 0;
}

/* line 252, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsmr {
  background: transparent repeat-y -6px 0;
}

/* line 256, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xstl {
  background: transparent no-repeat 0 0;
}

/* line 260, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xstc {
  background: transparent repeat-x 0 -30px;
}

/* line 264, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xstr {
  background: transparent repeat-x 0 -18px;
}

/* line 268, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsbl {
  background: transparent no-repeat 0 -12px;
}

/* line 272, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsbc {
  background: transparent repeat-x 0 -36px;
}

/* line 276, ../sass/azzurra-legacy/structure/_core.scss */
.x-shadow .xsbr {
  background: transparent repeat-x 0 -6px;
}

/* line 280, ../sass/azzurra-legacy/structure/_core.scss */
.loading-indicator {
  background: no-repeat left;
  padding-left: 20px;
  line-height: 16px;
  margin: 3px;
}

/* line 287, ../sass/azzurra-legacy/structure/_core.scss */
.x-text-resize {
  position: absolute;
  left: -1000px;
  top: -1000px;
  visibility: hidden;
  zoom: 1;
}

/* line 295, ../sass/azzurra-legacy/structure/_core.scss */
.x-drag-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/azzurra-legacy/s.gif");
  z-index: 20000;
}

/* line 306, ../sass/azzurra-legacy/structure/_core.scss */
.x-clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* line 314, ../sass/azzurra-legacy/structure/_core.scss */
.x-spotlight {
  z-index: 8999;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  width: 0;
  height: 0;
  zoom: 1;
}

/* line 327, ../sass/azzurra-legacy/structure/_core.scss */
#x-history-frame {
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

/* line 336, ../sass/azzurra-legacy/structure/_core.scss */
#x-history-field {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 1px;
  visibility: hidden;
}

/* line 4, ../sass/azzurra-legacy/visual/_core.scss */
.ext-el-mask {
  background-color: #ccc;
}

/* line 8, ../sass/azzurra-legacy/visual/_core.scss */
.ext-el-mask-msg {
  border-color: #a0aab3;
  background-color: #cbd0d5;
}

/* line 13, ../sass/azzurra-legacy/visual/_core.scss */
.ext-el-mask-msg div {
  background-color: #eee;
  border-color: #b4bbc3;
  color: #222;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
  background-image: url("../images/azzurra-legacy/grid/loading.gif");
  /*background-repeat: no-repeat;
  background-position:left center;*/
}

/* line 23, ../sass/azzurra-legacy/visual/_core.scss */
.x-mask-loading div {
  background-color: #fbfbfb;
  background-image: url("../images/azzurra-legacy/grid/loading.gif");
}

/* line 28, ../sass/azzurra-legacy/visual/_core.scss */
.x-item-disabled {
  color: gray;
}

/* line 32, ../sass/azzurra-legacy/visual/_core.scss */
.x-item-disabled {
  color: #d9d9d9 !important;
}

/* line 36, ../sass/azzurra-legacy/visual/_core.scss */
.x-splitbar-proxy {
  background-color: #aaa;
}

/* line 40, ../sass/azzurra-legacy/visual/_core.scss */
.x-color-palette a {
  border-color: #fff;
}

/* line 44, ../sass/azzurra-legacy/visual/_core.scss */
.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
  border-color: #8bb8f3;
  background-color: #deecfd;
}

/*
.x-color-palette em:hover, .x-color-palette span:hover{   
	background-color: #deecfd;
}
*/
/* line 55, ../sass/azzurra-legacy/visual/_core.scss */
.x-color-palette em {
  border-color: #aca899;
}

/* line 59, ../sass/azzurra-legacy/visual/_core.scss */
.x-ie-shadow {
  background-color: #777;
}

/* line 63, ../sass/azzurra-legacy/visual/_core.scss */
.x-shadow .xsmc {
  background-image: url("../images/azzurra-legacy/shadow-c.png");
}

/* line 67, ../sass/azzurra-legacy/visual/_core.scss */
.x-shadow .xsml, .x-shadow .xsmr {
  background-image: url("../images/azzurra-legacy/shadow-lr.png");
}

/* line 71, ../sass/azzurra-legacy/visual/_core.scss */
.x-shadow .xstl, .x-shadow .xstc, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbc, .x-shadow .xsbr {
  background-image: url("../images/azzurra-legacy/shadow.png");
}

/* line 75, ../sass/azzurra-legacy/visual/_core.scss */
.loading-indicator {
  font-size: 11px;
  background-image: url("../images/azzurra-legacy/grid/loading.gif");
}

/* line 80, ../sass/azzurra-legacy/visual/_core.scss */
.x-spotlight {
  background-color: #ccc;
}

/*!
* Resizable
*/
/* line 7, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle {
  position: absolute;
  z-index: 100;
  /* ie needs these */
  font-size: 1px;
  line-height: 6px;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
}

/* line 19, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-east {
  width: 6px;
  cursor: e-resize;
  right: 0;
  top: 0;
  height: 100%;
}

/* line 27, ../sass/azzurra-legacy/structure/_resizable.scss */
.ext-ie .x-resizable-handle-east {
  margin-right: -1px;
  /*IE rounding error*/
}

/* line 31, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-south {
  width: 100%;
  cursor: s-resize;
  left: 0;
  bottom: 0;
  height: 6px;
}

/* line 39, ../sass/azzurra-legacy/structure/_resizable.scss */
.ext-ie .x-resizable-handle-south {
  margin-bottom: -1px;
  /*IE rounding error*/
}

/* line 43, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-west {
  width: 6px;
  cursor: w-resize;
  left: 0;
  top: 0;
  height: 100%;
}

/* line 51, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-north {
  width: 100%;
  cursor: n-resize;
  left: 0;
  top: 0;
  height: 6px;
}

/* line 59, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-southeast {
  width: 6px;
  cursor: se-resize;
  right: 0;
  bottom: 0;
  height: 6px;
  z-index: 101;
}

/* line 68, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-northwest {
  width: 6px;
  cursor: nw-resize;
  left: 0;
  top: 0;
  height: 6px;
  z-index: 101;
}

/* line 77, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-northeast {
  width: 6px;
  cursor: ne-resize;
  right: 0;
  top: 0;
  height: 6px;
  z-index: 101;
}

/* line 86, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-handle-southwest {
  width: 6px;
  cursor: sw-resize;
  left: 0;
  bottom: 0;
  height: 6px;
  z-index: 101;
}

/* line 95, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* line 100, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  background-position: left;
}

/* line 106, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-position: top;
}

/* line 112, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  background-position: top left;
}

/* line 116, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  background-position: bottom right;
}

/* line 120, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  background-position: bottom left;
}

/* line 124, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  background-position: top right;
}

/* line 128, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-proxy {
  border: 1px dashed;
  position: absolute;
  overflow: hidden;
  display: none;
  left: 0;
  top: 0;
  z-index: 50000;
}

/* line 138, ../sass/azzurra-legacy/structure/_resizable.scss */
.x-resizable-overlay {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200000;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 3, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-handle {
  background-color: #fff;
}

/* line 6, ../sass/azzurra-legacy/visual/_resizable.scss */
#basic, #animated {
  border: 1px solid #aeb6be;
}

/* line 10, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east,
.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west {
  background-image: url("../images/azzurra-legacy/sizer/e-handle.gif");
}

/* line 16, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south,
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-image: url("../images/azzurra-legacy/sizer/s-handle.gif");
}

/* line 22, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north {
  background-image: url("../images/azzurra-legacy/sizer/s-handle.gif");
}

/* line 25, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast {
  background-image: url("../images/azzurra-legacy/sizer/se-handle.gif");
}

/* line 28, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest {
  background-image: url("../images/azzurra-legacy/sizer/nw-handle.gif");
}

/* line 31, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast {
  background-image: url("../images/azzurra-legacy/sizer/ne-handle.gif");
}

/* line 34, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest {
  background-image: url("../images/azzurra-legacy/sizer/sw-handle.gif");
}

/* line 37, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-proxy {
  border-color: #3b5a82;
}

/* line 40, ../sass/azzurra-legacy/visual/_resizable.scss */
.x-resizable-overlay {
  background-color: #fff;
}

/* line 16, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-header {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}
/* line 24, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-top {
  padding-top: 3px;
}
/* line 27, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-top li {
  border-style: solid;
  border-width: 0;
}
/* line 35, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-top .x-tab-strip-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
  position: relative;
}
/* line 43, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-footer {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
/* line 51, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-bottom {
  padding-bottom: 3px;
}
/* line 53, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-bottom li {
  border-width: 0;
  border-style: solid;
}
/* line 61, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-bottom .x-tab-strip-active {
  padding-top: 1px;
  margin-top: -1px;
  position: relative;
}
/* line 68, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-spacer {
  height: 3px;
  font-size: 1px;
  line-height: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
}
/* line 80, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-header-plain {
  border-width: 0;
}
/* line 83, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-top li {
  border-top-width: 1px;
}
/* line 85, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-top li:first-child {
  border-left-width: 1px;
}
/* line 91, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}
/* line 98, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-footer-plain {
  border-width: 0;
}
/* line 101, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-bottom li {
  border-bottom-width: 1px;
}
/* line 103, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-bottom li:first-child {
  border-left-width: 1px;
}
/* line 109, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}
/* line 116, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip span.x-tab-strip-text {
  line-height: 16px !important;
}
/* line 124, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-top .x-tab-right {
  padding-left: 14px;
}
/* line 127, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-top .x-tab-left {
  padding-right: 14px;
}
/* line 133, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-bottom .x-tab-right {
  padding-left: 14px;
}
/* line 136, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-bottom .x-tab-left {
  padding-right: 14px;
}
/* line 141, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-closable .x-tab-left {
  padding-right: 26px;
}

/*!
 * Tabs
 */
/* line 168, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel {
  overflow: hidden;
}

/* line 172, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-header, .x-tab-panel-footer {
  overflow: hidden;
  zoom: 1;
}

/* line 188, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  zoom: 1;
  margin-bottom: -1px;
}

/* line 196, ../sass/azzurra-legacy/structure/_tabs.scss */
ul.x-tab-strip {
  display: block;
  width: 5000px;
  zoom: 1;
}

/* line 202, ../sass/azzurra-legacy/structure/_tabs.scss */
ul.x-tab-strip-top {
  padding-top: 1px;
}

/* line 208, ../sass/azzurra-legacy/structure/_tabs.scss */
ul.x-tab-strip-bottom {
  padding-bottom: 1px;
}

/* line 215, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-header-plain .x-tab-strip-top {
  background: transparent !important;
  padding-top: 0 !important;
}

/* line 220, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-header-plain {
  background: transparent !important;
  border-width: 0 !important;
  padding-bottom: 0 !important;
}

/* line 242, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-footer-plain .x-tab-strip-bottom {
  background: transparent !important;
  padding-bottom: 0 !important;
}

/* line 247, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-footer-plain {
  background: transparent !important;
  border-width: 0 !important;
  padding-top: 0 !important;
}

/* line 253, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,
.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer {
  height: 3px;
}

/* line 258, ../sass/azzurra-legacy/structure/_tabs.scss */
ul.x-tab-strip li {
  float: left;
}

/* line 263, ../sass/azzurra-legacy/structure/_tabs.scss */
ul.x-tab-strip li.x-tab-edge {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 1px !important;
  line-height: 1px !important;
  overflow: hidden;
  zoom: 1;
  background: transparent !important;
  width: 1px;
}

/* line 276, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip a, .x-tab-strip span, .x-tab-strip em {
  display: block;
}

/* line 280, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip a {
  text-decoration: none !important;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
}

/* line 287, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 292, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip span.x-tab-strip-text {
  white-space: nowrap;
  cursor: pointer;
  padding: 4px 0;
}

/* line 298, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-with-icon .x-tab-right {
  padding-left: 6px;
}

/* line 302, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
  padding-left: 20px;
  background-position: 0 3px;
  background-repeat: no-repeat;
}

/* line 308, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-active, .x-tab-strip-active a.x-tab-right {
  cursor: default;
}

/* line 312, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-active span.x-tab-strip-text {
  cursor: default;
}

/* line 316, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-disabled .x-tabs-text {
  cursor: default;
}

/* line 320, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-body {
  overflow: hidden;
}

/* line 324, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-bwrap {
  overflow: hidden;
}

/* line 328, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-ie .x-tab-strip .x-tab-right {
  position: relative;
}

/* line 332, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
  margin-bottom: -1px;
}

/*
 * Horrible hack for IE8 in quirks mode
 */
/* line 339, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-ie8 .x-tab-strip li {
  position: relative;
}

/* line 342, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-border-box .ext-ie8 .x-tab-strip-top .x-tab-right {
  top: 1px;
}

/* line 345, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-ie8 .x-tab-strip-top {
  padding-top: 1;
}

/* line 348, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-border-box .ext-ie8 .x-tab-strip-top {
  padding-top: 0;
}

/* line 351, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  top: 3px;
}

/* line 354, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-border-box .ext-ie8 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  top: 4px;
}

/* line 357, ../sass/azzurra-legacy/structure/_tabs.scss */
.ext-ie8 .x-tab-strip-bottom .x-tab-right {
  top: 0;
}

/* line 361, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  padding-bottom: 5px;
}

/* line 365, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  margin-top: -1px;
}

/* line 369, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
  padding-top: 5px;
}

/* line 383, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-inner {
  background: transparent repeat-x 0 -201px;
}

/* line 387, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-over .x-tab-right {
  background-position: 0 -101px;
}

/* line 391, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-over .x-tab-left {
  background-position: right -401px;
}

/* line 395, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
  background-position: 0 -251px;
}

/* line 399, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
  background-position: 0 0;
}

/* line 403, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
  background-position: right -301px;
}

/* line 407, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
  background-position: 0 -151px;
}

/* line 411, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-right {
  background: no-repeat bottom right;
}

/* line 415, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-left {
  background: no-repeat bottom left;
}

/* line 419, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
  background: no-repeat bottom right;
}

/* line 423, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
  background: no-repeat bottom left;
}

/* line 427, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-left {
  margin-right: 3px;
}

/* line 432, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-bottom .x-tab-right {
  padding: 0;
}

/* line 436, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip .x-tab-strip-close {
  display: none;
}

/* line 440, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip-closable {
  position: relative;
}

/* line 448, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
  opacity: .6;
  -moz-opacity: .6;
  background-repeat: no-repeat;
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 2;
}

/* line 462, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
  opacity: .8;
  -moz-opacity: .8;
}

/* line 466, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
  opacity: 1;
  -moz-opacity: 1;
}

/* line 471, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-body {
  border: 1px solid;
}

/* line 475, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-body-top {
  border-top: 0 none;
}

/* line 479, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-body-bottom {
  border-bottom: 0 none;
}

/* line 483, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scroller-left {
  background: transparent no-repeat 0 0;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 493, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scroller-left-over {
  background-position: 0 0;
}

/* line 497, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scroller-left-disabled {
  background-position: -18px 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 505, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scroller-right {
  background: transparent no-repeat 0 0;
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 516, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scroller-right-over {
  background-position: -18px 0;
}

/* line 520, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scroller-right-disabled {
  background-position: 0 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 528, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scrolling-bottom .x-tab-scroller-left, .x-tab-scrolling-bottom .x-tab-scroller-right {
  margin-top: 1px;
}

/* line 532, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scrolling .x-tab-strip-wrap {
  margin-left: 18px;
  margin-right: 18px;
}

/* line 537, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-scrolling {
  position: relative;
}

/* line 541, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-bbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px;
}

/* line 548, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel-tbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px;
}

/* line 554, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-tabmenu-right {
  background-repeat: no-repeat;
  /*border-bottom: 1px solid;*/
  width: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

/* line 564, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-tabmenu-over {
  background-position: -18px 0;
}

/* line 65, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip li {
  background-color: transparent;
  border-color: transparent;
}
/* line 69, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip li .x-tab-strip-text {
  color: #57626d;
  font-size: 11px;
  font-weight: 700;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #aeb6be;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #929da8;
}
/* line 93, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip .x-tab-strip-active .x-tab-strip-text {
  color: white;
}
/* line 116, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-panel-header {
  border-color: #aeb6be;
}
/* line 119, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-panel-header .x-tab-strip-wrap {
  background-color: transparent;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 189, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-panel-footer {
  border-color: #aeb6be;
}
/* line 192, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-panel-footer .x-tab-strip-wrap {
  background-color: transparent;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 262, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip-closable:hover a.x-tab-strip-close {
  background-image: url("../images/azzurra-legacy/tabs/tab-close.gif");
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip-spacer {
  border-color: #929da8;
  background-color: #929da8;
}
/* line 273, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-panel-body {
  border-color: #aeb6be;
  background-color: #f8f9f9;
}

/* line 353, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel-header, .x-tab-panel-footer {
  overflow: hidden;
  zoom: 1;
}

/* line 443, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel-body-top {
  border-top: 0 none;
}

/* line 447, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel-body-bottom {
  border-bottom: 0 none;
}

/* line 451, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-scroller-left {
  background-image: url("../images/azzurra-legacy/tabs/scroll-left-no-border.gif");
}

/* line 456, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-scroller-left-over {
  background-position: 0 0;
}

/* line 460, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-scroller-left-disabled {
  background-position: -18px 0;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
}

/* line 468, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-scroller-right {
  background-image: url("../images/azzurra-legacy/tabs/scroll-right-no-border.gif");
}

/* line 473, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar {
  border-color: #99bbe8;
}

/* line 476, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-tabmenu-right {
  background-image: url("../images/azzurra-legacy/tabs/tab-scroller-menu-gray.gif");
}

/* line 3, ../sass/azzurra-legacy/overrides/_tabbar.scss */
.x-tab-panel-header-plain {
  background-image: none !important;
}

/* line 7, ../sass/azzurra-legacy/overrides/_tabbar.scss */
.x-tab-panel .x-tab-strip-spacer {
  border-bottom-width: 0 !important;
}

/* line 11, ../sass/azzurra-legacy/overrides/_tabbar.scss */
.x-tab-panel.strip-spacer .x-tab-strip-spacer {
  border-bottom-width: 1px !important;
}

/* line 15, ../sass/azzurra-legacy/overrides/_tabbar.scss */
.x-tab-strip-wrap {
  padding-left: 2px !important;
}

/* line 6, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-text, .ext-ie .x-form-file {
  height: 25px;
  line-height: 21px;
  vertical-align: middle;
}

/* line 12, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-form-text, .ext-ie7 .x-form-text {
  margin: -1px 0;
  /* ie bogus margin bug */
  height: 25px;
  /* ie quirks */
  line-height: 21px;
}

/* line 18, ../sass/azzurra-legacy/structure/_form.scss */
.x-quirks .ext-ie9 .x-form-text {
  height: 25px;
  padding-top: 3px;
  padding-bottom: 0px;
}

/* line 24, ../sass/azzurra-legacy/structure/_form.scss */
.ext-strict .x-form-text {
  height: 21px;
}

/* select boxes */
/* line 29, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-select-one {
  height: 23px;
  line-height: 21px;
  vertical-align: middle;
  border: 1px solid;
}

/* line 37, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-field-wrap .x-form-trigger {
  width: 16px;
  height: 23px;
  background: transparent no-repeat 0 center;
  cursor: pointer;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-left: 0;
  position: absolute;
  top: 0;
}

/* line 52, ../sass/azzurra-legacy/structure/_form.scss */
.x-small-editor .x-form-text {
  height: 22px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 58, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  margin-top: -1px !important;
  /* ie bogus margin bug */
  margin-bottom: -1px !important;
  height: 22px !important;
  /* ie quirks */
  line-height: 18px !important;
}

/* line 65, ../sass/azzurra-legacy/structure/_form.scss */
.ext-strict .x-small-editor .x-form-text {
  height: 18px !important;
}

/* line 69, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  height: 22px;
  line-height: 18px;
}

/* line 74, ../sass/azzurra-legacy/structure/_form.scss */
.ext-border-box .x-small-editor .x-form-text {
  height: 22px;
}

/* line 78, ../sass/azzurra-legacy/structure/_form.scss */
.x-small-editor .x-form-select-one {
  height: 22px;
  line-height: 18px;
  vertical-align: middle;
}

/* line 84, ../sass/azzurra-legacy/structure/_form.scss */
.x-small-editor .x-form-field-wrap .x-form-trigger {
  height: 20px;
}

/* line 88, ../sass/azzurra-legacy/structure/_form.scss */
.ext-strict .ext-webkit .x-small-editor .x-form-text {
  height: 16px !important;
}

/*!
 * Form
 */
/* all fields */
/* line 110, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-field {
  margin: 0 0 0 0;
}

/* line 114, ../sass/azzurra-legacy/structure/_form.scss */
.ext-webkit *:focus {
  outline: none !important;
}

/* ---- text fields ---- */
/* line 119, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-text, textarea.x-form-field {
  padding: 1px 3px;
  background: repeat-x 0 0;
  border: 1px solid;
}

/* line 125, ../sass/azzurra-legacy/structure/_form.scss */
textarea.x-form-field {
  padding: 2px 3px;
}

/* Ugly hacks for the bogus 1px margin bug in IE9 quirks */
/* line 148, ../sass/azzurra-legacy/structure/_form.scss */
.x-quirks .ext-ie9 .x-input-wrapper .x-form-text,
.x-quirks .ext-ie9 .x-form-field-trigger-wrap .x-form-text {
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 153, ../sass/azzurra-legacy/structure/_form.scss */
.x-quirks .ext-ie9 .x-input-wrapper .x-form-element {
  margin-bottom: -1px;
}

/* line 157, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-form-field-wrap .x-form-file-btn, .ext-ie7 .x-form-field-wrap .x-form-file-btn {
  top: -1px;
  /* because of all these margin hacks, these buttons are off by one pixel in IE6,7 */
}

/* line 161, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 textarea.x-form-field, .ext-ie7 textarea.x-form-field {
  margin: -1px 0;
  /* ie bogus margin bug */
}

/* line 169, ../sass/azzurra-legacy/structure/_form.scss */
.ext-safari.ext-mac textarea.x-form-field {
  margin-bottom: -2px;
  /* another bogus margin bug, safari/mac only */
}

/*
.ext-strict .ext-ie8 .x-form-text, .ext-strict .ext-ie8 textarea.x-form-field {
	margin-bottom: 1px;
}
*/
/* line 179, ../sass/azzurra-legacy/structure/_form.scss */
.ext-gecko .x-form-text, .ext-ie8 .x-form-text {
  padding-top: 2px;
  /* FF won't center the text vertically */
  padding-bottom: 0;
}

/* line 184, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-form-composite .x-form-text.x-box-item, .ext-ie7 .x-form-composite .x-form-text.x-box-item {
  margin: 0 !important;
  /* clear ie bogus margin bug fix */
}

/* line 188, ../sass/azzurra-legacy/structure/_form.scss */
textarea {
  resize: none;
  /* Disable browser resizable textarea */
}

/* select boxes */
/* multi select boxes */
/* --- TODO --- */
/* 2.0.2 style */
/* line 205, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-check-wrap {
  line-height: 18px;
  height: auto;
}

/* line 210, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-form-check-wrap input {
  width: 15px;
  height: 15px;
}

/* line 215, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-check-wrap input {
  vertical-align: bottom;
}

/* line 219, ../sass/azzurra-legacy/structure/_form.scss */
.x-editor .x-form-check-wrap {
  padding: 3px;
}

/* line 223, ../sass/azzurra-legacy/structure/_form.scss */
.x-editor .x-form-checkbox {
  height: 13px;
}

/* line 227, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-check-group-label {
  border-bottom: 1px solid;
  margin-bottom: 5px;
  padding-left: 3px !important;
  float: none !important;
}

/* wrapped fields and triggers */
/* line 248, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-field-wrap .x-form-date-trigger, .x-form-field-wrap .x-form-clear-trigger, .x-form-field-wrap .x-form-search-trigger {
  cursor: pointer;
}

/* line 252, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger {
  position: static;
  top: auto;
  vertical-align: top;
}

/* line 258, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-field-wrap {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
  zoom: 1;
  white-space: nowrap;
}

/* line 266, ../sass/azzurra-legacy/structure/_form.scss */
.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-trigger {
  right: 0;
  /* IE8 Strict mode trigger bug */
}

/* line 270, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-field-wrap .x-form-trigger-over {
  background-position: -17px center;
}

/* line 274, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-field-wrap .x-form-trigger-click {
  background-position: -34px center;
}

/* line 278, ../sass/azzurra-legacy/structure/_form.scss */
.x-trigger-wrap-focus .x-form-trigger {
  background-position: -51px center;
}

/* line 282, ../sass/azzurra-legacy/structure/_form.scss */
.x-trigger-wrap-focus .x-form-trigger-over {
  background-position: -68px center;
}

/* line 286, ../sass/azzurra-legacy/structure/_form.scss */
.x-trigger-wrap-focus .x-form-trigger-click {
  background-position: -68px center;
}

/* line 290, ../sass/azzurra-legacy/structure/_form.scss */
.x-trigger-wrap-focus .x-form-trigger {
  border-bottom: 1px solid;
}

/* line 294, ../sass/azzurra-legacy/structure/_form.scss */
.x-item-disabled .x-form-trigger-over {
  background-position: 0 0 !important;
  border-bottom: 1px solid;
}

/* line 299, ../sass/azzurra-legacy/structure/_form.scss */
.x-item-disabled .x-form-trigger-click {
  background-position: 0 0 !important;
  border-bottom: 1px solid;
}

/* line 304, ../sass/azzurra-legacy/structure/_form.scss */
.x-trigger-noedit {
  cursor: pointer;
}

/* field focus style */
/* line 309, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-focus, textarea.x-form-focus {
  border: 1px solid;
}

/* invalid fields */
/* line 314, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-invalid, textarea.x-form-invalid {
  background: repeat-x bottom;
  border: 1px solid;
}

/* line 319, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-inner-invalid, textarea.x-form-inner-invalid {
  background: repeat-x bottom;
}

/* editors */
/* line 324, ../sass/azzurra-legacy/structure/_form.scss */
.x-editor {
  visibility: hidden;
  padding: 0;
  margin: 0;
}

/* line 330, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-grow-sizer {
  left: -10000px;
  padding: 8px 3px;
  position: absolute;
  visibility: hidden;
  top: -10000px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  zoom: 1;
}

/* line 344, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-grow-sizer p {
  margin: 0 !important;
  border: 0 none !important;
  padding: 0 !important;
}

/* Form Items CSS */
/* line 352, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-item {
  display: block;
  margin-bottom: 4px;
  zoom: 1;
}

/* line 358, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-item label.x-form-item-label {
  display: block;
  float: left;
  width: 83px;
  padding: 3px;
  padding-left: 0;
  clear: left;
  z-index: 2;
  position: relative;
}

/* line 369, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-element {
  padding-left: 93px;
  position: relative;
}

/* line 374, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-invalid-msg {
  padding: 2px;
  padding-left: 18px;
  background: transparent no-repeat 0 2px;
  line-height: 16px;
  width: 200px;
}

/* line 382, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-label-left label.x-form-item-label {
  text-align: left;
}

/* line 386, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-label-right label.x-form-item-label {
  text-align: right;
}

/* line 390, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-label-top .x-form-item label.x-form-item-label {
  width: auto;
  float: none;
  clear: none;
  display: inline;
  margin-bottom: 4px;
  position: static;
}

/* line 399, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-label-top .x-form-element {
  padding-left: 0;
  padding-top: 4px;
}

/* line 404, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-label-top .x-form-item {
  padding-bottom: 4px;
}

/* Editor small font for grid, toolbar and tree */
/* line 415, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-small-editor .x-form-text, .ext-ie7 .x-small-editor .x-form-text {
  margin-top: -1px !important;
  /* ie bogus margin bug */
  margin-bottom: -1px !important;
}

/* line 441, ../sass/azzurra-legacy/structure/_form.scss */
.x-small-editor .x-form-num-field {
  text-align: right;
}

/* line 449, ../sass/azzurra-legacy/structure/_form.scss */
.ext-webkit .x-small-editor .x-form-text {
  /*padding-top:3px;*/
  padding-top: 0px;
  font-size: 100%;
}

/* line 457, ../sass/azzurra-legacy/structure/_form.scss */
.ext-strict .ext-webkit .x-small-editor .x-form-text {
  height: 20px !important;
}

/* line 461, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* line 468, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-clear-left {
  clear: left;
  height: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

/* line 476, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-form-check-wrap input, .ext-border-box .x-form-check-wrap input {
  margin-top: 3px;
}

/* line 480, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-cb-label {
  position: relative;
  margin-left: 4px;
  top: 2px;
}

/* line 486, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-form-cb-label {
  top: 1px;
}

/* line 490, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 .x-form-cb-label, .ext-border-box .x-form-cb-label {
  top: 3px;
}

/* line 494, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-display-field {
  padding-top: 2px;
}

/* line 498, ../sass/azzurra-legacy/structure/_form.scss */
.ext-gecko .x-form-display-field, .ext-strict .ext-ie7 .x-form-display-field {
  padding-top: 1px;
}

/* line 502, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-form-display-field {
  padding-top: 3px;
}

/* line 506, ../sass/azzurra-legacy/structure/_form.scss */
.ext-strict .ext-ie8 .x-form-display-field {
  padding-top: 0;
}

/* line 510, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-column {
  float: left;
  padding: 0;
  margin: 0;
  width: 48%;
  overflow: hidden;
  zoom: 1;
}

/* buttons */
/* line 520, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-btn {
  float: right;
  clear: none;
}

/* line 525, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-form-btns td {
  border: 0;
  padding: 0;
}

/* line 530, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-form-btns-right table {
  float: right;
  clear: none;
}

/* line 535, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-form-btns-left table {
  float: left;
  clear: none;
}

/* line 540, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-form-btns-center {
  text-align: center;
  /*ie*/
}

/* line 544, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-form-btns-center table {
  margin: 0 auto;
  /*everyone else*/
}

/* line 548, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct table td.x-form-btn-td {
  padding: 3px;
}

/* line 552, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-btn-focus .x-btn-left {
  background-position: 0 -147px;
}

/* line 556, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right {
  background-position: 0 -168px;
}

/* line 560, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center {
  background-position: 0 -189px;
}

/* line 564, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-btn-click .x-btn-center {
  background-position: 0 -126px;
}

/* line 568, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-btn-click .x-btn-right {
  background-position: 0 -84px;
}

/* line 572, ../sass/azzurra-legacy/structure/_form.scss */
.x-form .x-form-btns-ct .x-btn-click .x-btn-left {
  background-position: 0 -63px;
}

/* line 576, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-invalid-icon {
  width: 16px;
  height: 18px;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: transparent no-repeat 0 2px;
}

/* fieldsets */
/* line 588, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  /* preserve margins in IE */
}

/* make top of checkbox/tools visible in webkit */
/* line 596, ../sass/azzurra-legacy/structure/_form.scss */
.ext-webkit .x-fieldset-header {
  padding-top: 1px;
}

/* line 600, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-fieldset legend {
  margin-bottom: 10px;
}

/* line 604, ../sass/azzurra-legacy/structure/_form.scss */
.ext-strict .ext-ie9 .x-fieldset legend.x-fieldset-header {
  padding-top: 1px;
}

/* line 608, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-fieldset {
  padding-top: 0;
  padding-bottom: 10px;
}

/* line 613, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset legend .x-tool-toggle {
  margin-right: 3px;
  margin-left: 0;
  float: left !important;
}

/* line 619, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset legend input {
  margin-right: 3px;
  float: left !important;
  height: 13px;
  width: 13px;
}

/* line 626, ../sass/azzurra-legacy/structure/_form.scss */
fieldset.x-panel-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 1px 0 1px !important;
  border-left-color: transparent;
  border-right-color: transparent;
}

/* line 633, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie6 fieldset.x-panel-collapsed {
  padding-bottom: 0 !important;
  border-width: 1px 0 0 0 !important;
  margin-left: 1px;
  margin-right: 1px;
}

/* line 640, ../sass/azzurra-legacy/structure/_form.scss */
fieldset.x-panel-collapsed .x-fieldset-bwrap {
  visibility: hidden;
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* line 647, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-fieldset-bwrap {
  zoom: 1;
}

/* line 651, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset-noborder {
  border: 0px none transparent;
}

/* line 655, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset-noborder legend {
  margin-left: -3px;
}

/* IE legend positioning bug */
/* line 660, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-fieldset-noborder legend {
  position: relative;
  margin-bottom: 23px;
}

/* line 664, ../sass/azzurra-legacy/structure/_form.scss */
.ext-ie .x-fieldset-noborder legend span {
  position: absolute;
  left: 16px;
}

/* line 669, ../sass/azzurra-legacy/structure/_form.scss */
.ext-gecko .x-window-body .x-form-item {
  -moz-outline: none;
  outline: none;
  overflow: auto;
}

/* line 675, ../sass/azzurra-legacy/structure/_form.scss */
.ext-mac.ext-gecko .x-window-body .x-form-item {
  overflow: hidden;
}

/* line 679, ../sass/azzurra-legacy/structure/_form.scss */
.ext-gecko .x-form-item {
  -moz-outline: none;
  outline: none;
}

/* line 684, ../sass/azzurra-legacy/structure/_form.scss */
.x-hide-label label.x-form-item-label {
  display: none;
}

/* line 688, ../sass/azzurra-legacy/structure/_form.scss */
.x-hide-label .x-form-element {
  padding-left: 0 !important;
}

/* line 692, ../sass/azzurra-legacy/structure/_form.scss */
.x-form-label-top .x-hide-label label.x-form-item-label {
  display: none;
}

/* line 696, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset {
  overflow: hidden;
}

/* line 700, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 705, ../sass/azzurra-legacy/structure/_form.scss */
.x-fieldset-body {
  overflow: hidden;
}

/* line 75, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-item {
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  color: #31373d;
}

/* line 82, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-field {
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
}

/* line 88, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-text, textarea.x-form-field {
  background-color: #fefefe;
  border-color: #aeb6be;
  color: #31373d;
}
/* line 100, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-text.x-form-empty-field, textarea.x-form-field.x-form-empty-field {
  color: gray;
}

/* line 105, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-focus, textarea.x-form-focus {
  background-color: white;
  border-color: #768391;
}
/* line 117, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-focus.x-form-empty-field, textarea.x-form-focus.x-form-empty-field {
  color: red;
}

/* line 122, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-invalid, textarea.x-form-invalid {
  border-color: #c54a4a;
  color: #475059;
}

/* line 139, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-invalid.x-form-composite {
  border: none;
  background-image: none;
  background-image: none;
}

/* line 163, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-field-wrap {
  /*.x-form-trigger-over {
    background-color: lighten($form-trigger-ui-background-color, 2);
    background-image: background-image($theme-name,$form-ui-trigger-sprite);
    border-color: $form-trigger-ui-border-color;
    @if $form-trigger-ui-shadow != null {
      @include box-shadow();
    }
  }*/
  /*.x-form-spinner-trigger {
      background-image:($theme-name,$form-ui-search-trigger-sprite);
  }*/
}
/* line 164, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-field-wrap .x-form-trigger {
  background-color: #e8e8e8;
  background-image: url("../images/azzurra-legacy/form/trigger.png");
  border-color: #aeb6be;
}
/* line 180, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-field-wrap .x-form-date-trigger {
  background-image: url("../images/azzurra-legacy/form/date-trigger.png");
}
/* line 183, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-field-wrap .x-form-clear-trigger {
  background-image: url("../images/azzurra-legacy/form/clear-trigger.png");
}
/* line 186, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-field-wrap .x-form-search-trigger {
  background-image: url("../images/azzurra-legacy/form/search-trigger1.png");
}
/* line 194, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-field-wrap .x-form-trigger-over {
  background-color: #ededed;
}

/* line 250, ../sass/azzurra-legacy/visual/_form.scss */
.x-fieldset {
  border-color: #aeb6be;
}

/* line 254, ../sass/azzurra-legacy/visual/_form.scss */
.x-fieldset legend {
  color: #31373d;
  font-size: 11px;
  font-weight: normal;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 261, ../sass/azzurra-legacy/visual/_form.scss */
.x-check-group-alt {
  background-color: #eff1f2;
  border-top: 1px solid #aeb6be;
  border-bottom: 1px solid #aeb6be;
}

/* line 357, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-select-one {
  background-color: #fff;
  border-color: #b5b8c8;
}

/* line 362, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-check-group-label {
  border-bottom: 1px solid #aeb6be;
  color: red;
}

/* line 367, ../sass/azzurra-legacy/visual/_form.scss */
.x-editor .x-form-check-wrap {
  background-color: #fff;
}

/* line 426, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-grow-sizer {
  font: normal 12px "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 434, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-invalid-msg {
  color: #c0272b;
  font: normal 11px "Segoe UI", tahoma, arial, verdana, sans-serif;
  background-image: url("../images/azzurra-legacy/shared/warning.gif");
}

/* line 444, ../sass/azzurra-legacy/visual/_form.scss */
.x-small-editor .x-form-field {
  font: normal 11px "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 448, ../sass/azzurra-legacy/visual/_form.scss */
.ext-webkit .x-small-editor .x-form-field {
  font: normal 11px "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 452, ../sass/azzurra-legacy/visual/_form.scss */
.x-form-invalid-icon {
  background-image: url("../images/azzurra-legacy/form/exclamation.gif");
}

/*!
* Button
*/
/* line 15, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn {
  padding: 0 0px;
}
/* line 20, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-noicon .x-btn-small .x-btn-text {
  height: 16px;
  line-height: 16px;
}
/* line 24, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-noicon .x-btn-medium .x-btn-text {
  height: 24px;
  line-height: 24px;
}
/* line 28, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-noicon .x-btn-large .x-btn-text {
  height: 32px;
  line-height: 32px;
}
/* line 36, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-icon .x-btn-small .x-btn-text {
  height: 16px;
  width: 16px;
}
/* line 40, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-icon .x-btn-medium .x-btn-text {
  height: 24px;
  width: 24px;
}
/* line 44, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-icon .x-btn-large .x-btn-text {
  height: 32px;
  width: 32px;
}
/* line 53, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
  padding-left: 18px;
  height: 16px;
  line-height: 16px;
}
/* line 58, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
  padding-right: 18px;
  height: 16px;
  line-height: 16px;
}
/* line 64, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
  padding-left: 26px;
  height: 24px;
  line-height: 24px;
}
/* line 69, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text {
  padding-right: 26px;
  height: 24px;
  line-height: 24px;
}
/* line 74, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-text-icon .x-btn-icon-large-left .x-btn-text {
  padding-left: 34px;
  height: 32px;
  line-height: 32px;
}
/* line 79, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn.x-btn-text-icon .x-btn-icon-large-right .x-btn-text {
  padding-right: 34px;
  height: 32px;
  line-height: 32px;
}

/* line 118, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn {
  cursor: pointer;
  white-space: nowrap;
}

/* line 123, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn button {
  border: 0 none;
  background-color: transparent;
  padding-left: 3px;
  padding-right: 3px;
  cursor: pointer;
  margin: 0;
  overflow: visible;
  width: auto;
  -moz-outline: 0 none;
  outline: 0 none;
}

/* line 136, ../sass/azzurra-legacy/structure/_button.scss */
* html .ext-ie .x-btn button {
  width: 1px;
}

/* line 140, ../sass/azzurra-legacy/structure/_button.scss */
.ext-gecko .x-btn button, .ext-webkit .x-btn button {
  padding-left: 0;
  padding-right: 0;
}

/* line 145, ../sass/azzurra-legacy/structure/_button.scss */
.ext-gecko .x-btn button::-moz-focus-inner {
  padding: 0;
}

/* line 149, ../sass/azzurra-legacy/structure/_button.scss */
.ext-ie .x-btn button {
  padding-top: 2px;
}

/* line 153, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn td {
  padding: 0 !important;
}

/* line 157, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text {
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}

/* icon placement and sizing styles */
/* Only text */
/* Only icons */
/* line 179, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-icon .x-btn-text {
  background-position: center;
  background-repeat: no-repeat;
}

/* Icons and text */
/* left */
/* line 201, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-small-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
}

/* line 208, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-medium-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 26px;
  height: 24px;
}

/* line 215, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-large-left .x-btn-text {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 34px;
  height: 32px;
}

/* top */
/* line 223, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-small-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 18px;
}

/* line 229, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-medium-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 26px;
}

/* line 235, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-large-top .x-btn-text {
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 34px;
}

/* right */
/* line 242, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 18px;
  height: 16px;
}

/* line 249, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-medium-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 26px;
  height: 24px;
}

/* line 256, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-large-right .x-btn-text {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 34px;
  height: 32px;
}

/* bottom */
/* line 264, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-small-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 18px;
}

/* line 270, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-medium-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 26px;
}

/* line 276, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-text-icon .x-btn-icon-large-bottom .x-btn-text {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 34px;
}

/* background positioning */
/* line 283, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-tr i, .x-btn-tl i, .x-btn-mr i, .x-btn-ml i, .x-btn-br i, .x-btn-bl i {
  font-size: 1px;
  line-height: 1px;
  width: 3px;
  display: block;
  overflow: hidden;
}

/* line 291, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-tr i, .x-btn-tl i, .x-btn-br i, .x-btn-bl i {
  height: 3px;
}

/* line 295, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-tl {
  width: 3px;
  height: 3px;
  background: no-repeat 0 0;
}

/* line 300, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-tr {
  width: 3px;
  height: 3px;
  background: no-repeat -3px 0;
}

/* line 305, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-tc {
  height: 3px;
  background: repeat-x 0 -6px;
}

/* line 310, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-ml {
  width: 3px;
  background: no-repeat 0 -24px;
}

/* line 314, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-mr {
  width: 3px;
  background: no-repeat -3px -24px;
}

/* line 319, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-mc {
  background: repeat-x 0 -1096px;
  vertical-align: middle;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  white-space: nowrap;
}

/* Fixes an issue with the button height */
/* line 329, ../sass/azzurra-legacy/structure/_button.scss */
.ext-strict .ext-ie6 .x-btn-mc, .ext-strict .ext-ie7 .x-btn-mc {
  height: 100%;
}

/* line 333, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-bl {
  width: 3px;
  height: 3px;
  background: no-repeat 0 -3px;
}

/* line 339, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-br {
  width: 3px;
  height: 3px;
  background: no-repeat -3px -3px;
}

/* line 345, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-bc {
  height: 3px;
  background: repeat-x 0 -15px;
}

/* line 350, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-tl {
  background-position: -6px 0;
}

/* line 354, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-tr {
  background-position: -9px 0;
}

/* line 358, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-tc {
  background-position: 0 -9px;
}

/* line 362, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-ml {
  background-position: -6px -24px;
}

/* line 366, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-mr {
  background-position: -9px -24px;
}

/* line 370, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-mc {
  background-position: 0 -2168px;
}

/* line 374, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-bl {
  background-position: -6px -3px;
}

/* line 378, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-br {
  background-position: -9px -3px;
}

/* line 382, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-over .x-btn-bc {
  background-position: 0 -18px;
}

/* line 386, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-tl, .x-btn-menu-active .x-btn-tl, .x-btn-pressed .x-btn-tl {
  background-position: -12px 0;
}

/* line 390, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-tr, .x-btn-menu-active .x-btn-tr, .x-btn-pressed .x-btn-tr {
  background-position: -15px 0;
}

/* line 394, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-tc, .x-btn-menu-active .x-btn-tc, .x-btn-pressed .x-btn-tc {
  background-position: 0 -12px;
}

/* line 398, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-ml, .x-btn-menu-active .x-btn-ml, .x-btn-pressed .x-btn-ml {
  background-position: -12px -24px;
}

/* line 402, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-mr, .x-btn-menu-active .x-btn-mr, .x-btn-pressed .x-btn-mr {
  background-position: -15px -24px;
}

/* line 406, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-mc, .x-btn-menu-active .x-btn-mc, .x-btn-pressed .x-btn-mc {
  background-position: 0 -3240px;
}

/* line 410, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-bl, .x-btn-menu-active .x-btn-bl, .x-btn-pressed .x-btn-bl {
  background-position: -12px -3px;
}

/* line 414, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-br, .x-btn-menu-active .x-btn-br, .x-btn-pressed .x-btn-br {
  background-position: -15px -3px;
}

/* line 418, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-click .x-btn-bc, .x-btn-menu-active .x-btn-bc, .x-btn-pressed .x-btn-bc {
  background-position: 0 -21px;
}

/* line 422, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-disabled * {
  cursor: default !important;
}

/* With a menu arrow */
/* right */
/* line 429, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-mc em.x-btn-arrow {
  display: block;
  background: transparent no-repeat right center;
  padding-right: 12px;
}

/* line 435, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-mc em.x-btn-split {
  display: block;
  background: transparent no-repeat right center;
  padding-right: 17px;
}

/* bottom */
/* line 442, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-mc em.x-btn-arrow-bottom {
  display: block;
  background: transparent no-repeat center bottom;
  padding-bottom: 14px;
}

/* line 448, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-mc em.x-btn-split-bottom {
  display: block;
  background: transparent no-repeat center bottom;
  padding-bottom: 14px;
}

/* height adjustment class */
/* line 455, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-as-arrow .x-btn-mc em {
  display: block;
  background-color: transparent;
  padding-bottom: 14px;
}

/* groups */
/* line 462, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group {
  padding: 1px;
}

/* line 466, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-header {
  padding: 2px;
  text-align: center;
}

/* line 471, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* line 476, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-tl {
  zoom: 1;
}

/* line 482, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-tr {
  zoom: 1;
}

/* line 488, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1;
}

/* line 493, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-bc .x-panel-footer {
  zoom: 1;
}

/* line 497, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 3px;
  zoom: 1;
}

/* line 503, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-br {
  background: transparent no-repeat right bottom;
  padding-right: 3px;
  zoom: 1;
}

/* line 509, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-mc {
  border: 0 none;
  padding: 1px 0 0 0;
  margin: 0;
}

/* line 515, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-mc .x-btn-group-body {
  background-color: transparent;
  border: 0 none;
}

/* line 520, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-ml {
  background: transparent repeat-y 0 0;
  padding-left: 3px;
  zoom: 1;
}

/* line 526, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-mr {
  background: transparent repeat-y right 0;
  padding-right: 3px;
  zoom: 1;
}

/* line 532, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-bc .x-btn-group-footer {
  padding-bottom: 6px;
}

/* line 536, ../sass/azzurra-legacy/structure/_button.scss */
.x-panel-nofooter .x-btn-group-bc {
  height: 3px;
  font-size: 0;
  line-height: 0;
}

/* line 542, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 547, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-body {
  overflow: hidden;
  zoom: 1;
}

/* line 552, ../sass/azzurra-legacy/structure/_button.scss */
.x-btn-group-notitle .x-btn-group-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
  height: 2px;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn {
  background-color: #87939f;
  border-width: 1px;
  border-style: solid;
  border-color: #84909c;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn .x-btn-text {
  color: #f5f6f7;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.x-btn-over {
  background-color: #929da8;
  border-color: #87939f;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.x-btn-over .x-btn-text {
  color: #f5f6f7;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.x-btn-click {
  background-color: #73818f;
  border-color: #768391;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.x-btn-click .x-btn-text {
  color: #f5f6f7;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.x-btn-pressed, .x-btn.x-btn-menu-active {
  background-color: #6c7987;
  border-color: #768391;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.x-btn-pressed .x-btn-text, .x-btn.x-btn-menu-active .x-btn-text {
  color: #f5f6f7;
}
/* line 197, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.x-item-disabled .x-btn-text {
  color: #e6e6e6;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn .x-btn-text {
  color: #31373d;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-over {
  background-color: #575757;
  border-color: #4a4a4a;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-click {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-pressed, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-menu-active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-pressed .x-btn-text, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}
/* line 197, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.x-item-disabled .x-btn-text {
  color: #84909c;
}

/* line 224, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group {
  border-width: 1px;
  border-style: solid;
  border-color: #aeb6be;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 244, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header {
  background-color: #a6a6a6;
}
/* line 246, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header .x-btn-group-header-text {
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

/* line 352, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar .x-btn {
  margin: 0 1px;
}

/* line 356, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-mc em.x-btn-arrow {
  background-image: url("../images/azzurra-legacy/button/arrow.gif");
}

/* line 359, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-over .x-btn-mc em.x-btn-arrow, .x-btn-click .x-btn-mc em.x-btn-arrow, .x-btn-menu-active .x-btn-mc em.x-btn-arrow, .x-btn-pressed .x-btn-mc em.x-btn-arrow {
  background-image: url("../images/azzurra-legacy/button/arrow-w.gif");
}

/* line 363, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-mc em.x-btn-split {
  background-image: url("../images/azzurra-legacy/button/s-arrow1.gif");
}

/* line 367, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
  background-image: url("../images/azzurra-legacy/button/s-arrow-o-w.gif");
}

/* line 371, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-mc em.x-btn-arrow-bottom {
  background-image: url("../images/azzurra-legacy/button/s-arrow-b-noline.gif");
}

/* line 374, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-over .x-btn-mc em.x-btn-arrow-bottom, .x-btn-click .x-btn-mc em.x-btn-arrow-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-arrow-bottom, .x-btn-pressed .x-btn-mc em.x-btn-arrow-bottom {
  background-image: url("../images/azzurra-legacy/button/s-arrow-w-noline.gif");
}

/* line 378, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-mc em.x-btn-split-bottom {
  background-image: url("../images/azzurra-legacy/button/s-arrow-b1.gif");
}

/* line 382, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  background-image: url("../images/azzurra-legacy/button/s-arrow-bo-white1.gif");
}

/*!
 * Toolbar
 */
/* line 6, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar {
  border-style: solid;
  border-width: 0 0 1px 0;
  display: block;
  padding: 2px;
  background: repeat-x top left;
  position: relative;
  left: 0;
  top: 0;
  zoom: 1;
  overflow: hidden;
}

/* line 19, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-left {
  width: 100%;
}

/* line 23, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-item-disabled .x-btn-icon {
  opacity: .35;
  -moz-opacity: .35;
  filter: alpha(opacity=35);
}

/* line 29, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar td {
  vertical-align: middle;
}

/* line 33, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  white-space: nowrap;
}

/* line 37, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-item-disabled {
  cursor: default;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
}

/* line 44, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-item-disabled * {
  cursor: default;
}

/* line 48, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-toolbar-cell {
  vertical-align: middle;
}

/* line 53, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr,
.x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc {
  background-position: 500px 500px;
}

/* These rules are duplicated from button.css to give priority of x-toolbar rules above */
/* line 60, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-tl {
  background-position: -6px 0;
}

/* line 64, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-tr {
  background-position: -9px 0;
}

/* line 68, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-tc {
  background-position: 0 -9px;
}

/* line 72, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-ml {
  background-position: -6px -24px;
}

/* line 76, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-mr {
  background-position: -9px -24px;
}

/* line 80, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-mc {
  background-position: 0 -2168px;
}

/* line 84, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-bl {
  background-position: -6px -3px;
}

/* line 88, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-br {
  background-position: -9px -3px;
}

/* line 92, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-bc {
  background-position: 0 -18px;
}

/* line 96, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-tl, .x-toolbar .x-btn-menu-active .x-btn-tl, .x-toolbar .x-btn-pressed .x-btn-tl {
  background-position: -12px 0;
}

/* line 100, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-tr, .x-toolbar .x-btn-menu-active .x-btn-tr, .x-toolbar .x-btn-pressed .x-btn-tr {
  background-position: -15px 0;
}

/* line 104, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-tc, .x-toolbar .x-btn-menu-active .x-btn-tc, .x-toolbar .x-btn-pressed .x-btn-tc {
  background-position: 0 -12px;
}

/* line 108, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-ml, .x-toolbar .x-btn-menu-active .x-btn-ml, .x-toolbar .x-btn-pressed .x-btn-ml {
  background-position: -12px -24px;
}

/* line 112, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-mr, .x-toolbar .x-btn-menu-active .x-btn-mr, .x-toolbar .x-btn-pressed .x-btn-mr {
  background-position: -15px -24px;
}

/* line 116, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-mc, .x-toolbar .x-btn-menu-active .x-btn-mc, .x-toolbar .x-btn-pressed .x-btn-mc {
  background-position: 0 -3240px;
}

/* line 120, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-bl, .x-toolbar .x-btn-menu-active .x-btn-bl, .x-toolbar .x-btn-pressed .x-btn-bl {
  background-position: -12px -3px;
}

/* line 124, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-br, .x-toolbar .x-btn-menu-active .x-btn-br, .x-toolbar .x-btn-pressed .x-btn-br {
  background-position: -15px -3px;
}

/* line 128, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .x-btn-click .x-btn-bc, .x-toolbar .x-btn-menu-active .x-btn-bc, .x-toolbar .x-btn-pressed .x-btn-bc {
  background-position: 0 -21px;
}

/* line 132, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar div.xtb-text {
  padding: 2px 2px 0;
  line-height: 16px;
  display: block;
}

/* line 138, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .xtb-sep {
  display: block;
  font-size: 1px;
  height: 16px;
  width: 0px;
  overflow: hidden;
  cursor: default;
  margin: 0 4px 0;
}

/* line 151, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar .xtb-spacer {
  width: 2px;
}

/* Paging Toolbar */
/* line 156, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-tbar-page-number {
  width: 30px;
  height: 14px;
}

/* line 161, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-ie .x-tbar-page-number {
  margin-top: 2px;
}

/* line 165, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-paging-info {
  position: absolute;
  top: 5px;
  right: 8px;
}

/* floating */
/* line 172, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-ct {
  width: 100%;
}

/* line 176, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-right td {
  text-align: center;
}

/* line 180, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-panel-tbar, .x-panel-bbar, .x-window-tbar, .x-window-bbar, .x-tab-panel-tbar, .x-tab-panel-bbar, .x-plain-tbar, .x-plain-bbar {
  overflow: hidden;
  zoom: 1;
}

/* line 185, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-more .x-btn-small .x-btn-text {
  height: 16px;
  width: 12px;
}

/* line 190, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-more em.x-btn-arrow {
  display: inline;
  background-color: transparent;
  padding-right: 0;
}

/* line 196, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-more .x-btn-mc em.x-btn-arrow {
  background-image: none;
}

/* line 200, ../sass/azzurra-legacy/structure/_toolbar.scss */
div.x-toolbar-no-items {
  color: gray !important;
  padding: 5px 10px !important;
}

/* fix ie toolbar form items */
/* line 206, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-border-box .x-toolbar-cell .x-form-text {
  margin-bottom: -1px !important;
}

/* line 210, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-border-box .x-toolbar-cell .x-form-field-wrap .x-form-text {
  margin: 0 !important;
}

/* line 214, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-ie .x-toolbar-cell .x-form-field-wrap {
  height: 21px;
}

/* line 218, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-ie .x-toolbar-cell .x-form-text {
  position: relative;
  top: -1px;
}

/* line 223, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-strict .ext-ie8 .x-toolbar-cell .x-form-field-trigger-wrap .x-form-text, .ext-strict .ext-ie .x-toolbar-cell .x-form-text {
  top: 0px;
}

/* line 227, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-right td .x-form-field-trigger-wrap {
  text-align: left;
}

/* line 231, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-cell .x-form-checkbox, .x-toolbar-cell .x-form-radio {
  margin-top: 5px;
}

/* line 235, ../sass/azzurra-legacy/structure/_toolbar.scss */
.x-toolbar-cell .x-form-cb-label {
  vertical-align: bottom;
  top: 1px;
}

/* line 240, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-ie .x-toolbar-cell .x-form-checkbox, .ext-ie .x-toolbar-cell .x-form-radio {
  margin-top: 4px;
}

/* line 244, ../sass/azzurra-legacy/structure/_toolbar.scss */
.ext-ie .x-toolbar-cell .x-form-cb-label {
  top: 0;
}

/* line 21, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar {
  border-color: #aeb6be;
  background-color: #e7e9ec;
}
/* line 33, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
  font-size: 11px;
  font-weight: normal;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  color: #31373d;
}
/* line 40, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar .xtb-sep {
  border-left: 1px solid #aeb6be;
  /*@if $toolbar-ui-sep-highlight-color != null {
    border-right:1px solid $toolbar-ui-sep-highlight-color;
  }*/
}

/* line 50, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-tab-panel-tbar-noborder .x-toolbar {
  border-color: #aeb6be;
}

/* line 54, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-tbar-page-first {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: 0 0 !important;
}

/* line 59, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-tbar-loading {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -64px 0 !important;
}

/* line 64, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-tbar-page-last {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -16px 0 !important;
}

/* line 69, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-tbar-page-next {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -32px 0 !important;
}

/* line 74, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-tbar-page-prev {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -48px 0 !important;
}

/* line 79, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-item-disabled .x-tbar-loading {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -64px -16px !important;
}

/* line 84, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-item-disabled .x-tbar-page-first {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: 0 -16px !important;
}

/* line 89, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-item-disabled .x-tbar-page-last {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -16px -16px !important;
}

/* line 94, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-item-disabled .x-tbar-page-next {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -32px -16px !important;
}

/* line 99, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-item-disabled .x-tbar-page-prev {
  background-image: url("../images/azzurra-legacy/grid/pagingbar-sprite.png") !important;
  background-position: -48px -16px !important;
}

/* line 143, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar .x-item-disabled {
  color: gray;
}

/* line 147, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar .x-item-disabled * {
  color: gray;
}

/* line 151, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar .x-btn-mc em.x-btn-split {
  background-image: url("../images/azzurra-legacy/button/s-arrow-noline.gif");
}

/* line 155, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split {
  background-image: url("../images/azzurra-legacy/button/s-arrow-o-w.gif");
}

/* line 161, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar .x-btn-mc em.x-btn-split-bottom {
  background-image: url("../images/azzurra-legacy/button/s-arrow-b-noline.gif");
}

/* line 165, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom,
.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
  background-image: url("../images/azzurra-legacy/button/s-arrow-b.gif");
}

/* line 177, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-paging-info {
  color: #444;
}

/* line 181, ../sass/azzurra-legacy/visual/_toolbar.scss */
.x-toolbar-more-icon {
  background-image: url("../images/azzurra-legacy/toolbar/more.gif") !important;
}

/* line 8, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 .x-grid3-hd-row td {
  line-height: 16px;
}
/* line 12, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 .x-grid3-row {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
/* line 16, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 .x-grid3-row:first-child {
  border-top-width: 0;
}
/* line 19, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 .x-grid3-row:last-child {
  border-bottom-width: 1px;
}
/* line 22, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 .x-grid3-row td {
  line-height: 16px;
}
/* line 28, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 .x-grid3-summary-row td {
  line-height: 16px;
}

/* Grid3 styles */
/* line 52, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 {
  position: relative;
  overflow: hidden;
}

/* line 57, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-panel .x-panel-body {
  overflow: hidden !important;
}

/* line 61, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-panel .x-panel-mc .x-panel-body {
  border: 1px solid;
}

/* line 65, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3 table {
  table-layout: fixed;
}

/* line 69, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-viewport {
  overflow: hidden;
}

/* line 73, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
  -moz-outline: none;
  outline: none;
  -moz-user-focus: normal;
}

/* line 79, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row td, .x-grid3-summary-row td {
  vertical-align: top;
  /*padding-left:1px;
  padding-right:1px;*/
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 89, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-cell {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 95, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-row td {
  vertical-align: middle;
  border-right: 1px solid;
}

/* line 102, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-row .x-grid3-marker-hd {
  padding: 3px;
}

/* line 106, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row .x-grid3-marker {
  padding: 3px;
}

/* line 110, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-cell-inner, .x-grid3-hd-inner {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 3px 3px 3px 5px;
  white-space: nowrap;
}

/* ActionColumn, reduce padding to accommodate 16x16 icons in normal row height */
/* line 119, ../sass/azzurra-legacy/structure/_grid.scss */
.x-action-col-cell .x-grid3-cell-inner {
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 124, ../sass/azzurra-legacy/structure/_grid.scss */
.x-action-col-icon {
  cursor: pointer;
}

/* line 128, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-inner {
  position: relative;
  cursor: inherit;
  padding: 4px 3px 4px 5px;
}

/* line 134, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-body {
  white-space: normal;
}

/* line 138, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body-cell {
  -moz-outline: 0 none;
  outline: 0 none;
}

/* IE Quirks to clip */
/* line 144, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner {
  width: 100%;
}

/* reverse above in strict mode */
/* line 149, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner {
  width: auto;
}

/* line 153, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-row-loading {
  background: no-repeat center center;
}

/* line 157, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-page {
  overflow: hidden;
}

/* line 161, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row {
  cursor: default;
  border: 1px solid;
  width: 100%;
}

/* line 167, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-over {
  border: 1px solid;
  background: repeat-x left top;
}

/* line 172, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-resize-proxy {
  width: 1px;
  left: 0;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  visibility: hidden;
  border: 0 none;
  z-index: 7;
}

/* line 186, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-resize-marker {
  width: 1px;
  left: 0;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  visibility: hidden;
  border: 0 none;
  z-index: 7;
}

/* line 198, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: ignore;
}

/* header styles */
/* line 214, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-header {
  background: repeat-x 0 bottom;
  cursor: default;
  zoom: 1;
  padding: 0;
}

/* line 222, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-header-pop {
  border-left: 1px solid;
  float: right;
  clear: none;
}

/* line 228, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-header-pop-inner {
  border-left: 1px solid;
  width: 14px;
  height: 19px;
  background: transparent no-repeat center center;
}

/* line 235, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie .x-grid3-header-pop-inner {
  width: 15px;
}

/* line 239, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-strict .x-grid3-header-pop-inner {
  width: 14px;
}

/* line 243, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-header-inner {
  overflow: hidden;
  zoom: 1;
  float: left;
}

/* line 249, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-header-offset {
  text-align: left;
}

/* line 254, ../sass/azzurra-legacy/structure/_grid.scss */
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
  border-right: 1px solid;
}

/* line 259, ../sass/azzurra-legacy/structure/_grid.scss */
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  background: repeat-x left bottom;
}

/* line 264, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-sort-icon {
  background-repeat: no-repeat;
  display: none;
  height: 4px;
  width: 13px;
  margin-left: 3px;
  vertical-align: middle;
}

/* line 273, ../sass/azzurra-legacy/structure/_grid.scss */
.sort-asc .x-grid3-sort-icon, .sort-desc .x-grid3-sort-icon {
  display: inline;
}

/* Header position fixes for IE strict mode */
/* line 278, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-strict .ext-ie .x-grid3-header-inner, .ext-strict .ext-ie6 .x-grid3-hd {
  position: relative;
}

/* line 282, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-strict .ext-ie6 .x-grid3-hd-inner {
  position: static;
}

/* Body Styles */
/* line 287, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body {
  zoom: 1;
}

/* line 291, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-scroller {
  overflow: auto;
  zoom: 1;
  position: relative;
}

/* line 297, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-cell-text, .x-grid3-hd-text {
  display: block;
  padding: 3px 5px 3px 5px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 305, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-split {
  background-position: center;
  background-repeat: no-repeat;
  cursor: e-resize;
  cursor: col-resize;
  display: block;
  font-size: 1px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  top: 2px;
  width: 6px;
  z-index: 3;
}

/* Column Reorder DD */
/* line 321, ../sass/azzurra-legacy/structure/_grid.scss */
.x-dd-drag-proxy .x-grid3-hd-inner {
  background: repeat-x left bottom;
  width: 120px;
  padding: 3px;
  border: 1px solid;
  overflow: hidden;
}

/* line 329, ../sass/azzurra-legacy/structure/_grid.scss */
.col-move-top, .col-move-bottom {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
  visibility: hidden;
  z-index: 20000;
  background: transparent no-repeat left top;
}

/* Selection Styles */
/* line 347, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  background: repeat-x 0 bottom !important;
  vertical-align: middle !important;
  padding: 0;
  border-top: 1px solid;
  border-bottom: none !important;
  border-right: 1px solid !important;
  text-align: center;
}

/* line 357, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  padding: 0 4px;
  text-align: center;
}

/* dirty cells */
/* line 363, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-dirty-cell {
  background: transparent no-repeat 0 0;
}

/* Grid Toolbars */
/* line 368, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-topbar, .x-grid3-bottombar {
  overflow: hidden;
  display: none;
  zoom: 1;
  position: relative;
}

/* line 375, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-topbar .x-toolbar {
  border-right: 0 none;
}

/* line 379, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-bottombar .x-toolbar {
  border-right: 0 none;
  border-bottom: 0 none;
  border-top: 1px solid;
}

/* Props Grid Styles */
/* line 386, ../sass/azzurra-legacy/structure/_grid.scss */
.x-props-grid .x-grid3-cell {
  padding: 1px;
}

/* line 390, ../sass/azzurra-legacy/structure/_grid.scss */
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  background: transparent repeat-y -16px !important;
  padding-left: 12px;
}

/* line 395, ../sass/azzurra-legacy/structure/_grid.scss */
.x-props-grid .x-grid3-body .x-grid3-td-name {
  padding: 1px;
  padding-right: 0;
  border: 0 none;
  border-right: 1px solid;
}

/* dd */
/* line 403, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-col-dd {
  border: 0 none;
  padding: 0;
  background-color: transparent;
}

/* line 409, ../sass/azzurra-legacy/structure/_grid.scss */
.x-dd-drag-ghost .x-grid3-dd-wrap {
  padding: 1px 3px 3px 1px;
}

/* line 413, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 419, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-btn {
  display: none;
  position: absolute;
  width: 14px;
  background: no-repeat left center;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

/* line 430, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
  display: block;
}

/* line 434, ../sass/azzurra-legacy/structure/_grid.scss */
a.x-grid3-hd-btn:hover {
  background-position: -14px center;
}

/* Expanders */
/* line 439, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-expander {
  /*background:transparent repeat-y right;*/
  border-right: 1px solid;
}

/* line 444, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
  padding: 0 !important;
  height: 100%;
}

/* line 449, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-expander {
  width: 100%;
  height: 18px;
  background-position: 4px 2px;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 457, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-collapsed .x-grid3-row-expander {
  background-position: 6px 4px;
}

/* line 461, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-expanded .x-grid3-row-expander {
  background-position: -19px 4px;
}

/* line 465, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-collapsed .x-grid3-row-body {
  display: none !important;
}

/* line 469, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-expanded .x-grid3-row-body {
  display: block !important;
}

/* Checkers */
/* line 474, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-checker {
  /*background:transparent repeat-y right;*/
  border-right: 1px solid;
}

/* line 478, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-row-over .x-grid3-td-checker {
  border-right: 1px solid;
}

/* line 482, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
  padding: 0 !important;
  height: 100%;
}

/* line 487, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-checker, .x-grid3-hd-checker {
  width: 100%;
  height: 18px;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 495, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row .x-grid3-row-checker {
  background-position: 4px 4px;
}

/* line 499, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker, .x-grid3-row-checked .x-grid3-row-checker {
  background-position: -21px 4px;
}

/* line 503, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-checker {
  background-position: 4px 2px;
}

/* line 507, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-border-box .x-grid3-hd-checker {
  background-position: 4px 2px;
}

/* line 511, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-hd-checker-on .x-grid3-hd-checker {
  background-position: -21px 2px;
}

/* line 515, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-border-box .x-grid3-hd-checker-on .x-grid3-hd-checker {
  background-position: -21px 2px;
}

/* Numberer */
/* line 520, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-numberer {
  background: transparent repeat-y right;
  border-right: 1px solid;
}

/* line 525, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  padding: 3px 5px 0 0 !important;
  text-align: right;
}

/* Row Icon */
/* line 532, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-row-icon {
  background: transparent repeat-y right;
  vertical-align: top;
  text-align: center;
}

/* line 538, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-td-row-icon .x-grid3-cell-inner {
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-top: 3px;
}

/* All specials */
/* line 549, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  background: transparent repeat-y right;
  border-right: 1px solid;
}

/* line 556, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
  padding: 1px 0 0 0 !important;
}

/* line 560, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-check-col {
  width: 100%;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* line 568, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-check-col-on {
  width: 100%;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}

/* Grouping classes */
/* line 577, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  zoom: 1;
}

/* line 581, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-group-hd {
  border-bottom: 2px solid;
  cursor: pointer;
  padding-top: 6px;
}

/* line 587, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-group-hd div.x-grid-group-title {
  background: transparent no-repeat 3px 3px;
  padding: 4px 4px 4px 17px;
}

/* line 592, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-group-collapsed .x-grid-group-body {
  display: none;
}

/* line 596, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie6 .x-grid3 .x-editor .x-form-text, .ext-ie7 .x-grid3 .x-editor .x-form-text {
  position: relative;
  top: -1px;
}

/* line 601, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie .x-props-grid .x-editor .x-form-text {
  position: static;
  top: 0;
}

/* line 606, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-empty {
  padding: 10px;
}

/* fix floating toolbar issue */
/* line 611, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie7 .x-grid-panel .x-panel-bbar {
  position: relative;
}

/* Reset position to static when Grid Panel has been framed */
/* to resolve 'snapping' from top to bottom behavior. */
/* @forumThread 86656 */
/* line 619, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie7 .x-grid-panel .x-panel-mc .x-panel-bbar {
  position: static;
}

/* line 623, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie6 .x-grid3-header {
  position: relative;
}

/* Fix WebKit bug in Grids */
/* line 628, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-webkit .x-grid-panel .x-panel-bwrap {
  -webkit-user-select: none;
}

/* line 631, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-webkit .x-tbar-page-number {
  -webkit-user-select: ignore;
}

/* end*/
/* column lines */
/* line 637, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  padding-right: 0;
  /*border-right:1px solid;*/
}

/*locking grid kopirano iz ux-->css LockingGridView.css*/
/* line 642, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-locked, .x-grid3-unlocked {
  overflow: hidden;
  position: absolute;
}

/* line 647, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-locked {
  border-right: 1px solid;
}

/* line 651, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-locked .x-grid3-scroller {
  overflow: hidden;
}

/* line 655, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-locked .x-grid3-row {
  border-right: 0;
}

/* line 659, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-scroll-spacer {
  height: 19px;
}

/* line 663, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-unlocked .x-grid3-header-offset {
  padding-left: 0;
}

/* line 667, ../sass/azzurra-legacy/structure/_grid.scss */
.x-grid3-unlocked .x-grid3-row {
  border-left: 0;
}

/*row editor ux css coppied*/
/* line 671, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie .x-row-editor .x-form-text {
  margin: 0 !important;
}

/* line 674, ../sass/azzurra-legacy/structure/_grid.scss */
.x-row-editor-header {
  height: 2px;
  overflow: hidden;
  border-top: 1px solid;
  /*background: transparent url(../images/row-editor-bg.gif) repeat-x 0 0;*/
}

/* line 680, ../sass/azzurra-legacy/structure/_grid.scss */
.x-row-editor-footer {
  height: 2px;
  overflow: hidden;
  border-bottom: 1px solid;
  /*background: transparent url(../images/row-editor-bg.gif) repeat-x 0 -2px;*/
}

/* line 686, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie .x-row-editor-footer {
  margin-top: -1px;
}

/* line 690, ../sass/azzurra-legacy/structure/_grid.scss */
.x-row-editor-body {
  overflow: hidden;
  zoom: 1;
  padding-top: 2px;
}

/* line 695, ../sass/azzurra-legacy/structure/_grid.scss */
.x-row-editor .x-btns {
  position: absolute;
  top: 28px;
  left: 20px;
  padding-left: 5px;
}

/* line 701, ../sass/azzurra-legacy/structure/_grid.scss */
.x-row-editor .x-btns .x-plain-bwrap {
  padding-right: 5px;
}

/* line 704, ../sass/azzurra-legacy/structure/_grid.scss */
.x-row-editor .x-btns .x-plain-body {
  height: 31px;
  margin-top: 1px;
  padding-top: 3px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

/* line 712, ../sass/azzurra-legacy/structure/_grid.scss */
.x-row-editor .x-btns .x-table-layout-cell {
  padding: 3px;
  position: relative;
  left: 2px;
  bottom: 2px;
}

/* Fixes for IE6/7 trigger fields */
/* line 720, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger {
  top: 1px;
}

/* line 724, ../sass/azzurra-legacy/structure/_grid.scss */
.ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap {
  margin-top: -1px;
}

/* line 728, ../sass/azzurra-legacy/structure/_grid.scss */
.errorTip .x-tip-body ul {
  list-style-type: disc;
  margin-left: 15px;
}

/* line 50, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 {
  background-color: #fcfcfc;
}
/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-header {
  background-color: #f8f9f9;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aeb6be;
}
/* line 74, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 td.x-grid3-hd-over .x-grid3-hd-inner {
  background-color: white;
}
/* line 85, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 td.sort-desc .x-grid3-hd-inner,
.x-grid3 td.sort-asc .x-grid3-hd-inner,
.x-grid3 td.x-grid3-hd-menu-open .x-grid3-hd-inner {
  background-color: #fefefe;
}
/* line 98, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-hd-row td {
  border-left-color: transparent;
  border-right-color: #aeb6be;
  font-weight: normal;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 108, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 td.sort-desc,
.x-grid3 td.sort-asc,
.x-grid3 td.x-grid3-hd-menu-open {
  border-left-color: transparent;
  border-right-color: #aeb6be;
}
/* line 118, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-cell-inner {
  color: #31373d;
}
/* line 121, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-row {
  background-color: white;
  border-color: #d6d6d6;
}
/* line 124, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-row td {
  font-size: 11px;
  font-weight: normal;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 131, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-row-alt {
  background-color: white;
}
/* line 135, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-row-over {
  background-color: #edeef0;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-row-selected {
  background-color: #dcdfe3 !important;
  border-color: #bfc6cc;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #bfc6cc;
}
/* line 155, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid3-summary-row td {
  font-size: 11px;
  font-weight: normal;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #bfc6cc;
}

/* line 219, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-panel .x-panel-mc .x-panel-body {
  border-color: #aeb6be;
  border-width: thin;
}

/* line 239, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-row-loading {
  background-color: #fff;
  background-image: url("../images/azzurra-legacy/shared/loading-balls.gif");
}

/* line 259, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-resize-proxy {
  background-color: #777;
}

/* line 263, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-resize-marker {
  background-color: #777;
}

/* line 267, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-header {
  background-color: #f9f9f9;
}

/* line 272, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-header-pop {
  border-left-color: #d0d0d0;
}

/* line 276, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-header-pop-inner {
  border-left-color: #eee;
  background-image: url("../images/azzurra-legacy/grid/hd-pop.gif");
}

/* line 294, ../sass/azzurra-legacy/visual/_grid.scss */
.sort-asc .x-grid3-sort-icon {
  background-image: url("../images/azzurra-legacy/grid/sort_asc_gray.gif");
}

/* line 298, ../sass/azzurra-legacy/visual/_grid.scss */
.sort-desc .x-grid3-sort-icon {
  background-image: url("../images/azzurra-legacy/grid/sort_desc_gray.gif");
}

/* line 306, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-split {
  background-image: url("../images/azzurra-legacy/grid/grid-split.gif");
}

/* line 314, ../sass/azzurra-legacy/visual/_grid.scss */
.x-dd-drag-proxy .x-grid3-hd-inner {
  background-color: #ebf3fd;
  background-image: url("../images/azzurra-legacy/grid/grid3-hrow-over.gif");
  border-color: #aaccf6;
}

/* line 320, ../sass/azzurra-legacy/visual/_grid.scss */
.col-move-top {
  background-image: url("../images/azzurra-legacy/grid/col-move-top.gif");
}

/* line 324, ../sass/azzurra-legacy/visual/_grid.scss */
.col-move-bottom {
  background-image: url("../images/azzurra-legacy/grid/col-move-bottom.gif");
}

/* line 328, ../sass/azzurra-legacy/visual/_grid.scss */
td.grid-hd-group-cell {
  background: url("../images/azzurra-legacy/grid/grid3-hrow.gif") repeat-x bottom;
}

/* line 338, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-cell-selected {
  background-color: transparent;
  color: #fff;
}

/* line 343, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-cell-selected span {
  color: #000 !important;
}

/* line 351, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-locked {
  border-right-color: #84909c;
}

/* line 354, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker {
  background-color: #ebeadb !important;
  background-image: url("../images/azzurra-legacy/grid/grid-hrow.gif") !important;
  color: #000;
  border-top-color: #fff;
  border-right-color: #6fa0df !important;
}

/* line 362, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div {
  color: #15428b !important;
}

/* line 366, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-dirty-cell {
  background-image: url("../images/azzurra-legacy/grid/dirty.gif");
}

/* line 370, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-topbar, .x-grid3-bottombar {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 374, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-bottombar .x-toolbar {
  border-top-color: #a9bfd3;
}

/* line 378, ../sass/azzurra-legacy/visual/_grid.scss */
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
  background-image: url("../images/azzurra-legacy/grid/grid3-special-col-bg.gif") !important;
  color: #000 !important;
}

/* line 383, ../sass/azzurra-legacy/visual/_grid.scss */
.x-props-grid .x-grid3-body .x-grid3-td-name {
  background-color: #fff !important;
  border-right-color: #eee;
}

/* line 388, ../sass/azzurra-legacy/visual/_grid.scss */
.xg-hmenu-sort-asc .x-menu-item-icon {
  background-image: url("../images/azzurra-legacy/grid/hmenu-asc.png");
}

/* line 392, ../sass/azzurra-legacy/visual/_grid.scss */
.xg-hmenu-sort-desc .x-menu-item-icon {
  background-image: url("../images/azzurra-legacy/grid/hmenu-desc.png");
}

/* line 396, ../sass/azzurra-legacy/visual/_grid.scss */
.xg-hmenu-lock .x-menu-item-icon {
  background-image: url("../images/azzurra-legacy/grid/hmenu-lock.gif");
}

/* line 400, ../sass/azzurra-legacy/visual/_grid.scss */
.xg-hmenu-unlock .x-menu-item-icon {
  background-image: url("../images/azzurra-legacy/grid/hmenu-unlock.gif");
}

/* line 404, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-hd-btn {
  background-color: #c3daf9;
  background-image: url("../images/azzurra-legacy/grid/grid3-hd-btn.gif");
}

/* line 409, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-td-expander {
  /*background-image:background-image($theme-name,'grid/grid3-special-col-bg.gif');*/
  background-color: white;
  border-right-color: #d6d6d6;
}

/* line 414, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-row-over .x-grid3-td-expander {
  /*background-image:background-image($theme-name,'grid/grid3-special-col-bg.gif');*/
  background-color: #edeef0;
}

/* line 419, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-row-expander {
  background-image: url("../images/azzurra-legacy/grid/row-expand-sprite1.gif");
}

/* line 423, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-td-checker {
  /*background-image: background-image($theme-name,'grid/grid3-special-col-bg.gif');*/
  background-color: white;
  border-right-color: #d6d6d6;
}

/* line 428, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-row-over .x-grid3-td-checker {
  background-color: #edeef0;
  border-right-color: #d6d6d6;
}

/* line 433, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-row-checker, .x-grid3-hd-checker {
  background-image: url("../images/azzurra-legacy/grid/row-check-sprite1.gif");
}

/* line 437, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-td-numberer {
  background-color: white;
  border-right-color: #d6d6d6;
}

/* line 442, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-row-over .x-grid3-td-numberer {
  background-color: #edeef0;
}

/* line 445, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
  color: #444;
}

/* line 449, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-td-row-icon {
  background-image: url("../images/azzurra-legacy/grid/grid3-special-col-bg.gif");
}

/* line 453, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
  background-color: #dcdfe3;
  border-right-color: #bfc6cc;
}

/* line 460, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-check-col {
  background-image: url("../images/azzurra-legacy/menu/unchecked.gif");
}

/* line 464, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid3-check-col-on {
  background-image: url("../images/azzurra-legacy/menu/checked.gif");
}

/* line 468, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
  zoom: 1;
}

/* line 472, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-group-hd {
  border-bottom-color: #b7bec5;
  border-width: 2px;
}

/* line 477, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-group-hd div.x-grid-group-title {
  background-image: url("../images/azzurra-legacy/grid/group-collapse1.gif");
  color: #333;
  font: normal 12px "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 483, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title {
  background-image: url("../images/azzurra-legacy/grid/group-expand1.gif");
}

/* line 487, ../sass/azzurra-legacy/visual/_grid.scss */
.x-group-by-icon {
  background-image: url("../images/azzurra-legacy/grid/group-by.gif");
}

/* line 491, ../sass/azzurra-legacy/visual/_grid.scss */
.x-cols-icon {
  background-image: url("../images/azzurra-legacy/grid/columns.gif");
}

/* line 495, ../sass/azzurra-legacy/visual/_grid.scss */
.x-show-groups-icon {
  background-image: url("../images/azzurra-legacy/grid/group-by.gif");
}

/* line 499, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-empty {
  color: gray;
  font: normal 11px tahoma, arial, helvetica, sans-serif;
}

/* line 504, ../sass/azzurra-legacy/visual/_grid.scss */
.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
  /*border-right-color:#ededed;*/
}

/*.x-grid-with-col-lines .x-grid3-row-selected {
	border-top-color:$grid-ui-row-border-color-selected;
}*/
/*row editor ux css coppied*/
/* line 513, ../sass/azzurra-legacy/visual/_grid.scss */
.x-row-editor-header {
  background-color: #dcdfe3;
  border-top-color: #bfc6cc;
  /*background: transparent url(../images/row-editor-bg.gif) repeat-x 0 0;*/
}

/* line 518, ../sass/azzurra-legacy/visual/_grid.scss */
.x-row-editor-footer {
  background-color: #dcdfe3;
  border-bottom-color: #bfc6cc;
  /*background: transparent url(../images/row-editor-bg.gif) repeat-x 0 -2px;*/
}

/* line 523, ../sass/azzurra-legacy/visual/_grid.scss */
.x-row-editor-body {
  background-color: #dcdfe3;
  /*border-bottom:1px solid #bfc6cc;*/
}

/* line 527, ../sass/azzurra-legacy/visual/_grid.scss */
.x-row-editor .x-btns {
  /*background: transparent url(../images/row-editor-btns.gif) no-repeat 0 0;*/
}

/* line 530, ../sass/azzurra-legacy/visual/_grid.scss */
.x-row-editor .x-btns .x-plain-bwrap {
  /*background: transparent url(../images/row-editor-btns.gif) no-repeat right -31px;*/
}

/* line 533, ../sass/azzurra-legacy/visual/_grid.scss */
.x-row-editor .x-btns .x-plain-body {
  background-color: #dcdfe3;
  border-left-color: #bfc6cc;
  border-right-color: #bfc6cc;
  border-bottom-color: #bfc6cc;
}

/* line 539, ../sass/azzurra-legacy/visual/_grid.scss */
.x-row-editor .x-btns .x-table-layout-cell {
  /*padding:3px;*/
}

/* Fixes for IE6/7 trigger fields */
/* line 544, ../sass/azzurra-legacy/visual/_grid.scss */
.ext-ie6 .x-row-editor .x-form-field-wrap .x-form-trigger, .ext-ie7 .x-row-editor .x-form-field-wrap .x-form-trigger {
  /*top: 1px;*/
}

/* line 548, ../sass/azzurra-legacy/visual/_grid.scss */
.ext-ie6 .x-row-editor .x-form-field-trigger-wrap, .ext-ie7 .x-row-editor .x-form-field-trigger-wrap {
  /*margin-top: -1px;*/
}

/* line 552, ../sass/azzurra-legacy/visual/_grid.scss */
.errorTip .x-tip-body ul {
  list-style-type: disc;
  /*margin-left:15px;*/
}

/*!
* Pivot-grid
*/
/* line 7, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.x-pivotgrid .x-grid3-header-offset table {
  width: 100%;
  border-collapse: collapse;
}

/* line 12, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.x-pivotgrid .x-grid3-header-offset table td {
  padding: 4px 3px 4px 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  line-height: 13px;
  font-family: tahoma;
}

/* line 23, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.x-pivotgrid .x-grid3-row-headers {
  display: block;
  float: left;
}

/* line 28, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.x-pivotgrid .x-grid3-row-headers table {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

/* line 34, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.x-pivotgrid .x-grid3-row-headers table td {
  height: 18px;
  padding: 2px 7px 0 0;
  text-align: right;
  text-overflow: ellipsis;
  font-size: 11px;
  font-family: tahoma;
}

/* line 43, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.ext-gecko .x-pivotgrid .x-grid3-row-headers table td {
  height: 21px;
}

/* line 47, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.x-grid3-header-title {
  top: 0%;
  left: 0%;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  font-family: tahoma;
  font-size: 11px;
  padding: 0 1px;
  display: table-cell;
}

/* line 59, ../sass/azzurra-legacy/structure/_pivotgrid.scss */
.x-grid3-header-title span {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  margin-top: -6px;
}

/* line 3, ../sass/azzurra-legacy/visual/_pivotgrid.scss */
.x-pivotgrid .x-grid3-header-offset table td {
  background: url("../images/azzurra-legacy/grid/grid3-hrow.gif") repeat-x 50% 100%;
  border-left: 1px solid;
  border-right: 1px solid;
  border-left-color: #EEE;
  border-right-color: #D0D0D0;
}

/* line 11, ../sass/azzurra-legacy/visual/_pivotgrid.scss */
.x-pivotgrid .x-grid3-row-headers {
  background-color: #f9f9f9;
}

/* line 15, ../sass/azzurra-legacy/visual/_pivotgrid.scss */
.x-pivotgrid .x-grid3-row-headers table td {
  border-left: 1px solid;
  border-right: 1px solid;
  border-left-color: #EEE;
  border-right-color: #D0D0D0;
  border-bottom: 1px solid;
  border-bottom-color: #D0D0D0;
  height: 18px;
}

/*!
* DD
*/
/* line 7, ../sass/azzurra-legacy/structure/_dd.scss */
.x-dd-drag-proxy {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 15000;
}

/* line 15, ../sass/azzurra-legacy/structure/_dd.scss */
.x-dd-drag-ghost {
  -moz-opacity: 0.85;
  opacity: .85;
  filter: alpha(opacity=85);
  border: 1px solid;
  padding: 3px;
  padding-left: 20px;
  white-space: nowrap;
}

/* line 25, ../sass/azzurra-legacy/structure/_dd.scss */
.x-dd-drag-repair .x-dd-drag-ghost {
  -moz-opacity: 0.4;
  opacity: .4;
  filter: alpha(opacity=40);
  border: 0 none;
  padding: 0;
  background-color: transparent;
}

/* line 34, ../sass/azzurra-legacy/structure/_dd.scss */
.x-dd-drag-repair .x-dd-drop-icon {
  visibility: hidden;
}

/* line 38, ../sass/azzurra-legacy/structure/_dd.scss */
.x-dd-drop-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

/* line 51, ../sass/azzurra-legacy/structure/_dd.scss */
.x-view-selector {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  border: 1px dotted;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  zoom: 1;
}

/* line 3, ../sass/azzurra-legacy/visual/_dd.scss */
.x-dd-drag-ghost {
  color: #000;
  font: normal 11px arial, helvetica, sans-serif;
  border-color: #ddd #bbb #bbb #ddd;
  background-color: #fff;
}

/* line 10, ../sass/azzurra-legacy/visual/_dd.scss */
.x-dd-drop-nodrop .x-dd-drop-icon {
  background-image: url("../images/azzurra-legacy/dd/drop-no.gif");
}

/* line 14, ../sass/azzurra-legacy/visual/_dd.scss */
.x-dd-drop-ok .x-dd-drop-icon {
  background-image: url("../images/azzurra-legacy/dd/drop-yes.gif");
}

/* line 18, ../sass/azzurra-legacy/visual/_dd.scss */
.x-dd-drop-ok-add .x-dd-drop-icon {
  background-image: url("../images/azzurra-legacy/dd/drop-add.gif");
}

/* line 22, ../sass/azzurra-legacy/visual/_dd.scss */
.x-view-selector {
  background-color: #c3daf9;
  border-color: #3399bb;
}

/*!
* Tree
*/
/* line 7, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node-el {
  line-height: 20px;
  cursor: pointer;
  background-color: white;
}

/* line 13, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node a span, .x-dd-drag-ghost a span {
  text-decoration: none;
  padding: 1px 3px 1px 5px;
}

/* line 18, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
  border: 0 none;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 29, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon {
  border: 0 none;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 60, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-strict .ext-ie .x-tree .x-panel-bwrap {
  position: relative;
  overflow: hidden;
}

/* line 86, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
  vertical-align: middle !important;
}

/* line 90, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-strict .ext-ie8 .x-tree-node-indent img, .ext-strict .ext-ie8 .x-tree-node-icon, .ext-strict .ext-ie8 .x-tree-ec-icon {
  vertical-align: top !important;
}

/* checkboxes */
/* line 96, ../sass/azzurra-legacy/structure/_tree.scss */
input.x-tree-node-cb {
  margin-left: 1px;
  height: 19px;
  vertical-align: bottom;
}

/* line 102, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-ie input.x-tree-node-cb {
  margin-left: 0;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* line 110, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-strict .ext-ie8 input.x-tree-node-cb {
  margin: 1px 1px;
  height: 14px;
  vertical-align: bottom;
}

/* line 116, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-strict .ext-ie8 input.x-tree-node-cb + a {
  vertical-align: bottom;
}

/* line 120, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-opera input.x-tree-node-cb {
  height: 14px;
  vertical-align: middle;
}

/* line 125, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-noicon .x-tree-node-icon {
  width: 0;
  height: 0;
}

/* No line styles */
/* line 130, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-no-lines .x-tree-elbow {
  background-color: transparent;
}

/* line 134, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-no-lines .x-tree-elbow-end {
  background-color: transparent;
}

/* line 138, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-no-lines .x-tree-elbow-line {
  background-color: transparent;
}

/* Arrows */
/* line 143, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-elbow {
  background-color: transparent;
}

/* line 147, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-elbow-plus {
  background: transparent no-repeat 0 0;
}

/* line 151, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-elbow-minus {
  background: transparent no-repeat -16px 0;
}

/* line 155, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-elbow-end {
  background-color: transparent;
}

/* line 159, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-plus {
  background: transparent no-repeat 0 0;
}

/* line 163, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-minus {
  background: transparent no-repeat -16px 0;
}

/* line 167, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-elbow-line {
  background-color: transparent;
}

/* line 171, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus {
  background-position: -32px 0;
}

/* line 175, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus {
  background-position: -48px 0;
}

/* line 179, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus {
  background-position: -32px 0;
}

/* line 183, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus {
  background-position: -48px 0;
}

/* line 187, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus {
  cursor: pointer;
}

/* line 191, ../sass/azzurra-legacy/structure/_tree.scss */
.ext-ie ul.x-tree-node-ct {
  font-size: 0;
  line-height: 0;
  zoom: 1;
}

/* line 197, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node {
  white-space: nowrap;
}

/* line 206, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node a, .x-dd-drag-ghost a {
  text-decoration: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: ignore;
  -kthml-user-focus: normal;
  -moz-user-focus: normal;
  -moz-outline: 0 none;
  outline: 0 none;
}

/* line 222, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node .x-tree-node-disabled .x-tree-node-icon {
  -moz-opacity: 0.5;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 228, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node .x-tree-node-inline-icon {
  background-color: transparent;
}

/* line 232, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node a:hover, .x-dd-drag-ghost a:hover {
  text-decoration: none;
}

/* line 236, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node div.x-tree-drag-insert-below {
  border-bottom: 1px dotted;
}

/* line 240, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node div.x-tree-drag-insert-above {
  border-top: 1px dotted;
}

/* line 244, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below {
  border-bottom: 0 none;
}

/* line 248, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above {
  border-top: 0 none;
}

/* line 252, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
  border-bottom: 2px solid;
}

/* line 256, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
  border-top: 2px solid;
}

/* line 260, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-node .x-tree-drag-append a span {
  border: 1px dotted;
}

/* line 264, ../sass/azzurra-legacy/structure/_tree.scss */
.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon {
  display: none !important;
}

/* Fix for ie rootVisible:false issue */
/* line 269, ../sass/azzurra-legacy/structure/_tree.scss */
.x-tree-root-ct {
  zoom: 1;
}

/* line 276, ../sass/azzurra-legacy/structure/_tree.scss */
.x-treegrid .x-grid3-header {
  border-bottom: 1px solid;
}
/* line 279, ../sass/azzurra-legacy/structure/_tree.scss */
.x-treegrid .x-grid3-hd-row td {
  vertical-align: middle;
  /* border-right: 1px solid; */
}
/* line 283, ../sass/azzurra-legacy/structure/_tree.scss */
.x-treegrid .x-panel-bwrap .x-panel-body .x-grid3-header .x-grid3-hd-row {
  line-height: 16px;
  font-size: 11px;
}
/* line 287, ../sass/azzurra-legacy/structure/_tree.scss */
.x-treegrid .td.x-grid3-hd-over, .x-treegrid td.sort-desc, .x-treegrid td.sort-asc, .x-treegrid td.x-grid3-hd-menu-open {
  border-right: 1px solid;
}
/* line 290, ../sass/azzurra-legacy/structure/_tree.scss */
.x-treegrid .x-grid3-hd-row td {
  border-right: 1px solid;
}

/* line 21, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node-expanded .x-tree-node-icon {
  background-image: url("../images/azzurra-legacy/tree/icons-small.png");
  background-position: -16px center;
}

/* line 25, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node-leaf .x-tree-node-icon {
  background-image: url("../images/azzurra-legacy/tree/icons-small.png");
  background-position: -32px center;
}

/* line 29, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node-collapsed .x-tree-node-icon {
  background-image: url("../images/azzurra-legacy/tree/icons-small.png");
  background-position: 0 center;
}

/* line 34, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree .x-panel-bwrap .x-panel-body {
  background-color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_tree.scss */
.x-treegrid .x-panel-bwrap .x-panel-body {
  background-color: white;
}

/* line 42, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-lines .x-tree-elbow {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: 0 center;
}

/* line 47, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-lines .x-tree-elbow-plus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -32px center;
}

/* line 52, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-lines .x-tree-elbow-minus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -64px center;
}

/* line 57, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-lines .x-tree-elbow-end {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -16px center;
}

/* line 62, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-lines .x-tree-elbow-end-plus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -48px center;
}

/* line 67, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-lines .x-tree-elbow-end-minus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -80px center;
}

/* line 72, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-lines .x-tree-elbow-line {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -96px center;
}

/* line 78, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-no-lines .x-tree-elbow-plus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -112px center;
}

/* line 83, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-no-lines .x-tree-elbow-minus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -128px center;
}

/* line 88, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-no-lines .x-tree-elbow-end-plus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -112px center;
}

/* line 93, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-no-lines .x-tree-elbow-end-minus {
  background-image: url("../images/azzurra-legacy/tree/all-elbows-small.png");
  background-position: -128px center;
}

/* line 98, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node {
  color: #31373d;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
}

/* line 106, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node a, .x-dd-drag-ghost a {
  color: #31373d;
}

/* line 110, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node a span, .x-dd-drag-ghost a span {
  color: #31373d;
}

/* line 115, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node .x-tree-node-over {
  background-color: #eaecee;
}
/* line 117, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node .x-tree-node-over a,
.x-tree-node .x-tree-node-over a span {
  color: #31373d;
}

/* line 123, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node .x-tree-selected {
  background-color: #dcdfe3;
}
/* line 125, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node .x-tree-selected a,
.x-tree-node .x-tree-selected a span {
  color: #31373d;
}

/* line 130, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node .x-tree-selected a span {
  color: #31373d;
}

/* line 137, ../sass/azzurra-legacy/visual/_tree.scss */
.x-treegrid .x-grid3-header {
  border-bottom-color: #b1b9c1;
}
/* line 146, ../sass/azzurra-legacy/visual/_tree.scss */
.x-treegrid .td.x-grid3-hd-over, .x-treegrid td.sort-desc, .x-treegrid td.sort-asc, .x-treegrid td.x-grid3-hd-menu-open {
  border-right-color: #b1b9c1;
  background-color: white;
}
/* line 150, ../sass/azzurra-legacy/visual/_tree.scss */
.x-treegrid .x-grid3-hd-row td {
  border-right-color: #b1b9c1;
}

/* line 180, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node-loading .x-tree-node-icon {
  background-image: url("../images/azzurra-legacy/tree/loading.gif") !important;
}

/* line 184, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node .x-tree-node-inline-icon {
  background-image: none;
}

/* line 188, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node-loading a span {
  font-style: italic;
  color: #444444;
}

/* line 237, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-arrows .x-tree-elbow-plus {
  background-image: url("../images/azzurra-legacy/tree/arrows.gif");
}

/* line 241, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-arrows .x-tree-elbow-minus {
  background-image: url("../images/azzurra-legacy/tree/arrows.gif");
}

/* line 245, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-plus {
  background-image: url("../images/azzurra-legacy/tree/arrows.gif");
}

/* line 249, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-arrows .x-tree-elbow-end-minus {
  background-image: url("../images/azzurra-legacy/tree/arrows.gif");
}

/* line 270, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node div.x-tree-drag-insert-below {
  border-bottom-color: #36c;
}

/* line 274, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node div.x-tree-drag-insert-above {
  border-top-color: #36c;
}

/* line 278, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
  border-bottom-color: #36c;
}

/* line 282, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
  border-top-color: #36c;
}

/* line 286, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-node .x-tree-drag-append a span {
  background-color: #ddd;
  border-color: gray;
}

/* line 299, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-drop-ok-append .x-dd-drop-icon {
  background-image: url("../images/azzurra-legacy/tree/drop-add.gif");
}

/* line 303, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-drop-ok-above .x-dd-drop-icon {
  background-image: url("../images/azzurra-legacy/tree/drop-over.gif");
}

/* line 307, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-drop-ok-below .x-dd-drop-icon {
  background-image: url("../images/azzurra-legacy/tree/drop-under.gif");
}

/* line 311, ../sass/azzurra-legacy/visual/_tree.scss */
.x-tree-drop-ok-between .x-dd-drop-icon {
  background-image: url("../images/azzurra-legacy/tree/drop-between.gif");
}

/*!
* Date-picker
*/
/* line 7, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-picker {
  border: 1px solid;
  border-top: 0 none;
  position: relative;
}

/* line 13, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-picker a {
  -moz-outline: 0 none;
  outline: 0 none;
}

/* line 18, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner, .x-date-inner td, .x-date-inner th {
  border-collapse: separate;
}

/* line 22, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-middle, .x-date-left, .x-date-right {
  background: repeat-x 0 -83px;
  overflow: hidden;
}

/* line 27, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-middle .x-btn-tc, .x-date-middle .x-btn-tl, .x-date-middle .x-btn-tr,
.x-date-middle .x-btn-mc, .x-date-middle .x-btn-ml, .x-date-middle .x-btn-mr,
.x-date-middle .x-btn-bc, .x-date-middle .x-btn-bl, .x-date-middle .x-btn-br {
  background: transparent !important;
  vertical-align: middle;
}

/* line 34, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-middle .x-btn-mc em.x-btn-arrow {
  background: transparent no-repeat right 0;
}

/* line 38, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-right, .x-date-left {
  width: 18px;
}

/* line 42, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-right {
  text-align: right;
}

/* line 46, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-middle {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 130px;
  /* FF3 */
}

/* line 52, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-right a, .x-date-left a {
  display: block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -moz-opacity: 0.6;
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 64, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-right a:hover, .x-date-left a:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 70, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-item-disabled .x-date-right a:hover, .x-item-disabled .x-date-left a:hover {
  -moz-opacity: 0.6;
  opacity: .6;
  filter: alpha(opacity=60);
}

/* line 76, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-right a {
  margin-right: 2px;
  text-decoration: none !important;
}

/* line 81, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-left a {
  margin-left: 2px;
  text-decoration: none !important;
}

/* line 86, ../sass/azzurra-legacy/structure/_date-picker.scss */
table.x-date-inner {
  width: 100%;
  table-layout: fixed;
}

/* line 91, ../sass/azzurra-legacy/structure/_date-picker.scss */
.ext-webkit table.x-date-inner {
  /* Fix for webkit browsers */
  width: 175px;
}

/* line 97, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner th {
  width: 25px;
}

/* line 101, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner th {
  background: repeat-x left top;
  text-align: right !important;
  border-bottom: 1px solid;
  cursor: default;
  padding: 0;
  border-collapse: separate;
}

/* line 110, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner th span {
  display: block;
  padding: 2px;
  padding-right: 7px;
}

/* line 116, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner td {
  border: 1px solid;
  text-align: right;
  padding: 0;
}

/* line 122, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner a {
  padding: 2px 5px;
  display: block;
  text-decoration: none;
  text-align: right;
  zoom: 1;
}

/* line 130, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner .x-date-active {
  cursor: pointer;
  color: black;
}

/* line 135, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner .x-date-selected a {
  background: repeat-x left top;
  border: 1px solid;
  padding: 1px 4px;
}

/* line 141, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner .x-date-today a {
  border: 1px solid;
  padding: 1px 4px;
}

/* line 146, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  text-decoration: none !important;
}

/* line 150, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-bottom {
  padding: 4px;
  border-top: 1px solid;
  background: repeat-x left top;
}

/* line 156, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover {
  text-decoration: none !important;
}

/* line 160, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-item-disabled .x-date-inner a:hover {
  background: none;
}

/* line 164, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-inner .x-date-disabled a {
  cursor: default;
}

/* line 168, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-menu .x-menu-item {
  padding: 1px 24px 1px 4px;
  white-space: nowrap;
}

/* line 173, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-menu .x-menu-item .x-menu-item-icon {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-position: center -4px !important;
}

/* line 180, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp {
  position: absolute;
  width: 176px;
  left: 0;
  top: 0;
  display: none;
  border: 1px solid;
  border-left: 0px;
}

/* line 190, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp td {
  padding: 2px;
  font: normal 11px arial, helvetica,tahoma,sans-serif;
}

/* line 195, ../sass/azzurra-legacy/structure/_date-picker.scss */
td.x-date-mp-month, td.x-date-mp-year, td.x-date-mp-ybtn {
  border: 0 none;
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

/* line 202, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-ok {
  margin-right: 3px;
}

/* line 206, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-btns button {
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid;
  padding: 1px 3px 1px;
  cursor: pointer;
}

/* line 215, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-btns {
  background: repeat-x left top;
}

/* line 219, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-btns td {
  border-top: 1px solid;
  text-align: center;
  border-right: 1px solid;
}

/* line 225, ../sass/azzurra-legacy/structure/_date-picker.scss */
td.x-date-mp-month a, td.x-date-mp-year a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  text-align: center;
}

/* line 232, ../sass/azzurra-legacy/structure/_date-picker.scss */
td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 237, ../sass/azzurra-legacy/structure/_date-picker.scss */
td.x-date-mp-sel a {
  padding: 1px 3px;
  background: repeat-x left top;
  border: 1px solid;
}

/* line 243, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-ybtn a {
  overflow: hidden;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: transparent no-repeat;
  display: block;
  margin: 0 auto;
}

/* line 253, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-ybtn a.x-date-mp-next {
  background-position: 0 -120px;
}

/* line 257, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-ybtn a.x-date-mp-next:hover {
  background-position: -15px -120px;
}

/* line 261, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-ybtn a.x-date-mp-prev {
  background-position: 0 -105px;
}

/* line 265, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-ybtn a.x-date-mp-prev:hover {
  background-position: -15px -105px;
}

/* line 269, ../sass/azzurra-legacy/structure/_date-picker.scss */
.x-date-mp-ybtn {
  text-align: center;
}

/* line 273, ../sass/azzurra-legacy/structure/_date-picker.scss */
td.x-date-mp-sep {
  border-right: 1px solid;
}

/* line 85, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-picker {
  border-color: #aeb6be;
  background-color: #f8f9f9;
}

/* line 90, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-middle, .x-date-left, .x-date-right {
  background-color: #929da8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
  background-image: -moz-linear-gradient(top, #ff0000, #0000ff);
  background-image: -webkit-linear-gradient(top, #ff0000, #0000ff);
  background-image: linear-gradient(to bottom, #ff0000, #0000ff);
}

/* line 100, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-middle .x-btn {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
/* line 104, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-middle .x-btn .x-btn-text {
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-shadow: none;
}
/* line 114, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-middle .x-btn-over .x-btn-text {
  color: #e6e6e6;
}

/* line 120, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner th {
  background-color: #cbd0d5;
  border-bottom-color: #aeb6be;
  font-weight: normal;
  font-size: 11px;
  color: #31373d;
}

/* line 133, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner td {
  border-color: #f8f9f9;
}

/* line 137, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner a {
  font-weight: normal;
  font-size: 11px;
  color: #31373d;
}

/* line 145, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner .x-date-selected a {
  background-color: #cbd0d5;
  border-color: #aeb6be;
}
/* line 149, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner .x-date-selected span {
  font-weight: bold;
}
/* line 153, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner .x-date-today a {
  border-color: darkred;
}
/* line 157, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner a:hover {
  background-color: #d6dade;
}

/* line 163, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-bottom {
  border-top-color: #aeb6be;
  background-color: #cbd0d5;
}

/* line 177, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mp {
  background-color: #f8f9f9;
  border-color: #aeb6be;
}

/* line 182, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mp td {
  font-weight: normal;
}

/* line 187, ../sass/azzurra-legacy/visual/_date-picker.scss */
td.x-date-mp-month a, td.x-date-mp-year a {
  color: #31373d;
}

/* line 191, ../sass/azzurra-legacy/visual/_date-picker.scss */
td.x-date-mp-sel a {
  background-color: #cbd0d5;
  border-color: #aeb6be;
  font-weight: bold;
}

/* line 198, ../sass/azzurra-legacy/visual/_date-picker.scss */
td.x-date-mp-month a:hover, td.x-date-mp-year a:hover {
  color: #2c3237;
  background-color: #dcdfe3;
}

/* line 203, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mp-btns {
  background-color: #edeef0;
  background-image: none;
}

/* line 212, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mp-btns td {
  border-top-color: #aeb6be;
  border-right-color: #aeb6be;
}

/* line 217, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mp-btns button {
  background-color: #dcdfe3;
  border-color: #b7bec5;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  color: #31373d;
}
/* line 234, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mp-btns button:hover {
  background-color: #e4e7e9;
  border-color: #aeb6be;
  color: #31373d;
}

/* line 355, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-middle .x-btn-mc em.x-btn-arrow {
  background-image: url("../images/azzurra-legacy/toolbar/btn-arrow-light.gif");
}

/* line 359, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-right a {
  background-image: url("../images/azzurra-legacy/shared/right-btn.gif");
}

/* line 363, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-left a {
  background-image: url("../images/azzurra-legacy/shared/left-btn.gif");
}

/* line 384, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner .x-date-active {
  color: #000;
}

/* line 402, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a {
  color: #aaa;
}

/* line 417, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-inner .x-date-disabled a {
  background-color: #eee;
  color: #bbb;
}

/* line 422, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mmenu {
  background-color: #eee !important;
}

/* line 426, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mmenu .x-menu-item {
  font-size: 10px;
  color: #000;
}

/* line 470, ../sass/azzurra-legacy/visual/_date-picker.scss */
.x-date-mp-ybtn a {
  background-image: url("../images/azzurra-legacy/panel/tool-sprite.png");
}

/* line 474, ../sass/azzurra-legacy/visual/_date-picker.scss */
td.x-date-mp-sep {
  border-right-color: #aeb6be;
}

/*!
* qtips
*/
/* line 6, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 20002;
  border: 0 none;
}

/* line 15, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-close {
  height: 15px;
  float: right;
  width: 15px;
  margin: 0 0 2px 2px;
  cursor: pointer;
  display: none;
}

/* line 24, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-tc {
  background: transparent no-repeat 0 -62px;
  padding-top: 3px;
  overflow: hidden;
  zoom: 1;
}

/* line 31, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-tl {
  background: transparent no-repeat 0 0;
  padding-left: 6px;
  overflow: hidden;
  zoom: 1;
}

/* line 38, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-tr {
  background: transparent no-repeat right 0;
  padding-right: 6px;
  overflow: hidden;
  zoom: 1;
}

/* line 45, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-bc {
  background: transparent no-repeat 0 -121px;
  height: 3px;
  overflow: hidden;
}

/* line 51, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-bl {
  background: transparent no-repeat 0 -59px;
  padding-left: 6px;
  zoom: 1;
}

/* line 57, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-br {
  background: transparent no-repeat right -59px;
  padding-right: 6px;
  zoom: 1;
}

/* line 63, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-mc {
  border: 0 none;
}

/* line 67, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-ml {
  background: no-repeat 0 -124px;
  padding-left: 6px;
  zoom: 1;
}

/* line 73, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-mr {
  background: transparent no-repeat right -124px;
  padding-right: 6px;
  zoom: 1;
}

/* line 79, ../sass/azzurra-legacy/structure/_qtips.scss */
.ext-ie .x-tip .x-tip-header, .ext-ie .x-tip .x-tip-tc {
  font-size: 0;
  line-height: 0;
}

/* line 84, ../sass/azzurra-legacy/structure/_qtips.scss */
.ext-border-box .x-tip .x-tip-header, .ext-border-box .x-tip .x-tip-tc {
  line-height: 1px;
}

/* line 88, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-header-text {
  padding: 0;
  margin: 0 0 2px 0;
}

/* line 93, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-body {
  margin: 0 !important;
  line-height: 14px;
  padding: 0;
}

/* line 99, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip .x-tip-body .loading-indicator {
  margin: 0;
}

/* line 103, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip-draggable .x-tip-header, .x-tip-draggable .x-tip-header-text {
  cursor: move;
}

/* line 107, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-form-invalid-tip .x-tip-tc {
  background: repeat-x 0 -12px;
  padding-top: 6px;
}

/* line 112, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-form-invalid-tip .x-tip-bc {
  background: repeat-x 0 -18px;
  height: 6px;
}

/* line 117, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-form-invalid-tip .x-tip-bl {
  background: no-repeat 0 -6px;
}

/* line 121, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-form-invalid-tip .x-tip-br {
  background: no-repeat right -6px;
}

/* line 125, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-form-invalid-tip .x-tip-body {
  padding: 2px;
}

/* line 129, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-form-invalid-tip .x-tip-body {
  padding-left: 24px;
  background: transparent no-repeat 2px 2px;
}

/* line 134, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip-anchor {
  position: absolute;
  width: 9px;
  height: 10px;
  overflow: hidden;
  background: transparent no-repeat 0 0;
  zoom: 1;
}

/* line 142, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip-anchor-bottom {
  background-position: -9px 0;
}

/* line 145, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip-anchor-right {
  background-position: -18px 0;
  width: 10px;
}

/* line 149, ../sass/azzurra-legacy/structure/_qtips.scss */
.x-tip-anchor-left {
  background-position: -28px 0;
  width: 10px;
}

/* line 3, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-tip .x-tip-close {
  background-image: url("../images/azzurra-legacy/qtip/close.gif");
}

/* line 7, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-tip .x-tip-tc, .x-tip .x-tip-tl, .x-tip .x-tip-tr, .x-tip .x-tip-bc, .x-tip .x-tip-bl, .x-tip .x-tip-br, .x-tip .x-tip-ml, .x-tip .x-tip-mr {
  background-image: url("../images/azzurra-legacy/qtip/tip-sprite.gif");
}

/* line 11, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-tip .x-tip-mc {
  font: normal 11px tahoma,arial,helvetica,sans-serif;
}

/* line 14, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-tip .x-tip-ml {
  background-color: #fff;
}

/* line 18, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-tip .x-tip-header-text {
  font: bold 11px tahoma,arial,helvetica,sans-serif;
  color: #444;
}

/* line 23, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-tip .x-tip-body {
  font: normal 11px tahoma,arial,helvetica,sans-serif;
  color: #444;
}

/* line 28, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-form-invalid-tip .x-tip-tc, .x-form-invalid-tip .x-tip-tl, .x-form-invalid-tip .x-tip-tr, .x-form-invalid-tip .x-tip-bc,
.x-form-invalid-tip .x-tip-bl, .x-form-invalid-tip .x-tip-br, .x-form-invalid-tip .x-tip-ml, .x-form-invalid-tip .x-tip-mr {
  background-image: url("../images/azzurra-legacy/form/error-tip-corners.gif");
}

/* line 34, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-form-invalid-tip .x-tip-body {
  background-image: url("../images/azzurra-legacy/form/exclamation.gif");
}

/* line 38, ../sass/azzurra-legacy/visual/_qtips.scss */
.x-tip-anchor {
  background-image: url("../images/azzurra-legacy/qtip/tip-anchor-sprite.gif");
}

/*!
* Menu
*/
/* line 7, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu {
  z-index: 15000;
  zoom: 1;
  background: repeat-y;
}

/* line 13, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-floating {
  border: 1px solid;
}

/* line 17, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu a {
  text-decoration: none !important;
}

/* line 21, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-ie .x-menu {
  zoom: 1;
  overflow: hidden;
}

/* line 26, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-list {
  padding: 2px;
  background-color: transparent;
  border: 0 none;
  overflow: hidden;
  overflow-y: hidden;
}

/* line 34, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-strict .ext-ie .x-menu-list {
  position: relative;
}

/* line 38, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu li {
  line-height: 100%;
}

/* line 42, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu li.x-menu-sep-li {
  font-size: 1px;
  line-height: 1px;
}

/* line 47, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-list-item {
  white-space: nowrap;
  display: block;
  padding: 1px;
}

/* line 53, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-item {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
}

/* line 59, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-item-arrow {
  background: transparent no-repeat right;
}

/* line 63, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-sep {
  display: block;
  font-size: 1px;
  line-height: 1px;
  margin: 2px 3px;
  border-bottom: 1px solid;
  overflow: hidden;
}

/* line 72, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-focus {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  overflow: hidden;
  display: block;
}

/* line 89, ../sass/azzurra-legacy/structure/_menu.scss */
a.x-menu-item {
  cursor: pointer;
  display: block;
  line-height: 16px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
  padding: 3px 21px 3px 27px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

/* line 102, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-item-active {
  background-repeat: repeat-x;
  background-position: left bottom;
  border-style: solid;
  border-width: 1px 0;
  margin: 0 1px;
  padding: 0;
}

/* line 111, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-item-active a.x-menu-item {
  border-style: solid;
  border-width: 0 1px;
  margin: 0 -1px;
}

/* line 117, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-item-icon {
  border: 0 none;
  height: 16px;
  padding: 0;
  vertical-align: top;
  width: 16px;
  position: absolute;
  left: 3px;
  top: 3px;
  margin: 0;
  background-position: center;
}

/* line 130, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-ie .x-menu-item-icon {
  left: -24px;
}

/* line 133, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-strict .x-menu-item-icon {
  left: 3px;
}

/* line 137, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-ie6 .x-menu-item-icon {
  left: -24px;
}

/* line 141, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-ie .x-menu-item-icon {
  vertical-align: middle;
}

/* line 145, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-check-item .x-menu-item-icon {
  background: transparent no-repeat center;
}

/* line 149, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-group-item .x-menu-item-icon {
  background-color: transparent;
}

/* line 153, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
  background: transparent no-repeat center;
}

/* line 157, ../sass/azzurra-legacy/structure/_menu.scss */
.x-date-menu .x-menu-list {
  padding: 0;
}

/* line 161, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-date-item {
  padding: 0;
}

/* line 165, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu .x-color-palette, .x-menu .x-date-picker {
  margin-left: 26px;
  margin-right: 4px;
}

/* line 170, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu .x-date-picker {
  border: 1px solid;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* line 176, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker {
  margin: 0;
  border: 0 none;
}

/* line 181, ../sass/azzurra-legacy/structure/_menu.scss */
.x-date-menu {
  padding: 0 !important;
  border: 1px solid;
}

/*
 * fixes separator visibility problem in IE 6
 */
/* line 189, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-strict .ext-ie6 .x-menu-sep-li {
  padding: 3px 4px;
}

/* line 192, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-strict .ext-ie6 .x-menu-sep {
  margin: 0;
  height: 1px;
}

/*
 * Fixes an issue with "fat" separators in webkit
 */
/* line 200, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-webkit .x-menu-sep {
  height: 1px;
}

/*
 * Ugly mess to remove the white border under the picker
 */
/* line 207, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-ie .x-date-menu {
  height: 199px;
}

/* line 211, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu {
  height: 197px;
}

/* line 215, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-strict .ext-ie7 .x-date-menu {
  height: 195px;
}

/* line 219, ../sass/azzurra-legacy/structure/_menu.scss */
.ext-strict .ext-ie8 .x-date-menu {
  height: auto;
}

/* line 223, ../sass/azzurra-legacy/structure/_menu.scss */
.x-cycle-menu .x-menu-item-checked {
  border: 1px dotted !important;
  padding: 0;
}

/* line 228, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu .x-menu-scroller {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  line-height: 8px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

/* line 239, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu .x-menu-scroller-active {
  height: 6px;
  line-height: 6px;
}

/* line 244, ../sass/azzurra-legacy/structure/_menu.scss */
.x-menu-list-item-indent {
  padding-left: 27px;
}

/* line 23, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu {
  background-color: #4a4a4a;
}

/* line 27, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-floating {
  border-color: #4a4a4a;
}

/* line 31, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-list-item {
  font-weight: normal;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 37, ../sass/azzurra-legacy/visual/_menu.scss */
a.x-menu-item {
  color: white;
}

/* line 45, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-item-active {
  background-color: #555555;
  border-color: #555555;
}
/* line 48, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-item-active a.x-menu-item {
  border-color: #555555;
}

/* line 57, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-sep {
  background-color: #3e3e3e;
  border-bottom-color: #4a4a4a;
}

/* line 100, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-nosep {
  background-image: none;
}

/* line 108, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-item-arrow {
  background-image: url("../images/azzurra-legacy/menu/menu-parent.gif");
}

/* line 131, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-check-item .x-menu-item-icon {
  background-image: url("../images/azzurra-legacy/menu/unchecked.gif");
}

/* line 135, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-item-checked .x-menu-item-icon {
  background-image: url("../images/azzurra-legacy/menu/checked.gif");
}

/* line 139, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
  background-image: url("../images/azzurra-legacy/menu/group-checked.gif");
}

/* line 143, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-group-item .x-menu-item-icon {
  background-image: none;
}

/* line 147, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-plain {
  background-color: #f0f0f0 !important;
  background-image: none;
}

/* line 152, ../sass/azzurra-legacy/visual/_menu.scss */
.x-date-menu {
  border-color: #a3acb5;
}

/* line 156, ../sass/azzurra-legacy/visual/_menu.scss */
.x-date-menu, .x-color-menu {
  background-color: #fff !important;
}

/* line 160, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu .x-date-picker {
  border-color: #a3bad9;
}

/* line 164, ../sass/azzurra-legacy/visual/_menu.scss */
.x-cycle-menu .x-menu-item-checked {
  border-color: #a3bae9 !important;
  background-color: #def8f6;
}

/* line 169, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-scroller-top {
  background-image: url("../images/azzurra-legacy/layout/mini-top.gif");
}

/* line 173, ../sass/azzurra-legacy/visual/_menu.scss */
.x-menu-scroller-bottom {
  background-image: url("../images/azzurra-legacy/layout/mini-bottom.gif");
}

/*!
* Box
*/
/* line 7, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-tl {
  background: transparent no-repeat 0 0;
  zoom: 1;
}

/* line 12, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-tc {
  height: 8px;
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* line 18, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-tr {
  background: transparent no-repeat right -8px;
}

/* line 22, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-ml {
  background: transparent repeat-y 0;
  padding-left: 4px;
  overflow: hidden;
  zoom: 1;
}

/* line 29, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-mc {
  background: repeat-x 0 -16px;
  padding: 4px 10px;
}

/* line 34, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-mc h3 {
  margin: 0 0 4px 0;
  zoom: 1;
}

/* line 39, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-mr {
  background: transparent repeat-y right;
  padding-right: 4px;
  overflow: hidden;
}

/* line 45, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-bl {
  background: transparent no-repeat 0 -16px;
  zoom: 1;
}

/* line 50, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-bc {
  background: transparent repeat-x 0 -8px;
  height: 8px;
  overflow: hidden;
}

/* line 56, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-br {
  background: transparent no-repeat right -24px;
}

/* line 60, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-tl, .x-box-bl {
  padding-left: 8px;
  overflow: hidden;
}

/* line 65, ../sass/azzurra-legacy/structure/_box.scss */
.x-box-tr, .x-box-br {
  padding-right: 8px;
  overflow: hidden;
}

/* line 7, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-tl {
  background-image: url("../images/azzurra-legacy/box/corners.gif");
}

/* line 11, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-tc {
  background-image: url("../images/azzurra-legacy/box/tb.gif");
}

/* line 15, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-tr {
  background-image: url("../images/azzurra-legacy/box/corners.gif");
}

/* line 19, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-ml {
  background-image: url("../images/azzurra-legacy/box/l.gif");
}

/* line 23, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-mc {
  background-color: #eee;
  background-image: url("../images/azzurra-legacy/box/tb.gif");
  font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
  color: #393939;
  font-size: 12px;
}

/* line 31, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-mc h3 {
  font-size: 14px;
  font-weight: bold;
}

/* line 36, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-mr {
  background-image: url("../images/azzurra-legacy/box/r.gif");
}

/* line 40, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-bl {
  background-image: url("../images/azzurra-legacy/box/corners.gif");
}

/* line 44, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-bc {
  background-image: url("../images/azzurra-legacy/box/tb.gif");
}

/* line 48, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-br {
  background-image: url("../images/azzurra-legacy/box/corners.gif");
}

/* line 52, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-blue .x-box-bl, .x-box-blue .x-box-br, .x-box-blue .x-box-tl, .x-box-blue .x-box-tr {
  background-image: url("../images/azzurra-legacy/box/corners-blue.gif");
}

/* line 56, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc {
  background-image: url("../images/azzurra-legacy/box/tb-blue.gif");
}

/* line 60, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-blue .x-box-mc {
  background-color: #c3daf9;
}

/* line 64, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-blue .x-box-mc h3 {
  color: #17385b;
}

/* line 68, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-blue .x-box-ml {
  background-image: url("../images/azzurra-legacy/box/l-gray.gif");
}

/* line 72, ../sass/azzurra-legacy/visual/_box.scss */
.x-box-blue .x-box-mr {
  background-image: url("../images/azzurra-legacy/box/r-gray.gif");
}

/*!
* Combo
*/
/* line 7, ../sass/azzurra-legacy/structure/_combo.scss */
.x-combo-list {
  border: 1px solid;
  zoom: 1;
  overflow: hidden;
}

/* line 13, ../sass/azzurra-legacy/structure/_combo.scss */
.x-combo-list-inner {
  overflow: auto;
  position: relative;
  /* for calculating scroll offsets */
  zoom: 1;
  overflow-x: hidden;
}

/* line 20, ../sass/azzurra-legacy/structure/_combo.scss */
.x-combo-list-hd {
  border-bottom: 1px solid;
  padding: 3px;
}

/* line 25, ../sass/azzurra-legacy/structure/_combo.scss */
.x-resizable-pinned .x-combo-list-inner {
  border-bottom: 1px solid;
}

/* line 29, ../sass/azzurra-legacy/structure/_combo.scss */
.x-combo-list-item {
  padding: 2px;
  border: 1px solid;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 37, ../sass/azzurra-legacy/structure/_combo.scss */
.x-combo-list .x-combo-selected {
  border: 1px solid !important;
  cursor: pointer;
}

/* line 42, ../sass/azzurra-legacy/structure/_combo.scss */
.x-combo-list .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none;
}

/* line 30, ../sass/azzurra-legacy/visual/_combo.scss */
.x-combo-list {
  border-color: #aeb6be;
  background-color: white;
  color: #31373d;
  font-weight: normal;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 38, ../sass/azzurra-legacy/visual/_combo.scss */
.x-combo-list-inner {
  background-color: white;
}

/* line 41, ../sass/azzurra-legacy/visual/_combo.scss */
.x-combo-list-item {
  border-color: white;
}

/* line 44, ../sass/azzurra-legacy/visual/_combo.scss */
.x-combo-list-small {
  font-size: 12px;
}

/* line 47, ../sass/azzurra-legacy/visual/_combo.scss */
.x-combo-list .x-combo-selected {
  border-color: #cdd2d7 !important;
  background-color: #dcdfe3;
  color: #31373d;
}

/* line 53, ../sass/azzurra-legacy/visual/_combo.scss */
.x-resizable-pinned .x-combo-list-inner {
  border-bottom-color: #aeb6be;
}

/* line 57, ../sass/azzurra-legacy/visual/_combo.scss */
.x-combo-list-hd {
  border-bottom-color: #aeb6be;
  background-color: #cbd0d5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwZDVkYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1Y2JkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0d5da), color-stop(100%, #c5cbd0));
  background-image: -moz-linear-gradient(top, #d0d5da, #c5cbd0);
  background-image: -webkit-linear-gradient(top, #d0d5da, #c5cbd0);
  background-image: linear-gradient(to bottom, #d0d5da, #c5cbd0);
  -moz-box-shadow: rgba(255, 255, 255, 0.1) 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.1) 0 1px inset;
  color: white;
  font-size: 12px;
  font-weight: normal;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

/*!
* Panel
*/
/* line 6, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel .x-panel-header {
  line-height: 18px;
}

/* line 24, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel {
  border-style: solid;
  border-width: 0;
}

/* line 29, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-header {
  overflow: hidden;
  zoom: 1;
  padding: 5px 3px 4px 5px;
  border: 1px solid;
  line-height: 15px;
}

/* line 38, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-body {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  position: relative;
  /* added for item scroll positioning */
}
/* line 43, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-body.x-panel-body-noborder.x-panel-body-noborder {
  border-width: 0;
}

/* line 49, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-body-noborder {
  border: 0 none;
  overflow: hidden;
  position: relative;
  /* added for item scroll positioning */
}

/* line 55, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
  border: 1px solid;
  border-top: 0 none;
  overflow: hidden;
  padding: 2px;
}

/* line 62, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
  border: 1px solid;
}

/* line 67, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
  border-top: 1px solid;
}

/* line 71, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-header {
  overflow: hidden;
  zoom: 1;
}

/* line 76, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-tl .x-panel-header {
  padding: 5px 0 4px 0;
  border: 0 none;
  background: transparent no-repeat;
}

/* line 82, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-tl .x-panel-icon, .x-window-tl .x-panel-icon {
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-position: 0 4px;
  zoom: 1;
}

/* line 89, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-inline-icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* line 100, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
}

/* fix ie7 strict mode bug */
/* line 106, ../sass/azzurra-legacy/structure/_panel.scss */
.ext-strict .ext-ie7 .x-panel-tc {
  overflow: visible;
}

/* line 110, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-tl {
  background: transparent no-repeat 0 0;
  padding-left: 6px;
  zoom: 1;
  border-bottom: 1px solid;
}

/* line 117, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-tr {
  background: transparent no-repeat right 0;
  zoom: 1;
  padding-right: 6px;
}

/* line 123, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1;
}

/* line 128, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-bc .x-panel-footer {
  zoom: 1;
}

/* line 132, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-bl {
  background: transparent no-repeat 0 bottom;
  padding-left: 6px;
  zoom: 1;
}

/* line 138, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-br {
  background: transparent no-repeat right bottom;
  padding-right: 6px;
  zoom: 1;
}

/* line 144, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-mc {
  border: 0 none;
  padding: 0;
  margin: 0;
  padding-top: 6px;
}

/*.x-panel-mc > .x-panel-body-noborder {
	background-color:transparent;
	border: 0px none;
}*/
/* line 156, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-ml {
  background: repeat-y 0 0;
  padding-left: 6px;
  zoom: 1;
}

/* line 162, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-mr {
  background: transparent repeat-y right 0;
  padding-right: 6px;
  zoom: 1;
}

/* line 168, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-bc .x-panel-footer {
  padding-bottom: 6px;
}

/* line 172, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-nofooter .x-panel-bc, .x-panel-nofooter .x-window-bc {
  height: 6px;
  font-size: 0;
  line-height: 0;
}

/* line 178, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-bwrap {
  overflow: hidden;
  zoom: 1;
  left: 0;
  top: 0;
}

/* line 184, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-body {
  overflow: hidden;
  zoom: 1;
}

/* line 189, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-collapsed .x-resizable-handle {
  display: none;
}

/* line 193, ../sass/azzurra-legacy/structure/_panel.scss */
.ext-gecko .x-panel-animated div {
  overflow: hidden !important;
}

/* Plain */
/* line 198, ../sass/azzurra-legacy/structure/_panel.scss */
.x-plain-body {
  overflow: hidden;
}

/* line 202, ../sass/azzurra-legacy/structure/_panel.scss */
.x-plain-bbar .x-toolbar {
  overflow: hidden;
  padding: 2px;
}

/* line 207, ../sass/azzurra-legacy/structure/_panel.scss */
.x-plain-tbar .x-toolbar {
  overflow: hidden;
  padding: 2px;
}

/* line 212, ../sass/azzurra-legacy/structure/_panel.scss */
.x-plain-bwrap {
  overflow: hidden;
  zoom: 1;
}

/* line 217, ../sass/azzurra-legacy/structure/_panel.scss */
.x-plain {
  overflow: hidden;
}

/* Tools */
/* line 222, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool {
  overflow: hidden;
  width: 15px;
  height: 15px;
  float: right;
  cursor: pointer;
  background: transparent no-repeat;
  margin-left: 2px;
  margin-top: 1px;
}

/* expand / collapse tools */
/* line 234, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-toggle {
  background-position: 0 -60px;
}

/* line 238, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-toggle-over {
  background-position: -15px -60px;
}

/* line 242, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-collapsed .x-tool-toggle {
  background-position: 0 -75px;
}

/* line 246, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-collapsed .x-tool-toggle-over {
  background-position: -15px -75px;
}

/* line 251, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-close {
  background-position: 0 -0;
}

/* line 255, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-close-over {
  background-position: -15px 0;
}

/* line 259, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-minimize {
  background-position: 0 -15px;
}

/* line 263, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-minimize-over {
  background-position: -15px -15px;
}

/* line 267, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-maximize {
  background-position: 0 -30px;
}

/* line 271, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-maximize-over {
  background-position: -15px -30px;
}

/* line 275, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-restore {
  background-position: 0 -45px;
}

/* line 279, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-restore-over {
  background-position: -15px -45px;
}

/* line 283, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-gear {
  background-position: 0 -90px;
}

/* line 287, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-gear-over {
  background-position: -15px -90px;
}

/* line 291, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-prev {
  background-position: 0 -105px;
}

/* line 295, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-prev-over {
  background-position: -15px -105px;
}

/* line 299, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-next {
  background-position: 0 -120px;
}

/* line 303, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-next-over {
  background-position: -15px -120px;
}

/* line 307, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-pin {
  background-position: 0 -135px;
}

/* line 311, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-pin-over {
  background-position: -15px -135px;
}

/* line 315, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-unpin {
  background-position: 0 -150px;
}

/* line 319, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-unpin-over {
  background-position: -15px -150px;
}

/* line 323, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-right {
  background-position: 0 -165px;
}

/* line 327, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-right-over {
  background-position: -15px -165px;
}

/* line 331, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-left {
  background-position: 0 -180px;
}

/* line 335, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-left-over {
  background-position: -15px -180px;
}

/* line 339, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-down {
  background-position: 0 -195px;
}

/* line 343, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-down-over {
  background-position: -15px -195px;
}

/* line 347, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-up {
  background-position: 0 -210px;
}

/* line 351, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-up-over {
  background-position: -15px -210px;
}

/* line 355, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-refresh {
  background-position: 0 -225px;
}

/* line 359, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-refresh-over {
  background-position: -15px -225px;
}

/* line 363, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-plus {
  background-position: 0 -240px;
}

/* line 367, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-plus-over {
  background-position: -15px -240px;
}

/* line 371, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-minus {
  background-position: 0 -255px;
}

/* line 375, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-minus-over {
  background-position: -15px -255px;
}

/* line 379, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-search {
  background-position: 0 -270px;
}

/* line 383, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-search-over {
  background-position: -15px -270px;
}

/* line 387, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-save {
  background-position: 0 -285px;
}

/* line 391, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-save-over {
  background-position: -15px -285px;
}

/* line 395, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-help {
  background-position: 0 -300px;
}

/* line 399, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-help-over {
  background-position: -15px -300px;
}

/* line 403, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-print {
  background-position: 0 -315px;
}

/* line 407, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-print-over {
  background-position: -15px -315px;
}

/* line 411, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-expand {
  background-position: 0 -330px;
}

/* line 415, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-expand-over {
  background-position: -15px -330px;
}

/* line 419, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-collapse {
  background-position: 0 -345px;
}

/* line 423, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-collapse-over {
  background-position: -15px -345px;
}

/* line 427, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-resize {
  background-position: 0 -360px;
}

/* line 431, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-resize-over {
  background-position: -15px -360px;
}

/* line 435, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-move {
  background-position: 0 -375px;
}

/* line 439, ../sass/azzurra-legacy/structure/_panel.scss */
.x-tool-move-over {
  background-position: -15px -375px;
}

/* Ghosting */
/* line 444, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-ghost {
  z-index: 12000;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .80;
  -moz-opacity: .80;
  filter: alpha(opacity=80);
}

/* line 454, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-ghost ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: block;
}

/* line 465, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-ghost * {
  cursor: move !important;
}

/* line 469, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-dd-spacer {
  border: 2px dashed;
}

/* Buttons */
/* line 474, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns {
  padding: 5px;
  overflow: hidden;
}

/* line 479, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns td.x-toolbar-cell {
  padding: 3px;
}

/* line 483, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-focus .x-btn-left {
  background-position: 0 -147px;
}

/* line 487, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-focus .x-btn-right {
  background-position: 0 -168px;
}

/* line 491, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-focus .x-btn-center {
  background-position: 0 -189px;
}

/* line 495, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-over .x-btn-left {
  background-position: 0 -63px;
}

/* line 499, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-over .x-btn-right {
  background-position: 0 -84px;
}

/* line 503, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-over .x-btn-center {
  background-position: 0 -105px;
}

/* line 507, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-click .x-btn-center {
  background-position: 0 -126px;
}

/* line 511, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-click .x-btn-right {
  background-position: 0 -84px;
}

/* line 515, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-btns .x-btn-click .x-btn-left {
  background-position: 0 -63px;
}

/* line 519, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel-fbar td, .x-panel-fbar span, .x-panel-fbar input, .x-panel-fbar div, .x-panel-fbar select, .x-panel-fbar label {
  white-space: nowrap;
}

/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel {
  border-color: #aeb6be;
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel > .x-panel-header {
  color: #31373d;
  font-weight: bold;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  border-color: #aeb6be;
  background-color: #cbd0d5;
}
/* line 79, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-body {
  border-color: #aeb6be;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel > .x-panel-header .x-tool:hover {
  background-color: #b4bbc3;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #b4bbc3;
}
/* line 100, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-bbar .x-toolbar, .x-panel .x-panel-tbar .x-toolbar {
  border-color: #aeb6be;
}
/* line 104, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-tbar-noheader .x-toolbar, .x-panel .x-panel-mc .x-panel-tbar .x-toolbar {
  border-top-color: #aeb6be;
}
/* line 108, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-body-noheader, .x-panel .x-panel-mc .x-panel-body {
  border-top-color: #aeb6be;
}
/* line 112, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-tl, .x-panel .x-panel-tr, .x-panel .x-panel-bl, .x-panel .x-panel-br {
  border-color: #aeb6be;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-tl {
  border: 1px solid #aeb6be;
  background-color: #cbd0d5;
}
/* line 131, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-mc, .x-panel .x-panel-body {
  background-color: #f8f9f9;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  color: #31373d;
}
/* line 139, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-ml {
  background-color: #f8f9f9;
  border-left: 1px solid #aeb6be;
  border-right: 1px solid #aeb6be;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-bl {
  background-color: #f8f9f9;
  border: 1px solid #aeb6be;
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  background-color: #f8f9f9;
  border-color: #aeaeae;
}

/* line 176, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost ul {
  border-color: #aeb6be;
}

/* line 180, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-dd-spacer {
  border-color: #aeb6be;
}

/* line 184, ../sass/azzurra-legacy/visual/_panel.scss */
.x-tool {
  background-image: url("../images/azzurra-legacy/panel/tool-sprite.png");
}
/* line 186, ../sass/azzurra-legacy/visual/_panel.scss */
.x-tool:hover {
  background-color: #b7bec5;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 196, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-tl .x-panel-header .x-tool-close {
  background-color: #c54a4a;
}
/* line 198, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel .x-panel-tl .x-panel-header .x-tool-close:hover {
  background-color: #b63a3a;
}

/* line 203, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window.x-window.active-window.x-window .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #c54a4a;
}
/* line 205, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window.x-window.active-window.x-window .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close:hover {
  background-color: #b63a3a;
}

/**
 * W3C Suggested Default style sheet for HTML 4
 * http://www.w3.org/TR/CSS21/sample.html
 *
 * Resets for Ext.Panel @cfg normal: true
 */
/* line 9, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body html,
.x-panel-reset .x-panel-body address,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body body,
.x-panel-reset .x-panel-body dd,
.x-panel-reset .x-panel-body div,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dt,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body frame, frameset,
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body noframes,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body center,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body hr,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body pre {
  display: block;
}

/* line 35, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body li {
  display: list-item;
}

/* line 36, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body head {
  display: none;
}

/* line 37, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body table {
  display: table;
}

/* line 38, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body tr {
  display: table-row;
}

/* line 39, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body thead {
  display: table-header-group;
}

/* line 40, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body tbody {
  display: table-row-group;
}

/* line 41, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body tfoot {
  display: table-footer-group;
}

/* line 42, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body col {
  display: table-column;
}

/* line 43, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body colgroup {
  display: table-column-group;
}

/* line 44, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th {
  display: table-cell;
}

/* line 46, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body caption {
  display: table-caption;
}

/* line 47, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body th {
  font-weight: bolder;
  text-align: center;
}

/* line 48, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body caption {
  text-align: center;
}

/* line 49, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body body {
  margin: 8px;
}

/* line 50, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 51, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}

/* line 52, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}

/* line 53, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body p,
.x-panel-reset .x-panel-body blockquote,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body fieldset,
.x-panel-reset .x-panel-body form,
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body dl,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu {
  margin: 1.12em 0;
}

/* line 63, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body h5 {
  font-size: .83em;
  margin: 1.5em 0;
}

/* line 64, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body h6 {
  font-size: .75em;
  margin: 1.67em 0;
}

/* line 65, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body h1,
.x-panel-reset .x-panel-body h2,
.x-panel-reset .x-panel-body h3,
.x-panel-reset .x-panel-body h4,
.x-panel-reset .x-panel-body h5,
.x-panel-reset .x-panel-body h6,
.x-panel-reset .x-panel-body b,
.x-panel-reset .x-panel-body strong {
  font-weight: bolder;
}

/* line 73, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

/* line 74, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body i,
.x-panel-reset .x-panel-body cite,
.x-panel-reset .x-panel-body em,
.x-panel-reset .x-panel-body var,
.x-panel-reset .x-panel-body address {
  font-style: italic;
}

/* line 79, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body pre,
.x-panel-reset .x-panel-body tt,
.x-panel-reset .x-panel-body code,
.x-panel-reset .x-panel-body kbd,
.x-panel-reset .x-panel-body samp {
  font-family: monospace;
}

/* line 84, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body pre {
  white-space: pre;
}

/* line 85, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body button,
.x-panel-reset .x-panel-body textarea,
.x-panel-reset .x-panel-body input,
.x-panel-reset .x-panel-body select {
  display: inline-block;
}

/* line 89, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body big {
  font-size: 1.17em;
}

/* line 90, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body small,
.x-panel-reset .x-panel-body sub,
.x-panel-reset .x-panel-body sup {
  font-size: 0.83em;
}

/* line 93, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body sub {
  vertical-align: sub;
}

/* line 94, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body sup {
  vertical-align: super;
}

/* line 95, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body table {
  border-spacing: 2px;
}

/* line 96, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body thead,
.x-panel-reset .x-panel-body tbody,
.x-panel-reset .x-panel-body tfoot {
  vertical-align: middle;
}

/* line 99, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body td,
.x-panel-reset .x-panel-body th {
  vertical-align: inherit;
}

/* line 101, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body s,
.x-panel-reset .x-panel-body strike,
.x-panel-reset .x-panel-body del {
  text-decoration: line-through;
}

/* line 104, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body hr {
  border: 1px inset;
}

/* line 105, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body ol,
.x-panel-reset .x-panel-body ul,
.x-panel-reset .x-panel-body dir,
.x-panel-reset .x-panel-body menu,
.x-panel-reset .x-panel-body dd {
  margin-left: 40px;
}

/* line 110, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body ul, .x-panel-reset .x-panel-body menu, .x-panel-reset .x-panel-body dir {
  list-style-type: disc;
}

/* line 111, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body ol {
  list-style-type: decimal;
}

/* line 112, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body ol ul,
.x-panel-reset .x-panel-body ul ol,
.x-panel-reset .x-panel-body ul ul,
.x-panel-reset .x-panel-body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 116, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body u,
.x-panel-reset .x-panel-body ins {
  text-decoration: underline;
}

/* line 118, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body br:before {
  content: "\a";
}

/* line 119, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body :before, .x-panel-reset .x-panel-body :after {
  white-space: pre-line;
}

/* line 120, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body center {
  text-align: center;
}

/* line 121, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body :link, .x-panel-reset .x-panel-body :visited {
  text-decoration: underline;
}

/* line 122, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body :focus {
  outline: invert dotted thin;
}

/* Begin bidirectionality settings (do not change) */
/* line 125, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 126, ../sass/azzurra-legacy/structure/_panel-reset.scss */
.x-panel-reset .x-panel-body BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

/*!
 * window
 */
/* line 13, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-tl {
  padding-left: 2px;
}
/* line 16, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-tr {
  padding-right: 2px;
}
/* line 20, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-header {
  line-height: 20px;
  padding: 4px;
}
/* line 25, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-ml {
  padding-left: 2px;
}
/* line 29, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-mr {
  padding-right: 2px;
}
/* line 33, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-bc .x-window-footer {
  padding: 2px;
}
/* line 37, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-bl {
  padding-left: 2px;
}
/* line 41, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-br {
  padding-right: 2px;
}

/* line 13, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-tl {
  padding-left: 2px;
}
/* line 16, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-tr {
  padding-right: 2px;
}
/* line 20, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-header {
  line-height: 20px;
  padding: 4px;
}
/* line 25, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-ml {
  padding-left: 2px;
}
/* line 29, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-mr {
  padding-right: 2px;
}
/* line 33, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-bc .x-window-footer {
  padding: 2px;
}
/* line 37, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-bl {
  padding-left: 2px;
}
/* line 41, ../sass/azzurra-legacy/structure/_window.scss */
.x-panel-ghost .x-window-br {
  padding-right: 2px;
}

/* line 77, ../sass/azzurra-legacy/structure/_window.scss */
.x-window {
  zoom: 1;
}

/* line 81, ../sass/azzurra-legacy/structure/_window.scss */
.x-window .x-window-handle {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

/* line 87, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-proxy {
  border: 1px solid;
  z-index: 12000;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
}

/* line 99, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-header {
  overflow: hidden;
  zoom: 1;
}

/* line 104, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-bwrap {
  z-index: 1;
  position: relative;
  zoom: 1;
  left: 0;
  top: 0;
}

/* line 115, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-header-text {
  cursor: pointer;
}

/* line 119, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-tc {
  background: transparent repeat-x 0 0;
  overflow: hidden;
  zoom: 1;
}

/* line 125, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-tl {
  zoom: 1;
  z-index: 1;
  position: relative;
}

/* line 138, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-bc {
  background: transparent repeat-x 0 bottom;
  zoom: 1;
}

/* line 143, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-bc .x-window-footer {
  zoom: 1;
  font-size: 0;
  line-height: 0;
}

/* line 150, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-bl {
  zoom: 1;
}

/* line 156, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-br {
  zoom: 1;
}

/* line 162, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-mc {
  border: 1px solid;
  padding: 0;
  margin: 0;
}

/* line 168, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-ml {
  zoom: 1;
}

/* line 174, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-mr {
  zoom: 1;
}

/* line 180, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-body {
  overflow: hidden;
}

/* line 184, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-bwrap {
  overflow: hidden;
}

/* line 188, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
.x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
.x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
  padding: 0;
}

/* line 194, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-maximized .x-window-footer {
  padding-bottom: 0;
}

/* line 198, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-maximized .x-window-tc {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 203, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-maximized .x-window-mc {
  border-left: 0 none;
  border-right: 0 none;
}

/* line 208, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
  border-left: 0 none;
  border-right: 0 none;
}

/* line 213, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-bbar .x-toolbar {
  border-top: 1px solid;
  border-bottom: 0 none;
}

/* line 218, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-draggable, .x-window-draggable .x-window-header-text {
  cursor: move;
}

/* line 222, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
  cursor: default;
}

/* line 226, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-body {
  background-color: transparent;
}

/* line 238, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-maximized-ct {
  overflow: hidden;
}

/* line 242, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-maximized .x-window-handle {
  display: none;
}

/* line 246, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-sizing-ghost ul {
  border: 0 none !important;
}

/* line 250, ../sass/azzurra-legacy/structure/_window.scss */
.x-dlg-focus {
  -moz-outline: 0 none;
  outline: 0 none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 261, ../sass/azzurra-legacy/structure/_window.scss */
.ext-webkit .x-dlg-focus {
  width: 1px;
  height: 1px;
}

/* line 266, ../sass/azzurra-legacy/structure/_window.scss */
.x-dlg-mask {
  z-index: 10000;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
}

/* line 277, ../sass/azzurra-legacy/structure/_window.scss */
body.ext-ie6.x-body-masked select {
  visibility: hidden;
}

/* line 281, ../sass/azzurra-legacy/structure/_window.scss */
body.ext-ie6.x-body-masked .x-window select {
  visibility: visible;
}

/* line 285, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-plain .x-window-mc {
  border: 1px solid;
}

/* line 289, ../sass/azzurra-legacy/structure/_window.scss */
.x-window-plain .x-window-body {
  border: 1px solid;
  background: transparent !important;
}

/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window {
  border: 1px solid #b1b9c1;
  background-color: #dcdfe3;
}
/* line 35, ../sass/azzurra-legacy/visual/_window.scss */
.x-window .x-window-header {
  color: #31373d;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window > .x-window-header .x-tool:hover {
  background-color: #c5cbd0;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #c5cbd0;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #a9b1ba;
}
/* line 70, ../sass/azzurra-legacy/visual/_window.scss */
.x-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close:hover {
  background-color: #b63a3a;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window .x-window-mc {
  border-color: #b1b9c1;
  background-color: #f8f9f9;
  color: #31373d;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}

/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost {
  border: 1px solid;
  background-color: #dcdfe3;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 35, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost .x-window-header {
  color: #31373d;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost > .x-window-header .x-tool:hover {
  background-color: #c5cbd0;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #c5cbd0;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #a9b1ba;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-panel-ghost .x-window-mc {
  border-color: #b1b9c1;
  background-color: #f8f9f9;
}

/* line 135, ../sass/azzurra-legacy/visual/_window.scss */
.x-window-proxy {
  background-color: #c7dffc;
  border-color: #99bbe8;
}

/* line 187, ../sass/azzurra-legacy/visual/_window.scss */
.x-window-bbar .x-toolbar {
  border-top-color: #99bbe8;
}

/* line 199, ../sass/azzurra-legacy/visual/_window.scss */
.x-dlg-mask {
  background-color: #ccc;
}

/* line 208, ../sass/azzurra-legacy/visual/_window.scss */
.x-window-plain .x-window-body {
  border-color: #cdd2d7;
}

/*!
* Editor
*/
/* line 194, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-wrap {
  border: 1px solid;
}

/* line 198, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-text {
  background: transparent no-repeat;
}

/* line 5, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-text {
  background-image: url("../images/azzurra-legacy/editor/tb-sprite.png");
}

/* line 11, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-bold {
  background-position: 0 0;
}
/* line 15, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-bold, .x-html-editor-tb .x-btn-pressed .x-edit-bold {
  background-position: 0 -16px;
}
/* line 20, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-italic {
  background-position: -16px 0;
}
/* line 24, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-italic, .x-html-editor-tb .x-btn-pressed .x-edit-italic {
  background-position: -16px -16px;
}
/* line 29, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-underline {
  background-position: -32px 0;
}
/* line 33, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-underline, .x-html-editor-tb .x-btn-pressed .x-edit-underline {
  background-position: -32px -16px;
}
/* line 38, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-forecolor {
  background-position: -160px 0;
}
/* line 42, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-forecolor, .x-html-editor-tb .x-btn-pressed .x-edit-forecolor {
  background-position: -160px -16px;
}
/* line 47, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-backcolor {
  background-position: -176px 0;
}
/* line 51, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-backcolor, .x-html-editor-tb .x-btn-pressed .x-edit-backcolor {
  background-position: -176px -16px;
}
/* line 56, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-justifyleft {
  background-position: -112px 0;
}
/* line 60, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-justifyleft, .x-html-editor-tb .x-btn-pressed .x-edit-justifyleft {
  background-position: -112px -16px;
}
/* line 65, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-justifycenter {
  background-position: -128px 0;
}
/* line 69, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-justifycenter, .x-html-editor-tb .x-btn-pressed .x-edit-justifycenter {
  background-position: -128px -16px;
}
/* line 74, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-justifyright {
  background-position: -144px 0;
}
/* line 78, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-justifyright, .x-html-editor-tb .x-btn-pressed .x-edit-justifyright {
  background-position: -144px -16px;
}
/* line 83, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-insertorderedlist {
  background-position: -80px 0;
}
/* line 87, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-insertorderedlist, .x-html-editor-tb .x-btn-pressed .x-edit-insertorderedlist {
  background-position: -80px -16px;
}
/* line 92, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-insertunorderedlist {
  background-position: -96px 0;
}
/* line 96, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-insertunorderedlist, .x-html-editor-tb .x-btn-pressed .x-edit-insertunorderedlist {
  background-position: -96px -16px;
}
/* line 101, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-increasefontsize {
  background-position: -48px 0;
}
/* line 105, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-increasefontsize, .x-html-editor-tb .x-btn-pressed .x-edit-increasefontsize {
  background-position: -48px -16px;
}
/* line 110, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-decreasefontsize {
  background-position: -64px 0;
}
/* line 114, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-decreasefontsize, .x-html-editor-tb .x-btn-pressed .x-edit-decreasefontsize {
  background-position: -64px -16px;
}
/* line 119, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-sourceedit {
  background-position: -192px 0;
}
/* line 123, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-sourceedit, .x-html-editor-tb .x-btn-pressed .x-edit-sourceedit {
  background-position: -192px -16px;
}
/* line 128, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-edit-createlink {
  background-position: -208px 0;
}
/* line 132, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-btn-over .x-edit-createlink, .x-html-editor-tb .x-btn-pressed .x-edit-createlink {
  background-position: -208px -16px;
}

/* line 139, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-bold {
  background-position: 0 0;
}
/* line 142, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-italic {
  background-position: -16px 0;
}
/* line 145, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-underline {
  background-position: -32px 0;
}
/* line 148, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-forecolor {
  background-position: -160px 0;
}
/* line 151, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-backcolor {
  background-position: -176px 0;
}
/* line 154, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-justifyleft {
  background-position: -112px 0;
}
/* line 157, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-justifycenter {
  background-position: -128px 0;
}
/* line 160, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-justifyright {
  background-position: -144px 0;
}
/* line 163, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-insertorderedlist {
  background-position: -80px 0;
}
/* line 166, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-insertunorderedlist {
  background-position: -96px 0;
}
/* line 169, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-increasefontsize {
  background-position: -48px 0;
}
/* line 172, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-decreasefontsize {
  background-position: -64px 0;
}
/* line 175, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-sourceedit {
  background-position: -192px 0;
}
/* line 178, ../sass/azzurra-legacy/structure/_editor.scss */
.x-menu-item img.x-edit-createlink {
  background-position: -208px 0;
}

/* line 278, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
  padding: 5px;
  padding-bottom: 1px;
}

/* line 283, ../sass/azzurra-legacy/structure/_editor.scss */
.x-html-editor-tb .x-toolbar {
  position: static !important;
}

/* line 5, ../sass/azzurra-legacy/visual/_editor.scss */
.x-html-editor-wrap {
  border-color: #aeb6be;
  background-color: white;
}

/*!
* Buttons structure
*/
/* line 7, ../sass/azzurra-legacy/structure/_borders.scss */
.x-panel-noborder .x-panel-body-noborder {
  border-width: 0;
}

/* line 11, ../sass/azzurra-legacy/structure/_borders.scss */
.x-panel-noborder .x-panel-header-noborder {
  border-width: 0 0 1px;
  border-style: solid;
}

/* line 16, ../sass/azzurra-legacy/structure/_borders.scss */
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
  border-width: 0 0 1px;
  border-style: solid;
}

/* line 21, ../sass/azzurra-legacy/structure/_borders.scss */
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
  border-width: 1px 0 0 0;
  border-style: solid;
}

/* line 26, ../sass/azzurra-legacy/structure/_borders.scss */
.x-window-noborder .x-window-mc {
  border-width: 0;
}

/* line 30, ../sass/azzurra-legacy/structure/_borders.scss */
.x-window-plain .x-window-body-noborder {
  border-width: 0;
}

/* line 34, ../sass/azzurra-legacy/structure/_borders.scss */
.x-tab-panel-noborder .x-tab-panel-body-noborder {
  border-width: 0;
}

/* line 38, ../sass/azzurra-legacy/structure/_borders.scss */
.x-tab-panel-noborder .x-tab-panel-header-noborder {
  border-width: 0;
}

/* line 42, ../sass/azzurra-legacy/structure/_borders.scss */
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
  border-width: 0;
}

/* line 46, ../sass/azzurra-legacy/structure/_borders.scss */
.x-tab-panel-bbar-noborder .x-toolbar {
  border-width: 1px 0 0 0;
  border-style: solid;
}

/* line 51, ../sass/azzurra-legacy/structure/_borders.scss */
.x-tab-panel-tbar-noborder .x-toolbar {
  border-width: 0 0 1px;
  border-style: solid;
}

/*!
* Layout
*/
/* line 7, ../sass/azzurra-legacy/structure/_layout.scss */
.x-border-layout-ct {
  position: relative;
}

/* line 11, ../sass/azzurra-legacy/structure/_layout.scss */
.x-border-panel {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 17, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-south {
  background-position: 0 -195px;
}

/* line 21, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-south-over {
  background-position: -15px -195px;
}

/* line 25, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-north {
  background-position: 0 -210px;
}

/* line 29, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-north-over {
  background-position: -15px -210px;
}

/* line 33, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-west {
  background-position: 0 -180px;
}

/* line 37, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-west-over {
  background-position: -15px -180px;
}

/* line 41, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-east {
  background-position: 0 -165px;
}

/* line 45, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-collapse-east-over {
  background-position: -15px -165px;
}

/* line 49, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-south {
  background-position: 0 -210px;
}

/* line 53, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-south-over {
  background-position: -15px -210px;
}

/* line 57, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-north {
  background-position: 0 -195px;
}

/* line 60, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-north-over {
  background-position: -15px -195px;
}

/* line 64, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-west {
  background-position: 0 -165px;
}

/* line 68, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-west-over {
  background-position: -15px -165px;
}

/* line 72, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-east {
  background-position: 0 -180px;
}

/* line 76, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-east-over {
  background-position: -15px -180px;
}

/* line 80, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-north, .x-tool-expand-south {
  float: right;
  margin: 3px;
}

/* line 85, ../sass/azzurra-legacy/structure/_layout.scss */
.x-tool-expand-east, .x-tool-expand-west {
  float: none;
  margin: 3px 2px;
}

/* line 91, ../sass/azzurra-legacy/structure/_layout.scss */
.x-accordion-hd .x-tool {
  margin-top: 3px;
}

/* line 96, ../sass/azzurra-legacy/structure/_layout.scss */
.x-accordion-hd .x-tool-toggle {
  background-position: 0 -255px;
}

/* line 100, ../sass/azzurra-legacy/structure/_layout.scss */
.x-accordion-hd .x-tool-toggle-over {
  background-position: -15px -255px;
}

/* line 104, ../sass/azzurra-legacy/structure/_layout.scss */
.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
  background-position: 0 -240px;
}

/* line 108, ../sass/azzurra-legacy/structure/_layout.scss */
.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
  background-position: -15px -240px;
}

/* line 112, ../sass/azzurra-legacy/structure/_layout.scss */
.x-accordion-hd {
  padding-top: 4px;
  padding-bottom: 3px;
  border-top: 0 none;
  height: 20px;
}

/* line 120, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-collapsed {
  position: absolute;
  left: -10000px;
  top: -10000px;
  visibility: hidden;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border: 1px solid;
  z-index: 20;
}

/* line 132, ../sass/azzurra-legacy/structure/_layout.scss */
.ext-border-box .x-layout-collapsed {
  width: 22px;
  height: 22px;
}

/* line 137, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-collapsed-over {
  cursor: pointer;
}

/* line 141, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-collapsed-west .x-layout-collapsed-tools, .x-layout-collapsed-east .x-layout-collapsed-tools {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

/* line 150, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-split {
  position: absolute;
  height: 5px;
  width: 5px;
  line-height: 1px;
  font-size: 1px;
  z-index: 3;
  background-color: transparent;
}

/* IE6 strict won't drag w/out a color */
/* line 161, ../sass/azzurra-legacy/structure/_layout.scss */
.ext-strict .ext-ie6 .x-layout-split {
  background-color: #fff !important;
  filter: alpha(opacity=1);
}

/* line 166, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-split-h {
  background-image: url("../images/azzurra-legacy/s.gif");
  background-position: left;
}

/* line 171, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-split-v {
  background-image: url("../images/azzurra-legacy/s.gif");
  background-position: top;
}

/* line 176, ../sass/azzurra-legacy/structure/_layout.scss */
.x-column-layout-ct {
  overflow: hidden;
  zoom: 1;
}

/* line 181, ../sass/azzurra-legacy/structure/_layout.scss */
.x-column {
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  zoom: 1;
}

/* line 189, ../sass/azzurra-legacy/structure/_layout.scss */
.x-column-inner {
  overflow: hidden;
  zoom: 1;
}

/* mini mode */
/* line 195, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-mini {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 35px;
  cursor: pointer;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
}

/* line 208, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-mini-over, .x-layout-collapsed-over .x-layout-mini {
  opacity: 1;
  -moz-opacity: 1;
  filter: none;
}

/* line 214, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-split-west .x-layout-mini {
  top: 48%;
}

/* line 218, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-split-east .x-layout-mini {
  top: 48%;
}

/* line 222, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-split-north .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 228, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-split-south .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 234, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-cmini-west .x-layout-mini {
  top: 48%;
}

/* line 238, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-cmini-east .x-layout-mini {
  top: 48%;
}

/* line 242, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-cmini-north .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 248, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-cmini-south .x-layout-mini {
  left: 48%;
  height: 5px;
  width: 35px;
}

/* line 254, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-cmini-west, .x-layout-cmini-east {
  border: 0 none;
  width: 5px !important;
  padding: 0;
  background-color: transparent;
}

/* line 261, ../sass/azzurra-legacy/structure/_layout.scss */
.x-layout-cmini-north, .x-layout-cmini-south {
  border: 0 none;
  height: 5px !important;
  padding: 0;
  background-color: transparent;
}

/* line 268, ../sass/azzurra-legacy/structure/_layout.scss */
.x-viewport, .x-viewport body {
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
}

/* line 276, ../sass/azzurra-legacy/structure/_layout.scss */
.x-abs-layout-item {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 282, ../sass/azzurra-legacy/structure/_layout.scss */
.ext-ie input.x-abs-layout-item, .ext-ie textarea.x-abs-layout-item {
  margin: 0;
}

/* line 286, ../sass/azzurra-legacy/structure/_layout.scss */
.x-box-layout-ct {
  overflow: hidden;
  zoom: 1;
}

/* line 291, ../sass/azzurra-legacy/structure/_layout.scss */
.x-box-inner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  left: 0;
  top: 0;
}

/* line 299, ../sass/azzurra-legacy/structure/_layout.scss */
.x-box-item {
  position: absolute;
  left: 0;
  top: 0;
}

/* column layout big fix */
/* line 307, ../sass/azzurra-legacy/structure/_layout.scss */
.x-panel.x-column > .x-panel-bwrap .x-panel-body {
  border: 0 none;
}

/* line 4, ../sass/azzurra-legacy/visual/_layout.scss */
.x-border-layout-ct {
  background-color: transparent;
}

/* line 8, ../sass/azzurra-legacy/visual/_layout.scss */
.x-accordion-hd {
  color: #222;
  font-weight: normal;
}

/* line 14, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-collapsed {
  background-color: #cbd0d5;
  border-color: #aeb6be;
}

/*.x-layout-collapsed-over{
	background-color:lighten($panel-header-background-color, 4);
}*/
/*.x-layout-collapsed-south{
    background-color:transparent;
    //padding-top:2px;
}
.x-layout-collapsed-west{
    background-color:transparent;
   // padding-left:2px;
}*/
/* line 31, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-cmini-west {
  background-color: transparent;
  /*padding-right:2px;
  padding-left:2px;*/
}

/* line 36, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-cmini-south {
  background-color: transparent;
}

/* line 40, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-split-west .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-left.gif");
}

/* line 43, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-split-east .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-right.gif");
}

/* line 46, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-split-north .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-top.gif");
}

/* line 49, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-split-south .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-bottom.gif");
}

/* line 53, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-cmini-west .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-right.gif");
}

/* line 57, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-cmini-east .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-left.gif");
}

/* line 61, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-cmini-north .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-bottom.gif");
}

/* line 65, ../sass/azzurra-legacy/visual/_layout.scss */
.x-layout-cmini-south .x-layout-mini {
  background-image: url("../images/azzurra-legacy/layout/mini-top.gif");
}

/* line 68, ../sass/azzurra-legacy/visual/_layout.scss */
.x-border-layout-ct {
  background-color: transparent;
}

/*!
* Progress
*/
/* line 8, ../sass/azzurra-legacy/structure/_progress.scss */
.x-progress-wrap {
  border: 1px solid;
  overflow: hidden;
}

/* line 13, ../sass/azzurra-legacy/structure/_progress.scss */
.x-progress-inner {
  height: 18px;
  background: repeat-x;
  position: relative;
}

/* line 19, ../sass/azzurra-legacy/structure/_progress.scss */
.x-progress-bar {
  height: 20px;
  float: left;
  width: 0;
  background: repeat-x left center;
  border-right: 1px solid;
}

/* line 29, ../sass/azzurra-legacy/structure/_progress.scss */
.x-progress-text {
  padding: 1px 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  text-align: center;
}

/* line 45, ../sass/azzurra-legacy/structure/_progress.scss */
.ext-strict .ext-ie7 .x-progress-text-back {
  width: 100%;
}

/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap {
  border-color: #aeb6be;
}
/* line 28, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap .x-progress-inner {
  background-color: #f2f3f5;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap .x-progress-bar {
  background-color: #bfc6cc;
  border-right-color: transparent;
}
/* line 53, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap .x-progress-text {
  font-size: 11px;
  font-weight: bold;
  color: white;
}
/* line 62, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap .x-progress-text-back {
  color: #31373d;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap .x-progress-text {
  line-height: 16px;
}

/*!
* List-view
*/
/* line 7, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-header {
  background: repeat-x 0 bottom;
  cursor: default;
  zoom: 1;
  height: 22px;
  border-bottom: 1px solid;
}

/* line 15, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-header-inner div {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*border-left:1px solid;*/
}

/* line 25, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-header-inner div em {
  display: block;
  border-left: 1px solid;
  padding: 4px 4px 6px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  line-height: 14px;
}

/* line 35, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-body {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  zoom: 1;
  float: left;
  width: 100%;
}

/* line 44, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-body dl {
  zoom: 1;
}

/* line 48, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-body dt {
  display: block;
  float: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  zoom: 1;
}

/* line 59, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-body dt em {
  display: block;
  padding: 3px 4px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
}

/* line 67, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-resizer {
  border-left: 1px solid;
  border-right: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 75, ../sass/azzurra-legacy/structure/_list-view.scss */
.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc {
  background-repeat: no-repeat;
  background-position: right 50%;
  margin-right: 4px;
  border-style: solid;
  border-width: 0px;
  padding-bottom: 6px;
  border-left: 1px solid;
  /*border-bottom:1px solid;*/
}

/* line 2, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-header {
  background-color: #f5f6f7;
  /*background-image:background-image($theme-name,'grid/grid3-hrow.gif');*/
  border-color: #aeb6be;
}

/* line 8, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-header-inner div {
  border-bottom-color: #aeb6be;
  background-color: #f5f6f7;
  /*border-left-color:$panel-border-color;*/
}

/* line 13, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-header-inner div em {
  border-left-color: #aeb6be;
  border-bottom-color: #aeb6be;
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 19, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-body dt em {
  font: normal 11px arial, tahoma, helvetica, sans-serif;
}

/* line 23, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-over {
  background-color: #e7e9ec;
}

/* line 27, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-selected {
  background-color: #dee2e5;
}

/* line 31, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-resizer {
  border-left-color: #555;
  border-right-color: #555;
}

/* line 36, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-header-inner em.sort-asc {
  background-image: url("../images/azzurra-legacy/grid/arrow-up-gray.gif");
  border-left-color: #aeb6be;
  /*background-color:lighten ($panel-header-background-color, 5);*/
  /*border-bottom-color:$panel-border-color;*/
  /*border-color: $panel-border-color;*/
}

/* line 44, ../sass/azzurra-legacy/visual/_list-view.scss */
.x-list-header-inner em.sort-desc {
  background-image: url("../images/azzurra-legacy/grid/arrow-down-gray.gif");
  border-left-color: #aeb6be;
}

/*!
 * Slider 
 */
/* line 8, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider {
  zoom: 1;
}

/* line 12, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-inner {
  position: relative;
  left: 0;
  top: 0;
  overflow: visible;
  zoom: 1;
}

/* line 20, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-focus {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  -moz-outline: 0 none;
  outline: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: ignore;
  display: block;
  overflow: hidden;
}

/* Horizontal styles */
/* line 38, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-horz {
  padding-left: 7px;
  background: transparent no-repeat 0 -22px;
}

/* line 43, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-horz .x-slider-end {
  padding-right: 7px;
  zoom: 1;
  background: transparent no-repeat right -44px;
}

/* line 49, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-horz .x-slider-inner {
  background: transparent repeat-x 0 0;
  height: 22px;
}

/* line 54, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-horz .x-slider-thumb {
  width: 14px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  background: transparent no-repeat 0 0;
}

/* line 63, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-horz .x-slider-thumb-over {
  background-position: -14px -15px;
}

/* line 67, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-horz .x-slider-thumb-drag {
  background-position: -28px -30px;
}

/* Vertical styles */
/* line 72, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-vert {
  padding-top: 7px;
  background: transparent no-repeat -44px 0;
  width: 22px;
}

/* line 78, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-vert .x-slider-end {
  padding-bottom: 7px;
  zoom: 1;
  background: transparent no-repeat -22px bottom;
}

/* line 84, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-vert .x-slider-inner {
  background: transparent repeat-y 0 0;
}

/* line 88, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-vert .x-slider-thumb {
  width: 15px;
  height: 14px;
  position: absolute;
  left: 3px;
  bottom: 0;
  background: transparent no-repeat 0 0;
}

/* line 97, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-vert .x-slider-thumb-over {
  background-position: -15px -14px;
}

/* line 101, ../sass/azzurra-legacy/structure/_slider.scss */
.x-slider-vert .x-slider-thumb-drag {
  background-position: -30px -28px;
}

/* line 3, ../sass/azzurra-legacy/visual/_slider.scss */
.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner {
  background-image: url("../images/azzurra-legacy/slider/slider-bg.png");
}

/* line 7, ../sass/azzurra-legacy/visual/_slider.scss */
.x-slider-horz .x-slider-thumb {
  background-image: url("../images/azzurra-legacy/slider/slider-thumb.png");
}

/* line 11, ../sass/azzurra-legacy/visual/_slider.scss */
.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner {
  background-image: url("../images/azzurra-legacy/slider/slider-v-bg.png");
}

/* line 15, ../sass/azzurra-legacy/visual/_slider.scss */
.x-slider-vert .x-slider-thumb {
  background-image: url("../images/azzurra-legacy/slider/slider-v-thumb.png");
}

/*!
* Dialog
*/
/* line 6, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .x-window-body {
  border: 0 none !important;
  padding: 5px 10px;
  overflow: hidden !important;
}

/* line 12, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .x-window-mc {
  border: 0 none !important;
}

/* line 16, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .ext-mb-input {
  margin-top: 4px;
  width: 95%;
}

/* line 21, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .ext-mb-textarea {
  margin-top: 4px;
}

/* line 25, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .x-progress-wrap {
  margin-top: 4px;
}

/* line 29, ../sass/azzurra-legacy/structure/_dialog.scss */
.ext-ie .x-window-dlg .x-progress-wrap {
  margin-top: 6px;
}

/* line 33, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .x-msg-box-wait {
  background: transparent no-repeat left;
  display: block;
  width: 300px;
  padding-left: 18px;
  line-height: 18px;
}

/* line 41, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .ext-mb-icon {
  float: left;
  width: 47px;
  height: 32px;
}

/* line 47, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .x-dlg-icon .ext-mb-content {
  zoom: 1;
  margin-left: 47px;
}

/* line 52, ../sass/azzurra-legacy/structure/_dialog.scss */
.x-window-dlg .ext-mb-info, .x-window-dlg .ext-mb-warning, .x-window-dlg .ext-mb-question, .x-window-dlg .ext-mb-error {
  background: transparent no-repeat top left;
}

/* line 56, ../sass/azzurra-legacy/structure/_dialog.scss */
.ext-gecko2 .ext-mb-fix-cursor {
  overflow: auto;
}

/* line 2, ../sass/azzurra-legacy/visual/_dialog.scss */
.x-window-dlg .ext-mb-text,
.x-window-dlg .x-window-header-text {
  font-size: 12px;
}

/* line 7, ../sass/azzurra-legacy/visual/_dialog.scss */
.x-window-dlg .ext-mb-textarea {
  font: normal 12px tahoma,arial,helvetica,sans-serif;
}

/* line 11, ../sass/azzurra-legacy/visual/_dialog.scss */
.x-window-dlg .x-msg-box-wait {
  background-image: url("../images/azzurra-legacy/grid/loading.gif");
}

/* line 15, ../sass/azzurra-legacy/visual/_dialog.scss */
.x-window-dlg .ext-mb-info {
  background-image: url("../images/azzurra-legacy/window/icon-info.gif");
}

/* line 19, ../sass/azzurra-legacy/visual/_dialog.scss */
.x-window-dlg .ext-mb-warning {
  background-image: url("../images/azzurra-legacy/window/icon-warning.gif");
}

/* line 23, ../sass/azzurra-legacy/visual/_dialog.scss */
.x-window-dlg .ext-mb-question {
  background-image: url("../images/azzurra-legacy/window/icon-question.gif");
}

/* line 27, ../sass/azzurra-legacy/visual/_dialog.scss */
.x-window-dlg .ext-mb-error {
  background-image: url("../images/azzurra-legacy/window/icon-error.gif");
}

/* line 2, ../sass/azzurra-legacy/overrides/_shadow.scss */
.x-shadow {
  opacity: 0 !important;
}

/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel > .x-panel-header {
  color: white;
  border-color: #3a3a3a;
  background-color: #535353;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel > .x-panel-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel .x-panel-tl {
  border: 1px solid #3a3a3a;
  background-color: #535353;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.black-panel .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active > .x-panel-header {
  border-color: #3a3a3a;
  background-color: #535353;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active > .x-panel-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active .x-panel-tl {
  border: 1px solid #3a3a3a;
  background-color: #535353;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.black-panel-active .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 6, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel.black-panel .x-panel-header {
  line-height: 18px;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.black-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.black-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.black-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.black-panel .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel.black-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.black-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.black-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.black-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.black-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.black-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.black-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.black-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.black-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.black-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/*@include grid-ui-visual(
$grid-ui-class: 'x-panel.black-panel > .x-panel-bwrap > .x-panel-body > .x-grid3',
$grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
$grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
);*/
/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window-active.active-window {
  border: 1px solid #3f3f3f;
  background-color: #535353;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window-active.active-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window-active.active-window > .x-window-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window-active.active-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window-active.active-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window-active.active-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #252525;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window-active.active-window .x-window-mc {
  border-color: #3f3f3f;
}

/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window {
  border: 1px solid #3f3f3f;
  background-color: #535353;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window > .x-window-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #3f3f3f;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #252525;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.black-window .x-window-mc {
  border-color: #3f3f3f;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.black-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #535353;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.black-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.black-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #474747;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.black-window-active.active-window .x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.black-window-active.active-window .x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.black-window-active.active-window .x-tab-panel .x-tab-strip-spacer {
  border-color: #474747;
  background-color: #474747;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn {
  background-color: #3a3a3a;
  border-color: #353535;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn.x-btn-over {
  background-color: #424242;
  border-color: #3c3c3c;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn.x-btn-click {
  background-color: #353535;
  border-color: #303030;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn.x-btn-pressed, .x-window.black-window-active.active-window .x-btn.x-btn-menu-active {
  background-color: #353535;
  border-color: #303030;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window-active.active-window .x-btn.x-btn-pressed .x-btn-text, .x-window.black-window-active.active-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn {
  background-color: #3a3a3a;
  border-color: #353535;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn.x-btn-over {
  background-color: #424242;
  border-color: #3c3c3c;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn.x-btn-click {
  background-color: #353535;
  border-color: #303030;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn.x-btn-pressed, .x-window.black-window .x-btn.x-btn-menu-active {
  background-color: #353535;
  border-color: #303030;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.black-window .x-btn.x-btn-pressed .x-btn-text, .x-window.black-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button-active.x-btn-over {
  background-color: #4e4e4e;
  border-color: #494949;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button-active.x-btn-click {
  background-color: #424242;
  border-color: #3c3c3c;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button-active.x-btn-pressed, .active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button-active.x-btn-menu-active {
  background-color: #424242;
  border-color: #3c3c3c;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window-active.active-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window-active.active-window .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window-active.active-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window-active.active-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.black-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn {
  background-color: #3a3a3a;
  border-width: 1px;
  border-style: solid;
  border-color: #353535;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn.x-btn-over {
  background-color: #424242;
  border-color: #3c3c3c;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn.x-btn-click {
  background-color: #353535;
  border-color: #303030;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn.x-btn-pressed, .x-btn.black-button.x-btn.black-button.x-btn.x-btn-menu-active {
  background-color: #353535;
  border-color: #303030;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.black-button.x-btn.black-button.x-btn.x-btn-pressed .x-btn-text, .x-btn.black-button.x-btn.black-button.x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active {
  background-color: #3a3a3a;
  border-width: 1px;
  border-style: solid;
  border-color: #353535;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active.x-btn-over {
  background-color: #424242;
  border-color: #3c3c3c;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active.x-btn-click {
  background-color: #353535;
  border-color: #303030;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active.x-btn-pressed, .active-window.active-window .x-btn.black-button-active.x-btn-menu-active {
  background-color: #353535;
  border-color: #303030;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.black-button-active.x-btn-pressed .x-btn-text, .active-window.active-window .x-btn.black-button-active.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button .x-btn-text {
  color: #31373d;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-over {
  background-color: #4e4e4e;
  border-color: #494949;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-over .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-click {
  background-color: #424242;
  border-color: #3c3c3c;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-click .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-pressed, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-menu-active {
  background-color: #424242;
  border-color: #3c3c3c;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-pressed .x-btn-text, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-btn-menu-active .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 197, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.black-button.x-item-disabled .x-btn-text {
  text-shadow: none;
}

/* line 224, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group {
  border-width: 1px;
  border-style: solid;
  border-color: #aeb6be;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 244, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header {
  background-color: #a6a6a6;
}
/* line 246, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header .x-btn-group-header-text {
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

/* line 16, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-header {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}
/* line 35, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-strip-top .x-tab-strip-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
  position: relative;
}
/* line 43, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-footer {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
/* line 61, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-strip-bottom .x-tab-strip-active {
  padding-top: 1px;
  margin-top: -1px;
  position: relative;
}
/* line 68, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-strip-spacer {
  font-size: 1px;
  line-height: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
}
/* line 80, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-header-plain {
  border-width: 0;
}
/* line 83, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-header-plain .x-tab-strip-top li {
  border-top-width: 1px;
}
/* line 85, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-header-plain .x-tab-strip-top li:first-child {
  border-left-width: 1px;
}
/* line 91, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-header-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}
/* line 98, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-footer-plain {
  border-width: 0;
}
/* line 101, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li {
  border-bottom-width: 1px;
}
/* line 103, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li:first-child {
  border-left-width: 1px;
}
/* line 109, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.black-tab .x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.black-tab.x-tab-panel.black-tab.x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #535353;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.black-tab.x-tab-panel.black-tab.x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.black-tab.x-tab-panel.black-tab.x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #474747;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.black-tab.x-tab-panel.black-tab.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.black-tab.x-tab-panel.black-tab.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.black-tab.x-tab-panel.black-tab.x-tab-panel .x-tab-strip-spacer {
  border-color: #474747;
  background-color: #474747;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.black-tab-active .x-tab-strip .x-tab-strip-over {
  background-color: #535353;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.black-tab-active .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.black-tab-active .x-tab-strip .x-tab-strip-active {
  background-color: #474747;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.black-tab-active .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.black-tab-active .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.black-tab-active .x-tab-strip-spacer {
  border-color: #474747;
  background-color: #474747;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-panel-body .x-tab-panel.black-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.black-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-panel-body .x-tab-panel.black-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.black-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.black-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.black-tab-active .x-grid3 .x-grid3-header,
.active-window .x-tab-panel.x-tab-panel.black-tab-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.black-tab-active .x-grid3 .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.black-tab-active .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.black-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window .x-tab-panel.x-tab-panel.black-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.black-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.black-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid3-header,
.x-tab-panel.x-tab-panel.black-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected {
  background-color: #b9b9b9 !important;
  border-color: #989898;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-tab-panel.x-tab-panel.black-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #989898;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.black-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.black-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #989898;
}

/*.x-window.black-window-active.x-tab-panel.black-tab-active,
.x-panel-body .x-tab-panel.black-tab-active,
.x-panel-body .x-panel-body .x-tab-panel.black-tab-active,
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.black-tab-active {
  @include grid-ui-visual(
  $grid-ui-class: 'x-grid3',
  $grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
  $grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
  );
}*/
/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.black-progress {
  border-color: #3f3f3f;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.black-progress .x-progress-bar {
  background-color: #535353;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.black-progress .x-progress-text {
  line-height: 16px;
}

/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.black-progress-active {
  border-color: #3f3f3f;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.black-progress-active .x-progress-bar {
  background-color: #535353;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.black-progress-active .x-progress-text {
  line-height: 16px;
}

/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel > .x-panel-header {
  color: #23303f;
  border-color: #3b92f3;
  background-color: #6badf6;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel > .x-panel-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel .x-panel-tl {
  border: 1px solid #3b92f3;
  background-color: #6badf6;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.blue-panel .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active > .x-panel-header {
  border-color: #3b92f3;
  background-color: #6badf6;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active > .x-panel-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active .x-panel-tl {
  border: 1px solid #3b92f3;
  background-color: #6badf6;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.blue-panel-active .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 6, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel.blue-panel .x-panel-header {
  line-height: 18px;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.blue-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.blue-panel .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.blue-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.blue-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.blue-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.blue-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.blue-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.blue-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.blue-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.blue-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.blue-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/*@include grid-ui-visual(
$grid-ui-class: 'x-panel.blue-panel > .x-panel-bwrap > .x-panel-body > .x-grid3',
$grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
$grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
);*/
/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window-active.active-window {
  border: 1px solid #4598f4;
  background-color: #6badf6;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window-active.active-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window-active.active-window > .x-window-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window-active.active-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window-active.active-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window-active.active-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #147df1;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window-active.active-window .x-window-mc {
  border-color: #4598f4;
}

/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window {
  border: 1px solid #4598f4;
  background-color: #6badf6;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window > .x-window-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #4598f4;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #147df1;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.blue-window .x-window-mc {
  border-color: #4598f4;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.blue-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #6badf6;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.blue-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.blue-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #1979ca;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.blue-window-active.active-window .x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.blue-window-active.active-window .x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.blue-window-active.active-window .x-tab-panel .x-tab-strip-spacer {
  border-color: #1979ca;
  background-color: #1979ca;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn {
  background-color: #1979ca;
  border-color: #1874c1;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn.x-btn-over {
  background-color: #1c87e1;
  border-color: #1b81d8;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn.x-btn-click {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn.x-btn-pressed, .x-window.blue-window-active.active-window .x-btn.x-btn-menu-active {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window-active.active-window .x-btn.x-btn-pressed .x-btn-text, .x-window.blue-window-active.active-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn {
  background-color: #1979ca;
  border-color: #1874c1;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn.x-btn-over {
  background-color: #1c87e1;
  border-color: #1b81d8;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn.x-btn-click {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn.x-btn-pressed, .x-window.blue-window .x-btn.x-btn-menu-active {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.blue-window .x-btn.x-btn-pressed .x-btn-text, .x-window.blue-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button-active.x-btn-over {
  background-color: #1b81d8;
  border-color: #1a7ccf;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button-active.x-btn-click {
  background-color: #1874c1;
  border-color: #176eb8;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button-active.x-btn-pressed, .active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button-active.x-btn-menu-active {
  background-color: #1874c1;
  border-color: #176eb8;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window-active.active-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window-active.active-window .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window-active.active-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window-active.active-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.blue-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn {
  background-color: #1979ca;
  border-width: 1px;
  border-style: solid;
  border-color: #1874c1;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-over {
  background-color: #1c87e1;
  border-color: #1b81d8;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-click {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-pressed, .x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-menu-active {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-pressed .x-btn-text, .x-btn.blue-button.x-btn.blue-button.x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active {
  background-color: #1979ca;
  border-width: 1px;
  border-style: solid;
  border-color: #1874c1;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active.x-btn-over {
  background-color: #1c87e1;
  border-color: #1b81d8;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active.x-btn-click {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active.x-btn-pressed, .active-window.active-window .x-btn.blue-button-active.x-btn-menu-active {
  background-color: #1566aa;
  border-color: #1461a1;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.blue-button-active.x-btn-pressed .x-btn-text, .active-window.active-window .x-btn.blue-button-active.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button .x-btn-text {
  color: #31373d;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-over {
  background-color: #1b81d8;
  border-color: #1a7ccf;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-over .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-click {
  background-color: #1874c1;
  border-color: #176eb8;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-click .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-pressed, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-menu-active {
  background-color: #1874c1;
  border-color: #176eb8;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-pressed .x-btn-text, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-btn-menu-active .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 197, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.blue-button.x-item-disabled .x-btn-text {
  text-shadow: none;
}

/* line 224, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group {
  border-width: 1px;
  border-style: solid;
  border-color: #aeb6be;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 244, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header {
  background-color: #a6a6a6;
}
/* line 246, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header .x-btn-group-header-text {
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

/* line 16, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-header {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}
/* line 35, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-strip-top .x-tab-strip-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
  position: relative;
}
/* line 43, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-footer {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
/* line 61, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-strip-bottom .x-tab-strip-active {
  padding-top: 1px;
  margin-top: -1px;
  position: relative;
}
/* line 68, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-strip-spacer {
  font-size: 1px;
  line-height: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
}
/* line 80, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-header-plain {
  border-width: 0;
}
/* line 83, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-header-plain .x-tab-strip-top li {
  border-top-width: 1px;
}
/* line 85, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-header-plain .x-tab-strip-top li:first-child {
  border-left-width: 1px;
}
/* line 91, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-header-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}
/* line 98, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-footer-plain {
  border-width: 0;
}
/* line 101, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li {
  border-bottom-width: 1px;
}
/* line 103, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li:first-child {
  border-left-width: 1px;
}
/* line 109, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.blue-tab .x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.blue-tab.x-tab-panel.blue-tab.x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #6badf6;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.blue-tab.x-tab-panel.blue-tab.x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.blue-tab.x-tab-panel.blue-tab.x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #1979ca;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.blue-tab.x-tab-panel.blue-tab.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.blue-tab.x-tab-panel.blue-tab.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.blue-tab.x-tab-panel.blue-tab.x-tab-panel .x-tab-strip-spacer {
  border-color: #1979ca;
  background-color: #1979ca;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.blue-tab-active .x-tab-strip .x-tab-strip-over {
  background-color: #6badf6;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.blue-tab-active .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.blue-tab-active .x-tab-strip .x-tab-strip-active {
  background-color: #1979ca;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.blue-tab-active .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.blue-tab-active .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.blue-tab-active .x-tab-strip-spacer {
  border-color: #1979ca;
  background-color: #1979ca;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-panel-body .x-tab-panel.blue-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.blue-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-panel-body .x-tab-panel.blue-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.blue-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.blue-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.blue-tab-active .x-grid3 .x-grid3-header,
.active-window .x-tab-panel.x-tab-panel.blue-tab-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.blue-tab-active .x-grid3 .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.blue-tab-active .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.blue-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window .x-tab-panel.x-tab-panel.blue-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.blue-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.blue-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid3-header,
.x-tab-panel.x-tab-panel.blue-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected {
  background-color: #aed2fa !important;
  border-color: #5da5f5;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-tab-panel.x-tab-panel.blue-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #5da5f5;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.blue-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.blue-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #5da5f5;
}

/*.x-window.blue-window-active.x-tab-panel.blue-tab-active,
.x-panel-body .x-tab-panel.blue-tab-active,
.x-panel-body .x-panel-body .x-tab-panel.blue-tab-active,
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.blue-tab-active {
  @include grid-ui-visual(
  $grid-ui-class: 'x-grid3',
  $grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
  $grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
  );
}*/
/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.blue-progress {
  border-color: #4598f4;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.blue-progress .x-progress-bar {
  background-color: #6badf6;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.blue-progress .x-progress-text {
  line-height: 16px;
}

/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.blue-progress-active {
  border-color: #4598f4;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.blue-progress-active .x-progress-bar {
  background-color: #6badf6;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.blue-progress-active .x-progress-text {
  line-height: 16px;
}

/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel > .x-panel-header {
  color: #121212;
  border-color: #a3b43c;
  background-color: #b9c85a;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel > .x-panel-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel .x-panel-tl {
  border: 1px solid #a3b43c;
  background-color: #b9c85a;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.green-panel .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active > .x-panel-header {
  border-color: #a3b43c;
  background-color: #b9c85a;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active > .x-panel-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active .x-panel-tl {
  border: 1px solid #a3b43c;
  background-color: #b9c85a;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.green-panel-active .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 6, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel.green-panel .x-panel-header {
  line-height: 18px;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.green-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.green-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.green-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.green-panel .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel.green-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.green-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.green-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.green-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.green-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.green-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.green-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.green-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.green-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.green-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/*@include grid-ui-visual(
$grid-ui-class: 'x-panel.green-panel > .x-panel-bwrap > .x-panel-body > .x-grid3',
$grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
$grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
);*/
/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window-active.active-window {
  border: 1px solid #aabb3e;
  background-color: #b9c85a;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window-active.active-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window-active.active-window > .x-window-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window-active.active-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window-active.active-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window-active.active-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #879532;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window-active.active-window .x-window-mc {
  border-color: #aabb3e;
}

/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window {
  border: 1px solid #aabb3e;
  background-color: #b9c85a;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window > .x-window-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #aabb3e;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #879532;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.green-window .x-window-mc {
  border-color: #aabb3e;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.green-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #b9c85a;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.green-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.green-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #9BA941;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.green-window-active.active-window .x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.green-window-active.active-window .x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.green-window-active.active-window .x-tab-panel .x-tab-strip-spacer {
  border-color: #9BA941;
  background-color: #9BA941;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn {
  background-color: #9BA941;
  border-color: #94a23e;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn.x-btn-over {
  background-color: #aab94a;
  border-color: #a5b445;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn.x-btn-click {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn.x-btn-pressed, .x-window.green-window-active.active-window .x-btn.x-btn-menu-active {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window-active.active-window .x-btn.x-btn-pressed .x-btn-text, .x-window.green-window-active.active-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn {
  background-color: #9BA941;
  border-color: #94a23e;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn.x-btn-over {
  background-color: #aab94a;
  border-color: #a5b445;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn.x-btn-click {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn.x-btn-pressed, .x-window.green-window .x-btn.x-btn-menu-active {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.green-window .x-btn.x-btn-pressed .x-btn-text, .x-window.green-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button-active.x-btn-over {
  background-color: #a5b445;
  border-color: #9ead42;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button-active.x-btn-click {
  background-color: #94a23e;
  border-color: #8d9a3b;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button-active.x-btn-pressed, .active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button-active.x-btn-menu-active {
  background-color: #94a23e;
  border-color: #8d9a3b;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window-active.active-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window-active.active-window .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window-active.active-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window-active.active-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.green-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn {
  background-color: #9BA941;
  border-width: 1px;
  border-style: solid;
  border-color: #94a23e;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn.x-btn-over {
  background-color: #aab94a;
  border-color: #a5b445;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn.x-btn-click {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn.x-btn-pressed, .x-btn.green-button.x-btn.green-button.x-btn.x-btn-menu-active {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.green-button.x-btn.green-button.x-btn.x-btn-pressed .x-btn-text, .x-btn.green-button.x-btn.green-button.x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active {
  background-color: #9BA941;
  border-width: 1px;
  border-style: solid;
  border-color: #94a23e;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active.x-btn-over {
  background-color: #aab94a;
  border-color: #a5b445;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active.x-btn-click {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active.x-btn-pressed, .active-window.active-window .x-btn.green-button-active.x-btn-menu-active {
  background-color: #838f37;
  border-color: #7d8834;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.green-button-active.x-btn-pressed .x-btn-text, .active-window.active-window .x-btn.green-button-active.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button .x-btn-text {
  color: #31373d;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-over {
  background-color: #a5b445;
  border-color: #9ead42;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-over .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-click {
  background-color: #94a23e;
  border-color: #8d9a3b;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-click .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-pressed, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-menu-active {
  background-color: #94a23e;
  border-color: #8d9a3b;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-pressed .x-btn-text, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-btn-menu-active .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 197, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.green-button.x-item-disabled .x-btn-text {
  text-shadow: none;
}

/* line 224, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group {
  border-width: 1px;
  border-style: solid;
  border-color: #aeb6be;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 244, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header {
  background-color: #a6a6a6;
}
/* line 246, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header .x-btn-group-header-text {
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

/* line 16, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-header {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}
/* line 35, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-strip-top .x-tab-strip-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
  position: relative;
}
/* line 43, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-footer {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
/* line 61, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-strip-bottom .x-tab-strip-active {
  padding-top: 1px;
  margin-top: -1px;
  position: relative;
}
/* line 68, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-strip-spacer {
  font-size: 1px;
  line-height: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
}
/* line 80, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-header-plain {
  border-width: 0;
}
/* line 83, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-header-plain .x-tab-strip-top li {
  border-top-width: 1px;
}
/* line 85, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-header-plain .x-tab-strip-top li:first-child {
  border-left-width: 1px;
}
/* line 91, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-header-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}
/* line 98, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-footer-plain {
  border-width: 0;
}
/* line 101, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li {
  border-bottom-width: 1px;
}
/* line 103, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li:first-child {
  border-left-width: 1px;
}
/* line 109, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.green-tab .x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.green-tab.x-tab-panel.green-tab.x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #b9c85a;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.green-tab.x-tab-panel.green-tab.x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.green-tab.x-tab-panel.green-tab.x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #9BA941;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.green-tab.x-tab-panel.green-tab.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.green-tab.x-tab-panel.green-tab.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.green-tab.x-tab-panel.green-tab.x-tab-panel .x-tab-strip-spacer {
  border-color: #9BA941;
  background-color: #9BA941;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.green-tab-active .x-tab-strip .x-tab-strip-over {
  background-color: #b9c85a;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.green-tab-active .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.green-tab-active .x-tab-strip .x-tab-strip-active {
  background-color: #9BA941;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.green-tab-active .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.green-tab-active .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.green-tab-active .x-tab-strip-spacer {
  border-color: #9BA941;
  background-color: #9BA941;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-panel-body .x-tab-panel.green-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.green-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-panel-body .x-tab-panel.green-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.green-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.green-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.green-tab-active .x-grid3 .x-grid3-header,
.active-window .x-tab-panel.x-tab-panel.green-tab-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.green-tab-active .x-grid3 .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.green-tab-active .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.green-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window .x-tab-panel.x-tab-panel.green-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.green-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.green-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid3-header,
.x-tab-panel.x-tab-panel.green-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected {
  background-color: #d0da90 !important;
  border-color: #b4c44f;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-tab-panel.x-tab-panel.green-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #b4c44f;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.green-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.green-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #b4c44f;
}

/*.x-window.green-window-active.x-tab-panel.green-tab-active,
.x-panel-body .x-tab-panel.green-tab-active,
.x-panel-body .x-panel-body .x-tab-panel.green-tab-active,
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.green-tab-active {
  @include grid-ui-visual(
  $grid-ui-class: 'x-grid3',
  $grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
  $grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
  );
}*/
/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.green-progress {
  border-color: #aabb3e;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.green-progress .x-progress-bar {
  background-color: #b9c85a;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.green-progress .x-progress-text {
  line-height: 16px;
}

/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.green-progress-active {
  border-color: #aabb3e;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.green-progress-active .x-progress-bar {
  background-color: #b9c85a;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.green-progress-active .x-progress-text {
  line-height: 16px;
}

/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel > .x-panel-header {
  color: #261f15;
  border-color: #f29915;
  background-color: #F5AE45;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel > .x-panel-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel .x-panel-tl {
  border: 1px solid #f29915;
  background-color: #F5AE45;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.orange-panel .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active > .x-panel-header {
  border-color: #f29915;
  background-color: #F5AE45;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active > .x-panel-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active .x-panel-tl {
  border: 1px solid #f29915;
  background-color: #F5AE45;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.orange-panel-active .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 6, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel.orange-panel .x-panel-header {
  line-height: 18px;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.orange-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.orange-panel .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.orange-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.orange-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.orange-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.orange-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.orange-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.orange-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.orange-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.orange-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.orange-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/*@include grid-ui-visual(
$grid-ui-class: 'x-panel.orange-panel > .x-panel-bwrap > .x-panel-body > .x-grid3',
$grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
$grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
);*/
/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window-active.active-window {
  border: 1px solid #f39d1e;
  background-color: #F5AE45;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window-active.active-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window-active.active-window > .x-window-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window-active.active-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window-active.active-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window-active.active-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #d3820b;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window-active.active-window .x-window-mc {
  border-color: #f39d1e;
}

/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window {
  border: 1px solid #f39d1e;
  background-color: #F5AE45;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window > .x-window-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #f39d1e;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #d3820b;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.orange-window .x-window-mc {
  border-color: #f39d1e;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.orange-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #F5AE45;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.orange-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.orange-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #DE8233;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.orange-window-active.active-window .x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.orange-window-active.active-window .x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.orange-window-active.active-window .x-tab-panel .x-tab-strip-spacer {
  border-color: #DE8233;
  background-color: #DE8233;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn {
  background-color: #DE8233;
  border-color: #dd7d2a;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn.x-btn-over {
  background-color: #e28f49;
  border-color: #e08a40;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn.x-btn-click {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn.x-btn-pressed, .x-window.orange-window-active.active-window .x-btn.x-btn-menu-active {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window-active.active-window .x-btn.x-btn-pressed .x-btn-text, .x-window.orange-window-active.active-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn {
  background-color: #DE8233;
  border-color: #dd7d2a;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn.x-btn-over {
  background-color: #e28f49;
  border-color: #e08a40;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn.x-btn-click {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn.x-btn-pressed, .x-window.orange-window .x-btn.x-btn-menu-active {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.orange-window .x-btn.x-btn-pressed .x-btn-text, .x-window.orange-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button-active.x-btn-over {
  background-color: #e08a40;
  border-color: #df8537;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button-active.x-btn-click {
  background-color: #dd7d2a;
  border-color: #d97723;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button-active.x-btn-pressed, .active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button-active.x-btn-menu-active {
  background-color: #dd7d2a;
  border-color: #d97723;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window-active.active-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window-active.active-window .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window-active.active-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window-active.active-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.orange-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn {
  background-color: #DE8233;
  border-width: 1px;
  border-style: solid;
  border-color: #dd7d2a;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-over {
  background-color: #e28f49;
  border-color: #e08a40;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-click {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-pressed, .x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-menu-active {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-pressed .x-btn-text, .x-btn.orange-button.x-btn.orange-button.x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active {
  background-color: #DE8233;
  border-width: 1px;
  border-style: solid;
  border-color: #dd7d2a;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active.x-btn-over {
  background-color: #e28f49;
  border-color: #e08a40;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active.x-btn-click {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active.x-btn-pressed, .active-window.active-window .x-btn.orange-button-active.x-btn-menu-active {
  background-color: #cc7021;
  border-color: #c36b20;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.orange-button-active.x-btn-pressed .x-btn-text, .active-window.active-window .x-btn.orange-button-active.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button .x-btn-text {
  color: #31373d;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-over {
  background-color: #e08a40;
  border-color: #df8537;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-over .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-click {
  background-color: #dd7d2a;
  border-color: #d97723;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-click .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-pressed, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-menu-active {
  background-color: #dd7d2a;
  border-color: #d97723;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-pressed .x-btn-text, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-btn-menu-active .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 197, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.orange-button.x-item-disabled .x-btn-text {
  text-shadow: none;
}

/* line 224, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group {
  border-width: 1px;
  border-style: solid;
  border-color: #aeb6be;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 244, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header {
  background-color: #a6a6a6;
}
/* line 246, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header .x-btn-group-header-text {
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

/* line 16, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-header {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}
/* line 35, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-strip-top .x-tab-strip-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
  position: relative;
}
/* line 43, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-footer {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
/* line 61, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-strip-bottom .x-tab-strip-active {
  padding-top: 1px;
  margin-top: -1px;
  position: relative;
}
/* line 68, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-strip-spacer {
  font-size: 1px;
  line-height: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
}
/* line 80, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-header-plain {
  border-width: 0;
}
/* line 83, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-header-plain .x-tab-strip-top li {
  border-top-width: 1px;
}
/* line 85, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-header-plain .x-tab-strip-top li:first-child {
  border-left-width: 1px;
}
/* line 91, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-header-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}
/* line 98, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-footer-plain {
  border-width: 0;
}
/* line 101, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li {
  border-bottom-width: 1px;
}
/* line 103, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li:first-child {
  border-left-width: 1px;
}
/* line 109, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.orange-tab .x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.orange-tab.x-tab-panel.orange-tab.x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #F5AE45;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.orange-tab.x-tab-panel.orange-tab.x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.orange-tab.x-tab-panel.orange-tab.x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #DE8233;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.orange-tab.x-tab-panel.orange-tab.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.orange-tab.x-tab-panel.orange-tab.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.orange-tab.x-tab-panel.orange-tab.x-tab-panel .x-tab-strip-spacer {
  border-color: #DE8233;
  background-color: #DE8233;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.orange-tab-active .x-tab-strip .x-tab-strip-over {
  background-color: #F5AE45;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.orange-tab-active .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.orange-tab-active .x-tab-strip .x-tab-strip-active {
  background-color: #DE8233;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.orange-tab-active .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.orange-tab-active .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.orange-tab-active .x-tab-strip-spacer {
  border-color: #DE8233;
  background-color: #DE8233;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-panel-body .x-tab-panel.orange-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.orange-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-panel-body .x-tab-panel.orange-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.orange-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.orange-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.orange-tab-active .x-grid3 .x-grid3-header,
.active-window .x-tab-panel.x-tab-panel.orange-tab-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.orange-tab-active .x-grid3 .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.orange-tab-active .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.orange-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window .x-tab-panel.x-tab-panel.orange-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.orange-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.orange-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid3-header,
.x-tab-panel.x-tab-panel.orange-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected {
  background-color: #f9cc89 !important;
  border-color: #f4a836;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-tab-panel.x-tab-panel.orange-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #f4a836;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.orange-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.orange-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #f4a836;
}

/*.x-window.orange-window-active.x-tab-panel.orange-tab-active,
.x-panel-body .x-tab-panel.orange-tab-active,
.x-panel-body .x-panel-body .x-tab-panel.orange-tab-active,
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.orange-tab-active {
  @include grid-ui-visual(
  $grid-ui-class: 'x-grid3',
  $grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
  $grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
  );
}*/
/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.orange-progress {
  border-color: #f39d1e;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.orange-progress .x-progress-bar {
  background-color: #F5AE45;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.orange-progress .x-progress-text {
  line-height: 16px;
}

/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.orange-progress-active {
  border-color: #f39d1e;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.orange-progress-active .x-progress-bar {
  background-color: #F5AE45;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.orange-progress-active .x-progress-text {
  line-height: 16px;
}

/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel > .x-panel-header {
  color: #302121;
  border-color: #e63737;
  background-color: #ec6464;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel > .x-panel-header .x-tool:hover {
  background-color: #e84040;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #e84040;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel .x-panel-tl {
  border: 1px solid #e63737;
  background-color: #ec6464;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel.red-panel .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 34, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active {
  /*.x-layout-collapsed-east, .x-layout-collapsed-north {
      background-color:$panel-ui-header-background-color;
  }*/
}
/* line 38, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active > .x-panel-header {
  border-color: #e63737;
  background-color: #ec6464;
}
/* line 83, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active > .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 85, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active > .x-panel-header .x-tool:hover {
  background-color: #e84040;
}
/* line 90, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active > .x-panel-tl .x-panel-header .x-tool {
  background-color: transparent;
}
/* line 92, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active > .x-panel-tl .x-panel-header .x-tool:hover {
  background-color: #e84040;
}
/* line 116, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active .x-panel-tl {
  border: 1px solid #e63737;
  background-color: #ec6464;
}
/* line 148, ../sass/azzurra-legacy/visual/_panel.scss */
.active-window .x-panel.red-panel-active .x-panel-bl {
  border-top: none;
}

/* line 171, ../sass/azzurra-legacy/visual/_panel.scss */
.x-panel-ghost {
  border-color: #aeaeae;
}

/*&.x-tool-toggle {
  background-color:transparent;
  &:hover {
    background-color:$tool-ui-close-background-color-over;
  }
}*/
/* line 6, ../sass/azzurra-legacy/structure/_panel.scss */
.x-panel.red-panel .x-panel-header {
  line-height: 18px;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-header,
.x-window .x-panel-body .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-window .x-panel-body .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel.red-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-window .x-panel-body .x-panel-body .x-panel.red-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-header,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.red-panel .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.red-panel .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel.red-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.red-panel .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-panel.red-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel.red-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel .x-panel-body .x-panel-body .x-panel-body.x-panel.red-panel .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.red-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid3-header,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.red-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.red-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-panel.red-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window.x-window .x-panel-body .x-panel-body .x-panel.red-panel-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/*@include grid-ui-visual(
$grid-ui-class: 'x-panel.red-panel > .x-panel-bwrap > .x-panel-body > .x-grid3',
$grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
$grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
);*/
/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window-active.active-window {
  border: 1px solid #e84040;
  background-color: #ec6464;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window-active.active-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window-active.active-window > .x-window-header .x-tool:hover {
  background-color: #e84040;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window-active.active-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window-active.active-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #e84040;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window-active.active-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #da1b1b;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window-active.active-window .x-window-mc {
  border-color: #e84040;
}

/* line 22, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window {
  border: 1px solid #e84040;
  background-color: #ec6464;
}
/* line 48, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window > .x-window-header .x-tool {
  background-color: transparent;
}
/* line 50, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window > .x-window-header .x-tool:hover {
  background-color: #e84040;
}
/* line 57, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window > .x-window-tl .x-window-header .x-tool {
  background-color: transparent;
}
/* line 59, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window > .x-window-tl .x-window-header .x-tool:hover {
  background-color: #e84040;
}
/* line 66, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window > .x-window-tl .x-window-tr .x-window-tc .x-window-header .x-tool-close {
  background-color: #da1b1b;
}
/* line 76, ../sass/azzurra-legacy/visual/_window.scss */
.x-window.red-window .x-window-mc {
  border-color: #e84040;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.red-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #ec6464;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.red-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.red-window-active.active-window .x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #c75050;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.red-window-active.active-window .x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.red-window-active.active-window .x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-window.red-window-active.active-window .x-tab-panel .x-tab-strip-spacer {
  border-color: #c75050;
  background-color: #c75050;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn {
  background-color: #c75050;
  border-color: #c54848;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn.x-btn-over {
  background-color: #cd6363;
  border-color: #cb5c5c;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn.x-btn-click {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn.x-btn-pressed, .x-window.red-window-active.active-window .x-btn.x-btn-menu-active {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window-active.active-window .x-btn.x-btn-pressed .x-btn-text, .x-window.red-window-active.active-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn {
  background-color: #c75050;
  border-color: #c54848;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn .x-btn-text {
  color: white;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn.x-btn-over {
  background-color: #cd6363;
  border-color: #cb5c5c;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn.x-btn-click {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn.x-btn-pressed, .x-window.red-window .x-btn.x-btn-menu-active {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-window.red-window .x-btn.x-btn-pressed .x-btn-text, .x-window.red-window .x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button-active.x-btn-over {
  background-color: #cb5c5c;
  border-color: #c85454;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button-active.x-btn-click {
  background-color: #c54848;
  border-color: #c24141;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button-active.x-btn-pressed, .active-window .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button-active.x-btn-menu-active {
  background-color: #c54848;
  border-color: #c24141;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window-active.active-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window-active.active-window .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window-active.active-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window-active.active-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-window.red-window .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn {
  background-color: #c75050;
  border-width: 1px;
  border-style: solid;
  border-color: #c54848;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn.x-btn-over {
  background-color: #cd6363;
  border-color: #cb5c5c;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn.x-btn-click {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn.x-btn-pressed, .x-btn.red-button.x-btn.red-button.x-btn.x-btn-menu-active {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn.red-button.x-btn.red-button.x-btn.x-btn-pressed .x-btn-text, .x-btn.red-button.x-btn.red-button.x-btn.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active {
  background-color: #c75050;
  border-width: 1px;
  border-style: solid;
  border-color: #c54848;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active .x-btn-text {
  color: white;
  font-size: 12px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
  font-weight: normal;
  text-shadow: none;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active.x-btn-over {
  background-color: #cd6363;
  border-color: #cb5c5c;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active.x-btn-over .x-btn-text {
  color: white;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active.x-btn-click {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active.x-btn-click .x-btn-text {
  color: white;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active.x-btn-pressed, .active-window.active-window .x-btn.red-button-active.x-btn-menu-active {
  background-color: #b83b3b;
  border-color: #b13939;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.active-window.active-window .x-btn.red-button-active.x-btn-pressed .x-btn-text, .active-window.active-window .x-btn.red-button-active.x-btn-menu-active .x-btn-text {
  color: white;
}

/* line 38, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button {
  background-color: transparent;
  border-color: transparent;
  background-image: none;
}
/* line 67, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button .x-btn-text {
  color: #31373d;
  font-size: 11px;
  font-family: "Segoe UI", tahoma, arial, verdana, sans-serif;
}
/* line 79, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-over {
  background-color: #cb5c5c;
  border-color: #c85454;
  background-image: none;
}
/* line 100, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-over .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 112, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-click {
  background-color: #c54848;
  border-color: #c24141;
}
/* line 133, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-click .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 143, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-pressed, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-menu-active {
  background-color: #c54848;
  border-color: #c24141;
}
/* line 164, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-pressed .x-btn-text, .x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-btn-menu-active .x-btn-text {
  color: white;
  text-shadow: none;
}
/* line 197, ../sass/azzurra-legacy/visual/_button.scss */
.x-toolbar.x-toolbar.x-toolbar.x-toolbar .x-btn.red-button.x-item-disabled .x-btn-text {
  text-shadow: none;
}

/* line 224, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group {
  border-width: 1px;
  border-style: solid;
  border-color: #aeb6be;
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  box-shadow: rgba(255, 255, 255, 0.8) 0 1px inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 244, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header {
  background-color: #a6a6a6;
}
/* line 246, ../sass/azzurra-legacy/visual/_button.scss */
.x-btn-group .x-btn-group-header .x-btn-group-header-text {
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

/* line 16, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-header {
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
}
/* line 35, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-strip-top .x-tab-strip-active {
  padding-bottom: 1px;
  margin-bottom: -1px;
  position: relative;
}
/* line 43, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-footer {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
/* line 61, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-strip-bottom .x-tab-strip-active {
  padding-top: 1px;
  margin-top: -1px;
  position: relative;
}
/* line 68, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-strip-spacer {
  font-size: 1px;
  line-height: 1px;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-right-width: 0;
  border-left-width: 0;
}
/* line 80, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-header-plain {
  border-width: 0;
}
/* line 83, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-header-plain .x-tab-strip-top li {
  border-top-width: 1px;
}
/* line 85, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-header-plain .x-tab-strip-top li:first-child {
  border-left-width: 1px;
}
/* line 91, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-header-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}
/* line 98, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-footer-plain {
  border-width: 0;
}
/* line 101, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li {
  border-bottom-width: 1px;
}
/* line 103, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-footer-plain .x-tab-strip-bottom li:first-child {
  border-left-width: 1px;
}
/* line 109, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel.red-tab .x-tab-panel-footer-plain .x-tab-strip-spacer {
  border-left-width: 1px;
  border-right-width: 1px;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.red-tab.x-tab-panel.red-tab.x-tab-panel .x-tab-strip .x-tab-strip-over {
  background-color: #ec6464;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.red-tab.x-tab-panel.red-tab.x-tab-panel .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.red-tab.x-tab-panel.red-tab.x-tab-panel .x-tab-strip .x-tab-strip-active {
  background-color: #c75050;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.red-tab.x-tab-panel.red-tab.x-tab-panel .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.red-tab.x-tab-panel.red-tab.x-tab-panel .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel.red-tab.x-tab-panel.red-tab.x-tab-panel .x-tab-strip-spacer {
  border-color: #c75050;
  background-color: #c75050;
}

/* line 81, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.red-tab-active .x-tab-strip .x-tab-strip-over {
  background-color: #ec6464;
}
/* line 83, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.red-tab-active .x-tab-strip .x-tab-strip-over .x-tab-strip-text {
  color: white;
}
/* line 91, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.red-tab-active .x-tab-strip .x-tab-strip-active {
  background-color: #c75050;
}
/* line 181, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.red-tab-active .x-tab-panel-header-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 255, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.red-tab-active .x-tab-panel-footer-plain .x-tab-strip-wrap {
  background-color: transparent !important;
  background-image: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.active-window.active-window .x-tab-panel.red-tab-active .x-tab-strip-spacer {
  border-color: #c75050;
  background-color: #c75050;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid3-header,
.x-panel-body .x-panel-body .x-tab-panel.red-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.red-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-panel-body .x-panel-body .x-tab-panel.red-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-panel-body .x-panel-body .x-tab-panel.red-tab
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.red-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.red-tab-active .x-grid3 .x-grid3-header,
.active-window .x-tab-panel.x-tab-panel.red-tab-active .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.red-tab-active .x-grid3 .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.red-tab-active .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.red-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.active-window .x-tab-panel.x-tab-panel.red-tab-active .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.active-window .x-tab-panel.red-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.active-window .x-tab-panel.x-tab-panel.red-tab-active .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/* line 57, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid3-header,
.x-tab-panel.x-tab-panel.red-tab .x-grid3 .x-grid3-header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 143, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected {
  background-color: #f4a4a4 !important;
  border-color: #ea5656;
}
/* line 147, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row,
.x-tab-panel.x-tab-panel.red-tab .x-grid3 .x-grid3-row-selected + .x-grid3-row {
  border-top-color: #ea5656;
}
/* line 160, ../sass/azzurra-legacy/visual/_grid.scss */
.x-tab-panel.red-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected,
.x-tab-panel.x-tab-panel.red-tab .x-grid3 .x-grid-with-col-lines .x-grid3-row-selected {
  border-top-color: #ea5656;
}

/*.x-window.red-window-active.x-tab-panel.red-tab-active,
.x-panel-body .x-tab-panel.red-tab-active,
.x-panel-body .x-panel-body .x-tab-panel.red-tab-active,
.x-panel-body .x-panel-body .x-panel-body .x-tab-panel.red-tab-active {
  @include grid-ui-visual(
  $grid-ui-class: 'x-grid3',
  $grid-ui-row-border-color-selected: $custom-grid-row-border-color-selected,
  $grid-ui-row-background-color-selected: $custom-grid-row-background-color-selected
  );
}*/
/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.red-progress {
  border-color: #e84040;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.red-progress .x-progress-bar {
  background-color: #ec6464;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.x-progress-wrap.red-progress .x-progress-text {
  line-height: 16px;
}

/* line 25, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.red-progress-active {
  border-color: #e84040;
}
/* line 40, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.red-progress-active .x-progress-bar {
  background-color: #ec6464;
  border-right-color: transparent;
}
/* line 68, ../sass/azzurra-legacy/visual/_progress.scss */
.active-window .x-progress-wrap.red-progress-active .x-progress-text {
  line-height: 16px;
}

/*@import 'azzurra-legacy-ui-black.scss';
@import 'azzurra-legacy-ui-blue.scss';
@import 'azzurra-legacy-ui-green.scss';
@import 'azzurra-legacy-ui-orange.scss';
@import 'azzurra-legacy-ui-red.scss';*/
