.no_margin_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.table_setup {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
}
.table_setup td,
.table_setup th {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  text-align: left;
}
.table_setup tr {
  margin: 0;
  padding: 0;
  border-spacing: 0;
}
.box-horizontal-stretch {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
}
.box-vertical-stretch {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-align: stretch;
  display: box;
  box-orient: vertical;
  box-align: stretch;
}
.box-reset {
  -webkit-box-orient: inherit;
  -webkit-box-align: inherit;
  -moz-box-orient: inherit;
  -moz-box-align: inherit;
  display: block;
  box-orient: inherit;
  box-align: inherit;
}
.text-overflow {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
}
.drop-right-shadow {
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#rewrite-all-wrapper {
  padding: 1em;
  background: #d2e2cf;
}
.drop-left-shadow {
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}
div.editor-wrapper {
  background: #fcfcfd;
}
.even {
  background-color: #dfe6ec;
}
legend {
  color: #111;
}
* {
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
}
select {
  max-width: 300px;
}
#editor-form {
  overflow: hidden;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.container {
  padding: 0 10px;
}
.row {
  font-size: 14px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  justify-content: flex-start;
}
.row [class*="span"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.row [class*="span"] label {
  display: block;
  margin-bottom: 5px;
}
.row [class*="span"] label input[type=text],
.row [class*="span"] label input[type=number],
.row [class*="span"] label input[type=password],
.row [class*="span"] label select,
.row [class*="span"] label textarea {
  display: block;
  max-width: 100%;
}
.row [class*="span"] label textarea {
  width: 100%;
}
.row [class*="span"] [class*="span"] {
  padding-right: 3px;
  padding-left: 3px;
}
.row .span6 {
  width: 50%;
}
.row .span9 {
  width: 75%;
}
.row .span8 {
  width: 66.66666667%;
}
.row .span5 {
  width: 41.66666667%;
}
.row .span2 {
  width: 16.66666667%;
}
.row .span1 {
  width: 8.33333333%;
}
.row .span4 {
  width: 33.33333333%;
}
.row .span3 {
  width: 25%;
}
fieldset {
  border: 1px solid #ccc;
  background: transparent;
  padding: 3px;
  margin-bottom: 10px;
}
iframe {
  margin: 0;
  padding: 2px;
  border: 1px solid #ddd;
}
#record-options fieldset {
  border: none;
  background: transparent;
}
.xpInput-xpLabel {
  display: block;
  float: none;
  text-align: left;
  clear: both;
  font-size: 9px;
  white-space: nowrap;
  font-weight: bold;
  top: 0;
  margin-top: 0;
}
html {
  background: #f1f1f1;
}
body {
  font-family: system, -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
body#xpWindow {
  min-width: 0;
  background: #fcfcfd;
  padding: 5px;
  margin: 15px;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
img {
  border: none;
}
#xtro {
  width: 98%;
  height: 272px;
  margin: 1% auto;
  margin-top: 50px;
  padding-top: 0;
  color: #fff;
  text-align: center;
}
#xtro input[type=text],
#xtro input[type=password] {
  font-size: 2em;
  width: 8em;
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px 6px;
  border: none;
  padding: 0.2em 0.3em;
}
#xtro input[type=submit] {
  padding: 0.2em;
  font-size: 2em;
  width: 5em;
  -moz-border-radius: 6px 6px;
  -webkit-border-radius: 6px 6px;
  border-radius: 6px 6px;
  border: none;
  background-color: #E6F7FF;
}
#xtro h1 {
  background: url('logo-xtro.png') no-repeat center center;
  font-size: 11em;
  margin: 0.1em 0;
  margin-bottom: 0.5em;
  text-indent: -2000em;
}
#xtro label {
  text-align: left;
}
#xtro .input-line .desc {
  display: inline-block;
  width: 35%;
  text-align: right;
}
#xtro .padding {
  padding-top: 35px;
}
#xtro .button {
  display: block;
  margin-left: 200px;
  margin-top: 12px;
  background: transparent;
  height: 40px;
  text-decoration: none;
}
#xtro #news {
  font-size: 0.9em;
  width: 570px;
  height: 85px;
  overflow: hidden;
  color: #e1e1e1;
  text-align: left;
  margin: 0 auto;
  margin-top: 2em;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px 4px;
  background-color: rgba(255, 255, 255, 0.12);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.05)));
  background-repeat: no-repeat;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px inset;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 4px inset;
}
#xtro #news * {
  margin: 0;
  padding: 0;
}
#xtro #news a {
  color: #f3f3f3;
}
#xtro #news h3 {
  padding-bottom: 5px;
}
#xtro #news > div {
  padding: 10px;
}
#xtro-header {
  background: #a7164a;
  height: 35px;
  line-height: 35px;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  font-size: 10px;
}
table,
table td {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border: none;
  vertical-align: top;
}
a {
  color: #2d4053;
}
a,
a:focus {
  outline: none;
}
input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=tel],
select {
  padding: 0.4em;
  border: 1px solid #aaa;
  -moz-border-radius: 2px 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px 2px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 4px;
}
button,
input[type=submit] {
  font-size: 15px;
  display: inline-block;
}
.white-bg {
  padding: 0 10px 0 5px;
  margin: 10px 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#header {
  margin: 0;
  padding: 0;
}
form.wrapper {
  width: 317px;
  height: 150px;
  overflow: hidden;
  float: left;
  border: 1px solid #abb3ba;
  background: #e6edf4;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px 4px;
}
div.actions {
  text-align: center;
  padding: 5px;
  background-color: #f3f3f3;
  clear: both;
  border-top: 1px solid #ddd;
}
div.actions span.action {
  display: inline-block;
  padding: 0 5px;
}
div.actions a,
div.actions input[type=submit] {
  display: inline-block;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  border: 2px solid #abb3ba;
  background-color: #f4f4f4;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}
div.actions a:hover,
div.actions input[type=submit]:hover {
  background-color: #979797;
  border: 2px solid #777;
  color: #fff;
}
div.internal {
  background-color: #f7f7f7;
  border-color: 1px solid #ddd;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
.column-wrapper {
  margin: 2px;
  padding: 3px;
  background: #fcfcfd;
  height: 84px;
  overflow: hidden;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
.column-wrapper label {
  font-size: 10px;
  display: inline-block;
  width: 40px;
  text-align: right;
}
.column-wrapper input,
.column-wrapper textarea {
  font-size: 10px;
}
.column-wrapper textarea {
  width: 100%;
  height: 32px;
}
.column-wrapper .keywords label {
  padding-top: 2px;
  display: block;
  text-align: left;
  width: auto;
}
.xtcontainer-editor input,
.xtcontainer-editor textarea:not(.embed-area) {
  -moz-border-radius-topleft: 0 0;
  -webkit-border-top-left-radius: 0 0;
  border-top-left-radius: 0 0;
  -moz-border-radius-topright: 0 0;
  -webkit-border-top-right-radius: 0 0;
  border-top-right-radius: 0 0;
  margin: 0;
  padding: 0;
  padding: 0.5em;
  -moz-border-radius-bottomleft: 5px 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  -moz-border-radius-bottomright: 5px 5px;
  -webkit-border-bottom-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border: 1px solid #9eb2c7;
  border-top: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.xtcontainer-editor .embed-area {
  display: block;
  font-family: monospace;
  width: 98%;
  height: 65px;
  font-size: 14px;
  padding: 5px;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  border-color: #666;
  background: #f9f9f9 !important;
  -moz-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 0 white, inset 0 1px 1px rgba(0, 0, 0, 0.17);
}
.xtcontainer-editor .embed-area:focus {
  border-color: #4496E7;
  color: #444;
  background: white !important;
  outline: 0;
}
.xtcontainer-editor textarea:not(.embed-area) {
  line-height: 1.2;
}
.xtcontainer-editor input[type=text] {
  min-width: 350px;
  width: 100%;
}
.xtcontainer-editor h4.label {
  position: relative;
  margin: 3px 0 0 0;
  padding: 4px 3px 3px 8px;
  background: #dfe6ec;
  border: 1px solid #9eb2c7;
  -moz-border-radius-topleft: 5px 5px;
  -webkit-border-top-left-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  -moz-border-radius-topright: 5px 5px;
  -webkit-border-top-right-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
}
.xtcontainer-editor h4.label .right-box {
  position: absolute;
  right: 0.5em;
}
.xtcontainer-editor h4.label label {
  font-weight: normal;
}
.field-label-style {
  position: relative;
  margin: 3px 0 0 0;
  padding: 4px 3px 3px 8px;
  background: #dfe6ec;
  border: 1px solid #9eb2c7;
  -moz-border-radius-topleft: 5px 5px;
  -webkit-border-top-left-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  -moz-border-radius-topright: 5px 5px;
  -webkit-border-top-right-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
}
.field-label-style .right-box {
  position: absolute;
  right: 0.5em;
}
#xt-container {
  background: #f1f1f1;
}
#xt-container .editor-wrapper {
  position: relative;
}
#xt-container .editor-wrapper a#opts-toggler {
  display: block;
  position: absolute;
  right: 0;
  top: -16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 16px;
  text-decoration: none;
  -moz-border-radius-topleft: 4px 4px;
  -webkit-border-top-left-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-left: 1px solid #9eb2c7;
  border-top: 1px solid #9eb2c7;
  background-color: #dfe6ec;
  background-position: 5px center;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
  width: 250px;
}
#xt-container .editor-wrapper a#opts-toggler:hover {
  color: rgba(0, 0, 0, 0.8);
}
#xt-container .editor-wrapper a#opts-toggler.show:before {
  position: relative;
  top: -2px;
  padding-left: 3px;
  line-height: 16px;
  font-size: 18px;
  content: "\00BB";
}
#xt-container .editor-wrapper a#opts-toggler.hidden:before {
  position: relative;
  top: -2px;
  padding-left: 3px;
  line-height: 16px;
  font-size: 18px;
  content: "\00AB";
}
div.element-per-page {
  text-align: center;
}
.page-tool-bar {
  position: relative;
  background-color: #6c6c6c;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 10px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #353535;
}
div.column-browser-controller {
  background-color: #6c6c6c;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 10px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #353535;
  position: relative;
}
div.column-browser-controller a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 5px;
}
div.column-browser-controller a.switch {
  padding: 0;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
div.column-browser-controller a:hover {
  color: #ddd;
}
div.column-browser-controller a.switch {
  background-image: url('/cms.xplants.it/css/ui/opened-arrow-white.png');
}
div.column-browser-controller a.switch.closed {
  background-image: url('/cms.xplants.it/css/ui/closed-arrow-white.png');
}
div.column-browser-controller a.list,
div.column-browser-controller a.column {
  width: 27px;
  height: 22px;
  padding: 0;
}
div.column-browser-controller a.list.selected:hover,
div.column-browser-controller a.column.selected:hover,
div.column-browser-controller a.list.selected,
div.column-browser-controller a.column.selected {
  background-position: left -22px;
}
div.column-browser-controller .selected {
  background: #337fcc;
}
div.column-browser-controller #view-options {
  position: absolute;
  right: 70px;
  font-size: 10px;
}
/*
.no-rgba ul.jd_menu ul{
	background:rgb(255,255,255);
	}*/
