﻿/* Color Palette variables*/
/* Sizing Variables */
/* Background colors */
/* Media Query Mixins */
/* Typography 
Explicitly define a Segoe UI font-family so that we can assign Segoe UI 
Semilight to an appropriate font-weight.
*/
@font-face {
  font-family: "Segoe UI";
  font-weight: 200;
  src: local("Segoe UI Light");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 300;
  src: local("Segoe UI Semilight");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 400;
  src: local("Segoe UI");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 600;
  src: local("Segoe UI Semibold");
}
@font-face {
  font-family: "Segoe UI";
  font-weight: 700;
  src: local("Segoe UI Bold");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 400;
  src: local("Segoe UI Italic");
}
@font-face {
  font-family: "Segoe UI";
  font-style: italic;
  font-weight: 700;
  src: local("Segoe UI Bold Italic");
}
/* Vendor Prefixes */
/* Mixins */
/* Mixins for elements so we can use them in our reset and in proper form element LESS files (Reset.less, Input.less, Button.less).*/
/*loading spinner using css and one element*/
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #505050, 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.5), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.7), 1.8em -1.8em 0 0em #505050, 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.5), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.7), 2.5em 0em 0 0em #505050, 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.5), 2.5em 0em 0 0em rgba(80, 80, 80, 0.7), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.5), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.7), 0em 2.5em 0 0em #505050, -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.2), -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.5), 0em 2.5em 0 0em rgba(80, 80, 80, 0.7), -1.8em 1.8em 0 0em #505050, -2.6em 0em 0 0em rgba(80, 80, 80, 0.2), -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.5), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.7), -2.6em 0em 0 0em #505050, -1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(80, 80, 80, 0.2), 1.8em -1.8em 0 0em rgba(80, 80, 80, 0.2), 2.5em 0em 0 0em rgba(80, 80, 80, 0.2), 1.75em 1.75em 0 0em rgba(80, 80, 80, 0.2), 0em 2.5em 0 0em rgba(80, 80, 80, 0.2), -1.8em 1.8em 0 0em rgba(80, 80, 80, 0.5), -2.6em 0em 0 0em rgba(80, 80, 80, 0.7), -1.8em -1.8em 0 0em #505050;
  }
}
.widget.forms {
  border: 1px solid #ccc;
}
.widget.forms .widgettitle {
  margin-top: 0;
  color: #1f6385;
  font-size: 16px;
  background-color: #e1e1e1;
  border-bottom: 1px solid #ccc;
}
.widget.forms .widgetcontent {
  max-height: 100%;
}
.widget.forms .widgetfooter {
  margin-top: 0;
}
.form-designer {
  white-space: nowrap;
  overflow: hidden;
}
.form-designer .factories {
  width: 12%;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  padding-top: 20px;
  position: relative;
  top: -10px;
  min-height: 600px;
}
.form-designer .factories input {
  display: block;
  margin-bottom: 10px;
}
.form-designer .tabs {
  width: 85%;
  min-height: 600px;
}
.form-designer .tabs > .header > .tab {
  display: inline-block;
  border: 1px solid black;
  cursor: pointer;
  padding: 5px 7px;
  width: 100px;
  font-size: larger;
}
.form-designer .tabs > .header > .tab.selected {
  font-weight: bold;
}
.form-designer .tabs > div {
  display: block;
}
.form-designer .tabs > .css,
.form-designer .tabs > .css > div {
  width: 100%;
  min-height: 600px;
}
.form-designer .tabs > .surface {
  padding-right: 20px;
  margin-right: 0;
  padding-top: 10px;
  min-height: 600px;
}
.form-designer .tabs > .surface h1 {
  margin-top: 0;
}
.form-designer .tabs > .surface h2 {
  margin-top: 0px;
}
.form-designer .tabs > .surface > .fields > .field {
  background: #EEE;
  margin: 7px 0;
  white-space: nowrap;
  padding: 5px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-designer .tabs > .surface > .fields > .field:last-of-type {
  margin-bottom: 20px;
}
.form-designer .tabs > .surface > .fields > .field .final-field {
  display: block;
}
.form-designer .tabs > .surface > .fields > .field .final-field > input {
  display: inline-block;
}
.form-designer .tabs > .surface > .fields > .field .final-field > .help {
  position: relative;
  top: 3px;
  left: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("../../../images/icons/question.png");
}
.form-designer .tabs > .surface > .fields > .field h2 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  margin-left: -5px;
  margin-top: -5px;
  margin-right: -5px;
  padding: 5px;
}
.form-designer .tabs > .surface > .fields > .field > input[type=text] {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0;
}
.form-designer .tabs > .surface > .fields > .field > input[type=text].name {
  width: 20%;
}
.form-designer .tabs > .surface > .fields > .field > input[type=text].prompt {
  width: 70%;
}
.form-designer .tabs > .surface > .fields > .field textarea {
  margin: 5px 0;
  height: 80px;
  width: 280px;
}
.form-designer .tabs > .surface > .fields > .field > h1 {
  font-size: 120%;
  line-height: 0.1em;
  display: block;
}
.form-designer .tabs > .surface > .fields > .field > h1:before {
  content: 'field: ';
  color: #ccc;
}
.form-designer .tabs > .surface > .fields > .field > .buttons,
.form-designer .tabs > .surface > .fields > .field > .designer {
  display: inline-block;
  vertical-align: top;
}
.form-designer .tabs > .surface > .fields > .field > .buttons:empty,
.form-designer .tabs > .surface > .fields > .field > .designer:empty {
  display: none;
}
.form-designer .tabs > .surface > .fields > .field > .buttons {
  position: absolute;
  top: 7px;
  right: 5px;
}
.form-designer .tabs > .surface > .fields > .field > .buttons > div {
  cursor: pointer;
  width: 42px;
  height: 28px;
  display: inline-block;
  background-position: 12px 5px;
  background-repeat: no-repeat;
}
.form-designer .tabs > .surface > .fields > .field > .buttons > div.remove {
  background-image: url("../../../images/icons/delete.png");
}
.form-designer .tabs > .surface > .fields > .field > .buttons > div.precondition {
  background-image: url("../../../images/icons/route.png");
}
.form-designer .tabs > .surface > .fields > .field > .buttons > div.precondition.off {
  background-image: url("../../../images/icons/routeoff.png");
}
.form-designer .tabs > .surface > .fields > .field > .preconditions {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #ccc;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions:empty {
  display: none;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #FAFAFA;
  padding: 7px;
  margin-bottom: 15px;
  position: relative;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .option {
  margin: 5px 0;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .option.answer > div {
  min-height: 28px;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .option > div {
  display: block;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .buttons {
  position: absolute;
  top: 7px;
  right: 5px;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .buttons > div {
  cursor: pointer;
  width: 42px;
  height: 28px;
  display: inline-block;
  background-position: 12px 5px;
  background-repeat: no-repeat;
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .buttons > div.remove {
  background-image: url("../../../images/icons/delete.png");
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .buttons > div.precondition {
  background-image: url("../../../images/icons/route.png");
}
.form-designer .tabs > .surface > .fields > .field > .preconditions > .precondition > .buttons > div.precondition.off {
  background-image: url("../../../images/icons/routeoff.png");
}
.form-designer .tabs > .surface > .fields > .field.page-break:before {
  content: 'Page Break';
  font-weight: bold;
}
.form-designer .tabs > .surface > .fields > .field .record-property-binding {
  margin-top: 10px;
}
.form-designer .tabs > .surface > .fields > .field .record-property-binding > div {
  display: inline-block;
}
.form-designer .tabs > .surface > .fields > .field .record-property-binding > div > div,
.form-designer .tabs > .surface > .fields > .field .record-property-binding > div > label {
  display: block;
}
.form-designer .tabs > .surface > .fields > .field .record-property-binding > div > div {
  width: 250px;
}
.form-designer .tabs > .surface > .fields > .field .record-property-binding > div input[type=checkbox] {
  padding: 13px 25px;
}
.form-designer.spinner:before {
  content: '.';
  display: block;
  height: 24px;
  /* TODO: this URL does not use @imagesRoot because of a strange bug in LESS that appends an extra "../" to the path */
  background: url('../../../images/ajaxloader_small.gif');
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1px;
  color: transparent;
  margin: 10px 0;
  text-align: center;
}
.form-designer > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.form-designer > div.factories h1 {
  font-size: 120%;
  line-height: 0.1em;
}
.form-designer > div.factories > .fields > a {
  display: block;
}
.form-designer > div.factories > .contexts {
  margin-bottom: 20px;
}
.form-designer > div.factories > .contexts > label {
  display: block;
  margin-bottom: 0;
}
.form-designer > div.factories > .contexts > label > input {
  display: inline-block;
  margin-bottom: 0;
}
.disabled-block > div,
.disabled-block a {
  pointer-events: none;
  opacity: .7;
}