/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */



h2 {
    margin-bottom: 20px;
    font-size: 150%;
    color: #222;
    font-weight: bold;
}


#wrapper {
    min-width: 640px;
    position: relative;
}


.vertical {
    height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}

.table {
    display: table;
    width: 100%;
}

.table .vertical {
    display: table-cell;
    vertical-align: middle;
}

#content {
    position: relative;
    height: 250px;
    overflow: hidden;
    /* Fix for IE6 not displaying the unsupported dialog correctly */
    _width: 100%;
}

section {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

section > .contents {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
}

.contents > strong {
    display: none;
}

#wait, #error, #delay {
    text-align: center;
    z-index: -1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;

    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;

    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;

    /* Set this to .25s for Android browser, 0.5 seconds makes it so that it
     * does not show */
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#wait, #delay {
  background-image: url("/i/bg.png");
}

.waiting #wait {
    z-index: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.delay #delay {
    z-index: 2;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.error #error, #error.unsupported, #error.cookies_disabled {
    z-index: 3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

#error.unsupported {
  padding: 20px 0;
}

.unsupported {
  /*
   * These are fixes for IE6 - IE6 does not support the combination #id.class
   * selector, so we have to use just the class, and then prepend the css
   * attributes with _ so only IE6 renders them.
   */
  _padding: 20px 0;
  _width: 100%;
  _height: 100%;
}

#error.unsupported h2 {
  margin: 0 0 20px;
}

#error img {
    border: none;
}

#error .lighter {
    color: #777;
}

#wait .vertical, #error .vertical, #delay .vertical {
    padding: 0 20px;
}

#formWrap {
    background-color: #fff;
    background-image: none;
    display: block;
}

#signIn {
    background-image: url('/i/bg.png');
    position: absolute;
    left: 0;
    top: 0;
}

#signIn .container {
    /**
     * Set the width of the container for when the arrow animation happens
     * otherwise the buttons slide right with the arrow
     */
    width: 325px;
    padding: 20px 52px 20px 20px;
}

.arrow {
    width: 40px;
    height: 250px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    background-image: url('/i/arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

#favicon {
    position: absolute;
    left: 375px;
    top: 0;
    right: 0;
    z-index: 10;
}

#favicon strong {
    font-size: 1.5em;
}

#favicon img {
    display: block;
    margin: 0 auto 10px;
}

#favicon .vertical {
    display: block;
    line-height: 250px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#required_email {
    padding-top: .7em;
    font-size: 1.2em;
    font-weight: bold;
}

#signIn .vertical {
    position: relative;
}

#signIn .vertical ul {
  list-style-type: none;
}

#signIn .vertical ul li {
  margin-top: 10px;
}

#signIn .vertical ul li:first-child {
  margin-top: 0;
}

#signIn .submit {
    line-height: 28px;
    margin-top: 10px;
    color: #333;
    font-size: 11px;
    line-height: 1.2;
}

#signIn .submit > a {
    color: #549FDC;
    margin-right: 0;
    float: none;
}

  /*
#signIn .submit > p {
  line-height: 13px;
  clear: right;
  text-align: center;
}
*/

#signIn label.half,
.half {
    width: 50%;
    display: inline-block;
    float: left;
}

#forgotPassword {
    color: #888784;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-size: 11px;
}

#signIn button.create {
    font-size: 14px;
    height: 28px;
    padding: 0 10px;
    float: right;
}

label {
    display: block;
    color: #62615F;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

label.selectable {
    cursor: pointer;
}

.inputs > li > label {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

#signIn #selectEmail > .inputs > li {
    margin: 0;
}

#selectEmail > .inputs > li > label {
    padding: 5px 1px;
    white-space: nowrap;
}

.inputs > li > label.preselected {
    font-weight: bold;
}

.inputs > li:only-child > label.selectable {
    cursor: default;
}

.learn {
    display: inline-block;
    font-size: 12px;
    color: #62615F;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

#signIn .submit > p {
    display: block;
}

#signIn .submit > p + p:last-child {
    margin-top: 15px;
    padding-left: 10px;
}

#signIn .submit a {
    color: #549FDC;
}

footer .learn a {
    color: #549FDC;
}

.checkregistration p {
    color: #62615F;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

header,
footer {
    display: block;
    width: 100%;
}

header {
    padding: 20px;
    font-weight: bold;
    border-bottom: 1px solid #c7c6c1;
    background-color: rgba(0,0,0,0.05);
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000,endColorstr=#0c000000);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000,endColorstr=#0c000000);
    zoom: 1;
    -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1) inset;
         -o-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1) inset;
}

header ul {
    display: block;
    float: left;
}

header ul li {
    margin: 0 10px 0 0;
    color: #222;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

footer {
    border-top: 1px solid #c7c6c1;
    padding: 20px;
}

.inputs {
    line-height: 18px;
}

.inputs > li:only-child input[type=radio] {
    display: none;
}

a.emphasize {
  background-color: #F0EFED;
  color: #4E4E4E;
  font-size: 0.75em;
  padding: 0 5px;
  display: inline-block;
  line-height: 18px;
}

.submit > button {
    margin: 0 0 0 5px;
}

#newEmail {
    -moz-box-flex: 1;
}

.newuser,
.forgot,
.returning {
    display: none;
}

#create_text_section {
    color: #222;
}

#checkemail {
    text-align: center;
}

#your_computer_content {
  width: 90%;
  margin: auto;
  text-align: left;
}

#your_computer_content p button {
  float: left;
  margin: 0 1em 0 0;
  vertical-align: middle;
  font-size: 1em;
  width: 4em;
}

#your_computer_content p {
  padding-bottom: 1em;
  line-height: 1.3em;
  margin-top: 2em;
  margin-bottom: 2em;
}