html {
  height: 100%;
}
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 14px;
  padding-top: 62px !important;
  background-color: #fff;
}
#maincontent {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flash-messages {
  width: 960px;
  margin: 0 auto;
}
.page-content {
  max-width: 960px;
  margin: 30px auto;
}
.page-content ol,
.page-content ul {
  padding: 0 0 0 40px;
}
#closeDemo {
  float: right;
  font-size: 12px;
  text-decoration: none;
}
.demo {
  max-width: 960px;
  margin: 0 auto;
  height: 196px;
  padding-top: 22px;
}
.demo .column {
  width: 298px;
  float: left;
  height: 170px;
  background: url("/imgs/experience.jpg");
}
.demo .redM {
  color: #e61b23;
}
.demo p {
  font-size: 12px;
}
.demo .columnCenter {
  padding-top: 30px;
  margin-left: 146px;
  float: left;
}
.demo .demoCircle {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 200px 0 0 200px;
  height: 44px;
  width: 120px;
  margin: 0 0 13px;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  color: #7f8282;
  font-size: 13px;
  cursor: pointer;
}
.demo .demoCircle .demoIcon {
  margin: 7px 0 0 9px;
  width: 31px;
  height: 31px;
}
.demo .demoCircle p {
  position: absolute;
  margin: -28px 0 0 50px;
}
.demo .demoCircle.active {
  color: #000;
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
}
.demo #launcherDemo1 .demoIcon {
  background: url("/imgs/demos/demoSprites.png") -31px 0px;
}
.demo #launcherDemo1 p {
  color: #7f8282;
}
.demo #launcherDemo1:hover .demoIcon {
  background: url("/imgs/demos/demoSprites.png") 0px 0px;
}
.demo #launcherDemo1.active .demoIcon {
  background: url("/imgs/demos/demoSprites.png") 0px 0px;
}
.demo #launcherDemo1.active p {
  color: #000;
}
.demo #launcherDemo2 .demoIcon {
  background: url("/imgs/demos/demoSprites.png") -31px 62px;
}
.demo #launcherDemo2 p {
  color: #7f8282;
}
.demo #launcherDemo2:hover .demoIcon {
  background: url("/imgs/demos/demoSprites.png") 0px 62px;
}
.demo #launcherDemo2:hover p {
  color: #000;
}
.demo #launcherDemo2.active .demoIcon {
  background: url("/imgs/demos/demoSprites.png") 0px 62px;
}
.demo #launcherDemo3 .demoIcon {
  background: url("/imgs/demos/demoSprites.png") -31px 31px;
}
.demo #launcherDemo3 p {
  color: #7f8282;
}
.demo #launcherDemo3:hover .demoIcon {
  background: url("/imgs/demos/demoSprites.png") 0px 31px;
}
.demo #launcherDemo3.active .demoIcon {
  background: url("/imgs/demos/demoSprites.png") 0px 31px;
}
.demo #launcherDemo3.active p {
  color: #000;
}
.demo .columnQrcode {
  float: left;
  width: 346px;
  height: 170px;
}
.demo .columnQrcode .qrcodeContainer {
  background: url("/imgs/demos/qrcodeAim_big.png") no-repeat 0px 0px;
  height: 170px;
  width: 200px;
  margin: 0 0 0 27%;
  text-align: center;
}
.demo .columnQrcode .qrcodeContainer_mustScan {
  background: url("/imgs/demos/QRCode_aim.png") no-repeat -145px 0px;
  height: 156px;
  width: 144px;
}
.demo .columnQrcode #demoQrcode {
  padding: 5px;
}
.demo .columnQrcode #demoQrcode img {
  width: 135px;
  margin-top: 12px;
}
.demo .columnQrcode #demoQrcode .imgMustScan {
  margin-left: 1px;
  margin-top: 3px;
  border: 3px dashed #f00;
}
.demo #columnMustScan {
  height: 159px;
  float: left;
  width: 181px;
}
.demo .columnMustScan {
  background: url("/imgs/demos/ScanConnect.png") no-repeat -181px 0px;
  margin-left: 37px;
}
.demo .columnConnected {
  background: url("/imgs/demos/ScanConnect.png") no-repeat 0px 0px;
  margin-left: 15px;
}
.demo .columnLeft {
  width: 316px;
  float: left;
  height: 170px;
}
.demo .columnLeft .beforeScan {
  display: block;
  width: 316px;
  height: 170px;
  float: left;
  visibility: visible;
  background: url("/imgs/mascote.png") no-repeat 0px 0px;
}
.demo .columnLeft .beforeScan .download {
  margin: 21% 0 0 60%;
}
.demo .columnLeft .beforeScan .download #downloadIphone {
  background: url("/imgs/appStore.png") no-repeat;
  width: 130px;
  height: 41px;
  display: block;
}
.demo .columnLeft .beforeScan .download #downloadAndroid {
  background: url("/imgs/googlePlay.png") no-repeat;
  width: 130px;
  height: 41px;
  display: block;
  margin: 12% 0 0 0;
}
.demo .columnLeft .afterScan {
  display: block;
  width: 400px;
  height: 170px;
  visibility: hidden;
}
.demo .columnLeft .afterScan .choose {
  width: 400px;
  height: 50px;
  color: #a7a7a7;
  position: absolute;
  margin: -26px 0 0 12px;
}
.demo .columnLeft .afterScan .container {
  width: 400px;
  height: 100px;
  margin: 30px 0 0 0;
}
.demo .columnLeft .afterScan .container .back {
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 0 10px 10px 10px;
  margin: -118px 0 0 109px;
  width: 227px;
  height: 130px;
}
.demo .columnLeft .afterScan .container pre {
  font-size: 11.5px;
  color: #d90404;
  position: absolute;
  width: 220px;
  height: 100px;
  margin: -121px 0 0 118px;
}
.getStarted {
  height: 430px;
  position: relative;
  z-index: 5;
  text-align: center;
  box-shadow: inset 0 0 16px 3px #ebe9e9;
  padding: 26px 0 0;
}
.getStarted .register a {
  position: absolute;
  top: 320px;
  left: 50%;
  margin-left: -47px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  border-radius: 4px;
  border: 0px solid #ccc;
  text-decoration: none;
  visibility: hidden;
}
.getStarted .animateBanner {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.getStarted .explainedUser {
  float: left;
  width: 50%;
  height: 100%;
  background: url("/imgs/MuzzleyExplainedComingSoon2.png") no-repeat right;
  background-color: #f8f6f5;
}
.getStarted .explainedDev {
  float: left;
  width: 50%;
  height: 100%;
  background: url("/imgs/MuzzleyExplainedDev.png") no-repeat left;
  background-color: #ededed;
}
.getStarted .demoContainer {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  height: 420px;
  box-shadow: 0px 0px 16px 3px #ebe9e9;
}
.getStarted .demoContainer background-color: #fff .canvasDiv {
  width: 100%;
  height: 420px;
}
#switchLayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 1000;
}
#switchLayer #switchBulb {
  width: 245px;
  height: 230px;
  margin: 50px auto 0;
}
#switchLayer #switchBulb.switchOff {
  background: url("/imgs/demos/Muzzley_SWITCH.png") no-repeat -245px 0;
}
#switchLayer #switchBulb.switchOn {
  background: url("/imgs/demos/Muzzley_SWITCH.png") no-repeat 0 0;
}
footer {
  clear: both;
  background-color: #f4f4f4;
  position: relative;
}
#img404 {
  max-width: 960px;
  margin: 0 auto;
}
#img404 img {
  padding-top: 30px;
  padding-bottom: 30px;
}
#commingSoon {
  max-width: 960px;
  margin: 0 auto;
}
#commingSoon img {
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  z-index: 10;
  overflow: auto;
  background: #f8f6f5;
  padding: 12px 14px;
  border-color: #808080;
  border-radius: 10px;
  box-shadow: 0 3px 14px -4px #000;
  z-index: 30;
}
.modal-box > button {
  font-size: 20px;
  font-weight: bold;
  color: #808080;
  width: 33px;
  height: 33px;
  float: right;
  border-radius: 50%;
  border: 1px solid;
  border-color: #808080;
  background-image: linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
  background-image: inear-gradient(bottom, #fff 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #e5e5e5));
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #e5e5e5 100%);
  background-image: linear-gradient(top, #fff 0%, #e5e5e5 100%);
}
.modal-box > section {
  max-width: 80%;
  margin: 0 auto;
  clear: both;
}
#register-modal {
  height: 380px;
  width: 420px;
  margin-left: -210px;
  margin-top: -190px;
}
#register-modal h1 {
  margin: 0px;
  float: left;
}
#register-modal form {
  padding-top: 20px;
  clear: both;
}
#register-modal form input {
  height: 30px;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 220px;
}
#btnBackLogin {
  float: right;
}
#btnBackLogin:after {
  content: "";
  display: table;
  clear: both;
}
#btnNewHere {
  float: right;
}
#btnNewHere:after {
  content: "";
  display: table;
  clear: both;
}
#register-content a {
  font-size: 14px;
  text-decoration: none;
  color: #e61b23;
}
#login-content a {
  font-size: 14px;
  text-decoration: none;
  color: #e61b23;
}
#login-modal {
  height: 380px;
  width: 420px;
  margin-left: -210px;
  margin-top: -190px;
}
#login-modal h1 {
  margin: 0px;
  float: left;
}
#login-modal form {
  padding-top: 20px;
  clear: both;
}
#login-modal form input {
  height: 30px;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 220px;
}
#login-modal form button {
  float: right;
  display: block;
  padding: 4px 12px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 33px;
  width: 103px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #ccc;
}
#modal-background {
  display: none;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 20;
}
#pricing {
  max-width: 960px;
  margin: 0 auto;
}
#pricing .pricingHeader {
  text-align: center;
}
#pricing .pricingHeader h1 {
  margin: 0px;
  padding-top: 20px;
  font-size: 50px;
}
#pricing .priceList {
  margin-top: 50px;
  margin-bottom: 50px;
}
#pricing .priceList table {
  width: 960px;
  text-align: center;
}
#pricing .priceList .rowTitle {
  font-size: 15px;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
}
#pricing .priceList .titleOptional {
  color: #e61b23;
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
}
#pricing .priceList .rowOptional {
  margin-top: 20px;
}
#pricing .priceList .titlePlan {
  color: #e61b23;
  font-size: 22px;
}
#pricing .priceList .contactUs {
  height: 50px;
  display: block;
  width: 50px;
  margin-left: 30px;
}
#pricing .priceList .boxPrice {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #909090;
}
#pricing .priceList .btnSignup {
  text-decoration: none;
  height: 27px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
