/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
  ul li, ol li {
    list-style: none;
  }
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="text"],
input.button:focus {
  outline: none;
}



/* OPTIMIZATION FOR BROWSER QUIRKS */

html { overflow-y: scroll; } /* Forces a vertical scrollbar in Mozilla */
img { -ms-interpolation-mode: bicubic; } /* Makes IE scale images smoothly */
a:active, a:focus { outline: none; } /* Disables the dotted outline FireFox puts on active links */


/* HIDE PRINT-SPECIFIC INFORMATION */
.to-print {
  display: none;
}


/* TYPOGGRAPHY */
html, body {
  font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 18px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased; /* Semi-fix the really bad links with opacity rendering in Safari. */
  /* -webkit-filter: grayscale(1); */
}
a {
  text-decoration: none;
  cursor: pointer;
  text-shadow: none;
  color: #2087bd;
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
  a:hover {
    opacity: 1;
  }
/* fixes text-shadow making text hard to read when selected */
*::-moz-selection {
  text-shadow: none;
  background: #3196fc;
  color: #ffffff;
}
*::selection {
  text-shadow: none;
  background: #3196fc;
  color: #ffffff;
}

/* TYPOGRAPHY */
h1 {
  line-height: 48px;
  font-size: 22px;
  text-shadow: 1px 1px 0px #ffffff;
}
  h1 em {
    color: #b9b9b9;
    font-style: normal;
  }
h2 {
  font-size: 18px;
  color: #474747;
  margin: 0 0 18px 0;
}
  h2 em {
    font-style: normal;
    color: #B9B9B9;
  }
h3 {
  font-size: 14px;
  color: #919191;
  margin: 0 0 3px 0;
}
  h3 a {
    font-weight: bold;
  }
h4 {
  font-size: 16px;
  font-weight: bold;
}
  .cufon-active h4.font {
    font-size: 36px;
  }
h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 13px 0 5px 0;
}

/* The marketing font styles. */
.gill {
  font-size: 16px;
  line-height: 1;
  font-family: "Gill Sans Light", sans-serif;
  color: #333333;
}
  .gill em {
    font-family:"Gill Sans Light Italic", sans-serif;
    font-style: normal;
  }
  .gill strong {
     font-family:"Gill Sans", sans-serif;
     font-weight: normal;
  }
  .gill hr {
    width: 92%;
    padding-top: 1em;
    border: none;
    border-top: 1px solid #d9d9d9;
  }
  /* Override user agent. */
  .gill input, .gill textarea, .gill select, .gill button {
    font-family: "Gill Sans Light", sans-serif;
  }
  .gill h1 {
    font-size: 4em;
    line-height: 1em;
  }
  .gill h2 {
    top: 0.3em;
    font-size: 3em;
    line-height: 1em;
  }
  .gill h3 {
    font-size: 2.5em;
    line-height: 1em;
  }
  .gill h4 {
    font-size: 2em;
    line-height: 1em;
  }
p.pageintro {
  font-size: 17px;
  line-height: 26px;
  max-width: 750px;
  margin: 9px 0 36px 0;
}
p.empty {
  font-style: italic;
  color: #ababab;
}
.show-linebreaks {
  white-space: pre-wrap;
  word-wrap: break-word;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 11px;
}
label {
  display: block;
}

/* CONTAINER */
.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}


/* BLOCK CSS TRANSITIONS DURING PAGE LOAD */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}


/* PAYMENT FAILURE */
.paymentfailure {
  top: 30px;
}
  .paymentfailure-notification {
    position: relative;
    width: 100%;
    height: 29px;
    line-height: 29px;

    color: #ffffff;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);

    background: rgb(167,35,35);
    border-bottom: solid 1px #ffffff;
    box-shadow: inset 0px -1px 0px #410000;

    z-index: 1;
  }
    .paymentfailure-notification a,
    .dash-userlist li.failed-payment a {
      color: #ffe786;
    }
  .dash-userlist li.failed-payment {
    background: rgb(167,35,35);
    color: #ffffff;
  }

/* HEADER/NAVIGATION */
.navigation {
  position: relative;
  width: 100%;
  height: 44px;
  z-index: 3;
  background-color: #ffffff;
  font-size: 0.65em;
  text-align: right;
  line-height: 44px;
  padding: 6px 0px 4px 0px;
  border-bottom: 1px solid #ffcc00;
}
  .navigation .logo {
    float: left;
    width: 140px;
    height: 48px;
  }
    .navigation .logo a {
      opacity: 1;
    }
    .navigation .logo img {
      max-width: 100%;
    }
  .navigation ul {
    float: right;
  }
  .navigation li {
    display: inline;
    line-height: 30px;
    margin-left: 2em;
    font-size: 2em;
    vertical-align: middle;
  }
    .navigation li:first-child {
      margin-left: 0;
    }
  .navigation .btn {
    height: 1.8em;
    line-height: 1.8em;
    font-size: 1em;
  }
  .navigation a {
    color: #131B22;
  }
  .navigation .search-form {
    float: right;
    display: inline;
    margin-left: 2em;
  }
  .navigation .search {
    width: 210px;
    height: 17px;
    padding: 8px;
    border: 1px solid #d2d2d2;
    outline: 0;
    background: #fafafa !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: -2px 13px 0 8px;
    color: #333333;
  }
    .navigation .search.placeholder {
      font-style: italic;
      color: #555555;
    }
    .navigation .search:focus {
      background: #fafafa !important;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #d2d2d2;
      text-shadow: none;
      color: #333333;
    }
  .navigation .account {
    float: right;
    font-size: 1.5em;
    line-height: 3.4em;
    margin-left: 1em;
    height: 48px;
  }
.dropdown {
  position: relative;
  display: inline-block;
  height: 47px;
  max-width: 120px;
  top: -6px;
  text-align: left;
  font-size: 1.25em;
  line-height: 1.25em;
  cursor: pointer;
}
  .dropdown .label {
    display: table-cell;
    position: relative;
    height: 54px;
    max-width: 120px;
    padding: 0 5px;
    vertical-align: middle;
    opacity: 0.8;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
    .dropdown:hover .label,
    .dropdown.selected .label {
      color: #ffffff;
      background: #03a1de;
    }
    .dropdown .label:hover {
      opacity: 1;
    }
  .dropdown .block {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
  }
  .dropdown ul {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    width: 155px;
    background: #FFFFFF;
    list-style: none;
  }
  .dropdown a {
    opacity: 1;
  }
  .dropdown li {
    display: block;
    margin-left: 0;
    padding: 8px;
    height: 17px;
    color: #ffffff;
    font-size: 1.1em;
    line-height: 1.1em;
    background: #03a1de;
    opacity: 0.8;
  }
    .dropdown li:hover {
      opacity: 1;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
    }
    .dropdown .highlight {
      background: #ffd204;
      color: #131B22;
    }
.login-dropdown {
  display: none;
  position: absolute;
  width: 33%;
  background: #f9f9f9;
  font-size: 2em;
  margin-top: 0.6em;
  text-align: left;
  border: 1px solid #dfdfdf;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
  .login-dropdown label {
    line-height: 1em;
  }
  .login-dropdown input {
    width: 95%;
  }
  .login-dropdown button {
    font-size: 1em;
  }
  .login-dropdown .providers {
    margin-top: 1em;
    line-height: 1em;
  }
  .login-dropdown p {
    -webkit-transform: translate3d(0,0,0); /* Fix some wiggliness in Chrome on hover. */
  }

/* FOOTER; currently copied from generated marketing footer. */
footer {
  width: 100%;
  min-height: 400px;
  background: url("/static/img/footer-bg-3a6be775.png") no-repeat center center/cover;
  box-shadow: 0px 500px 0px 500px #222d35; /* This covers the white background on short pages. */
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }
  footer ._wrapper {
    width: 1200px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px; }
    footer ._wrapper:after {
      content: "";
      display: table;
      clear: both; }
  footer a {
    opacity: 1; }
  footer ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px; }
    footer ul:last-child {
      margin-right: 0; }
  footer li {
    line-height: 30px;
    font-size: 24px; }
    footer li:first-child {
      margin-bottom: 5px;
      color: #fff; }
    footer li a {
      color: #bac4cb;
      font-size: 16px; }
      footer li a:hover {
        color: #ffd327;
      }
  footer .meta-content {
    float: right;
    color: #fff;
    text-align: right; }
    footer .meta-content .logo {
      margin-bottom: 30px; }
    footer .meta-content .social-links a {
      margin-right: 20px; }
      footer .meta-content .social-links a:last-child {
        margin-right: 0; }
    footer .meta-content .copyright {
      margin-top: 30px;
      font-size: 12px;
      color: #5a6770; }
    footer .meta-content .vimeo {
      height: 25px;
      width: 25px; }

body > iframe {
  /* For some reason, some iframe is adding space to the bottom of the page in Firefox. */
  display: none;
}

.fakelink {
  text-decoration: underline;
  color: #0773c7;
  cursor: pointer;
}
  .fakelink:hover {
      color: #034a81;
  }

.color-box,
.grid-content blockquote,
.blog-content blockquote {
  font-size: 16px;
  padding: 20px;
  background-color: #f2f9ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.grid-content blockquote .image-container {
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.grid-content blockquote .text-container {
  float: right;
  width: 80%;
}


/* SUBSCRIBE */
#mc_embed_signup label {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
}
#mc_embed_signup input {
  display: inline-block;
}
#mc_embed_signup li {
  display: inline-block;
}
  #mc_embed_signup li label {
    width: 75px;
  }
  #mc_embed_signup li input {
    width: 20px;
  }
  #mc_embed_signup .input-group {
    padding: 10px 0;
  }


/* CONTENT */
.content {
  padding: 15px 0;
}
  .content .buttonpanel {
    float: right;
    padding: 10px 0;
  }
  .content:after {
    display: block;
    clear: both;
    content: "";
  }

.more {
  font-size: 12px;
  position: absolute;
  margin: -2px 0 0 20px;
  background-color: #e6f4fd;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
}
  .more:hover {
    background-color: #ddf0fc;
  }

.bullets {
  list-style: disc;
}
.bullets li {
  list-style: disc;
  margin-left: 20px;
}

ol.numbers {
  list-style: decimal;
}
ol.numbers li {
  list-style: decimal;
  margin-left: 20px;
}

/* COLUMNS */
.column-50 {
  width: 450px;
  margin-right: 60px;
  float: left;
}
  .column-50.last {
    margin: 0;
  }
  .column-50 h2 {
    margin-top: 40px;
  }
    .column-50 h2:first-child {
      margin-top: 0;
    }
  .content.nopadding .column-50 {
    width: 465px;
  }

.column-wide {
  width: 580px;
  margin-right: 60px;
  float: left;
}
.column-thin {
  width: 290px;
  float: left;
}


/* LEARN */
.learn-header h1 {
  text-align: center;
  font-size: 3.5em;
  line-height: 1.5em;
  color: #333333;
  text-shadow: none;
  padding: 1em;
}
.learn-index {
  background-image: url("/static/images/content/learn/grid-ac69b6f4.png");
  padding-bottom: 100px;
  margin-bottom: -6em;
}
  .learn-index a {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
.learn {
  padding: 50px 0 15px 0;
}
  .learn:after {
    display: block;
    content: "";
    clear: both;
  }
  .learn .sidebar {
    width: 245px;
    position: relative;
    float: left;
    margin: -40px 50px 0 0;
    padding: 25px 0 100px 0;

    background: -moz-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top,
      color-stop(0%,rgba(255,255,255,0.09)),
      color-stop(60%,rgba(255,255,255,0)),
      color-stop(97%,rgba(245,245,245,0.93)),
      color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ffffff', endColorstr='#ebebeb',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* W3C */
  }
    .learn .sidebar:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 50px;

      background: -moz-linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%,rgba(245,245,245,1)),
        color-stop(99%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,0.09))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,
        rgba(245,245,245,1) 0%,
      rgba(255,255,255,0.1) 99%,
      rgba(255,255,255,0.09) 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#17ffffff',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* W3C */
    }
    .learn .sidebar:after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100px;

      background: -moz-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.09)),
        color-stop(1%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* W3C */
  }
    .learn .sidebar .wrapper {
      border: solid 1px #ffffff;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 15px;

      background: #fcfcfc; /* Old browsers */
      background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* W3C */
    }
    .learn .sidebar ul {
      line-height: 22px;
      margin: 0 0 18px -10px;
    }
    .learn .sidebar ul.simple {
      margin: 0;
    }
    .learn .sidebar li ul {
      margin-left: 18px;
    }
      .learn .sidebar li {
        width: 225px;
        padding-bottom: 1px;
        text-transform: capitalize;
      }
      .learn .sidebar span {
        padding-left: 10px;
      }
      /* active */
      .learn .sidebar li .active {
        display: inline-block;
        height: 26px;
        line-height: 23px;
        padding: 0 20px 0 0;
        background: url("/static/images/interface-80d51d95.png") right -1439px no-repeat;
        color: #ffffff;
        opacity: 1;
        text-shadow: -1px -1px 0px #498ab5;
      }
      .learn .sidebar .active span {
        display: inline-block;
        height: 26px;
        width: 243px;
        line-height: 23px;
        padding: 0 0 1px 10px;
        background: url("/static/images/interface-80d51d95.png") -472px -1439px no-repeat;
      }
        .learn .sidebar li li .active span {
          width: 225px;
        }
  .learn .language-bar {
    float: right;
    margin-top: -20px;
  }

  /* typography */
  .learn p {
    margin: 10px 45px 10px 0;
  }
  .learn .figure {
    text-align: center;
    margin: 20px 0;
  }
  .learn .caption {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
  }
  .learn img {
    max-width: 100%;
  }

  .learn .content {
    width: 665px;
    padding: 0;
    float: left;
    position: relative;
  }
    .learn .content h1 {
      font-size: 18px;
      color: #474747;
      margin: 0 0 18px 0;
      line-height: normal;
      text-shadow: none;
    }
    .learn .content h2 {
      font-size: 14px;
      color: #919191;
      margin: 0 0 3px 0;
    }
    .learn .content ul {
      list-style: disc;
      margin-bottom: 10px;
    }
      .learn .content ul li {
        list-style: disc;
        margin-left: 20px;
      }
      .learn .content ul ul {
        margin-bottom: 0;
      }
    .learn .content ol {
      list-style: decimal;
    }
      .learn .content ol li {
        list-style: decimal;
        margin-left: 20px;
      }
    .learn .content blockquote {
      margin: 1em 40px;
    }
    .learn .content .previous-button {
      float: left;
      margin-left: -10px;
    }
    .learn .content .next-button {
      float: right;
    }
.learn-attribution {
  text-align: center;
  margin-bottom: 3em;
  margin-left: 245px;
  font-size: 11px;
}

/* CHALLENGES */
.challenge h3 {
  margin: 30px 0 0 125px;
}
.challenge > p,
.challenge ul.bullets,
.challenge ol {
  margin: 10px auto;
  width: 70%;
}
.challenge li {
  margin-bottom: 5px;
}
.challenge .img-wrapper {
  text-align: center;
  margin: 10px;
}
.challenge .img-wrapper span {
  font-size: 11px;
  font-weight: bold;
}
.challenge .blurb {
  width: 75%;
  margin: -50px auto 0 auto;
}
.challenge .blurb h3 {
  margin-left: 0px;
}
.challenge .blurb .center {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}
.challenge .flow {
  width: 80%;
  text-align: center;
  margin: 20px auto;
}
  .challenge .flow td {
    padding: 5px;
    vertical-align: middle;
  }
  .challenge .flow .arrow {
    font-size: 24px;
  }
.challenge-box {
  opacity: 0.8;
}
  .challenge-box:hover {
    opacity: 1.0;
  }

/* TEAM BOXES */
.teambox {
  overflow: auto;
}
.teambox .teamcontainer {
  font-size: 14px;
  height: 50px;
  padding-top: 12px;
}
.team-info {
  margin: 3em 0;
  text-align: center;
}
  .team-info .period {
    display: inline-block;
    width: 32%;
    padding: 1em 0;
    border-right: 1px solid #C8DEEE;
    vertical-align: top;
  }
    .team-info .period:last-child {
      border-right: none;
    }
    .team-info .period.current {
      background-color: #F2F9FF;
      border: 1px solid #C8DEEE;
    }
  .team-info .base {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
    .team-info .base i {
      font-size: 5em;
      margin-bottom: 0.15em;
    }
  .team-info .additional {
    display: inline-block;
    width: 46%;
    line-height: 2em;
    text-align: left;
    vertical-align: top;
  }
    .team-info .additional i {
      font-size: 2em;
    }
  .team-info h3 {
    margin-top: 0.5em;
    text-align: center;
  }

/* PROJECT BOXES */
.projectbox {
  overflow: auto;
}
.projectbox > li {
  margin-bottom: 18px;
  overflow: auto;
  text-align: left;

  width: 48.5%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .projectbox > li:nth-child(even) {
    margin-right: 0;
  }
  .projectbox .design {
    height: 255px;
    border: solid 1px #d7d7d7;
    margin: 5px 5px 0 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .projectbox .project-progress {
    position: absolute;
    margin: 1px 0 0 1px;
  }
  .projectbox i.privacy {
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: 2px;
  }
  .projectbox .design img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
  }
  .projectbox .design a {
    opacity: 1;
  }
  .projectbox .title {
    line-height: 1.4em;
    word-wrap: break-word;
  }
  .projectbox .top {
    padding: 10px 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    overflow: auto;
  }
    .projectbox .top p {
      font-size: 12px;
      line-height: 18px;
      margin: 9px 0 0 0;
      font-weight: normal;
      word-wrap: break-word;
    }
    .projectbox .top ul {
      margin-top: 4px;
    }
      .projectbox .top li,
      .projectbox .top li a {
        display: inline-block;
        font-size: 11px;
        color: #ababab;
        font-weight: normal;
      }
        .projectbox .top li a:hover {
          color: #777777;
        }
  .projectbox .bottom {
    padding: 5px;
    font-size: 11px;
    color: #919191;
    line-height: 26px;
    background: #fcfcfc url("/static/images/snippets/documentlist-bg-517287ff.png") left bottom repeat-x;
    border-top: solid 1px #e6e6e6;
    text-shadow: 1px 1px 0px #ffffff;
  }
    .projectbox .forks {
      display: inline-block;
      height: 25px;
      padding: 1px;
      line-height: 25px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 3px;
      -moz-box-shadow: 1px 1px 0px #ffffff;
      -webkit-box-shadow: 1px 1px 0px #ffffff;
      box-shadow: 1px 1px 0px #ffffff;
      margin: 0 5px 0 0;
      vertical-align: middle;

      background: #dadada; /* Old browsers */
      background: -moz-linear-gradient(top, #dadada 0%, #c6c6c6 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #dadada 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #dadada 0%,#c6c6c6 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, #dadada 0%,#c6c6c6 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #dadada 0%,#c6c6c6 100%); /* W3C */
    }
      .projectbox .forks .wrapper {
        background: #ffffff url("/static/images/icons-6b1f1b71.png") -15px -339px; no-repeat;
        padding: 0 5px 0 24px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        color: #919191;
      }
.projectbox.thirds > li {
  width: 31.5%;
}
  .projectbox.thirds > li:nth-child(even) {
    margin-right: 2.3%;
  }
  .projectbox.thirds > li:nth-child(3n) {
    margin-right: 0;
  }
  .projectbox.thirds .design {
    height: 175px;
  }

  .column-50 .projectbox .design {
    height: 125px;
  }


/* PROJECT LIST */
.projectlist,
.partlist,
.dash-userlist {
  padding: 1px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  box-shadow: 0px 1px 2px rgba(0,0,0,0.2);

  background: #e2e2e2; /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #b7b7b7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%,#b7b7b7 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%,#b7b7b7 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #e2e2e2 0%,#b7b7b7 100%); /* W3C */
}
  .projectlist .wrapper,
  .partlist .wrapper,
  .dash-userlist .wrapper {
    background: #f6f6f6;
    padding-bottom: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
    .projectlist li,
    .partlist li,
    .dash-userlist li {
      background: #ffffff;
      border-bottom: solid 1px #e6e6e6;
      font-size: 14px;
    }
    .projectlist li {
      height: 37px;
      line-height: 37px;
      padding-left: 10px;
    }
    .partlist li {
      line-height: 37px;
      padding: 10px;
    }
    .dash-userlist li {
      padding: 5px 10px;
    }
      .projectlist .team-heading {
        padding: 5px 10px;
        border-bottom: solid 1px #e6e6e6;
      }
      .projectlist li i,
      .projectlist li > a,
      .projectlist li span,
      .projectlist .btn {
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 310px;
      }
        .projectlist li i {
          line-height: 37px;
        }
      .partlist li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
    .projectlist .btn-tight {
      float: right;
      margin: 8px 5px 0 0;
    }

/* UNIVERSAL MESSAGES */
#messages {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -43px;
  padding-left: 43px;
  pointer-events: none;
  z-index: 10;
  height: 2em;
}
  #messages div {
    pointer-events: all;
    display: inline-block;
    padding: 4px 30px 4px 10px;
    line-height: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    position: relative;
    margin: 0 5px;
  }
    #messages div.yellow {
      background: #fff4d6;
      color: #71633e;
      text-shadow: 1px 1px 0px #ffffff;
    }
      #messages div.yellow .dismiss {
        background: url("/static/images/interface-80d51d95.png") no-repeat -343px -12px;
      }
      #messages div.yellow .dismiss:hover {
        background: url("/static/images/interface-80d51d95.png") no-repeat -365px -12px;
      }
      #messages div.yellow .dismiss:active {
        background: url("/static/images/interface-80d51d95.png") no-repeat -387px -12px;
      }
    #messages div.red {
      background: #ffc8c8;
      color: #7a3737;
      text-shadow: 1px 1px 0px #ffdede;
    }
      #messages div.red .dismiss {
        background: url("/static/images/interface-80d51d95.png") no-repeat -343px -143px;
      }
      #messages div.red .dismiss:hover {
        background: url("/static/images/interface-80d51d95.png") no-repeat -365px -143px;
      }
      #messages div.red .dismiss:active {
        background: url("/static/images/interface-80d51d95.png") no-repeat -387px -143px;
      }
    #messages .dismiss {
      width: 18px;
      height: 18px;
      position: absolute;
      right: 5px;
      top: 4px;
    }

