/********************************************************************/
/* Overall layout */

html {
  overflow-y: scroll;
}

body {
  padding: 0px;
  background-color: #fff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* Larger default font-size */
  font-size: 16px;
  line-height: 24px;
  /* this is set in footer.html with Javascript to the blue footer colour */
}

html, body {
  height: 100%;

  display: flex;
  flex-direction: column;
}

body > * {
  flex-shrink: 0;
}

body {
 padding-top: 65px;
}

#footer {
  flex-grow: 1;
}

#whiter, .section {
  background-color: #fff;
}

@media (min-width: 768px) {
  .container {
    max-width: 1024px;
    width: auto;
  }
}

.section .container, .section-grey .container{
  margin-top:0;
}

.section-grey {
  background-color: #fafafa;
  padding-top: 8px;
}
.section-grey .container{
  background-color: #fafafa;
}

.section-blue {
  background-color: #1c8abf;
  padding-top: 8px;
  color:#fff;
}
.section-blue .container{
  background-color: #1c8abf;
}

.section.section--top-border, .section-grey.section--top-border{
  border-top: 1px solid #d4d4d4;
}

.alert-info a,
.alert-info a.btn {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .pull-right-sm {
      float: right;
  }
}

#cookies-notice {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 2;
  bottom: 0;
  margin: 0 auto;
  background-color: #f6f6f6;
}

#cookies-notice .container {
  margin-top: 0;
}

#cookies-notice-form {
  text-align: center;
}
/********************************************************************/
/* Text */

li, dd, dt, blockquote small,
.dropdown-menu > li > a,
address, .table th, .table td {
  line-height: 24px;
}

p {
  margin-bottom: 14px;
}

/* Less plonky headings: this isn't a blog */
h1 {
  font-weight: 200;
  margin: 20px 0;
}

h2 {
  font-weight: normal;
  margin: 20px 0;
}

h1:first-child, h2:first-child {
  margin-top: 0;
}

/* Less subtle horizontal rules */
hr {
  border-top-color: #ddd;
}

/* More readable <code> elements */
pre, code {
  font-family: Consolas, Menlo, "DejaVu Sans Mono", Courier, "Courier New", monospace;
}

code {
  color: #555;
}

/* Less fischer-pricey rounded corners */
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

h1, h2, h3, h4 {
  font-weight:700;
}

.external:after {
  content: "";
  background-position: right center;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent, transparent), url("/images/external.svg");
  background-size: 12px;
  padding-right: 16px;
}

.information-icon {
  width: 14px;
  height: 14px;
  text-decoration: none;
  color: #999;
  font-size: 14px;
}
a.information-icon:hover {
  text-decoration: none;
}

/********************************************************************/
/* Header */

#header .glyphicon-menu-hamburger {
  font-size: 32px;
}

#header .navbar-toggle {
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 2px;
}

#header {
  background-color: #fff;
  border-bottom: 1px solid #E3E3E3;
  font-size: 16px;
}

#header .container {
  margin-top: 0;
  position: relative;
}

.container {
  margin-top: 12px;
}

#container {
  background-color: #fff;
}

.trial-information {
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
}

.trial-information ul {
  /* Remove default left-padding on UL from User agent */
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}

@media (max-width: 991px) {
  .trial-information {
    margin-left: 12px;
  }
}

#pdftables-logo {
  display: inline-block;
  margin: 16px 0;
  vertical-align: middle
}

#pdftables-logo img {
  height: 32px;
  width: 120px;
}

#pdfa-logo {
  display: inline-block;
  margin: 16px 0;
  vertical-align: middle;
}

#pdfa-logo img {
  height: 32px;
}

#navbar-main {
  padding-right: 0;
  position: absolute;
  top: 12px;
  right: 80px;
}

.fullscreen #header .nav {
  right: 20px;
}

#header .nav {
  margin: 0;
}

#header .nav ul {
  padding-left: 0;
}

/* on narrow screens when open. @grid-float-breakpoint = 768px */
@media (max-width: 767px) {
 #header .navbar-collapse {
   background-color: #fff;
   border-bottom: 1px solid #e3e3e3;
   clear: both;
   margin: 0;
   padding: 0;
   position: absolute;
   right: 0;
   top: 65px;
   width: 100%;
   z-index: 100;
 }
 #header .navbar-collapse ul {
   padding-left: 20px;
   overflow: hidden;
 }
}

.nav-link {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

/* on narrow screens when open */
@media (max-width: 767px) {

  .navbar-collapse > ul {
    padding-left: 0;
  }

  .navbar-collapse .nav-link {
    border-top: 1px solid #e3e3e3;
    display: block;
  }
}

li.nav-link + li.nav-link {
  margin-left: 8px;
}

@media (max-width: 1024px) {
  li.nav-link + li.nav-link {
    margin-left: 8px;
  }
}

@media (max-width: 992px) {
  li.nav-link + li.nav-link {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  #header .navbar-collapse .actions {
    padding: 12px 15px;
  }
}

.nav-link.trial {
  font-size: 14px;
}

.nav-link.trial a {
  background-color: #f6f6f6;
  border-radius: 4px;
}

.nav-link.trial a:hover, .nav-link.trial a:active, .nav-link.trial a:focus {
  background-color: #404040;
  color: #fff;
  text-decoration: none;
}

.nav-link.trial a.urgent {
  color: #B94A48;
}

#header .nav > ul{
  padding:0;
  margin:0;
}

.nav-link a, .nav-link.actions div {
  display: block;
  color: #404040;
  font-weight: 400;
}

.nav-link.actions a, .nav-link.actions form {
  display: inline-block;
  vertical-align: middle
}

.nav-link.actions a.btn-secondary {
  display: inline-block;
  padding: 7px 12px;
}

.nav-link.actions .btn-upload {
  margin: 0 8px 0 0;
}

.nav-link > a {
  padding: 7px 12px;
}

