/*  Account Activation
-------------------------------------------------------------------------------- */
div.body#activationBody, div.body#redemptionBody, div.body#open-house-body {
  width: 100%;
  margin: 10px auto 20px auto;
}
div.body#activationBody {
  margin-top: 0;
}
div.body#open-house-body {
  float: none;
  width: 400px;
  /* martin: 30px auto 0 auto; */
}
div.body.mobile#activationBody, div.body.mobile#redemptionBody, div.body.mobile#open-house-body {
  float: none;
  margin: 10px auto 20px auto;
  width: 320px;
}
div.body.mobile#redemptionBody {
  margin-top: 30px;
  min-height: 220px;
}

#account-setup {
  margin: 0 auto;
  width: 300px;
}

  ul#institution-list {
    padding-right: 40px;
  }

  ul#institution-list li {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 2px;
  }

  /* ul#institution-list li :hover {
    background-color: #999;
  } */

@media screen and (max-device-width: 600px) {
  #account-setup {
    width: 100%;
    }
}

div.body h2#accountHeader, div.body h2#redemptionHeader, div.body h2#siteLicenseHeader, div.body h2#open-house-header {
  border-bottom: 1px solid #cbcbcb;
  margin: 0 auto 4px auto;
  padding-bottom: 4px;
  text-align: center;
  width: 90%;
}
div.body h2#accountHeader {
  border-bottom: none;
  color: #444;
  margin-bottom: 17px;
}
div.body h2#open-house-header {
  color: #239214;
}
div.body h2#redemptionHeader {
  /*background-image: url(../../../img/activation/key.png);
  background-position: 30px top;
  background-repeat: no-repeat;*/
  border-bottom: none;
  color: #239214;
  height: 64px;
  line-height: 64px;
  text-align: left;
  text-indent: 25px;
  width: 300px;
}
div.body h2#siteLicenseHeader {
  color: #239214;
}
div.body p.introduction#account-setup-intro, div.body p.introduction#key-redemption-intro, div.body p.introduction#site-license-intro, div.body p.introduction#open-house-intro {
  float: none;
  margin: 0 auto 15px auto;
  text-align: center;
  width: 90%;
}
div.body p.introduction#key-redemption-intro {
  border-top: 1px solid #cbcbcb;
  padding-top: 5px;
}

#account-setup-intro {
  font-size: 13px;
  }

div.site-license {
  border: 1px solid #C1C1C1;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 2px lightGrey;
  list-style-type: none;
  margin: 10px auto;
  padding: 20px;
  width: 245px;
  position: relative;
}
div.site-license img {
  float: left;
}
div.site-license h3 {
  color: #000;
  font-size: 16px;
}

div.body #account-summary p.introduction {
  color: #000;
  font-family: arial;
  font-size: 12px;
  line-height: 18px;
  margin-left: 35px;
  width: 90%;
}
div.body #account-summary p.introduction.large {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

p#message-box {
  color: #CC0033;
  display: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 auto 5px auto;
  text-align: center;
  width: 90%;
}

div.body #account-summary h5 {
  color: #000;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* Account Creation Form
-------------------------------------------------------------------------------- */
div#setupKey {
  font-size: 12px;
  height: 12px;
  margin: 3px 0 15px 0;
  text-align: center;
}

/* Activation Screen */
div#mobile_app, div#web_app {
  background-color: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 20px 20px 20px;
  width: 750px;
  padding: 0 20px 20px 20px;
}
div#mobile_app {
  padding-bottom: 25px;
  padding-top: 25px;
}

div.body.mobile div#mobile_app,div.body.mobile div#web_app {
  clear: left;
  float: none;
  margin: 0 auto 10px auto;
  width: 240px;
}

div.body h2.success {
  background-image: url(../../../img/activation/green_circle.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #239214;
  font-family: arial;
  font-size: 22px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 35px;
}

div.body.mobile h2.success {
/*  width: 245px;*/
}

a.installMobileLink {
  background-image: url(../../../img/activation/install.png);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 31px;
  width: 148px;
}

a.installMobileLink#hover {
  background-image: url(../../../img/activation/install_hover.png);
}

a.webapp-link {
  font-size: 18px;
  line-height: 20px;
}
div.body.mobile a.webapp-link {
  font-size: 14px;
  line-height: 16px;
}

div.downloadInstructions {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  clear: left;
  padding: 20px;
}

/* Account Registration Form and Fields */
/* div.body#activationBody form.account { */
.account {
  clear: left;
  font-family: arial;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

label {
  color: #5b5b5b;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin: 12px 0 0 0;
  padding-left: 0.75em;
  width: 90%;
}
label span {
  color: #999;
  font-weight: normal;
  padding-left: 1px;
  }

#show-pass {
  color: #333;
  cursor: pointer;
  float: right;
  text-decoration: underline;
  }