/* USER LIST */
.userlist {
  min-height: 200px;
}
  .userlist li {
    width: 450px;
    height: 37px;
    overflow: hidden;
    margin-bottom: 9px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .userlist.wide li {
    width: 950px;
  }
  .userlist li:hover {
      background: #f2f9ff;
  }
    .userlist .username-container {
      width: 325px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .userlist .username {
      font-size: 14px;
      color: #474747;
      line-height: 36px;
      -webkit-transition: color 1s;
      text-overflow: ellipsis;
    }
      .userlist .username.plus {
        line-height: 18px;
      }
      .userlist .username span {
        color: #b9b9b9;
      }

    .userlist .status {
      position: absolute;
      top: 18px;
      left: 42px;
      width: 100px;
      color: #919191;
      line-height: 18px;
      padding-left: 18px;
      font-size: 11px;
      background: url("/static/images/icons-6b1f1b71.png") -18px -480px no-repeat;
    }
        .userlist .status.double {
          background: url("/static/images/icons-6b1f1b71.png") -18px -84px no-repeat;
        }

    .userlist .btn {
      position: absolute;
      right: 3px;
      top: 3px;
    }
    .userlist.wide .btn {
      position: relative;
      float: right;
      margin-top: -20px;
    }
    /* hover */
    .userlist .username:hover {
      color: #0773c7;
      -webkit-transition: none;
    }


.userlist-empty {
  width: 360px;
  margin: 60px auto;
}


.user-search-container {
  margin-bottom: 50px;
}
  .user-search-container input {
    width: 220px;
    margin-left: 5px;
    margin-top: 1px;
    border: solid 1px #A1C0D1;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .user-search-container input.placeholder {
    font-style: italic;
    color: #919191;
  }
  .user-search-container .btn {
    position: absolute;
    right: -12px;
    top: -1px;
  }
  .user-search-container .user-suggestions {
    display: none;
    margin-left: -47px;
    overflow: auto;
  }
    .user-search-container .user-suggestions.show {
      display: block;
    }
.member-controls {
  position: absolute;
  right: 3px;
  top: 3px;
}
  .member-controls .remove {
    display: inline-block;
    width: 24px;
    text-align: center;
  }
  .member-controls .level {
    display: inline-block;
    width: 85px;
  }
#member-footer,
#list-footer {
  text-align: center;
  min-height: 50px;
}


/* AVATARS */
.avatar-48 {
  width:40px;
  height: 40px;
  padding: 3px;
  margin: 0 10px 0 0;
  position: relative;
  background: #ffffff;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  -moz-box-shadow: 0px 1px 0px #c6c6c6;
  -webkit-box-shadow: 0px 1px 0px #c6c6c6;
  box-shadow: 0px 1px 0px #c6c6c6;
  -webkit-transition:
    background 1s,
    border-color 1s,
    box-shadow 1s;
}
  .avatar-48 img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .avatar-48 span {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    border: solid 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }

.avatar-36 {
  width:30px;
  height: 30px;
  padding: 2px;
  margin: 0 5px 0 0;
  position: relative;
  background: #ffffff;
  border: solid 1px #d1d1d1;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px #c6c6c6;
  -webkit-box-shadow: 0px 1px 0px #c6c6c6;
  box-shadow: 0px 1px 0px #c6c6c6;
}
  .avatar-36 img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .avatar-36 span {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    border: solid 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }

.avatar-29 {
  width:26px;
  height: 26px;
  padding: 1px;
  margin: 0 2px 0 0;
  position: relative;
  background: #ffffff;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
  -moz-box-shadow: 0px 1px 0px #c6c6c6;
  -webkit-box-shadow: 0px 1px 0px #c6c6c6;
  box-shadow: 0px 1px 0px #c6c6c6;
}
  .avatar-29 img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }
  .avatar-29 span {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    border: solid 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
  }

  a.avatar-29:hover {
    -moz-box-shadow: 0px 0px 3px #318bc0;
    -webkit-box-shadow: 0px 0px 3px #318bc0;
    box-shadow: 0px 0px 3px #318bc0;
    border: solid 1px #62baf2;
    background: #c5e4f7;
  }

.avatar-20 {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0;
  position: relative;
  vertical-align: top;
  background: #ffffff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/* BUTTONS */
.disable-button {
  pointer-events: none;
  opacity: 0.5;
}

button {
  position: relative;
  border: 0;
  overflow: visible; /* IE7 fix */
  padding: 0 20px 0 0;
  font-size: 13px; /* firefix fix */
  cursor: pointer;
}
  /* hover/focus */
  button:hover,
  button:focus {
    outline: none;
  }

/* browser fixes */
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Firefox extra padding fix */
  border: none;
  padding: 0px;
}