#pricing .priceList .signupBtns td {
  height: 50px;
}
#pricing .priceList .bordersL {
  border-left: 1px solid #f4f4f4;
}
#pricing .priceList .bordersB {
  border-bottom: 1px solid #f4f4f4;
}
#login {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.errorBox {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  max-width: 410px;
  margin: 0 auto;
  margin-top: 20px;
}
.emailSent {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  border: 1px solid #fbeed5;
  border-radius: 4px;
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  max-width: 410px;
  margin: 0 auto;
  margin-top: 20px;
}
#register {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.formBox {
  width: 630px;
  height: 550px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  margin: 0px auto;
  background-color: #f6f7f4;
}
.formBoxHeader {
  overflow: hidden;
  background-color: #e7e7e7;
  height: 90px;
}
.formBoxHeader h1 {
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
}
.formBoxForm {
  max-width: 310px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}
.formBoxForm a {
  float: right;
  font-size: 14px;
  text-decoration: none;
  color: #e61b23;
}
.agree {
  font-size: 14px;
  float: left;
  margin-top: 10px;
  color: #909090;
}
.textLeftBottom {
  font-size: 14px;
  float: left;
  margin-top: 10px;
}
.formSubmit {
  float: right;
  display: block;
  padding: 4px 12px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 33px;
  width: 103px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #ccc;
}
.formRowIcon {
  padding-top: 20px;
}
.formRowIcon img {
  display: block;
  float: left;
}
.formRowIcon input {
  height: 30px;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 248px;
  margin-left: 10px;
}
#register {
  max-width: 960px;
  margin: 0 auto;
}
#developers {
  margin: 0 auto;
  max-width: 960px;
}
#developersHeader {
  font-size: 25px;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.devIcon {
  background-color: #f6f7f4;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  height: 146px;
  margin: 0px auto;
  width: 146px;
  text-align: center;
}
.devIcon img {
  margin-top: 30px;
  position: relative;
}
.support .devIcon img {
  margin-top: 23px;
}
#experiments {
  padding-left: 15px;
  padding-right: 15px;
}
.exp-title {
  color: #ec1c24;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
.row.description {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  color: #ababab;
  padding: 0;
  text-align: justify;
  margin-left: 0;
  margin-right: 0;
}
#read-more-arrow {
  margin-left: 5px;
}
@media (min-width: 980px) {
  #exp-read-more-btn {
    margin-top: -25px;
  }
}
@media (max-width: 980px) {
  #exp-read-more-btn {
    margin-top: 0px;
  }
}
.row.description p {
  display: none;
}
.exp-line {
  margin-top: 50px;
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
#exp-line-bottom {
  margin-top: 20px;
}
#exp-read-more-btn {
  font-family: 'Open Sans', sans-serif;
  color: #ec1c24;
  font-size: 1.1em;
  cursor: pointer;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
}
.exp-post-title {
  font-family: 'Open Sans', sans-serif;
  color: #ababab;
  font-size: 1.3em;
  padding-bottom: 1em;
  text-align: center;
/*border-bottom:  1px solid #e2e2e2;*/
}
.exp-thumbnail-line {
  width: 220px;
  margin-top: -20px;
  border-top: 1px solid #ababab;
}
.exp-post {
  margin-bottom: 40px;
  cursor: pointer;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.divInside {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
.container-hover {
  position: absolute;
  display: none;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#posts-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dedede;
  margin-left: 0;
  margin-right: 0;
}
.top-container {
  margin-left: 0;
  margin-right: 0;
}
#experiment {
  padding-left: 15px;
  padding-right: 15px;
}
iframe {
  border: none;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 2px 0 #ababab;
  box-shadow: 0 0 2px 0 #ababab;
}
#iframe-container {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
.exp-title {
  color: #ec1c24;
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
}
.exp-line {
  margin-top: 60px;
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
.line-container {
  padding-left: 15px;
  padding-right: 15px;
}
.frame-container {
  margin: 150px auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.exp-description {
  margin-top: 20px;
}
#backExp {
  cursor: pointer;
  font-size: 1.1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ababab;
  text-align: right;
  margin-top: 30px;
}
.col-xs-12 #backExp {
  text-align: left;
}
#backExp:hover {
  text-decoration: underline;
  color: #777;
}
.col-md-1.exp-tab {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  margin: 0;
  cursor: pointer;
  margin-right: 10px;
  color: #ababab;
}
.col-md-1.exp-tab:hover,
.col-md-1.exp-tab.active {
  border-bottom: 3px solid #ec1c24;
  padding-bottom: 5px;
  margin-right: 10px;
  color: #ec1c24;
}
.exp-github a,
.exp-github a:hover {
  color: #ec1c24;
  cursor: pointer;
  font-size: 1.1em;
  text-align: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.col-xs-12.exp-github {
  text-align: right;
}
.exp-description,
.exp-widgets,
.exp-libs {
  display: none;
  color: #ababab;
  font-size: 1.2em;
}
.exp-description {
  display: block;
}
#exp-fullscreen {
  background-color: #ddd;
  font-size: 1.5em;
  padding: 7px;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  margin-right: 0;
  margin-top: 10px;
}
#container-fullscreen-btn {
  text-align: right;
  margin-right: 30px;
}
#bigger-display {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ababab;
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#sorry-text {
  font-size: 1.3em;
}
.exp-container {
  margin-right: 0;
  margin-left: 0;
}
.xp-github {
  font-size: 1.4em;
  margin-right: 15px;
}
.back-container {
  padding-top: 35px;
  text-align: right;
}
.container-tabs {
  padding-right: 0;
  padding-left: 0;
}
.component-title {
  margin-top: 10px;
}
#downloads {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 10%;
}
.downloadsHeader h1 {
  padding-bottom: 10px;
  font-size: 26px;
  border-bottom: 1px solid #c0c0c0;
  color: #1c1b1a;
}
.SDK {
  margin-top: 70px;
  margin-left: 0px;
  border-left: 1px solid #c0c0c0;
  padding-left: 20px;
  overflow: hidden;
}
.sdkDetail {
  font-size: 20px;
  float: left;
  margin-left: 20px;
}
.sdkDesc {
  font-size: 16px;
  width: 600px;
  color: #ababab;
  margin: 11px 0 0;
}
.btnDownload {
  -mz-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  float: right;
  position: relative;
  transform: translateY(50%);
}
.btnDownload a {
  width: 130px;
}
.sdkIcon {
  position: relative;
  float: left;
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background-color: #f6f7f4;
  text-align: center;
}
.sdkIcon img.docked-right {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.sdkIcon img.centered {
  vertical-align: middle;
}
.sdkIcon .sdkTextIcon {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 84px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.adiotinal-info-content {
  width: 600px;
  float: left;
  margin-left: 30px;
  color: #555;
  font-size: 14px;
}
.adiotinal-info-content input {
  height: 32px;
  width: 325px;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f4f4f4;
  border: 1px solid #edece8;
}
.infoHeader h2 {
  margin: 0px;
  margin-bottom: 1em;
}
.fieldTitle {
  margin-bottom: 0.5em;
}
.firstName {
  float: left;
  margin-bottom: 0.8em;
}
.firstName input {
  width: 200px;
}
.lastName {
  margin-bottom: 0.8em;
  float: left;
  margin-left: 30px;
}
.lastName input {
  width: 296px;
}
.company {
  margin-bottom: 0.8em;
  clear: left;
}
.company input {
  width: 90%;
}
.Address1 {
  margin-bottom: 0.8em;
}
.Address1 input {
  width: 90%;
}
.Address2 {
  margin-bottom: 0.8em;
}
.Address2 input {
  width: 90%;
}
.postCode {
  margin-bottom: 0.8em;
  float: left;
}
.postCode input {
  width: 100px;
}
.location {
  margin-bottom: 0.8em;
  margin-left: 30px;
  float: left;
}
.location input {
  width: 200px;
}
.country {
  margin-bottom: 0.8em;
  margin-left: 30px;
  float: left;
}
.country select {
  width: 165px;
}
.phone {
  margin-bottom: 0.8em;
  clear: left;
}
.phone input {
  width: 150px;
}
#saveInfo {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 0px;
  background-color: #e61b23;
  border-radius: 8px;
}
#resetPassword {
  padding-top: 45px;
  padding-bottom: 45px;
  font-size: 14px;
}
#resetPassword input {
  height: 35px;
  width: 295px;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #edece8;
}
.knockoutMenu {
  background-image: url("/imgs/challangeMenu.png");
  width: 150px;
  height: 46px;
}
#knockoutMenuText {
  padding-top: 8px;
  display: block;
  color: #fff;
}
.formChallenge {
  color: #555;
  font-size: 14px;
}
.chkChallenge {
  position: relative;
  top: -30px;
}
.fieldDesc {
  margin-top: -20px;
}
.infoChallengeHeader {
  color: #555;
}
#saveChallenge {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 0px;
  background-color: #e61b23;
  border-radius: 8px;
}
.infoStaticIds {
  color: #555;
}
.staticIdsContent {
  width: 640px;
}
.activityButtons {
  margin-top: 25px;
}
#app-activity-modal {
  margin-left: -236px;
  margin-top: -100px;
}
#app-activity-modal .btnActivity {
  text-decoration: none;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.activityList {
  margin-top: 30px;
  width: 100%;
}
.activityList td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.activityList .Htoken {
  text-align: left;
}
.activityList .token {
  width: 55%;
}
.activityList a {
  text-decoration: none;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.generateActivity {
  text-decoration: none;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.generateActivity:hover {
  color: #fff !important;
}
.specContent {
  width: 640px;
}
.specEditor {
  margin-bottom: 20px;
}
.specEditor #editor_holder {
  font-size: 80%;
}
.specEditor #editor_holder h1,
.specEditor #editor_holder h2,
.specEditor #editor_holder h3,
.specEditor #editor_holder h4,
.specEditor #editor_holder h5 {
  color: #f00;
  margin-top: 0px;
  margin-bottom: 4px;
}
.specEditor #editor_holder h3 {
  font-size: 18px;
}
.specEditor #editor_holder .btn {
  padding: 4px 7px 4px 5px;
  font-size: 12px;
}
.specEditor .btnSaveSpec {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
#mz-wrapper {
  min-height: 100%;
  position: relative;
}
#maincontent {
  padding-bottom: 68px;
  height: 100%;
}
#maincontent .accountMainContent {
  padding-bottom: 5%;
}
#maincontent > *:last-child {
  margin-bottom: 0%;
}
.mz-third-section {
  margin-bottom: 0 !important;
}
.landing-page {
  padding-top: 0px !important;
  background-color: #efefef;
}
.mobile-os-title {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  color: #999;
  font-size: 18px;
}
a:hover {
  text-decoration: underline !important;
}
.smartbanner {
  top: 62px !important;
  z-index: 0 !important;
}
.smartbanner-button__text {
  height: 100% !important;
  line-height: 1.5em !important;
}
.smartbanner__close {
  line-height: 0.625em;
}
h1,
h2,
h3,
h4,
.mz-main-font {
  font-family: 'Open Sans', sans-serif !important;
}
.navbar-right {
  padding-top: 5px;
}
.mz-alternative-font {
  font-family: 'Lato', sans-serif !important;
}
.mz-left-text {
  text-align: left !important;
}
.mz-centered-text {
  text-align: center !important;
}
.mz-justified-text {
  text-align: justify !important;
}
.mz-left-aligned-text {
  text-align: left !important;
}
.mz-right-aligned-text {
  text-align: right !important;
}
.mz-behemoth-text {
  font-size: 6em !important;
}
.mz-huge-text {
  font-size: 2em !important;
}
.mz-bigger-text {
  font-size: 1.8em !important;
}
.mz-big-text {
  font-size: 1.5em !important;
}
.mz-base-size-text {
  font-size: 1em !important;
}
.mz-footer-text {
  font-size: 0.9em !important;
}
.mz-small-text {
  font-size: 0.8em !important;
}
.mz-smaller-text {
  font-size: 0.5em !important;
}
.mz-tiny-text {
  font-size: 0.3em !important;
}
.mz-normal-text {
  font-weight: normal !important;
}
.mz-inherited-text-color {
  color: inherit !important;
}
.mz-underlined-text {
  text-decoration: underline !important;
}
.mz-not-decorated-text,
.mz-not-decorated-text:hover {
  text-decoration: none !important;
}
.mz-light-gray-background {
  background-color: #f4f4f4 !important;
}
.mz-gray-background {
  background-color: #efefef !important;
}
.mz-gray-over-gray-background {
  background-color: #ababab !important;
}
.mz-white-background {
  background-color: #fff !important;
}
.mz-red-background {
  background-color: #e21c24 !important;
}
.mz-gray-text {
  color: #ababab !important;
}
.mz-light-gray-text {
  color: #999 !important;
}
.mz-white-text {
  color: #fff !important;
}
.mz-red-text {
  color: #e21c24 !important;
}
.mz-double-height {
  height: 0.35em !important;
}
.mz-navbar {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
}
.mz-navbar-nav.edge {
  margin-right: 5px !important;
}
.mz-navbar-nav > li {
  padding-bottom: 1%;
  padding-top: 1%;
}
.mz-navbar-nav li.spacing {
  margin-left: 15px;
}
.mz-navbar-nav a.mz-gray-text:hover {
  color: #666 !important;
}
.mz-uvp {
  background-color: inherit;
  height: 500px;
  margin-bottom: 0px;
  position: relative;
}
.mz-uvp img {
  display: inline-block;
  position: relative;
}
.mz-uvp img:first-child {
  bottom: 0px;
  left: 5%;
  position: absolute;
}
.mz-uvp img:last-child {
  left: 30%;
}
.mz-uvp .mz-uvp-title {
  margin-top: 5px;
  font-size: 2.3em;
}
.mz-uvp .muz-uvp-description {
  font-size: 1.6em;
}
.mz-call-to-action {
  padding-bottom: 2%;
  padding-top: 2%;
  position: relative;
  bottom: 16px;
  z-index: 1;
}
.mz-btn,
.mz-navbar-btn {
  border: none;
}
.mz-btn:hover,
.mz-image-link:hover {
  text-decoration: none !important;
}
.mz-btn.mz-red-background:hover {
  background-color: #c03 !important;
}
.mz-btn.mz-gray-background:hover {
  background-color: #d6d6d6 !important;
  color: #8c8c8c !important;
}
.mz-team-member-photo {
  padding-top: 50px;
  text-align: center;
  min-height: 365px;
}
.mz-team-member-photo div {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.mz-team-member-photo span {
  font-size: 1.4em;
  color: #e21b23;
}
.mz-transparent-background {
  color: #fff;
  font-size: 1.2em;
}
.mz-transparent-background:hover {
  background-color: transparent !important;
  color: #fff;
  font-size: 1.2em;
}
.mz-white-menu-background {
  background-color: #fff !important;
  color: #ababab;
  font-size: 1.2em;
}
.mz-white-menu-background:hover {
  background-color: #fff !important;
  color: #ababab;
  font-size: 1.2em;
}
.mz-os-logo {
  margin-top: 2em;
}
.mz-download-icos:hover {
  opacity: 0.8;
}
.mz-btn-store:hover {
  opacity: 0.7 !important;
}
.mz-navbar-btn {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.mz-btn-lg {
  font-size: 1.6em;
  padding: 0.6em 2em;
}
.mz-background-image {
  height: 100%;
  position: absolute;
  top: 0px;
}
.mz-vertical-align-before,
.mz-vertical-align-after {
  display: block;
  position: relative;
}
.mz-fixed-cell-height {
  height: 300px;
}
.mz-vertical-align-before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mz-vertical-align-after {
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.mz-table-vertical-align-after {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.mz-horizontal-align {
  display: block;
  position: relative;
  margin: 0px auto;
}
.mz-page-header {
  border: none !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.mz-inline-span {
  display: inline !important;
}
.mz-row {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 5%;
  padding-top: 5%;
  border-bottom: 1px solid #eaeaea;
}
.mz-row h2 {
  font-size: 1.7em;
  margin-bottom: 20px;
}
.mz-row p {
  font-size: 1.3em;
}
.mz-row-tight {
  padding: 0 !important;
}
.mz-row-tight h3 {
  margin-bottom: 20px;
}
.mz-row-tight h4 {
  margin-bottom: 10px;
}
.mz-row:last-child {
  border: none !important;
}
.mz-circle {
  border-radius: 50%;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0px;
  text-align: center;
  width: 1.5em;
}
.mz-circle-label {
  height: 1.5em;
  padding: 0px;
}
.mz-circle-support {
  display: block;
  margin-top: 1em;
}
.mz-user-image {
  bottom: -150px;
  left: 150px;
  position: absolute;
}
.mz-no-border {
  border: none;
}
.mz-connection-separator {
  display: block;
  left: 0px;
  margin: 0 auto;
  position: relative;
  top: -30px;
}
.mz-overview-image {
  left: -240px;
  position: relative;
}
.mz-footer {
  bottom: 0;
  height: 68px;
  padding-top: 0.5%;
  position: absolute;
  width: 100%;
}
.mz-footer ul {
  padding-bottom: 0;
  padding-top: 0;
}
.mz-footer li.mz-auto-width {
  width: auto;
}
.mz-footer li {
  list-style-type: none;
  padding: 2%;
}
.mz-footer .copyright {
  padding-bottom: 1%;
  padding-top: 1%;
}
.mz-footer a.mz-gray-text:hover {
  color: #666 !important;
}
.mz-footer-logo-big {
  margin: 2.5% auto;
}
.mz-aligned-background-image {
  padding-bottom: 0px !important;
  padding-top: 0.75% !important;
}
.mz-experiment-subsection,
.mz-experiment-subsection > div {
  margin-top: 0px;
  padding-top: 0px;
}
.mz-experiment-background {
  background-image: url("/imgs/bg-experience.svg");
  background-position: center;
  background-repeat: no-repeat;
  height: 470px;
}
.mz-experiment-subsection {
  position: relative;
}
.mz-experiment-subsection .qrCodeContainer {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  border-radius: 15px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
  height: 220px;
  left: 70%;
  position: absolute;
  text-align: center;
  top: 45%;
  width: 220px;
  z-index: 2;
}
.mz-experiment-subsection img {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.mz-experiment-subsection .interactive {
  position: relative;
  margin: 0 auto;
  top: 4.5%;
}
.mz-experiment-subsection .interactive.active {
  display: block;
}
.mz-experiment-subsection .interactive.inactive {
  display: none;
}
.mz-semi-transparent {
  opacity: 0.5 !important;
}
.mz-opaque {
  opacity: 1 !important;
}
.mz-active {
  display: block;
}
.mz-inactive {
  display: none;
}
.mz-input {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
  height: 40px;
}
.mz-input:focus {
  background-color: #fff;
  color: #999;
}
.mz-form {
  width: 300px;
  margin: 5% auto;
}
.mz-form button {
  width: 100%;
}
.mz-form .alternative-action {
  margin-top: 5%;
}
.mz-form-big {
  width: 500px !important;
}
.mz-form-label {
  font-weight: normal;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.5em;
}
.mz-form-contents {
  margin-top: 0.5em;
}
.mz-form-aux {
  font-size: 0.85em;
}
.mz-btn-submit {
  font-size: 1.3em;
  height: 50px;
  margin-top: 5%;
  padding: 0;
}
.mz-error-text {
  color: #a94442;
}
.mz-half-width {
  display: inline-block;
  width: 50%;
}
.mz-left-align {
  float: left;
}
.mz-right-align {
  float: right;
}
.mz-password-recover-anchor {
  line-height: 1.8em;
}
.mz-recovery-status {
  margin-top: 10%;
}
.mz-partner-badge {
  padding: 5%;
}
.mz-no-padding-top {
  padding-top: 0;
}
.mz-submit-feedback {
  font-size: 1.1em;
  margin-top: 15%;
}
.SDK {
  margin-top: 50px !important;
}
.mz-section-title {
  margin-top: 35px !important;
}
.mz-breadcrumbs {
  margin-bottom: 1%;
  margin-top: 1%;
  text-align: center;
}
.mz-table-spaced {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.mz-table-row-header {
  margin-bottom: 1%;
}
.mz-hd-picture-container {
  height: 500px;
  padding: inherit;
}
.mz-panorama {
  margin-bottom: 5%;
  margin-top: 2.5%;
}
h1.mz-section-title {
  margin-top: 4%;
}
h4.mz-section-title {
  margin-top: 2%;
}
.mz-section-content {
  margin-top: 5%;
  margin-bottom: 5%;
}
.mz-inline-block {
  display: inline-block;
}
.mz-first-section {
  position: relative;
  z-index: 1;
}
.mz-second-section {
  margin-top: -5%;
  position: relative;
  z-index: 2;
}
.mz-first-section-image-table-override {
  left: -140px;
  top: -2px;
}
.developersContent {
  overflow: hidden;
  padding-bottom: 5em;
  padding-top: 2.5em;
  text-align: center;
}
.developerBox {
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #b7b7b7;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-left: 5em;
  margin-right: 5em;
}
.developerBox:hover {
  border-bottom: 1px solid #e21c24;
}
.rules {
  max-width: 960px;
  margin: 0 auto;
  min-height: 500px;
}
.rules .rules-list-header {
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #666;
}
.rules .rules-list-header .rules-list-header-row {
  border-bottom: 2px solid #666;
  padding-left: 0px;
}
.rules .rules-list-row {
  width: 95%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  font-size: 13px;
  color: #999;
}
.rules .rules-list-row .rules-list-row-cell {
  padding-left: 0px;
}
.rules .btn-rule {
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #ccc;
}
.rules .rules-header h1 {
  padding-bottom: 10px;
  padding-top: 40px;
  font-size: 26px;
  border-bottom: 1px solid #c0c0c0;
  color: #1c1b1a;
}
.rules .rules-header nav {
  color: #1c1b1a;
  padding-top: 5px;
}
.rules .rules-header nav >:first-child:after {
  content: " > ";
}
.rules .rules-header nav >:last-child {
  color: #e61b23;
}
.rules .rules-header nav a {
  font-size: 11px;
  text-decoration: none;
}
.rules .rules-header .btn-create {
  margin-top: 60px;
  float: right;
}
.rules form {
  padding-top: 20px;
  min-height: 500px;
  max-width: 960px;
  margin: 0 auto;
  color: #555;
  margin-bottom: 80px;
}
.rules form .btns-side-display {
  padding-top: 25px;
  margin-top: 20px;
  display: flex;
  width: 340px;
  border-top: 1px solid #ccc;
}
.rules form .btns-side-display .btn-cancel {
  background-color: #808080;
}
.rules form .btns-side-display .btn-submit {
  margin-left: 20px;
}
.rules form .rules-form-with-label {
  margin-bottom: 20px;
}
.rules form .rules-form-with-label label {
  display: block;
  margin-bottom: 5px;
}
.rules form .rules-form-with-label select {
  height: 70px;
  padding: 4px 6px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 342px;
}
.rules form .rules-form-with-label .rule-nodes-container {
  width: 340px;
}
.rules form .rules-form-with-label .rule-nodes-container .rule-checkbox {
  margin-right: 7px;
  display: table;
}
.rules form .rules-form-with-label .rule-nodes-container .rule-checkbox label {
  display: table-cell;
  vertical-align: middle;
}
.rules form .rules-form-with-label .rule-nodes-container .rule-checkbox input {
  margin-right: 5px;
  margin-bottom: 5px;
  height: 25px;
  padding: 50px 50px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  display: table-cell;
  vertical-align: middle;
}
.rules form .rules-form-entry {
  margin-bottom: 20px;
}
.rules form .rules-form-entry .rule-textfield {
  height: 25px;
  padding: 4px 10px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 322px;
}
.rules form .rules-form-entry textarea {
  padding: 4px 10px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 320px;
  height: 140px;
}
.editor-wrapper {
  border-radius: 12px;
  background-color: #f7f7f7;
  overflow: hidden;
  margin-bottom: 12px;
}
.editor-wrapper .top-editor {
  position: relative;
}
.editor-wrapper .editor-margin {
  margin: 12px;
  position: relative;
}
.editor-wrapper .right-editor {
  float: right;
  width: 311px;
}
.editor-wrapper .left-editor {
  margin-right: 320px;
}
.editor-wrapper.portrait .right-editor .output .editor {
  height: 563px;
}
.editor-wrapper.portrait .left-editor {
  height: 597px;
  position: relative;
}
.editor-wrapper.portrait .left-editor .maximized .editor {
  height: 564px;
}
.editor-wrapper.landscape .top-editor .maximized {
  bottom: 9px;
}
.editor-wrapper.landscape .editor-container.maximized .editor {
  height: 363px;
}
.editor-wrapper.landscape .right-editor {
  height: 405px;
}
.editor-wrapper.landscape .right-editor .editor {
  height: 361px;
}
.editor-wrapper.landscape .left-editor {
  height: 405px;
}
.editor-wrapper.landscape .bottom-editor {
  height: 193px;
}
.editor-container {
  color: #1c1b1a;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
}
.editor-container + .editor-container {
  margin-top: 9px;
}
.editor-container + .editor-container.maximized {
  margin-top: 0;
}
.editor-container .overlay {
  font-size: 16px;
  padding: 5px 12px;
  border-bottom: 1px solid #e9e9e9;
}
.editor-container .editor {
  height: 160px;
}
.editor-container.maximized {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.editor-container.maximized .icon-expand {
  top: -2px;
  left: 2px;
  position: relative;
  background: url("/imgs/icon_minimize.png") no-repeat;
  height: 20px;
  width: 20px;
}
.editor-container:hover .icon {
  opacity: 1;
}
.output {
  color: #e10d24;
  text-align: center;
}
.output iframe {
  border: none;
  display: block;
  width: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.inline {
  display: inline-block;
}
.btn-option {
  background-color: #ececec;
  color: #ababab;
  box-shadow: 0 1px 1px #ababab;
  margin: 0 6px;
}
.btn-option:active {
  position: relative;
  box-shadow: none;
  background-color: #e9e9e9;
  top: 1px;
}
.btn-red {
  cursor: pointer;
  background-color: #e61b23;
  color: #fff;
}
.btn-red:active {
  background-color: #e61b23;
}
.icon {
  vertical-align: top;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
}
.icon-trash {
  background: url("/imgs/icon_trash.png") no-repeat;
  opacity: 0.5;
}
.icon-expand {
  background: url("/imgs/icon_maximize.png") no-repeat;
  opacity: 0.5;
}
.options-wrapper {
  padding: 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 12px;
  background-color: #f7f7f7;
}
.options-wrapper > span {
  display: inline-block;
}
.orientaion-wrapper {
  border-left: 1px solid #ababab;
}
.orientaion-wrapper span {
  color: #ababab;
  font-size: 12px;
  text-align: center;
  padding: 0 16px;
  display: inline-block;
}
.orientaion-wrapper .icon {
  display: inline-block;
  height: 34px;
  width: 42px;
}
.orientaion-wrapper .icon + .icon {
  margin-left: 5px;
}
.icon.icon-option-portrait {
  background: url("/imgs/portrait_preview.png") no-repeat;
}
.icon.icon-option-portrait.active {
  background: url("/imgs/portrait_preview_active.png") no-repeat;
}
.icon.icon-option-landscape {
  background: url("/imgs/landscape_preview.png") no-repeat;
}
.icon.icon-option-landscape.active {
  background: url("/imgs/landscape_preview_active.png") no-repeat;
}
.accountHeader {
  max-width: 960px;
  margin: 0 auto;
}
.accountHeader h1 {
  padding-bottom: 10px;
  padding-top: 40px;
  font-size: 26px;
  border-bottom: 1px solid #c0c0c0;
  color: #1c1b1a;
}
.accountHeader nav {
  color: #1c1b1a;
  padding-top: 5px;
}
.accountHeader nav >:first-child:after {
  content: " > ";
}
.accountHeader nav >:last-child {
  color: #e61b23;
}
.accountHeader nav a {
  font-size: 11px;
  text-decoration: none;
}
.accountMainContent {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
.accountMenu {
  float: left;
  height: 500px;
  width: 135px;
  border-right: 1px solid #c0c0c0;
  padding-right: 30px;
  margin-bottom: 60px;
}
.accountMenu ul {
  list-style: none;
}
.accountMenu ul li {
  margin-bottom: 15px;
}
.accountMenu a {
  color: #1c1b1a;
  font-size: 14px;
  text-decoration: none;
}
.userImg {
  float: right;
  width: 193px;
  height: 196px;
  border: 5px solid #ababab;
  border-radius: 15px;
  background-image: url("/imgs/DefaultProfilePic.png");
}
.accountContent {
  float: left;
  margin-left: 30px;
}
.accountContent form div {
  margin-bottom: 45px;
}
.accountContent form img {
  margin-right: 10px;
  margin-bottom: 5px;
}
.accountContent form input {
  height: 35px;
  width: 325px;
  font-size: 1.1em;
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: bottom;
  border-radius: 4px;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.accountContent form button {
  float: right;
  display: block;
  padding: 4px 12px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #ccc;
}
.appsHeader {
  max-width: 960px;
  margin: 0 auto;
}
.appsHeader .btnCreateApp {
  float: right;
  margin-top: 60px;
  display: block;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 0px solid #ccc;
}
.appsHeader h1 {
  padding-bottom: 10px;
  padding-top: 40px;
  font-size: 26px;
  border-bottom: 1px solid #c0c0c0;
  color: #1c1b1a;
}
.appsHeader nav {
  color: #1c1b1a;
  padding-top: 5px;
}
.appsHeader nav >:first-child:after {
  content: " > ";
}
.appsHeader nav >:last-child {
  color: #e61b23;
}
.appsHeader nav a {
  font-size: 11px;
  text-decoration: none;
}
.accountMainContent {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
.modal-box-create {
  height: 420px;
  width: 500px;
  margin-left: -250px;
  margin-top: -210px;
}
.modal-box-content .btnCreateApp {
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.modal-box-content h1 {
  margin: 0px;
}
.modal-box-content form {
  padding-top: 20px;
}
.modal-box-content form div {
  margin-bottom: 20px;
}
.modal-box-content form img {
  float: left;
  margin-right: 20px;
}
.modal-box-content form input {
  height: 30px;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 322px;
}
.modal-box-content form textarea {
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 320px;
  height: 100px;
}
.myapps .app {
  display: table;
  height: 171px;
  width: 170px;
  background-image: url("/imgs/AppBorder.png");
}
.myapps .appName {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.myapps a {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.appDetailHeader {
  max-width: 960px;
  margin: 0 auto;
}
.appDetailHeader h1 {
  padding-bottom: 10px;
  padding-top: 40px;
  font-size: 26px;
  border-bottom: 1px solid #c0c0c0;
  color: #1c1b1a;
}
.appDetailHeader nav {
  color: #1c1b1a;
  padding-top: 5px;
}
.appDetailHeader nav a:after {
  content: " > ";
}
.appDetailHeader nav >:last-child {
  color: #e61b23;
}
.appDetailHeader nav >:last-child:after {
  content: "  ";
}
.appDetailHeader nav a {
  font-size: 11px;
  text-decoration: none;
}
.appDetailMainContent {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 20px;
}
.appDetailMenu {
  float: left;
  height: 500px;
  width: 135px;
  border-right: 1px solid #c0c0c0;
  padding-right: 30px;
  margin-bottom: 60px;
}
.appDetailMenu ul {
  padding-left: 0px;
}
.appDetailMenu ul li {
  list-style-type: none;
  margin-bottom: 15px;
}
.appDetailMenu a {
  margin-bottom: 25px;
  margin-left: 50px;
  color: #1c1b1a;
  font-size: 14px;
  text-decoration: none;
}
.appDetailContent {
  float: left;
  margin-left: 30px;
}
.appDetailContent .Lcolumn {
  width: 610px;
  float: left;
}
.appDetailContent .Lcolumn .appHeader .appTitle {
  color: #e61b23;
  font-size: 25px;
  margin: 0px;
}
.appDetailContent .Lcolumn .appHeader span {
  font-size: 15px;
}
.appDetailContent .Rcolumn {
  float: left;
}
.appDetailContent .Rcolumn .btnRemoveApp {
  width: 170px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.appDetailContent .Rcolumn .qrc {
  text-align: center;
  padding-top: 20px;
}
.appDetailContent .Rcolumn .qrcode {
  height: 171px;
  width: 170px;
  background-image: url("/imgs/AppBorder.png");
}
.appDetailContent .Rcolumn .appToken {
  text-align: center;
  padding-top: 5px;
}
.appDetailContent form {
  padding-top: 20px;
  padding-bottom: 20px;
}
.appDetailContent form div {
  margin-bottom: 20px;
}
.appDetailContent form #profileDetails {
  margin-left: 45px;
}
.appDetailContent form #profileDetails div {
  margin-bottom: 0px;
}
.appDetailContent form #profileDetails input[type="text"],
.appDetailContent form select {
  width: 90%;
}
.appDetailContent form img {
  float: left;
  margin-right: 20px;
}
.appDetailContent form input[type="text"],
.appDetailContent form select {
  height: 30px;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 322px;
}
.appDetailContent form textarea {
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  width: 320px;
  height: 100px;
}
.appDetailContent form .btnUpdateApp {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.appDetailContent form .tip {
  color: #777;
  font-size: 12px;
}
.modal-box-remove {
  width: 400px;
  height: 240px;
  margin-top: -100px;
  margin-left: -200px;
}
.modal-box-remove form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-box-remove h1 {
  margin: 0px;
}
.modal-box-remove .btnYesSave {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.modal-box-remove .btnNoSave {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
}
.btn-login {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #e61b23;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #ccc;
  width: 80px;
}
.btn-login:after {
  content: "";
  display: table;
  clear: both;
}
.red {
  color: #e61b23 !important;
}