ul#nav-menu {
  border-bottom: 1px solid #333;
  color: #222;
  height: 25px;
  background-color: #fafafa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  margin: 0;
  padding: 0;
  z-index: 9001;
}
ul#nav-menu * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  margin: 0;
  padding: 0;
}
ul#nav-menu a {
  text-decoration: none;
}
ul#nav-menu > li.top-level {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}
ul#nav-menu > li.top-level ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9002;
}
ul#nav-menu > li.top-level:hover {
  color: #fff;
  background: #337fcc;
}
ul#nav-menu > li.top-level:hover a {
  color: #fff;
}
ul#nav-menu > li.top-level:hover ul {
  display: block;
}
ul#nav-menu > li.top-level:hover ul li a {
  color: #222;
}
ul#nav-menu > li.top-level:hover ul li:hover {
  background: #337fcc;
}
ul#nav-menu > li.top-level:hover ul li:hover a {
  color: #fff;
}
ul#nav-menu .menu-icon {
  float: left;
  position: relative;
  left: -5px;
  top: 3px;
}
ul#nav-menu ul {
  background: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  border: 1px solid #6d6d6d;
  border-top: none;
}
ul#nav-menu ul li {
  min-width: 200px;
  border-bottom: 1px solid #eee;
}
ul#nav-menu li {
  line-height: 25px;
  margin: 0px;
  cursor: pointer;
  white-space: nowrap;
}
ul#nav-menu li a {
  color: #222;
  display: block;
  padding: 0 10px;
  background-repeat: no-repeat;
  background-position: 5px center;
  overflow: hidden;
}
ul#nav-menu li a.logout:hover {
  background: #c82800;
  background-position: left top;
}
ul#nav-menu li.logout {
  background: transparent;
}
ul#nav-menu > li > ul > li:last-child {
  border-bottom: none;
}
.no-rgba ul.jd_menu ul {
  background: #fff;
}
div.page-tool-bar * {
  color: #fff;
  margin: 0;
  padding: 0;
}
div#busy {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url('/interface/loader.gif') no-repeat center center;
  z-index: 2020;
}
.product-editor .content-editor textarea {
  height: 120px;
}
#holder-wrapper {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2500;
}
#holder-wrapper #holder {
  height: 300px;
  left: 50%;
  margin: -150px 0 0 -150px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 300px;
}
#xt-be-header {
  position: relative;
}
#xt-be-header .the-icon {
  display: none;
}
#xt-be-header .the-file-extension {
  background: #9eb2c7;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: 27px;
  color: #fff;
  text-align: right;
  padding: 0 10px;
  font-weight: bold;
}
#xt-be-header .the-file-extension:before {
  content: ".";
}
.xt-status-bar {
  line-height: 20px;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  font-size: 16px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 0 15px;
}
.xt-status-bar a {
  color: #17191c;
  text-decoration: none;
}
.xt-status-bar a .icon {
  position: relative;
  top: 2px;
  left: 2px;
}
a.preview {
  text-decoration: none;
}
a.preview .icon {
  position: relative;
  top: 2px;
  left: -2px;
}
.ui {
  margin: 0.2em 0;
  padding: 1em 0.5em;
  line-height: 32px;
  -moz-border-radius: 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em;
  border-radius: 0.5em 0.5em;
  padding-left: 54px;
}
p.alert {
  margin: 0.2em 0;
  padding: 1em 0.5em;
  line-height: 32px;
  -moz-border-radius: 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em;
  border-radius: 0.5em 0.5em;
  padding-left: 54px;
  background: rgba(244, 189, 33, 0.3) url('/interface/iToolBar/32/alert.png') no-repeat 10px center;
}
p.operation-done {
  margin: 0.2em 0;
  padding: 1em 0.5em;
  line-height: 32px;
  -moz-border-radius: 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em;
  border-radius: 0.5em 0.5em;
  padding-left: 54px;
  background: rgba(177, 242, 34, 0.3) url('/interface/iToolBar/32/ok.png') no-repeat 10px center;
}
p.info {
  margin: 0.2em 0;
  padding: 1em 0.5em;
  line-height: 32px;
  -moz-border-radius: 0.5em 0.5em;
  -webkit-border-radius: 0.5em 0.5em;
  border-radius: 0.5em 0.5em;
  padding-left: 54px;
  background: rgba(34, 203, 242, 0.2) url('/interface/iToolBar/32/info.png') no-repeat 10px center;
}
.tips {
  top: 10px;
  right: 10px;
  max-width: 192px;
  line-height: 1.1 !important;
  font-size: 11px;
  color: #444;
}
ul.xpStaticFormActions {
  -moz-border-radius-bottomleft: 5px 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: none;
}
div.column-browser {
  clear: both;
  height: 210px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
  padding-bottom: 7px;
  width: 100%;
  font-size: 13px;
  background-color: #d7d7d7;
  position: relative;
  margin-bottom: 8px;
  overflow: visible;
}
div.column-browser .xt-column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  background: #fff;
  margin: 0;
  display: block;
  width: 240px;
  height: 100%;
  overflow: auto;
  border-right: 1px solid #ddd;
}
div.column-browser .even,
div.column-browser .odd {
  background: transparent;
}
div.column-browser .even td,
div.column-browser .odd td {
  background: inherit;
}
div.column-browser a.sortable .sortable-background {
  background: url('/cms.xplants.it/interface/ui/black/sortable.png') no-repeat 0 center;
  padding-left: 0;
}
div.column-browser a.sortable .link {
  padding-left: 12px;
}
div.column-browser a.sortable .selected .sortable-background {
  background: none;
  padding-left: 0;
}
div.column-browser a.sortable .selected .link {
  padding-left: 0;
}
div.column-browser .inPath {
  background-color: #bcbcbc;
}
div.column-browser .inPath .link {
  color: #fff;
}
div.column-browser a {
  vertical-align: middle;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.7;
  color: #222;
}
div.column-browser a img {
  vertical-align: middle;
}
div.column-browser .selected a,
div.column-browser .selected .link {
  color: #fff;
}
div.column-browser .padding {
  padding-bottom: 10px;
}
div.column-browser span {
  display: block;
}
div.column-browser .link {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
  padding-right: 15px;
}
div.column-browser .link > .fa {
  display: inline-block;
  margin-left: 2px;
}
div.column-browser .empty .link {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
  padding-right: 0;
}
div.column-browser .container-icon {
  padding-left: 0;
  padding-right: 0;
  background-repeat: no-repeat;
}
div.column-browser .full a,
div.column-browser .full .link {
  background: url('/cms.xplants.it/css/ui/closed-arrow-grey.png') no-repeat right center;
}
div.column-browser .selected.full a,
div.column-browser .selected.full .link {
  background-image: url('/cms.xplants.it/css/ui/closed-arrow-white.png');
}
div.column-browser .selected,
div.column-browser .ui-draggable-dragging {
  color: #fff;
  background-color: #337fcc;
}
div.column-browser .droppable-hover {
  background: #666;
  color: #fff;
}
div.column-browser div.ui-resizable-s,
div.column-browser div.south-handle {
  clear: both;
  cursor: s-resize;
  height: 7px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #aaa;
  z-index: 1000;
  position: absolute;
  background-color: #fcfcfd;
  width: auto;
  display: block;
  float: none;
  min-width: 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px;
  border-bottom: 1px solid #abb3ba;
  bottom: -9px;
}
ul.xtro-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 25px;
  height: 27px;
  border-bottom: 1px solid #abb3ba;
  background: transparent;
  position: relative;
}
ul.xtro-tabs li {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 2px inset;
  display: block;
  float: left;
  height: 26px;
  padding-left: 9px;
  padding-right: 9px;
  border: 1px solid #abb3ba;
  background: #dfe6ec;
  -moz-border-radius-topleft: 4px 4px;
  -webkit-border-top-left-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  -moz-border-radius-topright: 4px 4px;
  -webkit-border-top-right-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 2px;
  text-shadow: 0px 1px 1px #fff;
}
ul.xtro-tabs li a {
  color: #090d10;
  line-height: 27px;
  text-decoration: none;
  display: block;
}
ul.xtro-tabs li.add {
  position: absolute;
  right: 5px;
  background: #d2e2cf;
}
ul.xtro-tabs li:hover {
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.xtro-tabs li.selected {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fcfcfd;
  border-bottom: 1px solid #fcfcfd;
  color: #0b0d0e;
  text-decoration: none;
  cursor: default;
  font-weight: bold;
  text-shadow: none;
}
ul.xtro-tabs li.selected a {
  color: #17191c;
  text-decoration: none;
  cursor: default;
}
/* @group xtro-tabs */
ul.small-tab {
  height: 19px;
}
ul.small-tab li {
  font-size: 10px;
  height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  -moz-border-radius-topleft: 3px 3px;
  -webkit-border-top-left-radius: 3px 3px;
  border-top-left-radius: 3px 3px;
  -moz-border-radius-topright: 3px 3px;
  -webkit-border-top-right-radius: 3px 3px;
  border-top-right-radius: 3px 3px;
}
ul.small-tab li a {
  line-height: 18px;
}
ul.small-tab li.selected {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #abb3ba;
}
ul.vertical {
  height: auto;
  background: #ddd;
  padding-left: 0;
}
ul.vertical li {
  -moz-border-radius: 0 0;
  -webkit-border-radius: 0 0;
  border-radius: 0 0;
  -moz-border-radius-topleft: 5px 5px;
  -webkit-border-top-left-radius: 5px 5px;
  border-top-left-radius: 5px 5px;
  -moz-border-radius-bottomleft: 5px 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  height: auto;
  float: none;
}
/* @end */
div#header-wrapper {
  height: 38px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f2f2f2;
  width: 100%;
  padding: 0;
  margin: 0;
}
div#header-wrapper div.xpSearch {
  position: absolute;
  top: 2px;
  right: 10px;
  text-align: right;
}
div#header-wrapper div.xpSearch .xtSearchButtonIcon {
  position: relative;
  top: 3px;
  left: 0;
}
div#header-wrapper ul.xpBreadcrumbs {
  position: relative;
  margin: 0;
  padding: 9px 0 0 100px;
  float: left;
  background: transparent;
}
div#header-wrapper ul.xpBreadcrumbs #language-menu {
  position: absolute;
  left: 12px;
  top: 9px;
}
div#header-wrapper ul.xpBreadcrumbs li {
  font-size: 0.85em;
  display: inline-block;
  padding-right: 4px;
  line-height: 24px;
}
div#header-wrapper ul.xpBreadcrumbs li a {
  color: #222;
  width: 60px;
  min-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