button,
.btn {
  display: inline-block;
  height: 2.2em;
  line-height: 2.2em;
  font-size: 13px;
  vertical-align: middle;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  text-align: center;
  white-space: nowrap;
  cursor: pointer;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: 0;

  -webkit-transform: translate3d(0,0,0); /* Fix some wiggliness in Chrome on hover. */

  text-shadow: none;
  background-image: none;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
button {
  opacity: 0.8 !important;
}
  button:hover {
    opacity: 1 !important;
  }
  button:hover,
  button:active,
  button:focus,
  .btn:hover,
  .btn:active,
  .btn:focus {
    opacity: 1;
    text-shadow: none;
    background-image: none;
  }

.btn-left {
  border-right: none !important;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-right {
  padding: 0 8px;
  margin-left: -5px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-tight {
  font-size: 13px;
  height: 1.1em;
  line-height: 1.1em;
  padding: 3px;
}

/* Button colours. Default bt is blue. */
button,
.btn,
.btn-blue {
  background-color: #03a1de;
  color: #ffffff;
}
.btn-lightblue {
  background: #e6f4fd;
  color: #333333;
  border: 1px solid #98c5e0;
}
.btn-gray {
  background: #eeeeee;
  color: #333333;
  border: 1px solid #c0c0c0;
}
.btn-orange {
  background: #e4801d;
}
.btn-yellow {
  background: #ffd204;
  color: #474747;
  border: 1px solid #ca9b21;
}
.btn-red {
  background: #ed5d5d;
}
.btn-pink {
  background: #f7e8e8;
  color: #333333;
  border: 1px solid #e6b5b5;
  border-bottom: 1px solid #bb7777;
}
.btn-white {
  background: #fafafa;
  color: #5e5e5e;
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #c2c2c2;
}

/* Used as container for when default opacity results in ugly colours. */
.btn-backing {
  padding: 0;
  height: auto;
  line-height: inherit;
  border: 0;
  opacity: 1;
}
.btn-switch {
  display: block;
  margin: 35px auto;
  padding: 0.7em 1.2em;
  max-width: 10em;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background-color: #2da3ee;
  @include background-image(linear-gradient(#5fc1ff 0%, #0088de 100%));
  border: 1px solid #0769a7;
  border-radius: 3px;
  box-shadow: inset 0 0 7px 0 rgba(white, 0.5);
  &:before, &:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
  .btn-switch:before {
    height: 1px;
    background: rgba(white, 0.4);
  }
  .btn-switch:after {
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(black, 0.3);
  }
  .btn-switch:hover,
  .btn-switch:focus {
    text-decoration: none;
    @include background-image(linear-gradient(#5fc1ff 0%, #007fd0 100%));
  }
  .btn-switch:focus {
    outline: none;
    border: 1px solid darken(#0769a7, 25%);
    @include background-image(linear-gradient(#5fc1ff 0%, #0078c5 100%));
  }
  .btn-switch:active {
    top: 1px;
  }
    .btn-switch:active:after {
      box-shadow: 0 1px 5px 0 rgba(black, 0.3);
    }

.up-icon-fork,
.up-icon-admin,
.up-icon-csv,
.up-icon-rollback,
.up-icon-import,
.up-icon-download,
.up-icon-new,
.up-icon-eye,
.up-icon-adduser,
.up-icon-favorite,
.up-icon-editor,
.up-icon-creditcard,
.up-icon-share {
  width: 16px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -10px;
  margin-right: 4px;
}
  .up-icon-fork { background: url("/static/images/icons-6b1f1b71.png") -20px -344px no-repeat; }
  .up-icon-admin { background: url("/static/images/icons-6b1f1b71.png") -18px -376px no-repeat; }
  .up-icon-csv { background: url("/static/images/icons-6b1f1b71.png") -18px -410px no-repeat; }
  .up-icon-rollback { background: url("/static/images/icons-6b1f1b71.png") -18px -1368px no-repeat; }
  .up-icon-download { background: url("/static/images/icons-6b1f1b71.png") -18px -1304px no-repeat; }
  .up-icon-new { background: url("/static/images/icons-6b1f1b71.png") -18px -1574px no-repeat; }
  .up-icon-eye { background: url("/static/images/icons-6b1f1b71.png") -18px -1640px no-repeat; }
  .up-icon-adduser { background: url("/static/images/icons-6b1f1b71.png") no-repeat -18px -1609px; }
  .up-icon-favorite { background: url("/static/images/icons-6b1f1b71.png") -19px -1693px no-repeat; }
  .up-icon-editor { background: url("/static/images/icons-6b1f1b71.png") -18px -1822px no-repeat; }
  .up-icon-creditcard { background: url("/static/images/icons-6b1f1b71.png") -18px -1891px no-repeat; }
  .up-icon-share { background: url("/static/images/icons-6b1f1b71.png") -18px -2077px no-repeat; }
  .up-icon-import { background: url("/static/images/icons-6b1f1b71.png") -17px -1304px no-repeat; }


/* DROPDOWN WINDOW */
.dropbutton-window {
  position: absolute;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1px;
  z-index: 10;
  -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.20);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.20);
  background: -moz-linear-gradient(top, #5baddc 0%, #2e77a6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5baddc), color-stop(100%,#2e77a6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5baddc 0%,#2e77a6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5baddc 0%,#2e77a6 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #5baddc 0%,#2e77a6 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5baddc', endColorstr='#2e77a6',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #5baddc 0%,#2e77a6 100%); /* W3C */
}
  .dropbutton-window:before {
    content: " ";
    position: absolute;
    right: 10px;
    top: 0px;
    width: 13px;
    height: 8px;
    margin-top: -6px;
    background: url("/static/images/snippets/dropbutton-window-arrow-e73b3c94.png") no-repeat;
  }
  .dropbutton-window ul {
    background: -moz-linear-gradient(top, #71bef3 0%, #419cd2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#71bef3), color-stop(100%,#419cd2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #71bef3 0%,#419cd2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #71bef3 0%,#419cd2 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #71bef3 0%,#419cd2 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71bef3', endColorstr='#419cd2',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #71bef3 0%,#419cd2 100%); /* W3C */
    -moz-box-shadow: inset 1px 0px 0px rgba(255,255,255,0.3);
    box-s-webkit-hadow: inset 1px 0px 0px rgba(255,255,255,0.3);
    box-shadow: inset 1px 0px 0px rgba(255,255,255,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
    .dropbutton-window ul a {
      color: #ffffff;
      display: block;
      white-space: nowrap;
      text-align: left;
      height: 24px;
      line-height: 24px;
      padding: 0 10px 0 5px;
      text-shadow: 0px -1px 0px #538eb5;
      border-top: solid 1px rgba(255,255,255,0.3);
      border-bottom: solid 1px #4d95c0;
      border-left: solid 1px transparent;
      border-right: solid 1px transparent;
    }
    .dropbutton-window ul li {
      display: list-item;
      margin: 0;
    }
      .dropbutton-window ul li:last-child a {
        border-bottom: solid 1px transparent;
      }
      .dropbutton-window ul a:hover {
        background: #529ccd;
        border-bottom: solid 1px #3780ae;
        text-shadow: 0px -1px 0px #3f769a;
      }
      .dropbutton-window ul a:active {
        background: #509bcb;
        border: solid 1px #3780ae;
        text-shadow: 0px -1px 0px #3f769a;
        -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
        -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
        box-shadow: inset 0px 1px 2px rgba(0,0,0,0.15);
      }


/* DIVIDER */
.divider-bottom {
  background: url("/static/images/snippets/divider-df9275e1.png") center bottom no-repeat;
  padding-bottom: 35px;
  margin-bottom: 35px;
}


/* BEAUTY TIPS */
.bt-wrapper {
  pointer-events: none;
}
.bt-content {
  text-align: center;
  width: auto;
  float: left;
  color: #746123;
  text-shadow: 1px 1px 0px #fffaf0;
}



/* ABOUT PAGE */
.about-team {
  overflow: auto;
}
  .about-team li {
    margin-bottom: 25px;
    overflow: auto;
    clear: both;
  }
    .about-team li:last-child {
      margin-bottom: 0px;
    }
    .about-team .photo {
      width:152px;
      height: 142px;
      padding: 5px;
      margin: 0 15px 0 0;
      position: relative;
      background: #ffffff;
      border: solid 1px #d1d1d1;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      float: left;
      -moz-box-shadow: 0px 1px 0px #c6c6c6;
      -webkit-box-shadow: 0px 1px 0px #c6c6c6;
      box-shadow: 0px 1px 0px #c6c6c6;
    }
      .about-team .photo img {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
      }
      .about-team .photo span {
        display: block;
        position: absolute;
        width: 151px;
        height: 114px;
        border: solid 1px rgba(0,0,0,0.15);
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        z-index: -99;
      }
      .about-team .photo a.twitter {
        display: block;
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 28px;
        height: 20px;
        background: url("/static/images/icons-6b1f1b71.png") -11px -120px no-repeat;
      }
        .about-team .photo a.twitter:hover {
          background: url("/static/images/icons-6b1f1b71.png") -11px -158px no-repeat;
        }
    .about-team .bio {
      width: 540px;
      float: left;
    }
      .about-team .bio .title {
        font-size: 14px;
        display: block;
        margin: -5px 0 9px 0;
        color: #919191;
      }
      .about-team .bio p {
        margin-bottom: 9px;
      }
        .about-team .bio p:last-child {
          margin-bottom: 0;
        }
  .about-team.inline li {
    display: inline-block;
  }
    .about-team.inline li:last-child {
      margin-bottom: 25px;
    }

/* LEGAL */
.legal {
  max-width: 700px;
}
  .legal p {
    margin: 9px 0;
  }
  .legal h3 {
    margin: 27px 0 9px 0;
  }

  .legal ul {
    list-style: disc;
    margin-left: 20px;
  }
  .legal li {
    list-style: disc;
    padding: 2px 0;
  }
  .legal .padding li {
    padding: 10px 0;
  }

/* ABOUT */
.about {
  width: 700px;
  font-size: 16px;
  line-height: 28px;
  clear: both;
}
  .about p {
    margin-bottom: 14px;
  }
  .about.jobs h2 {
    margin-bottom: 0;
    font-weight: bold;
  }
  .about.jobs h3 {
    margin-bottom: 18px;
  }
  .about.jobs h4 {
    margin-bottom: 14px;
  }


/* FORMS */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea {
  border: solid 1px #d1d1d1;
  -moz-box-shadow:
    1px 1px 0px #ffffff,
    inset 1px 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow:
    1px 1px 0px #ffffff,
    inset 1px 1px 2px rgba(0,0,0,0.15);
  box-shadow:
    1px 1px 0px #ffffff,
    inset 1px 1px 2px rgba(0,0,0,0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  height: 16px;
  outline: none;
  color: #5e5e5e;
  vertical-align: middle;
  resize: none;
  font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;

  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 18px, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(18px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
  /* placeholder */
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input.placeholder {
    font-style: italic;
    color: #888888;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    font-style: italic;
    color: #888888;
  }

  /*focus */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    -moz-box-shadow:
      0px 0px 4px #0090ff,
      inset 1px 1px 4px rgba(0,0,0,0.25);
    -webkit-box-shadow:
      0px 0px 4px #0090ff,
      inset 1px 1px 4px rgba(0,0,0,0.25);
    box-shadow:
      0px 0px 4px #0090ff,
      inset 1px 1px 4px rgba(0,0,0,0.25);
    border: solid 1px #66bbfc;
  }
  input[type="text"].large,
  input[type="email"].large,
  input[type="password"].large {
    font-size: 16px;
    padding: 8px 5px;
    height: 19px;
  }
  /*disabled */
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="password"]:disabled,
  textarea:disabled {
    background: #eaeaea;
    color: #919191;
  }
  /*readonly */
  input[type="text"][readonly],
  textarea[readonly] {
    background: #fafafa;
    color: #919191;
  }
  /*status*/
  input[type="text"].status-success,
  input[type="email"].status-success,
  input[type="password"].status-success {
    background: #f5f5f5; /* Old browsers */
    background-image: url("/static/images/snippets/icon-success-0c5edbdb.png"); /* fallback */
    background: url("/static/images/snippets/icon-success-0c5edbdb.png") 98% no-repeat, -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 18px, #ffffff 100%); /* FF3.6+ */
    background: url("/static/images/snippets/icon-success-0c5edbdb.png") 98% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(18px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: url("/static/images/snippets/icon-success-0c5edbdb.png") 98% no-repeat, -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: url("/static/images/snippets/icon-success-0c5edbdb.png") 98% no-repeat, -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Opera 11.10+ */
    background: url("/static/images/snippets/icon-success-0c5edbdb.png") 98% no-repeat, -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* IE10+ */
    background: url("/static/images/snippets/icon-success-0c5edbdb.png") 98% no-repeat, linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }
  input[type="text"].status-error,
  input[type="email"].status-error,
  input[type="password"].status-error {
    background: #f5f5f5; /* Old browsers */
    background-image: url("/static/images/snippets/icon-error-99de7109.png"); /* fallback */
    background: url("/static/images/snippets/icon-error-99de7109.png") 98% no-repeat, -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 18px, #ffffff 100%); /* FF3.6+ */
    background: url("/static/images/snippets/icon-error-99de7109.png") 98% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(18px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: url("/static/images/snippets/icon-error-99de7109.png") 98% no-repeat, -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: url("/static/images/snippets/icon-error-99de7109.png") 98% no-repeat, -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Opera 11.10+ */
    background: url("/static/images/snippets/icon-error-99de7109.png") 98% no-repeat, -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* IE10+ */
    background: url("/static/images/snippets/icon-error-99de7109.png") 98% no-repeat, linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }
  /*button*/
  input[type="submit"] {
    cursor: pointer;
  }

/* dropdowns */
select {
  width: 100%;
  height: 28px;
  line-height: 22px; /* This controls Safari height. */
  padding: 4px; /* Vertical align for Firefox. */
  margin: 0;
  /* Modify browser default styles. */
  border: solid 1px #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #5e5e5e;
  vertical-align: middle;
  background-color: #ffffff !important; /* force white for Linux/Chrome */
}
  select:focus {
    outline: none;
  }
  select optgroup {
    color: #919191;
  }
  select option {
    color: #5e5e5e;
  }
  select option:disabled {
    background: #eaeaea;
    color: #919191;
  }


/* checkbox */
.checkbox-wrapper {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  height: 20px;
  background: url("/static/images/interface-80d51d95.png") 0px -166px no-repeat;
  margin: -4px 1px 0 0;
}
  .checkbox-wrapper input[type="checkbox"] {
    opacity: 0;
    cursor: default !important;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
  }
  .checkbox-wrapper:hover {
    background-position: -20px -166px;
  }
  .checkbox-wrapper.checked {
    background-position: -40px -166px;
  }
    .checkbox-wrapper.checked:hover {
    background-position: -60px -166px;
    }
/* disabled checkbox */
.checkbox-wrapper.disabled {
  opacity: 0.5;
  pointer-events: none;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

/* file upload */
.fileupload {
  padding-left: 91px;
  position: relative;
  border: solid 1px #d1d1d1;
  -moz-box-shadow:
    1px 1px 0px #ffffff,
    inset 1px 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow:
    1px 1px 0px #ffffff,
    inset 1px 1px 2px rgba(0,0,0,0.15);
  box-shadow:
    1px 1px 0px #ffffff,
    inset 1px 1px 2px rgba(0,0,0,0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 26px;
  outline: none;
  color: #5e5e5e;
  vertical-align: middle;
  resize: none;
  font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;

  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 18px, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(18px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* W3C */
}
  .fileupload .action {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    text-align: center;
    height: 25px;
    padding-bottom: 1px;
    line-height: 25px;
    border-right: solid 1px #bdbdbd;
    cursor: pointer;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 50%, #fafafa 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(50%,#fafafa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 50%,#fafafa 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 50%,#fafafa 50%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 50%,#fafafa 50%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 50%,#fafafa 50%); /* W3C */
  }
    .fileupload .action:active {
      padding-top: 1px;
      padding-bottom: 0px;

      background: #f4f4f4; /* Old browsers */
      background: -moz-linear-gradient(top, #f4f4f4 4%, #f9f9f9 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#f4f4f4), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #f4f4f4 4%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #f4f4f4 4%,#f9f9f9 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, #f4f4f4 4%,#f9f9f9 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #f4f4f4 4%,#f9f9f9 100%); /* W3C */
    }
  .fileupload .bar {
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    width: 80%;
    text-align: center;
    color: #777777;
    text-shadow: 1px 1px 0px #ffffff;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ececec 50%, #e5e5e5 50%, #dddddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(50%,#ececec), color-stop(50%,#e5e5e5), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ececec 50%,#e5e5e5 50%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%,#ececec 50%,#e5e5e5 50%,#dddddd 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f2f2f2 0%,#ececec 50%,#e5e5e5 50%,#dddddd 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f2f2f2 0%,#ececec 50%,#e5e5e5 50%,#dddddd 100%); /* W3C */
  }
  .fileupload .hidden-file-input {
    display: none;
  }
  .fileupload .file-name {
    padding: 4px;
    vertical-align: middle;
    height: 18px;
    overflow: auto;
  }

/* form fields */
.formfield {
  margin: 13px 0;
  position: relative;
}
  .formfield label {
    color: #5e5e5e;
    line-height: 22px;
  }
    .formfield label em {
      font-size: 11px;
      font-style: normal;
      color: #919191;
    }
  .formfield label.checkbox {
    display: inline-block;
  }
  .formfield .error {
    background: #de5353;
    border: solid 1px #d73d3d;
    padding: 0 5px;
    font-size: 11px;
    color: #ffffff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
    line-height: 18px;
    position: absolute;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
    .formfield .error:before {
      content: " ";
      position: absolute;
      display: block;
      border-color: transparent transparent #de5353 transparent;
      border-style: solid;
      border-width: 6px;
      width: 0px;
      height: 0px;
      right: 10px;
      top: -12px;
    }
  .formfield.pad input {
    margin-bottom: 10px;
  }


/* MESSAGES */
.message {
  padding: 1px;
  clear: both;
  margin: 36px 0 18px 0;
  padding: 1px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
  .message .wrapper,
  .message .msg-wrapper {
    padding: 10px 10px 10px 35px;
  }

/* error TEMP DEFAULT ### */
.message {
  color: #555;
  background: white;
}
  .message .wrapper,
  .message .msg-wrapper {
    background: #ffe3e3 url("/static/images/snippets/message-error-23d5790e.png") 11px center no-repeat;
  }

  .message .delete {
    background: url("/static/images/interface-80d51d95.png") -342px -142px no-repeat;
    margin-top: 5px;
    margin-right: 5px;
  }
  .message .delete:hover {
    background: url("/static/images/interface-80d51d95.png") -386px -142px no-repeat;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
  }

.import_project_window {
  display: table-cell;
  width: 400px;
  height: 48px;
  line-height: 1.2em;
  vertical-align: middle;
  color: #333333;
  background: #e4c4c4;
}

/* empty */
.message.empty {
  color: #DDD;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.message.empty .wrapper,
.message.empty .msg-wrapper {
  background: none;
  padding: 0;
  text-align: center;
}

/* info */
.message.info {
  color: #555;
}

  .message.info .wrapper,
  .message.info .msg-wrapper {
    background: #fff4d6 url("/static/images/snippets/message-info-133250c8.png") 11px center no-repeat;
  }

  .message.info.noicon .wrapper {
    padding-left: 10px;
  }

  .message.info .delete {
    background: url("/static/images/interface-80d51d95.png") -342px -12px no-repeat;
    margin-top: 5px;
    margin-right: 5px;
  }
  .message.info .delete:hover {
    background: url("/static/images/interface-80d51d95.png") -386px -12px no-repeat;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
  }
  .message.has-the-force {
    position: fixed;
    left: 30px;
    bottom: 10px;
  }

/* profile-wizard */
.message.profile-wizard {
  color: #6e663e;
  background: -moz-linear-gradient(top, #ebdcb4 0%, #c1b183 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebdcb4), color-stop(100%,#c1b183)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdcb4', endColorstr='#c1b183',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* W3C */
}
  .message.profile-wizard .wrapper,
  .message.profile-wizard .msg-wrapper {
    background: #fcf9f0 url("/static/images/snippets/message-info-133250c8.png") 11px center no-repeat;
  }
  .message.profile-wizard.noicon .wrapper {
    background: #fcf9f0;
    padding-left: 10px;
  }
  .message.profile-wizard .delete {
    background: url("/static/images/interface-80d51d95.png") -342px -12px no-repeat;
    margin-top: 5px;
    margin-right: 5px;
  }
  .message.profile-wizard .delete:hover {
    background: url("/static/images/interface-80d51d95.png") -386px -12px no-repeat;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
  }
  .message.profile-wizard .wizard-step {
    font-size: 14pt;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
  }
  .message.profile-wizard .wizard-skip {
    text-align: right;
  }
  /*.message.profile-wizard .profile-progress {
    height: 20px;
    position: relative;
    background: #aaa;
    padding: 6px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
  }
  .profile-progress > span {
    display: block;
    height: 100%;
    background-color: rgb(43,83,194);
    position: relative;
    overflow: hidden;
  }*/

/* release message on dashboard */
.message-release {
  color: #6e663e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-shadow: 1px 1px 0px #ffffff;
  margin-bottom: 20px;
  padding: 1px;
  margin-bottom: 36px;
  padding: 1px;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.15);

  background: -moz-linear-gradient(top, #ebdcb4 0%, #c1b183 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebdcb4), color-stop(100%,#c1b183)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdcb4', endColorstr='#c1b183',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* W3C */
}
  .message-release .wrapper {
    padding: 10px;
    position: relative;
    background: #fff4d6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
    .message-release .close {
      position: absolute;
      right: 4px;
      top: 5px;
      width: 18px;
      height: 18px;
      background: url("/static/images/interface-80d51d95.png")  no-repeat -343px -12px;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
    }
      .message-release .close:hover { background: url("/static/images/interface-80d51d95.png")  no-repeat -365px -12px; }
      .message-release .close:active { background: url("/static/images/interface-80d51d95.png")  no-repeat -387px -12px; }

    /* typography */
    .message-release h3 {
      color: #6e663e;
      font-weight: bold;
      font-size: 16px;
      margin: 5px 0 13px 0;
    }
    .message-release p {
      width: 800px;
      margin: 9px 0 0 0;
    }
    .message-release ul {
      margin: 9px 0 9px 20px;
    }
      .message-release li {
        list-style: disc;
      }
.guest-banner {
  margin: 18px auto;
}
  .guest-banner .explanation {
    display: inline-block;
    width: 86%;
    font-size: 1.25em;
    line-height: 1.5em;
    vertical-align: middle;
  }
  .guest-banner .btn {
    margin-left: 10px;
    vertical-align: middle;
  }


/* 404, 403, and 500 */
.system401 {
  width: 400;
  text-align: center;
  padding-top: 120px;
  background: url("/static/images/snippets/401-e9d05ef6.png") center top no-repeat;
  font-size: 18px;
  color: #777777;
  margin: 126px auto;
}
.system403 {
  width: 400;
  text-align: center;
  padding-top: 120px;
  background: url("/static/images/snippets/403-715837f3.png") center top no-repeat;
  font-size: 18px;
  color: #777777;
  margin: 126px auto;
}
.system404 {
  text-align: center;
  padding: 80px 0 40px 0;
  overflow: auto;
}
  .system404 p {
    font-size: 16px;
    line-height: 22px;
    color: #919191;
    margin: 18px 0;
  }
.system410 {
  width: 400;
  text-align: center;
  padding-top: 120px;
  background: url("/static/images/snippets/410-67388c52.png") center top no-repeat;
  font-size: 18px;
  color: #777777;
  margin: 126px auto;
}
.system500 {
  width: 400;
  text-align: center;
  padding-top: 100px;
  background: url("/static/images/snippets/500-d62238af.png") center top no-repeat;
  font-size: 18px;
  color: #777777;
  margin: 126px auto;
}


/* form */
  .system404 .form {
    position: relative;
    display: inline-block;
  }
    .system404 .form input {
      width: 300px;
      padding: 10px 10px 10px 30px;
      font-size: 14px;
    }
    .system404 .form .icon {
      position: absolute;
      left: 11px;
      top: 13px;
      width: 13px;
      height: 13px;
      background: url("/static/images/icons-6b1f1b71.png") no-repeat -20px -1403px;
    }
    .system404 .form .btn {
        vertical-align: middle;
        height: 2.9em;
        line-height: 2.9em;
    }
.bad-browser {
  width: 60%;
  padding: 80px 0 40px;
  margin: 0 auto;
  text-align: center;
  overflow: auto;
}
  .bad-browser p {
    font-size: 16px;
    line-height: 22px;
    color: #919191;
    margin: 18px 0 36px;
  }
  .bad-browser img {
    display: block;
    margin: 0 auto;
  }


/* PRESS */
ul.press {
  margin-bottom: 36px;
}
  ul.press li {
    margin-bottom: 18px;
  }
    ul.press a {
      font-weight: bold;
    }
    ul.press p {
      margin-bottom: 9px;
      width: 700px;
    }
    ul.press span {
      display: block;
      color: #919191;
    }


.pressresource  {
  overflow: auto;
  margin-left: -30px;
}
  .pressresource li {
    margin-bottom: 18px;
    overflow: auto;
    border: solid 1px #dadada;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 0px #c6c6c6;
    -webkitbox-shadow: 0px 1px 0px #c6c6c6;
    box-shadow: 0px 1px 0px #c6c6c6;
    float: left;
    width: 288px;
    margin: 0 0 0 30px;
  }
    .pressresource .top {
      padding: 10px;
      font-size: 16px;
      font-weight: bold;
    }
      .pressresource .top a {
        float: right;
        font-size: 12px;
        font-weight: normal;
      }
    .pressresource .bottom {
      padding: 0 10px;
      height: 100px;
      position: relative;
      background: #fcfcfc url("/static/images/snippets/documentlist-bg-517287ff.png") left bottom repeat-x;
      border-top: solid 1px #e6e6e6;
    }
      .pressresource .bottom .btn {
        float: right;
      }


.grid-bg {
  background-image: url("/static/images/snippets/translucent-grid-pattern-dark-da043396.png");
  background-color: #ffcc00;
}

/* HOMEPAGE */
.homepage {}
  .homepage h1 {
    font-size: 2.5em;
    padding: 1.5em 0 0.75em;
    text-shadow: none;
  }
    .homepage h1 em {
      color: #333333;
    }
  .homepage h2 {
    font-size: 1em;
    text-transform: uppercase;
  }
  .homepage h3 {
    color: #333333;
    font-size: 0.8em;
    text-transform: uppercase;
  }
  .homepage .more {
    position: relative;
    float: right;
    margin-top: 0.5em;
    font-size: 1em;
    background: none;
  }
.homepage-intro {
  position: relative;
  height: 21em;
  margin-bottom: 4em;
}
  .homepage-intro img {
    position: absolute;
    right: 0;
    width: 35%;
    margin: 3em 2em 2em 2em;
    z-index: 1;
  }
  .homepage-intro .tagline {
    width: 56%;
    padding: 0 5%;
  }
    .homepage-intro .tagline span {
      font-size: 1.5em;
    }
  .homepage-intro .button-container {
    text-align: center;
    padding: 2em;
  }
    .homepage-intro .btn {
      font-size: 16px;
    }
  .homepage-intro .highlights {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
  }
  .homepage-intro .highlights li {
    display: inline-block;
    padding: 1em 1.75em;
  }
    .homepage-intro .highlights .bordered {
      border-right: 1px solid rgba(0,0,0,0.1);
    }
    .homepage-intro .highlights .spacer {
      width: 11em;
    }
.homepage-highlights,
.homepage-features,
.homepage-growth,
.homepage-testimonials,
.homepage-press,
.homepage-about {
  width: 93%;
  margin: 0 auto 3.5em;
}
.homepage-highlights .highlight {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  padding-bottom: 1em;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top;
}
  .homepage-highlights .highlight.last {
    margin-right: 0;
  }
.homepage-features {
  position: relative;
  width: 85%;
  height: 15em;
  padding: 3% 3% 0;
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
  .homepage-features .feature {
    display: inline-block;
    width: 31%;
    margin-right: 2%;
    vertical-align: top;
  }
    .homepage-features .feature.last {
      margin-right: 0;
    }
  .homepage-features img {
    float: left;
    height: 64px;
    width: 64px;
    margin-right: 1em;
  }
  .homepage-features h2 {
    margin: 0.7em 0;
  }
  .homepage-features p {
    clear: both;
    margin-top: 1.5em;
    padding-top: 1em;
    border-top: 1px solid #929292;
  }
  .homepage-features .calltoaction {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 1em;
    padding: 0.5em 0;
    color: #333333;
    text-align: center;

    background-color: #ffcc00;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 1;
  }
.homepage-growth {
  width: 52%;
}
  .homepage-growth h2 {
    text-align: center;
  }
  .homepage-growth .calltoaction {
    margin-top: 2em;
    text-align: center;
  }
    .homepage-growth .calltoaction a {
      font-weight: normal;
    }
.homepage-slider {
  width: 900px;
  height: 664px;
  margin: 1em auto 3em;
  text-align: center;
}
  .homepage-slider img {
    width: 100%;
    height: 100%;
  }
  .homepage-slider .demo-slider {
    margin-top: 2em;
    padding-bottom: 50px;
  }
    .homepage-slider .demo-slider a {
      opacity: 1;
    }
  .homepage-slider .btn {
    margin-top: 2em;
    font-size: 0.8em;
    text-transform: uppercase;
  }
.homepage-testimonials {
  width: 100%;
  padding-top: 2em;
}
  .homepage-testimonials h2 {
    text-align: center;
  }
  .homepage-testimonials .testimonial-list {
    position: relative;
    width: 83%;
    height: 18em;
    margin-top: 2em;
    padding: 2em;

    background: #f9f9f9;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
    .homepage-testimonials .testimonial-list li:first-child {
      margin-bottom: 2em;
    }
    .homepage-testimonials .testimonial-list .more {
      margin-top: 0;
    }
  .homepage-testimonials .more-testimonials {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.2em 0;
    color: #333333;
    text-align: center;
    background-color: #e9e9e9;
  }
.homepage-press {
  width: 100%;
  text-align: center;
}
  .homepage-press a {
    opacity: 1;
  }
  .homepage-press li {
    display: inline;
  }
  .homepage-press .row1 {
    margin-bottom: 2.5em;
  }
    .homepage-press .row1 li {
      margin-right: 2.3em;
    }
    .homepage-press .row2 li {
      margin-right: 3.75em;
    }
  .homepage-press img {
    height: 28px;
    width: auto;
    opacity: 0.6;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all 0.2s ease; /* Fade to color. */
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0,0,0); /* Fix some wiggliness in Chrome on hover. */
    -moz-transform: translate3d(0,0,0); /* Fix some wiggliness in Firefox on hover. */
  }
    .homepage-press img:hover {
      opacity: 1;

      filter: none;
      -webkit-filter: none;
    }
.homepage-about {
  padding-top: 2em;
}
  .homepage-about h2 {
    text-align: center;
  }
  .homepage-about p {
    line-height: 1.5em;
  }
.homepage-signup {
  margin: 2em auto 0;
  padding: 0 0 3.75em 0;
  text-align: center;
}
  .homepage-signup form {
    margin: 0 auto;
    margin-top: 2em;
    padding: 1em 13.2em;
    width: 40%;

    background-color: #f9f9f9;
    border: solid 1px #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .homepage-signup label {
    line-height: 2.2em;
  }
  .homepage-signup input[type="text"],
  .homepage-signup input[type="password"] {
    height: inherit;
    width: 80%;
    font-size: 1em;
    font-family: "Gill Sans Light", sans-serif;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 12px 36px 12px 18px;
    -moz-box-shadow: none; /* override input styles */
    -webkit-box-shadow: none;
    box-shadow: none;
  }
    .homepage-signup input[type="text"].status-success,
    .homepage-signup input[type="text"].status-error {
      background-position: 96% 50%;
      background-repeat: no-repeat;
    }
    .homepage-signup input[type="text"].status-success {
      background-image: url("/static/images/snippets/icon-success-0c5edbdb.png");
    }
    .homepage-signup input[type="text"].status-error {
      background-image: url("/static/images/snippets/icon-error-99de7109.png");
    }
  .homepage-signup button {
    width: 88%;
    font-size: 1.25em;
    text-transform: uppercase;
    opacity: 1 !important;
    -webkit-backface-visibility: hidden; /* Fix wiggliness in Chrome on hover. */
  }


/* GRID TEMPLATE STYLES */
.grid-background {
  padding: 4em 0 6em;
  background-image: url("/static/images/snippets/translucent-grid-pattern-dark-da043396.png");
  margin-bottom: -3em;
}
.grid-header {
  text-align: center;
  color: #474747;
}
  .grid-header h1 {
    font-size: 30px;
    font-weight: bold;
  }
  .grid-header p {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
  }
  .grid-header div {
    width: 850px;
    margin: 20px auto;
  }
.grid-content {
  font-size: 14px;
}
  .grid-content h2 {
    margin: 18px 0 10px;
  }
  .grid-content p {
    padding: 10px 0;
    width: 750px;
  }
  .grid-content blockquote {
    margin: 1em 40px;
    width: 650px;
  }
  .grid-content .numbers,
  .grid-content .bullets {
    margin-left: 1em;
    width: 650px;
  }
  .grid-content .calltoaction {
    bottom: 0px;
    width: 100%;
    text-align: center;
    height: 80px;
    font-size: 14px;
    line-height: 40px;
    color: #ababab;
  }


/* TOUR */
/* This blob is for the bug https://code.google.com/p/chromium/issues/detail?id=336476 */
.tour {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
}
@-webkit-keyframes fontfix{
  from{   opacity: 1; }
  to{ opacity: 1; }
}
/* Bug workaround ends here. */
  .tour h1 {
    font-size: 2.5em;
    padding: 1.5em 0 0.75em;
    text-shadow: none;
  }
    .tour h1 em {
      color: #333333;
    }
  .tour h2 {
    display: inline-block;
    margin: 0 auto 2em;
    padding: 2em 1em 0.8em;
    border-bottom: 1px solid #d9d9d9;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
  }
  .tour h3 {
    margin-bottom: 0.9em;
    color: #333333;
    font-size: 1.2em;
    text-transform: uppercase;
  }
  .tour hr {
    margin-top: 3em;
    width: 100%;
  }
  .tour p {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
  .tour .col50 {
    display: inline-block;
    width: 48%;
    margin-bottom: 3em;
    vertical-align: middle;
  }
    .tour .col50:nth-child(odd) {
      margin-right: 3%;
    }
  .tour .center {
    text-align: center;
  }
  .tour .btn {
    font-size: 1em;
    margin-right: 3em;
    text-transform: uppercase;
  }
    .tour .btn:last-child {
      margin-right: 0;
    }
  .tour .see-full {
    margin-top: 0.75em;
    color: #333333;
    text-transform: uppercase;
  }
  .tour .align-right {
    text-align: right;
  }
.tour-intro {
  height: 21em;
}
  .tour-intro .tagline {
    text-align: center;
  }
    .tour-intro .tagline span {
      text-align: right;
      font-size: 1.5em;
    }
  .tour-intro .btn-backing {
    margin: 2em;
    opacity: 1;
    font-size: 16px;
  }
.feature-bar {
  width: 960px;
  background-color: #ebebeb;
  z-index: 3;
  -webkit-transform: translate3d(0,0,0); /* Fix some wiggliness in Chrome on hover/scroll. */
}
  .feature-bar li {
    display: inline-block;
    height: 61px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .feature-bar a {
    display: block;
    padding: 1.3em 1.2em;
    color: #525252;
    font-size: 1.1em;
  }
    .feature-bar li:hover {
      background-color: #ffffff;
    }
    .feature-bar li.selected {
      background-color: #ffffff;
      pointer-events: none;
    }
  .feature-bar.stuck {
    position: fixed;
    top: 0;
  }
.key-features-list {}
  .key-features-list h3 {
    text-transform: none;
  }
  .key-features-list li {
    display: inline-block;
    width: 48%;
    margin-bottom: 3%;
    vertical-align: top;
  }
    .key-features-list li:nth-child(odd) {
      margin-right: 3%;
    }
  .key-features-list img {
    display: inline-block;
    margin-right: 4%;
    width: 20%;
    max-width: 92px;
    vertical-align: top;
  }
  .key-features-list li > div {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
  }
  .key-features-list p:last-child {
    margin-bottom: 0;
  }
  .key-features-list.full-width {
    margin: 0 auto;
    width: 75%;
  }
    .key-features-list.full-width li {
      width: 100%;
      margin-right: 0;
    }
    .key-features-list.full-width img {
      vertical-align: middle;
    }
.all-features-list {
  width: 40%;
  margin: 1em auto;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.25em;
  -webkit-transform: translate3d(0,0,0); /* Fix some wiggliness in Chrome on hover/scroll. */
}
  .all-features-list .bullets {
    display: none;
    padding-top: 1em;
  }
    .all-features-list .bullets li {
      text-align: left;
    }
  .tour .testimonial-list {
    margin: 1em auto;
    background-color: #f9f9f9;
    margin-top: 3em;
    padding: 2em;
    border: 1px solid #d7d7d7;
  }
    .tour .testimonial-list h3 {
      color: #6a6a6a;
      font-size: 1.75em;
      text-align: center;
      text-transform: none;
    }
    .tour .testimonial-list blockquote {
      width: 80%;
      font-size: 1.1em;
    }
    .tour .testimonial-list .more {
      background-color: transparent;
    }
  .tour .design-tools .col50 img,
  .tour .data-management .col50 img {
    height: 265px;
    width: 100%;
    margin-bottom: 1em;
  }
  .tour .design-review .line {
    position: absolute;
    top: 2em;
    left: 16%;
    width: 66%;
    border-top: 8px solid #cbcbcb;
    z-index: 0;
  }
  .tour .design-review .steps {
    position: relative;
    z-index: 1;
  }
    .tour .design-review .steps li {
      display: inline-block;
      width: 32%;
      margin-right: 1%;
      text-align: center;
      vertical-align: top;
    }
      .tour .design-review .steps li:last-child {
        margin-right: 0;
      }
      .tour .design-review .steps .circle {
        font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
        display: inline-block;
        padding: 0.25em;
        width: 1em;
        font-size: 3em;
        color: #585858;
        background-color: #fdca00;
        border-radius: 40px;
      }
      .tour .design-review .steps p {
        padding: 1em;
        font-size: 1.5em;
      }
  .tour .design-review .description,
  .tour .design-review .product-highlights {
    vertical-align: top;
  }
  .tour .design-review .description p {
    font-size: 1.2em;
    line-height: 1.25em;
  }
  .tour .design-review .product-highlights {
    width: 43%;
    margin-left: 2em;
  }
    .tour .design-review .product-highlights h3 {
      background-color: #f7c500;
      text-align: center;
      margin-bottom: 0;
      padding: 1em;
    }
    .tour .design-review .product-highlights .list {
      background-color: #f9f9fa;
      padding: 1.5em 1.25em;
      font-size: 1.1em;
      line-height: 1.75em;
    }
  .tour .design-review .datasheet-link {
    padding: 2em 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translate3d(0,0,0); /* Fix some wiggliness in Chrome on hover/scroll. */
  }
  .tour .manufacturing .pulled-left {
    background-color: #f9f9f9;
    margin: 4em 10em 6em;
    padding: 2em 2em 1em;
  }
    .tour .manufacturing .pulled-left h3 {
      margin-bottom: 0;
      text-transform: uppercase;
    }
    .tour .manufacturing .pulled-left i {
      color: #f8c600;
    }
  .tour .support .key-features-list li {
    margin-bottom: 2em;
  }
  .tour .pricing .btn-backing {
    margin-top: 0.5em;
    margin-right: 0;
    opacity: 1;
  }
  .tour .pricing h3 {
    display: inline-block;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #777777;
  }
  .tour .pricing .price {
    font-size: 3em;
  }
    .tour .pricing .price span {
      font-size: 0.7em;
      vertical-align: top;
    }
  .tour .pricing-container {
    position: relative;
    width: 700px;
    overflow: hidden;
    margin: 0 auto;
  }
  .tour .pricing-list {
    position: relative;
    width: 700px;
    z-index: 2;
  }
  .tour .pricing-list > li {
    display: inline-block;
    margin-right: 1%;
    width: 31%;
    border: 1px solid #c3c3c3;
    vertical-align: top;
  }
    .tour .pricing-list > li:last-child {
      margin-right: 0;
    }
    .tour .pricing-list .top {
      padding: 1em 0 2em;
      text-align: center;
      background-color: #fecb00;
      border-bottom: 1px solid #c3c3c3;
    }
    .tour .pricing-list .bottom {
      position: relative;
      height: 10em;
      padding: 2em 1em 1em;
    }
    .tour .pricing-list .btn-backing {
      position: absolute;
      top: -1.75em;
      left: 3.25em;
      opacity: 1;
    }
    .tour .pricing-list li {
      margin-top: 0.5em;
    }
  .tour .pricing .other {
    margin: 3em 6em 6em;
    text-align: center;
    font-size: 1.2em;
  }
  .tour .pricing .students {
    color: #333333;
    padding: 2em;
    background-color: #f9f9f9;
  }
    .tour .pricing .students a {
      color: #333333;
      text-decoration: underline;
    }
  .tour .pricing .enterprise {
    margin-top: 2em;
    text-transform: uppercase;
  }
    .tour .pricing .enterprise a {
      color: #333333;
      text-decoration: underline;
    }


/* TOUR PAGE */
.marketing-content {
  margin-bottom: -3em;
}
  .marketing-content .above-arrow {
    position: relative;
    margin: 1em 0 0;
    padding-bottom: 6em;
  }
  .marketing-content .arrow-divider {
    position: absolute;
    bottom: -3px;
    text-align: center;
  }
    .marketing-content .arrow-divider img {
      width: 100%;
    }
  .marketing-content .below-arrow {
    background-color: #F9F9FA;
    border-bottom: 1px solid #EAEBEE;
    padding-bottom: 6em;
  }
  .marketing-content hr {
    height: 15px;
    margin: 3em;
    border: none;
    background: url("/static/images/content/homepage/divider4-95954e94.png") no-repeat center;
    background-size: 175px 15px;
  }
  .marketing-content .marketing-text {
    position: relative;
    margin: 1em 0 0;
  }
    .marketing-content .marketing-text p,
    .marketing-content .above-arrow p {
      margin: 0 auto;
      font-size: 1.15em;
      line-height: 1.5em;
      text-align: center;
      width: 90%;
    }
  .marketing-content .beige {
    background-color: #F9F9FA;
    border-top: 1px solid #EAEBEE;
    padding-bottom: 3em;
  }
  .marketing-content h1 {
    top: 0.4em;
    margin-bottom: 0.5em;
    font-family: "Gill Sans Light Italic", sans-serif;
    font-size: 3.5em;
    line-height: 2.4em;
    color: #333333;
    text-shadow: none;
    text-align: center;
  }
  .marketing-content h2 {
    margin-top: 1em;
    font-size: 2em;
    text-align: center;
  }
    .marketing-content h2 em {
      color: #333333;
    }
  .marketing-content h3 {
    margin: 2em auto 0;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #333333;
    text-align: center;
  }
  .marketing-content p {
    font-size: 1.1em;
    line-height: 1.6em;
  }
  .marketing-content .below-arrow .section {
    width: 48%;
    float: left;
    margin-top: 4em;
  }
    .marketing-content .below-arrow .section.right {
      float: right;
    }
    .marketing-content .below-arrow .section img {
      float: left;
      width: 98px;
    }
    .marketing-content .below-arrow .section p {
      width: 75%;
      float: right;
      font-size: 1em;
      line-height: 1.4em;
      text-align: left;
    }
      .marketing-content .below-arrow .section p.title {
        font-family: "Gill Sans", sans-serif;
        font-size: 1.5em;
        line-height: 1.2em;
        margin-bottom: 0.4em;
      }
  .marketing-content.mission h2,
  .marketing-content.testimonial-detail h2 {
    margin-top: 0;
    padding-top: 1em;
  }
    .marketing-content.mission h2:first-child {
      padding-top: 2em;
    }
  .marketing-content.mission h3,
  .marketing-content.testimonial-detail h3 {
    margin-bottom: 1em;
  }
    .marketing-content.testimonial-detail h3:first-child {
      margin-top: 0;
      padding-top: 2em;
    }
  .marketing-content.mission p,
  .marketing-content.testimonial-detail p {
    text-align: left;
    margin-bottom: 1em;
  }
    .marketing-content.mission .above-arrow p,
    .marketing-content.testimonial-detail .above-arrow p {
      width: 80%;
    }
  .marketing-content.mission .mission-content,
  .marketing-content.testimonial-detail .detail-content {
    width: 750px;
    margin: 0 auto;
  }
  .marketing-content.testimonials h2 {
    margin-top: -2em;
    font-family: "Gill Sans Light", sans-serif;
  }
    .marketing-content.testimonials h2 span,
    .marketing-content.testimonials ul span {
      font-family: "Gill Sans Light Italic", sans-serif;
    }
  .marketing-content.testimonial-detail .fa {
    color: #aaaaaa;
    padding: 0.28em 0.33em 0.23em;
  }
  .marketing-content.testimonial-detail .headshot {
    float: right;
    height: auto;
    margin: 0 0 1em 1.5em;
  }
    .marketing-content.testimonial-detail .headshot span {
      font-size: 0.8em;
    }


/* Testimonial styles */
.testimonial-list {
  width: 80%;
  margin: 0 auto;
  padding-top: 4em;
}
  .testimonial-list blockquote {
    display: inline-block;
    width: 60%;
    vertical-align: middle;
  }
  .testimonial-list .more {
    float: right;
    position: inherit;
    font-size: inherit;
  }
  .testimonial-list .logo,
  .testimonial-list .headshot,
  .testimonial-detail .headshot {
    display: inline-block;
    width: 114px;
    height: 114px;
    margin-right: 1em;
    text-align: center;
    vertical-align: middle;
  }
  .testimonial-list .logo {
    width: 120px;
  }
    .testimonial-list .logo img {
      display: inline-block;
      max-width: 114px;
      vertical-align: middle;
    }
    .testimonial-list .logo .spacer {
      display: inline-block;
      height: 114px;
      vertical-align: middle;
    }
  .testimonial-list .headshot,
  .testimonial-detail .headshot {
    margin-right: 1.5em;
  }
    .testimonial-list .headshot img,
    .testimonial-detail .headshot img {
      max-width: 114px;
      border-radius: 100px;
    }
  .testimonial-list .quote p {
    text-align: left;
    padding: 2em;
    width: 90%;
  }


/* SOCIAL ICONS */
.up-icon-facebook,
.up-icon-github,
.up-icon-twitter {
  display: inline-block;
  padding-left: 20px;
  min-height: 20px;
  line-height: 20px;
  background: url("/static/images/icons-6b1f1b71.png") no-repeat;
}
.up-icon-facebook {
  background-position: -18px -193px;
}
.up-icon-github {
  background-position: -16px -2021px;
}
.up-icon-twitter {
  background-position: -16px -2046px;
}


/* LOGIN */
.login {
  margin: 6em 0 6em 6em;
  overflow: auto;
  position: relative;
}
  .login h1 {
    font-size: 22px;
    text-shadow: none;
    float: none;
    margin-bottom: 9px;
    color: #474747;
  }
  .login .window {
    float: left;
    border: solid 10px rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
    .login .window:focus {
      outline: none;
    }
    .login .window:last-child {
      margin-left: 11em;
      opacity: 0.6;
    }
  .login .background {
    padding: 20px 40px 30px 30px;
    width: 250px;
    background: rgba(255,255,255,0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
  }
  .login input[type="text"],
  .login input[type="password"] {
    width: 100%;
  }
  .grid-background .providers {
    padding: 15px 40px 15px 30px;
    margin: 36px 0 -30px -30px;
    background: #fdfdfd url("/static/images/snippets/providers-bg-6efb3a93.png") 0px 0px repeat-x;
    width: 100%;
    text-align: center;
    color: #5e5e5e;
    text-shadow: 1px 1px 0px #ffffff;
    clear: both;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
    .grid-background .providers p {
      margin-bottom: 9px;
    }
    .grid-background .providers .up-icon-twitter,
    .grid-background .providers .up-icon-facebook {
      margin-right: 15px;
    }

/* SIGNUP */
.grid-content .signup {
  margin: 0 auto 4em auto;
  padding-top: 40px;
  overflow: auto;
  position: relative;
  width: 35em;
}
  .grid-content .signup h1  {
    font-size: 22px;
    text-shadow: none;
    float: none;
    margin-bottom: 9px;
    color: #474747;
  }
  .grid-content .signup h2 {
    font-size: 22px;
    margin-top: 30px;
  }
  .grid-content .signup p {
    color: #474747;
    margin-top: 20px;
    width: auto;
  }
  .grid-content .signup .window {
    border: solid 10px rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .grid-content .signup .background {
    padding: 1px 40px 30px 30px;
    background: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
  }
  .grid-content .signup .terms {
    color: #474747;
    margin: 27px 0 18px 0;
  }
  .grid-content .signup .formfield {
    padding-right: 187px;
    position: relative;
  }
    .grid-content .signup .meta,
    .upgradeaccount .meta,
    .order-shipping-payment .meta {
      position: absolute;
      right: 0;
      top: 18px;
      width: 160px;
      color: #919191;
      font-size: 11px;
      line-height: 16px;
    }
      .grid-content .signup .formfield .meta .username,
      .upgradeaccount .formfield .meta .username {
        padding: 0 0 0 18px;
        margin: 10px 0 0 0;
      }
        .grid-content .signup .formfield .meta .username.available,
        .upgradeaccount .formfield .meta .username.available {
          background: url("/static/images/snippets/icon-success.png") no-repeat;
        }
        .grid-content .signup .formfield .meta .username.unavailable,
        .upgradeaccount .formfield .meta .username.unavailable {
          background: url("/static/images/snippets/icon-error.png") no-repeat;
        }
  .grid-content .signup input[type="text"],
  .grid-content .signup input[type="password"] {
    width: 100%;
  }



/* PRICING */
.account-list {
  text-align: center;
}
  .account-list > li {
    display: inline-block;
    width: 30%;
    margin: 20px 20px 20px 0;
    text-align: center;
    vertical-align: top;
    color: #3b474e;
    background: #ffffff;
    border: solid 1px #888;
    box-shadow:
      1px 1px 0px #ffffff,
      inset 1px 1px 2px rgba(0,0,0,0.1);
  }
  .account-list > li:last-child { margin-right: 0; }
  .account-list > li h2 {
    margin-top: 0;
    padding: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 1px 1px 0px #888;
  }
  .account-list .account-info {
    min-height: 300px;
    background: #fff;
  }
  .account-list .price-container {
    color: #3b474e;
    margin: 20px;
  }
  .account-list .price {
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
  }
  .account-list .price-sub {
    font-size: 16px;
  }
  .account-list .bullets {
    font-size: 14px;
    text-align: left;
    padding: 20px;
  }
  .account-list .providers {
    width: 100%;
    text-align: center;
    color: #5e5e5e;
    text-shadow: 1px 1px 0px #ffffff;
    clear: both;
  }
    .account-list .providers p {
      text-align: center;
      margin-bottom: 9px;
      font-size: 16px;
    }
  .account-list .up-icon-twitter,
  .account-list .up-icon-facebook {
    margin-right: 15px;
  }
  .account-list .button-container {
    padding: 15px 0;
  }

/* explore filters */
.explorefilters {
  overflow: hidden;
  height: 18px;
  color: #919191;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
  border-bottom: solid 1px #e4e4e4;
}
  .explorefilters .left {
    float: left;
    margin-left: -10px;
  }
  .explorefilters .right {
    float: right;
    margin-right: -10px;
  }

  .explorefilters a {
    display: inline-block;
    padding: 0 10px;
  }
    .explorefilters a.active {
      color: #474747;
    }



/* PROJECT PAGE */
.project-header h1,
.part-header h1 {
  display: inline-block;
  line-height: 22px;
  color: #888888;
  font-size: 18px;
  text-shadow: 1px 1px 0px #ffffff;
  padding: 9px 0;
  float: none;
  margin: 5px 0 18px 0;
}


/* project description */
.project-description-block,
.part-description-block {
  margin: 0 0 20px 20px;
  overflow: visible;
  padding-bottom: 5px;
  float: left;
  width: 50%;
}
  .project-description-block p,
  .part-description-block p {
    width: 100%;
    margin-bottom: 18px;
  }
  .project-description-block table,
  .part-description-block table {
    width: 100%;
  }
  .project-description-block td,
  .part-description-block td {
    vertical-align: top;
    padding: 5px 0;
  }
  .project-description-block .search-form,
  .part-description-block .search-form {
    margin-top: 15px;
  }
  .project-description-block .project-status-select {
    width: 45%;
    font-size: 12px;
  }

/* project stats */
.project-stats,
.part-stats {
  width: 45%;
  float: right;
  text-align: right;
  margin-right: 1%;
}
  .project-stats .color-box,
  .part-stats .color-box {
    float: right;
    width: 75%;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 3.2em;
    text-align: left;
  }
    .project-stats .color-box i,
    .part-stats .color-box i {
      display: inline-block;
      vertical-align: middle;
      margin: 0 8px;
    }
  .project-stats .btn-lightblue,
  .part-stats .btn-lightblue {
    height: 24px;
    padding: 0 8px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
  }


/* timeline */
.project-timeline {
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  border: solid 1px #d7d7d7;
  text-align: center;
}
  .project-timeline ul {
    height: 125px;
    display: inline-block;
    white-space: nowrap;
  }
    .project-timeline li {
      display: inline-block;
      margin-left: 1px;
      line-height: 130px;
      height: 130px;
      cursor: pointer;
    }
      .project-timeline li:first-child {
        margin: 0;
      }
      /* snapshot */
      .project-timeline .snapshot span {
        display: inline-block;
        background: #e5e5e5;
        vertical-align: bottom;
      }
        /* hover */
        .project-timeline .snapshot:hover {
          background: #dff0fc;
        }
          .project-timeline .snapshot:hover span {
            background: #9fd5ff;
          }
        /* selected */
        .project-timeline .snapshot.selected {
          background: #dff0fc;
        }
          .project-timeline .snapshot.selected span {
            background: #62afeb;
          }
       /* revision */
      .project-timeline .revision span {
        display: inline-block;
        background: #bfbfbf;
        vertical-align: bottom;
      }
         /* hover */
        .project-timeline .revision:hover {
          background: #dff0fc;
        }
          .project-timeline .revision:hover span {
            background: #62afeb;
          }
        /* selected */
        .project-timeline .revision.selected {
          background: #dff0fc;
        }
          .project-timeline .revision.selected span {
            background: #2897ec;
          }


  /* delete */
  .project-delete {
    padding: 20px;
    color: #8a2c2c;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 0px #ffffff;
    margin-bottom: 20px;
    padding: 1px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);

    background: #e4c4c4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4c4c4 0%, #da9b9b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4c4c4), color-stop(100%,#da9b9b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4c4c4 0%,#da9b9b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4c4c4 0%,#da9b9b 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e4c4c4 0%,#da9b9b 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4c4c4', endColorstr='#da9b9b',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #e4c4c4 0%,#da9b9b 100%); /* W3C */
  }
    .project-delete .wrapper {
      padding: 20px;
      background: #ffe3e3 ;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }
    .project-delete p {
      margin-bottom: 20px;
    }


    /* net-connector */
    .net-connector-list {
      white-space: normal;
      padding: 5px 0 10px 0;
      overflow: auto;
    }
    .net-connector {
      padding: 1px;
      line-height: 18px;
      display: inline-block;
      margin-right: 5px;
      margin-bottom: 5px;
      text-shadow: 1px 1px 0px #ffffff;
      float: left;

      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;

      background: rgb(220,220,220); /* Old browsers */
      background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(184,184,184,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,220,220,1)), color-stop(100%,rgba(184,184,184,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* W3C */
    }
      .net-connector div {
        background: #ffffff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
      }
        .net-connector span.reference {
          display: inline-block;
          padding: 0 5px;
          color: #919191;
          border-right: solid 1px #cacaca;

          -webkit-border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-topleft: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
        }
        .net-connector span.pin {
          padding: 0 5px;
          display: inline-block;
          color: #777777;
          background: rgba(0,0,0,0.05);

          -webkit-border-top-right-radius: 1px;
          -webkit-border-bottom-right-radius: 1px;
          -moz-border-radius-topright: 1px;
          -moz-border-radius-bottomright: 1px;
          border-top-right-radius: 1px;
          border-bottom-right-radius: 1px;
        }

  /* permissions */
  .permissions-header {
    border-bottom: solid 1px #a7d9f7;
    height: 50px;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ebf8ff 50%, #ddf3ff 50%, #ddf3ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ebf8ff), color-stop(50%,#ddf3ff), color-stop(100%,#ddf3ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ebf8ff 50%,#ddf3ff 50%,#ddf3ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ebf8ff 50%,#ddf3ff 50%,#ddf3ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ebf8ff 50%,#ddf3ff 50%,#ddf3ff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ebf8ff 50%,#ddf3ff 50%,#ddf3ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddf3ff',GradientType=0 ); /* IE6-9 */
  }
    .permissions-header input[type="text"] {
      width: 220px;
      margin-left: 5px;
      margin-top: 1px;
      border: solid 1px #a1c0d1;
      padding-top: 5px;
      padding-bottom: 5px;
    }

      /* placeholder */
      .permissions-header input[type="text"]::-webkit-input-placeholder,
      input.placeholder {
        color: #8fa0aa;
      }
      .permissions-header input[type="text"]::-moz-placeholder {
        color: #8fa0aa;
      }
    .permissions-header .btn {
      position: absolute;
      right: 12px;
      top: 9px;
    }

  .permissions-activeusers {
    position: absolute;
    top: 50px;
    left: 0;
    height: 413px;
    width: 100%;
    overflow: auto;
  }
    .permissions-activeusers li {
      padding: 5px 0 5px 15px;
      line-height: 30px;
      height: 30px;
      overflow: hidden;
      position: relative;
      border-bottom: solid 1px #d7d7d7;
    }
      .permissions-activeusers .username {
        display: inline-block;
        margin-left: 5px;
        width: 210px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
        .permissions-activeusers .username em {
          font-style: normal;
          color: #919191;
        }
      .permissions-activeusers .level {
        width: 85px;
        display: inline-block;
        overflow: hidden;
      }
      .permissions-activeusers .remove {
        border-left: solid 1px #e6e6e6;
        background: #f2f2f2;
        padding: 5px;
        position: absolute;
        right: 0;
        top: 0;
        width: 16px;
      }
        .button-remove {
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: middle;
          background: url("/static/images/interface-80d51d95.png") no-repeat -344px -35px;
          cursor: pointer;
          -webkit-transition: none;
          -moz-transition: none;
          transition: none;
        }
          .button-remove:hover {
            background: url("/static/images/interface-80d51d95.png") no-repeat -366px -35px;
          }
          .button-remove:active {
            background: url("/static/images/interface-80d51d95.png") no-repeat -388px -35px;
          }
  .user-suggestions {
    background: #ffffff;
    position: absolute;
    left: 52px;
    max-height: 400px;
    width: 242px;
    overflow: auto;
    margin-top: 2px;
    border: solid 1px #d7d7d7;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
    .user-suggestions.short {
      max-height: 250px;
    }
  .user-suggestions li {
    display: block;
    clear: both;
    height: 30px;
    line-height: 30px;
    padding: 5px 15px 5px 5px;
  }
    .user-suggestions li.hint {
      pointer-events: none;
      padding-top: 0;
      padding-bottom: 0;
      color: #919191;
    }
    .user-suggestions li:first-child {
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    .user-suggestions li:last-child {
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
    }
    .user-suggestions li:hover {
      background: #f6f6f6;
      cursor: pointer;
    }
    .user-suggestions li .username {
      margin-left: 5px;
      display: inline-block;
      max-width: 165px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #137ccd;
      text-shadow: 1px 1px 0px #ffffff;
      pointer-events: none;
    }
      .user-suggestions li .username em {
        font-style: normal;
        color: #919191;
        text-shadow: 1px 1px 0px #ffffff;
      }

  /* Read me */
  .project-readme-block {
    margin: 20px 0 0 20px;
  }
    .project-readme-block h3 {
      font-weight: bold;
      color: #ababab;
      margin-bottom: 15px;
    }

    .project-readme-block .user-content p,
    .project-readme-block .user-content textarea {
      width: 745px;
      margin-bottom: 18px;
    }

  /* Project discussion */
  .project-discussion-block,
  .part-discussion-block {
    margin: 20px 0 0 20px;
  }
    .project-discussion-block h3,
    .part-discussion-block h3 {
      margin-bottom: 15px;
    }
    .project-discussion-block li.selected a,
    .part-discussion-block li.selected a {
      font-weight: bold;
      color: #ababab;
    }

/* GITHUB */
.project-github .wrapper {
  height: 20px;
}
  .project-github .wrapper.spinner-small {
    background-position: left center !important;
  }

#stl {
  overflow: hidden;
}

.project-design,
.project-module,
.project-bom,
.project-report,
.project-stl,
.project-downloads,
.part-details,
.part-files,
.part-revisions,
.part-pricing,
.part-libraries,
.part-flag {
  height: 620px;
  border: solid 1px #d4d4d4;
  border-top: none;
  overflow: auto;
}
  .project-downloads i {
    width: 32px;
  }
  .part-details .center {
    margin-left: auto;
    margin-right: auto;
    width: 50%%;
    height: 100%;
  }
  .part-details .left {
    float: left;
    width: 50%;
    height: 100%;
    border-right: solid 1px #d4d4d4;
  }
  .part-details .right {
    float: right;
    width: 49%;
    height: 100%;
    overflow: auto;
  }
.part-reference,
.project-user-projects {
  margin: 40px 0 0 20px;
}
  .part-reference .more,
  .project-user-projects .more {
    font-weight: normal;
  }
  .part-revisions .list td {
    line-height: inherit;
    padding-bottom: 7px;
  }
  .part-revisions .list .radio {
    width: 20px;
  }
  .part-flag .flag-feedback {
    width: 300px;
    margin: 50px auto;
  }
  .part-flag textarea {
    width: 90%;
    height: 150px;
    margin: 15px 0;
    font-size: 14px;
  }
  .flag-inappropriate:hover {
    color: #9a5656;
  }
  .flag-status {
    margin: 5px 0;
    padding-left: 18px;
    display: none;
  }
  .flag-status.sent {
    background: url("/static/images/icons-6b1f1b71.png") -18px -84px no-repeat;
    display: block;
  }
  .flag-status.not-sent {
    background: url("/static/images/icons-6b1f1b71.png") -18px -1784px no-repeat;
    display: block;
  }

/* DOWNLOAD */
.download-list li {
  margin-bottom: 10px;
}
.download-files {
  margin-bottom: 40px;
}
.download-export {
  width: 50%;
  display: inline-block;
  border-right: 1px solid black;
}
.download-data {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
  .download-data textarea {
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    resize: vertical;
  }
.comments .headline {
  white-space: pre-wrap;
  word-wrap: break-word;
}


/* TABS */
.tabs {
  border-bottom: solid 1px #d6d6d6;
  padding: 0 20px;
  margin-top: 27px;
}
  .tabs li {
    float: left;
    display: inline-block;
    line-height: 33px;
    margin-bottom: -1px;
    border: solid 1px transparent;
    border-top: solid 2px transparent;
    border-bottom: none;
    cursor: pointer;
  }
    .tabs li a {
      padding: 0 14px;
      border-top: solid 1px transparent;
      border-right: solid 1px transparent;
      border-left: solid 1px transparent;
    }
  /* selected */
  .tabs li.selected {
    border-top: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
    border-left: solid 1px #d4d4d4;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
    .tabs li.selected a {
      background: #ffffff;
      color: #5e5e5e;
      display: block;
      cursor: default;
      opacity: 1;
      border-top: solid 1px #ffffff;
      border-right: solid 1px #ffffff;
      border-left: solid 1px #ffffff;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
    }
  .tabs li.right {
    float: right;
  }
  .tabs:after {
    content: " ";
    display: block;
    clear: both;
  }


/* act like tabs but without the tab */
.invisitabs li {
  display: inline;
}
  .invisitabs .selected a {
    color: #000;
    cursor: default;
    opacity: 1;
  }

/* pages */
.tab-page {
  display: none;
}
  .tab-page.selected {
    display: block;
  }

/* Design Report */
.project-report {
  padding: 10px 10px 10px 10px;
}
.project-report .report-row {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
}
.project-report .report-row.report-state-good {
  border: solid 2px #8AFFBF;
}
.project-report .report-row.report-state-warn {
  border: solid 2px #A3D5E8;
}
.project-report .report-row.report-state-error {
  border: solid 2px #FF9C93;
}
.project-report .report-moreinfo {
  display: none;
  margin-left: 20px;
}
.project-report ul.report-connection-list,
.project-report ul.report-part-list {
  margin-left: 20px;
}
.project-report ul.report-connection-list li,
.project-report ul.report-part-list li {
  display: table-row;
}
.project-report ul.report-connection-list .connection-references,
.project-report ul.report-part-list .part-designators {
  display: table-cell;
}
.project-report ul.report-connection-list a,
.project-report ul.report-part-list a {
  display: table-cell;
}
.project-report span.connection-reference,
.project-report span.refdes {
  display: inline-block;
  padding: 1px 3px 1px 3px;
  border: solid 1px #AAA;
  margin: 2px 2px 2px 2px;
  color: #999;
}
.project-report span.connection-reference {
  font-family: 'Courier New', Courier, monospace;
  border: solid 1px #EEE;
  color: #555;
}
.project-report .report-advice {
  font-size: 0.8em;
  color: #999;
}
.project-report .report-metric {
  font-weight: 600;
  color: #555;
}
.project-report .report-layer-block {
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin-left: 5em;
  margin-right: .3em;
}
.project-report #report-violations ul li {
  font-family: 'Courier New', Courier, monospace;
}


/* DEFAULT TABLE */
table.default {
  width: 100%;
  text-align: left;
  vertical-align: top;
  line-height: 36px;
}
  table.default thead {
    background: #f2f9ff;
    border-top: solid 1px #c8deee;
    border-bottom: solid 1px #c8deee;
    color: #555555;
  }
  table.default th {
    padding: 0 10px;
    vertical-align: top;
  }
  table.default td {
    padding: 0 10px;
    white-space: nowrap;
    vertical-align: top;
  }

  /* right */
   table td.right,
   table th.right {
     text-align: right;
   }


/* PART ATTRIBUTE ICONS */
.part-attribute {
  background-color: transparent;
  background-image: url("/static/images/interface-80d51d95.png");
  background-position: -108px -168px;
  background-repeat: no-repeat;
  border: 1px solid #777777;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  height: 18px;
  margin: 2px 4px 0 0;
  width: 18px;
}
.part-attribute.footprint {
  background-position: -319px -168px;
}
.part-attribute.data {
  background-position: -159px -168px;
}
.part-attribute.favorite {
  background-position: -122px -168px;
}
.part-attribute.symbol {
  background-position: -140px -168px;
}
.part-attribute.pricing {
  background-position: -175px -168px;
}
.part-attribute.simulation {
  background-position: -194px -168px;
}
.part-attribute.not-available {
  border: none;
  background-position: -222px -168px;
  margin: 0;
}
.part-attribute.available {
  border: none;
  margin: 0;
}


/* LIST TABLe */
table.list {
  width: 100%;
  margin-bottom: 36px;
}
  table.list th {
    text-align: left;
    padding: 10px 5px;
    background: #f2f9ff;
    border-top: solid 1px #c8deee;
    border-bottom: solid 1px #c8deee;
    text-shadow: 1px 1px 0px #ffffff;
    color: #333333;
  }
  table.list td {
    padding: 5px;
    line-height: 22px;
  }
    table.list.noheader td:first-child { padding-left: 0;}
  table.list .capitalize {
    text-transform: capitalize;
  }
  table.list tr:hover {
    background: #f2f9ff;
  }
ul.list {
  width: 100%;
}
  ul.list li {
    padding: 5px;
    line-height: 22px;
  }
  ul.list li:hover {
    background: #f2f9ff;
  }
  ul.list li .remove {
    width: 20px;
    float: right;
  }
.hide-text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.list.border {
  overflow: auto;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* TABLE WITH FIXED HEADER */
.fixedheader-container {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
table.list .fixedheader th,
table.list .hiddenheader th {
  padding: 0 5px;
  background: none;
  border: none;
}
  table.list .fixedheader th div {
    position: absolute;
    top: 10px;
  }
table.list .hiddenheader th div {
  position: static;
  overflow-y: hidden;
  height: 0;
  white-space: nowrap;
  padding-right: 5px;
}


/* EMPTY TABLE */
.table-empty {
  width: 370px;
  margin: 80px auto 129px auto;
}


/* DIALOGS */
.dialog-content {
  padding: 20px;
}
.dialog-footer {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  border-top: solid 1px #d6d6d6;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: url("/static/images/snippets/dialog-footer-bg-efcbd105.png") repeat-x;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.dialog-tabs {
  display: block;
  border-bottom: solid 1px #e6d591;
  padding-top: 10px;
  height: 38px;
  line-height: 38px;
  background: url("/static/images/snippets/dialog-tabs-bg-d7db205b.png") repeat-x;
  padding-left: 18px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
  .dialog-tabs li {
    display: block;
    float: left;
    height: 38px;
    padding: 0 15px;
    cursor: pointer;
    border-left: solid 1px transparent;
    border-top: solid 1px transparent;
    border-right: solid 1px transparent;
  }
    .dialog-tabs li:hover {
      color: #433b14;
    }
    .dialog-tabs li.selected {
      background: #ffffff;
      border-left: solid 1px #e6d591;
      border-top: solid 1px #e6d591;
      border-right: solid 1px #e6d591;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topleft: 3px;
      -moz-border-radius-topright: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      -moz-box-shadow:
        inset 1px 2px 2px rgba(0,0,0,0.1),
        -1px -1px 0px #ffffff;
      -webkit-box-shadow:
        inset 1px 2px 2px rgba(0,0,0,0.1),
        -1px -1px 0px #ffffff;
      box-shadow:
        inset 1px 2px 2px rgba(0,0,0,0.1),
        -1px -1px 0px #ffffff;
    }
.dialog-page {
  display: none;
  position: relative;
}
  .dialog-page.selected {
    display: block;
  }

/* DIALOGS */
.modal-dialog-bg {
  z-index: 4;
}
.modal-dialog {
  z-index: 5;
  background: #888;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow:
    inset 1px 1px 0px rgba(255,255,255,0.2),
    1px 1px 4px rgba(0,0,0,0.3);
}
/* DIALOG STYLING */
.modal-dialog {
  padding: 5px;
  position: absolute;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.modal-dialog a,
.modal-dialog a *  {
  cursor: pointer;
}

.modal-dialog .dialog-footer {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  border-top: solid 1px #D6D6D6;
  height: 48px;
  width: 100%;
  line-height: 48px;
  text-align: center;
  background: url("/static/images/snippets/dialog-footer-bg-efcbd105.png") repeat-x;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.modal-dialog-bg {
  left: 0;
  position: absolute;
  top: 0;
  background: rgba(31,63,103, 0.1);
}

.modal-dialog-title {
  color: #ffffff;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding: 4px 0 8px 0;
  text-align: center;
  position: relative;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
  .modal-dialog-title-text {
    margin: 0 40px;
  }

.modal-dialog-title-close {
  background: url("/static/images/interface-80d51d95.png") -2px -53px no-repeat;
  cursor: default;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0px;
  top: 0px;
  vertical-align: middle;
}
  .modal-dialog-title-close:hover {
    background: url("/static/images/interface-80d51d95.png") -30px -53px no-repeat;
  }
  .modal-dialog-title-close:active {
    background: url("/static/images/interface-80d51d95.png") -58px -53px no-repeat;
  }

.modal-dialog-content {
  background-color: #ffffff;
  padding: 0;
  border: solid 1px #919191;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
  .modal-dialog-content * {
    cursor: default;
  }

.modal-dialog-buttons {
  text-align: center;
  background: red;
}
  .modal-dialog-buttons button {
    border: solid 1px #848484;
    box-shadow:
      1px 1px 0px rgba(255,255,255,0.2),
      inset 1px 1px 0px rgba(255,255,255,1);
    line-height: 26px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 3px 0 3px;
    outline: none;
    padding: 0 10px 1px 10px;
    min-width: 100px;
    color: #5e5e5e;
    text-shadow: 1px 1px 0px #ffffff;
    vertical-align: middle;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* W3C */
  }
    .modal-dialog-buttons button:hover {
      box-shadow:
        0px 0px 4px #2289be,
        inset 1px 1px 0px rgba(255,255,255,1);
      border: solid 1px #74b1e1;
    }
    .modal-dialog-buttons button:active {
      box-shadow:
        1px 1px 0px rgba(255,255,255,0.2),
        inset 1px 1px 3px rgba(0,0,0,0.2);
      border: solid 1px #848484;
      padding: 1px 10px 0px 10px;

      background: #e4e4e4; /* Old browsers */
      background: -moz-linear-gradient(top, #e4e4e4 0%, #ffffff 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #e4e4e4 0%,#ffffff 100%); /* W3C */
    }
    .modal-dialog-buttons button[name="cancel"]{
      display: none;
    }
.dialog-with-footer {
  padding-bottom: 55px;
}


/* USER PROFILE */

  .userprofile-summary .subnavigation {
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding-top: 10px;
    padding-bottom: 10px;
  }
    .userprofile-summary .subnavigation ul {
      display: inline-block;
      vertical-align: middle;
      margin: -18px 0 -31px 0;
    }
      .userprofile-summary .subnavigation li {
        float: left;
        padding: 0 10px;
        font-size: 14px;
      }
      .userprofile-summary .subnavigation li a {
        display: block;
        padding: 18px 5px 29px 5px;
      }
      .userprofile-summary .subnavigation li a.active {
        color: #89a1ae;
      }


  /* table */
  .userprofile-summary .table-wrapper {
    min-height: 57px;
    line-height: 22px;
    width: 370px;
    min-height: 150px;
    position: relative;
  }
    .userprofile-summary table th {
      text-align: left;
      width: 150px;
      vertical-align: top;
      display: table-cell;
    }

    .userprofile-summary .table-wrapper table div {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 260px;
    }
    .userprofile-summary .table-wrapper table div.show-linebreaks {
      white-space: pre-wrap;
    }

  /* score */
  .userprofile-score {
    float: right;
    margin: 20px 0 0;
  }
    .userprofile-score .score {
      display: inline-block;
      text-align: center;
      margin-right: 15px;
    }
    .userprofile-score {
      color: #89a1ae;
    }
    .userprofile-score em {
      display: block;
      padding: 8px 0px 4px 0;
    }

  /* following */
  .userprofile-following {
    float: right;
    margin: 20px 0 0;
    width: 500px;
    clear: right;
    text-align: right;
  }

    .userprofile-following > a {
      float: inherit;
    }

    .userprofile-following h3 {
      color: #89a1ae;
    }
      .userprofile-following h3 a {
        font-weight: bold;
      }
    .userprofile-following em {
      display: block;
      padding: 8px 0px 4px 0;
    }

.userprofile-activity {}
  .userprofile-activity .display-activity {
    font-size: 14px;
  }
  .userprofile-activity li {
    /* padding-left: 18px; */
    margin-bottom: 9px;
  }
  .userprofile-activity hr {
    clear: both;
    height: 1px;
    border: 0;
    color: #dadada;
    background-color: #dadada;
  }
.timestamp {
  color: #888;
  font-size: 10px;
  white-space: nowrap;
  display: block; /* Comment out if inline desired. */
}

/* User Profile imports page */
.user-imports.success i { color: green; }
.user-imports.pending i { color: blue; }
.user-imports.error i.fa-fw { color: red; }
.importlist .user-imports { padding-left: 5px; }


/* update profile dialog */
.updateprofile-left {
  width: 240px;
  float: left;
  margin: -15px 20px 0 0;
}
.updateprofile-right {
  width: 290px;
  float: left;
  margin-top: -15px;
}

  .updateprofile-gravatar {
    height: 95px;
    padding: 20px;
    border: solid 1px #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 33px;
    text-align: center;
  }
    .updateprofile-gravatar em {
      font-size: 11px;
      color: #919191;
      font-style: normal;
    }
  .updateprofile-right p {
    clear: both;
    margin-top: 20px;
  }
  .updateprofile-right .avatar-48 {
    display: inline-block;
    float: none;
    margin-top: 5px;
  }

/* project admin dialog */
textarea.readme {
  position: absolute;
  overflow: auto;
  left: 5px;
  top: 6px;
  width: 378px;
  height: 348px;
}
.projectlimit {
  float: right;
  font-size: 11px;
  color: #919191;
  line-height: 22px;
}


/* DASHBOARD */
.dashboard-welcome .window {
  margin-top: 20px;
  width: 450px;
  height: 253px;
  border: solid 10px rgba(0,0,0,0.3);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.dashboard-header {
  overflow: hidden;
  border-bottom: double 3px #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 27px;
}
  .dashboard-header em {
    font-size: 15px;
    line-height: 54px;
    color: #919191;
    float: left;
  }
.create-project .userlist {
  padding: 10px;
  max-height: 350px;
}
.create-project .userlist li {
  display: block;
  width: 200px;
  margin-right: 10px;
}

.add-to-library .userlist {
  padding: 10px;
  max-height: 350px;
}
.add-to-library .userlist li {
  display: block;
  border-bottom: 0;
  margin: 0;
  padding: 4px;
}


.dashboard-carousel {
  width: 450px;
  height: 260px;
  margin-bottom: 20px;
}
.dashboard-carousel img {
  height: 258px;
  width: 450px;
}
.dashboard-carousel .caption {
  font-size: 14px;
}
.dashboard-carousel .slides_container {
  text-align: center;
}
.dashboard-carousel .pagination {
  width: 450px;
  text-align: center;
  margin: 6px 0 0;
}
.dashboard-carousel .pagination li {
  display: inline-block;
  margin: 0 1px;
}
  .dashboard-carousel .pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background: url("/static/images/snippets/pagination-4b495492.png") no-repeat;
    overflow: hidden;
  }
    .dashboard-carousel .pagination li.current a,
    .dashboard-carousel .pagination li.current a:hover.active {
      background-position: 0 -13px
    }
    .dashboard-carousel .pagination li a:hover {
      background-position: 0 -26px
    }


.dashboard-tut {
  text-align: center;
  background-color: #f6f6f6;
  height: 395px;
}

  .dashboard-tut-intro {
    padding: 20px 0px 20px 0px;
    font-style: italic;
    color: #999;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }

  .dashboard-tut-or {
    font-size: 14px;
    color: #919191;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 3px 0px;
  }

  .dashboard-tut-instruction {
    color: #888;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 20px;
  }

  .dashboard-tut-forks {
    text-align: left;
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    line-height: 30px;
  }

  .dashboard-tut-fork {
    height: 40px;
  }


/* SEARCH BOX; currently used in search and explore. */
.search-box {
  position: relative;
  display: inline-block;
  text-align: left;
}
  .search-box input {
    width: 320px;
    padding: 10px 10px 10px 30px;
    font-size: 14px;
  }
  .search-box .icon {
    position: absolute;
    left: 11px;
    top: 13px;
    width: 13px;
    height: 13px;
    background: url("/static/images/icons-6b1f1b71.png") no-repeat -20px -1403px;
  }
  .search-box .btn {
    vertical-align: middle;
    height: 2.9em;
    line-height: 2.9em;
  }
  .search-box .advanced {
    max-height: 300px;
    overflow-y: auto;
    position: absolute;
    width: 360px;
  }
  .search-box .advanced table {
    position: relative;
    width: 100%;
    z-index: 500;
    line-height: 18px;
    background-color: #fff;
  }
  .search-box .advanced tr {
    border: 1px solid #bbb;
  }
  .search-box .advanced td {
    padding: 4px;
  }
  .search-box .advanced td .real {
    font-weight: bold;
    color: #333;
  }
  .search-box .advanced td .fake {
    font-weight: bold;
    color: #888;
  }



/* SEARCH */
.search-header {
  border-bottom: double 3px #e5e5e5;
  padding: 27px 0 27px 0;
  text-align: center;
  position: relative;
}
  .search-header h1 {
    position: absolute;
    left: 0px;
    top: 22px;
  }
  /* form */
  .search-header .form {
    position: relative;
    display: inline-block;
  }
    .search-header .form .category {
      background: #e6e6e6 url("/static/images/icons-6b1f1b71.png") no-repeat right -1535px;
      position: absolute;
      right: 90px;
      top: 8px;
      line-height: 22px;
      padding: 0 20px 0 10px;
      color: #919191;
      text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
      cursor: pointer;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
    }
      .search-header .form .category:hover {
        background: #dfdfdf url("/static/images/icons-6b1f1b71.png") no-repeat right -1535px;
        color: #777777;
      }
    .search-header .form .category-dropdown {
      position: absolute;
      right: 90px;
      top: 32px;
      text-align: left;
      display: none;
      background: #e6e6e6;
      width: 105px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
    }
      .search-header .form .category-dropdown li {
        padding: 3px 5px;
        cursor: pointer;
        text-shadow: 1px 1px 0px rgba(255,255,255,0.7);
        color: #919191;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
      }
      .search-header .form .category-dropdown li:hover {
        background: #dadada;
        color: #777777;
      }

  /* TODO: These were taken from explorebar styles; see if any of them are useful. */
  .search-header .actions {
    float: right;
    margin-top: -2px;
  }
  .search-header .search {
    display: inline-block;
    position: relative;
    width: 230px;
  }
    .search-header .search b {
      background: url("/static/images/icons-6b1f1b71.png") no-repeat -20px -1403px;
      position: absolute;
      display: block;
      top: 16px;
      left: 9px;
      width: 14px;
      height: 14px;
    }
    .search-header .search input {
      padding-left: 23px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      width: 160px;
    }
    .search-header .search .btn {
      position: absolute;
      right: -2px;
      top: 6px;
    }


.search-heading {
  border: solid 1px #d7d7d7;
  line-height: 40px;
  font-size: 16px;
  color: #5e5e5e;
  text-shadow: 1px 1px 0px #ffffff;
  padding: 0 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 27px 0 18px 0;

  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 50%, rgba(243,243,243,1) 50%, rgba(233,233,233,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(249,249,249,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(243,243,243,1) 50%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(243,243,243,1) 50%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(243,243,243,1) 50%,rgba(233,233,233,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 50%,rgba(243,243,243,1) 50%,rgba(233,233,233,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}
  .search-heading h2 {
    margin: 0 0 0 5px;
  }
  .search-heading span {
    color: #919191;
  }
  .search-heading .btn {
    float: right;
    margin-top: 5px;
  }


/* ORDER */
.order-steps {
  margin-top: 6px;
}
  .order-steps li {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
  }
    .order-steps li:hover {
      text-decoration: underline;
    }
  .order-steps li.selected {
    font-weight: bold;
    cursor: default;
    text-decoration: underline;
  }
  .order-steps li.disabled {
    color: #aaa;
    cursor: default;
  }
    .order-steps li.disabled:hover {
      text-decoration: none;
    }
.order-shipping-payment h3 {
  background: #F2F9FF;
  border-top: solid 1px #c8deee;
  border-bottom: solid 1px #c8deee;
  color: #555555;
  padding: 10px;
}
.order-shipping-payment .formfield {
  padding-left: 10px;
}
.order-shipping-payment input[type="text"] {
  width: 250px;
}
.order-shipping-payment .checkbox-wrapper {
  display: inline-block;
}

.tab-content {
  display: none;
}
.tab-content.selected {
  display: inherit;
}


/* BLOG */
.blog-header {
  padding: 10px 0 20px 0;
  height: 30px;
}
  .blog-header .topics {
    float: left;
  }
    .blog-header .topics li {
      float: left;
      margin-right: 20px;
      line-height: 30px;
      font-size: 15px;
      color: #919191;
      text-transform: capitalize;
    }
  .blog-header .social {
    float: right;
  }
    .blog-header .social li {
      float: left;
      margin-left: 5px;
    }
      .blog-header .social a {
        border: solid 1px #c6c6c6;
        background: #ffffff;
        display: inline-block;
        padding: 0 7px 0 5px;
        line-height: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow:
          0px 0px 1px 1px #ffffff,
          inset 1px 1px 1px rgba(0,0,0,0.07);
        -webkit-box-shadow:
          0px 0px 1px 1px #ffffff,
          inset 1px 1px 1px rgba(0,0,0,0.07);
        box-shadow:
          0px 0px 1px 1px #ffffff,
          inset 1px 1px 1px rgba(0,0,0,0.07);
      }
      .blog-header .up-icon-twitter,
      .blog-header .up-icon-facebook,
      .blog-header .up-icon-rss {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 4px;
        vertical-align: middle;
        margin-top: -2px;
        background: url("/static/images/icons-6b1f1b71.png") -17px -517px no-repeat;
      }
        .blog-header .up-icon-facebook { background: url("/static/images/icons-6b1f1b71.png") -18px -194px no-repeat; }
        .blog-header .up-icon-rss { background: url("/static/images/icons-6b1f1b71.png") -17px -552px no-repeat; }

/* Blog headlines */
.blog-headlines {
  overflow: auto;
  margin-bottom: 36px;
}
  .blog-headlines li {
    float: left;
    width: 230px;
    height: 160px;
    margin-right: 10px;
    border: solid 1px #c1c1c1;
    -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
  }
    .blog-headlines li.last {
      margin-right: 0px;
    }
      .blog-headlines a {
        margin: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        height: 150px;
        width: 220px;
        display: block;
        position: relative;
        color: #ffffff;
        font-size: 15px;
        line-height: 18px;
      }
        .blog-headlines img {
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
        }
        .blog-headlines span {
          display: block;
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 210px;
          background: rgba(0,0,0,0.6);
          padding: 5px;
          -webkit-border-bottom-right-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          -moz-border-radius-bottomleft: 5px;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
        }

/* blog-content */
.blog-content {
  float: left;
  width: 65%;
  margin-right: 50px;
  font-size: 14px;
}
  .blog-viewarchive {
    display: block;
    text-align: center;
    padding: 5px 0;
    background: #e7f2fa;
    margin-top: 42px;
  }
    .blog-viewarchive:hover {
      background: #e0eef9;
    }
  .blog-content .filedunder {
    color: #ababab;
  }
  .blog-content h1 {
    text-transform: capitalize;
    margin: 27px 0 8px;
    padding-bottom: 18px;
    line-height: 22px;
    border-bottom: double 3px #e2e2e2;
  }
  .blog-content article {
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 27px;
    padding-bottom: 9px;
  }
  .blog-content article p {
    margin-bottom: 14px;
    line-height: 1.5em;
  }
  .blog-content hr {
    clear: both;
    height: 1px;
    border: 0;
    color: #dadada;
    background-color: #dadada;
    margin: 1.5em 0;
  }
  .blog-content img {
    display: block;
    padding: 20px 0;
    max-width: 100%;
  }
  .blog-content ul {
    list-style: disc;
    margin: 20px;
  }
  .blog-content li {
    list-style: disc;
    margin-left: 20px;
  }
  .blog-content ol {
    list-style: decimal;
    margin: 20px;
  }
  .blog-content ol li {
    list-style: decimal;
    margin-left: 20px;
  }
  .blog-content .paginator {
    text-align: center;
    line-height: 30px;
  }


/* blog post */
  .blog-post .topic {
    text-transform: uppercase;
    color: #ababab;
  }
  .blog-post h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 3px 0 0 0;
  }
  .blog-post .meta {
    margin: 5px 0 18px 0;
    color: #919191;
  }
    .blog-post .meta .author {
      line-height: 22px;
      margin-right: 10px;
      display: inline-block;
    }
      .blog-post .meta .author img {
        vertical-align: middle;
        margin-top: -4px;
      }
    .blog-post .meta .comments {
      color: #919191;
      padding-left: 20px;
      display: inline-block;
      background: url("/static/images/icons-6b1f1b71.png") -14px -585px no-repeat;
    }
      .blog-post .meta .comments:hover {
        color: #5e5e5e;
      }
  .blog-post .date,
  .date {
    font-style: italic;
    color: #919191;
    display: block;
    margin-top: 18px;
    font-size: 11px;
  }

/* blog styles */
.blog-post-wrapper p {
  margin: 9px 0;
}
  .blog-post-wrapper ul {
    margin-left: 20px;
  }
    .blog-post-wrapper ul li {
      list-style: disc;
    }
  .blog-post-wrapper ol {
    margin-left: 20px;
  }
    .blog-post-wrapper ol li {
      list-style: decimal;
    }
  .blog-post-wrapper h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 36px 0 18px 0;
  }
  .blog-post-wrapper h3 {
    font-weight: normal;
    font-size: 16px;
    margin: 27px 0 18px 0;
    color: #474747;
  }
  .blog-post-wrapper h4 {
    font-weight: bold;
    font-size: 12px;
    margin: 18px 0 9px 0;
    color: #474747;
  }
  .blog-post-wrapper blockquote {
    font-size: 16px;
    font-style: italic;
    width: 500px;
    margin-left: 20px;
    line-height: 22px;
  }


/* Blog Sidebar */
.blog-sidebar {
  float: left;
  width: 350px;
}
  /* call to action */
  .blog-sidebar .calltoaction {
    color: #6e663e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    margin-bottom: 30px;
    padding: 1px;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);

    background: -moz-linear-gradient(top, #ebdcb4 0%, #c1b183 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebdcb4), color-stop(100%,#c1b183)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdcb4', endColorstr='#c1b183',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ebdcb4 0%,#c1b183 100%); /* W3C */
  }
    .blog-sidebar .calltoaction .wrapper {
      padding: 20px 30px;
      background: #fff4d6;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }
    .blog-sidebar .calltoaction p.title {
      font-size: 20px;
      line-height: 26px;
      margin: 0;
    }
    .blog-sidebar .calltoaction p {
      margin: 9px 0 18px 0;
    }

  /* Blog Posters */
  .blog-posters {
    margin-bottom: 30px;
  }
    .blog-posters li {
      margin: 9px 0;
      overflow: auto;
    }
      .blog-posters .photo {
        float: left;
        width: 55px;
        height: 60px;
        padding: 4px;
        border: solid 1px #d1d1d1;
        margin-right: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
      }
        .blog-posters .photo img {
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
        }
      .blog-posters .meta {
        float: left;
        width: 275px;
      }
        .blog-posters .meta .name {
          font-size: 14px;
          margin: 6px 0;
        }

/* LOADING */
.spinner {
  background-image: url("/static/images/snippets/loader-02fc3c6e.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.spinner-small {
  background-image: url("/static/images/snippets/icon-spinner-050f5532.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}


/* NIVO SLIDER */
.nivoSlider {
  position:relative;
}
  .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
  }
  /* If an image is wrapped in a link */
  .nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
  }
  /* The slices and boxes in the Slider */
  .nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
  }
  .nivo-box {
    display:block;
    position:absolute;
    z-index:5;
  }
  .nivo-html-caption {
      display:none;
  }
  /* Direction nav styles (e.g. Next & Prev) */
  .nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
  }
  .nivo-prevNav {
    left:0px;
  }
  .nivo-nextNav {
    right:0px;
  }
  /* Control nav styles (e.g. 1,2,3...) */
  .nivo-controlNav {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 101;
  }
  .nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
    text-indent: -99999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    box-shadow: 1px 1px 0px #ffffff,
      inset 1px 1px 0px rgba(0,0,0,0.2);
  }
  .nivo-controlNav a.active {
    font-weight:bold;
    background: rgba(0,0,0,0.3);
  }

/* UNSUBSCRIBE */
.unsubscribe {
  font-size: 14px;
  text-align: center;
  margin: 72px 0;
}
  .unsubscribe h1 {
    font-size: 28px;
    margin-bottom: 18px;
  }
  .unsubscribe p {
    margin: 18px 0 45px 0;
  }

/* EXPLORE SEARCH HEADER */
.explore-header {
  text-align: center;
  /*overflow: auto;*/
  /*padding-bottom: 10px;*/
  margin-bottom: 25px;
}
  .explore-header h1 {
    float: left;
  }
  .explore-header .search {
    display: inline-block;
    position: relative;
    margin-top: 4px;
  }


/* VIEWPART */
.viewpart {
  padding: 1px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  background: #d4d4d4; /* Old browsers */
  background: -moz-linear-gradient(top, #d4d4d4 0%, #b9b9b9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d4d4), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d4d4d4 0%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d4d4d4 0%,#b9b9b9 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #d4d4d4 0%,#b9b9b9 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #d4d4d4 0%,#b9b9b9 100%); /* W3C */
}
  .viewpart .wrapper {
    border: solid 1px #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    padding: 0;

    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fcfcfc 0%,#f6f6f6 100%); /* W3C */
  }

.poweredby {
  font-size: 11px;
  color: #ababab;
  margin-top: 28px;
}

/* SECONDARY NAVIGATION */
.secondary-navigation {
  background: url("/static/images/snippets/2ndnav-bg-7040bab9.png") repeat-x;
  height: 47px;
  padding: 1px 0 62px 0;
}
  .secondary-navigation + .container {
    margin-top: -20px;
  }
  .secondary-navigation .sections {
    border-left: solid 1px #cccccc;
    border-right: solid 1px #ffffff;
    float: left;
  }
    .secondary-navigation .sections li {
      float: left;
    }
      .secondary-navigation .sections li a,
      .secondary-navigation .sections li div {
        border-left: solid 1px #ffffff;
        border-right: solid 1px #cccccc;
        height: 47px;
        line-height: 47px;
        font-size: 14px;
        display: inline-block;
        padding: 0 20px;
        color: #777777;
        text-shadow: 1px 1px 0px #ffffff;
      }
      .secondary-navigation .sections li div {
        cursor: default;
        color: #aaaaaa;
      }
        .secondary-navigation .sections li a:hover {
          color: #474747;
        }
        .secondary-navigation .sections li a.active {
          color: #474747;
          background: rgba(255,255,255,0.4);
        }
.secondary-navigation .numbers {
  float: right;
  margin-top: 12px;
  box-shadow: 1px 1px 0px #ffffff;
  border: solid 1px #d4d4d4;
  line-height: 22px;
  text-shadow: 1px 1px 0px #ffffff;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

}
  .secondary-navigation .numbers li {
    display: block;
    float: left;
    border-right: solid 1px #d4d4d4;
  }
    .secondary-navigation .numbers li:last-child {
      border-right: 0px;
    }


    .secondary-navigation .numbers a {
      display: inline-block;
      padding: 0 5px 0 20px;
      color: #919191;
      margin-top: -2px;
    }
      /* icons */
      .secondary-navigation .numbers a.count-watchers {
        background: #f6f6f6 url("/static/images/icons-6b1f1b71.png") -17px -1658px no-repeat;
      }
      .secondary-navigation .numbers a.count-forked {
        background: #f6f6f6 url("/static/images/icons-6b1f1b71.png") -17px -1753px no-repeat;
      }
      .secondary-navigation .numbers a.count-edits {
        background: #f6f6f6 url("/static/images/icons-6b1f1b71.png") -16px -374px no-repeat;
      }
      /* hover */
      .secondary-navigation .numbers a:hover {
        background-color: #eeeeee;
      }


/* NOTIFICATIONS */
.notifications-header {
  border-bottom: double 3px #e5e5e5;
  padding: 10px 0;
}
.notifications-empty {
  width: 360px;
  margin: 120px auto;
}

.notifications-list li {
  border-bottom: solid 1px #e5e5e5;
  padding: 10px 0;
  overflow: auto;
}
  .notifications-list .left {
    width: 775px;
    margin: 20px 0;
  }
  .notifications-list .reply-send {
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
  }
  .notifications-list .reply-status {
    display: inline-block;
    padding-left: 18px;
  }
  .notifications-list .reply-status.sent {
    background: url("/static/images/icons-6b1f1b71.png") -18px -84px no-repeat;
  }
  .notifications-list .reply-status.not-sent {
    background: url("/static/images/icons-6b1f1b71.png") -18px -1784px no-repeat;
  }
  .notifications-list .reply {
    width: 775px;
    height: 150px;
    margin-bottom: 10px;
    display: none;
  }
    .notifications-list .avatar-29 {
      margin-right: 5px;
    }
    .notifications-list .message-content {
      display: inline-block;
      width: 740px;
      line-height: 18px;
      margin: 5px 0 0 0;
    }
      .notifications-list .author span {
        color: #ababab;
      }
      .notifications-list .project {
        color: #777777;
      }
  .notifications-list .right {
    width: 182px;
    overflow: hidden;
    float: left;
    text-align: center;
  }
    .notifications-list .notification-accepted {
      display: inline-block;
      width: 55px;
      text-align: left;
      line-height: 27px;
      padding-left: 17px;
      color: #919191;
      font-size: 11px;
      background: url("/static/images/icons-6b1f1b71.png") no-repeat -18px -80px;
    }
    .notifications-list .notification-rejected {
      display: inline-block;
      width: 55px;
      text-align: left;
      line-height: 27px;
      padding-left: 17px;
      color: #919191;
      font-size: 11px;
      background: url("/static/images/icons-6b1f1b71.png") no-repeat -18px -1780px;
    }
    .notifications-list .notification-cancelled {
      display: inline-block;
      width: 55px;
      text-align: left;
      line-height: 27px;
      padding-left: 17px;
      color: #919191;
      font-size: 11px;
      background: url("/static/images/icons-6b1f1b71.png") no-repeat -18px -1853px;
    }


/* POSTEROUS */
#posterous_footerbar {
  display: none;
}


/* PROGRESS BAR */
.progressbar {
  border: solid 1px #c6c6c6;
  background: #f4f4f4;
  height: 4px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 15px 0;
}
  .progressbar span {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 4px;
    border: solid 1px #5eb429;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    background: rgb(178,227,106); /* Old browsers */
    background: -moz-linear-gradient(top,
      rgba(178,227,106,1) 25%,
      rgba(145,211,55,1) 25%,
      rgba(128,196,49,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom,
      color-stop(25%,rgba(178,227,106,1)),
      color-stop(25%,rgba(145,211,55,1)),
      color-stop(100%,rgba(128,196,49,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,
      rgba(178,227,106,1) 25%,
      rgba(145,211,55,1) 25%,
      rgba(128,196,49,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,
      rgba(178,227,106,1) 25%,
      rgba(145,211,55,1) 25%,
      rgba(128,196,49,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,
      rgba(178,227,106,1) 25%,
      rgba(145,211,55,1) 25%,
      rgba(128,196,49,1) 100%); /* IE10+ */
    background: linear-gradient(top,
      rgba(178,227,106,1) 25%,
      rgba(145,211,55,1) 25%,
      rgba(128,196,49,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e36a', endColorstr='#80c431',GradientType=0 ); /* IE6-9 */
  }
    .progressbar span.full {
      border: solid 1px #b52a2a;

      background: rgb(220,125,106); /* Old browsers */
      background: -moz-linear-gradient(top,
        rgba(220,125,106,1) 25%,
        rgba(201,81,55,1) 25%,
        rgba(186,74,49,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom,
        color-stop(25%,rgba(220,125,106,1)),
        color-stop(25%,rgba(201,81,55,1)),
        color-stop(100%,rgba(186,74,49,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,
        rgba(220,125,106,1) 25%,
        rgba(201,81,55,1) 25%,
        rgba(186,74,49,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,
        rgba(220,125,106,1) 25%,
        rgba(201,81,55,1) 25%,
        rgba(186,74,49,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,
        rgba(220,125,106,1) 25%,
        rgba(201,81,55,1) 25%,
        rgba(186,74,49,1) 100%); /* IE10+ */
      background: linear-gradient(top,
        rgba(220,125,106,1) 25%,
        rgba(201,81,55,1) 25%,
        rgba(186,74,49,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc7d6a', endColorstr='#ba4a31',GradientType=0 ); /* IE6-9 */
    }


/* ACCOUNT SETTINGS */
.accountsettings {
  margin-bottom: 50px;
  padding: 1px;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.12);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  background: rgb(212,212,212); /* Old browsers */
  background: -moz-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%,rgba(212,212,212,1)), c
    olor-stop(100%,rgba(185,185,185,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* IE10+ */
  background: linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}
  .accountsettings .wrapper {
    padding: 5px;
    background: #f6f6f6;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .accountsettings .settings {
    float: left;
    width: 250px;
    height: 500px;
    position: relative;
    border: solid 1px #d6d6d6;
    box-shadow: 1px 1px 0px #ffffff;
    padding: 8px 19px 14px 19px;
    background: #ffffff;
    margin-right: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
    .accountsettings .settings button {
      position: absolute;
      bottom: 14px;
      left: 84px;
    }
    .accountsettings .settings .login-settings,
    .accountsettings .settings .login-password {
      margin-top: 15px;
      border-top: double 3px #d9d9d9;
    }

  .accountsettings .package {
    float: left;
    width: 613px;
    height: 500px;
    position: relative;
    border: solid 1px #d6d6d6;
    box-shadow: 1px 1px 0px #ffffff;
    padding: 8px 19px 14px 19px;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
    .accountsettings .package .summary {
      font-size: 20px;
      position: absolute;
      top: 25px;
      width: 95%;
    }
       .accountsettings .package .summary .column1 {
         display: inline-block;
         width: 40%;
         margin-right: 2%;
         vertical-align: top;
       }
        .accountsettings .package .summary .column2 {
         display: inline-block;
         width: 30%;
         margin-right: 2%;
         vertical-align: top;
       }
        .accountsettings .package .summary .column3 {
         display: inline-block;
         width: 20%;
         vertical-align: top;
       }
      .accountsettings .package .summary span {
        font-size: 12px;
        color: #919191;
        display: block;
      }
    .accountsettings .package .creditcard {
      border-top: solid 1px #c8deee;
      border-bottom: solid 1px #c8deee;
      position: absolute;
      top: 95px;
      left: 0;
      width: 100%;
      background: #f2f9ff;
      padding: 20px 0;
      color: #888888;
      text-shadow: 1px 1px 0 #ffffff;
    }
      .accountsettings .package .creditcard h3 {
        color: #333333;
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 9px;
      }
      .accountsettings .package .creditcard .creditcard-card {
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        width: 180px;
        padding-right: 20px;
      }
      .accountsettings .package .creditcard .creditcard-address {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        width: 220px;
        padding-right: 20px;
      }
      .accountsettings .package .creditcard .creditcard-update {
        float: left;
        width: 180px;
        text-align: center;
      }
      .accountsettings .package .creditcard .empty {
        text-align: center;
        font-style: italic;
        color: #888888;
        margin: 31px 0 32px 0;
        padding: 0 20px 0 20px;
        width: 420px;
        float: left;
      }
    .accountsettings .package .plans {
      position: absolute;
      top: 265px;
      left: 0;
      width: 100%;
    }
      .accountsettings .package .plans table {
        border-spacing: 0 5px;
        border-collapse: separate;
        width: 100%;
      }
        .accountsettings .package .plans table th {
          font-size: 11px;
          color: #888888;
        }
          .accountsettings .package .plans table th:first-child {
            text-align: left;
            padding-left: 20px;
          }
          .accountsettings .package .plans table th:last-child {
            padding-right: 20px;
          }
        .accountsettings .package .plans table td {
          font-size: 16px;
          text-align: center;
        }
          .accountsettings .package .plans table td:first-child {
            text-align: left;
            padding-left: 20px;
          }
          .accountsettings .package .plans table td:last-child {
            font-size: 12px;
            padding-right: 20px;
          }
          .accountsettings .package .plans table em {
            color: #aaaaaa;
            font-style: normal;
            line-height: 30px;
          }
        /* current */
        .accountsettings .package .plans table .current td {
          color: #333333;
          background: #f2f9ff;
        }
          .accountsettings .package .plans table .current em {
            color: #888888;
          }


    .accountsettings .package .contact {
      position: absolute;
      width: 100%;
      background: #fff9ea;
      border-top: solid 1px #f5eacf;
      line-height: 33px;
      bottom: 0;
      left: 0;
      text-align: center;
      color: #71633e;
      text-shadow: 1px 1px 0px #ffffff;

      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
    }

/* UPGRADE ACCOUNT */
.upgradeaccount-heading {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}
.upgradeaccount {
  padding: 1px;
  width: 492px;
  margin: 45px auto 75px auto;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.12);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  background: rgb(212,212,212); /* Old browsers */
  background: -moz-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%,rgba(212,212,212,1)), c
    olor-stop(100%,rgba(185,185,185,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* IE10+ */
  background: linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}
  .upgradeaccount > .wrapper {
    padding: 5px;
    background: #f6f6f6;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .upgradeaccount .guts {
    position: relative;
    overflow: auto;
    border: solid 1px #d6d6d6;
    box-shadow: 1px 1px 0px #ffffff;
    padding: 0 25px 25px 25px;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .upgradeaccount .formfield {
    padding-right: 180px;
    position: relative;
  }
    .upgradeaccount .formfield .meta {
      position: absolute;
      right: 0;
      top: 18px;
      width: 160px;
      color: #919191;
      font-size: 11px;
      line-height: 16px;
    }

   .upgradeaccount input[type="text"],
   .upgradeaccount input[type="password"] {
    width: 100%;
  }

  .upgradeaccount h2 {
    font-size: 22px;
    margin-top: 30px;
  }

/* TAGIT */
.ui-autocomplete {
    background-color: #ffffff;
    position: absolute;
    cursor: default;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    border: 1px solid #E5E5E5;
    border-top: none;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 3px 5px #888;
    -webkit-box-shadow: 0 3px 5px #888;
    box-shadow: 0 3px 5px #888;
    font-size: 12px;
    z-index: 1; /* to show up on top of dialogs */
}
  .ui-autocomplete .ui-menu-item {
      padding: 0;
      margin: 0;
  }
  .ui-autocomplete .ui-menu-item a {
      display: block;
      padding: 4px 6px;
      margin: 0;
      text-decoration: none;
      line-height: 12px;
      border-bottom: 1px solid #E5E5E5;
      border-top: 1px solid #ffffff;
      color: #78959D;
  }
    .ui-autocomplete .ui-menu-item:last-child a {
      border-bottom: none;
    }
    .ui-autocomplete .ui-menu-item a:hover,
    .ui-autocomplete .ui-menu-item a.ui-state-focus,
    .ui-autocomplete .ui-menu-item a.ui-state-active {
      color: #ffffff;
      background-color: #78959D;
    }

  .ui-autocomplete .ui-menu-item a.ui-state-hover,
  .ui-autocomplete .ui-menu-item a.ui-state-active {
      background-color: #c0d1e2;
      color: #555;
      border-color: #a6cef7;
  }

  .ui-autocomplete-loading {
      background: white url(ui-anim_basic_16x16.gif) right center no-repeat;
  }

  ul.tagit {
    cursor: text;
    overflow: auto;
    border: solid 1px #d1d1d1;
    -moz-box-shadow:
      1px 1px 0px #ffffff,
      inset 1px 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow:
      1px 1px 0px #ffffff,
      inset 1px 1px 2px rgba(0,0,0,0.15);
    box-shadow:
      1px 1px 0px #ffffff,
      inset 1px 1px 2px rgba(0,0,0,0.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 3px 0px 3px;
    outline: none;
    color: #5e5e5e;
    vertical-align: middle;
    resize: vertical;
    font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;

    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 18px, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(18px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f5f5f5 0%,#ffffff 18px,#ffffff 100%); /* W3C */
  }
  ul.tags > li,
  ul.tagit > li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 3px 3px 0;
    position: relative;
    font-size: 12px;
    line-height: 18px;
  }
    ul.tags > li,
    ul.tagit .tagit-choice {
      border: solid 1px #dfd194;
      padding: 0px 3px 0px 3px;
      color: #766102;
      text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);

      background: rgb(249,231,175); /* Old browsers */
      background: -moz-linear-gradient(top,
        rgba(249,231,175,1) 1%,
        rgba(237,217,157,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom,
        color-stop(1%,rgba(249,231,175,1)),
        color-stop(100%,rgba(237,217,157,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,
        rgba(249,231,175,1) 1%,
        rgba(237,217,157,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,
        rgba(249,231,175,1) 1%,
        rgba(237,217,157,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,
        rgba(249,231,175,1) 1%,
        rgba(237,217,157,1) 100%); /* IE10+ */
      background: linear-gradient(top,
        rgba(249,231,175,1) 1%,
        rgba(237,217,157,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e7af', endColorstr='#edd99d',GradientType=0 ); /* IE6-9 */
    }
      ul.tags > li a {
        color: #766102;
      }
      ul.tags > li:hover {
        background: #faecc0; /* Old browsers */
        background: -moz-linear-gradient(top,  #faecc0 1%, #f1e1b1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#faecc0), color-stop(100%,#f1e1b1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #faecc0 1%,#f1e1b1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #faecc0 1%,#f1e1b1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #faecc0 1%,#f1e1b1 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #faecc0 1%,#f1e1b1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faecc0', endColorstr='#f1e1b1',GradientType=0 ); /* IE6-9 */
      }
      ul.tags > li:active {
        background: #ead28c; /* Old browsers */
        background: -moz-linear-gradient(top,  #ead28c 0%, #f7e09b 99%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ead28c), color-stop(99%,#f7e09b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ead28c 0%,#f7e09b 99%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ead28c 0%,#f7e09b 99%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ead28c 0%,#f7e09b 99%); /* IE10+ */
        background: linear-gradient(to bottom,  #ead28c 0%,#f7e09b 99%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ead28c', endColorstr='#f7e09b',GradientType=0 ); /* IE6-9 */
      }
    ul.tagit .tagit-choice {
      padding-right: 15px;
      cursor: default;
    }
    ul.tagit .tagit-choice.selected {
      border-color: #c25e5e;
      color: #862c2c;
      text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);

      background: rgb(249,175,175); /* Old browsers */
      background: -moz-linear-gradient(top,
        rgba(249,175,175,1) 0%,
        rgba(237,157,157,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%,rgba(249,175,175,1)),
        color-stop(100%,rgba(237,157,157,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,
        rgba(249,175,175,1) 0%,
        rgba(237,157,157,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,
        rgba(249,175,175,1) 0%,
        rgba(237,157,157,1) 100%); /* Opera 11.10+ */
      background: -ms-linear-gradient(top,
        rgba(249,175,175,1) 0%,
        rgba(237,157,157,1) 100%); /* IE10+ */
      background: linear-gradient(top,
        rgba(249,175,175,1) 0%,
        rgba(237,157,157,1) 100%); /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9afaf', endColorstr='#ed9d9d',GradientType=0 ); /* IE6-9 */
    }

  ul.tagit .tagit-new,
  ul.tagit .tagit-new:hover,
  ul.tagit .tagit-new:active {
    border: none;
    background: none;
    padding: 2px 4px 3px;
    padding: 2px 4px 1px;
    padding: 2px 4px 1px 0;
  }
  ul.tagit .tagit-choice input {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  ul.tagit .tagit-choice a.tagit-close {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 4px;
    right: 2px;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: url("/static/images/interface-80d51d95.png") no-repeat -417px -61px;
    opacity: 0.5;
  }
    ul.tagit .tagit-choice a.tagit-close:hover {
      opacity: 1;
    }
    ul.tagit .tagit-choice.selected a.tagit-close {
      background: url("/static/images/interface-80d51d95.png") no-repeat -431px -61px;
    }

  ul.tagit input[type="text"] {
      -moz-box-sizing: border-box;
      border: none !important;
      margin: -2px 0 0 0 !important;
      padding: 0 !important;
      width: inherit !important;
      background: none !important;
      border: 0px !important;
      box-shadow: none !important;
      outline: none;
  }
  .tagit-hiddenSelect {
      display:none;
  }


.team-summary {
  text-align: center;
  width: 500px;
  margin: 20px auto 0 auto;
}
.team-summary table {
  width: 400px;
  margin: auto;
  font-size: 14px;
  line-height: 1.5em;
}
.team-summary table td {
  text-align: left;
}
.team-summary table td + td {
  text-align: right;
  font-weight: bold;
}


.receipts {
  width: 628px;
  margin: 18px auto 0 auto;
  padding: 1px;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.12);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  background: rgb(212,212,212); /* Old browsers */
  background: -moz-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%,rgba(212,212,212,1)), c
    olor-stop(100%,rgba(185,185,185,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* IE10+ */
  background: linear-gradient(top,
    rgba(212,212,212,1) 0%,
    rgba(185,185,185,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}
  .receipts .wrapper {
    padding: 10px 22px 30px 22px;
    background: #f6f6f6;
    overflow: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .receipts .receipt {
    border-left: solid 1px #d1d1d1;
    border-right: solid 1px #d1d1d1;
    padding: 35px;
    background: #ffffff;
    position: relative;
    margin-top: 18px;
  }
    .receipts .receipt:before {
      content: "";
      display: block;
      position: absolute;
      top: -5px;
      left: 0;
      height: 5px;
      width: 100%;
      background: url("/static/images/snippets/receipt-78a65753.png") no-repeat 0px 0px;
    }
    .receipts .receipt:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -5px;
      left: 0;
      height: 7px;
      width: 100%;
      background: url("/static/images/snippets/receipt-78a65753.png") no-repeat 0px -5px;
    }

    .receipts h2 {
      position: absolute;
      top: 35px;
      left: 35px;
      font-size: 24px;
      color: #ababab;
      font-weight: bold;
    }
    .receipts img {
      position: absolute;
      right: 35px;
      top: 35px;
    }
    .receipts .receiptdate {
      top: 70px;
      position: absolute;
    }
    .receipts .creditcard {
      position: absolute;
      left: 35px;
      top: 100px;
      font-size: 14px;
      line-height: 22px;
    }
    .receipts .billingaddress {
      position: absolute;
      left: 280px;
      top: 100px;
      font-size: 14px;
      line-height: 22px;
    }
      .receipts .creditcard h3,
      .receipts .billingaddress h3 {
        font-size: 12px;
      }
    .receipts .table {
      margin-top: 200px;
    }
    .receipts table {
      width: 100%;
      line-height: 41px;
    }
      .receipts table td {
        padding: 0 5px;
      }
      .receipts table .item-row {
        border-top: solid 1px #b2b2b2;
        border-bottom: solid 1px #b2b2b2;
      }
      .receipts table .item-description {
        width: 230px;
      }
      .receipts table td:last-child {
        text-align: right;
      }
      .receipts table tr:last-child td {
        border-top: double 3px #b2b2b2;
        font-weight: bold;
        font-size: 14px;
      }
        .receipts table tr:last-child td:first-child {
          border: none;
        }



/* tag list */
.tag-list {
  white-space: normal;
  padding: 5px 0 20px 0;
  overflow: auto;
}
.tag-list li {
  padding: 1px;
  line-height: 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 0px #ffffff;
  float: left;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  background: rgb(220,220,220); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(220,220,220,1) 0%, rgba(184,184,184,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,220,220,1)), color-stop(100%,rgba(184,184,184,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#b8b8b8',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(220,220,220,1) 0%,rgba(184,184,184,1) 100%); /* W3C */
}
  .tag-list li a {
    display: block;
    background: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
    .tag-list li span.tag {
      display: inline-block;
      padding: 0 5px;
      color: #919191;
      border-right: solid 1px #cacaca;

      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }
    .tag-list li span.count {
      padding: 0 5px;
      display: inline-block;
      color: #777777;
      background: rgba(0,0,0,0.05);

      -webkit-border-top-right-radius: 1px;
      -webkit-border-bottom-right-radius: 1px;
      -moz-border-radius-topright: 1px;
      -moz-border-radius-bottomright: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
    }
    /* hover */
    .tag-list li a:hover {
      background: #f6f6f6;
    }
      .tag-list li a:hover span.tag {
        color: #848484;
      }


/* DOCUMENTATION */
.documentation {
  padding: 50px 0 15px 0;
}
  .documentation:after {
    display: block;
    content: "";
    clear: both;
  }
  .documentation .sidebar {
    width: 208px;
    position: relative;
    float: left;
    margin: -90px 50px 0 0;
    padding: 50px 0 100px 0;

    background: -moz-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top,
      color-stop(0%,rgba(255,255,255,0.09)),
      color-stop(60%,rgba(255,255,255,0)),
      color-stop(97%,rgba(245,245,245,0.93)),
      color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ffffff', endColorstr='#ebebeb',GradientType=1 ); /* IE6-9 */
    background: linear-gradient(left,
      rgba(255,255,255,0.09) 0%,
      rgba(255,255,255,0) 60%,
      rgba(245,245,245,0.93) 97%,
      rgba(235,235,235,1) 100%); /* W3C */
  }
    .documentation .sidebar:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 50px;

      background: -moz-linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%,rgba(245,245,245,1)),
        color-stop(99%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,0.09))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,
        rgba(245,245,245,1) 0%,
      rgba(255,255,255,0.1) 99%,
      rgba(255,255,255,0.09) 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#17ffffff',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top,
        rgba(245,245,245,1) 0%,
        rgba(255,255,255,0.1) 99%,
        rgba(255,255,255,0.09) 100%); /* W3C */
    }
    .documentation .sidebar:after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100px;

      background: -moz-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0%,rgba(255,255,255,0.09)),
        color-stop(1%,rgba(255,255,255,0.1)),
        color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* Opera11.10+ */
      background: -ms-linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top,
        rgba(255,255,255,0.09) 0%,
        rgba(255,255,255,0.1) 1%,
        rgba(255,255,255,1) 100%); /* W3C */
  }

    .documentation .sidebar ul {
      line-height: 22px;
      margin: 0 0 18px 18px;
    }
      .documentation .sidebar li {
        padding-left: 5px;
        width: 197px;
        line-height: 22px;
        padding-bottom: 1px;
        text-transform: capitalize;
      }
      /* active */
      .documentation .sidebar li.active {
        background: #3998cf url("/static/images/interface-80d51d95.png") no-repeat 0px -501px;
      }
        .documentation .sidebar li.active a {
          color: #ffffff;
          text-shadow: -1px -1px 0px #498ab5;
        }
      /* new */
      .documentation .sidebar li.new {
        font-size: 11px;
        margin-top: 18px;
      }

      /* add and move page window */
      .addpage-window,
      .movepage-window {
        position: absolute;
        margin-top: -13px;
        margin-left: 16px;
        display: none;
        z-index: 100;
        padding: 1px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.20);

        background: rgb(90,172,219); /* Old browsers */
        background: -moz-linear-gradient(top,
          rgba(90,172,219,1) 0%,
          rgba(52,126,173,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom,
          color-stop(0%,rgba(90,172,219,1)),
          color-stop(100%,rgba(52,126,173,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,
          rgba(90,172,219,1) 0%,
          rgba(52,126,173,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,
          rgba(90,172,219,1) 0%,
          rgba(52,126,173,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,
          rgba(90,172,219,1) 0%,
          rgba(52,126,173,1) 100%); /* IE10+ */
        background: linear-gradient(top,
          rgba(90,172,219,1) 0%,
          rgba(52,126,173,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5aacdb', endColorstr='#347ead',GradientType=0 ); /* IE6-9 */
      }
        .addpage-window:before,
        .movepage-window:before {
          content: " ";
          display: block;
          border-color: transparent transparent #5aabda transparent;
          border-style: solid;
          border-width: 6px;
          position: absolute;
          top: -12px;
          left: 20px;
        }
        .addpage-window:after,
        .movepage-window:after {
          content: " ";
          display: block;
          border-color: transparent transparent #6ebdf2 transparent;
          border-style: solid;
          border-width: 6px;
          position: absolute;
          top: -10px;
          left: 20px;
        }
       .addpage-window .wrapper,
       .movepage-window .wrapper {
          -moz-border-radius: 5px;
          border-radius: 5px;
          padding: 3px;
          box-shadow: inset 1px 1px 0px rgba(255,255,255,0.25);

          background: rgb(112,190,243); /* Old browsers */
          background: -moz-linear-gradient(top,
            rgba(112,190,243,1) 0%,
          rgba(71,160,214,1) 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom,
            color-stop(0%,rgba(112,190,243,1)),
            color-stop(100%,rgba(71,160,214,1))); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top,
            rgba(112,190,243,1) 0%,
            rgba(71,160,214,1) 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top,
            rgba(112,190,243,1) 0%,
            rgba(71,160,214,1) 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top,
            rgba(112,190,243,1) 0%,
            rgba(71,160,214,1) 100%); /* IE10+ */
          background: linear-gradient(top,
            rgba(112,190,243,1) 0%,
            rgba(71,160,214,1) 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70bef3', endColorstr='#47a0d6',GradientType=0 ); /* IE6-9 */
        }
          .addpage-window .input-wrapper,
          .movepage-window .input-wrapper {
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 1px;

            background: rgb(89,170,217); /* Old browsers */
            background: -moz-linear-gradient(top,
              rgba(89,170,217,1) 0%,
              rgba(65,141,190,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom,
              color-stop(0%,rgba(89,170,217,1)),
              color-stop(100%,rgba(65,141,190,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,
              rgba(89,170,217,1) 0%,
              rgba(65,141,190,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,
              rgba(89,170,217,1) 0%,
              rgba(65,141,190,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,
              rgba(89,170,217,1) 0%,
              rgba(65,141,190,1) 100%); /* IE10+ */
            background: linear-gradient(top,
              rgba(89,170,217,1) 0%,
              rgba(65,141,190,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59aad9', endColorstr='#418dbe',GradientType=0 ); /* IE6-9 */
          }
            .addpage-window .input-content,
            .movepage-window .input-content {
              -moz-border-radius: 4px;
              border-radius: 4px;
              padding-right: 53px;
              padding-top: 1px;
              padding-bottom: 1px;

              background: rgb(201,201,201); /* Old browsers */
              background: -moz-linear-gradient(top,
                rgba(201,201,201,1) 0%,
                rgba(236,236,236,1) 10%,
                rgba(243,243,243,1) 10%,
                rgba(254,254,254,1) 100%); /* FF3.6+ */
              background: -webkit-gradient(linear, left top, left bottom,
                color-stop(0%,rgba(201,201,201,1)),
                color-stop(10%,rgba(236,236,236,1)),
                color-stop(10%,rgba(243,243,243,1)),
                color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
              background: -webkit-linear-gradient(top,
                rgba(201,201,201,1) 0%,
                rgba(236,236,236,1) 10%,
                rgba(243,243,243,1) 10%,
                rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
              background: -o-linear-gradient(top,
                rgba(201,201,201,1) 0%,
                rgba(236,236,236,1) 10%,
                rgba(243,243,243,1) 10%,
                rgba(254,254,254,1) 100%); /* Opera 11.10+ */
              background: -ms-linear-gradient(top,
                rgba(201,201,201,1) 0%,
                rgba(236,236,236,1) 10%,
                rgba(243,243,243,1) 10%,
                rgba(254,254,254,1) 100%); /* IE10+ */
              background: linear-gradient(top,
                rgba(201,201,201,1) 0%,
                rgba(236,236,236,1) 10%,
                rgba(243,243,243,1) 10%,
                rgba(254,254,254,1) 100%); /* W3C */
            }
        .addpage-window input,
        .addpage-window input:focus,
        .movepage-window input,
        .movepage-window input:focus {
          background: none;
          box-shadow: none;
          border: none;
          padding: 4px 3px;
        }

        .addpage-window button,
        .movepage-window button {
          position: absolute;
          right: 5px;
          top: 5px;
          height: 26px;
          margin: 0;
          padding: 1px;
          cursor: pointer;

          -webkit-border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-radius-topright: 4px;
          -moz-border-radius-bottomright: 4px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;

          background: rgb(182,126,20); /* Old browsers */
          background: -moz-linear-gradient(top, rgba(182,126,20,1) 0%, rgba(153,73,1,1) 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,126,20,1)), color-stop(100%,rgba(153,73,1,1))); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(182,126,20,1) 0%,rgba(153,73,1,1) 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(182,126,20,1) 0%,rgba(153,73,1,1) 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(182,126,20,1) 0%,rgba(153,73,1,1) 100%); /* IE10+ */
          background: linear-gradient(top, rgba(182,126,20,1) 0%,rgba(153,73,1,1) 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b67e14', endColorstr='#994901',GradientType=0 ); /* IE6-9 */

        }
        .addpage-window button span,
        .movepage-window button span {
          display: block;
          height: 23px;
          line-height: 23px;
          padding: 0 6px 1px 6px;
          box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.3);
          text-shadow: 0px -1px 0px rgba(0,0,0,0.4);

          -webkit-border-top-right-radius: 4px;
          -webkit-border-bottom-right-radius: 4px;
          -moz-border-radius-topright: 4px;
          -moz-border-radius-bottomright: 4px;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;

          background: rgb(254,193,57); /* Old browsers */
          background: -moz-linear-gradient(top, rgba(254,193,57,1) 0%, rgba(242,170,54,1) 50%, rgba(239,153,19,1) 50%, rgba(214,114,14,1) 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,193,57,1)), color-stop(50%,rgba(242,170,54,1)), color-stop(50%,rgba(239,153,19,1)), color-stop(100%,rgba(214,114,14,1))); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(254,193,57,1) 0%,rgba(242,170,54,1) 50%,rgba(239,153,19,1) 50%,rgba(214,114,14,1) 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(254,193,57,1) 0%,rgba(242,170,54,1) 50%,rgba(239,153,19,1) 50%,rgba(214,114,14,1) 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(254,193,57,1) 0%,rgba(242,170,54,1) 50%,rgba(239,153,19,1) 50%,rgba(214,114,14,1) 100%); /* IE10+ */
          background: linear-gradient(top, rgba(254,193,57,1) 0%,rgba(242,170,54,1) 50%,rgba(239,153,19,1) 50%,rgba(214,114,14,1) 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec139', endColorstr='#d6720e',GradientType=0 ); /* IE6-9 */
        }
        /* hover */
        .addpage-window button:hover span,
        .movepage-window button:hover span {
          background: rgb(254,203,87); /* Old browsers */
          background: -moz-linear-gradient(top, rgba(254,203,87,1) 0%, rgba(248,180,76,1) 50%, rgba(246,166,44,1) 50%, rgba(228,128,29,1) 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,203,87,1)), color-stop(50%,rgba(248,180,76,1)), color-stop(50%,rgba(246,166,44,1)), color-stop(100%,rgba(228,128,29,1))); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(254,203,87,1) 0%,rgba(248,180,76,1) 50%,rgba(246,166,44,1) 50%,rgba(228,128,29,1) 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(254,203,87,1) 0%,rgba(248,180,76,1) 50%,rgba(246,166,44,1) 50%,rgba(228,128,29,1) 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(254,203,87,1) 0%,rgba(248,180,76,1) 50%,rgba(246,166,44,1) 50%,rgba(228,128,29,1) 100%); /* IE10+ */
          background: linear-gradient(top, rgba(254,203,87,1) 0%,rgba(248,180,76,1) 50%,rgba(246,166,44,1) 50%,rgba(228,128,29,1) 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecb57', endColorstr='#e4801d',GradientType=0 ); /* IE6-9 */
        }
        /* active */
        .addpage-window button:active span,
        .movepage-window button:active span {
          padding-top: 1px;
          padding-bottom: 0px;
          box-shadow: inset 0px 1px 0px rgba(0,0,0,0.1);

          background: rgb(225,128,34); /* Old browsers */
          background: -moz-linear-gradient(top, rgba(225,128,34,1) 0%, rgba(243,184,50,1) 100%); /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,128,34,1)), color-stop(100%,rgba(243,184,50,1))); /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(225,128,34,1) 0%,rgba(243,184,50,1) 100%); /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(225,128,34,1) 0%,rgba(243,184,50,1) 100%); /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(225,128,34,1) 0%,rgba(243,184,50,1) 100%); /* IE10+ */
          background: linear-gradient(top, rgba(225,128,34,1) 0%,rgba(243,184,50,1) 100%); /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e18022', endColorstr='#f3b832',GradientType=0 ); /* IE6-9 */
        }

      .movepage-window {
        width: 200px;
        right: 20px;
        margin-top: 14px;
      }
        .movepage-window:before {
          right: 20px;
          left: auto;
        }
        .movepage-window:after {
          right: 20px;
          left: auto;
        }

  .documentation .content {
    width: 700px;
    padding: 0;
    margin-top: -40px;
    float: left;
    min-height: 300px;
  }
    .documentation-header {
      border-bottom: solid 1px #d9d9d9;
      margin-bottom: 18px;
    }
      .documentation .content h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 9px;
      }
      .documentation-header .btn {
        float: right;
      }
    .documentation .usercontent p {
      margin: 0 50px 9px 0;
    }
    .documentation .usercontent h3 {
      margin: 27px 0 9px 0;
      color: #474747;
      font-size: 16px;
      font-weight: bold;
    }
    .documentation .usercontent h4 {
      margin: 27px 0 9px 0;
      color: #474747;
      font-size: 16px;
      font-weight: normal;
    }
    .documentation .usercontent h5 {
      font-size: 14px;
    }
    .documentation .usercontent h6 {
      font-weight: normal;
      font-style: italic;
    }
    .documentation .usercontent ul,
    .documentation .usercontent ol {
      margin: 9px 0;
    }
      .documentation .usercontent ul li,
      .documentation .usercontent ol li {
        margin-left: 20px;
        list-style: disc;
      }
      .documentation .usercontent ol li {
        list-style: decimal;
      }


/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp * {
  margin:0px; padding:0px;
  outline:none;
}
.markItUp a:link,
.markItUp a:visited {
  color:#000;
  text-decoration:none;
}
.markItUp  {
  width:700px;
  margin:5px 0 5px 0;
}
.markItUpContainer  {
  font:11px Verdana, Arial, Helvetica, sans-serif;
}
.markItUpEditor {
  font:12px 'Courier New', Courier, monospace;
  padding:5px;
  width:690px;
  height:320px;
  clear:both;
  line-height:18px;
  overflow:auto;
}
.markItUpPreviewFrame {
  overflow:auto;
  background-color:#ffffff;
  width:99.9%;
  height:300px;
  margin:5px 0;
}
.markItUpFooter {
  width:100%;
}
.markItUpResizeHandle {
  overflow:hidden;
  width:22px; height:5px;
  margin-left:auto;
  margin-right:auto;
  background-image:url("/static/images/markitup/handle-46b6c961.png");
  cursor:n-resize;
}
/***************************************************************************************/
/* first row of buttons */
.markItUpHeader ul li {
  list-style:none;
  float:left;
  position:relative;
}
.markItUpHeader ul li:hover > ul{
  display:block;
}
.markItUpHeader ul .markItUpDropMenu {
  background:transparent url("/static/images/markitup/menu-d74483b5.png") no-repeat 115% 50%;
  margin-right:5px;
}
.markItUpHeader ul .markItUpDropMenu li {
  margin-right:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
  display:none;
  position:absolute;
  top:18px; left:0px;
  background:#ffffff;
  border:1px solid #000;
}
.markItUpHeader ul ul li {
  float:none;
  border-bottom:1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
  background:#FFF url("/static/images/markitup/submenu-c51684fc.png") no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
  margin:0 10px;
  width:1px;
  height:16px;
  overflow:hidden;
  background-color:#CCC;
}
.markItUpHeader ul ul .markItUpSeparator {
  width:auto; height:1px;
  margin:0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
  position:absolute;
  top:-1px; left:150px;
}
.markItUpHeader ul ul ul li {
  float:none;
}
.markItUpHeader ul a {
  display:block;
  width:16px; height:16px;
  text-indent:-10000px;
  background-repeat:no-repeat;
  padding:3px;
  margin:0px;
}
.markItUpHeader ul ul a {
  display:block;
  padding-left:0px;
  text-indent:0;
  width:120px;
  padding:5px 5px 5px 25px;
  background-position:2px 50%;
}
.markItUpHeader ul ul a:hover  {
  color:#ffffff;
  background-color:#000;
}

.markdown .markItUpButton1 a {
  background-image:url("/static/images/markitup/h2-b28528ee.png");
}
.markdown .markItUpButton2 a {
  background-image:url("/static/images/markitup/h3-fc804ff0.png");
}
.markdown .markItUpButton3 a {
  background-image:url("/static/images/markitup/h4-fb629d0b.png");
}
.markdown .markItUpButton4 a {
  background-image:url("/static/images/markitup/h5-ec6f3cba.png");
}
.markdown .markItUpButton5 a {
  background-image:url("/static/images/markitup/h6-40793a50.png");
}

.markdown .markItUpButton6 a {
  background-image:url("/static/images/markitup/bold-d60427ad.png");
}
.markdown .markItUpButton7 a {
  background-image:url("/static/images/markitup/italic-fca8af79.png");
}

.markdown .markItUpButton8 a {
  background-image:url("/static/images/markitup/list-bullet-2130eaaf.png");
}
.markdown .markItUpButton9 a {
  background-image:url("/static/images/markitup/list-numeric-88f7aa99.png");
}

.markdown .markItUpButton10 a {
  background-image:url("/static/images/markitup/link-a5dc8319.png");
}

.markdown .markItUpButton11 a {
  background-image:url("/static/images/markitup/quotes-05d28091.png");
}
.markdown .markItUpButton12 a {
  background-image:url("/static/images/markitup/code-13ad2158.png");
}

.markdown .markItUpButton13 a {
  background-image:url("/static/images/markitup/picture-d2040c34.png");
}

.markdown .preview a {
  background-image:url("/static/images/markitup/preview-c9b528b9.png");
}

.redacted,
li.redacted {
    color: black;
    background-color: black;
    -moz-transform: rotate(.8deg) skewx(-12deg);
    -moz-box-shadow:3px 0 2px #444;
    border: 1px dotted #555;
    background: -moz-linear-gradient(180deg, #000, #222);
		text-shadow: None;
}




/* SPICE CSS */
.spice-header {
  border-bottom: double 3px #e5e5e5;
  overflow: auto;
  padding-bottom: 18px;
}
  .spice-header p {
    font-size: 14px;
    width: 340px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .spice-header .imagebox {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .spice-header .imagebox div {
    padding: 10px;
  }

.simulationlist {
  width: 100%;
  line-height: 60px;
}
  .simulationlist td {
    border-bottom: solid 1px #e5e5e5;
  }
  .simulationlist em {
    font-style: normal;
    color: #ababab;
  }

  .simulationlist td:nth-child(4n+1) {
    width: 60px;
    text-align: center;
  }
  .simulationlist td:nth-child(4n+2) {
    font-size: 16px;
  }
  .simulationlist td:nth-child(4n+3) {
    width: 150px;
  }
  .simulationlist td:nth-child(4n+4) {
    width: 300px;
  }

  .simulationlist .status-done,
  .simulationlist .status-pending {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
  }
  .simulationlist .status-pending {
    background: url("/static/images/spinner-4b3afb84.gif") no-repeat center center;
  }
  .simulationlist .status-done {
    background: url("/static/images/snippets/icon-success-0c5edbdb.png") no-repeat center center;
  }

.simulationdetails {
  line-height: 18px;
  width: 100%;
  margin-top: 18px;
}
  .simulationdetails th {
    width: 130px;
    padding: 2px 0;
    text-align: left;
    vertical-align: top;
  }
  .simulationdetails td {
    padding: 2px 0;
  }

.simulationcharts {
  margin-top: 18px;
  border-top: solid 1px #e5e5e5;
  padding-top: 18px;
}

.modellist {
  font-size: 14px;
  width: 400px;
  margin-top: 18px;
}
  .modellist > li {
    margin-top: 18px;
  }
  .modellist ul {
    padding-left: 40px;
    font-size: 12px;
    margin-top: 9px;
  }
  .modellist a {
    float: right;
    display: block;
    font-size: 12px;
  }

/* Table for BOM tool */
.bom-reference-cell {
  white-space: normal !important;
  line-height: normal !important;
  word-wrap: break-word;
}
.custom-attributes ul {
  display: none;
}
.custom-attributes a:after {
  font-family: FontAwesome;
  padding-left: 0.5em;
  /*vertical-align: bottom;*/
  content: "\f0da\ ";
}
  .custom-attributes.show ul {
    display: inherit;
  }
  .custom-attributes.show a:after {
    content: "\f0d7\ ";
  }
.bom-quantity-override {
  font-weight: bold;
}
.bom-quantity-edit {
  background: url("/static/images/snippets/icon-edit-a457346c.png") 12px 10px no-repeat;
}

/* Sort classes */
.tosort, .sorted {
  cursor: pointer;
}
.tosort:after,
.sorted:after {
  font-family: FontAwesome;
  font-size: 14px;
  padding-left: 0.5em;
  vertical-align: bottom;
}
  .tosort:after {            content: "\f0dc"; }
  .sorted.ascending:after {  content: "\f15d"; }
  .sorted.descending:after { content: "\f15e"; }

/* Find Part dialog for BOM tool */

.findpage-header {
  width: 100%;
  table-layout: fixed;
}
  .findpage-header td {
    padding: 0 5px;
    line-height: 34px;
    background: #f2f9ff;
    color: #555555;
    border-bottom: solid 1px #d1e8fa;
    border-left: solid 1px #d1e8fa;
  }
    .findpage-header td:first-child {
      border-left: 0px;
    }
    .findpage-header td:last-child {
      padding-right: 22px;
    }
    .findpage-header td div {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

.findpage-content-wrapper {
  height: 565px;
  overflow: auto;
}

.findpage-content {
  width: 100%;
  table-layout: fixed;
}
  .findpage-content td {
    padding: 0 5px;
    line-height: 34px;
    border-bottom: solid 1px #e8e8e8;
    border-left: solid 1px #e8e8e8;
  }
  .findpage-content th {
    padding: 0 5px;
    line-height: 34px;
    border-bottom: solid 1px #e8e8e8;
    background: #f7f7f7;
    text-align: left;
  }
  .findpage-content th div {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url("/static/images/snippets/lock-78abbc25.png") no-repeat right center;
  }

  /* empty */
  .findpage-content .empty {
    color: #888d8a;
    font-style: italic;
  }

  /* locked */
  .findpage-content .locked {
    background: #fffcf5;
  }
    .findpage-content .locked div {
      background: none;
    }

  .findpage-content .locked th {
    background: #fff8e8;
    color: #695935;
  }
    .findpage-content .locked th div {
      background: url("/static/images/snippets/lock2-2ab5de81.png") no-repeat right center;
    }

  /* select part row */
  .findpage-content tr:last-child td div {
    background: none;
  }


.slider-body {
  position: relative;
  width: 100%;
  top: 17px;
  background: #5e5e5e;
  overflow: hidden;
  height: 2px;
}
.goog-slider-horizontal {
  position: relative;
  width: 150px;
  margin-top: 5px;
}
.goog-slider-thumb {
  position: absolute;
  background-color: #555555;
  overflow: hidden;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
  .goog-slider-thumb:hover {
    position: absolute;
    background-color: #618499;
    overflow: hidden;
  }

/* Part diff tool */
.symbol-unchanged {
  width: 300px;
  height: 310px;
  float: left;
  text-align: center;
  border: 1px solid #ddd;
  padding-top: 40px;
  margin-left: 10px;
}

.attributes-diff .conflict {
  font-weight: bold;
  background-color: #fee;
}

.attributes-diff .edited {
  font-weight: bold;
  background-color: #efe;
}

.attributes-diff .unknown {
  font-weight: bold;
  background-color: #ffe;
}

/* SEARCH */
.search-empty {
  font-size: 14px;
  font-size: italic;
  color: #5e5e5e;
}
  .search-empty ul {
    margin: 18px 0;
  }
    .search-empty li {
      margin-left: 20px;
      list-style: disc;
    }

.octopart {
  font-size: 11px;
  color: #919191;
  font-style: italic;
}

a.hovered:hover {
	background-position: bottom !important;
}


/** Hackathon. */
.hackathon-application {
  font-size: 14px;
  padding: 20px;
}
  .hackathon-application h1 {
    text-align: center;
    font-size: 30px;
    padding: 20px 0;
    font-weight: bold;
  }
  .hackathon-application input[type=radio] {
    display: inline-block;
  }
  .hackathon-application label.inline {
    display: inline-block;
  }
  .hackathon-application textarea {
    height: auto;
  }
  .hackathon-application .field {
    padding: 10px 0;
  }
  .hackathon-application .more-info {
    display: none;
  }
  .hackathon-application .field.more-info {
    margin-left: 40px;
  }

.hackathon {
  font-size: 17px;
}
  .hackathon h2 {
    font-weight: bold;
    margin: 18px 0 6px 0;
  }
  .hackathon h5 {
    font-style: italic;
  }
  .hackathon p {
    padding: 0 20px 20px 20px;
    line-height: 22px;
  }
  .hackathon table {
    font-size: 17px;
    margin-bottom: 40px;
  }
    .hackathon table td {
      padding: 5px;
    }
    .hackathon table td:first-child {
      text-align: center;
    }
  .hackathon .sponsor-sidebar {
    float: right;
    width: 300px;
    margin-left: 40px;
    padding-left: 15px;
    text-align: center;
    border-left:dashed #999999 1px;
  }
  .hackathon .logo-list {
    margin-top: 18px;
  }
  .hackathon .logo-list li {
    margin-bottom: 15px;
  }
    .hackathon .logo-list li img {
      width: 100%;
    }


/* DIALOG - process transaction */
.dialog-process-transaction {
  border-left: 1px solid #d7d7d7;
}
  .dialog-process-transaction fieldset:disabled {
    background-color: #f2f2f2;
  }
  .dialog-process-transaction fieldset .fields {
    padding: 10px;
  }
  .dialog-process-transaction .formfield {
    margin: 0;
  }
  .dialog-process-transaction .transactions {
    margin-top: 20px;
  }
  .dialog-process-transaction legend {
    padding: 10px;
    width: 340px;
    height: 20px;
    border-top: solid 1px #a7d9f7;
    border-bottom: solid 1px #a7d9f7;
    background: #ebf8ff; /* Old browsers */
    background: -moz-linear-gradient(top, #ebf8ff 50%, #ddf3ff 51%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebf8ff), color-stop(51%,#ddf3ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf8ff', endColorstr='#ddf3ff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* W3C */
  }
    .dialog-process-transaction legend:first-child {
      border-top: none;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    .dialog-process-transaction fieldset:disabled legend {
      border-top: solid 1px #d7d7d7;
      border-bottom: solid 1px #d7d7d7;
      background: #e8e8e8; /* Old browsers */
      background: -moz-linear-gradient(top, #e8e8e8 50%, #dddddd 51%); /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e8e8e8), color-stop(51%,#dddddd)); /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #e8e8e8 50%,#dddddd 51%); /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #e8e8e8 50%,#dddddd 51%); /* Opera11.10+ */
      background: -ms-linear-gradient(top, #e8e8e8 50%,#dddddd 51%); /* IE10+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
      background: linear-gradient(top, #e8e8e8 50%,#dddddd 51%); /* W3C */
    }
  .dialog-process-transaction input {
    width: 200px;
    cursor: auto;
  }
  .dialog-process-transaction #transactionItems .amount {
    text-align: right;
    width: 40px;
  }
  .dialog-process-transaction #transactionItems td {
    padding: 2px;
  }
  .dialog-process-transaction input[type="text"] {
    margin: 0 0 10px;
  }
  .dialog-process-transaction .pane .footer {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    width: 360px;
    border-top: solid 1px #D6D6D6;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: url("/static/images/snippets/dialog-footer-bg-efcbd105.png") repeat-x;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
    margin-top: 0;
  }
  .dialog-process-transaction .remove {
    width: 16px;
    height: 17px;
    background: url("/static/images/interface-80d51d95.png") no-repeat -344px -35px;
    vertical-align: middle;
    cursor: pointer;
  }
    .dialog-process-transaction .remove:hover {
      background: url("/static/images/interface-80d51d95.png") no-repeat -366px -35px;
    }
    .dialog-process-transaction .remove:active {
      background: url("/static/images/interface-80d51d95.png") no-repeat -388px -35px;
    }


/* DIALOG - process adjustment */
.dialog-process-adjustment {
  border-left: 1px solid #d7d7d7;
  height: 250px;
}
  .dialog-process-adjustment fieldset:disabled {
    background-color: #f2f2f2;
  }
  .dialog-process-adjustment fieldset .fields {
    padding: 10px;
  }
  .dialog-process-adjustment .formfield {
    margin: 0;
  }
  .dialog-process-adjustment .adjustments {
    margin-top: 20px;
  }
  .dialog-process-adjustment legend {
    padding: 10px;
    width: 340px;
    height: 20px;
    border-top: solid 1px #a7d9f7;
    border-bottom: solid 1px #a7d9f7;
    background: #ebf8ff; /* Old browsers */
    background: -moz-linear-gradient(top, #ebf8ff 50%, #ddf3ff 51%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ebf8ff), color-stop(51%,#ddf3ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf8ff', endColorstr='#ddf3ff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ebf8ff 50%,#ddf3ff 51%); /* W3C */
  }
  .dialog-process-adjustment input {
    width: 200px;
    cursor: auto;
  }
  .dialog-process-adjustment input[type="text"] {
    margin: 0 0 10px;
  }
  .dialog-process-adjustment .pane .footer {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    width: 360px;
    border-top: solid 1px #D6D6D6;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: url("/static/images/snippets/dialog-footer-bg-efcbd105.png") repeat-x;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
    margin-top: 0;
  }


/* Inline-editing */
.inline-edit,
.inline-edit-no-js {
  width: 100%;
  height: 100%;
  min-height: 22px;
  line-height: 22px;
  border: 1px #474747 dotted;
  background: transparent url("/static/images/snippets/icon-edit-a457346c.png") 2px no-repeat;
  font-size: 12px;
  font-family: Helvetica, 'Helvetica Neue', Arial, Tahoma, sans-serif;
  padding: 0 0 0 20px;
  margin-bottom: 2px;
  color: #474747;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  .inline-edit.no-icon,
  .inline-edit-no-js.no-icon {
    background-image: none;
    padding-left: 3px;
  }
  .inline-edit.right-align,
  .inline-edit-no-js.right-align {
    text-align: right;
    padding-right: 3px;
  }
textarea.inline-edit {
  background-position: 2px 2px;
  resize: vertical;
}
  .inline-edit.prompt {
    font-style: italic;
    color: #8fa0aa;
  }
  .inline-edit.spin {
    background-image: url("/static/images/snippets/icon-spinner-050f5532.gif");
  }
  .inline-edit.success {
    background-image: url("/static/images/snippets/icon-success-0c5edbdb.png");
  }
  .inline-edit.error {
    background-image: url("/static/images/snippets/icon-error-99de7109.png");
  }
  .inline-edit:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: solid 1px #66bbfc;
  }
  .bom-quantity-override .inline-edit-no-js {
    background-image: url("/static/images/snippets/icon-edit-a457346c.png") !important;
    padding-left: 20px !important;
  }

/* Review list */
.review-list td {
  vertical-align: top;
}
.review-list .review-image {
  height: 120px;
  width: 200px;
  border-bottom: 1px solid #888;
}
  .review-list .review-image img {
    height: 100%;
    width: 100%;
  }

/* Search Autocomplete */
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  outline: none;
}
.twitter-typeahead {
    top: 6px;
}
  .twitter-typeahead h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    margin: 0 0 0 10px;
  }
.typeahead {
  background-color: #ffffff;
}
  .typeahead:focus {
    border: 2px solid #41a3dd;
  }
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  width: 210px;
  background: transparent !important;
  color: transparent !important;
}
.tt-dropdown-menu {
  font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
  font-size: 12px;
  width: 300px;
  margin-top: 12px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
  text-align: left;
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 12px;
  line-height: 12px;
}
  .tt-suggestion.tt-is-under-cursor {
    color: #ffffff;
    background-color: #41a3dd;
  }
  .tt-suggestion p {
    margin: 0;
  }
    .tt-suggestion p.tt-username,
    .tt-suggestion p.tt-component-name,
    .tt-suggestion p.tt-design-name {
      padding-top: 4px;
      display: block;
      height: 1.0em;
      overflow: hidden;
    }
    .tt-suggestion p.tt-user-fullname,
    .tt-suggestion p.tt-component-description,
    .tt-suggestion p.tt-design-description {
      color: #999;
      padding-top: 5px;

      /* clamp to max two lines of description + ellipsis */
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;

      /* non-webkit solution to above */
      line-height: 1.125em;
      max-height: 2.25em;
    }
    .tt-is-under-cursor p.tt-user-fullname,
    .tt-is-under-cursor p.tt-component-description,
    .tt-is-under-cursor p.tt-design-description {
      color: #dfdfdf;
    }


/* Etools Stackup Calculator */
.stackup-table td {
  padding: 14px;
  font-family: sans-serif;
  font-size: 12pt;
}

.stackup-table th {
  text-align: left;
  font-family: Helvetica, 'Helvetica Neue', Arial, Tahoma, sans-serif;
  font-size: 12pt;
}

.stackup-lead-chooser {
  width: 544px;
  height: 70px;
  border: 1px solid rgb(212, 212, 212);
  font-family: Helvetica, 'Helvetica Neue', Arial, Tahoma, sans-serif;
  font-size: 10pt;
  border-top: 0px solid #ffffff;
}

.stackup-units-chooser {
  float: right;
  width: 100px;
  position: relative;
  top: -30px;
  left: -130px;
}

.stackup-error-message {
  float: left;
  margin-left: 15px;
  margin-top: 32px;
  color: #a00;
  display: none;
}

.stackup-diagram-container {
  width: 120px;
  height: 60px;
}

.stackup-diagram-hole {
  background: #ffffff;
  width: 50px;
  height: 25px;
  border-radius: 50%;
  position: relative;
  top: 12px;
  left: 25px;
}

.stackup-diagram-pad {
  width: 100px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  left: 10px;
}

.impedance-units-chooser {
  float: right;
  width: 100px;
  position: relative;
  top: -50px;
  left: -130px;
}

.trace-width-display {
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
  width: 126px;
  height: 26px;
}

.etool-input-field {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.etool-input-label {
  display: inline-block;
  width: 170px;
  text-align: right;
}

.etool-results {
  width: 544px;
  margin-top: 10px;
  border: 1px solid rgb(212, 212, 212);
}

.etool-calculate-button {
  border: 1px solid rgb(212, 212, 212);
  background: #ededed;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  margin-left: 20px;
  margin-top: 9px;
  font-weight: bold;
}

/* Find Part Dialog */

#dialog-find-part {
  position: relative;
  width: 900px;
  height: 552px;
  text-align: center;
  padding-top: 10px;
}
  #dialog-find-part #input-search-term {
    width: 300px;
    margin-right: 7px;
  }
  #dialog-find-part .fixed-column-table .inner {
    margin-left: 20em;
  }
  #dialog-find-part .fixed-column-table .headcol {
    width: 20em;
  }
    #dialog-find-part .fixed-column-table .headcol div {
      width: 15em;
    }
  #dialog-find-part .fixed-column-table .empty {
    padding: 19em;
    text-align: center;
  }

/* Fixed column tables sourced from: http://jsfiddle.net/DYgD6/6/; */
.fixed-column-table {
  position: relative;
  margin: 1em 0;
  text-align: left;
}
  .fixed-column-table td {
    vertical-align: top; /* overrides reset to baseline */
  }
  .fixed-column-table .inner {
    margin-left: 15em;
    padding-bottom: 1px;
    overflow-x: scroll;
    overflow-y: visible;
  }
  .fixed-column-table .headcol {
    position: absolute;
    width: 15em;
    left: 0;
    top: auto;
    border-top-width: 1px;  /*only relevant for first row*/
    margin-top: -1px; /*compensate for top border*/
  }
    .fixed-column-table .headcol div {
      width: 10em;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .fixed-column-table .headcol .btn {
      float: right;
      height: 0.9em;
      line-height: 0.9em;
    }
  .fixed-column-table table {
    border-collapse: separate;
    border-top: 1px solid #dddddd;
  }
  .fixed-column-table .header td {
    background: #eee;
  }
  .fixed-column-table tr:hover {
    background-color: #f2f9ff;
  }
    .fixed-column-table tr:first-child:hover {
      background-color: #ffffff;
    }
  .fixed-column-table td {
    margin: 0;
    padding: 2px;
    border: 1px solid #dddddd;
    border-top-width: 0px;
    white-space: nowrap;
    box-sizing: border-box;
  }
    .fixed-column-table td.gray {
      background: rgba(235,235,235,0.5);
    }



/* REVIEW STYLES */
.design-review-update-publish {
  border: 1px solid #888;
  background-color: #eee;
  padding: 5px;
  margin-bottom: 6px;
}
  .design-review-update-publish .headline {
    font-size: 0.9em;
  }
    .design-review-update-publish .headline .timestamp {
      float: right;
    }
  .design-review-update-publish .thread-comment {
    font-weight: bold;
  }

.thread-title {
  max-width: 100%;
  word-wrap: break-word;
}
.thread-item-type {
  text-transform: uppercase;
}
.thread-description {
  display: inline-block;
  padding: 0 6px 0 4px;
  font-style: italic;
  max-width: 100%;
  word-wrap: break-word;
}
.thread-more {
  margin: -10px 0 10px;
}
.thread-state {
  color: #aaa;
}
.thread-priority {
  margin-left: 5px;
  padding: 0 5px;
  font-size: 10px;
  text-transform: uppercase;
}
  .thread-priority.critical     { background: #ff847c; }
  .thread-priority.performance  { background: #9ad2ff; }
  .thread-priority.low          { background: #afffb5; }
.thread-assigned {
  margin-left: 5px;
  padding: 0 5px;
  font-size: 10px;
}
.thread-color {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #888888;
}
  .thread-color.state {
    font-family: FontAwesome;
    font-size: 20px;
    border: none;
    border-radius: 15px;
    padding: 3px 0 0 3px;
  }
  .thread-color.state.open:after        { content: "\f10c"; }
  .thread-color.state.in.progress:after { content: "\f192"; }
  .thread-color.state.complete:after    { content: "\f111"; }
  .thread-color.state.closed:after      { content: "\f111"; }
  .thread-color.state.verified:after    { content: "\f058"; }

.thread-item {
  margin-bottom: 6px;
}
  .thread-item .description {
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px solid #dadada;
  }
  .thread-item .action {
    margin-right: 10px;
  }
  .thread-item .thread-comment {
    padding: 3px 0;
    word-wrap: break-word;
  }

#thread-add-comment {
  text-align:right;
}
  #thread-add-comment #comment {
    height: 50px;
    width: 438px;
  }
#thread-add-comment-button {
  margin-top: 5px;
  margin-bottom: 5px;
}


table.loading_stats td {
  padding: 5px;
}


/* basic jquery slider styles; homepage demos */
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;color: #555555;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;color: #555555;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:none;width:97%;margin:0;padding:2%;position:absolute;bottom:0;}
ul.bjqs-controls.v-centered li a {
  display: block;
  padding: 1em;
  background: #ffffff;
  text-decoration: none;
}
  ul.bjqs-controls.v-centered li a:hover {
    background: #fdd400;
  }
ol.bjqs-markers li a{
  padding: 0.5em;
  background: #454545;
  color: #ffffff;
  margin:5px;
  text-decoration: none;
}
  ol.bjqs-markers li.active-marker a,
  ol.bjqs-markers li a:hover {
    background: #ffce46;
    color: #555555;
  }
p.bjqs-caption{
  background: rgba(255,255,255,0.8);
  font-family:"Gill Sans", sans-serif;
  text-transform: uppercase;
}

/** Error mgmt **/

.profile-imports-list .error-msg {
    display: none;
}

  .profile-imports-list .error-msg:target {
      display: block;
  }

b.asana-owner {
   font-weight: bold;
}

table.errors {
   table-layout: fixed;
}

  table.errors td, table.errors th {
    text-overflow: ellipsis;
    overflow: hidden;
    display: table-cell;
    white-space: nowrap;
    line-height: normal;
  }

    table.errors td div {
      text-overflow: ellipsis;
      overflow: hidden;
    }

    table.errors td.error-class-tags {
      padding: 0px;
    }

    table.errors tr.completed-task {
        background-color: #00FF88;
    }

    table.errors tr.noise {
        background-color: #577F6B;
    }

table.errors td.error-class-tags div {
    display: inline-block;
    font-size: 10px;
    background-color: #555;
    color: #DEDEDE;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: normal;
    font-weight: 600;
}

/** NPS **/
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}
  .rating > span {
    font-size: 28px;
  }
    .rating > span:hover:before,
    .rating > span:hover ~ span:before {
       content: "\2605";
       position: absolute;
    }

.nps-selector .descr {
  color: #555;
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
}

/* select lists! */
ul.select-list {
  overflow: auto;
}
  ul.select-list * {
    cursor: pointer;
  }
  ul.select-list li {
    padding: 0 4px;
    border-bottom: solid 1px #e5e5e5;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
    ul.select-list li:hover {
      background: #e6f4fd;
    }
    ul.select-list li.selected {
      color: #ffffff;
      background: #35b3e4;
    }
      ul.select-list li.selected:hover {
        background: #03a1de;
      }

/** all dialogs */

.ui-dialog {
  background: #333 !important; /* screw you, jquery-ui */
}