input, textarea {
  background-color: #fff;
  border: 1px solid #999;
  clear: both;
  color: #3f3f3f;
  display: block;
  font-size: 15px;
  line-height: 1.2em;
  margin: 0 auto 0 auto;
  width: 90%;
/*   width: 275px; */
  padding: 0.5em 0 0.5em 0.75em;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #fff;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #fff;
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #fff;
}

select {
  background: #fff;
  border: 1px solid #999;
  clear: both;
  color: #666;
  display: block;
  font-size: 15px;
  height: 35px;
  line-height: 1.2em;
  margin: 0 auto 8px auto;
  width: 285px;
  padding: 0.5em 0 0.5em 5px;
  -moz-appearance: none;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

select:focus, input:focus {
  border: 2px solid #727272;
  color: #3f3f3f;
  outline: medium none;
}

#profession {
  margin-top: 24px;
  margin-bottom: 24px;
}

.required { /*  background-image: url(/img/products/circle.png);
  background-position: 5px center;
  background-repeat: no-repeat;*/
}

select.specialty {
  display: none;
  margin-bottom: 24px;
}

/*
div.checkbox-wrapper {
  position: relative;
  margin: 15px auto;
  width: 90%;
}

input#eula {
  height: 25px;
  width: 25px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
input#eula:checked {
  background-color: #000;
}
input#mailings {
  height: 25px;
  width: 25px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
input#mailings:checked {
  background-color: #000;
}

*/
div.body p.eula-text {
  background-position: left center;
  background-repeat: no-repeat;
  color: #666;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  margin: 12px auto 16px auto;
  min-height: 20px;
  padding-left:  0.75em;
  text-align: left;
  text-indent: 16px;
  width: 90%;
}
.eula-text.selected {
  background-image: url(../../../img/checkbox_checked_20x20.png);
}
.eula-text.unselected {
  background-image: url(../../../img/checkbox_20x20.png);
}

div.body a.tos-link, div.body a.tos-link:visited {
  color: #333;
}

form.account p.error {
  color: #cc0033;
  font-size: 1.0em;
  line-height: 14px;
  margin: -4px auto 10px auto;
  width: 285px;
}

a.social-media {
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  height: 49px;
  margin-right: 20px;
  width: 201px;
}
div.body.mobile a.social-media {
  display: block;
  float: none;
  margin: 5px auto;
}
a.social-media#facebook,a.social-media#facebookhover {
  background-image: url(../../../img/activation/facebook.png);
}
a.social-media#twitter,a.social-media#twitterhover {
  background-image: url(../../../img/activation/twitter.png);
  width: 220px;
}


div.mobileOs {
  color: #3e3e3e;
  cursor: pointer;
  font-family: arial;
  font-size: 10px;
  float: left;
  height: 91px;
  margin-bottom: -1px;
  margin-right: 10px;
  text-align: center;
  width: 100px;
  z-index: 500;
}

