#jqt > .wait .toolbar:not(.progress) {
  display: none; }

#jqt .hide {
  display: none; }

#jqt > :not(.wait) .toolbar.progress {
  display: none;
  position: relative; }

#jqt > .in input,
#jqt > .out input,
#jqt > .in a,
#jqt > .out a {
  pointer-events: none; }

#jqt > .saving input,
#jqt > .loading input,
#jqt > .saving a,
#jqt > .loading a {
  pointer-events: none; }

#jqt > * .toolbar.progress .spinner {
  position: relative;
  width: 20px;
  height: 20px;
  left: 25%;
  top: 2px; }

#jqt .toolbar {
  background-color: #f8f8f8; }

#jqt .toolbar.has-subtitle > h1 {
  top: 2px; }

#jqt.black-translucent .toolbar.has-subtitle > h1 {
  bottom: 20px;
  top: auto; }

#jqt .toolbar > h2 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  bottom: 7px;
  margin: 20px 0 0 -75px;
  width: 150px;
  font-size: 10px;
  line-height: 1em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333; }

#jqt[data-jqt-theme="apple"] .toolbar > h2 {
  font-size: 12px;
  line-height: 0.8em;
  color: white;
  text-shadow: #5c718e 0 -1px 0; }

#jqt > .current.loading::after,
#jqt > .current.saving::after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  z-index: 200;
  text-align: center;
  background-color: rgba(127, 127, 127, 0.7);
  opacity: 0.9;
  color: white;
  font-weight: 800;
  font-size: 16px;
  -webkit-user-drag: none; }

#jqt > .current.loading::after {
  content: 'Loading...'; }

#jqt > .current.saving::after {
  content: 'Saving...'; }

#jqt > .current.saving > .toolbar > a.back, #jqt > .saving > .toolbar > input[type="submit"] {
  display: none; }

#jqt > * .scroll.loading::after,
#jqt > * .scroll.saving::after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 10px;
  z-index: 200;
  text-align: center;
  background-color: rgba(127, 127, 127, 0.7);
  opacity: 0.9;
  color: white;
  font-weight: 800;
  font-size: 16px;
  -webkit-user-drag: none; }

#jqt > * .scroll.loading::after {
  content: 'Loading...'; }

#jqt > * .scroll.saving::after {
  content: 'Saving...'; }

#jqt > .abstract {
  display: none !important; }

#jqt > .placeholder {
  display: none !important; }

#jqt .back {
  max-width: 80px; }

.whiteButton {
  display: block;
  position: relative;
  z-index: 20; }

#jqt > * .toolbar.progress > .spinner + * {
  text-indent: 35px; }

#jqt > * .navibar > a {
  bottom: initial;
  right: 5px; }

#jqt > * .toolbar > .left, #jqt > * .navibar > .left {
  right: initial;
  left: 5px; }

#jqt > * .toolbar > a.button.symbol, #jqt > * .navibar > a.button.symbol {
  font-size: 25px;
  line-height: 25px;
  z-index: 10; }

#jqt > * .navibar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  border: none;
  height: 44px;
  text-align: center;
  overflow: hidden;
  background-color: #f8f8f8;
  background-image: none; }

#jqt[data-jqt-theme="apple"] > * .navibar {
  background-color: #8195af;
  background-image: -moz-linear-gradient(top, #b0bccd, #889bb3 50%, #8195af 50%, #6d84a2); }

#jqt > * > .navibar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal; }

#jqt > * .navibar {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  border-top: 1px solid #b2b2b2;
  padding: 7px 5px 9px 5px;
  background-color: #f8f8f8;
  background-image: none; }

#jqt[data-jqt-theme="apple"] > * .navibar {
  border-top: 1px solid #2d3642;
  background-color: #8195AF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b0bccd), color-stop(0.5, #889bb3), color-stop(0.5, #8195af), to(#6d84a2)); }

#jqt[data-jqt-theme="apple"] > * .navibar::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  margin: -7px -5px 0 -5px;
  border-top: 1px solid #D8DEE6;
  content: ""; }