div#header-wrapper ul.xpBreadcrumbs li a img {
  position: relative;
  top: 3px;
  z-index: 99;
}
div#header-wrapper ul.xpBreadcrumbs li a.selected {
  color: #0b0d0e;
  font-weight: bold;
  font-style: normal;
  width: auto;
}
div#header-wrapper ul.xpBreadcrumbs li a:hover {
  color: #0b0d0e;
  width: auto;
}
ul#xpLanguages {
  list-style: none;
}
ul#xpLanguages li {
  display: inline;
  line-height: 18px;
}
ul#xpLanguages li a {
  color: #17191c;
  height: 24px;
  text-decoration: none;
}
ul#xpLanguages li a img {
  position: relative;
  top: 3px;
  z-index: 99;
}
ul#xpLanguages li a.selected {
  color: #0b0d0e;
}
#categories-tabs * {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#categories-tabs li {
  margin-right: 0;
  border-right: none;
}
#categories-tabs li.selected {
  border-bottom: 1px solid #abb3ba;
  border-right: none;
  margin-right: -1px;
}
#categories-tabs input,
#categories-tabs a {
  display: inline-block;
}
#categories-tabs .center-col {
  background: #fcfcfd;
  border: 1px solid #abb3ba;
  border-left: none;
}
#categories-tabs .left-col {
  border-right: 1px solid #abb3ba;
}
.no-csscolumns #categories-tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  float: left;
}
.no-csscolumns #categories-tabs .left-col {
  width: 20%;
  margin: 0;
  padding: 0;
  border: none;
  float: left;
}
.no-csscolumns #categories-tabs .center-col {
  width: 80%;
  margin: 0;
  padding: 0;
  border: none;
  float: left;
}
.csscolumns #categories-tabs {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
}
.csscolumns #categories-tabs .center-col {
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  -moz-border-radius-topleft: 0 0;
  -webkit-border-top-left-radius: 0 0;
  border-top-left-radius: 0 0;
}
.csscolumns #categories-tabs .left-col {
  width: 200px;
}
hr,
.hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#xpRecordOptions {
  border-left: 1px solid #9eb2c7;
  background: #dfe6ec;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#xpRecordOptions hr {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#xpRecordOptions h3.tabHeader {
  margin: 0;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  background: #666;
  color: #fff;
  text-align: left;
  width: 100%;
}
#xpRecordOptions h5.legend {
  margin: 0;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 5px;
}
#xpRecordOptions fieldset {
  background: transparent;
  border: none;
  margin: 0;
  margin-bottom: 15px;
}
#xpRecordOptions fieldset legend {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 3px;
}
#xpRecordOptions p.xpInput {
  border: none;
}
#xpRecordOptions p.xpInput span.xpLabel,
#xpRecordOptions p.xpInput span.xpDateLabel {
  display: block;
  float: none;
  text-align: left;
  clear: both;
  font-size: 9px;
  white-space: nowrap;
  font-weight: bold;
  top: 0;
  margin-top: 0;
}
#xpRecordOptions .line {
  padding: 3px;
  width: auto;
  float: none;
}
#xpRecordOptions .checkboxes {
  background-color: #fcfcfd;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
}
#xpRecordOptions .checkboxes * {
  padding: 0;
  margin: 0;
}
#xpRecordOptions .checkboxes label {
  padding: 2px;
}
#xpRecordOptions .checkboxes h5 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  padding: 4px;
}
#xpRecordOptions .checkboxes td {
  padding: 2px;
}
#xpRecordOptions span.small-tip {
  font-size: 9px;
  color: #555;
}
#xpRecordOptions .desc-inline {
  font-weight: bold;
  font-size: 9px;
}
#xpRecordOptions .xpActions {
  margin: 0 auto;
  margin-bottom: 1px;
}
#xpRecordOptions .xpActions a {
  display: block;
  margin: 0;
}
.theLink {
  -moz-border-radius: 2px 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px 2px;
  padding: 5px 8px;
  color: #312a06;
  border: 1px solid #9eb2c7;
  background-color: #dfe6ec;
  display: block;
  margin-bottom: 5px;
  clear: both;
}
.theLink input.autoselect {
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  font-size: 12px;
}
a.toggler {
  color: #333;
  padding-left: 15px;
  text-decoration: none;
  background: url(/cms.xplants.it/css/ui/closed-arrow-grey.png) no-repeat left center;
}
a.toggler.selected {
  cursor: pointer;
  background: url(/cms.xplants.it/css/ui/opened-arrow-grey.png) no-repeat left center;
}
#container-browser #xpRecordEditing .padding {
  padding: 0.6em;
}
#container-browser #xpRecordOptions .padding {
  padding: 0.2em;
}
.no-csscolumns #xt-container .editor-wrapper a#opts-toggler {
  display: none;
}
.no-csscolumns #container-browser {
  width: 100%;
  float: left;
  clear: both;
}
.no-csscolumns #container-browser #xpRecordEditing {
  width: 75%;
  float: left;
}
.no-csscolumns #container-browser #xpRecordOptions {
  width: 25%;
  float: left;
}
.csscolumns #container-browser {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
}
.csscolumns #container-browser #xpRecordEditing {
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}
.csscolumns #container-browser #xpRecordOptions {
  position: relative;
  overflow: show;
  width: 250px;
}
.csscolumns #container-browser #xpRecordOptions.collapsed {
  width: 250px;
  margin-right: -230px;
  padding-left: 20px;
}
.back-link {
  padding: 0.6em 0.5em;
  padding-left: 2em;
  background: url(/interface/iToolBar/16/back-alt.png) no-repeat 0.5em center;
}
ul.xpActions,
div.xpActions {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.xpActions li,
div.xpActions li,
ul.xpActions div,
div.xpActions div {
  padding: 0;
  margin: 0;
  display: inline;
}
ul.xpActions a,
div.xpActions a {
  text-align: left;
  display: block;
  background: #f1f1f1;
  color: #111;
  height: 22px;
  line-height: 22px;
  margin: 0;
  font-size: 12px;
  border: 1px solid #999;
  cursor: pointer;
  background: #eee;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
  white-space: nowrap;
  overflow: hidden;
}
ul.xpActions a img,
div.xpActions a img {
  top: 3px;
  position: relative;
}
ul.xpActions a:hover,
div.xpActions a:hover {
  color: #fff;
  background: #333;
  border-color: #111;
}
ul.xpActions a:active,
div.xpActions a:active {
  background: #5f0003;
}
ul.xpActions a.alone,
div.xpActions a.alone,
ul.xpActions a.mono,
div.xpActions a.mono,
ul.xpActions a.last,
div.xpActions a.last {
  border-bottom: 1px solid #a2a5a8;
  border-top: none;
}
ul.xpActions a.alone,
div.xpActions a.alone {
  border-top: 1px solid #a2a5a8;
}
.horiz-actions {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5px;
}
.horiz-actions ul.xpActions li {
  overflow: hidden;
}
.horiz-actions ul.xpActions li a {
  float: left;
  margin: 0 1px 0 0;
  -moz-border-radius: 0 0;
  -webkit-border-radius: 0 0;
  border-radius: 0 0;
  -moz-border-radius-bottomleft: 5px 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  -moz-border-radius-bottomright: 5px 5px;
  -webkit-border-bottom-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  background-color: #f4f4f4;
  border: 1px solid #abb3ba;
  border-top: none;
}
.horiz-actions ul.xpActions li a:hover {
  background-color: #979797;
}
.horiz-actions ul.xpActions li a,
.horiz-actions ul.xpActions li a:hover,
.horiz-actions ul.xpActions li a:active {
  border-top: none;
  -moz-border-radius-topleft: 0 0;
  -webkit-border-top-left-radius: 0 0;
  border-top-left-radius: 0 0;
  -moz-border-radius-topright: 0 0;
  -webkit-border-top-right-radius: 0 0;
  border-top-right-radius: 0 0;
}
._buttons a,
._buttons input[type=submit] {
  display: inline-block;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  border: 2px solid #abb3ba;
  background-color: #f4f4f4;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}
._buttons a:hover,
._buttons input[type=submit]:hover {
  background-color: #979797;
  border: 2px solid #777;
  color: #fff;
}
.pager .pager-links {
  color: #aaa;
}
.pager .pager-links a,
.pager .pager-links input[type=submit] {
  display: inline-block;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  border: 2px solid #abb3ba;
  background-color: #f4f4f4;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #333;
  font-size: 13px;
}
.pager .pager-links a:hover,
.pager .pager-links input[type=submit]:hover {
  background-color: #979797;
  border: 2px solid #777;
  color: #fff;
}
.pager .pager-links a.true,
.pager .pager-links a.true:hover {
  color: #aaa;
  border: 1px solid #abb3ba;
  background-color: #f4f4f4;
}
.pager .pager-links span.first-batch a:before {
  content: "<< ";
}
.pager .pager-links span.previous-batch a:before {
  content: "< ";
}
.pager .pager-links span.last-batch a:after {
  content: " >>";
}
.pager .pager-links span.next-batch a:after {
  content: " >";
}
.pager .pager-links span.current-batch a,
.pager .pager-links span.current-batch a:hover {
  background-color: #666;
  color: #fff;
  border: 1px solid #444;
}
.pager .pager-go-to {
  display: block;
  font-size: 10px;
  margin-top: 0.6em;
}
.pager .pager-go-to input {
  margin: 0;
  padding: 0;
  font-size: 10px;
}
table.records-list,
table.records,
table.xpRecordsEditing,
table.xpRecordsList {
  margin: 5px 0;
  background: #fcfcfd;
  border-bottom: none;
  font-size: 12px;
}
table.records-list .even,
table.records .even,
table.xpRecordsEditing .even,
table.xpRecordsList .even {
  background-color: #dfe6ec;
}
table.records-list .ellipsis,
table.records .ellipsis,
table.xpRecordsEditing .ellipsis,
table.xpRecordsList .ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
  white-space: nowrap;
}
table.records-list thead tr th,
table.records thead tr th,
table.xpRecordsEditing thead tr th,
table.xpRecordsList thead tr th {
  padding: 3px;
  border-bottom: 1px solid #666;
  text-align: left;
  background: #666;
  white-space: nowrap;
  border-right: 1px solid #666;
  color: #ffffff;
}
table.records-list thead tr th a,
table.records thead tr th a,
table.xpRecordsEditing thead tr th a,
table.xpRecordsList thead tr th a {
  color: #ffffff;
}
table.records-list thead tr th.last,
table.records thead tr th.last,
table.xpRecordsEditing thead tr th.last,
table.xpRecordsList thead tr th.last {
  border-right: none;
}
table.records-list thead tr .number,
table.records thead tr .number,
table.xpRecordsEditing thead tr .number,
table.xpRecordsList thead tr .number {
  text-align: right;
}
table.records-list thead tr.sortable th,
table.records thead tr.sortable th,
table.xpRecordsEditing thead tr.sortable th,
table.xpRecordsList thead tr.sortable th {
  padding: 0;
  margin: 0;
}
table.records-list thead tr.sortable th a,
table.records thead tr.sortable th a,
table.xpRecordsEditing thead tr.sortable th a,
table.xpRecordsList thead tr.sortable th a {
  display: block;
  padding: 5px;
}
table.records-list thead tr.sortable th .sort-ascending,
table.records thead tr.sortable th .sort-ascending,
table.xpRecordsEditing thead tr.sortable th .sort-ascending,
table.xpRecordsList thead tr.sortable th .sort-ascending,
table.records-list thead tr.sortable th .sort-descending,
table.records thead tr.sortable th .sort-descending,
table.xpRecordsEditing thead tr.sortable th .sort-descending,
table.xpRecordsList thead tr.sortable th .sort-descending {
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  position: relative;
  padding-left: 24px;
}
table.records-list thead tr.sortable th a span:after,
table.records thead tr.sortable th a span:after,
table.xpRecordsEditing thead tr.sortable th a span:after,
table.xpRecordsList thead tr.sortable th a span:after {
  position: absolute;
  left: 3px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.7);
}
table.records-list thead tr.sortable th .sort-descending span:after,
table.records thead tr.sortable th .sort-descending span:after,
table.xpRecordsEditing thead tr.sortable th .sort-descending span:after,
table.xpRecordsList thead tr.sortable th .sort-descending span:after {
  content: "z>a";
}
table.records-list thead tr.sortable th .sort-ascending span:after,
table.records thead tr.sortable th .sort-ascending span:after,
table.xpRecordsEditing thead tr.sortable th .sort-ascending span:after,
table.xpRecordsList thead tr.sortable th .sort-ascending span:after {
  content: "a>z";
}
table.records-list thead tr.sortable .no-sort,
table.records thead tr.sortable .no-sort,
table.xpRecordsEditing thead tr.sortable .no-sort,
table.xpRecordsList thead tr.sortable .no-sort {
  padding: 5px;
}
table.records-list tbody tr td,
table.records tbody tr td,
table.xpRecordsEditing tbody tr td,
table.xpRecordsList tbody tr td {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 3px 2px;
  vertical-align: top;
}
table.records-list tbody tr td.subcontainer,
table.records tbody tr td.subcontainer,
table.xpRecordsEditing tbody tr td.subcontainer,
table.xpRecordsList tbody tr td.subcontainer,
table.records-list tbody tr span.subcontainer,
table.records tbody tr span.subcontainer,
table.xpRecordsEditing tbody tr span.subcontainer,
table.xpRecordsList tbody tr span.subcontainer {
  text-indent: 30px;
}
table.records-list tbody tr:hover td,
table.records tbody tr:hover td,
table.xpRecordsEditing tbody tr:hover td,
table.xpRecordsList tbody tr:hover td {
  background-color: #737F8C;
  color: #fff;
  text-shadow: none;
}
table.records-list tbody tr:hover td p,
table.records tbody tr:hover td p,
table.xpRecordsEditing tbody tr:hover td p,
table.xpRecordsList tbody tr:hover td p,
table.records-list tbody tr:hover td div,
table.records tbody tr:hover td div,
table.xpRecordsEditing tbody tr:hover td div,
table.xpRecordsList tbody tr:hover td div,
table.records-list tbody tr:hover td span,
table.records tbody tr:hover td span,
table.xpRecordsEditing tbody tr:hover td span,
table.xpRecordsList tbody tr:hover td span,
table.records-list tbody tr:hover td a,
table.records tbody tr:hover td a,
table.xpRecordsEditing tbody tr:hover td a,
table.xpRecordsList tbody tr:hover td a {
  text-decoration: none;
  color: #fff;
}
table.records-list tbody tr.record-selected td,
table.records tbody tr.record-selected td,
table.xpRecordsEditing tbody tr.record-selected td,
table.xpRecordsList tbody tr.record-selected td,
table.records-list tbody tr.record-selected:hover td,
table.records tbody tr.record-selected:hover td,
table.xpRecordsEditing tbody tr.record-selected:hover td,
table.xpRecordsList tbody tr.record-selected:hover td,
table.records-list tbody tr.selected td,
table.records tbody tr.selected td,
table.xpRecordsEditing tbody tr.selected td,
table.xpRecordsList tbody tr.selected td,
table.records-list tbody tr.selected:hover td,
table.records tbody tr.selected:hover td,
table.xpRecordsEditing tbody tr.selected:hover td,
table.xpRecordsList tbody tr.selected:hover td {
  background: #737f8c;
  background-color: #337fcc;
  color: #fff;
  text-shadow: none;
}
table.records-list tbody tr.record-selected td p,
table.records tbody tr.record-selected td p,
table.xpRecordsEditing tbody tr.record-selected td p,
table.xpRecordsList tbody tr.record-selected td p,
table.records-list tbody tr.record-selected:hover td p,
table.records tbody tr.record-selected:hover td p,
table.xpRecordsEditing tbody tr.record-selected:hover td p,
table.xpRecordsList tbody tr.record-selected:hover td p,
table.records-list tbody tr.selected td p,
table.records tbody tr.selected td p,
table.xpRecordsEditing tbody tr.selected td p,
table.xpRecordsList tbody tr.selected td p,
table.records-list tbody tr.selected:hover td p,
table.records tbody tr.selected:hover td p,
table.xpRecordsEditing tbody tr.selected:hover td p,
table.xpRecordsList tbody tr.selected:hover td p,
table.records-list tbody tr.record-selected td div,
table.records tbody tr.record-selected td div,
table.xpRecordsEditing tbody tr.record-selected td div,
table.xpRecordsList tbody tr.record-selected td div,
table.records-list tbody tr.record-selected:hover td div,
table.records tbody tr.record-selected:hover td div,
table.xpRecordsEditing tbody tr.record-selected:hover td div,
table.xpRecordsList tbody tr.record-selected:hover td div,
table.records-list tbody tr.selected td div,
table.records tbody tr.selected td div,
table.xpRecordsEditing tbody tr.selected td div,
table.xpRecordsList tbody tr.selected td div,
table.records-list tbody tr.selected:hover td div,
table.records tbody tr.selected:hover td div,
table.xpRecordsEditing tbody tr.selected:hover td div,
table.xpRecordsList tbody tr.selected:hover td div,
table.records-list tbody tr.record-selected td span,
table.records tbody tr.record-selected td span,
table.xpRecordsEditing tbody tr.record-selected td span,
table.xpRecordsList tbody tr.record-selected td span,
table.records-list tbody tr.record-selected:hover td span,
table.records tbody tr.record-selected:hover td span,
table.xpRecordsEditing tbody tr.record-selected:hover td span,
table.xpRecordsList tbody tr.record-selected:hover td span,
table.records-list tbody tr.selected td span,
table.records tbody tr.selected td span,
table.xpRecordsEditing tbody tr.selected td span,
table.xpRecordsList tbody tr.selected td span,
table.records-list tbody tr.selected:hover td span,
table.records tbody tr.selected:hover td span,
table.xpRecordsEditing tbody tr.selected:hover td span,
table.xpRecordsList tbody tr.selected:hover td span,
table.records-list tbody tr.record-selected td a,
table.records tbody tr.record-selected td a,
table.xpRecordsEditing tbody tr.record-selected td a,
table.xpRecordsList tbody tr.record-selected td a,
table.records-list tbody tr.record-selected:hover td a,
table.records tbody tr.record-selected:hover td a,
table.xpRecordsEditing tbody tr.record-selected:hover td a,
table.xpRecordsList tbody tr.record-selected:hover td a,
table.records-list tbody tr.selected td a,
table.records tbody tr.selected td a,
table.xpRecordsEditing tbody tr.selected td a,
table.xpRecordsList tbody tr.selected td a,
table.records-list tbody tr.selected:hover td a,
table.records tbody tr.selected:hover td a,
table.xpRecordsEditing tbody tr.selected:hover td a,
table.xpRecordsList tbody tr.selected:hover td a {
  text-decoration: none;
  color: #fff;
}
table.records-list tbody tr.record-selected td p,
table.records tbody tr.record-selected td p,
table.xpRecordsEditing tbody tr.record-selected td p,
table.xpRecordsList tbody tr.record-selected td p,
table.records-list tbody tr.record-selected:hover td p,
table.records tbody tr.record-selected:hover td p,
table.xpRecordsEditing tbody tr.record-selected:hover td p,
table.xpRecordsList tbody tr.record-selected:hover td p,
table.records-list tbody tr.selected td p,
table.records tbody tr.selected td p,
table.xpRecordsEditing tbody tr.selected td p,
table.xpRecordsList tbody tr.selected td p,
table.records-list tbody tr.selected:hover td p,
table.records tbody tr.selected:hover td p,
table.xpRecordsEditing tbody tr.selected:hover td p,
table.xpRecordsList tbody tr.selected:hover td p,
table.records-list tbody tr.record-selected td div,
table.records tbody tr.record-selected td div,
table.xpRecordsEditing tbody tr.record-selected td div,
table.xpRecordsList tbody tr.record-selected td div,
table.records-list tbody tr.record-selected:hover td div,
table.records tbody tr.record-selected:hover td div,
table.xpRecordsEditing tbody tr.record-selected:hover td div,
table.xpRecordsList tbody tr.record-selected:hover td div,
table.records-list tbody tr.selected td div,
table.records tbody tr.selected td div,
table.xpRecordsEditing tbody tr.selected td div,
table.xpRecordsList tbody tr.selected td div,
table.records-list tbody tr.selected:hover td div,
table.records tbody tr.selected:hover td div,
table.xpRecordsEditing tbody tr.selected:hover td div,
table.xpRecordsList tbody tr.selected:hover td div,
table.records-list tbody tr.record-selected td span,
table.records tbody tr.record-selected td span,
table.xpRecordsEditing tbody tr.record-selected td span,
table.xpRecordsList tbody tr.record-selected td span,
table.records-list tbody tr.record-selected:hover td span,
table.records tbody tr.record-selected:hover td span,
table.xpRecordsEditing tbody tr.record-selected:hover td span,
table.xpRecordsList tbody tr.record-selected:hover td span,
table.records-list tbody tr.selected td span,
table.records tbody tr.selected td span,
table.xpRecordsEditing tbody tr.selected td span,
table.xpRecordsList tbody tr.selected td span,
table.records-list tbody tr.selected:hover td span,
table.records tbody tr.selected:hover td span,
table.xpRecordsEditing tbody tr.selected:hover td span,
table.xpRecordsList tbody tr.selected:hover td span,
table.records-list tbody tr.record-selected td a,
table.records tbody tr.record-selected td a,
table.xpRecordsEditing tbody tr.record-selected td a,
table.xpRecordsList tbody tr.record-selected td a,
table.records-list tbody tr.record-selected:hover td a,
table.records tbody tr.record-selected:hover td a,
table.xpRecordsEditing tbody tr.record-selected:hover td a,
table.xpRecordsList tbody tr.record-selected:hover td a,
table.records-list tbody tr.selected td a,
table.records tbody tr.selected td a,
table.xpRecordsEditing tbody tr.selected td a,
table.xpRecordsList tbody tr.selected td a,
table.records-list tbody tr.selected:hover td a,
table.records tbody tr.selected:hover td a,
table.xpRecordsEditing tbody tr.selected:hover td a,
table.xpRecordsList tbody tr.selected:hover td a {
  text-decoration: none;
  color: #fff;
}
table.records-list tbody tr.active td,
table.records tbody tr.active td,
table.xpRecordsEditing tbody tr.active td,
table.xpRecordsList tbody tr.active td,
table.records-list tbody tr.active:hover td,
table.records tbody tr.active:hover td,
table.xpRecordsEditing tbody tr.active:hover td,
table.xpRecordsList tbody tr.active:hover td {
  color: #000;
  font-weight: bold;
}
table.records-list tbody tr.active td p,
table.records tbody tr.active td p,
table.xpRecordsEditing tbody tr.active td p,
table.xpRecordsList tbody tr.active td p,
table.records-list tbody tr.active:hover td p,
table.records tbody tr.active:hover td p,
table.xpRecordsEditing tbody tr.active:hover td p,
table.xpRecordsList tbody tr.active:hover td p,
table.records-list tbody tr.active td div,
table.records tbody tr.active td div,
table.xpRecordsEditing tbody tr.active td div,
table.xpRecordsList tbody tr.active td div,
table.records-list tbody tr.active:hover td div,
table.records tbody tr.active:hover td div,
table.xpRecordsEditing tbody tr.active:hover td div,
table.xpRecordsList tbody tr.active:hover td div,
table.records-list tbody tr.active td span,
table.records tbody tr.active td span,
table.xpRecordsEditing tbody tr.active td span,
table.xpRecordsList tbody tr.active td span,
table.records-list tbody tr.active:hover td span,
table.records tbody tr.active:hover td span,
table.xpRecordsEditing tbody tr.active:hover td span,
table.xpRecordsList tbody tr.active:hover td span,
table.records-list tbody tr.active td a,
table.records tbody tr.active td a,
table.xpRecordsEditing tbody tr.active td a,
table.xpRecordsList tbody tr.active td a,
table.records-list tbody tr.active:hover td a,
table.records tbody tr.active:hover td a,
table.xpRecordsEditing tbody tr.active:hover td a,
table.xpRecordsList tbody tr.active:hover td a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
table.records-list tbody tr.active td.status,
table.records tbody tr.active td.status,
table.xpRecordsEditing tbody tr.active td.status,
table.xpRecordsList tbody tr.active td.status,
table.records-list tbody tr.active:hover td.status,
table.records tbody tr.active:hover td.status,
table.xpRecordsEditing tbody tr.active:hover td.status,
table.xpRecordsList tbody tr.active:hover td.status {
  background-image: url('/interface/iToolBar/16/button-green-ok.png');
  background-position: center center;
  background-repeat: no-repeat;
}
table.records-list tbody tr.inactive td.status,
table.records tbody tr.inactive td.status,
table.xpRecordsEditing tbody tr.inactive td.status,
table.xpRecordsList tbody tr.inactive td.status {
  background-image: url('/interface/iToolBar/16/alert.png');
  background-position: center center;
  background-repeat: no-repeat;
}
table.records-list tbody tr.no-highlight td,
table.records tbody tr.no-highlight td,
table.xpRecordsEditing tbody tr.no-highlight td,
table.xpRecordsList tbody tr.no-highlight td,
table.records-list tbody tr.no-highlight:hover td,
table.records tbody tr.no-highlight:hover td,
table.xpRecordsEditing tbody tr.no-highlight:hover td,
table.xpRecordsList tbody tr.no-highlight:hover td {
  color: #000;
  background: #fff;
}
table.records-list tbody tr.no-highlight td p,
table.records tbody tr.no-highlight td p,
table.xpRecordsEditing tbody tr.no-highlight td p,
table.xpRecordsList tbody tr.no-highlight td p,
table.records-list tbody tr.no-highlight:hover td p,
table.records tbody tr.no-highlight:hover td p,
table.xpRecordsEditing tbody tr.no-highlight:hover td p,
table.xpRecordsList tbody tr.no-highlight:hover td p,
table.records-list tbody tr.no-highlight td div,
table.records tbody tr.no-highlight td div,
table.xpRecordsEditing tbody tr.no-highlight td div,
table.xpRecordsList tbody tr.no-highlight td div,
table.records-list tbody tr.no-highlight:hover td div,
table.records tbody tr.no-highlight:hover td div,
table.xpRecordsEditing tbody tr.no-highlight:hover td div,
table.xpRecordsList tbody tr.no-highlight:hover td div,
table.records-list tbody tr.no-highlight td span,
table.records tbody tr.no-highlight td span,
table.xpRecordsEditing tbody tr.no-highlight td span,
table.xpRecordsList tbody tr.no-highlight td span,
table.records-list tbody tr.no-highlight:hover td span,
table.records tbody tr.no-highlight:hover td span,
table.xpRecordsEditing tbody tr.no-highlight:hover td span,
table.xpRecordsList tbody tr.no-highlight:hover td span,
table.records-list tbody tr.no-highlight td a,
table.records tbody tr.no-highlight td a,
table.xpRecordsEditing tbody tr.no-highlight td a,
table.xpRecordsList tbody tr.no-highlight td a,
table.records-list tbody tr.no-highlight:hover td a,
table.records tbody tr.no-highlight:hover td a,
table.xpRecordsEditing tbody tr.no-highlight:hover td a,
table.xpRecordsList tbody tr.no-highlight:hover td a {
  color: #000;
}
.tr-active-hover {
  color: #000;
  font-weight: bold;
}
.tr-active-hover p,
.tr-active-hover div,
.tr-active-hover span,
.tr-active-hover a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.tr-selected-hover {
  color: #fff;
  background: #737f8c;
}
.tr-selected-hover p,
.tr-selected-hover div,
.tr-selected-hover span,
.tr-selected-hover a {
  text-decoration: none;
  color: #fff;
}
#ecommerce-preferences {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
}
#ecommerce-preferences .padding {
  padding: 5px;
}
#ecommerce-preferences #records-list {
  width: 20%;
  height: 100%;
  float: left;
}
#ecommerce-preferences #record-editing {
  width: 55%;
  height: 100%;
  float: left;
}
#ecommerce-preferences #record-options {
  background-color: #e6edf4;
  width: 300px;
  height: 100%;
  float: left;
  width: 25%;
}
.csscolumns #ecommerce-preferences {
  float: none;
  width: auto;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
}
.csscolumns #ecommerce-preferences #records-list {
  float: none;
  height: auto;
  width: 250px;
}
.csscolumns #ecommerce-preferences #record-editing {
  float: none;
  width: auto;
  height: auto;
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.csscolumns #ecommerce-preferences #record-options {
  float: none;
  height: auto;
  width: 300px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.no-csscolumns #users-browser {
  width: 100%;
  float: left;
  clear: both;
}
.no-csscolumns #users-browser #xpRecordEditing {
  width: 80%;
  margin: 0;
  padding: 0;
  float: left;
}
.no-csscolumns #users-browser #xpRecordOptions {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
}
.csscolumns #users-browser {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  width: 100%;
}
.csscolumns #users-browser #xpRecordEditing {
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.csscolumns #users-browser #xpRecordEditing .padding {
  padding: 0.5em 1em;
}
.csscolumns #users-browser #xpRecordOptions {
  width: 250px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.csscolumns #users-browser #xpRecordOptions .padding {
  padding: 0.5em;
}
#records-list * {
  margin: 0;
  padding: 0;
}
#records-list ul {
  list-style-type: none;
}
#records-list ul li a {
  display: block;
  text-align: left;
}
#records-list {
  background: #F2F2F2;
}
#records-list div.section div.title {
  cursor: pointer;
  line-height: 35px;
  background-color: #b3b3b3;
  color: #777;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#records-list div.section div.title h3 {
  font-weight: normal;
  padding-left: 10px;
}
#records-list div.section div.title:hover {
  background-color: #337fcc;
  color: #fff;
}
#records-list div.section div#active {
  background-color: #fcfcfd;
  color: #111;
  line-height: 35px;
}
#records-list div.records-list ul {
  display: block;
  font-size: 11px;
}
#records-list div.records-list ul li a {
  line-height: 25px;
  display: block;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
}
#records-list div.records-list ul li a span.label {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
  white-space: nowrap;
  width: 90%;
  display: block;
  overflow: hidden;
}
#records-list div.records-list ul li a span.count {
  position: absolute;
  right: 5px;
  top: 0;
  text-decoration: none;
}
#records-list div.records-list ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #737f8c;
}
#records-list div.records-list ul li a.selected,
#records-list div.records-list ul li a.selected:hover {
  background: #337fcc;
  color: #fff;
}
#records-list div.actions ul {
  border-top: 3px double #abb3ba;
}
#records-list div.actions ul li a {
  padding: 5px;
  padding-left: 22px;
  text-decoration: none;
  border: none;
  -moz-border-radius: 0 0;
  -webkit-border-radius: 0 0;
  border-radius: 0 0;
  border-bottom: 1px solid #abb3ba;
}
#records-list div.actions ul li a:hover {
  background-color: #333;
  color: #fff;
}
#records-list div.actions ul li a.add {
  background-image: url('/interface/iToolBar/16/add.png');
  background-repeat: no-repeat;
  background-position: 3px center;
}
#records-list div.actions ul li a.duplicate {
  background-image: url('/interface/iToolBar/16/file-copy.png');
  background-repeat: no-repeat;
  background-position: 3px center;
}
#records-list div.actions ul li a.convert {
  background-image: url('/interface/iToolBar/16/redo.png');
  background-repeat: no-repeat;
  background-position: 3px center;
}
body.mceContentBody {
  background: #fff;
}
body#tinymce {
  background: #fff;
}
a.dp-choose-date {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-indent: -2000px;
  overflow: hidden;
  background: url('/apps.xplants.it/lib/js/jquery/calendar.png') no-repeat;
}
a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}
.disabled a.dp-choose-date {
  display: none;
}
#footer {
  border-top: 1px solid #BCBCBC;
  clear: both;
  padding: 1px 0;
}
#footer p {
  color: #666;
  padding: 10px 0 20px 0;
  text-align: center;
}
td#xpRecordOptions {
  width: 220px;
  font-size: x-small;
  background: #e6edf6;
}
td#xpRecordOptions hr {
  border-width: 1px;
  border-color: #fff;
  margin-top: 3px;
  margin-bottom: 2px;
}
td#xpRecordOptions fieldset {
  margin-left: 5px;
  margin: 0;
  padding: 0;
}
td#xpRecordOptions h2.areaHeader {
  background-color: #D2D8E2;
}
td#xpRecordOptions .padding {
  padding: 2px;
  padding-top: 0;
}
.xpSearch p.xpInput span.xpLabel,
.xpSearch p.xpInput span.xpDateLabel {
  display: block;
  float: none;
  text-align: left;
  clear: both;
  font-size: 9px;
  white-space: nowrap;
  font-weight: bold;
  top: 0;
  margin-top: 0;
}
.tag {
  padding: 5px 15px;
}
.tag span {
  display: inline-block;
  text-align: center;
  -moz-border-radius: 9px 9px;
  -webkit-border-radius: 9px 9px;
  border-radius: 9px 9px;
  line-height: 18px;
  background: #b4cfeb;
  color: #0b2b4d;
  border: 1px solid #698cb1;
  padding: 0 8px;
  margin-bottom: 3px;
  font-weight: bold;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px;
  cursor: pointer;
  opacity: 0.5;
}
.tag span a {
  text-decoration: none;
}
.message {
  color: #320;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background: #fd0;
  padding: 10px;
  border: 1px solid #320;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
.library .selected {
  background: #b4cfeb;
  border-color: #300;
  -moz-border-radius: 3px 3px;
  -webkit-border-radius: 3px 3px;
  border-radius: 3px 3px;
}
#recent.active {
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
#recent {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 198px;
  z-index: 1001;
  color: #fff;
  border-top: 1px solid #444444;
  border-right: 1px solid #444444;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -moz-border-radius-topleft: 9px 9px;
  -webkit-border-top-left-radius: 9px 9px;
  border-top-left-radius: 9px 9px;
}
#recent * {
  margin: 0;
  padding: 0;
}
#recent .closer {
  border-top: 1px solid #444;
}
#recent h3 {
  padding: 0 8px;
  padding-left: 0;
  line-height: 21px;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 1px solid #444;
}
#recent ul {
  list-style-type: none;
}
#recent ul h3 span {
  background: url('/cms.xplants.it/resources/Clock.png') no-repeat center center;
  height: 21px;
  width: 20px;
  display: block;
  float: left;
  opacity: 0.85;
}
#recent ul li {
  line-height: 20px;
  padding: 0 5px;
  padding-right: 0;
  background: rgba(20, 20, 20, 0.7);
  font-size: 10px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}