@media (max-width: 767px) {
  .navbar-collapse .nav-link > a {
    display: block;
    padding: 8px 15px
  }

  .navbar-collapse .nav-link > a:focus, .navbar-collapse .nav-link > a:active, .navbar-collapse .nav-link > a:hover {
    background: #F6F6F6;
  }
}

.nav-link a.header-link:hover {
  background: #f6f6f6;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

/* override rule in custard.css */
h1:first-child, h2:first-child {
  margin: 20px 0;
}

.upload h1:first-child, .upload h2:first-child {
  margin-top: 0px;
}

.nav-link.actions span {
  color: #fff
}

#header .nav li.trial a {
   color: #B94A48;
}

span.trial{
  /*margin-left: 160px;*/
  height: 65px;
  display: inline-block;
  float: left;
  line-height: 65px;
}

span.trial a {
  display: inline-block;
  color: #B94A48;
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 white;
  margin-top: 0;
}

span.trial a:hover{
  color: #333;
  text-decoration: none;
  cursor: pointer;
}


@media only screen and (min-width: 767px) {
  span.trial{
    /*margin-left: 140px;*/
    height: 50px;
    line-height: 47px;
  }
}

/********************************************************************/
/* Front page */

.quotes {
  margin-top: 24px;
}
.quotes blockquote {
  border-left: none;
  font-size: 24px;
  line-height: 32px;
}
.quotes blockquote img {
  float: right;
  margin-left: 24px;
  margin-bottom: 12px;
  height: 114px;
  box-shadow: 3px 3px 5px #555;
}
@media (max-width: 767px) {
 .quotes blockquote img {
   height: 64px;
 }
}
.quotes blockquote .opening-quote {
  font-size: 160px;
  float: left;
  margin-top: 14px;
}
.quotes blockquote .quote-itself {
  text-align: left;
  margin-left: 80px;
  margin-top: -30px;
  font-size:28px;
  line-height:38px;
}
.quotes blockquote .quote-person {
  text-align: left;
  font-size: 20px;
  margin-top: 30px;
  margin-left: 80px;
}
.quotes blockquote .quote-person:before{
  content:'';
  display: inline-block;
  margin-right:20px;
  height:1px;
  background:#333;
  width:75px;
  position: relative;
  top:-6px;
}

.quote-link {
  text-align: center;
}

.section-blue .quotes blockquote .quote-person:before{
  background:#fff;
}

