@charset "UTF-8";/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 * APP CSS
 * -------


 *
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upfront-control {
  font-size: 16px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #333333;
  box-sizing: content-box;
}
.upfront-control a {
  text-decoration: none;
}
.upfront-control a:hover {
  text-decoration: none;
}
.upfront-control p {
  margin: 0 0 10px;
}
.upfront-control button,
.upfront-control input,
.upfront-control select,
.upfront-control textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
.upfront-control button,
.upfront-control input {
  *overflow: visible;
}
.upfront-control button::-moz-focus-inner,
.upfront-control input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.upfront-control button,
.upfront-control input[type="button"],
.upfront-control input[type="reset"],
.upfront-control input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.upfront-control input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.upfront-control input[type="search"]::-webkit-search-decoration,
.upfront-control input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.upfront-control textarea {
  overflow: auto;
  vertical-align: top;
}
/* UTILS */
.whitespace {
  padding: 10px;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* DRAG & DROP */
.upfront-dragged {
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
}
.upfront-drag-preview {
  border-top: 4px solid #049cdb;
  position: absolute;
  z-index: 1070;
  display: none;
}
.upfront-dev-page {
  padding: 40px 0;
}
[class^="grid-icon-"],
[class*=" grid-icon-"] {
  display: inline-block;
  width: 25px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(http://d2o08py1e264ss.cloudfront.net/assets/icons/grid-sprite-13bd5d5d562b602c687f5488d5f017bc.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
.grid-icon-col1 {
  background-position: 0      1px;
}
.grid-icon-col2 {
  background-position: -30px 1px;
}
.grid-icon-col3 {
  background-position: -60px 1px;
}
.grid-icon-col4 {
  background-position: -90px 1px;
}
/* GRID WHITESPACE CONTROL */
/* prevent bottom margin of a snippet to add up with bottom margin of a row */
.upfront-snippet:last-child {
  margin-bottom: 0;
}
/* COLUMN DROPZONES */
.row {
  position: relative;
}
.upfront-empty-column {
  min-height: 120px !important;
}
.upfront-new-column {
  font-family: "Source Sans Pro", serif;
  font-weight: 200;
  /*  background: @grayLighter;*/

  color: #ccc;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 15px;
  text-align: center;
  /*  width: 100%;*/

  border: 1px dashed #ccc;
  line-height: 120px;
  /*  height: 120px;*/

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.upfront-dropzone {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 1px dashed #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.upfront-dropzone-active {
  color: #666;
  background: #b0fccc;
}
/* GRID UI CONTROL */
.upfront-grid-view {
  float: left;
  padding: 0;
  width: 500px;
  border-top: 1px solid #999;
  padding: 10px 10px 20px;
}
.upfront-grid-view-add {
  float: left;
  border: 1px dashed #999;
  width: 25px;
  height: 48px;
  text-align: center;
}
.upfront-grid-span-edit {
  position: relative;
}
.upfront-grid-span-edit span {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  cursor: default;
  width: 100%;
}
.upfront-grid-span-edit:hover .grow-left,
.upfront-grid-span-edit:hover .grow-right,
.upfront-grid-span-edit:hover .remove-column {
  display: block;
}
.upfront-grid-span-edit .remove-column,
.upfront-grid-span-edit .grow-left,
.upfront-grid-span-edit .grow-right {
  position: absolute;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.upfront-grid-span-edit .remove-column:hover,
.upfront-grid-span-edit .grow-left:hover,
.upfront-grid-span-edit .grow-right:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.upfront-grid-span-edit .remove-column {
  top: -2px;
  right: 3px;
  font-size: 20px;
  font-weight: 200;
}
.upfront-grid-span-edit .grow-left {
  display: none;
  bottom: 0;
  left: 3px;
  width: 40%;
}
.upfront-grid-span-edit .grow-right {
  display: none;
  bottom: 0;
  right: 3px;
  width: 40%;
  text-align: right;
}
.upfront-grid-span-edit .add-right,
.upfront-grid-span-edit .add-left {
  position: absolute;
  bottom: -20px;
}
.upfront-grid-span-edit .add-left {
  left: -10px;
}
.upfront-grid-span-edit .add-right {
  right: -10px;
}
[class*="upfront-grid-span"] {
  float: left;
  background: #049cdb;
  color: #ffffff;
  border-left: 2px solid #f9f9f9;
  border-right: 2px solid #f9f9f9;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  /*  margin-left: @gridGutterWidth;*/

}
/* GENERATE UI VIEW GRID */
.upfront-grid-span12 {
  width: 100%;
}
.upfront-grid-span11 {
  width: 91.66666666666666%;
}
.upfront-grid-span10 {
  width: 83.33333333333334%;
}
.upfront-grid-span9 {
  width: 75%;
}
.upfront-grid-span8 {
  width: 66.66666666666666%;
}
.upfront-grid-span7 {
  width: 58.333333333333336%;
}
.upfront-grid-span6 {
  width: 50%;
}
.upfront-grid-span5 {
  width: 41.66666666666667%;
}
.upfront-grid-span4 {
  width: 33.33333333333333%;
}
.upfront-grid-span3 {
  width: 25%;
}
.upfront-grid-span2 {
  width: 16.666666666666664%;
}
.upfront-grid-span1 {
  width: 8.333333333333332%;
}
.upfront-control .upfront-btn {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 6px 14px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  *line-height: 18px;
  font-weight: 300;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}
.upfront-control .upfront-btn:hover,
.upfront-control .upfront-btn:active,
.upfront-control .upfront-btn.active,
.upfront-control .upfront-btn.disabled,
.upfront-control .upfront-btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.upfront-control .upfront-btn:active,
.upfront-control .upfront-btn.active {
  background-color: #cccccc \9;
}
.upfront-control .upfront-btn:first-child {
  *margin-left: 0;
}
.upfront-control .upfront-btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.upfront-control .upfront-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.upfront-control .upfront-btn.active,
.upfront-control .upfront-btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.upfront-control .upfront-btn.disabled,
.upfront-control .upfront-btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.upfront-control .upfront-btn-large {
  padding: 9px 14px;
  font-size: 18px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.upfront-control .upfront-btn-large [class^="icon-"] {
  margin-top: 2px;
}
.upfront-control .upfront-btn-small {
  padding: 3px 9px;
  font-size: 14px;
  line-height: 16px;
}
.upfront-control .upfront-btn-small [class^="icon-"] {
  margin-top: 0;
}
.upfront-control .upfront-btn-mini {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 15px;
}
/*.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  .box-sizing(border-box);
}

// Vertically space out multiple block buttons
.btn-block + .btn-block {
  margin-top: 5px;
}

// Specificity overrides
input[type="submit"],
input[type="reset"],
input[type="button"] {
  &.btn-block {
    width: 100%;
  }
}*/
.upfront-control .upfront-btn-primary.active,
.upfront-control .upfront-btn-warning.active,
.upfront-control .upfront-btn-danger.active,
.upfront-control .upfront-btn-success.active,
.upfront-control .upfront-btn-info.active,
.upfront-control .upfront-btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.upfront-control .upfront-btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.upfront-control .upfront-btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.upfront-control .upfront-btn-primary:hover,
.upfront-control .upfront-btn-primary:active,
.upfront-control .upfront-btn-primary.active,
.upfront-control .upfront-btn-primary.disabled,
.upfront-control .upfront-btn-primary[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.upfront-control .upfront-btn-primary:active,
.upfront-control .upfront-btn-primary.active {
  background-color: #408140 \9;
}
.upfront-control .upfront-btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.upfront-control .upfront-btn-warning:hover,
.upfront-control .upfront-btn-warning:active,
.upfront-control .upfront-btn-warning.active,
.upfront-control .upfront-btn-warning.disabled,
.upfront-control .upfront-btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.upfront-control .upfront-btn-warning:active,
.upfront-control .upfront-btn-warning.active {
  background-color: #c67605 \9;
}
.upfront-control .upfront-btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.upfront-control .upfront-btn-danger:hover,
.upfront-control .upfront-btn-danger:active,
.upfront-control .upfront-btn-danger.active,
.upfront-control .upfront-btn-danger.disabled,
.upfront-control .upfront-btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.upfront-control .upfront-btn-danger:active,
.upfront-control .upfront-btn-danger.active {
  background-color: #942a25 \9;
}
.upfront-control .upfront-btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.upfront-control .upfront-btn-success:hover,
.upfront-control .upfront-btn-success:active,
.upfront-control .upfront-btn-success.active,
.upfront-control .upfront-btn-success.disabled,
.upfront-control .upfront-btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.upfront-control .upfront-btn-success:active,
.upfront-control .upfront-btn-success.active {
  background-color: #408140 \9;
}
.upfront-control .upfront-btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.upfront-control .upfront-btn-info:hover,
.upfront-control .upfront-btn-info:active,
.upfront-control .upfront-btn-info.active,
.upfront-control .upfront-btn-info.disabled,
.upfront-control .upfront-btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.upfront-control .upfront-btn-info:active,
.upfront-control .upfront-btn-info.active {
  background-color: #24748c \9;
}
.upfront-control .upfront-btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.upfront-control .upfront-btn-inverse:hover,
.upfront-control .upfront-btn-inverse:active,
.upfront-control .upfront-btn-inverse.active,
.upfront-control .upfront-btn-inverse.disabled,
.upfront-control .upfront-btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.upfront-control .upfront-btn-inverse:active,
.upfront-control .upfront-btn-inverse.active {
  background-color: #080808 \9;
}
button.upfront-btn,
input[type="submit"].upfront-btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
  /*  &.upfront-btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
  }
  &.upfront-btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
  }
  &.upfront-btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
  }*/

}
button.upfront-btn::-moz-focus-inner,
input[type="submit"].upfront-btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*// Make a button look and behave like a link
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  .box-shadow(none);
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: @linkColor;
  .border-radius(0);
}
.btn-link:hover {
  color: @linkColorHover;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: @grayDark;
  text-decoration: none;
}*/
.upfront-btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.upfront-btn-group:first-child {
  *margin-left: 0;
}
/*.upfront-btn-group + .upfront-btn-group {
  margin-left: 5px;
}*/
/*// Optional: Group multiple button groups together for a toolbar
.btn-toolbar {
  font-size: 0; // Hack to remove whitespace that results from using inline-block
  margin-top: @baseLineHeight / 2;
  margin-bottom: @baseLineHeight / 2;
  .upfront-btn-group {
    display: inline-block;
    .ie7-inline-block();
  }
  .btn + .btn,
  .upfront-btn-group + .btn,
  .btn + .upfront-btn-group {
    margin-left: 5px;
  }
}*/
.upfront-btn-group > .upfront-btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.upfront-btn-group > .upfront-btn + .upfront-btn {
  margin-left: -1px;
}
.upfront-btn-group > .upfront-btn,
.upfront-btn-group > .dropdown-menu {
  font-size: 16px;
}
.upfront-btn-group > .upfront-btn-mini {
  font-size: 11px;
}
.upfront-btn-group > .upfront-btn-small {
  font-size: 12px;
}
.upfront-btn-group > .upfront-btn-large {
  font-size: 16px;
}
.upfront-btn-group > .upfront-btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.upfront-btn-group > .upfront-btn:last-child,
.upfront-btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.upfront-btn-group > .upfront-btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.upfront-btn-group > .upfront-btn.large:last-child,
.upfront-btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.upfront-btn-group > .upfront-btn:hover,
.upfront-btn-group > .upfront-btn:focus,
.upfront-btn-group > .upfront-btn:active,
.upfront-btn-group > .upfront-btn.active {
  z-index: 2;
}
.upfront-btn-group .dropdown-toggle:active,
.upfront-btn-group.open .dropdown-toggle {
  outline: 0;
}
.upfront-btn-group > .upfront-btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.upfront-btn-group > .upfront-btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.upfront-btn-group > .upfront-btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.upfront-btn-group > .upfront-btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.upfront-btn-group.open {
  /*  .btn.dropdown-toggle {
    background-color: @btnBackgroundHighlight;
  }
  .btn-primary.dropdown-toggle {
    background-color: @btnPrimaryBackgroundHighlight;
  }
  .btn-warning.dropdown-toggle {
    background-color: @btnWarningBackgroundHighlight;
  }
  .btn-danger.dropdown-toggle {
    background-color: @btnDangerBackgroundHighlight;
  }
  .btn-success.dropdown-toggle {
    background-color: @btnSuccessBackgroundHighlight;
  }
  .btn-info.dropdown-toggle {
    background-color: @btnInfoBackgroundHighlight;
  }
  .btn-inverse.dropdown-toggle {
    background-color: @btnInverseBackgroundHighlight;
  }*/

}
.upfront-btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.upfront-btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.upfront-btn-mini .caret,
.upfront-btn-small .caret,
.upfront-btn-large .caret {
  margin-top: 6px;
}
.upfront-btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.dropup .upfront-btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}
.upfront-btn-primary .caret,
.upfront-btn-warning .caret,
.upfront-btn-danger .caret,
.upfront-btn-info .caret,
.upfront-btn-success .caret,
.upfront-btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.upfront-btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.upfront-btn-group-vertical .upfront-btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.upfront-btn-group-vertical .upfront-btn + .upfront-btn {
  margin-left: 0;
  margin-top: -1px;
}
.upfront-btn-group-vertical .upfront-btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.upfront-btn-group-vertical .upfront-btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.upfront-btn-group-vertical .upfront-btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.upfront-btn-group-vertical .upfront-btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

@font-face {
  font-family: 'upfront-icons';
  src: url(http://d2o08py1e264ss.cloudfront.net/assets/icons/upfront-ec86d4fcd92233eedf639f09f590df65.eot);
  src: url(http://d2o08py1e264ss.cloudfront.net/assets/icons/upfront-ec86d4fcd92233eedf639f09f590df65.eot?#iefix) format('embedded-opentype'), url(http://d2o08py1e264ss.cloudfront.net/assets/icons/upfront-2ef74a0ec857a9c132a35b7d3597f465.woff) format('woff'), url(http://d2o08py1e264ss.cloudfront.net/assets/icons/upfront-82919589ec2c8200abc85903ed630f4f.ttf) format('truetype'), url(http://d2o08py1e264ss.cloudfront.net/assets/icons/upfront-6698b01eedc52a1105eaacadfa0d3654.svg#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="upfront-icon-"]:before,
[class*=" upfront-icon-"]:before {
  font-family: 'upfront-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* fix buttons height, for twitter bootstrap */

  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */

  /* remove if not needed */

  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */

  /* font-size: 120%; */

  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
.upfront-icon-keyboard:before {
  content: '\2328';
}
/* '⌨' */
.upfront-icon-erase:before {
  content: '\232b';
}
/* '⌫' */
.upfront-icon-hourglass:before {
  content: '\23f3';
}
/* '⏳' */
.upfront-icon-cloud:before {
  content: '\2601';
}
/* '☁' */
.upfront-icon-star:before {
  content: '\2605';
}
/* '★' */
.upfront-icon-star-empty:before {
  content: '\2606';
}
/* '☆' */
.upfront-icon-tools:before {
  content: '\2692';
}
/* '⚒' */
.upfront-icon-cog:before {
  content: '\2699';
}
/* '⚙' */
.upfront-icon-pencil:before {
  content: '\270e';
}
/* '✎' */
.upfront-icon-check:before {
  content: '\2713';
}
/* '✓' */
.upfront-icon-cancel:before {
  content: '\2715';
}
/* '✕' */
.upfront-icon-cancel-circled:before {
  content: '\2716';
}
/* '✖' */
.upfront-icon-left-bold:before {
  content: '\e4ad';
}
/* '' */
.upfront-icon-right-bold:before {
  content: '\e4ae';
}
/* '' */
.upfront-icon-up-bold:before {
  content: '\e4af';
}
/* '' */
.upfront-icon-down-bold:before {
  content: '\e4b0';
}
/* '' */
.upfront-icon-user-add:before {
  content: '\e700';
}
/* '' */
.upfront-icon-help-circled:before {
  content: '\e704';
}
/* '' */
.upfront-icon-info-circled:before {
  content: '\e705';
}
/* '' */
.upfront-icon-eye:before {
  content: '\e70a';
}
/* '' */
.upfront-icon-upload-cloud:before {
  content: '\e711';
}
/* '' */
.upfront-icon-reply:before {
  content: '\e712';
}
/* '' */
.upfront-icon-location:before {
  content: '\e724';
}
/* '' */
.upfront-icon-doc-landscape:before {
  content: '\e737';
}
/* '' */
.upfront-icon-resize-full:before {
  content: '\e744';
}
/* '' */
.upfront-icon-resize-small:before {
  content: '\e746';
}
/* '' */
.upfront-icon-paper-plane:before {
  content: '\e79b';
}
/* '' */
.upfront-icon-twitter:before {
  content: '\f309';
}
/* '' */
.upfront-icon-facebook:before {
  content: '\f30c';
}
/* '' */
.upfront-icon-gplus:before {
  content: '\f30f';
}
/* '' */
.upfront-icon-user:before {
  content: '👤';
}
/* '\1f464' */
.upfront-icon-users:before {
  content: '👥';
}
/* '\1f465' */
.upfront-icon-folder:before {
  content: '\1f4c1';
}
/* '📁' */
.upfront-icon-chart-line:before {
  content: '📈';
}
/* '\1f4c8' */
.upfront-icon-attach:before {
  content: '📎';
}
/* '\1f4ce' */
.upfront-icon-megaphone:before {
  content: '📣';
}
/* '\1f4e3' */
.upfront-icon-newspaper:before {
  content: '\1f4f0';
}
/* '📰' \1f4f0 */
.upfront-icon-search:before {
  content: '🔍';
}
/* '\1f50d' */
.upfront-icon-lock:before {
  content: '🔒';
}
/* '\1f512' */
.upfront-icon-lock-open:before {
  content: '🔓';
}
/* '\1f513' */
.upfront-icon-link:before {
  content: '🔗';
}
/* '\1f517' */a.upfront-close,
button.upfront-close {
  background: transparent;
  border: none;
  float: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
a.upfront-close:hover,
button.upfront-close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.upfront-close {
  padding: 0 5px 0 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.upfront-caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
/* CONTROLS */
.upfront-control {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* NEW PAGE HELPER */
.upfront-new-page {
  font-family: "Source Sans Pro", serif;
  background: #f9f9f9;
  color: #ccc;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 30px;
  text-align: center;
  padding-top: 140px;
  width: 100%;
  height: 180px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* SNIPPET */
.upfront-snippet {
  position: relative;
}
.upfront-snippet-delete {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 20px;
  line-height: 14px;
  width: 20px;
  height: 20px;
  font-weight: bold;
  text-align: center;
  background: white;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.upfront-snippet:hover .upfront-snippet-delete {
  display: block;
}
/* CONTENT EDITABLE */
/*.upfront-editable { outline: none; }*/
/* FOCUS */
.upfront-editable {
  outline: none;
}
.upfront-active {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  /*  outline: thin solid lighten(@blue, 30%);*/

  /*  box-shadow: 0 0 4px lighten(@blue, 30%);*/

  /*  box-shadow: 0 0 0 10px rgba(123, 215, 253, 0.5);*/

  box-shadow: 0 0 1px 2px rgba(123, 215, 253, 0.5);
  /*  outline: 3px auto -webkit-focus-ring-color;*/

  outline-offset: 1px;
}
.upfront-column-active {
  outline: medium solid rgba(255, 196, 13, 0.5);
}
.upfront-row-active {
  outline: medium dashed rgba(255, 196, 13, 0.5);
}
/* SIDEBAR */
.upfront-sidebar {
  position: fixed;
  border: 1px solid #bbbbbb;
  border-left: 3px solid #049cdb;
  background: #f9f9f9;
  width: 320px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  top: 10px;
  right: 0px;
  bottom: 70px;
}
.upfront-sidebar-hidden {
  right: -317px;
}
.upfront-sidebar-nav {
  font-size: 22px;
  line-height: 40px;
}
.upfront-sidebar-nav-elem {
  position: absolute;
  left: -43px;
  width: 40px;
  background: #fff;
  border-top: 1px solid #bbbbbb;
  text-align: center;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.4);
}
.upfront-sidebar-nav-elem:hover {
  color: #fff;
  background: #049cdb;
  cursor: pointer;
  color: #94defd;
}
.upfront-sidebar-nav-elem.active {
  color: #fff;
  background: #049cdb;
}
.upfront-sidebar-nav-first {
  top: -1px;
  color: #333;
}
.upfront-sidebar-nav-second {
  top: 46px;
  color: #333;
}
.upfront-sidebar-header {
  cursor: pointer;
  background: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}
.upfront-sidebar-header h3 {
  margin: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: 200;
}
.upfront-sidebar-header:hover .upfront-sidebar-hide-icon {
  display: inline;
}
.upfront-sidebar-hide-icon {
  float: right;
  padding-right: 5px;
  font-size: 20px;
  line-height: 40px;
  color: #ccc;
  display: none;
}
.upfront-sidebar-content {
  padding: 5px 15px;
}
.upfront-snippet-list {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.upfront-snippet-item a {
  display: block;
  padding: 5px 15px;
  clear: both;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  white-space: nowrap;
  text-decoration: none;
}
.upfront-snippet-item a:hover {
  text-decoration: none;
}
.upfront-snippet-item:hover {
  background: #ececec;
}
.upfront-heading-addition {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.upfront-sidebar-account-header {
  display: block;
  background: #555555;
  color: #fff;
  border-left: 1px solid #fff;
  padding: 0 14px;
}
.upfront-sidebar-account-header h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.upfront-sidebar-account-header:hover {
  color: #fff;
}
.upfront-sidebar-icon-right {
  float: right;
  font-size: 16px;
  line-height: 28px;
}
/* TOOLBAR */
.upfront-toolbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.upfront-toolbar-inner {
  border-top: 1px solid #bbbbbb;
  padding: 0 10px 0 0;
  background: #e0e0e0;
}
.upfront-toolbar-top,
.upfront-toolbar-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1020;
  margin-bottom: 0;
}
.upfront-toolbar-top {
  top: 0;
}
.upfront-toolbar-bottom {
  bottom: 0;
}
/* TOOLBAR CONTENT */
.upfront-toolbar-context {
  float: left;
  vertical-align: middle;
  margin: 0;
  list-style: none;
}
.upfront-toolbar-context li {
  float: left;
}
.upfront-toolbar-context li button.upfront-first {
  padding-left: 18px;
}
.upfront-toolbar-context li button {
  position: relative;
  padding: 0 8px 0 22px;
}
.upfront-toolbar-context li button:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  /* Go big on the size, and let overflow hide */

  border-bottom: 30px solid transparent;
  border-left: 7px solid #e0e0e0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 100%;
  z-index: 2;
}
.upfront-toolbar-context li button:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -30px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
button.upfront-toolbar-button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 60px;
  background: #e0e0e0;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 300;
  border: none;
  *border: 0;
}
button.upfront-toolbar-button .caret {
  vertical-align: middle;
  border-top: 4px solid #999999;
  margin-left: 3px;
}
button.upfront-toolbar-button:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  color: #333333;
  background: #cccccc;
}
button.upfront-toolbar-button:hover:after {
  border-left: 7px solid #cccccc;
}
.upfront-toolbar-right {
  float: right;
  list-style: none;
  margin: 0;
}
/* CONTEXT */
.upfront-toolbar .btn .caret {
  margin-left: 3px;
  margin-right: -3px;
}
.upfront-context {
  float: left;
}
.upfront-context-prefix {
  line-height: 25px;
  display: inline-block;
  float: left;
  margin: 0 5px;
}
.upfront-context-buttons {
  margin-left: 25px;
}
/* OLD STUFF */
/*.upfront-brand {
  float: left;
  display: block;
  padding: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: @white;
}*/
/*.upfront-status-bar {
  color:#666;
  background:#ddd;
  border-top:1px solid #ccc;
  .opacity(80);
  
  .breadcrumb {
    padding:0;
    border:none;
    margin:0;
    background:none;
    .box-shadow(none);
  }
}

.upfront-status-bar-content {
  padding:3px 15px 7px;
}*/.upfront-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  /*  .box-shadow( 0 5px 10px rgba(0,0,0,.2) );*/

  margin-bottom: 10px;
}
.upfront-panel .close {
  position: absolute;
  top: 0;
  right: 0;
}
.upfront-panel-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.upfront-panel-header h3 {
  padding: 4px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}
.upfront-panel-header button.close {
  padding: 2px 8px 0 0;
}
.upfront-panel-content {
  min-width: 200px;
  min-height: 50px;
  padding: 10px;
}
.upfront-panel-full-content {
  padding: 0;
}
/* Arrow */
.upfront-panel .arrow,
.upfront-panel .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.upfront-panel .arrow:after {
  content: "";
  z-index: -1;
}
.upfront-panel .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #f9f9f9;
}
.upfront-panel .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.upfront-toolstrip {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 61px;
  z-index: 1020;
  margin-bottom: 0;
  overflow: visible;
}
.upfront-toolstrip-inner {
  border-top: 1px solid #bbbbbb;
  background: #f9f9f9;
  padding: 10px 20px;
}
.upfront-toolset {
  float: left;
}
/*.upfront-grid-control {
  margin: 20px 0;
  background: @grayLighter;
  padding: 5px 10px;
  .border-radius(5px);
}*/
/*.upfront-grid-buttons {
  float: left;
}*/
.upfront-hint {
  padding-left: 10px;
  float: left;
  color: #ccc;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 30px;
  font-size: 18px;
  font-family: "Source Sans Pro", serif;
}
.upfront-terminal {
  position: fixed;
  top: 10px;
  left: 20px;
  width: 500px;
  border: 1px solid #bbbbbb;
  /*  border-top: 5px solid @pink;*/

  background: #f9f9f9;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.upfront-terminal-header {
  padding: 5px 7px 5px;
  cursor: move;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.upfront-terminal-in {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.upfront-terminal-in form {
  margin-bottom: 0px;
}
.upfront-terminal-in .add-on {
  padding: 0 0 0 5px;
  margin-top: 0;
  background: none;
  border: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.upfront-terminal-in .console-input {
  background: transparent;
  border: none;
  padding: 10px 5px 10px 0;
  margin: -3px 0 0 0;
  font-size: 22px;
  line-height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.upfront-terminal-out {
  position: absolute;
  bottom: -50px;
  padding: 10px 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #f9f9f9;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333333;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333333;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333333;
}
/* List Control */
.upfront-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.upfront-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.upfront-list li i {
  margin-right: 5px;
}
.upfront-list li a {
  display: block;
  padding: 5px 10px;
  font-weight: 300;
  font-size: 16px;
}
.upfront-list li a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.upfront-list li:last-child {
  border-bottom: none;
}
.upfront-help-small {
  font-size: 14px;
  color: #999999;
  cursor: pointer;
}
.upfront-help-small .upfront-icon-help-circled {
  color: #666;
}
.upfront-help-small:hover .upfront-icon-help-circled:before {
  content: '\2716';
}
@media screen and (max-width: 767px) {
  /* TOOLBAR */
  .upfront-toolbar-inner button span {
    display: none;
  }
}