#recent ul li span {
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  overflow: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}
#recent ul li a {
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  height: 20px;
  width: 170px;
  overflow: hidden;
}
#recent ul li a:hover {
  color: #f90;
}
#recent ul li.odd {
  background: rgba(0, 0, 0, 0.7);
}
ul.xtImageURLs {
  padding: 5px;
  font-size: 9px;
  margin: 0;
  list-style-type: none;
  border: 1px solid #ccc;
  margin: 2px;
  background-color: #f2f2f2;
}
ul.xtImageURLs li {
  padding: 0;
  margin: 0;
  padding-bottom: 3px;
}
ul.xtImageURLs li span.xpLabel {
  width: 15%;
  display: block;
  float: left;
  text-align: right;
  clear: none;
  margin-right: 5px;
  white-space: nowrap;
  font-weight: bold;
}
ul.xtImageURLs li input.autoselect {
  min-width: 550px;
  border: none;
  outline: none;
}
.xtSearch,
div.query {
  padding: 3px;
  background-color: #dfe6ec;
  border-bottom: 1px solid #9eb2c7;
  margin-bottom: 10px;
  position: relative;
}
.xtSearch div.column,
div.query div.column {
  padding: 2px 0;
}
.xtSearch label,
div.query label {
  color: #253341;
  font-size: 10px;
  font-weight: bold;
  padding-left: 4px;
}
.xtSearch .search-button,
div.query .search-button {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
table.categories {
  background: #fcfcfd;
  border: 1px solid #abb3ba;
  border-top: none;
}
table.categories th {
  font-size: 11px;
  text-align: left;
  padding: 3px;
}
table.categories .actions {
  text-align: center;
}
table.categories table.subcategories th {
  color: #555;
  font-size: 11px;
}
table.categories td.actions img,
table.categories td.actions input {
  padding: 2px;
}
table.categories tr td {
  padding: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
table.categories tr.sub.last td {
  padding-bottom: 25px;
}
#ui-list td {
  cursor: pointer;
}
#ui-list td.actions input {
  margin: 0;
  padding: 0 0.5em;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: white;
  line-height: 18px;
  -moz-border-radius: 9px 9px;
  -webkit-border-radius: 9px 9px;
  border-radius: 9px 9px;
}
#ui-list th,
#ui-list td {
  padding: 1px 2px;
}
#ui-list th,
#ui-list td,
#ui-list input,
#ui-list select,
#ui-list textarea {
  font-size: 10px;
}
.badge {
  padding: 0.7em 1em;
  margin: 0.2em;
  background: #fff;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  clear: both;
}
.badge h3 {
  margin: 0;
}
.input-line {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-align: stretch;
  display: box;
  box-orient: horizontal;
  box-align: stretch;
  padding: 0.3em 0;
}
.input-line .input {
  display: block;
  font-size: 0.9em;
  line-height: 2em;
  padding-right: 1em;
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}
.input-line .input input[type=text],
.input-line .input input[type=password],
.input-line .input textarea {
  width: 100%;
}
.input-line .label {
  font-weight: bold;
  color: #333;
  display: block;
  font-size: 0.9em;
  line-height: 2em;
  box-flex: 0;
  -moz-box-flex: 0;
  -webkit-box-flex: 0;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -moz-binding: url('moz-bindings.xml#ellipsis');
  overflow: hidden;
  width: 33%;
  padding: 0 5px;
  text-align: right;
  white-space: nowrap;
}
#import-contacts {
  margin: 1em;
  padding: 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 16em;
  background: rgba(255, 255, 255, 0.8) url('/interface/iToolBar/128/db-upload.png') no-repeat 3em center;
}
#import-contacts .floating-message {
  position: absolute;
  top: 1em;
  right: 1em;
  display: none;
}
#import-contacts #notice {
  background-color: rgba(244, 189, 33, 0.3);
  padding: 1em;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
}
div.two,
div.three,
div.four,
div.five {
  overflow: hidden;
}
div.two div.input-element,
div.three div.input-element,
div.four div.input-element,
div.five div.input-element {
  float: left;
  padding: 3px 0;
}
div.one div.column {
  width: 100%;
}
div.two div.column,
div.two div.input-element {
  width: 50%;
}
div.three div.column,
div.three div.input-element {
  width: 33%;
}
div.four div.column,
div.four div.input-element {
  width: 25%;
}
div.five div.column,
div.five div.input-element {
  width: 20%;
}
.records-wrapper {
  background-color: #fff;
  overflow: hidden;
}
.column .product-options {
  padding: 5px;
  font-weight: normal;
}
.column .product-options label {
  font-weight: normal !important;
  font-size: 12px;
}
.column .product-options td {
  height: 24px;
  padding: 3px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
.tabs .tab-header {
  padding: 0.8em 1.2em;
  font-size: 14px;
}
.tab-product-categories #categories {
  list-style-type: none;
}
.tab-product-categories #categories .expand {
  display: block;
  margin: 3px;
  padding-left: 15px;
  background: url(/cms.xplants.it/css/ui/closed-arrow-grey.png) no-repeat left center;
}
.tab-product-categories #categories .ui-expanded {
  background: url(/cms.xplants.it/css/ui/opened-arrow-grey.png) no-repeat left center;
}
.tab-product-categories .col {
  width: 48%;
  padding: 10px 1%;
  float: left;
}
.autocomplete-area {
  background-color: #dedede;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  padding: 0.5em;
  margin: 0.5em 0;
}
#xt-related-container-drop-area {
  -moz-border-radius: 2px 2px;
  -webkit-border-radius: 2px 2px;
  border-radius: 2px 2px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