#jqt > * .navibar > * {
  display: block;
  /* position: relative; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0; }

#jqt > * .navibar .button,
#jqt > * .navibar .back,
#jqt > * .navibar .cancel,
#jqt > * .navibar .add {
  color: #007aff;
  border: 0px solid transparent;
  background-color: transparent; }

#jqt > * .button:active,
#jqt > * .back:active,
#jqt > * .cancel:active,
#jqt > * .add:active,
#jqt > * .button.active,
#jqt > * .back.active,
#jqt > * .cancel.active,
#jqt > * .add.active,
#jqt > * .navibar .button:active,
#jqt > * .navibar .back:active,
#jqt > * .navibar .cancel:active,
#jqt > * .navibar .add:active,
#jqt > * .navibar .button.active,
#jqt > * .navibar .back.active,
#jqt > * .navibar .cancel.active,
#jqt > * .navibar .add.active {
  color: #c6dff9; }

#jqt ul.mail li > label.spanned * {
  overflow: hidden; }

#jqt ul.mail li > label.spanned input[type="checkbox"],
#jqt ul > li > * + a.option {
  position: absolute;
  display: block;
  padding: 0;
  top: 50%; }

#jqt ul.mail li > label.spanned input[type="checkbox"] {
  left: 15px;
  margin-top: -8px; }

#jqt ul > li > * + a.option {
  position: absolute;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  top: 50%;
  margin-top: -28px;
  color: #007aff;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  right: 10px;
  z-index: 10;
  -webkit-box-shadow: none;
  -webkit-box-sizing: border-box; }

#jqt ul > li > * + a.option.active {
  padding: 0;
  margin-left: -10px;
  margin-right: -10px; }

#jqt fieldset.rounded > a.option {
  display: inline-block;
  text-decoration: none; }

/* line: 1696 */
#jqt fieldset.rounded > li {
  position: relative;
  padding: 0; }

#jqt fieldset.rounded > li > a.option {
  position: absolute;
  top: 0;
  right: 0; }

#jqt #pick-business-view ul > li > a.option::before {
  margin: 0; }

#jqt #pick-account-view fieldset.rounded > li > a.option::before,
#jqt #pick-merchant-view fieldset.rounded > li > a.option::before,
#jqt #pick-tag-view fieldset.rounded > li > a.option::before,
#jqt ul > li > * + a.option::before {
  content: "i";
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  line-height: 19px;
  margin: 15px 15px;
  border-radius: 10px;
  border: 1px solid #007aff;
  color: #007aff;
  font-size: 13px;
  font-weight: bold;
  text-indent: 7.5px;
  z-index: 10;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  pointer-events: none;
  -webkit-border-radius: 10px;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: none; }

#jqt ul > li > * + a.option.active::before {
  color: #c6dff9;
  border: 1px solid #c6dff9; }

#jqt[data-jqt-theme="apple"] ul > li > * + a.option {
  width: 26px;
  height: 26px;
  right: 20px;
  margin-top: -12px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: none;
  background-color: #36c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7094db), color-stop(50%, #4775d1), color-stop(51%, #3366cc), color-stop(100%, #2e5cb8));
  background-image: -webkit-linear-gradient(top, #7094db, #4775d1 50%, #3366cc 51%, #2e5cb8);
  background-image: linear-gradient(top, #7094db, #4775d1 50%, #3366cc 51%, #2e5cb8);
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box; }

#jqt[data-jqt-theme="apple"] ul > li > * + a.option::before {
  display: block;
  content: \x203a;
  z-index: 10;
  line-height: 15px;
  text-indent: 6px;
  padding: 0;
  color: white;
  text-shadow: #3c8101 0 -1px 0;
  font-family: Futura, "Futura Condensed", Helvetica, Arial, sans-serif;
  font-size: 30px; }

#jqt > * .navibar > .fa {
  font-family: FontAwesome;
  font-size: 1.5em; }

#jqt > * .navibar > a.button.symbol.refresh {
  font-weight: normal;
  font-size: 19px;
  padding-top: 3px; }

.symbol.navi > span {
  display: block;
  -webkit-transform: rotate(90deg);
  letter-spacing: 2px; }