@media only screen and (max-width: 767px) {
  .quotes {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .quotes blockquote {
    font-size: 20px;
    line-height: 24px;
  }
  .quotes blockquote .opening-quote {
    font-size: 120px;
  }
  .quotes blockquote .quote-itself {
    font-size:22px;
    margin-left: 60px;
  }
  .quotes blockquote .quote-person {
    font-size: 18px;
    margin-left: 60px;
  }
  .quotes blockquote .quote-person:before{
    width:40px;
    top:-6px;
  }
}

.home-quotes.quotes {
  background: #f6f6f6;
  margin: 0;
  padding: 45px 0;
}
.home-quotes.quotes blockquote {
  border-left: none;
  font-size: 24px;
  line-height: 32px;
  padding: 0;
  margin: 0;
}
.home-quotes.quotes blockquote img {
  float: right;
  margin-left: 24px;
  margin-bottom: 0;
  height: 113px;
  /*box-shadow: 3px 3px 5px #555;*/
  box-shadow: none;
  /*clip-path: circle(50px at center);*/
  border-radius: 113px;
}
.home-quotes.quotes blockquote .opening-quote {
  font-size: 80px;
  float: left;
  margin-top: 14px;
}
.home-quotes.quotes blockquote .quote-itself {
  text-align: left;
  margin-left: 42px;
  margin-top: 0px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}
.home-quotes.quotes blockquote .quote-person {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 42px;
}
.home-quotes.quotes blockquote .quote-person:before {
  content:'';
  display: inline-block;
  margin-right:0.75em;
  height:1px;
  background:#333;
  width:1.5em;
  position: relative;
  top:-6px;
}

@media (max-width: 991px) {
 .home-quotes.quotes blockquote img {
   height: 84px;
 }
}
@media (max-width: 767px) {
  .home-quotes.quotes {
    padding: 27px 0;
  }
 .home-quotes.quotes blockquote img {
   height: 64px;
 }
 .home-quotes.quotes blockquote .opening-quote {
   font-size: 60px;
   margin-top: 8px;
 }
 .home-quotes.quotes blockquote .quote-itself {
   font-size: 18px;
   margin-left: 32px;
 }
 .home-quotes.quotes blockquote .quote-person {
   margin-left: 32px;
 }
}

.section-blue .home-quotes.quotes blockquote .quote-person:before{
  background:#fff;
}

@media only screen and (max-width: 767px) {
  .quotes {
    margin-top: 16px;
    margin-bottom: 0px;
  }
  .quotes .col-sm-6 {
    margin-bottom: 27px;
  }
  .quotes .col-sm-6:last-of-type {
    margin-bottom: 0;
  }
  .quotes blockquote {
    font-size: 18px;
    line-height: 24px;
  }
  .quotes blockquote .opening-quote {
    font-size: 120px;
  }
  .quotes blockquote .quote-itself {
    font-size:22px;
    margin-left: 60px;
  }
  .quotes blockquote .quote-person {
    font-size: 18px;
    margin-left: 60px;
  }
  .home-quotes.quotes blockquote .quote-person {
    clear: none;
    margin-top: 4px;
  }
  .quotes blockquote .quote-person:before{
    width:40px;
    top:-6px;
  }
}

.enterprise-background {
  background-color: #fafafa;
}


.front-matter, .pricing, .enterprise {
  background-color: #DDF4C7;
  background: radial-gradient(#EBF5E2, #DDF4C7);
  border-bottom-right-radius: 50% 15%;
  border-bottom-left-radius: 50% 15%;
  padding: 40px 0px 40px;
  text-align: center;
}

.front-matter {
  text-align: left;
}

.front-matter.front-matter--howto {
  padding: 40px 0px;
  text-align: center;
}

.front-matter.front-matter--howto .front-page-upload {
  margin: 12px 0 12px;
  text-align: center;
}

.front-matter.front-matter--howto .front-page-upload-button {
  margin: 0
}

.front-matter.front-matter--howto .drag-file {
  font-size: 14px;
  margin: 1em 0 0;
}

.front-matter .container {
  margin-top: 0px;
  position: relative;
}

.front-matter--home .container {
  padding-bottom: 60px;
}

#show-me {
  bottom: -2.5em;
  margin: 8px 0px;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
}

.front-matter h1, .pricing h1, .enterprise h1 {
  font-family: 'circularstd-bold', Helvetica, Arial, sans-serif;
  font-size: 48px;
  margin: 0 auto 24px;
}

.front-page-intro {
  float: left;
  max-width: 400px;
  width: 45%;
}

.front-matter .lead {
  font-size: 24px;
  margin: 0 auto 12px;
  max-width: 500px;
}

.front-matter .product-rating {
  background: #ECF8E2;
  border: 1px solid #CEE8B5;
  border-radius: 6px;
  display: inline-block;
  font-size: 14px;
  padding: 0.4em 0.6em;
}

.front-matter .product-rating::before {
  background: url('../images/icon-four-star.svg') no-repeat center center;
  content: "";
  display: inline-block;
  height: 18px;
  margin: 2px 8px 4px 0;
  min-width: 113px;
  vertical-align: middle;
}

.front-matter .product-rating a {
  font-size: 13px;
  vertical-align: middle;
}

.front-matter .pdf-conversion-example {
  background: url('../images/red-arrow.svg') no-repeat 44% 40%;
  background-size: 23%;
  float: left;
  margin: -45px 0 0 8%;
  position: relative;
  top: 45px;
  width: 45%
}

.front-matter .example-image {
  box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
  display: inline-block;
  margin-right: 25%;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-backface-visibility: hidden;
  width: 32%;
}

.front-matter .example-image-converted {
  margin-right: 0;
  transform: none;
  width: 42%;
}

.front-page-upload, .front-page-upload-footer {
  margin: 24px 0 36px;
  text-align: center;
}

.front-page-upload {
  text-align: left;
}

.front-page-upload .btn-upload.btn-file {
  box-shadow: 0px 1px 8px rgba(80,80,80,0.5);
  font-size: 18px;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: none;
}

.front-page-upload form {
    display: inline-block;
}

.front-page-upload-footer {
  background: #fff;
  margin: 0;
  padding: 2.7em 0;
}

.front-page-upload-footer .container {
  margin-top: 0;
}

.front-page-upload h3, .front-page-upload-button,
.front-page-upload-footer h3, .front-page-upload-button {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.front-page-upload-footer h3 {
  margin-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .front-matter {
    padding: 36px 0 60px;
  }

  .front-page-intro {
    float: none;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    width: auto;
  }
  .front-matter h1 {
    font-size: 36px;
    margin-bottom: 16px;
    max-width: 500px;
    text-align: center;
  }
  .front-matter .lead {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .front-page-upload {
    margin-top: 24px;
    text-align: center;
  }
  .pdf-conversion-example {
    display: none;
  }
  #show-me {
    bottom: -2em;
  }
}

@media only screen and (max-width: 480px) {
  #pdfa-logo {
    display: none;
  }
  .front-matter h1 {
    font-size: 29px;
    max-width: 300px;
  }
  .front-matter .lead {
    font-size: 18px;
    max-width: 300px;
  }
  .front-matter .example-image {
    margin-right: 22%;
  }
  .front-matter .example-image-converted {
    margin-right: 0
  }
  .front-page-upload .btn-upload.btn-file {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .front-page-upload h3, .front-page-upload-footer h3 {
    font-size: 21px;
  }
}

@media only screen and (max-width: 480px) {
  .front-page-upload h3, .front-page-upload-footer h3 {
    display: block;
    font-size: 18px;
    margin-bottom: 0.5em;
  }
}

.keyword-content {
  background-color: #f6f6f6;
  padding: 40px 100px 40px;
  text-align: center;
  column-count: 2;
}

.keyword-content .container {
  margin-top: 0;
}

.keyword-content p{
  font-size:14px;
  line-height:20px;
  padding: 0px 0px 5px;
  margin:0;
}

.front-page-counter {
  background: #183F4A;
  padding: 0;
}

.front-page-counter .container {
  margin: 0 auto;
}

.front-page-counter h2 {
  color: #fff;
  font-family: 'circularstd-book', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0;
  padding: 2.08em 0;
  text-align: center;
}

.front-page-counter #counter-value {
  white-space: nowrap;
}

.front-page-counter .counter-character {
  background: #071F25;
  border-radius: 3px;
  display: inline-block;
  margin-right: 0.2em;
  padding: 0.1em 0;
  width: 1em;
}

.front-page-counter .counter-character-comma {
  background: none;
  width: auto
}

@media only screen and (max-width: 992px) {
  .front-page-counter h2 {
    font-size: 24px;
  }
  .front-page-counter .counter-measurement {
    display: block;
    margin: 0.33em 0;
  }
}

@media only screen and (max-width: 767px) {
  .front-page-counter h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .front-page-counter h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 360px) {
  .front-page-counter h2 {
    font-size: 16px;
  }
}

.jumbotron {
  clear: both;
  margin-top: 36px;
  background-color: #f6f6f6;
}

.jumbotron p {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
 .jumbotron {
   margin-top: 4px;
 }
}

.features {
  margin-top: 8px;
  padding: 36px 0;
  text-align: center;
}

.features h2 {
  font-size: 24px;
  margin: 0.5em 0;
}

.features h3 {
  font-size: 24px;
  margin: 0.5em 0;
}

.features p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4
}