#xt-related-container-drop-area .placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -125px;
  text-align: center;
  width: 250px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  color: #ddd;
  font-weight: bold;
}
#xt-related-container-drop-area.droppable-hover {
  background: #337fcc;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}
#xt-related-container-drop-area.droppable-hover .placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.italic {
  font-style: italic;
}
.gray,
.grey {
  color: #969696;
}
.bold {
  font-weight: bold;
}
table.privileges {
  width: 100%;
  font-size: 15px;
}
table.privileges td {
  padding: 3px;
  vertical-align: middle;
}
table.privileges td.privilege label {
  cursor: pointer;
  display: inline-block;
  background: #dfe6ec;
  border: 1px solid #9eb2c7;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px;
  padding: 2px 5px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.panel {
  padding: 5px;
}
.ui-fieldset {
  padding: 1em;
}
.ui-input {
  position: relative;
  padding-left: 15%;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
  margin-bottom: .5em;
  font-size: 1em;
}
.ui-input .ui-label {
  position: absolute;
  left: 0;
  top: 0;
  white-space: no-wrap;
  font-weight: bold;
  color: #555;
  text-shadow: 1px 1px 1px #fff;
}
.ui-input .ui-data * {
  font-size: 100%;
  font-size: 1em;
}
.ui-input .ui-data input[type=text] {
  width: 50%;
  -webkit-appearance: none;
  -moz-border-radius: none none;
  -webkit-border-radius: none none;
  border-radius: none none;
}
.two {
  overflow: hidden;
}
.form-group {
  font-size: 15px;
  margin: 5px 0;
}
.form-group > label {
  display: block;
  font-weight: bold;
}
.form-group input[type=text] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 15px;
}
@media print {
  * {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    box-shadow: none !important;
  }
}
#vwcms-login-panel {
  background: #333;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* reset styling (prevent conflicts with bootstrap, materialize.css, etc.) */