/************************************/
/* @group fieldset li[type='radio'] */
/************************************/
#jqt ul.rounded li.arrow input.inline:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none; }

#jqt #pick-business-view ul li {
  padding: 0; }

#jqt #pick-business-view ul li.arrow {
  padding: 10px; }

#jqt #pick-business-view ul li input.unradio[type="radio"] {
  margin: 0;
  width: 100%;
  padding: 10px 50px 10px 10px; }

#jqt #pick-business-view ul li > a.option {
  margin: -20px;
  right: 20px;
  top: 50%;
  padding: 10px; }

#jqt ul li input.inline[type="checkbox"],
#jqt ul li input.unradio[type="radio"] {
  postion: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  width: 100%;
  margin: -10px;
  padding: 10px;
  color: #324F85;
  line-height: 23px;
  border: 0px solid transparent;
  border-radius: 0px;
  height: 42px; }

#jqt ul li label + input.inline[type="checkbox"],
#jqt ul li label + input.unradio[type="radio"] {
  height: auto; }

#jqt ul li input.unradio[type="radio"]::after {
  position: initial;
  width: 100%;
  color: inherit;
  text-shadow: inherit; }

#jqt ul li input.inline[type="checkbox"],
#jqt ul li input.unradio[type="radio"] {
  width: 107%;
  /* hack */ }

#jqt ul.rounded li:first-child input.inline[type="checkbox"],
#jqt ul.rounded li:first-child input.unradio[type="radio"] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

#jqt ul li input.active.inline[type="checkbox"],
#jqt ul li input.active.unradio[type="radio"] {
  color: white;
  text-shadow: none; }

#jqt fieldset.rounded > input[type="radio"].active,
#jqt ul li input.unradio[type="radio"].active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4286f5), to(#194fdb));
  background-color: #36c;
  color: white;
  text-shadow: none; }

#jqt ul li input.inline[type="checkbox"].active,
#jqt ul li input.unradio[type="radio"].active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4286f5), to(#194fdb));
  background-color: #36c;
  color: white;
  text-shadow: none; }

#jqt fieldset.rounded > input[type="radio"].active:checked {
  color: white;
  text-shadow: none; }

jqt ul li label + input.inline[type="checkbox"],
#jqt ul li label + input.unradio[type="radio"] {
  width: 180px; }

#jqt ul li input.inline[type="checkbox"]::after {
  content: attr(title);
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: initial;
  font-family: "Helvetica Neue", Helvetica;
  margin: 0px 10px;
  padding-right: 40px;
  width: 80%;
  font-size: 14px;
  line-height: 23px;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis; }

#jqt ul li label + input.inline[type="checkbox"]::after {
  width: 50%;
  overflow-y: hidden;
  text-overflow: ellipsis; }

#jqt ul li label + input.unradio[type="radio"]::after {
  content: attr(title);
  display: inline-block;
  /*
    position: absolute;
    margin: 10px 0;
    */
  top: 0;
  left: initial;
  right: 0;
  font-family: "Helvetica Neue", Helvetica;
  padding-right: 40px;
  width: 180px;
  font-size: 18px;
  line-height: 23px;
  width: auto;
  color: inherit; }

#jqt ul li label + input.unradio[type="radio"].active::after {
  color: white;
  text-shadow: none; }

#jqt ul li a.active label {
  color: white;
  text-shadow: none; }

#jqt ul li label + input.unradio[type="radio"]::after {
  width: 98%;
  overflow-y: hidden;
  text-overflow: ellipsis; }

#jqt input.inline[type="checkbox"].active,
#jqt a.active input.inline[type="checkbox"],
#jqt input.unradio[type="radio"].active,
#jqt a.active input.unradio[type="radio"] {
  color: white;
  text-shadow: none; }

#jqt fieldset.rounded {
  /* line: 1600 */
  color: black;
  font-weight: bold;
  font-size: 13pt;
  line-height: 21pt;
  padding: 0;
  margin: 15px 10px 17px 10px;
  list-style-type: none; }