div.mobileOs.currentMobile {
  background-image: url(../../../img/indicator.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

div.mobile-os-button {
  border: .1em solid #aaa;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  height: 75px;
  color: #3e3e3e;
  text-shadow: #fff 0px 1px 1px;
  background-color: #ccc; /* fallback */
  background-image: -moz-linear-gradient(top, #fafafa, #ccc);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa),
    to(#ccc) );
  background-image: -webkit-linear-gradient(#fafafa, #ccc);
  background-image: -o-linear-gradient(top, #fafafa, #ccc);
  -moz-box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2),
    inset 0 -.1em 0 0 #d5d5d5;
  -webkit-box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2),
    inset 0 -.1em 0 0 #d5d5d5;
  box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2), inset 0
    -.1em 0 0 #d5d5d5;
}  
div.mobileOs.currentMobile .mobile-os-button {
  border: 1px solid #555;
}
div.mobile-os-button a {
  color: #3e3e3e;
  text-decoration: none;
}
div.mobile-os-button img {
  display: block;
  margin: 5px auto;
}

a.install {
  padding: 5px;
  margin-top: 1.2em;
  font-size: 1.5em;
  letter-spacing: .08em;
  text-decoration: none;
  display: inline-block;
}

a.install.grey {
  color: #3e3e3e;
  text-shadow: #fff 0px 1px 1px;
  border: .1em solid #aaa;
  background-color: #ccc; /* fallback */
  background-image: -moz-linear-gradient(top, #fafafa, #ccc);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa),
    to(#ccc) );
  background-image: -webkit-linear-gradient(#fafafa, #ccc);
  background-image: -o-linear-gradient(top, #fafafa, #ccc);
  -moz-box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2),
    inset 0 -.1em 0 0 #d5d5d5;
  -webkit-box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2),
    inset 0 -.1em 0 0 #d5d5d5;
  box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2), inset 0
    -.1em 0 0 #d5d5d5;
}

a.install.grey:hover {
  color: #000;
  border: .1em solid #999;
  background-color: #bbb;
  background-image: -moz-linear-gradient(top, #fafafa, #efefef);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef),
    to(#aeaeae) );
  background-image: -webkit-linear-gradient(#fafafa, #efefef);
  background-image: -o-linear-gradient(top, #fafafa, #efefef);
  -moz-box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2);
  box-shadow: inset 0 .1em 0 0 #fff, 0 .1em 0 0 rgba(0, 0, 0, .2);
}

a.install.grey:active {
  margin-top: 2px;
  color: #000;
  text-shadow: #fafafa 0px 1px 1px;
  border: 1px solid #999;
  background-color: #bbb; /* fallback */
  background-image: -moz-linear-gradient(top, #d0d0d0, #9a9a9a);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0e0e0),
    to(#9a9a9a) );
  background-image: -webkit-linear-gradient(#d0d0d0, #9a9a9a);
  background-image: -o-linear-gradient(top, #d0d0d0, #9a9a9a);
  -moz-box-shadow: inset 0 .1em .3em 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 .1em .3em 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 .1em .3em 0 rgba(0, 0, 0, 0.5);
}

#social-media {
  clear: both;
}

#web-app-link {
  margin-bottom: 0;
}
#web-app-message {
  padding-top: 30px;
}

div.body p.field-tip {
  color: #cc0033;
  display: none;
  font-family: Helvetica;
  font-size: 0.9em;
  margin: 4px 0 0 0;
  padding: 0 0 0 0.75em;
  text-align: left;
  width: 90%;
  }

.field-error, .field-error:focus {
  background-image: url(../../../img/field-error.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  border:  2px solid #cc0033;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  }
.field-error.no-bk-img {
  background-image: none;
}
.field-success {
  background-image: url(../../../img/field-success.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  }
.field-success.no-bk-img {
  background-image: none;
}

/*  buttons
--------------------------------------------------------------------------------*/
.button {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  cursor: pointer;
  display: block;
  font-family: helvetica;
  font-size: 12px;
  height: 30px;
  letter-spacing: .05em;
  font-weight: normal;
  text-decoration: none;
  line-height: 30px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
  
.button.green, .button.green.inactive:hover {
color:#fff;
border:1px solid #084322;
background: rgb(47,156,75); /* Old browsers */
background: -moz-linear-gradient(top, rgba(47,156,75,1) 0%, rgba(14,124,65,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,156,75,1)), color-stop(100%,rgba(14,124,65,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(47,156,75,1) 0%,rgba(14,124,65,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(47,156,75,1) 0%,rgba(14,124,65,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(47,156,75,1) 0%,rgba(14,124,65,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(47,156,75,1) 0%,rgba(14,124,65,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9c4b', endColorstr='#0e7c41',GradientType=0 ); /* IE6-9 */*/-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.1);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.1);
text-shadow:0px 1px 0px rgba(0,0,0,.5);
}

.button.green:hover {
border:1px solid #11572c;
background: rgb(52,189,92); /* Old browsers */
background: -moz-linear-gradient(top, rgba(52,189,92,1) 0%, rgba(19,142,73,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,189,92,1)), color-stop(100%,rgba(19,142,73,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(52,189,92,1) 0%,rgba(19,142,73,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(52,189,92,1) 0%,rgba(19,142,73,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(52,189,92,1) 0%,rgba(19,142,73,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(52,189,92,1) 0%,rgba(19,142,73,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34bd5c', endColorstr='#138e49',GradientType=0 ); /* IE6-9 */
}

.button.green:active {
box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
-webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,.5);
}

.button.green.inactive {
  cursor: default;
  opacity: 0.4;
}

#continue-button, #continue-buttonhover {
  margin: 24px auto 0 auto;
  width: 125px;
}

#submit-continue {
  margin: 24px auto 0 auto;
  width: 125px;
}

#slregister-button, #slregister-buttonhover {
  float: right;
  margin-top: 20px;
  width: 125px;
}
#redeem-button, #redeem-buttonhover {
  color: #fff;
  margin: 20px auto 10px auto;
  width: 135px;
}

#akey {
  width: 280px;
}

span.arrow {
padding-left:7px;
}