.features .feature {
  padding: 0 20px 27px;
}

.features .feature:before {
  background-position: center center;
  background-repeat: no-repeat;
  content:'';
  display: block;
  height: 48px;
  margin: 0 auto;
  width: 55px;
}

.features .feature-eyes:before {
  background-image: url('../images/icon-blue-eye.svg');
}

.features .feature-excel:before {
  background-image: url('../images/icon-blue-chart.svg');
}

.features .feature-fast:before {
  background-image: url('../images/icon-blue-lightning.svg');
}

.features .feature-deployment:before {
  background-image: url('../images/icon-blue-deployment.svg');
  width: 86px;
}

.features .feature-secure:before {
  background-image: url('../images/icon-blue-padlock.svg');
}

.features .feature-support:before {
  background-image: url('../images/icon-blue-headset.svg');
}

.features .feature-scalable:before {
  background-image: url('../images/icon-blue-leaves.svg');
}

.features .feature-free:before {
  background-image: url('../images/icon-blue-present.svg');
}

.features .feature-formats:before {
  background-image: url('../images/icon-blue-formats.svg');
}

.features .feature-onpremises:before {
  background-image: url('../images/icon-blue-onpremises.svg');
  width: 86px;
}


/********************************************************************/
/* Converted page */

.table {
  background-color: #fff;
}

.table th, .table td {
  padding: 4px 5px !important;
  line-height: 20px !important;
}

#rate-limit p {
  margin-bottom: 0;
}

.conversion-header {
  background: #f6f6f6;
  font-weight: 600;
  margin-bottom: 32px;
  padding: 24px 0;
  width: 100%;

  /* Stick to top when scrolling */
  position: sticky;
  top: 0px;
  z-index: 100000;
}

.conversion-header .container {
  margin: 0 auto;
  min-height: 60px;
  position: relative;
}

h1.conversion-filename {
  color: #333;
  font-size: 24px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.conversion-header .btn-primary {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.conversion-toolbar {
  position: absolute;
  right: 15px;
  top: 0px;
  min-width: 400px;
  text-align: right;
}

.conversion-toolbar .ratings-wrapper, .conversion-toolbar .btn-group {
  display: inline-block;
  vertical-align: middle;
}

.conversion-toolbar div.btn-group:first-child {
  margin-top: 10px /* Vertical alignment correction for after a user has rated a doc */
}

.conversion-toolbar .dropdown-toggle {
  border-left: 1px solid #fff;
}

@media only screen and (max-width: 767px) {

  h1.conversion-filename {
    margin: 0 0 1em;
    text-align: center;
  }

  .conversion-toolbar {
    border-top: 1px solid #43626B;
    min-width: auto;
    padding-top: 1.33em;
    position: static;
    text-align: center;
  }

  .conversion-toolbar div.btn-group:first-child {
    margin-top: 0;
  }

}

@media only screen and (max-width: 480px) {
  .conversion-toolbar .ratings-wrapper {
    display: none;
  }
}

.converted-progress-bar-container {
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  left: 0px;
  padding: 18px 18px 12px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}

.maintable .pagenumber {
  font-size: 18px;
  margin-top: 0;
}

/* If there are no tables on the page */
.notables {
  border-radius: 0.25em;
  padding: 0.5em;
  background-color: #F5F9FF;
  color: #6B6975;
  text-align: center;
  margin: 5%;
}

.conversion-hitlimit-header {
  color: #444;
}

.conversion-hitlimit-footer {
  color: #444;
}

.truncator {
  position: relative;
  padding: 0 0 0px 0;
  background: rgb(249, 249, 249);
  border-top: 1px solid #ddd;
}

.truncator:after {
  background: linear-gradient(-45deg, #fff 16px, transparent 0), linear-gradient(45deg, #fff 16px, transparent 0);
  background-position: left-top;
  background-repeat: repeat-x;
  background-size: 32px 32px;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
}

.ratings {
  border-right: 1px solid #ccc;
  margin-right: 16px;
  padding-right: 16px;
  text-align: left;
}

.ratings #how-did-we-do {
  color: rgb(51, 51, 51);
  font-weight: 600;
}

.ratings span.glyphicon {
  font-size: 30px;
  color: #ffd700;
  cursor: pointer;
  padding-right: 8px;
  margin-right: -8px;
}
.thankyou-text {
  height: 60px;
  line-height: 60px;
  margin: 0 16px 0 0;
}
.twitter-share {
  border: 1px solid #ccc;
  float: left;
  padding: 5px 10px;
  background: #F6F6F6;
  min-width: 400px;
  margin-top: -5px;
  margin-right: 20px;
}
.tweet-text {
  width: 70%;
  float: left;
}
.share-button {
  width: 30%;
  float: left;
  padding: 10px 0 0 0;
  text-align: center;
}
.tweet-button img {
  width: 80px;
}

/********************************************************************/
/* Footer */

.spacer {
  background-color: white;
  width: 100%;
  height: 40px;
}

/* when last band isn't white, hide the white spacer
 * e.g. For Business page */
.nospacer + .spacer, .pricing-quotes + .spacer {
  display: none
}

#footer {
  padding: 0 0 0 0;
  margin: 0;
  clear: both;

  background-color: #183F4A;
  color: #ffffff;
}

#footer > .container {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

#footer-links {
  padding: 54px 0;
}

#footer-links > div {
  padding-right: 2px;
}

#footer li {
  margin: 6px 20px 6px 0;
}

#footer li.pull-right {
  display: inline-block;
  margin-right: 0px;
}

#footer a {
  color: #fff;
  font-weight: 300;
  padding: 5px 0;
}

#footer-links h2 {
  font-size: 18px;
  margin: 0 0 16px;
}