#jqt fieldset.rounded {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: #999 0px 0px 2px; }

#jqt fieldset.rounded ul.rounded {
  margin: -15px -10px -17px -10px; }

#jqt fieldset.rounded > *, #jqt fieldset.rounded > * > a:only-of-type {
  border-style: none;
  border-width: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#jqt fieldset.rounded {
  border: none; }

#jqt fieldset.rounded input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  line-height: 28px;
  font-size: 28px;
  font-weight: bold;
  color: inherit; }

#jqt fieldset.rounded > input[type="radio"], #jqt fieldset.rounded > li > input[type="radio"] {
  min-height: 44px;
  background-color: white;
  color: black; }

#jqt fieldset.rounded > *:first-child, #jqt fieldset.rounded > *:first-child > a:only-of-type {
  border-top: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

#jqt fieldset.rounded > *:last-child, #jqt fieldset.rounded > *:last-child > a:only-of-type {
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

#jqt fieldset.rounded > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  color: #222;
  list-style-type: none;
  padding: 10px;
  line-height: 23px;
  overflow: hidden;
  min-height: 44px; }

#jqt fieldset.rounded > * {
  border-top: 1px solid #E0E0E0; }

#jqt fieldset.rounded > * > a:only-of-type {
  margin: -10px;
  padding: 10px;
  overflow: hidden; }

#jqt fieldset.rounded > li > a.option:only-of-type {
  margin: 0;
  padding: 0; }

#jqt fieldset.rounded > a, #jqt fieldset.rounded > li > a {
  display: block;
  text-decoration: none; }

/* line: 1696 */
#jqt fieldset.rounded > input[type="radio"], #jqt fieldset.rounded > li > input[type="radio"],
#jqt fieldset.rounded > a {
  /* line: 1759 */
  padding-right: 30px; }

/* line: 1760 */
#jqt fieldset.rounded a.active > input[type="radio"] {
  /* line: 1809 */
  color: white;
  /* line: 1812 */
  text-shadow: none; }

#jqt fieldset.rounded > a {
  /*
    background-image: none; # images/chevron.png, none, none;
    background-position: right center, 6px center, left top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    */ }

/* line: 1824 */
#jqt fieldset.rounded > a::before {
  content: \x203a;
  float: right;
  display: inline;
  font-size: 1.7em;
  color: light-grey;
  line-height: 17px; }

#jqt fieldset.rounded > input[type="radio"]:checked, #jqt fieldset.rounded > li > input[type="radio"]:checked,
#jqt ul li input.unradio[type="radio"]:checked {
  color: #324F85;
  /*
    background-image: url(images/check.png), none, none;
    background-position: right center, 6px center, left top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    */ }

#jqt fieldset.rounded > input[type="radio"].active:checked,
#jqt fieldset.rounded > li > input[type="radio"].active:checked,
#jqt ul li input.unradio[type="radio"].active:checked,
#jqt ul li a.active input.unradio[type="radio"]:checked {
  color: white;
  text-shadow: none; }

#jqt fieldset.rounded > a > input[type="radio"]:checked {
  /*
    background-image: url(images/check.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 30px;
    */ }

/* line: 1847 */
#jqt fieldset.rounded > input[type="radio"]:checked::before,
#jqt fieldset.rounded > li > input[type="radio"]:checked::before,
#jqt ul li input.unradio[type="radio"]:checked::before,
#jqt fieldset.rounded > a > input[type="radio"]:checked::before,
#jqt ul li input.check[type="text"][checked]::before,
#jqt ul li input.check[type="date"][checked]::before {
  /* new */
  content: \x2713;
  float: right;
  display: inline;
  font-size: 26px;
  font-weight: bold; }

#jqt fieldset.rounded > input[type="radio"].active::before,
#jqt fieldset.rounded > li > input[type="radio"].active::before,
#jqt ul li input.unradio[type="radio"].active::before,
#jqt fieldset.rounded > input[type="radio"].active::after,
#jqt fieldset.rounded > li > input[type="radio"].active::after,
#jqt ul li input.unradio[type="radio"].active::after {
  color: inherit;
  text-shadow: inherit; }