div.jsoneditor .jsoneditor-search input {
  height: auto;
  border: inherit;
}
div.jsoneditor .jsoneditor-search input:focus {
  border: none !important;
  box-shadow: none !important;
}
div.jsoneditor table {
  border-collapse: collapse;
  width: auto;
}
div.jsoneditor td,
div.jsoneditor th {
  padding: 0;
  display: table-cell;
  text-align: left;
  vertical-align: inherit;
  border-radius: inherit;
}
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor-readonly {
  border: 1px solid transparent;
  min-height: 16px;
  min-width: 32px;
  padding: 2px;
  margin: 1px;
  word-wrap: break-word;
  float: left;
}
/* adjust margin of p elements inside editable divs, needed for Opera, IE */
div.jsoneditor-field p,
div.jsoneditor-value p {
  margin: 0;
}
div.jsoneditor-value {
  word-break: break-word;
}
div.jsoneditor-readonly {
  min-width: 16px;
  color: gray;
}
div.jsoneditor-empty {
  border-color: lightgray;
  border-style: dashed;
  border-radius: 2px;
}
div.jsoneditor-field.jsoneditor-empty::after,
div.jsoneditor-value.jsoneditor-empty::after {
  pointer-events: none;
  color: lightgray;
  font-size: 8pt;
}
div.jsoneditor-field.jsoneditor-empty::after {
  content: "field";
}
div.jsoneditor-value.jsoneditor-empty::after {
  content: "value";
}
div.jsoneditor-value.jsoneditor-url,
a.jsoneditor-value.jsoneditor-url {
  color: green;
  text-decoration: underline;
}
a.jsoneditor-value.jsoneditor-url {
  display: inline-block;
  padding: 2px;
  margin: 2px;
}
a.jsoneditor-value.jsoneditor-url:hover,
a.jsoneditor-value.jsoneditor-url:focus {
  color: #ee422e;
}
div.jsoneditor td.jsoneditor-separator {
  padding: 3px 0;
  vertical-align: top;
  color: gray;
}
div.jsoneditor-field[contenteditable=true]:focus,
div.jsoneditor-field[contenteditable=true]:hover,
div.jsoneditor-value[contenteditable=true]:focus,
div.jsoneditor-value[contenteditable=true]:hover,
div.jsoneditor-field.jsoneditor-highlight,
div.jsoneditor-value.jsoneditor-highlight {
  background-color: #FFFFAB;
  border: 1px solid yellow;
  border-radius: 2px;
}
div.jsoneditor-field.jsoneditor-highlight-active,
div.jsoneditor-field.jsoneditor-highlight-active:focus,
div.jsoneditor-field.jsoneditor-highlight-active:hover,
div.jsoneditor-value.jsoneditor-highlight-active,
div.jsoneditor-value.jsoneditor-highlight-active:focus,
div.jsoneditor-value.jsoneditor-highlight-active:hover {
  background-color: #ffee00;
  border: 1px solid #ffc700;
  border-radius: 2px;
}
div.jsoneditor-value.jsoneditor-string {
  color: #008000;
}
div.jsoneditor-value.jsoneditor-object,
div.jsoneditor-value.jsoneditor-array {
  min-width: 16px;
  color: #808080;
}
div.jsoneditor-value.jsoneditor-number {
  color: #ee422e;
}
div.jsoneditor-value.jsoneditor-boolean {
  color: #ff8c00;
}
div.jsoneditor-value.jsoneditor-null {
  color: #004ED0;
}
div.jsoneditor-value.jsoneditor-invalid {
  color: #000000;
}
div.jsoneditor-tree button {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background: transparent url("img/jsoneditor-icons.svg");
}
div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree,
div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree {
  cursor: pointer;
}
div.jsoneditor-tree button.jsoneditor-collapsed {
  background-position: 0 -48px;
}
div.jsoneditor-tree button.jsoneditor-expanded {
  background-position: 0 -72px;
}
div.jsoneditor-tree button.jsoneditor-contextmenu {
  background-position: -48px -72px;
}
div.jsoneditor-tree button.jsoneditor-contextmenu:hover,
div.jsoneditor-tree button.jsoneditor-contextmenu:focus,
div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  background-position: -48px -48px;
}
div.jsoneditor-tree *:focus {
  outline: none;
}
div.jsoneditor-tree button:focus {
  /* TODO: nice outline for buttons with focus
  outline: #97B0F8 solid 2px;
  box-shadow: 0 0 8px #97B0F8;
  */
  background-color: #f5f5f5;
  outline: #e5e5e5 solid 1px;
}
div.jsoneditor-tree button.jsoneditor-invisible {
  visibility: hidden;
  background: none;
}
div.jsoneditor {
  color: #1A1A1A;
  border: 1px solid #3883fa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  line-height: 100%;
}
div.jsoneditor-tree table.jsoneditor-tree {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
}
div.jsoneditor-outer {
  position: static;
  width: 100%;
  height: 100%;
  margin: -35px 0 0 0;
  padding: 35px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.jsoneditor-outer.has-nav-bar {
  margin: -61px 0 0 0;
  padding: 61px 0 0 0;
}
div.jsoneditor-outer.has-status-bar {
  margin: -35px 0 -26px 0;
  padding: 35px 0 26px 0;
}
textarea.jsoneditor-text,
.ace-jsoneditor {
  min-height: 150px;
}
div.jsoneditor-tree {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
textarea.jsoneditor-text {
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline-width: 0;
  border: none;
  background-color: white;
  resize: none;
}
tr.jsoneditor-highlight,
tr.jsoneditor-selected {
  background-color: #d3d3d3;
}
tr.jsoneditor-selected button.jsoneditor-dragarea,
tr.jsoneditor-selected button.jsoneditor-contextmenu {
  visibility: hidden;
}
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu {
  visibility: visible;
}
div.jsoneditor-tree button.jsoneditor-dragarea {
  background: url("img/jsoneditor-icons.svg") -72px -72px;
  cursor: move;
}
div.jsoneditor-tree button.jsoneditor-dragarea:hover,
div.jsoneditor-tree button.jsoneditor-dragarea:focus,
tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea {
  background-position: -72px -48px;
}
div.jsoneditor tr,
div.jsoneditor th,
div.jsoneditor td {
  padding: 0;
  margin: 0;
}
div.jsoneditor td {
  vertical-align: top;
}
div.jsoneditor td.jsoneditor-tree {
  vertical-align: top;
}
div.jsoneditor-field,
div.jsoneditor-value,
div.jsoneditor td,
div.jsoneditor th,
div.jsoneditor textarea,
.jsoneditor-schema-error {
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
  color: #1A1A1A;
}
/* popover */
.jsoneditor-schema-error {
  cursor: default;
  display: inline-block;
  /*font-family: arial, sans-serif;*/
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 24px;
}
div.jsoneditor-tree .jsoneditor-schema-error {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("img/jsoneditor-icons.svg") -168px -48px;
}
.jsoneditor-schema-error .jsoneditor-popover {
  background-color: #4c4c4c;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  padding: 7px 10px;
  position: absolute;
  width: 200px;
  z-index: 4;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above {
  bottom: 32px;
  left: -98px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below {
  top: 32px;
  left: -98px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left {
  top: -7px;
  right: 32px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right {
  top: -7px;
  left: 32px;
}
.jsoneditor-schema-error .jsoneditor-popover:before {
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: '';
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before {
  border-top: 7px solid #4c4c4c;
  bottom: -7px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before {
  border-bottom: 7px solid #4c4c4c;
  top: -7px;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before {
  border-left: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
  top: 19px;
  right: -14px;
  left: inherit;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}
.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before {
  border-right: 7px solid #4c4c4c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
  top: 19px;
  left: -14px;
  margin-left: inherit;
  margin-top: -7px;
  position: absolute;
}
.jsoneditor-schema-error:hover .jsoneditor-popover,
.jsoneditor-schema-error:focus .jsoneditor-popover {
  display: block;
  -webkit-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -moz-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
  -ms-animation: fade-in 0.3s linear 1, move-up 0.3s linear 1;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*@-webkit-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-moz-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/*@-ms-keyframes move-up {*/
/*from   { bottom: 24px; }*/
/*to { bottom: 32px; }*/
/*}*/
/* JSON schema errors displayed at the bottom of the editor in mode text and code */
.jsoneditor .jsoneditor-text-errors {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffef8b;
  border-top: 1px solid #ffd700;
}
.jsoneditor .jsoneditor-text-errors td {
  padding: 3px 6px;
  vertical-align: middle;
}
.jsoneditor-text-errors .jsoneditor-schema-error {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("img/jsoneditor-icons.svg") -168px -48px;
}
/* ContextMenu - main menu */
div.jsoneditor-contextmenu-root {
  position: relative;
  width: 0;
  height: 0;
}
div.jsoneditor-contextmenu {
  position: absolute;
  box-sizing: content-box;
  z-index: 99999;
}
div.jsoneditor-contextmenu ul,
div.jsoneditor-contextmenu li {
  box-sizing: content-box;
  position: relative;
}
div.jsoneditor-contextmenu ul {
  position: relative;
  left: 0;
  top: 0;
  width: 128px;
  background: white;
  border: 1px solid #d3d3d3;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  list-style: none;
  margin: 0;
  padding: 0;
}
div.jsoneditor-contextmenu ul li button {
  position: relative;
  padding: 0 4px 0 0;
  margin: 0;
  width: 128px;
  height: auto;
  border: none;
  cursor: pointer;
  color: #4d4d4d;
  background: transparent;
  font-size: 10pt;
  font-family: arial, sans-serif;
  box-sizing: border-box;
  text-align: left;
}
/* Fix button padding in firefox */
div.jsoneditor-contextmenu ul li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
div.jsoneditor-contextmenu ul li button:hover,
div.jsoneditor-contextmenu ul li button:focus {
  color: #1a1a1a;
  background-color: #f5f5f5;
  outline: none;
}
div.jsoneditor-contextmenu ul li button.jsoneditor-default {
  width: 96px;
  /* 128px - 32px */
}
div.jsoneditor-contextmenu ul li button.jsoneditor-expand {
  float: right;
  width: 32px;
  height: 24px;
  border-left: 1px solid #e5e5e5;
}
div.jsoneditor-contextmenu div.jsoneditor-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url("img/jsoneditor-icons.svg");
}
div.jsoneditor-contextmenu ul li ul div.jsoneditor-icon {
  margin-left: 24px;
}
div.jsoneditor-contextmenu div.jsoneditor-text {
  padding: 4px 0 4px 24px;
  word-wrap: break-word;
}
div.jsoneditor-contextmenu div.jsoneditor-text.jsoneditor-right-margin {
  padding-right: 24px;
}
div.jsoneditor-contextmenu ul li button div.jsoneditor-expand {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0 4px 0 0;
  background: url("img/jsoneditor-icons.svg") 0 -72px;
  opacity: 0.4;
}
div.jsoneditor-contextmenu ul li button:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button:focus div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li.jsoneditor-selected div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:hover div.jsoneditor-expand,
div.jsoneditor-contextmenu ul li button.jsoneditor-expand:focus div.jsoneditor-expand {
  opacity: 1;
}
div.jsoneditor-contextmenu div.jsoneditor-separator {
  height: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  margin-top: 5px;
}
div.jsoneditor-contextmenu button.jsoneditor-remove > div.jsoneditor-icon {
  background-position: -24px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-remove:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-remove:focus > div.jsoneditor-icon {
  background-position: -24px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-append > div.jsoneditor-icon {
  background-position: 0 -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-append:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-append:focus > div.jsoneditor-icon {
  background-position: 0 0;
}
div.jsoneditor-contextmenu button.jsoneditor-insert > div.jsoneditor-icon {
  background-position: 0 -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-insert:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-insert:focus > div.jsoneditor-icon {
  background-position: 0 0;
}
div.jsoneditor-contextmenu button.jsoneditor-duplicate > div.jsoneditor-icon {
  background-position: -48px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-duplicate:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-duplicate:focus > div.jsoneditor-icon {
  background-position: -48px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-sort-asc > div.jsoneditor-icon {
  background-position: -168px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-asc:focus > div.jsoneditor-icon {
  background-position: -168px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-sort-desc > div.jsoneditor-icon {
  background-position: -192px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-sort-desc:focus > div.jsoneditor-icon {
  background-position: -192px 0;
}
/* ContextMenu - sub menu */
div.jsoneditor-contextmenu ul li button.jsoneditor-selected,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:hover,
div.jsoneditor-contextmenu ul li button.jsoneditor-selected:focus {
  color: white;
  background-color: #ee422e;
}
div.jsoneditor-contextmenu ul li {
  overflow: hidden;
}
div.jsoneditor-contextmenu ul li ul {
  display: none;
  position: relative;
  left: -10px;
  top: 0;
  border: none;
  box-shadow: inset 0 0 10px rgba(128, 128, 128, 0.5);
  padding: 0 10px;
  /* TODO: transition is not supported on IE8-9 */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.jsoneditor-contextmenu ul li ul li button {
  padding-left: 24px;
  animation: all ease-in-out 1s;
}
div.jsoneditor-contextmenu ul li ul li button:hover,
div.jsoneditor-contextmenu ul li ul li button:focus {
  background-color: #f5f5f5;
}
div.jsoneditor-contextmenu button.jsoneditor-type-string > div.jsoneditor-icon {
  background-position: -144px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-type-string:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-string.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -144px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-auto > div.jsoneditor-icon {
  background-position: -120px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-type-auto:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-auto.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -120px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-object > div.jsoneditor-icon {
  background-position: -72px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-type-object:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-object.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -72px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-array > div.jsoneditor-icon {
  background-position: -96px -24px;
}
div.jsoneditor-contextmenu button.jsoneditor-type-array:hover > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array:focus > div.jsoneditor-icon,
div.jsoneditor-contextmenu button.jsoneditor-type-array.jsoneditor-selected > div.jsoneditor-icon {
  background-position: -96px 0;
}
div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
  background-image: none;
  width: 6px;
}
div.jsoneditor-menu {
  width: 100%;
  height: 35px;
  padding: 2px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  background-color: #3883fa;
  border-bottom: 1px solid #3883fa;
}
div.jsoneditor-menu > button,
div.jsoneditor-menu > div.jsoneditor-modes > button {
  width: 26px;
  height: 26px;
  margin: 2px;
  padding: 0;
  border-radius: 2px;
  border: 1px solid transparent;
  background: transparent url("img/jsoneditor-icons.svg");
  color: white;
  opacity: 0.8;
  font-family: arial, sans-serif;
  font-size: 10pt;
  float: left;
}
div.jsoneditor-menu > button:hover,
div.jsoneditor-menu > div.jsoneditor-modes > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
div.jsoneditor-menu > button:focus,
div.jsoneditor-menu > button:active,
div.jsoneditor-menu > div.jsoneditor-modes > button:focus,
div.jsoneditor-menu > div.jsoneditor-modes > button:active {
  background-color: rgba(255, 255, 255, 0.3);
}
div.jsoneditor-menu > button:disabled,
div.jsoneditor-menu > div.jsoneditor-modes > button:disabled {
  opacity: 0.5;
}
div.jsoneditor-menu > button.jsoneditor-collapse-all {
  background-position: 0 -96px;
}
div.jsoneditor-menu > button.jsoneditor-expand-all {
  background-position: 0 -120px;
}
div.jsoneditor-menu > button.jsoneditor-undo {
  background-position: -24px -96px;
}
div.jsoneditor-menu > button.jsoneditor-undo:disabled {
  background-position: -24px -120px;
}
div.jsoneditor-menu > button.jsoneditor-redo {
  background-position: -48px -96px;
}
div.jsoneditor-menu > button.jsoneditor-redo:disabled {
  background-position: -48px -120px;
}
div.jsoneditor-menu > button.jsoneditor-compact {
  background-position: -72px -96px;
}
div.jsoneditor-menu > button.jsoneditor-format {
  background-position: -72px -120px;
}
div.jsoneditor-menu > button.jsoneditor-repair {
  background-position: -96px -96px;
}
div.jsoneditor-menu > div.jsoneditor-modes {
  display: inline-block;
  float: left;
}
div.jsoneditor-menu > div.jsoneditor-modes > button {
  background-image: none;
  width: auto;
  padding-left: 6px;
  padding-right: 6px;
}
div.jsoneditor-menu > button.jsoneditor-separator,
div.jsoneditor-menu > div.jsoneditor-modes > button.jsoneditor-separator {
  margin-left: 10px;
}
div.jsoneditor-menu a {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: white;
  opacity: 0.8;
  vertical-align: middle;
}
div.jsoneditor-menu a:hover {
  opacity: 1;
}
div.jsoneditor-menu a.jsoneditor-poweredBy {
  font-size: 8pt;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
table.jsoneditor-search input,
table.jsoneditor-search div.jsoneditor-results {
  font-family: arial, sans-serif;
  font-size: 10pt;
  color: #1A1A1A;
  background: transparent;
  /* For Firefox */
}
table.jsoneditor-search div.jsoneditor-results {
  color: white;
  padding-right: 5px;
  line-height: 24px;
}
table.jsoneditor-search {
  position: absolute;
  right: 4px;
  top: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}
table.jsoneditor-search div.jsoneditor-frame {
  border: 1px solid transparent;
  background-color: white;
  padding: 0 2px;
  margin: 0;
}
table.jsoneditor-search div.jsoneditor-frame table {
  border-collapse: collapse;
}
table.jsoneditor-search input {
  width: 120px;
  border: none;
  outline: none;
  margin: 1px;
  line-height: 20px;
}
table.jsoneditor-search button {
  width: 16px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: none;
  background: url("img/jsoneditor-icons.svg");
  vertical-align: top;
}
table.jsoneditor-search button:hover {
  background-color: transparent;
}
table.jsoneditor-search button.jsoneditor-refresh {
  width: 18px;
  background-position: -99px -73px;
}
table.jsoneditor-search button.jsoneditor-next {
  cursor: pointer;
  background-position: -124px -73px;
}
table.jsoneditor-search button.jsoneditor-next:hover {
  background-position: -124px -49px;
}
table.jsoneditor-search button.jsoneditor-previous {
  cursor: pointer;
  background-position: -148px -73px;
  margin-right: 2px;
}
table.jsoneditor-search button.jsoneditor-previous:hover {
  background-position: -148px -49px;
}
div.jsoneditor div.autocomplete.dropdown {
  position: absolute;
  background: white;
  box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3);
  border: 1px solid #d3d3d3;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default;
  margin: 0;
  padding-left: 2pt;
  padding-right: 5pt;
  text-align: left;
  outline: 0;
  font-family: "dejavu sans mono", "droid sans mono", consolas, monaco, "lucida console", "courier new", courier, monospace, sans-serif;
  font-size: 10pt;
}
div.jsoneditor div.autocomplete.dropdown .item {
  color: #333;
}
div.jsoneditor div.autocomplete.dropdown .item.hover {
  background-color: #ddd;
}
div.jsoneditor div.autocomplete.hint {
  color: #aaa;
  top: 4px;
  left: 4px;
}
div.jsoneditor-treepath {
  padding: 0 5px;
  overflow: hidden;
}
div.jsoneditor-treepath div.jsoneditor-contextmenu-root {
  position: absolute;
  left: 0;
}
div.jsoneditor-treepath span.jsoneditor-treepath-element {
  margin: 1px;
  font-family: arial, sans-serif;
  font-size: 10pt;
}
div.jsoneditor-treepath span.jsoneditor-treepath-seperator {
  margin: 2px;
  font-size: 9pt;
  font-family: arial, sans-serif;
}
div.jsoneditor-treepath span.jsoneditor-treepath-element:hover,
div.jsoneditor-treepath span.jsoneditor-treepath-seperator:hover {
  cursor: pointer;
  text-decoration: underline;
}
div.jsoneditor-statusbar {
  line-height: 26px;
  height: 26px;
  margin-top: -26px;
  color: #808080;
  background-color: #ebebeb;
  border-top: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10pt;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label {
  margin: 0 2px 0 4px;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-val {
  margin-right: 12px;
}
div.jsoneditor-statusbar > .jsoneditor-curserinfo-count {
  margin-left: 4px;
}
div.jsoneditor-navigation-bar {
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #808080;
  background-color: #ebebeb;
  font-size: 10pt;
}
div.jsoneditor-navigation-bar.nav-bar-empty:after {
  content: 'Select a node ...';
  color: rgba(104, 104, 91, 0.56);
  position: absolute;
  margin-left: 5px;
}
/*
#jsoneditor .jsoneditor{
	min-height: 500px;
	textarea{
		min-height: 500px;

	}
}
*/