@media only screen and (max-width: 767px) {

  #footer-links {
    padding: 36px 0;
  }

  #footer li {
    margin: 0 20px 0 0;
  }

  #footer a {
    border-top: 1px solid #426D79;
    display: block;
    padding: 6px 0;
  }

  #footer li:last-of-type a {
    border-bottom: 1px solid #426D79;
  }

  #footer .made-by a.external {
    border: 0;
  }

  #footer .made-by {
    margin-top: 36px;
  }

 #footer > .container {
   padding: 0 27px;
 }
}

/********************************************************************/
/* Make file upload button look good
 * Based on: http://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3/
 * Only work > IE7
*/

.gt-ie7 .btn-file {
  position: relative;
  overflow: hidden;
}
.gt-ie7 .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/********************************************************************/
/* Help page */

div.help {
  line-height: 24px; /* the default 21px is a bit tight for so much text */
}

div.help .wrapper {
  clear: both;
}

div.help .nav.well {
  padding: 8px 0;
}

div.help .nav.well a {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 15px;
}

div.help .well {
  margin-bottom: 15px;
  width: 100%;
}

div.help .well .label {
  vertical-align: 2px;
  margin: 0 5px 0 2px;
}

div.help .nav-list .nav-list {
  margin: 0 -15px; /* make list stretch full width of nav parent */
}

div.help .nav-list .nav-list a {
  padding-left: 30px;
  font-size: 12px;
  line-height: 18px;
}

div.help h1 {
  margin: 40px 0;
}

div.help h2.section {
  background: #125170;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  text-shadow: 0 1px rgba(134, 134, 134, 0.75);
  margin-top: 60px;
}
div.help h2.section:nth-of-type(1) {
  margin-top:0;
}

div.help .question h3, div.help .question p {
  margin-left: 10px;
}

div.help hr {
  margin: 40px 0;
}

td.good-code, td.bad-code {
  font-family: Consolas, Menlo, "DejaVu Sans Mono", Courier, "Courier New", monospace;
  font-size: 0.9em;
  color: #468847;
  background-color: #F7FDF2;
}

td.bad-code {
  color: #B94A48;
  background-color: #FDF2F2;
}

div.help .nav-header {
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-transform: uppercase;
}

div.help .nav.well {
  position: static;
  float: left;
  margin: 0 20px 40px 0;
}

@media only screen and (min-width: 768px) {

  div.help {
    position: relative;
  }

  div.help .wrapper {
    padding-left: 280px;
  }

  div.help .nav.well {
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
  }

  div.help .nav.well.affix {
    position: fixed;
    top: 30px;
    left: auto;
  }

  div.help .nav.well.optional {
    display: block; /* this is overridden on larger screens */
  }

  div.help .case-study {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 30px;
  }

  div.help .case-study.last {
    margin-right: 0;
  }

  div.help .case-study p {
    font-size: 18px;
  }

}

/********************************************************************/
/* Login page, join page and related */

.login-page, .join-page {
  max-width: 360px;
  margin: 40px auto;
}

.login-page .no-account-yet {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 12px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
 .message-page {
   width: 600px;
   margin: 40px auto;
 }
}

.login-page form, .join-page form {
  margin-top: 24px;
}

.login-page .alert, .join-page .alert {
  padding: 8px 14px;
}

/********************************************************************/
/* New Pricing Page */

.pricing h1 {
  margin-bottom: 30px;
  max-width: none;
}

.pricing-features {
  float: right;
  font-size: 18px;
  font-weight: 300;
  margin-right: 5%;
  text-align: left;
  width: 28%;
  padding-top: 70px;
}

.pricing-features ul {
  border-bottom: 1px solid #E2E2E2;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pricing-features li {
  border-top: 1px solid #E2E2E2;
  font-weight: normal;
  padding: 0.5em 0 0.5em 2em;
  position: relative;
}

.pricing-features li:before {
  background: #B83834 url('../images/icon-check-white.svg') no-repeat center center;
  border-radius: 50%;
  color: #fff;
  content: '';
  display: block;
  height: 1.5em;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  width: 1.5em;
}

.pricing-plans {
  float: right;
  width: 67%;
}

.pricing-plans p {
  font-size: 20px;
}

.pricing-plans h1 {
  font-size: 14px;
}

.pricing-plans .col {
  padding: 0;
}

.pricing-plan {
  background: #183F4A;
  border-radius: 4px;
  color: #fff;
  float: left;
  margin: 0 1% 24px 0;
  padding: 1em 0 2em;
  text-align: center;
  width: 24%;
}

.pricing-plan.last {
  margin-right: 0;
}

.pricing-plan h3 {
  font-size: 28px;
}

.pricing-plan p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 auto 1em;
  max-width: 120px;
}

.pricing .btn-buy {
  background: #AEEE70;
  border-color: #AEEE70;
  color: #000;
}

