/*
  To compile this .less file to .css:
  lessc screen.less > ../stylesheets/screen.css
  Use -compress for a compressed .css with no comments
*/
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../lib/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../../lib/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../../lib/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../../lib/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../../lib/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714em;
  text-align: right;
  padding-right: 0.28571429em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143em;
}
.icons-ul {
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
* .font-onyx {
  /**
     * Icon size set per Onyx standard:
     * https://github.com/enyojs/onyx/blob/master/source/Icon.js#L5
     */
  width: 32px;
  height: 32px;
  padding: 3px;
  text-align: center;
}
* .font-onyx div {
  font-size: 22px;
  color: #dddddd;
  text-shadow: 3px 3px 5px rgba(34, 34, 34, 0.97), 0px 0px 3px rgba(34, 34, 34, 0.97);
}
* .font-onyx .text {
  font-size: 12px;
}
.font-onyx.text-icon {
  width: 50px;
  height: 40px;
}
.font-onyx.icon.button:not(.disabled) {
  cursor: pointer;
}
.font-onyx.icon.button:not(.disabled):active div {
  color: white;
  text-shadow: 2px 2px 5px #0099ff, -2px -2px 5px #0099ff, 2px -2px 5px #0099ff, -2px 2px 5px #0099ff;
}
body {
  font-family: 'Helvetica Neue', Helvetica, 'Nimbus Sans L', Arial, sans-serif;
  font-size: 100%;
  background-color: #fdfdfd;
}
.enyo-fit {
  bottom: 4px !important;
}
.disabled {
  opacity: 0.8;
  cursor: default;
}
a,
.hyperlink {
  color: #357ec7;
  cursor: pointer;
}
.xv-invisible-wrapper {
  padding: 0;
  border: none;
}
.xv-limit-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xv-app-panel {
  /* Setting this as min-width overrides enyo-narrow 100% */
  width: 320px;
  background-color: #fdfdfd;
  -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
}
/*
  Media query for responsive design. This adapts to smaller
  displays.
*/
@media (max-width: 480px) {
  .pullout-menu {
    display: block;
    margin: 0;
  }
  .xv-app-panel > * {
    min-width: 100%;
    max-width: 100%;
  }
  .enyo-fit {
    margin-bottom: -4px !important;
  }
}
.wide > * {
  min-width: 50%;
}
.scroll-ios {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wide > * {
  min-width: 50%;
}
.xv-version-label {
  padding: 10px;
}
.xv-popup-button {
  margin: 4px;
}
.xv-error,
.xv-negative {
  color: #ff0000;
}
/**
  Default button bar with margins and border-radius
*/
.xv-buttons {
  margin: 5px;
}
.xv-buttons.center {
  text-align: center;
}
.xv-buttons .onyx-button {
  margin: 2px;
  min-height: 40px;
  min-width: 60px;
  background: #e1e1e1;
  color: #666666;
  font-size: 20px;
}
.xv-buttons .onyx-button[class^="icon-"]:before,
.xv-buttons .onyx-button[class*=" icon-"]:before {
  vertical-align: middle;
  margin-right: 5px;
}
.xv-buttons .onyx-button.text {
  font-size: 17px;
}
.xv-buttons .onyx-button.selected {
  background: #357ec7;
  color: #fdfdfd;
}
.xv-assignment-box .xv-flexible-label {
  width: 85%;
}
.xv-assignment-box .xv-label {
  width: 250px;
}
.xv-parameter-title {
  padding-top: 8px;
  font-size: large;
  text-align: center;
}
/**
  Default popup style
*/
.xv-popup {
  background: #505050;
  min-width: 320px;
  padding: 10px;
  text-align: center;
}
.xv-popup .message {
  margin-bottom: 10px;
  max-height: 500px;
  max-width: 500px;
}
.xv-popup.xv-groupbox-popup {
  width: 320px;
  margin: 0 4px 0 2px;
  padding: 0;
  background: #f8f8f8;
  text-overflow: ellipsis;
  border: 1px solid #d7d7d7;
  /**
        Styles relating to workspace widgets
      */
  color: #070707;
  padding: 7px;
}
.xv-popup.xv-groupbox-popup .onyx-groupbox-header {
  padding: 6px 10px;
  border-bottom: 1px solid #d7d7d7;
  background: #efefef;
  color: #0e0e0e;
}
.xv-popup.xv-groupbox-popup .onyx-groupbox-header i {
  margin-right: 10px;
}
.xv-popup.xv-groupbox-popup.small-panel {
  width: 600px;
}
.xv-popup.xv-groupbox-popup.medium-panel {
  width: 700px;
}
.xv-popup.xv-groupbox-popup.large-panel {
  width: 800px;
}
.xv-popup.xv-groupbox-popup .xv-label,
.xv-popup.xv-groupbox-popup .xv-decorated-label,
.xv-popup.xv-groupbox-popup .xv-flexible-label {
  width: 120px;
  max-width: 100%;
  text-align: right;
  padding: 0 8px 0 6px;
  vertical-align: middle;
}
.xv-popup.xv-groupbox-popup .xv-label.disabled,
.xv-popup.xv-groupbox-popup .xv-decorated-label.disabled,
.xv-popup.xv-groupbox-popup .xv-flexible-label.disabled {
  color: #777777;
}
.xv-popup.xv-groupbox-popup.xv-assignment-box .xv-flexible-label,
.xv-popup.xv-groupbox-popup.xv-assignment-box .xv-label {
  width: 200px !important;
}
.xv-popup.xv-groupbox-popup .xv-input {
  padding: 4px 0;
  border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}
.xv-popup.xv-groupbox-popup .xv-input .enyo-tool-decorator {
  max-width: 180px;
  text-align: left;
}
.xv-popup.xv-groupbox-popup .xv-input .enyo-tool-decorator .onyx-icon {
  display: inline-block;
  width: 16px;
  cursor: pointer;
}
.xv-popup.xv-groupbox-popup .xv-input.xv-textarea {
  padding: 0;
  margin: 8px;
}
.xv-popup.xv-groupbox-popup .xv-input.xv-textarea .enyo-tool-decorator {
  max-width: 320px;
}
.xv-popup.xv-groupbox-popup .xv-input input {
  width: 164px;
}
.xv-popup.xv-groupbox-popup .xv-input .xv-icon-decorator input {
  width: 140px;
}
.xv-popup.xv-groupbox-popup .xv-input .xv-icon-decorator .onyx-icon {
  padding: 4px;
}
.xv-popup.xv-groupbox-popup .xv-input .onyx-picker-decorator {
  padding: 0;
}
.xv-popup.xv-groupbox-popup .xv-relationwidget .xv-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 250px;
  margin: 5px 5px 5px 80px;
  font-size: 0.9em;
}
.xv-popup.xv-groupbox-popup .xv-relationwidget .xv-description.disabled {
  color: #777777;
}
.xv-popup.xv-groupbox-popup .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
  display: block;
  border: none;
  font-size: 20px;
  width: 20px;
  padding: 0 4px 0 4px;
}
.xv-popup.xv-groupbox-popup .xv-spinnerwidget .xv-icon-decorator input {
  width: 136px;
}
.xv-popup.xv-groupbox-popup .xv-spinnerwidget .slider {
  margin: 15px 10px;
}
.xv-popup.xv-groupbox-popup .xv-numberwidget input {
  text-align: right;
}
.xv-popup.xv-groupbox-popup .xv-moneywidget .enyo-tool-decorator {
  min-width: 90px;
  max-width: 90px;
}
.xv-popup.xv-groupbox-popup .xv-moneywidget .enyo-tool-decorator input {
  width: 90px;
}
.xv-popup.xv-groupbox-popup .xv-currency-picker {
  display: inline-block;
}
.xv-popup.xv-groupbox-popup .xv-currency-picker .enyo-tool-decorator {
  min-width: 65px;
  max-width: 65px;
  padding: 10px 4px;
}
.xv-popup.xv-groupbox-popup .xv-currency-picker .enyo-tool-decorator .xv-button-text {
  width: 45px;
}
.xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-item {
  border-bottom: 1px solid #d7d7d7;
}
.xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-item .xv-input {
  border: none;
}
.xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-item .xv-input input {
  width: 135px;
}
.xv-popup.xv-groupbox-popup .xv-characteristics-widget .xv-characteristic-button {
  text-align: center;
}
.xv-popup.xv-groupbox-popup .enyo-fittable-columns-layout > * {
  vertical-align: middle;
}
.xv-popup.xv-groupbox-popup .xv-message {
  color: #c51616;
  padding: 5px;
}
.xv-my-account-popup {
  background-color: #fdfdfd;
  color: #000;
}
.xv-my-account-popup .xv-message {
  color: red;
  padding: 5px;
}
.xv-my-account-popup .onyx-button {
  margin: 0 auto 0 auto;
}
.xv-my-account-popup .onyx-input {
  padding-left: 10px;
  float: right;
}
.xv-sort-popup {
  background-color: #fdfdfd;
  color: #070707;
}
.xv-sort-popup .xv-groupbox > *:last-child {
  text-align: center;
  padding: 5px;
}
.xv-sort-popup .xv-groupbox > *:last-child .onyx-button {
  margin: 3px;
}
.xv-comment-box {
  /* Resets the margin/padding value for blockquote tag in comments */
}
.xv-comment-box .xv-comment-box-repeater {
  background: #fdfdfd;
}
.xv-comment-box .xv-comment-box-label {
  padding: 5px;
  font-size: small;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xv-comment-box .xv-comment-box-textblock {
  font-size: small;
}
.xv-comment-box .xv-comment-box-textblock.disabled {
  color: #777777;
}
.xv-comment-box blockquote {
  margin: 0 15px 10px 15px;
  padding: 0;
}
.icon-folder-open-alt,
.icon-calendar,
.icon-sort,
.icon-angle-up,
.icon-angle-down {
  color: #357ec7;
  vertical-align: middle;
  text-align: center;
}
.xv-short-textarea .xv-textarea-input {
  min-height: 0;
}
.xv-textarea-input {
  width: 90%;
  min-height: 100px;
  margin: 6px;
  border: #eee 2px solid;
}
.xv-documents-picker-label {
  width: 85px;
  padding: 16px 8px 8px 8px;
  text-align: right;
}
.xv-documents-picker {
  width: 120px;
  margin: 6px;
}
.xv-half-check {
  background: transparent url(../../../../../../assets/checkbox.png) no-repeat 0 -96px scroll;
}
.xv-menuitem.disabled {
  color: #777777;
}
/* This is for styling the moved items in the more toolbar */
.xv-toolbar-moved {
  width: 220px;
}
.icon-folder-open-alt,
.icon-calendar,
.icon-sort,
.icon-angle-up,
.icon-angle-down,
.icon-save {
  color: #357ec7;
  vertical-align: middle;
}
.onyx-toolbar {
  height: 55px;
  padding: 4px;
  background: #505050;
  border: none;
}
.onyx-toolbar .onyx-icon-button,
.onyx-toolbar .onyx-popup-decorator {
  margin: 0 5px 0 3px;
}
@media (max-width: 480px) {
  .onyx-toolbar .onyx-icon-button,
  .onyx-toolbar .onyx-popup-decorator {
    margin: 0 7px 0 5px;
  }
}
.onyx-toolbar .onyx-icon-button div,
.onyx-toolbar .onyx-popup-decorator div {
  text-shadow: none;
  color: #fdfdfd;
}
.onyx-toolbar .onyx-icon-button.lock div,
.onyx-toolbar .onyx-popup-decorator.lock div {
  color: #ff9c00;
}
.onyx-toolbar .onyx-popup-decorator {
  text-align: center;
  width: 50px;
  height: 40px;
}
.onyx-toolbar .onyx-popup-decorator .onyx-icon-button {
  margin: 0;
}
.onyx-toolbar .onyx-menu {
  margin-top: 10px;
}
.onyx-toolbar .spacer {
  margin: 0;
}
.onyx-toolbar .xv-toolbar-label,
.onyx-toolbar .xv-search {
  width: 185px;
  margin: 0;
  margin-left: 6px;
}
@media (max-width: 480px) {
  .onyx-toolbar .xv-toolbar-label,
  .onyx-toolbar .xv-search {
    width: 100px;
    font-size: 18px;
  }
}
.onyx-toolbar .xv-search {
  color: #939393;
}
.xv-navigator .xv-header {
  background-color: #fdfdfd;
  padding: 6px 12px;
  border-bottom: 1px solid #d7d7d7;
  height: 28px;
  color: #ff6529;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xv-navigator > .xv-content-panel {
  /**
     * The enyo List height calculations really like to override this and make
     * the list shorter and not consume all the space available.
     */
  height: 100%;
}
.xv-navigator .xv-menu-container .xv-panels {
  height: 100%;
}
.xv-navigator .xv-menu-container .xv-navigator-menu .xv-list-item {
  padding: 12px 10px;
  color: #0e0e0e;
  background-color: #fdfdfd;
  border-bottom: 1px solid #d7d7d7;
}
.xv-navigator .xv-menu-container .xv-navigator-menu .xv-list-item.onyx-selected {
  background-color: #357ec7;
  color: #fdfdfd;
  border-bottom: 2px solid #d8d8d8;
}
/**
  Styles for the application startup
*/
.xv-startup-panel {
  background: #fdfdfd;
}
.xv-startup-panel .xv-startup-divider {
  width: 70%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 10px auto;
  top: 200px;
  position: relative;
  color: #ff6529;
  font-family: Segoe UI, Prelude Medium, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: none;
}
.xv-startup-panel .xv-startup-progress {
  width: 70%;
  margin: 0 auto 0 auto;
  top: 200px;
  position: relative;
}
.xv-startup-panel .xv-startup-progress.onyx-progress-button {
  height: 18px;
  line-height: 18px;
}
.xv-startup-panel .xv-startup-progress.onyx-progress-button-bar {
  height: 18px;
}
.xv-workspace-container {
  background: #fdfdfd;
  -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
}
.xv-workspace-container .xv-content-panel .xv-header {
  background-color: #fdfdfd;
  border-bottom: 1px solid #d7d7d7;
  height: 28px;
  color: #ff6529;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 12px;
  border: none;
}
.xv-workspace-container > .xv-menu-container .xv-panels {
  height: 100%;
}
.xv-workspace-container > .xv-menu-container .xv-navigator-menu .xv-list-item {
  padding: 12px 10px;
  color: #0e0e0e;
  background-color: #fdfdfd;
  border-bottom: 1px solid #d7d7d7;
}
.xv-workspace-container > .xv-menu-container .xv-navigator-menu .xv-list-item.onyx-selected {
  background-color: #357ec7;
  color: #fdfdfd;
  border-bottom: 2px solid #d8d8d8;
}
.xv-workspace-container > .xv-menu-container .xv-header {
  background-color: #fdfdfd;
  padding: 6px 12px;
  border-bottom: 1px solid #d7d7d7;
  height: 28px;
  color: #ff6529;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xv-workspace-container .xv-workspace {
  background-color: #fdfdfd;
}
.xv-workspace-container .xv-workspace > .enyo-panels {
  width: 100% !important;
  height: 100% !important;
}
.xv-workspace-container .xv-workspace .xv-buttons .onyx-button {
  border: 1px solid #d7d7d7;
}
.xv-workspace-container .xv-workspace .xv-buttons .onyx-button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.xv-workspace-container .xv-workspace .panel .xv-buttons {
  background-color: #efefef;
  margin: 0;
}
.xv-workspace-container .xv-workspace .panel .xv-buttons .onyx-button {
  border-radius: 0;
  margin: 0;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel {
  width: 320px;
  margin: 0 4px 0 2px;
  padding: 0;
  background: #f8f8f8;
  text-overflow: ellipsis;
  border: 1px solid #d7d7d7;
  /**
        Styles relating to workspace widgets
      */
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .onyx-groupbox-header {
  padding: 6px 10px;
  border-bottom: 1px solid #d7d7d7;
  background: #efefef;
  color: #0e0e0e;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .onyx-groupbox-header i {
  margin-right: 10px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel.small-panel {
  width: 600px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel.medium-panel {
  width: 700px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel.large-panel {
  width: 800px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-label,
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-decorated-label,
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-flexible-label {
  width: 120px;
  max-width: 100%;
  text-align: right;
  padding: 0 8px 0 6px;
  vertical-align: middle;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-label.disabled,
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-decorated-label.disabled,
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-flexible-label.disabled {
  color: #777777;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel.xv-assignment-box .xv-flexible-label,
.xv-workspace-container .xv-workspace .xv-workspace-panel.xv-assignment-box .xv-label {
  width: 200px !important;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input {
  padding: 4px 0;
  border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .enyo-tool-decorator {
  max-width: 180px;
  text-align: left;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .enyo-tool-decorator .onyx-icon {
  display: inline-block;
  width: 16px;
  cursor: pointer;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-textarea {
  padding: 0;
  margin: 8px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input.xv-textarea .enyo-tool-decorator {
  max-width: 320px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input input {
  width: 164px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .xv-icon-decorator input {
  width: 140px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .xv-icon-decorator .onyx-icon {
  padding: 4px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-input .onyx-picker-decorator {
  padding: 0;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-relationwidget .xv-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 250px;
  margin: 5px 5px 5px 80px;
  font-size: 0.9em;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-relationwidget .xv-description.disabled {
  color: #777777;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
  display: block;
  border: none;
  font-size: 20px;
  width: 20px;
  padding: 0 4px 0 4px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-spinnerwidget .xv-icon-decorator input {
  width: 136px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-spinnerwidget .slider {
  margin: 15px 10px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-numberwidget input {
  text-align: right;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-moneywidget .enyo-tool-decorator {
  min-width: 90px;
  max-width: 90px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-moneywidget .enyo-tool-decorator input {
  width: 90px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-currency-picker {
  display: inline-block;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-currency-picker .enyo-tool-decorator {
  min-width: 65px;
  max-width: 65px;
  padding: 10px 4px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-currency-picker .enyo-tool-decorator .xv-button-text {
  width: 45px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-item {
  border-bottom: 1px solid #d7d7d7;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-item .xv-input {
  border: none;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-item .xv-input input {
  width: 135px;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .xv-characteristics-widget .xv-characteristic-button {
  text-align: center;
}
.xv-workspace-container .xv-workspace .xv-workspace-panel .enyo-fittable-columns-layout > * {
  vertical-align: middle;
}
.xv-workspace-container .xv-workspace .onyx-input-decorator {
  border: 0;
}
.xv-workspace-container .xv-workspace .onyx-input-decorator input {
  width: 150px;
}
.xv-workspace-container .xv-workspace .onyx-input-decorator.onyx-disabled {
  opacity: 0.8;
  cursor: default;
}
.xv-workspace-container .xv-workspace .xv-dependency-picker .onyx-picker-decorator .onyx-button {
  width: 280px;
  margin-left: 6px;
}
.xv-workspace-container .xv-workspace .xv-dependency-button {
  color: #357ec7;
  font-size: 24px;
  border: none;
  background: transparent;
}
.xv-workspace-container .xv-workspace .xv-totals-panel .onyx-input-decorator > input,
.xv-workspace-container .xv-workspace .xv-totals-panel * {
  font-size: 14px;
}
.xv-workspace-container .xv-workspace .xv-totals-panel .xv-input {
  border: none;
}
/**
 * Default ListItem styles when using a ModelDecorator.
 */
.xv-list .xv-model-decorator > .xv-list-item .xv-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.xv-list .xv-model-decorator > .xv-list-item .xv-table .xv-cell {
  display: table-cell;
}
.xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr {
  /**
        * Default styling for a model's id (as designated by 'idAttribute')
        */
}
.xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-id {
  color: #357ec7;
  font-weight: bold;
  cursor: pointer;
}
.xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attribute-name {
  font-weight: bold;
}
.xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-number {
  text-align: right;
}
.xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-money {
  text-align: right;
}
.xv-list .xv-model-decorator > .xv-list-item .xv-list-column.xv-list-attr.xm-attributetype-date {
  text-align: right;
}
.xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr {
  color: white;
}
.xv-list .xv-model-decorator > .xv-list-item.item-selected .xv-list-attr.xm-attribute-id {
  color: #ff6529;
}
/**
  Styles related to pickers, combo boxes, and relation widgets
*/
.onyx-picker-decorator .onyx-button {
  padding: 12px 8px 12px 8px;
  width: 150px;
}
.onyx-picker .onyx-menu-item {
  text-align: left;
  text-overflow: ellipsis;
}
.picker-icon {
  position: absolute;
  right: 0;
  margin: 0 10px 0 2px;
  color: #070707;
}
.xv-picker-button {
  text-align: left;
}
.xv-picker-button .picker-content {
  max-width: 100px;
  overflow: hidden;
}
.xv-picker-button.disabled {
  color: #777777;
}
.xv-picker-label {
  color: #070707;
  padding: 20px 8px 8px 8px;
  text-align: right;
  width: 130px;
}
.xv-picker-label.disabled {
  color: #777777;
}
.xv-combobox-note {
  padding: 14px 3px 8px 3px;
  text-align: left;
}
/*
  Styles relating to the grid box
*/
/* Entire box including the grid and the summary panel */
.xv-grid-box {
  /**
    This is the most general grid row that
    is not specific to read-only or selected
  */
}
.xv-grid-box.small-panel {
  width: 600px;
}
.xv-grid-box.medium-panel {
  width: 700px;
}
.xv-grid-box.large-panel {
  width: 800px;
}
.xv-grid-box .enyo-list-page > *:first-child .xv-grid-row {
  border-top: 0;
}
.xv-grid-box .xv-above-grid-list {
  border: 0;
}
.xv-grid-box .xv-scroller {
  background: #f8f8f8;
}
.xv-limit-description .xv-grid-box .xv-grid-attr.bold {
  font-weight: bold;
}
.xv-grid-box .xv-grid-attr.error {
  color: #ff0000;
}
.xv-grid-box .xv-grid-attr.emphasis {
  color: #009000;
}
.xv-grid-box .xv-grid-attr.warn {
  color: #ff9c00;
}
.xv-grid-box .xv-grid-attr.italic {
  font-style: italic;
}
.xv-grid-box .xv-grid-attr.placeholder {
  font-style: italic;
  color: #93a1a1;
}
.xv-grid-box .xv-grid-attr.hyperlink {
  color: blue;
}
.xv-grid-box .xv-gridbox-button {
  color: #357ec7;
  font-size: 18px;
  border: none;
  background: transparent;
}
.xv-grid-box .xv-grid-row {
  font-size: 12px;
  background-color: #d8d8d8;
  border-bottom: 1px solid #aaaaaa;
  vertical-align: top;
  /**
      This is the grid header row
    */
}
.xv-grid-box .xv-grid-row > * {
  display: inline-block;
}
.xv-grid-box .xv-grid-row .xv-grid-header {
  background-color: #d7d7d7;
  color: #0e0e0e;
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 4px;
}
.xv-grid-box .xv-grid-row .xv-grid-header.last {
  border-right: none;
}
.xv-grid-box .xv-grid-row > * {
  padding: 6px 4px;
  border: none;
}
.xv-grid-box .xv-grid-row .line-number {
  vertical-align: top;
  width: 30px;
  text-align: right;
}
.xv-grid-box .xv-grid-row .grid-actions {
  display: block;
  padding-left: 30px;
  border-radius: 4px;
  border-width: 0;
  background: #f3f3f3;
  margin: 6px;
}
.xv-grid-box .xv-grid-row .grid-actions > * {
  display: inline-block;
  width: 100%;
}
.xv-grid-box .xv-grid-row .grid-item {
  vertical-align: top;
  width: 175px;
}
.xv-grid-box .xv-grid-row .quantity {
  vertical-align: top;
  text-align: right;
  width: 100px;
}
.xv-grid-box .xv-grid-row .percent {
  vertical-align: top;
  text-align: right;
  width: 90px;
}
.xv-grid-box .xv-grid-row .price {
  vertical-align: top;
  text-align: right;
  width: 90px;
}
.xv-grid-box .xv-grid-row .date {
  vertical-align: top;
  width: 105px;
}
.xv-grid-box .xv-grid-row .user {
  vertical-align: top;
  width: 100px;
}
.xv-grid-box .xv-grid-row.readonly {
  background: #f8f8f8;
  min-height: 56px;
}
.xv-grid-box .xv-grid-row.selected {
  background-color: #fdfdfd;
  border: 1px solid #ff6529;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator {
  padding: 0;
  width: 100%;
  margin: 0;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-input-decorator input {
  width: 100%;
  font-size: 13px;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator {
  padding-top: 6px;
  width: 100%;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .onyx-picker-decorator .onyx-button {
  height: 26px;
  padding-top: 3px;
  width: 100%;
  font-size: 13px;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-input {
  padding-top: 6px;
  width: 100%;
  border: none;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-label,
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-flexible-label,
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-picker-label {
  display: none;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .xv-description {
  margin: 0;
  margin-top: 5px;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget.xv-private-item-site-widget {
  border-bottom: 0;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input-decorator {
  padding: 0;
  width: 100%;
  margin: 0;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-relationwidget .onyx-input-decorator input {
  width: 76%;
  font-size: 13px;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator {
  padding: 0;
  width: 100%;
  margin: 0;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-datewidget .onyx-input-decorator input {
  width: 76%;
  font-size: 13px;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox .onyx-input-decorator {
  padding: 0;
  width: 100%;
  margin: 0;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-combobox .onyx-input-decorator input {
  width: 76%;
  font-size: 13px;
}
.xv-grid-box .xv-grid-row.selected .xv-grid-column .xv-useraccount-widget .xv-input {
  width: 80px;
  height: 16px;
}
.xv-grid-box.xv-groupbox .xv-sales-summary-panel {
  border: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group {
  padding: 0;
  border: none;
}
.xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget {
  padding-bottom: 0;
  padding-top: 0;
}
.xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-moneywidget .xv-input-decorator {
  padding-bottom: 0;
  padding-top: 0;
}
.xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget {
  padding-bottom: 0;
  padding-top: 0;
}
.xv-grid-box.xv-groupbox .xv-sales-summary-panel .xv-sales-summary-total-group .xv-numberwidget .xv-input-decorator {
  width: 163px;
  padding-bottom: 0;
  padding-top: 0;
}
.xv-grid-list .xv-list-column {
  vertical-align: top !important;
}
/*
  Styles relating to the dashboard
*/
/*
  Variables for widths/colors
*/
.dashboard {
  background-color: #d8d8d8;
  /*
    These styles will only be used
    if the chart is in a dashboard
  */
}
.dashboard .charts-panels {
  overflow-y: auto;
}
.dashboard .selectable-chart {
  width: 500px;
  height: 250px;
}
.dashboard .selectable-chart .chart-title-bar {
  width: 500px;
}
.dashboard .nvtooltip {
  color: black;
}
.selectable-chart {
  margin: 10px;
  color: #357ec7;
  overflow: hidden;
}
.selectable-chart .xv-list-item {
  border-bottom: 1px solid grey;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.selectable-chart .xv-list-item .long {
  padding-left: 7px;
  width: 250px;
}
.selectable-chart .onyx-popup {
  margin-top: 40px;
  margin-left: 200px;
}
.selectable-chart .chart-title-bar {
  height: 48px;
  background-color: #efefef;
  text-transform: none;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
}
.selectable-chart .chart-title-bar .chart-title {
  padding-top: 8px;
  color: #070707;
  text-align: center;
  /*font-size: 2em;*/
  font-weight: normal;
  font-family: Helvetica;
}
.selectable-chart .chart-title-bar .chart-sub-title {
  /*padding-top: 8px;*/
  color: #0000ff;
  text-align: center;
  font-size: small;
  font-weight: normal;
  font-family: Helvetica;
}
.selectable-chart .chart-title-bar .remove-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.selectable-chart .chart-title-bar .icon-filter {
  color: #070707;
  position: absolute;
  top: 0;
  right: 35px;
}
.selectable-chart .chart-bottom {
  background-color: #fdfdfd;
  border: 1px solid #444444;
  border-top: none;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
.selectable-chart .chart-bottom .xv-picker-label {
  width: 100px;
  color: #070707;
}
.selectable-chart .chart-bottom .onyx-button {
  width: 130px;
  padding: 10px 10px;
}
.selectable-chart .chart-filterDrawer {
  top: 0px;
}
/**
  Styles relating to Lists
*/
.xv-list-header {
  background-color: #d8d8d8;
  color: #fdfdfd;
  font-size: .6em;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #aaaaaa;
}
.xv-list-header .xv-list-column {
  padding-left: 7px;
}
.xv-list-header .xv-list-column.last {
  border-right: none;
}
/* List */
.xv-list-column {
  /*
    This is named "button-" because "icon-"
    clashes with font-awesome
  */
}
.xv-list-column.line-number {
  width: 30px;
  text-align: right;
}
.xv-list-column.name-column {
  width: 175px;
}
.xv-list-column.right-column {
  width: 100px;
  text-align: right;
}
.xv-list-column.button-column {
  width: 40px;
  font-size: 2.3em;
}
.xv-list-column.short {
  width: 100px;
}
.xv-list-column.small {
  width: 125px;
}
.xv-list-column.medium {
  width: 150px;
}
.xv-list-column.first {
  width: 300px;
}
.xv-list-column.second {
  width: 200px;
}
.xv-list-column.third {
  width: 100px;
}
.xv-list-column.money,
.xv-list-column.quantity {
  width: 75px;
  text-align: right;
}
.xv-list-column.descr {
  width: 200px;
}
.xv-list {
  background: #f8f8f8;
}
.xv-list .xv-list-item > * {
  display: inline-block;
  vertical-align: middle;
}
.xv-list .xv-list-item {
  background-color: #fdfdfd;
  border-bottom: 1px solid #d7d7d7;
  min-height: 32px;
}
.xv-list .xv-list-item.header {
  padding-top: 0;
}
.xv-list .xv-list-item.inactive {
  background-color: #d8d8d8;
  color: #070707;
}
.xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr {
  background: transparent;
}
.xv-list .xv-list-item.inactive .xv-list-column .xv-list-attr.placeholder {
  color: #d8d8d8;
}
.xv-list .xv-list-item .xv-list-column .list-icon {
  padding: 2px;
  color: #666666;
  vertical-align: sub;
  border: 1px solid #efefef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.xv-list .xv-list-item.item-selected {
  background: #226b9a;
  background-color: #1f608c;
  background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
  background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
  background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
  background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
}
.xv-list .xv-list-item.item-selected .xv-list-attr {
  color: #fdfdfd;
}
.xv-list .xv-list-item.item-selected .xv-list-attr.placeholder {
  font-style: italic;
  color: #99ccff;
}
.xv-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
  color: #ff6529;
}
.xv-list .xv-list-item.item-selected .xv-list-attr.header {
  background: #99ccff;
}
.xv-list .xv-list-item .xv-list-item-gear {
  position: absolute;
  right: 0px;
  z-index: 999;
}
.xv-list.xv-grid-list {
  background: #f8f8f8;
}
.xv-list.xv-grid-list .xv-list-item > * {
  vertical-align: top;
}
.xv-list.xv-grid-list .xv-list-item {
  padding-top: 7px !important;
  padding-bottom: 9px !important;
  border-bottom: 1px solid #aaaaaa !important;
  background: #f8f8f8;
}
.xv-list.xv-grid-list .xv-list-item.item-selected {
  background: #226b9a;
  background-color: #1f608c;
  background-image: -moz-linear-gradient(top, #226b9a, #1a4f77);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#226b9a), to(#1a4f77));
  background-image: -webkit-linear-gradient(top, #226b9a, #1a4f77);
  background-image: -o-linear-gradient(top, #226b9a, #1a4f77);
  background-image: linear-gradient(to bottom, #226b9a, #1a4f77);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff226b9a', endColorstr='#ff1a4f77', GradientType=0);
}
.xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr {
  color: #fdfdfd;
}
.xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.placeholder {
  font-style: italic;
  color: #99ccff;
}
.xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.hyperlink {
  color: #ff6529;
}
.xv-list.xv-grid-list .xv-list-item.item-selected .xv-list-attr.header {
  background: #99ccff;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column {
  vertical-align: top;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
  font-size: 12px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.last {
  border-right: none;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.name-column {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.first {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.second {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.third {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.short {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.small {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.medium {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column.descr {
  padding-left: 7px;
}
.xv-list.xv-grid-list .xv-list-item .xv-list-column .xv-list-attr {
  padding: 0px;
}
.xv-list-attr {
  padding: 5px;
  font-size: .8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #070707;
}
@media (max-width: 480px) {
  .xv-list-attr {
    padding: 2px 5px 2px 5px;
  }
}
.xv-list-attr.header {
  padding: 4px;
  background: #d8d8d8;
  font-size: .7em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fdfdfd;
}
.xv-list-attr.footer {
  padding: 4px;
  background: #d8d8d8;
  font-size: .7em;
  font-weight: bold;
  text-transform: uppercase;
  color: #070707;
}
.xv-list-attr.right {
  position: absolute;
  right: 10px;
}
.xv-list-attr.text-align-right {
  text-align: right;
}
.xv-list-attr.bold {
  font-weight: bold;
}
.xv-list-attr.error {
  color: #ff0000;
}
.xv-list-attr.emphasis {
  color: #009000;
}
.xv-list-attr.warn {
  color: #ff9c00;
}
.xv-list-attr.italic {
  font-style: italic;
}
.xv-list-attr.placeholder {
  font-style: italic;
  color: #777777;
}
.xv-list-attr.hyperlink {
  color: #357ec7;
  cursor: pointer;
}
.xv-list-attr.disabled {
  color: #777777;
}
/* Navigator */
.xv-navigator-header {
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff6600;
  padding-left: 20px;
  border-bottom: 1px solid #0e0e0e;
}
.xv-workspace-header {
  color: #fdfdfd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 0 0 8px;
}
/**
  Styles relating to widgets in the pullout
*/
/* Pullout */
.xv-pullout {
  /* Setting this as min-width overrides enyo-narrow 100% */
  width: 320px;
  -webkit-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 55px;
  left: 0;
  bottom: 0;
  background-color: #fdfdfd;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.xv-pullout .xv-header {
  background-color: #fdfdfd;
  padding: 6px 12px;
  border-bottom: 1px solid #d7d7d7;
  height: 28px;
  color: #ff6529;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
  border: none;
}
.xv-pullout .pullout-grabbutton {
  position: absolute;
  height: 54px;
  width: 50px;
  bottom: 25px;
  right: -50px;
  background-color: #d7d7d7;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
}
.xv-pullout .xv-parameter-panel {
  width: 320px;
  margin: 0 4px 0 2px;
  padding: 0;
  background: #f8f8f8;
  text-overflow: ellipsis;
  border: 1px solid #d7d7d7;
  /**
        Styles relating to workspace widgets
      */
  width: 100%;
  margin: 0 4px 6px 0;
}
.xv-pullout .xv-parameter-panel .onyx-groupbox-header {
  padding: 6px 10px;
  border-bottom: 1px solid #d7d7d7;
  background: #efefef;
  color: #0e0e0e;
}
.xv-pullout .xv-parameter-panel .onyx-groupbox-header i {
  margin-right: 10px;
}
.xv-pullout .xv-parameter-panel.small-panel {
  width: 600px;
}
.xv-pullout .xv-parameter-panel.medium-panel {
  width: 700px;
}
.xv-pullout .xv-parameter-panel.large-panel {
  width: 800px;
}
.xv-pullout .xv-parameter-panel .xv-label,
.xv-pullout .xv-parameter-panel .xv-decorated-label,
.xv-pullout .xv-parameter-panel .xv-flexible-label {
  width: 120px;
  max-width: 100%;
  text-align: right;
  padding: 0 8px 0 6px;
  vertical-align: middle;
}
.xv-pullout .xv-parameter-panel .xv-label.disabled,
.xv-pullout .xv-parameter-panel .xv-decorated-label.disabled,
.xv-pullout .xv-parameter-panel .xv-flexible-label.disabled {
  color: #777777;
}
.xv-pullout .xv-parameter-panel.xv-assignment-box .xv-flexible-label,
.xv-pullout .xv-parameter-panel.xv-assignment-box .xv-label {
  width: 200px !important;
}
.xv-pullout .xv-parameter-panel .xv-input {
  padding: 4px 0;
  border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}
.xv-pullout .xv-parameter-panel .xv-input .enyo-tool-decorator {
  max-width: 180px;
  text-align: left;
}
.xv-pullout .xv-parameter-panel .xv-input .enyo-tool-decorator .onyx-icon {
  display: inline-block;
  width: 16px;
  cursor: pointer;
}
.xv-pullout .xv-parameter-panel .xv-input.xv-textarea {
  padding: 0;
  margin: 8px;
}
.xv-pullout .xv-parameter-panel .xv-input.xv-textarea .enyo-tool-decorator {
  max-width: 320px;
}
.xv-pullout .xv-parameter-panel .xv-input input {
  width: 164px;
}
.xv-pullout .xv-parameter-panel .xv-input .xv-icon-decorator input {
  width: 140px;
}
.xv-pullout .xv-parameter-panel .xv-input .xv-icon-decorator .onyx-icon {
  padding: 4px;
}
.xv-pullout .xv-parameter-panel .xv-input .onyx-picker-decorator {
  padding: 0;
}
.xv-pullout .xv-parameter-panel .xv-relationwidget .xv-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 250px;
  margin: 5px 5px 5px 80px;
  font-size: 0.9em;
}
.xv-pullout .xv-parameter-panel .xv-relationwidget .xv-description.disabled {
  color: #777777;
}
.xv-pullout .xv-parameter-panel .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
  display: block;
  border: none;
  font-size: 20px;
  width: 20px;
  padding: 0 4px 0 4px;
}
.xv-pullout .xv-parameter-panel .xv-spinnerwidget .xv-icon-decorator input {
  width: 136px;
}
.xv-pullout .xv-parameter-panel .xv-spinnerwidget .slider {
  margin: 15px 10px;
}
.xv-pullout .xv-parameter-panel .xv-numberwidget input {
  text-align: right;
}
.xv-pullout .xv-parameter-panel .xv-moneywidget .enyo-tool-decorator {
  min-width: 90px;
  max-width: 90px;
}
.xv-pullout .xv-parameter-panel .xv-moneywidget .enyo-tool-decorator input {
  width: 90px;
}
.xv-pullout .xv-parameter-panel .xv-currency-picker {
  display: inline-block;
}
.xv-pullout .xv-parameter-panel .xv-currency-picker .enyo-tool-decorator {
  min-width: 65px;
  max-width: 65px;
  padding: 10px 4px;
}
.xv-pullout .xv-parameter-panel .xv-currency-picker .enyo-tool-decorator .xv-button-text {
  width: 45px;
}
.xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-item {
  border-bottom: 1px solid #d7d7d7;
}
.xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-item .xv-input {
  border: none;
}
.xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-item .xv-input input {
  width: 135px;
}
.xv-pullout .xv-parameter-panel .xv-characteristics-widget .xv-characteristic-button {
  text-align: center;
}
.xv-pullout .xv-parameter-panel .enyo-fittable-columns-layout > * {
  vertical-align: middle;
}
.xv-pullout .xv-parameter-panel .xv-input .onyx-input-decorator,
.xv-pullout .xv-parameter-panel .xv-pickerwidget .onyx-input-decorator {
  border: none;
}
.xv-pullout .xv-parameter-panel .xv-buttons {
  text-align: center;
}
.xv-pullout .xv-parameter-panel .xv-filter-form .xv-list {
  height: 150px;
}
.xv-pullout .help-panel {
  border: none;
  height: 100%;
  width: 100%;
}
.xv-pullout .history-panel .xv-list-item {
  padding: 12px 10px;
  color: #0e0e0e;
  background-color: #fdfdfd;
  border-bottom: 1px solid #d7d7d7;
}
.xv-pullout .history-panel .xv-list-item.onyx-selected {
  background-color: #357ec7;
  color: #fdfdfd;
  border-bottom: 2px solid #d8d8d8;
}
/**
  Styles relating to RelationWidgets
*/
.xv-relationwidget-completer {
  left: -200px;
  top: 15px;
}
.xv-completer-sidecar {
  color: #93a1a1;
}
.xv-relationwidget-icon {
  top: 1px;
  left: 8px;
  height: 30px;
  position: relative;
}
.xv-private-item-site-widget {
  border-bottom-color: #aaaaaa;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* RelationsEditorBox */
.xv-relations-editor-box .xv-groupbox {
  margin-right: 0;
  padding: 0;
  border: none;
}
.xv-relations-editor-box.panel {
  width: 350px;
}
/* ListRelationsBox */
.xv-list-relations-box.panel {
  width: 625px;
}
.xv-short-relations-box.panel {
  width: 500px;
}
.xv-addresswidget {
  background-color: #fdfdfd;
  padding: 4px;
}
.xv-addresswidget .xv-addresswidget-viewer {
  border: 0;
  font-size: medium;
  display: inline;
}
.xv-addresswidget .xv-addresswidget-viewer.placeholder {
  font-style: italic;
  color: #93a1a1;
}
.xv-addresswidget .xv-addresswidget-viewer.disabled {
  color: #777777;
}
.xv-addresswidget .xv-addresswidget-buttons {
  margin-top: 4px;
}
.xv-addresswidget .xv-addresswidget-buttons .xv-addresswidget-button {
  margin-right: 4px;
}
.xv-addresswidget-input-decorator,
.xv-addresswidget-combobox-decorator {
  background: #fdfdfd;
  display: block;
  margin: 4px;
}
.xv-addresswidget-input-decorator input,
.xv-addresswidget-combobox-decorator input {
  width: 100%;
}
.xv-addresswidget-input-decorator .enyo-fittable-columns-layout > *,
.xv-addresswidget-combobox-decorator .enyo-fittable-columns-layout > * {
  vertical-align: middle;
}
.xv-addresswidget-input-decorator.short,
.xv-addresswidget-combobox-decorator.short {
  width: 40%;
}
.xv-addresswidget-combobox-decorator {
  width: 60%;
}
.xv-button-section .xv-addresswidget-buttons {
  margin: 0;
  background-color: #666666;
}
.xv-addresswidget-editor-header {
  padding: 4px;
}
.xv-addresswidget-editor {
  width: 320px;
  padding: 8px;
  padding-right: 16px;
}
.xv-addresslist-attr {
  padding: 5px;
  font-size: 13px;
  white-space: normal;
  overflow: auto;
  color: #070707;
  background-color: #fdfdfd;
}
.xv-search .xv-header {
  background-color: #fdfdfd;
  padding: 6px 12px;
  border-bottom: 1px solid #d7d7d7;
  height: 28px;
  color: #ff6529;
  font-size: small;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
}
.xv-search .xv-search-container {
  width: 320px;
  margin: 0 4px 0 2px;
  padding: 0;
  background: #f8f8f8;
  text-overflow: ellipsis;
  border: 1px solid #d7d7d7;
  /**
        Styles relating to workspace widgets
      */
  width: 100%;
  margin: 0 4px 6px 0;
}
.xv-search .xv-search-container .onyx-groupbox-header {
  padding: 6px 10px;
  border-bottom: 1px solid #d7d7d7;
  background: #efefef;
  color: #0e0e0e;
}
.xv-search .xv-search-container .onyx-groupbox-header i {
  margin-right: 10px;
}
.xv-search .xv-search-container.small-panel {
  width: 600px;
}
.xv-search .xv-search-container.medium-panel {
  width: 700px;
}
.xv-search .xv-search-container.large-panel {
  width: 800px;
}
.xv-search .xv-search-container .xv-label,
.xv-search .xv-search-container .xv-decorated-label,
.xv-search .xv-search-container .xv-flexible-label {
  width: 120px;
  max-width: 100%;
  text-align: right;
  padding: 0 8px 0 6px;
  vertical-align: middle;
}
.xv-search .xv-search-container .xv-label.disabled,
.xv-search .xv-search-container .xv-decorated-label.disabled,
.xv-search .xv-search-container .xv-flexible-label.disabled {
  color: #777777;
}
.xv-search .xv-search-container.xv-assignment-box .xv-flexible-label,
.xv-search .xv-search-container.xv-assignment-box .xv-label {
  width: 200px !important;
}
.xv-search .xv-search-container .xv-input {
  padding: 4px 0;
  border-bottom: 1px solid rgba(215, 215, 215, 0.5);
}
.xv-search .xv-search-container .xv-input .enyo-tool-decorator {
  max-width: 180px;
  text-align: left;
}
.xv-search .xv-search-container .xv-input .enyo-tool-decorator .onyx-icon {
  display: inline-block;
  width: 16px;
  cursor: pointer;
}
.xv-search .xv-search-container .xv-input.xv-textarea {
  padding: 0;
  margin: 8px;
}
.xv-search .xv-search-container .xv-input.xv-textarea .enyo-tool-decorator {
  max-width: 320px;
}
.xv-search .xv-search-container .xv-input input {
  width: 164px;
}
.xv-search .xv-search-container .xv-input .xv-icon-decorator input {
  width: 140px;
}
.xv-search .xv-search-container .xv-input .xv-icon-decorator .onyx-icon {
  padding: 4px;
}
.xv-search .xv-search-container .xv-input .onyx-picker-decorator {
  padding: 0;
}
.xv-search .xv-search-container .xv-relationwidget .xv-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 250px;
  margin: 5px 5px 5px 80px;
  font-size: 0.9em;
}
.xv-search .xv-search-container .xv-relationwidget .xv-description.disabled {
  color: #777777;
}
.xv-search .xv-search-container .xv-spinnerwidget .xv-icon-decorator .onyx-icon {
  display: block;
  border: none;
  font-size: 20px;
  width: 20px;
  padding: 0 4px 0 4px;
}
.xv-search .xv-search-container .xv-spinnerwidget .xv-icon-decorator input {
  width: 136px;
}
.xv-search .xv-search-container .xv-spinnerwidget .slider {
  margin: 15px 10px;
}
.xv-search .xv-search-container .xv-numberwidget input {
  text-align: right;
}
.xv-search .xv-search-container .xv-moneywidget .enyo-tool-decorator {
  min-width: 90px;
  max-width: 90px;
}
.xv-search .xv-search-container .xv-moneywidget .enyo-tool-decorator input {
  width: 90px;
}
.xv-search .xv-search-container .xv-currency-picker {
  display: inline-block;
}
.xv-search .xv-search-container .xv-currency-picker .enyo-tool-decorator {
  min-width: 65px;
  max-width: 65px;
  padding: 10px 4px;
}
.xv-search .xv-search-container .xv-currency-picker .enyo-tool-decorator .xv-button-text {
  width: 45px;
}
.xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-item {
  border-bottom: 1px solid #d7d7d7;
}
.xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-item .xv-input {
  border: none;
}
.xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-item .xv-input input {
  width: 135px;
}
.xv-search .xv-search-container .xv-characteristics-widget .xv-characteristic-button {
  text-align: center;
}
.xv-search .xv-search-container .enyo-fittable-columns-layout > * {
  vertical-align: middle;
}
.xv-search .xv-search-container .xv-input .onyx-input-decorator,
.xv-search .xv-search-container .xv-pickerwidget .onyx-input-decorator {
  border: none;
}
.xv-search .xv-search-container .xv-buttons {
  text-align: center;
}
.xv-search .xv-search-container .xv-filter-form .xv-list {
  height: 150px;
}