#jqt fieldset.rounded input[type="radio"]:checked::before,
#jqt fieldset.rounded input[type="radio"]:checked::after {
  /* new */
  color: #324F85; }

#jqt fieldset.rounded > input[type="radio"]:checked.nocheck::before,
#jqt fieldset.rounded > li > input[type="radio"]:checked.nocheck::before,
#jqt ul li input.unradio[type="radio"]:checked.nocheck::before,
#jqt fieldset.rounded > a > input[type="radio"].nocheck:checked::before {
  /* new */
  content: ""; }

#jqt fieldset.rounded > a.active > input[type="radio"]:checked::before,
#jqt ul li.active input.unradio[type="radio"]:checked::before {
  /* new */
  color: inherit;
  text-shadown: inherit; }

#jqt fieldset.rounded > input[type="radio"],
#jqt fieldset.rounded > li > input[type="radio"],
#jqt ul li input.unradio[type="radio"],
#jqt ul li label.spanned {
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 350ms, 200ms;
  -webkit-transition-timing-function: linear, linear;
  background-color: transparent;
  color: black; }

#jqt ul li.forward.active {
  /* background-image: none; # images/chevron_circle.png
     */ }

/* line: 1904 */
#jqt fieldset.rounded > input[type="radio"] {
  /* line: 2208 */
  margin: 0;
  padding: 10px 10px; }

#jqt fieldset.rounded > li > input[type="radio"] {
  margin: 0;
  padding: 10px 50px 10px 10px;
  -webkit-appearance: none;
  border: none; }

#jqt fieldset.rounded input[type="radio"]:checked {
  color: #324F85; }

#jqt fieldset.rounded input[type="radio"]::after {
  display: block;
  -webkit-box-flex: 10;
  -moz-box-flex: 10;
  box-flex: 10;
  content: attr(title);
  font: 17px "Helvetica Neue", Helvetica;
  font-weight: bold;
  vertical-align: middle;
  line-height: 28px; }

#jqt fieldset.rounded input[type="radio"][value]:not([title])::after {
  content: attr(value); }

#jqt fieldset.rounded input[type="radio"][title][value].showvalue:checked::after {
  display: block;
  content: attr(value);
  font: 17px "Helvetica Neue", Helvetica;
  font-weight: normal;
  vertical-align: middle;
  text-align: right; }

#jqt ul li input[type="checkbox"].showvalue::after, #jqt ul li input[type="radio"].showvalue::after {
  content: attr(value); }

#jqt fieldset.rounded input[type="radio"][title][displayvalue].showvalue:checked::after {
  display: block;
  content: attr(displayvalue);
  font: 17px "Helvetica Neue", Helvetica;
  font-weight: normal;
  vertical-align: middle;
  text-align: right; }

#jqt fieldset.rounded input[type="radio"][title][displayvalue].showvalue:checked::after {
  display: block;
  content: attr(displayvalue);
  font: 17px "Helvetica Neue", Helvetica;
  font-weight: normal;
  vertical-align: middle;
  text-align: right; }

#jqt fieldset.rounded > a > input[type="radio"] {
  background-color: transparent;
  border: 0px solid transparent; }

#jqt fieldset.rounded a.active > input[type="radio"] {
  color: #fff;
  text-shadow: none; }

/* line: 2206 */
/************************************/
/*  @end fieldset li[type='radio']  */
/************************************/
/******************/
/* @group Spinner */
/******************/
/* http://37signals.com/svn/posts/2577-loading-spinner-animation-using-css-and-webkit */
div.spinner {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block; }

div.spinner div {
  width: 13%;
  height: 26%;
  background: #fff;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0; }

div.spinner.animate div {
  -webkit-animation: fade 1s linear infinite;
  -moz-animation: fade 1s linear infinite;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

div.spinner div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s; }

div.spinner div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s; }

div.spinner div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s; }

div.spinner div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s; }

div.spinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s; }

div.spinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s; }

div.spinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s; }

div.spinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s; }

div.spinner div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s; }

div.spinner div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s; }

div.spinner div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s; }