.pricing-plan .btn-buy {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.pricing .btn-buy[disabled], .pricing .btn-buy[disabled]:active, .pricing .btn-buy[disabled]:hover, .pricing .btn-buy[disabled]:focus {
  background: #C4D3B6;
  border-color: #C4D3B6;
  box-shadow: none;
  color: #8D9884;
}

.pricing .btn-buy:hover, .pricing .btn-buy:active, .pricing .btn-buy:focus {
  background: #C7F59A;
  border-color: #C7F59A;
}

.pricing .btn-buy .custom-pricing-value {
  font-weight: bold;
}

.pricing-pipe {
  color: #84BD4A
}

.custom-pricing {
  background: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  clear: both;
  padding: 1.5em;
  position: relative;
  text-align: center;
}

.custom-pricing .custom-pricing-error {
  background: #FFBFC7;
  border: 2px solid #B83834;
  border-radius: 4px;
  box-shadow: 0px 1px 4px #aaa;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 1.5em;
  max-width: 320px;
  opacity: 0;
  padding: 1em;
  position: absolute;
    top: 90%;
    left: 0;
    right: 0;
  text-align: center;
  transition: opacity 0.25s ease-in;
}

.custom-pricing .custom-pricing-error.show {
  opacity: 1;
}

.custom-pricing h3, .custom-pricing p, .custom-pricing input, .custom-pricing button {
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: middle
}

.custom-pricing h3 {
  font-size: 20px;
}

.custom-pricing p, .custom-pricing input {
  font-size: 16px;
}

.custom-pricing input {
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin: 0 0.25em 0 0.5em;
  max-width: 85px;
  padding: 0.25em;
  text-align: right;
}

.custom-pricing p {
  margin-right: 0.5em
}

.custom-pricing-value {
  background: #f0f0f0;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  margin: 0 0.33em 0 0.25em;
  padding: 0.25em 0.5em;
  transition: background-color 0.5s;
}

.flash {
  background: #FFF789
}

.common-questions--howto {
  background: #f6f6f6;
  padding-bottom: 2em;
}

.common-questions h2 {
  text-align: center;
}

.common-questions h3 {
  text-align: center;
  padding: 20px 0px 20px;
}

.common-questions h4 {
  font-size: 18px;
}

.common-questions p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.more-questions {
  border-top: 1px solid #E2E2E2;
  margin-top: 2em;
  padding: 2em 0;
  text-align: center;
}

.more-questions h3, .more-questions a {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.more-questions h3 {
  margin-right: 0.5em;
}

.pricing-quotes {
  background: #F6F6F6;
  padding: 4em 0 3em;
}

.pricing-quotes #price-quotes {
  margin: 0 auto;
  max-width: 800px;
}

#payment-in-progress, #error-message {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 1px 4px #aaa;
  margin: 0 auto 3em;
  padding: 0.5em 2em;
  max-width: 600px;
}

#error-message {
  border: 2px solid #B83834;
}

#payment-in-progress p, #error-message p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin: 1em 0;
}

#error-message {
  text-align: center;
}

#error-message .reason {
  font-weight: bold;
  overflow-wrap: anywhere;
}

#error-message h3:before {
  background: #B83834;
  border-radius: 50%;
  color: #fff;
  content: "!";
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 0.5em;
  line-height: 1.8em;
  height: 1.8em;
  text-align: center;
  width: 1.8em;
}

@media only screen and (max-width: 991px) {
  .custom-pricing h3 {
    display: block;
    margin: 0 0 1em;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .pricing h1 {
    font-size: 36px;
  }
  .pricing-plans, .pricing-features {
    float: none;
    margin: 0 0 2em;
    width: auto;
  }
  .pricing-features {
    max-width: 300px;
    margin: 0 auto;
  }
  .custom-pricing h3 {
    display: inline-block;
    margin: 0;
  }
}

@media only screen and (max-width: 580px) {
  .custom-pricing h3 {
    display: block;
    margin: 0 0 1em;
    text-align: center;
  }
}

@media only screen and (max-width: 540px) {
  .pricing-plan {
      float: none;
      margin-right: 0;
      width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .pricing h1 {
    font-size: 29px;
  }
  .pricing-quotes blockquote {
    padding: 1em 0 0;
  }
  .pricing-quotes blockquote .opening-quote {
    margin-top: 0;
  }
  .custom-pricing {
    padding: 1.5em 0.2em;
  }
}

@media only screen and (max-width: 416px) {
  .custom-pricing .btn-buy {
    margin-top: 1em;
  }
}

/********************************************************************/
/* Enterprise */

#enterprise-header{
  text-align:center;
  padding-bottom:50px;
  margin-top: 20px;
}

#enterprise-header h1 {
  text-align: center;
  margin-bottom:30px;
}

#enterprise-header p{
  font-size:24px;
  line-height:40px;
  margin:0;
}

#enterprise-header .btn-primary{
  margin-top:50px;
}

#enterprise-reasons{
  padding:50px 0;
}

.enterprise-reason{
  text-align: center;
  margin-bottom:50px;
}

.enterprise-reason:last-child{
  margin-bottom:0;
}

.enterprise-reason h3{
  margin:0 auto;
  margin-top:0;
  margin-bottom:20px;
  font-size:20px;
  max-width:400px;
}

.enterprise-reason p{
  margin:0 auto;
  font-size:18px;
  line-height:26px;
  margin-bottom:0;
  max-width:400px;
}

#enterprise-trusted-by{
  padding: 0px 0 50px;
  text-align: center;
}

#enterprise-trusted-by h2{
  font-weight:400;
  font-size:30px;
  margin-bottom:50px;
}

.logos{
  margin:0 auto;
}
.logos img {
  max-width: 90%;
}

#enterprise-largetext{
  padding:50px 0;
  text-align: center;
}

#enterprise-largetext h2{
  font-size:42px;
  font-weight:400;
  line-height:46px;
  margin-bottom:50px;
}

#enterprise-largetext p{
  font-size:24px;
  line-height:40px;
  margin:0;
}

#enterprise-features-section {
  padding-bottom: 100px;
}

#enterprise-features{
  text-align: center;
}

#enterprise-features h2{
  font-weight:400;
  font-size:30px;
  margin-bottom:50px;
}

#enterprise-features .feature{
  width:100%;
  padding: 30px 15px;
  border-bottom:1px solid #d4d4d4;
}

#enterprise-features .feature:last-child{
  border-bottom:0;
}

#enterprise-features .feature .feature__icon{
  margin-bottom:20px;
}

#enterprise-features .feature h3{
  font-size:20px;
  margin-bottom:20px;
}

#enterprise-features .feature p{
  margin:0 auto;
  font-size:18px;
  line-height:26px;
  margin-bottom:0;
  max-width:400px;
}

