/* Helper Classes */
.oh {
  overflow: hidden;
}
.dn {
  display: none;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.cp {
  cursor: pointer;
}
.centeredDiv {
  margin-right: auto;
  margin-left: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bold {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearer {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ömer, 21/03/13 */
/* edit, 03/09/13 */
@font-face {
  font-family: "Varela Round";
  src: url(https://cdn.jotfor.ms/fonts/VarelaRound/fonts/VarelaRound-Regular.woff2) format("woff2"), url(https://cdn.jotfor.ms/fonts/VarelaRound/fonts/VarelaRound-Regular.woff) format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
.varela {
  font-family: 'Varela Round', sans-serif;
}
.header * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header {
  width: 100%;
  background-color: #313131;
  z-index: 555557!important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  position: relative;
}
.header .header-content {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  min-width: 360px;
}
.header .header-content .logo-link {
  display: block;
  float: left;
  margin: 15px 0 12px 0;
}
.header .header-content .header-nav {
  float: right;
  height: 100%;
  font-family: 'Varela Round', sans-serif;
}
.header .header-content .header-nav .nav-toggler {
  display: none;
}
.header .header-content .header-nav ul {
  height: 100%;
  float: left;
}
.header .header-content .header-nav ul li {
  height: 100%;
}
.header .header-content .header-nav ul li a {
  text-decoration: none;
  font-size: 13px;
  height: 100%;
  color: #c2c2bd;
  display: block;
}
.header .header-content .header-nav ul li a.activated {
  border-bottom: 2px solid #ff7b00;
  background-color: #5b5b58;
  color: #fff;
}
.header .header-content .header-nav ul li a:hover {
  border-bottom: 2px solid #ff7b00;
  background-color: #464645;
  color: #fff;
}
.header .header-content .header-nav .login-cont {
  float: right;
  position: relative;
  height: 100%;
}
.header .header-content .header-nav .login-cont > a#login-toggler {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #fff;
  height: 100%;
  position: relative;
  background-color: #171716;
}
.header .header-content .header-nav .login-cont > a#login-toggler:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  left: -5px;
  z-index: 6;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
.header .header-content .header-nav .login-cont > a#login-toggler.activated {
  border-bottom: 2px solid #ff7b00;
  background-color: #5b5b58;
}
.header .header-content .header-nav .login-cont > a#login-toggler.activated:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 45%;
  z-index: 6;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff7b00;
}
.header .header-content .header-nav .login-cont a#logged-in {
  font-size: 13px;
  display: block;
  position: relative;
}
.header .header-content .header-nav .login-cont a#logged-in img {
  width: 50px;
  height: 50px;
}
.header .header-content .header-nav .login-cont .login-box {
  position: absolute;
  z-index: 55555;
  background-color: #444;
  border: 1px solid #222;
  padding: 10px 15px;
  right: 0;
}
.header .header-content .header-nav .login-cont .login-box .wide-line {
  padding: 5px 0;
}
.header .header-content .header-nav .login-cont .login-box .wide-line input {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 6px;
  width: 180px;
  border: 1px solid #222;
  margin: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 26px;
}
.header .header-content .header-nav .login-cont .login-box .wide-line input:focus {
  outline: 0;
  background-color: #FFE3C7;
}
.header .header-content .header-nav .login-cont .login-box .wide-line button {
  float: right;
}
.header .header-content .header-nav .login-cont .login-box .wide-line a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 18px;
  width: 70px;
  text-align: right;
}
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-login-text,
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-reg-text {
  width: 200px;
}
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-login-button,
.header .header-content .header-nav .login-cont .login-box .wide-line .ajax-reg-button {
  width: 50%;
  float: right;
}
.header .header-content .header-nav .login-cont .login-box .btn_link {
  margin-top: 5px;
  float: left;
}
.header .header-content .header-nav .login-cont .login-box .btn_link a {
  font-size: 12px;
  text-align: left;
  color: orange;
}
.header .header-content .header-nav .login-cont .login-box #error-box {
  color: #DD5151;
  font-size: 13px;
}
.header .header-content .header-nav .login-cont .user-header-info {
  height: 100%;
  cursor: pointer;
  padding-left: 16px;
  border-left: 1px solid #454545;
}
/* Landscape phones and down */
@media (max-width: 480px) {
  .header {
    height: 62px;
    position: fixed;
    z-index: 12;
  }
  .header .header-content {
    width: 100%;
    padding: 0 20px;
  }
  .header .header-content .logo-link {
    display: block;
    float: left;
  }
  .header .header-content .logo-link img {
    width: 192px;
    height: 30px;
  }
  .header .header-content .header-nav {
    position: relative;
  }
  .header .header-content .header-nav .nav-toggler {
    display: block;
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #222;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 15px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .header .header-content .header-nav ul {
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .header .header-content .header-nav ul li {
    width: auto;
    height: 40px;
  }
  .header .header-content .header-nav ul li a {
    padding: 10px 16px;
    line-height: 20px;
    font-size: 12px;
    background-color: #111;
    border: 1px solid #222;
    border-bottom: 0;
  }
  .header .header-content .header-nav ul li a:hover,
  .header .header-content .header-nav ul li a:active {
    background-color: #222;
    border-bottom-width: 1px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
    display: none;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 18px;
    padding-top: 40px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 62px;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
  .jumbotron {
    top: 72px!important;
  }
  .header {
    height: 72px!important;
    position: fixed;
    z-index: 12;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .header .header-content {
    width: 100%;
    padding: 0 20px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
  }
  .header .header-content .header-nav {
    position: relative;
  }
  .header .header-content .header-nav .nav-toggler {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #222;
    border: 1px solid #000;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-top: 16px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .header .header-content .header-nav ul {
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    top: 60px;
    right: 0;
    height: auto!important;
  }
  .header .header-content .header-nav ul li {
    width: auto;
    height: 44px;
  }
  .header .header-content .header-nav ul li a {
    padding: 10px 20px;
    line-height: 24px;
    font-size: 12px;
    background-color: #111;
    border: 1px solid #222;
    border-bottom: 0;
  }
  .header .header-content .header-nav ul li a:hover,
  .header .header-content .header-nav ul li a:active {
    background-color: #222;
    border-bottom-width: 1px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
    display: none;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 18px;
    padding-top: 35px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 72px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding-top: 11px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .header {
    height: 72px;
  }
  .header .header-content {
    width: 720px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
  }
  .header .header-content .header-nav ul {
    display: block!important;
  }
  .header .header-content .header-nav ul li {
    float: left;
  }
  .header .header-content .header-nav ul li a {
    padding: 0 4px;
    padding-top: 35px;
    letter-spacing: -1px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
    margin-left: 10px;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 8px;
    padding-top: 35px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 72px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding-top: 11px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header {
    height: 82px;
  }
  .header .header-content {
    width: 960px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
    margin-top: 10px;
  }
  .header .header-content .header-nav .nav-toggler {
    display: none;
  }
  .header .header-content .header-nav ul {
    display: block!important;
  }
  .header .header-content .header-nav ul li {
    float: left;
  }
  .header .header-content .header-nav ul li a {
    padding: 0 12px;
    padding-top: 45px;
  }
  .header .header-content .header-nav ul li a#api-link {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 12px;
    padding-top: 45px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 82px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding-top: 16px;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  .header {
    height: 82px;
  }
  .header .header-content {
    width: 1200px;
  }
  .header .header-content .logo-link img {
    width: 256px;
    height: 40px;
    margin-top: 10px;
  }
  .header .header-content .header-nav .nav-toggler {
    display: none;
  }
  .header .header-content .header-nav ul {
    display: block!important;
  }
  .header .header-content .header-nav ul li {
    float: left;
  }
  .header .header-content .header-nav ul li a {
    padding: 0 18px;
    padding-top: 45px;
  }
  .header .header-content .header-nav ul li a#api-link {
    padding-left: 36px;
    padding-right: 36px;
  }
  .header .header-content .header-nav .login-cont {
    float: right;
  }
  .header .header-content .header-nav .login-cont > a {
    padding: 0 18px;
    padding-top: 45px;
  }
  .header .header-content .header-nav .login-cont .login-box {
    top: 82px;
  }
  .header .header-content .header-nav .login-cont .user-header-info {
    padding-top: 16px;
  }
}
:root {
  font-family: Circular;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body {
  color: #666;
  background: #fff;
}
body .container p {
  margin: 0 0 15px;
}
body .container a:not(.button) {
  color: #004ea0;
  font-weight: 600;
  text-decoration: underline;
}
.menu-opener {
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #087734;
  color: #fff;
  text-decoration: none;
  border: 0;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 5px 12px;
  margin-right: 35px;
  position: absolute;
  top: 15px;
  right: 20px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}
.menu-opener:hover {
  background-color: #16A24E;
  text-decoration: none;
  color: #fff;
}
.menu-opener:active {
  background-color: #09652e;
  text-decoration: none;
  color: #fff;
}
.box {
  padding: 15px;
  background: #eee;
  height: 500px;
}
.side-nav {
  margin: 0;
  padding: 0;
  width: 220px;
  overflow: hidden;
}
.side-nav ul {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.side-nav li a {
  display: block;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  margin-bottom: -1px;
  color: #363636;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
  width: 93%;
}
.side-nav li a:hover {
  color: #666;
  text-decoration: none;
  background-color: #eee;
}
.side-nav .active a {
  position: relative;
  z-index: 2;
  border-color: #ff7b00;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background-color: #ff7b00;
  color: #fff;
}
.side-nav .active a:hover {
  background-color: #ef9643;
  color: #fff;
}
.side-nav .active a span {
  color: #eee !important;
}
#navbar {
  float: left;
  margin-left: 20px;
}
section {
  background: white;
}
section:first-child {
  border: none;
}
.page-header {
  margin: 0;
}
.jumbotron {
  position: relative;
  padding: 0;
  width: 100%;
  background: #656565;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  height: 100px;
  overflow: hidden;
}
.jumbotron .contz {
  max-width: 1200px;
  min-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.jumbotron .contz .head-title {
  font-size: 38px;
  color: #fff;
  line-height: 60px;
  padding-top: 20px;
  z-index: 5;
  position: relative;
}
.jumbotron .bg-title {
  position: absolute;
  z-index: 4;
  font-size: 105px;
  font-weight: bold;
  letter-spacing: -6px;
  line-height: 100px;
  bottom: -25px;
  right: 50px;
  color: #c2c2bd;
}
@media screen and (max-width: 1280px) {
  .jumbotron .bg-title {
    font-size: 72px;
    line-height: 120%;
    letter-spacing: -4px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .jumbotron .bg-title {
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -2px;
    bottom: -14px;
  }
}
@media screen and (max-width: 768px) {
  .jumbotron .bg-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .jumbotron .bg-title {
    display: none;
  }
}
.span6 h1 {
  font-size: 54px;
  line-height: 70px;
  color: #666;
  text-shadow: 0px 1px 1px #fff;
  filter: dropshadow(color=#fff, offx=0, offy=1);
}
.span6 h2 {
  color: #363636;
  font-size: 21px;
  text-shadow: 0px 1px 1px #fff;
  filter: dropshadow(color=#fff, offx=0, offy=1);
}
.span9 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px #ddd solid;
}
.span9:first-child .row-fluid h2 {
  border-top: 0;
}
table {
  background-color: #f7f7f9;
}
.table-contz {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
}
.orange-h {
  text-indent: 35px;
  border-left: 5px solid orange;
  line-height: 54px;
  margin: 0 0 0 -40px;
  padding: 20px 0px;
}
.jfbtn {
  padding: 8px 26px;
  font-size: 26px;
  line-height: 31px;
  font-weight: bold;
  color: #363636;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 9px;
}
.jfbtn-continue {
  border: none;
  color: #fff;
  background: #ff7b00;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.jfbtn-continue:hover {
  background: #e67f1f;
}
.jfbtn-continue:active {
  background: #e89d1d;
}
.seeAction {
  margin-top: 12px;
  background: #087734 !important;
}
.seeAction:hover {
  background: #16A24E !important;
}
.seeAction:active {
  background: #09652e !important;
}
section .page-header {
  color: #5a5a5a;
}
.form-all {
  margin-left: -30px !important;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #d14;
}
.kwd,
.prettyprint .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
ol.linenums {
  margin: 0 0 0 33px;
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}
.footer {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer a {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.footer a img {
  width: 160px;
  height: 25px;
}
td,
th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 6px 25px 6px 10px;
}
.jflink:hover {
  text-decoration: none;
  color: #fff;
}
/* Site Editor Page */
.main-wrapper {
  width: 100%;
  background-color: #fcfcfc;
  height: 100%;
}
.main-wrapper h1 {
  background: #333;
  color: white;
  text-align: center;
  line-height: 80px;
  font-family: "Julius Sans One", sans-serif;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #fff;
  z-index: 3;
}
.main-wrapper .wideDiv {
  width: 100%;
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 81px;
  z-index: 3;
}
.main-wrapper .wideDiv .button-container {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
}
.main-wrapper .wideDiv .button-container:before,
.main-wrapper .wideDiv .button-container:after {
  content: "";
  display: table;
}
.main-wrapper .wideDiv .button-container:after {
  clear: both;
}
.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #087734;
  color: #fff;
  text-decoration: none;
  border: 0;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 5px 12px;
}
.button:hover {
  background-color: #16A24E;
  text-decoration: none;
  color: #fff;
}
.button:active {
  background-color: #09652e;
  text-decoration: none;
  color: #fff;
}
.try-buttonz {
  margin-top: 16px;
  float: left;
}
.response {
  padding: 12px 18px;
  background-color: #f7f7f9;
  border: 1px solid #e3e3e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  max-width: 100%;
  max-height: 500px;
  overflow: auto;
  margin-top: 16px;
  font-size: 11px;
  line-height: 14px;
  word-break: break-all;
  margin-bottom: 40px;
  width: 95%;
}
.response h5 {
  color: #000;
}
.response .close-response {
  float: right;
  cursor: pointer;
  margin: 10px 0;
}
.fail {
  background-color: #fadbd8;
}
.success {
  background-color: #d1f2eb;
}
#jotform-container {
  width: 1140px;
  margin: 0 auto -100px;
  padding-bottom: 180px;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  padding-top: 150px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#jotform-container:before,
#jotform-container:after {
  content: "";
  display: table;
}
#jotform-container:after {
  clear: both;
}
#jotform-container div {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  width: 640px !important;
  margin-bottom: 25px;
}
#jotform-container div:before,
#jotform-container div:after {
  content: "";
  display: table;
}
#jotform-container div:after {
  clear: both;
}
#jotform-container iframe {
  padding: 25px 0;
}
.placeholderLorem {
  padding: 20px 30px 40px 30px;
  width: 569px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-family: "calibri";
  color: #999;
  text-align: justify;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.footerz {
  position: relative;
  width: 100%;
  height: 99px;
  border-top: 1px solid #ccc;
  background-color: #f9f9f9;
}
#language {
  -webkit-appearance: none;
  -moz-appearance: button;
  appearance: none;
  margin-bottom: 20px;
  width: 93%;
  padding: 2px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #ff7b00;
  font-weight: bold;
  line-height: 25px;
  display: inline-block;
  height: auto;
  cursor: pointer;
  height: 31px;
}
#language:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 8px 0px #ffa700;
  box-shadow: 0px 0px 8px 0px #ffa700;
  -moz-box-shadow: 0px 0px 8px 0px #ffa700;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.selectMask {
  width: 29px;
  height: 29px;
  position: absolute;
  background: url("https://cdn.jotfor.ms/p/apidocs/img/narrow.png") no-repeat center center #fff;
  display: block;
  top: 1px;
  right: 8%;
  pointer-events: none;
}
button::-moz-focus-inner {
  border: 0;
}
.request-wrapper {
  padding-left: 30px;
  padding-top: 27px;
}
.request-wrapper h2 {
  border-left: 5px solid #ffa500;
  margin: 0 0 0 -30px;
  padding: 20px 0px;
  text-indent: 25px;
  border-top: 1px solid #ddd;
}
.request-wrapper#gettingstarted img {
  max-width: 600px;
}
.toggle-response {
  float: right;
  position: relative;
  top: -55px;
  right: 18px;
  padding: 4px 10px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  color: #087734;
  font-size: 13px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
}
.toggle-response:hover {
  color: #ff7b00;
  text-decoration: none;
}
.response-sample,
.table-contz,
.table-contz table {
  width: 100%;
}
.code-sample .preCont,
.response-sample .preCont {
  position: relative;
}
.code-sample .preCont div,
.response-sample .preCont div {
  width: 50%;
  opacity: 95/100;
  filter: '~alpha(opacity=' 95 ')';
  background-color: #333;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  line-height: 20px;
  font-size: 12px;
  color: #dedede;
  overflow: hidden;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: -6px 0 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -6px 0 5px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -6px 0 5px -5px rgba(0, 0, 0, 0.5);
}
.code-sample .preCont div ul li,
.response-sample .preCont div ul li {
  padding: 0 20px;
}
.code-sample .preCont div ul li b,
.response-sample .preCont div ul li b {
  color: #008080;
}
.code-sample .preCont div ul .toggleHelp,
.response-sample .preCont div ul .toggleHelp {
  border-bottom: 1px solid #555;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding-top: 0.5em;
  height: 20px;
}
.code-sample .preCont div ul .toggleHelp:hover,
.response-sample .preCont div ul .toggleHelp:hover {
  background-color: #444;
}
.code-sample .preCont div ul .toggleHelp:before,
.response-sample .preCont div ul .toggleHelp:before {
  content: "»";
  display: inline-block;
  position: absolute;
  left: 6px;
  font-size: 18px;
  top: 4px;
}
.code-sample .preCont div ul .hede:before,
.response-sample .preCont div ul .hede:before {
  content: "«" !important;
}
.code-sample .preCont .lowOp,
.response-sample .preCont .lowOp {
  opacity: 0.4 !important;
}
.code-sample .preCont pre,
.response-sample .preCont pre {
  background-color: #fff;
}
.code-sample .preCont pre code,
.response-sample .preCont pre code {
  background-color: #f5f5f5;
  padding-left: 20px;
}
.code-sample pre,
.response-sample pre {
  background-color: #fff;
}
.code-sample pre code,
.response-sample pre code {
  background-color: #f5f5f5;
  padding-left: 20px;
}
/* additional styles */
#navCont {
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 30px;
  -webkit-box-shadow: inset 0 -4px 10px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -4px 10px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 -4px 10px -6px rgba(0, 0, 0, 0.3);
}
.useCookie input {
  float: left;
}
.useCookie label {
  margin-left: 18px;
}
.optional {
  display: none;
}
.collapseOptional {
  text-align: center;
  padding: 2px 0;
}
.collapseOptional a {
  cursor: pointer;
  text-decoration: none;
}
.collapseOptional a:after {
  content: "▶";
  margin-left: 5px;
}
.collapseOptional a.up:after {
  content: "▼";
}
.response-sample {
  overflow: hidden;
  -webkit-transition: all 0.27s ease;
  -moz-transition: all 0.27s ease;
  -o-transition: all 0.27s ease;
  transition: all 0.27s ease;
}
.cat-cont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 93%;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  margin-top: -1px;
  color: #363636;
  font-weight: bold;
  cursor: pointer;
}
.cat-cont ~ ul {
  margin-top: -1px;
  border: 1px solid #e5e5e5;
  padding: 10px 0 16px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 93%;
}
.cat-cont ~ ul li a {
  color: #999;
  padding-left: 16px;
  padding-left: 27px;
  line-height: 12px;
  font-size: 12px;
  color: #363636;
  border: 0;
  width: 100%;
}
.cat-cont:after {
  content: "▶";
  margin-right: 5px;
  display: inline-block;
  float: right;
  color: #aaa;
  font-size: 12px;
}
.cat-cont.up,
.cat-cont:hover {
  background-color: #eee;
}
.cat-cont.up:after,
.cat-cont:hover:after {
  content: "▼";
  font-size: 12px;
  /*color: @brandOrange;*/
}
/* additional styles */
.close-window {
  background: url("https://cdn.jotfor.ms/assets/v3/images/close-wiz-sprite.png") no-repeat scroll 0 -19px transparent;
  width: 22px;
  height: 19px;
}
.sec-subtitle {
  font-size: 20px;
  color: #787878;
}
.beta-flag {
  position: absolute;
  width: 56px;
  height: 27px;
  right: 0;
  top: -3px;
  background: url("https://cdn.jotfor.ms/assets/apidocs/Jot-api-Beta.png");
  display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  opacity: 20/100;
  filter: '~alpha(opacity=' 20 ')';
  margin-top: 0;
  margin-right: 3px;
}
::selection {
  background-color: #fa7a7c;
  color: #fff;
}
.api-docs-urls {
  padding-bottom: 20px;
}
.api-docs-urls code {
  color: #333;
}
@media (max-width: 767px) {
  .jumbotron {
    top: 0 !important;
  }
}
