@charset "UTF-8";
#sandboxPanel {
  position: sticky;
  top: 0;
  left: -30px;
  width: 1190px;
  right: 0;
  z-index: 4101;
  background: #5866cf;
  color: #fff;
  padding: 7px 10px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.5);
}
#sandboxPanel .title {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  position: relative;
  top: 0px;
}
#sandboxPanel .buttons {
  position: absolute;
  top: 7px;
  right: 5px;
  text-align: right;
}
#sandboxPanel .buttons.left {
  left: 8px;
  right: auto;
}
#sandboxPanel .buttons .button {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
#sandboxPanel .buttons .button a {
  display: block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 1px;
  padding: 0 7px;
  line-height: 20px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
}
#sandboxPanel .buttons .button a:hover {
  background: #559;
}
#sandboxPanel .buttons .button a.function-sessionReset i, #sandboxPanel .buttons .button a.function-paymentLiveMode i {
  display: none;
}
#sandboxPanel .buttons .button a i {
  font-size: 12px;
  font-style: normal;
  padding-right: 5px;
  transition: all 0.15s cubic-bezier(0.21, 0.95, 0.8, 0.94);
  transform: rotate(0);
}
#sandboxPanel .buttons .button a i.deg90 {
  display: inline-block;
  transform: rotate(90deg) translate(2px, 3px);
}
#sandboxPanel .suite {
  position: absolute;
  z-index: 99998;
  top: -1000px;
  left: 0;
  min-width: 558px;
  background: #fff;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.2s cubic-bezier(0.21, 0.95, 0.8, 0.94);
  transition-property: padding, opacity, width;
  opacity: 0;
  padding: 10px 15px;
}
#sandboxPanel .suite.open {
  top: 35px;
  transform: scale(1, 1);
  opacity: 1;
  padding: 15px 15px;
}
#sandboxPanel .suite .chosen-container > .chosen-single {
  background: #fff;
  line-height: 23px;
  font-size: 12px;
}
#sandboxPanel .suite .chosen-container > .chosen-single:hover {
  background: #f5f5f5;
}
#sandboxPanel .suite .chosen-container .chosen-drop {
  width: auto;
}
#sandboxPanel .suite .segment .title {
  text-align: left;
  background: #69c;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 13px;
}
#sandboxPanel .suite .segment .title i {
  font-style: normal !important;
  padding-right: 6px;
  font-size: 15px;
  line-height: 15px;
}
#sandboxPanel .suite .segment .content {
  background: #eee;
  padding: 10px 15px;
  padding-bottom: 15px;
}
#sandboxPanel .suite .segment .content .set {
  white-space: nowrap;
  padding-bottom: 2px;
  margin-bottom: 3px;
}
#sandboxPanel .suite .segment .content .set.indent {
  padding-left: 20px;
}
#sandboxPanel .suite .segment .content .set.invisible {
  display: none;
}
#sandboxPanel .suite .segment .content .set > div {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
#sandboxPanel .suite .segment .content .set .label {
  line-height: 22px;
  color: #444;
  font-size: 12px;
  padding-right: 8px;
  min-width: 80px;
}
#sandboxPanel .suite .segment .content .set.select .label {
  line-height: 27px;
  color: #444;
  font-size: 12px;
  padding-right: 8px;
  min-width: 80px;
}
#sandboxPanel .suite .segment .content .set .value {
  color: #444;
}
#sandboxPanel .suite .segment .content .set .value.description {
  max-width: 420px;
  background: #fff;
  margin-left: 1px;
  padding: 4px 8px;
  font-size: 12px;
  color: #888;
  cursor: default;
  margin-bottom: 3px;
}
#sandboxPanel .suite .segment .content .set .value.config {
  background: #fff;
  margin-left: 1px;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 6px;
}
#sandboxPanel .suite .segment .content .set .value.config .chosen-container > .chosen-single {
  background: #f5f5f5;
}
#sandboxPanel .suite .segment .content .set .value.config .chosen-container > .chosen-single:hover {
  background: #f0f0f0;
}
#sandboxPanel .suite .segment .content .set .value.config .set {
  margin-bottom: 0;
}
#sandboxPanel .suite .segment .content .set .value.config .set.border-top {
  border-top: 1px dashed #ddd;
  margin-top: 6px;
  padding-top: 6px;
}
#sandboxPanel .suite .segment .content .set .value.config .set .value {
  margin-top: 3px;
}
#sandboxPanel .suite .segment .content .set .value.config .set.text .value {
  margin-top: 0;
}
#sandboxPanel .suite .segment .content .set .value.config .set.text .value input[type=text] {
  min-width: 70px;
  border: 0;
  border-radius: 2px;
  height: 21px;
  font-size: 13px;
  background: transparent;
  line-height: 21px;
  text-align: left;
  padding: 0 0;
}
#sandboxPanel .suite .segment .content .set .value.config .set.text .value input[type=text]::placeholder {
  color: #aaa;
  font-size: 12px;
}
#sandboxPanel .suite .segment .content .set .value.config .set.text .label {
  position: relative;
  top: -1px;
  padding-left: 0;
  min-width: 20px;
}
#sandboxPanel .suite .segment .content .set .value.config .set .label {
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 7px;
}
#sandboxPanel .suite .segment .content .set .value.config .set .label label {
  cursor: pointer;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit {
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 0;
  color: #333;
  padding: 3px;
  background: #fff;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit:hover {
  background: #fbffcc;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit-options.selectboxit-list {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit-options.selectboxit-list li {
  text-indent: 4px;
  border-bottom: 1px dotted #eaeaea;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit-options.selectboxit-list li a {
  padding: 2px;
  padding-right: 13px;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit-options.selectboxit-list li a:before {
  content: "➔";
  padding-right: 5px;
  color: #555;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit-options.selectboxit-list li:last-of-type {
  border-bottom: 0;
}
#sandboxPanel .suite .segment .content .selectboxit-container .selectboxit-options.selectboxit-list li:hover a:before {
  color: #fff;
}
#sandboxPanel .suite .segment .content .output {
  background: #fff;
  color: #555;
  font-size: 11px;
  font-family: Roboto Mono, Monaco, Monospace, "Courier New", Courier, Arial;
  overflow: auto;
  height: 0;
  line-height: 15px;
  padding: 10px 15px;
  margin-left: 88px;
  width: 200px;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.21, 0.95, 0.8, 0.94);
  padding: 0 15px;
  margin-top: 0;
}
#sandboxPanel .suite .segment .content .output.locked {
  background: #fafafa;
}
#sandboxPanel .suite .segment .content .output.visible {
  opacity: 1;
  width: 820px;
  height: 440px;
  padding: 10px 15px;
  margin-top: 10px;
}
#sandboxPanel .suite .segment .content .output > div.bold {
  font-weight: 600;
}
#sandboxPanel .suite .segment .content .output > div.extra-bold {
  font-weight: 700;
}
#sandboxPanel .suite .segment .content .output > div.italic {
  font-style: italic;
}
#sandboxPanel .suite .segment .content .output > div.heavy {
  font-weight: 800;
}
#sandboxPanel .suite .segment .content .output > div.blue {
  color: #369;
}
#sandboxPanel .suite .segment .content .output > div.red {
  color: #e33;
}
#sandboxPanel .suite .segment .content .output > div.green {
  color: #393;
}
#sandboxPanel .suite .segment .content .output > div.dark-gray {
  color: #777;
}
#sandboxPanel .suite .segment .content .submittion {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dotted #d2d2d2;
  margin-left: 88px;
}
#sandboxPanel .suite .segment .content .submittion a.submit {
  transition: all 0.15s cubic-bezier(0.21, 0.95, 0.8, 0.94);
  background: #ffc500;
  outline: 0;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 3px 8px;
  line-height: 16px;
  border-radius: 2px;
  margin-right: 2px;
  text-transform: uppercase;
  background-size: 16px 16px !important;
  background-position: 4px 3px !important;
}
#sandboxPanel .suite .segment .content .submittion a.submit:hover {
  background: #dda200;
}
#sandboxPanel .suite .segment .content .submittion a.submit i {
  font-style: normal !important;
  padding-right: 5px;
  font-size: 12px;
  line-height: 15px;
  transition: all 0.15s cubic-bezier(0.21, 0.95, 0.8, 0.94);
  opacity: 1;
}
#sandboxPanel .suite .segment .content .submittion a.submit.busy {
  background: #ddd url("/img/core/loader/checkout-ddd.gif") no-repeat 4px 3px !important;
  background-size: 16px 16px !important;
}
#sandboxPanel .suite .segment .content .submittion a.submit.busy i {
  opacity: 0;
}

@media (max-width: 600px) {
  .buttons {
    right: auto !important;
    left: 6px !important;
  }
  .buttons.left {
    display: none;
  }
  .suite {
    display: none !important;
  }
  .title {
    text-align: left !important;
  }
}
@media (max-width: 460px) {
  #sandboxPanel {
    height: 19px;
  }
  .title {
    display: none !important;
  }
}
@media (max-width: 300px) {
  #sandboxPanel {
    height: 1px !important;
  }
  .buttons {
    display: none !important;
  }
  .title {
    display: block !important;
    font-size: 8px !important;
    position: relative;
    bottom: 6px !important;
    text-align: center !important;
  }
}
body.sandbox .ui-resizable {
  position: relative;
}
body.sandbox .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
body.sandbox .ui-resizable-disabled .ui-resizable-handle, body.sandbox .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
body.sandbox .ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
body.sandbox .ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
body.sandbox .ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
body.sandbox .ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
body.sandbox .ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
body.sandbox .ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
body.sandbox .ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
body.sandbox .ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*# sourceMappingURL=sandbox.css.map */