div.spinner div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s; }

@-webkit-keyframes fade {
  from {
    opacity: 1; }
  to {
    opacity: 0.25; } }

/******************/
/*  @end Spinner  */
/******************/
/******************/
/*  @group Forms  */
/******************/
#jqt > * > * .button[disabled],
#jqt > * > * input[type="submit"][disabled] {
  opacity: 0.6; }

#jqt ul.edgetoedge:first-child {
  margin-top: 0; }

#jqt ul li label {
  right: 30%;
  width: 30%;
  text-align: right;
  display: inline-block;
  vertical-align: top; }

#jqt ul li input[type="date"] {
  color: black;
  text-shadow: #e8ebee 0 1px 0;
  background: transparent url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  border: 0;
  font: normal 17px "Helvetica Neue", Helvetica;
  padding: 0;
  display: inline-block;
  margin-left: 0px;
  width: 100%;
  -webkit-appearance: textarea; }

#jqt ul li label + input[type="text"],
#jqt ul li label + input[type="password"],
#jqt ul li label + input[type="tel"],
#jqt ul li label + input[type="number"],
#jqt ul li label + input[type="search"],
#jqt ul li label + input[type="email"],
#jqt ul li label + input[type="date"],
#jqt ul li label + input[type="url"],
#jqt ul li label + input[type="file"],
#jqt ul li label + textarea, #jqt ul li label + select {
  left: 33%;
  right: 0;
  max-width: 60%;
  min-width: 140px;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 22px; }

#jqt ul li label + input + label {
  display: block;
  position: relative;
  right: 100%;
  width: initial;
  right: initial;
  clear: left;
  text-align: initial;
  font-weight: normal;
  font-size: 0.8em;
  margin: 10px 10px 0 10px; }

#jqt ul li label + input + label.error {
  color: red; }

#jqt ul li h4 {
  font: 8.5pt "Helvetica Neue", Helvetica;
  color: grey;
  text-shadow: white -1pt -1pt 2pt, white 1pt 1pt 1pt; }

#jqt ul li .active h4 {
  color: inherit;
  text-shadow: inherit; }

#jqt ul li > h4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  left: 33%;
  margin-left: 11px; }

/******************/
/*   @end Forms   */
/******************/
/******************/
/*  camera roll   */
/******************/
#jqt .roll {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }

#jqt .edgetoedge.roll li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.6); }

#jqt .roll > li {
  display: block;
  position: relative;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  height: 75px;
  width: 75px;
  margin: 4px 0 0 4px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.6); }

#jqt .roll > li a {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

#jqt .scroll a[disabled] {
  display: none; }

.halfsize-image {
  display: block;
  position: relative;
  margin: 20px 20px 0 20px;
  padding: 4px;
  height: 135px;
  z-index: 0;
  background-color: white;
  border: 1px solid #ddd;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

#jqt .halfsize-image + * {
  margin-top: 10px; }

#jqt .halfsize-image > img {
  width: 100%;
  height: auto;
  margin-bottom: -3px; }

.halfsize-image span {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }

/********************/
/* @end camera-roll */
/********************/
/*****************************/
/* Page and ul.rounded icons */
/*****************************/
.s-pagedecor {
  display: block;
  margin: 20px auto;
  width: 80px;
  height: 80px;
  -webkit-background-size: contain;
  background-repeat: no-repeat;
  -webkit-margin-collapse: separate; }

#jqt .s-pagedecor + ul {
  -webkit-margin-collapse: separate;
  margin-top: 25px; }

.icon {
  -webkit-box-sizing: border-box;
  text-indent: 63px;
  display: inline-block;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 8px 0;
  -webkit-background-origin: content-box;
  -webkit-background-size: contain;
  -webkit-mask-origin: content-box;
  -webkit-mask-repeat: no-repeat; }

#jqt ul.double li.arrow::after, #jqt ul li.forward::after {
  line-height: 160%; }

/*****************************/
/* @end    Page icons         */
/*****************************/
/*********************/
/*      ul.mail      */
/*********************/
#jqt ul.edgetoedge {
  border: 0px transparent; }