@media only screen and (min-width: 992px) {
  .logos .logo{
    width:160px;
    height:110px;
    border-radius: 5px;
    background: #d8d8d8;
    margin-right:30px;
    display: inline-block;
  }
  .logos .logo:last-child{
    margin-right:0;
  }

  #enterprise-trusted-by{
    padding: 40px 0 80px;
    text-align: center;
  }

  #enterprise-features{
    text-align: center;
  }

  #enterprise-features h2{
    margin-bottom: 80px;
  }

  #enterprise-features .feature{
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #d4d4d4;
    padding: 70px 0;
  }

  #enterprise-features .feature:nth-child(2n+1){
    border-right: 0;
  }

  #enterprise-features .feature .feature__icon{
    height: 90px;
  }

  #enterprise-features .feature:last-child{
    border-bottom: 0;
  }

  #enterprise-features .feature:nth-last-child(2){
    border-bottom: 0;
  }

  .icon--secure object{
    position: relative;
    top: 5px;
  }

  .icon--cloud object{
    position: relative;
    top: 13px;
  }

  .icon--support object{
    position: relative;
    top: 6px;
  }

}

@media only screen and (min-width: 1200px) {
  #enterprise-header {
    padding-bottom: 100px;
  }
  #enterprise-reasons{
    padding: 80px 0;
  }
  .enterprise-reason{
    margin-bottom: 0;
  }
  #enterprise-largetext {
    width: 760px;
    margin: 0 auto;
    overflow: hidden;
    padding: 130px 0;
  }
}

/********************************************************************/
/* Contact us form */

#get-in-touch{
  padding: 50px 0;
  text-align: center;
}

#get-in-touch h2{
  font-size:42px;
  font-weight:400;
  line-height:46px;
  margin-bottom:50px;
  margin-top:0;
}

#get-in-touch form{
  max-width:560px;
  margin:0 auto;
}

#get-in-touch input[type="text"], #get-in-touch input[type="email"], #get-in-touch textarea{
  font-size:18px;
  line-height:26px;
  height:50px;
  padding:0 10px;
  box-shadow:none;
  color:#333;
  border:1px solid #d4d4d4;
}

#get-in-touch .field-group input[type="text"], #get-in-touch .field-group input[type="email"], #get-in-touch .field-group textarea{
  border-radius:0;
  border-top:0;
}

#get-in-touch .field-group input[type="text"]:first-child, #get-in-touch .field-group input[type="email"]:first-child, #get-in-touch .field-group textarea:first-child{
  border-top:1px solid #d4d4d4;
  border-radius: 3px 3px 0 0;
}

#get-in-touch .field-group input[type="text"]:last-child, #get-in-touch .field-group input[type="email"]:last-child, #get-in-touch .field-group textarea:last-child{
  border-radius: 0 0 3px 3px;
  margin-bottom:20px;
}

#get-in-touch textarea {
  margin-bottom: 20px;
  padding:10px;
  resize: vertical;
  min-height: 180px;
}

#get-in-touch .newbtn {
  margin-top: 40px;
}

@media only screen and (min-width: 992px) {
  #get-in-touch {
    padding: 120px 0;
  }
  .page-pricing #get-in-touch {
    padding: 50px 0;
  }
  #get-in-touch h2 {
    margin-bottom:80px;
  }
}

/* For some reason the Boostrap setting for this colour is being overriden with
 * black in IE11, force it back to grey. TODO(frabcus): Work out why properly */
#get-in-touch input:-ms-input-placeholder, #get-in-touch textarea:-ms-input-placeholder {
  color: #999;
}

/* Honeypot form element shouldn't be visible. */
#e-mail {
  display: none;
}

#contact-form #message {
  resize: vertical;
}

/********************************************************************/
/* API page */

#key {
  font-size: 24px;
  margin-bottom: 12px;
}

#key code {
  background: #eeeeff;
  border: 2px dashed #aaa;
  line-height: 60px;
}

.show-code {
  cursor: pointer;
}

.code-block {
  max-height: 300px;
  overflow-y: scroll;
  margin:20px 0 60px 0;
}

/********************************************************************/
/* Terms & Conditions */

#terms-wrapper p, #terms-wrapper li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
}

#terms-wrapper p, #terms-wrapper ul {
  list-style: outside none none;
}

#terms-wrapper .section-number {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #999;
}

#print-terms-logo { display: none; }

@media only print {
  #header,#footer,#nav-contents{ display: none; }
  div.help .wrapper { padding-left: 0px !important; }
  #debug { display: none; }
  body { padding: 15mm; }
  #print-terms-logo { display: block; width: 480px; }
}

/********************************************************************/
/* How tos */

.howto hr {
  margin: 40px 0;
}
.howto ol.howto-steps li {
  font-size: 21px;
  font-weight: normal;
  padding: 10px 0 10px 0;
  list-style:none;
}

.howto.howto--excel {
  padding-bottom: 2em;
  text-align: center;
}

.howto.howto--excel ol.howto-steps {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
}

.howto.howto--excel ol.howto-steps li {
  background: #F6F6F6;
  border-radius: 8px;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1em 0 0;
  padding: 1em;
}

.howto.howto--excel ol.howto-steps li:last-of-type {
  margin-right: 0;
}

.howto ol.howto-steps li .step-num {
  font-weight: bold;
  margin-right: 10px;
  background: #337ab7;
  padding: 5px 10px 7px 10px;
  color: white;
  border-radius: 5px;
  float: left;
  margin-left: -40px;
}

.howto.howto--excel ol.howto-steps li .step-num {
  background-color: #B83834;
  display: block;
  float: none;
  margin: 0 auto 0.5em;
  text-align: center;
  width: 2em;
}

.howto ol.howto-steps li .step {
  line-height: 36px;
}

.howto ol.howto-steps li img.step-img, .howto ol.howto-steps li.text {
  margin-bottom: 40px;
}

.howto img {
  display: block;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ccc;
}

.howto #try-yourself {
  margin-top: 48px;
  font-size: 32px;
  text-align:center;
}
.howto #try-links {
  text-align:center;
}

