profoundjs
Version:
Profound.js Framework and Server
2,005 lines (1,731 loc) • 284 kB
CSS
/*!
* Reset
*/
/* 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/steel/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/steel/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/steel/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/steel/shadow-c.png");
}
/* line 67, ../sass/azzurra-legacy/visual/_core.scss */
.x-shadow .xsml, .x-shadow .xsmr {
background-image: url("../images/steel/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/steel/shadow.png");
}
/* line 75, ../sass/azzurra-legacy/visual/_core.scss */
.loading-indicator {
font-size: 11px;
background-image: url("../images/steel/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/steel/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/steel/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/steel/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/steel/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/steel/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/steel/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/steel/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;
background: none;
}
/* 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;
background-image: none;
}
/* line 127, ../sass/azzurra-legacy/structure/_tabs.scss */
.x-tab-panel .x-tab-strip-top .x-tab-left {
padding-right: 14px;
background-image: none;
}
/* 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: 12px;
font-weight: 650;
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: #2980b9;
}
/* 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: #3498db;
}
/* 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;
background: none;
background-image: none;
}
/* 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/steel/tabs/tab-close.gif");
}
/* line 267, ../sass/azzurra-legacy/visual/_tabs.scss */
.x-tab-panel .x-tab-strip-spacer {
border-color: #3498db;
background-color: #3498db;
}
/* 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/steel/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/steel/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/steel/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 tab