#jqt ul.mail li {
  border-top: 1px solid #E0E0E0; }

#jqt ul.mail li {
  height: 78px;
  color: #000;
  line-height: 22px;
  padding: 5px 30px;
  overflow: hidden;
  text-overflow: ellipsis; }

#jqt ul.mail li > a:only-child,
#jqt ul.mail li > a:first-child,
#jqt ul.mail li > label.spanned {
  /* added */
  margin: -5px -30px;
  padding: 5px 25px;
  height: 78px; }

#jqt ul.mail.selectable li > a:only-child,
#jqt ul.mail.selectable li > a:first-child,
#jqt ul.mail.selectable li > label.spanned {
  /* added */
  padding: 5px 45px 5px 40px; }

#jqt ul.mail li > label.spanned {
  /* added */
  display: block;
  right: initial;
  width: initial;
  text-align: initial; }

#jqt ul.mail li.arrow > a {
  padding-right: 30px; }

#jqt ul.mail li > a * {
  overflow: hidden; }

#jqt ul li:empty {
  min-height: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  outline: 0; }

#jqt ul.mail li .date {
  position: relative;
  color: #2470D8;
  float: right;
  font-size: 14px;
  margin-top: 6px;
  line-height: 16px;
  font-weight: normal; }

#jqt ul.mail li .date.left {
  /* float: initial; */ }

#jqt ul.mail li a.active .date {
  color: inherit;
  text-shadow: inherit; }

#jqt[data-jqt-theme="apple"] ul.mail li.sep {
  background-image: none;
  background-color: #cbd2d8;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aeb9c2), color-stop(10%, #bcc5cd), color-stop(65%, #cbd2d8), color-stop(100%, #ccd3d9));
  background-image: -webkit-linear-gradient(top, #aeb9c2, #bcc5cd 10%, #cbd2d8 65%, #ccd3d9);
  background-image: linear-gradient(top, #aeb9c2, #bcc5cd 10%, #cbd2d8 65%, #ccd3d9);
  color: black;
  text-shadow: #e8ebee 0 1px 0;
  border-bottom: 1px solid #b5c1c9;
  border-top: 1px solid #b5c1c9;
  font-size: 16px;
  padding: 2px 10px; }

#jqt ul.mail li:not(.sep) .title {
  display: block;
  font-size: 17px;
  padding-right: 5px;
  line-height: 22px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  margin-top: 2px; }

#jqt ul.mail li:not(.sep) .subtitle {
  display: block;
  font-size: 14px;
  padding-right: 1px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden; }

#jqt ul.mail li .subtitle.right {
  float: right; }

#jqt ul.mail li .memo {
  font-size: 13px;
  font-weight: normal;
  line-height: 15.5px;
  height: 31px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  color: grey; }

#jqt ul.mail li a.active .memo {
  color: inherit;
  text-shadow: inherit; }

#jqt > * ul.mail li .icon.arrow::before {
  display: block;
  position: relative;
  top: 15px;
  left: 30px;
  width: 27px;
  height: 27px;
  /*
    background-image: none; # images/blue_arrow_27px.png;
     */
  background-position: center;
  background-repeat: no-repeat;
  content: ""; }

#jqt > * ul.mail > li.active {
  /*
    background-image: none, none, -webkit-gradient(linear, left top, left bottom, from(#4286f5), to(#194fdb)) !important;
    background-image: none, none, -moz-linear-gradient(top, #4286f5, #194fdb) !important;
    */
  /* background-color: #4286F5; */ }

#jqt ul.mail li.sep {
  color: black;
  background-color: #f7f7f7;
  font-size: 16px;
  padding: 2px 10px;
  border-top: 0;
  height: initial; }

#jqt[data-jqt-theme="apple"] ul.mail li.sep {
  /*
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(139, 159, 171, 1)), to(rgba(181, 193, 201, 1.0)));
    border-bottom: 1px solid #b5c1c9;
    border-top: 1px solid #b5c1c9;
    color: #fff;
    font-size: 13pt;
    line-height: 14px;
    margin: 0;
    padding: 3px 10px;
    text-shadow: #636a6f 0 1px 0;
    */
  min-height: 22px !important;
  height: 22px !important;
  /* width: 100%; */ }