.howto li {
  margin-top: 24px;
}

.howto--crosslink {
  font-size: 16px;
  margin: 2em 0 0;
}

.howto-questions {
  background: #f6f6f6;
  padding: 2em 0;
}

@media (max-width: 768px) {

  .howto.howto--excel ol.howto-steps {
    display: block;
  }

  .howto.howto--excel ol.howto-steps li, .howto.howto--excel ol.howto-steps li:last-of-type {
    margin: 0 auto 1em;
    max-width: 500px;
  }

  .howto img {
    width: 75%;
  }

  .howto.howto--excel img {
    margin-left: auto;
    margin-right: auto;
  }

  .howto #try-yourself {
    font-size: 24px;
  }
}

.howto iframe {
  border: none;
}

/********************************************************************/
/* Debug */

#debug {
  transition: opacity .25s ease-in-out;
  padding: 5px;
  position: absolute;
  margin: 5px;
  border: 1px dashed #bbb;
  font-size: 10px;
  line-height: 13px;
  font-family: courier new;
  box-shadow: 2px 2px 5px #8E8E8E;
  cursor: pointer;
  background-color: #DCE8BF;
  opacity: 0.8;
}

#debug.errored {
  background-color: #E87171;
}

#debug:hover {
  opacity: 0.1;
}

#debug-error {
  width: 100%;
  background-color: #EC9797;
  padding: 10px;
}

#debug-error pre {
  overflow-x: auto;
  word-wrap: normal;
}

/********************************************************************/
/* Blog */

.blog {
  margin:40px auto;
  line-height:1.6;
  font-size:18px;
  color:#444;
  padding:0 10px;
}

.blog h1,h2,h3 {
  line-height:1.2;
}

.blog h1.blog-title {
  padding:0 30px;
}

.blog article {
  padding:0 30px;
  margin: 20px 0;
}

.blog article:nth-of-type(odd) {
  clear: left;
}

.blog article h2 {
  margin: 0 0 15px 0;
}

.blog article img {
  margin: 0;
  max-width: 100%;
  vertical-align: middle;
}


.blog article .post-link {
  display: block;
  font-size: 24px;
}

.blog article .post-desc {
  color:#666;
}
.blog .post-meta {
  font-size: 16px;
  color: #828282;
  margin: 15px 0;
}

.blog .meta-topic {
  color:#1cc312;
  font-weight:bold;
}

.blog .meta-ellipsis {
  margin:0 5px;
}

.blog.single-post {
  padding:0 30px;
  max-width:850px;
}

.blog.single-post .content {
  margin-top: 20px;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
  text-align:right;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img {
  width: 32px;
  margin:0 3px;
}

.blog.single-post img {
  max-width:100%;
  margin:20px 0;
}

/********************************************************************/
/* Buttons */

.btn-upload.btn-file, /* This extra specificity to over-ride some bootstrap styles */
.btn-upload, .btn-primary, .btn-secondary  {
  background-color: #34b834;
  border: 1px solid #208720;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(80,80,80,0.5);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 12px;
  text-transform: uppercase;
}

.btn-primary-orange {
  background: #ffb94d;
  border-color: #ffb94d;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover,
.btn-upload:active, .btn-upload:focus, .btn-upload:hover,
.open>.dropdown-toggle.btn-primary {
  background-color: #208720;
  border: 1px solid #208720;
  text-decoration: none;
}

.btn-primary[disabled], .btn-upload[disabled],
.btn-primary.disabled, .btn-upload.disabled {
  background: #97D697;
  border: 1px solid #97D697;
  box-shadow: none;
}

.conversion-toolbar .dropdown-toggle.btn-primary {
  border-left: 1px solid #208720;
  z-index: 3
}

.btn-secondary {
  background: #fff;
  border: 1px solid #BABABA;
  color: #404040;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background: #f6f6f6;
  border: 1px solid #BABABA;
  color: #404040;
  text-decoration: none;
}

.newbtn{
  color: #fff;
  height:50px;
  line-height:46px;
  display:inline-block;
  padding: 0 40px;
  box-sizing: border-box;
  text-decoration: none;
  text-align:center;
  position: relative;
  outline: none;
  white-space: nowrap;
  font-size:16px;
  background-color: #58b958;
  border:2px solid #58b958;
  font-weight:700;
  transition: all .2s;
  border-radius: 3px;
}

.newbtn:hover, .newbtn:focus{
  border: 2px solid #3c943c;
  background: #3c943c;
  color:#fff;
}

.newbtn.newbtn--hollow{
  padding: 0 30px;
  background:transparent;
  border: 2px solid #979797;
  color: #979797;
}

.newbtn.newbtn--hollow:hover, .newbtn.newbtn--hollow:focus{
  border: 2px solid #191919;
  color: #191919;
}

.newbtn.newbtn--hollow.casestudy {
  margin-top: 60px;
  border:2px solid white;
  color:white;
}
.newbtn.newbtn--hollow.casestudy:hover {
  background: #187bab;
}

.newbtn.newbtn--orange{
  border: 2px solid #ffb94d;
  background: #ffb94d;
}

.newbtn.newbtn--orange span{
  position: relative;
  z-index:1;
}

.newbtn.newbtn--orange:hover, .newbtn.newbtn--orange:focus{
  border: 2px solid #e6a745;
  background: #e6a745;
  color:#fff;
}

.newbtn--large{
  padding: 0 80px;
  max-width:100%;
}


/********************************************************************/
/* On-Premises */

ul.onpremises-dl-info {
    margin-top: 10px;
}

ul.onpremises-dl-info li {
    line-height: 18px;
    font-size: 12px;
    color: #bbb;
}

ul.onpremises-dl-info li span.hint {
    cursor: help;
}


/********************************************************************/
/* Misc layout */
input#adminform-warning-enabled {
    margin-top: 9px;
}