#jqt ul.mail.stacked::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8b9fab), to(#b5c1c9));
  border-bottom: 1px solid #b5c1c9;
  border-top: 1px solid #b5c1c9;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 3px 10px;
  text-shadow: #636a6f 0 1px 0;
  min-height: 22px !important;
  height: 22px !important;
  content: attr(title); }

#jqt ul.mail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

#jqt ul.mail li:first-child,
#jqt ul.mail li:first-child > a:only-of-type,
#jqt ul.mail li:last-child,
#jqt ul.mail li:last-child > a:only-of-type {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#jqt ul.mail li.arrow::after {
  margin-top: 18px; }

#jqt ul li.arrow.unread {
  background-image: none, url(images/blueball.png), none;
  background-position: right center, 6px center, left top;
  background-repeat: no-repeat, no-repeat, no-repeat; }

/*********************/
/*  @end  ul.mail    */
/*********************/
/* clearable input related css */
#jqt ul li input[type="text"].clearable,
#jqt ul li input[type="password"].clearable,
#jqt ul li input[type="tel"].clearable,
#jqt ul li input[type="number"].clearable,
#jqt ul li input[type="search"].clearable,
#jqt ul li input[type="email"].clearable,
#jqt ul li input[type="url"].clearable {
  margin-right: 0px;
  padding-right: 0px;
  max-width: 60%;
  box-sizing: border-box; }

#jqt ul li input.clearable + .acorn {
  display: inline;
  position: relative;
  right: 0px;
  z-index: 5;
  color: white;
  font-weight: normal;
  cursor: pointer; }

#jqt ul li input.clearable + .acorn:before {
  display: none;
  font-family: FontAwesome;
  content: "\f00d";
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  background-color: #aaa; }

#jqt ul li input.clearable.empty + .acorn:before {
  display: none; }

#z-welcomescroll,
#z-newuserscroll,
#z-newaccountscroll,
#z-loginscroll {
  background-color: #f0f0f0; }

.pad {
  padding: 0px 10px; }

.pad.invalidinput {
  color: red; }

#z-newuserpane ul li label {
  font-size: 15px; }

#z-newuserpane ul li label:not(.wrapline) {
  line-height: 32px; }

#z-newuserpane ul li label + input[type="text"] {
  padding-top: 4px; }

#z-newuserpane ul li label.wrapline + input {
  vertical-align: 40%; }

#jqt .toolbar .abandon-activation {
  color: rgba(255, 32, 32, 0.9);
  padding-left: 15px; }

#jqt .toolbar .abandon-activation:active,
#jqt .toolbar .toolbar .abandon-activation.active {
  color: rgba(255, 96, 96, 0.5); }

#jqt #z-suspendedpane .pad.desc {
  margin: 10px 10px;
  color: #444;
  font-size: 0.95em; }

.s-pagedecor {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 143px;
  height: 143px;
  background-repeat: no-repeat; }

.s-pagedecor + * {
  -webkit-margin-collapse: separate; }

.w-beedesk {
  background-image: url(../images/BeeDesk_120px.png); }

.w-signup {
  background-image: url(../images/signup_143px.png); }

.w-login {
  background-image: url(../images/login_143px.png); }

.w-email {
  background-image: url(../images/email_60px.png); }

.w-openworld {
  background-image: url(../images/openworld_143px.png); }

.s-itemdecor {
  min-width: 49px;
  min-height: 49px;
  background-repeat: no-repeat;
  text-indent: 60px;
  background-position: 0px 0px;
  -webkit-background-origin: content-box; }

.icon {
  -webkit-box-sizing: border-box;
  text-indent: 63px;
  display: inline-block;
  background-size: contain;
  background-color: transparent;
  -webkit-background-origin: content-box;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -webkit-mask-origin: content-box;
  -webkit-mask-repeat: no-repeat; }

#jqt ul.double li.arrow::after, #jqt ul li.forward::after {
  line-height: 200%; }
