
/*@import url( https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800);*/

@import url(https://fonts.googleapis.com/css?family=Roboto);

html, body, h1, h2, h3, h4, h5, h6, p, div  {
    font-family: 'Roboto', Verdana, Geneva, 'Helvetica Neue', Helvetica, sans-serif;
}

html, body {
    color: #333;
}

main {
  min-height: 75vh !important;
}

.mono {
    font-family: 'Lucida Sans Typewriter', 'Lucida Console', 'Menlo', 'Monaco', 'Courier New', 'Courier', Fixed, monospace;
}

hr {
    background-color: rgba(68,68,68,0.25);
    position: inherit;
    width: 85vw;
}

p {
    line-height: 1.6;
}

div.explanation p {
    margin-bottom:0;
}

code {
    color: #030 !important;
    background-color: inherit !important; /* undo bootstrap */
}

.finger {cursor: pointer;}

.red-hover:hover {color:red !important;}
.green {color:#83be2a !important;}
.lightgreen {color:rgba(157, 218, 66, 0.42) !important;}

.darkgreen {color:darkgreen !important;}

.grey { color: grey !important;}
.lightgrey { color: #C5C5C5 !important;}

.blue { color: blue !important;}

.crimson {color:#b85e46 !important;}
.lime {color:#babf45 !important;}
.no-margin {margin:0; border-width: 0;}
.text-center {text-align:center;}

.large {font-size: large;}
.larger {font-size: larger;}
.x-large {font-size: x-large;}
.xx-large {font-size: xx-large;}

.mid {
    vertical-align: middle;
}

.manicule {
    font-size: 300%;
    vertical-align: middle;
}

blockquote code {
    font-style: normal;
    color: #000;
}

.page-head {
 text-align:center;
/* margin:1em 0 1.62em;*/
 margin-bottom: 1em;
}

.center-link {text-align:center;margin:30px 0}

body {
    line-height:1.5em;
    font-size:19px;
    color: #555;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}


table {
    /* Bootstrap's border-collapse: collapse nullifies border-radius, so we do this instead: */
    border-collapse: inherit;
    border-spacing: 0px;
/*    margin-bottom: 2em;*/
/*    width: 50vw;*/
}

/*body,
h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", sans-serif; color:#333;};*/
h4 {font-weight: bold; margin-bottom:0.62em;}
h1, h2, h3, h4, .icon, .fa {color:#384047;font-weight:600}
h1, h2, h3, h4, h5, h6 {
    color:#444;
    margin:0.38em 0 0.62em 0;
    word-spacing:0.1em;
}



h5, h6 {color:#94a3a8}

a {
    color:rgb(61,153,9);
/*    text-decoration: underline;*/
}
a:hover, a:focus 
{
    color: #333;
/* font-weight:bold;*/
/*text-shadow:0 0 1px black; /*, 0 0 1px black, 0 0 1px black;*/
}

tfoot tr {
    border-top: thick double black;
}


/* Grow, for hover */
.grow {
/*  display: inline-block;*/
  -webkit-transition-duration: 10ms;
  transition-duration: 10ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 999;
}

/* Header */
.navbar-inverse .navbar-nav > li > a { color: #fff; }

header {
    padding: 0.62em 0.62em 0.62em 0;
    min-height: 9vh;
}
/*.navbar-brand {padding:10px 15px}*/
header .navbar-brand {
    display:table;
/*
 background:none;
 height:30px;
 margin-left:1.68em; 
 margin-right:0.38em;
 margin-bottom:1em;
*/
}

.navbar-brand > img {
  object-fit: contain;
  max-height: 100%;
  min-height: 34px;
  height: 34px;
  background:none;
  padding-bottom:4px
}

#navbar-main {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 align-items: center;

    width: 100%;
}
.navbar {margin-bottom:0;}

#navbar-main .right-nav {
 margin-left: auto; /* pin to right*/
 margin-right: 1.38em;
}

/*#root-link {align-self: baseline;}*/

#navbar-main .register a {

    border-style:solid;
    border-width:thin;
    border-color:white;

    -webkit-border-radius:0.5em;
    border-radius:0.5em;


    font-weight: bold;
    color: #fff;
}



.navbar-inverse,
#footerwrap {background:#2e2929;border-color:#2e2929}



html #headerwrap {
    border-bottom:1px solid #888;
    min-height: 362px;
    margin-top: -140px;
    margin-left:0;
    margin-right:0;
    padding-top: 6em;
    padding-bottom: 4em;
}

html #headerwrap h1,html #headerwrap h2  {text-shadow: 0 1px 3px rgba(0, 0,0,.4);letter-spacing:0;}
html #headerwrap .logo {margin:0 auto}
html #headerwrap h1 {font-weight:normal;font-size:290%;padding:0 20px;margin-top:0;margin-left:0;margin-right:0}
html #headerwrap h2 {
    font-weight:300;
    font-size:200%;
    padding:0 20px;
    color:#fff;
    margin-left:0;
    margin-right:0;
    max-width: 62%;
}
html #headerwrap h2 strong {font-weight:500;}
html #headerwrap h3 {font-weight:300;font-size:162%;padding:0 20px;color:#fff;margin-bottom:1em;margin-right:0}

.navbar-nav > li > a {
    padding-top: 1em;
    padding-bottom: 1em;
}


#logged-in {
    display: flex;
    align-items: center;
    color: #ccc;
}

#logged-in #account-email {
    margin-right: 3.14em;
}

#signin-register {
    display: flex;
    align-items: flex-end;
}

#signin-register li {
    margin-right: 0.62em;
}

#signed-in {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


/***** End Header *****/


.divider1 button,
html #headerwrap button {box-shadow:0 0 5px 0 rgba(0, 0,0,.2);}

.divider1 * {text-shadow: 0 1px 3px rgba(0, 0,0,.4);letter-spacing:0;}
.divider1 h1 {font-weight:normal;font-size:40px;padding:0 20px;margin-top:40px}

.imgform .form-group {width:480px;margin:auto}
.imgform .form-group>div {padding:2px}



/*.greywrap p, .greywrap p a {color:#555;}
.greywrap p a {color:#555; text-decoration:underline;}
*/
.greywrap-alt h1 {text-align:center}
.greywrap-alt {text-align:left}

.q {font-weight:700;font-size:20px;font-family:serif;color:#606a73}

/** Testimonials **/
#our-customers {
    font-size:86%;
}

#our-customers > div {    
    max-width: 30em;
    align-items:flex-start;
    box-shadow: rgba(63,110,150,.09) 0 0.1em 0.1em 0.1em;
    border-radius: 5px;
    padding:0.38em;
    margin: auto 1.38em auto 1.38em;
}

#our-customers > div > div {
    margin-right:1.62em;
}

#our-customers img.happy-customer {
    max-width:100px;
    border-radius: 3em;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

img.logo {
     image-rendering: -moz-crisp-edges;         /* Firefox */
     image-rendering:   -o-crisp-edges;         /* Opera */
     image-rendering: crisp-edges;
     -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
     image-rendering: pixelated;
}
/*div.testimonial {
    width: 100%;
    justify-content: center;

    align-items: flex-start;
}


div.testimonial .quote {
    -webkit-flex: 0 0 50vw;
}

div.testimonial .quote p {
    max-width: 50vw;
    margin-right: 3.14em;
}

div.testimonial .quote-text {
    text-align: left;
    font-style: italic;
    font-size: x-large;
}
div.testimonial .quote-attribution {
    font-weight: bold;
}
*/

.divider1 {background-image: url('../img/footer_bg.jpg');}

.subfoot {background:#eeece5;padding:0 0 40px;}
.subfoot * {color:#a8a59d}
.subfoot ul {list-style:none;margin:0;padding:0;line-height:1.7}


.glyphicon-asterisk {color:#babf45}


/** rounded tables **/

table.rounded th {
    font-weight: bold;
}

table.rounded th small {
    font-weight: normal;
}


table.rounded td {
    padding: 0.38em 0.62em 0.38em 0.62em;
}

table.rounded thead tr th.empty {
    background-color: inherit !important;
    border: none !important;
}

table.rounded thead tr th:nth-child(2) {
    border-radius: 0.38em 0 0 0;
}

table.rounded thead tr th:last-child {
    border-radius: 0 0.38em 0 0;
    border-width: 0.1em 0.1em 0.1em 0.1em;
}

table.rounded tbody tr td {
    border: solid #dedede;
    border-width: 0.1em 0.1em 0.1em 0.1em;
}
        
table.rounded tbody tr:last-child td:last-child {
    border-radius: 0 0 0.38em 0;
}

table.rounded tbody tr td:first-child {
    padding: 0.38em 0.38em 0.38em 1.62em;
    font-weight: bold;
    font-size: 90%;
}
table.rounded tbody tr:first-child td:first-child {
    border-radius: 0.38em 0 0 0;
}

table.rounded tbody tr:last-child td:first-child {
    border-radius: 0 0 0 0.38em;
}


table.rounded th {
    padding: 1em;
    border: solid #dedede;
    border-width: 0.1em 0 0.1em 0.1em;
    vertical-align: baseline;
}

/* price table */
div.table-responsive {padding-top:0.1em;}


table.price th {

    width: 9em;
    max-width: 9em;
    
}

table.price th small {
        color: #969696;
        font-weight: bold;
}

table.red-table tbody tr:nth-child(odd) {
    background-color: rgba(203, 121, 0, 0.13) !important;
}

table.red-table thead th {
    color: #cb7900;
}


table.greentable tbody tr:nth-child(odd) {
    background-color: rgba(0, 184, 0, 0.09) !important;
}

/*table.green-table thead th {
    color: #00b800;
}*/

table.ent-mode tbody tr:nth-child(odd) {
    background-color: rgba(1, 135, 202, 0.08);
}

table.ent-mode thead th {
    color: #0187ca;
}

img.badge-logo {
    max-height:150px;
}

div#replication li {
    margin-bottom: 0.62em;
}

/**** old ***/

.price-table {
    display:flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

@media only screen and (min-width: 31em) {
.price-table {
    width: 80vw;
  }
}

.price-table .price-row {
    width: 100%;
    align-items: baseline;
    padding: 0.38em 1.38em 0.38em 1.38em;
}

.price-table .price-row > * {
    margin: inherit;
}

.price-table .price-row .prices > * {
    text-align: center;
    padding: 0.19em 1em 0.19em 1em;
    min-width: 8em;
/*    border-radius: 0.38em;*/
    border: 0.1em solid #bbb;
    margin-bottom: 1.38em;
/*    cursor: pointer;*/
    background-color: #ffffff;
}
/*
.price-table .price-row .prices > div:hover {
    border: 0.38em solid #333;
    font-weight: bold;
    font-size: 111%;
    background-color: lemonchiffon;
}
*/

.price-table .price-row .prices h2, .price-table .price-row .prices h4 {
    margin: 0.38em;
}

.price-table .price-row ul {
    list-style-type: none;
}
.price-table .price-row ul li {
    display: block;
}

.price-table .col-sm-4:nth-child(1) .panel-heading {background:#555}
.price-table .col-sm-4:nth-child(2) .panel-heading {background:#b85e46}
.price-table .col-sm-4:nth-child(3) .panel-heading {background:#babf45}
.price-table .col-sm-4:nth-child(4) .panel-heading {background:#7ba63f}

.price-table .prices-row { align-items: baseline; }
.price-table .btn, #full-list .btn {
  background:#7ba63f;
  color:#fff
}


.price-table .list-group-item {border-color:#e6e6e6;padding:7px 0}

.price-table .panel-heading {color:#fff}

.price-table .panel-popular {}
.price-table .panel-popular .panel-heading {}

#full-list {
    width: 80vw;
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    align-items: center;
}

#full-list table {
    margin-top: 2em;
}


#full-list table td, #full-list table th  {
    padding: 0.62em 1.38em 0.62em 1.38em;
 border: 0.1em solid #bbb;
}

#full-list th {
     background:rgb(85,85,85);
     color:#fff;
     font-size:110%;
}

/*
.price {
  font-size: 3.14em;
    font-weight:700;
}
*/
.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 45%;
  font-style: italic;
}



.panel {
    -webkit-transition-property : scale;
    -webkit-transition-duration : 0.2s;
    -webkit-transition-timing-function : ease-in-out;
    -moz-transition : all 0.2s ease-in-out;
}


.btn-primary:hover {
  background-color: #790F0F;
  color: rgb(244, 244, 244);
  border-color: #4A0A0A;
}
.btn-primary {
  background-color: #AE3737;
  color: rgb(244, 244, 244);
  border-color: #911C1C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #7B2323;
  border-color: #661C1C;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #BBADAD;
  border-color: #FFFFFF;
}

.btn-crimson {
  background: #942B2B;
  color: white;
  font-weight: bold;
  padding: 1em 2em 1em 2em;
}

.btn-crimson:hover {
  color: white;
  background: rgba(148, 43, 43, 0.69);
}

/*
.btn-success {
    box-shadow: 0.2em 0.2em 0.1em 0px rgba(23,23,23,0.38);

    color:rgb(48, 35, 35);
    font-weight: bold;
    background-image: linear-gradient(#F8E886, #EEA427) !important;
    border-color:#f8e886!important
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color:rgb(48, 35, 35);
}
*/

.form-signin {
    background:#eeece5;
  max-width: 330px;
  padding: 35px;
  margin: 100px auto 200px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.greywrap {
    margin-left: 0;
    margin-right: 0;
}


#landing-page {
    padding-left:0;
    padding-right:0;
}
ul#landing-bullets {
    margin-top:2em;
    margin-left:1.38em;
    margin-bottom: 2em;

}

ul#landing-bullets li {
    margin-bottom: 0.38em;
}

ul li > span.glyphicon {
    margin-right: 0.38em;
    vertical-align: middle;
    color: #049100;
}

main > h1 {
    width:90%;
}

#our-customers .twitter-tweet {
    margin-right: 1.38em;
}

footer {

   color: #888;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-top: 3.14em;
}

footer hr:before {
    background: none;
}


footer #footerwrap  {
    display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
    justify-content: space-between;
    padding: 1em;
    align-items: center;

  text-align:left;

  font-size:small;
  padding-top: 2em;
  padding-bottom: 1em;
}

footer ul#navlinks {
    max-width: 75%;
    padding: 0;
    list-style-type: none;
}

footer ul#navlinks li {
    display:inline;
    margin-left: 2.38em;
    white-space: nowrap;
}


footer ul#navlinks li:first-child {
    margin-left: 0;
}

main#landing-page+footer{
    margin-top:0;
}


#footerwrap a {color:#bbb;}
#footerwrap a:hover, a:focus {color:#3b3; font-weight:normal;}

.intro {
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  align-items: center;
}

.intro h1, .intro h2, .intro h3 {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 0;
    margin-bottom:0.38em;
}
.intro h3 {
    font-weight: normal;
    margin-bottom: 1em;
}
.intro .pitch {
    max-width: 38%;
    margin-right: 3.14em;
    margin-left: 3.14em;
}

.intro .pitch h3 {
    margin-top:0.62em;
    margin-bottom: 1.38em;
}

.intro .pitch-row {
    max-width:80vw;
    /*    justify-content: center;*/
}


#pricing-info {
 display: flex;
 flex-direction: column;
 align-items: center;
}

#pricing-info h3 {
 margin:auto auto 1em auto;
}

#pricing-info .panel-heading h3 {
    color: white;
}

#prod-mode-beta {
    margin-top: 2em;
    margin-bottom: 3.14em;
}

@media only screen and (min-width: 31em) {
#prod-mode-beta {
    width: 62%; 
  }
}


#more-capacity {
    margin-top: 1.38em;
    margin-bottom: 1.38em;
}


#service-levels {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#service-levels div {
    margin: 1.62em 4em 4em 4em;

}

#service-levels table {
    width: 90%;
    margin-bottom: 2em;
}


#service-levels table td, #service-levels table th  {
 padding: 0.38em;
 border: 0.1em solid #bbb;
}

#service-levels th {
     background:rgb(85,85,85);
     color:#fff;
     font-size:110%;
}


.nav-tabs {
    width: 100%;
}

.nav-tabs>li>a {
    color: #666;
}

.tab-content {
/*    width: 100%;
    margin-left:3.14em;
*/
}

.tab-pane > .active {
    display:flex;
}

.tab-pane {
    flex-direction: column;
}

.tab-pane p {
/*    margin-left: 3em;
    margin-right: 2em;*/
}

.flex-row {
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content:space-around;
    margin: 0.62em auto 3em auto;
}

.flex-row > * {
    flex-basis: auto;
}

.intro .flex-row > * {
/*    -webkit-flex: 1;*/
}

svg { width: 100%; height: 100%;}

.left {
    justify-content: flex-start;
}

.flex-column {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items:center;
    justify-content:space-around;
}

/*
.flex-column h1, .flex-column h2, .flex-column h3, .flex-column h4 {
    margin-left: inherit;
    margin-right: inherit;
}
*/

.boxes > div {
    margin: 1em;
    flex: 0 1 17em;
}



.half-text {
/*  display: flex;
  flex-direction: column;
*/
  padding-right: 3em;
  padding-left: 3em;
  margin-left: 2em;
  margin-right: 2em;

  flex-grow: 0;
  flex-shrink: 0;
/* Googlebot renders this incorrectly and won't index the page if it's present:
  flex-basis: 38vw;
*/
  max-width: 42vw;
  /* A different issue makes Safari render it incorrectly if it
     *doesn't* have a flex-basis, so we also do: */
/*  -webkit-flex-basis: 38vw;*/



  align-items: center;
}
    
.half-text h1 { 
  margin:auto auto 0.62em auto;
  font-weight: bold;
}

.half-text div {
    margin: 0.38em auto 0.62em 0;
}

.half-image {
    margin-top: 2em;
    margin-bottom: 2em;
    /*    flex-basis: 38vw;*/
    max-width: 38vw;

}

.half-image img {
    max-width: 38vw;
}

@media only screen and (max-width: 900px) {
    .half-text {
        /*flex-basis: 62vw;*/
        max-width: 62vw;
    }
}

button, .btn { line-height: 100%;}

button.cta {
    font-size:138%;
    padding-left:0.62em;
    padding-right:0.62em;
}

button.signup {
    padding-left: 4em;
    padding-right: 4em;
    min-width:15em;
}

button.large-signup {
    padding-left: 4em;
    padding-right: 4em;
    min-width:15em;
    min-height:4em;
    font-size:120%;
}


.major-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3em;
}

.major-section h2 {
    font-size: large;
}

.boxes {
    display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}


#footer-links {
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto 1.38em 1em;
    
}

#footer-links > div {
    margin-left: 1.38em;
    margin-right: 3.62em;
}

/* On-off switch */
.onoffswitch {
    position: relative; 
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 17px;
    height: 10px; width: 50px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 5px; padding: 0; line-height: 5px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #FFFFFF; color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 20px; 
    height: 20px;
    margin: -7.5px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 17px;
    position: absolute; top: 0; bottom: 0; right: 47px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/* end on-off switch*/

#dev-prod {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-top: 3em;
}

.switch-container {
    display:flex;
    align-items: center;
}



div.onoffswitch {
    margin-left: 1em;
    margin-right: 1em;
}

h4.selected {
color: #000;
font-weight: bold;
}
    
.callout {
    margin-top: 1em;
    margin-bottom: 1.38em;
 display: flex;
 flex-flow: column;
 -webkit-flex-flow: column;
 align-items: center;
}
/***** Provisioning ******/

div.promo {
    background: #ffffaa;
    padding: 0.38em 0.62em 0.38em 0.62em;
    margin-bottom: 0.38em;
    border: 0.1em solid;
    border-radius: 0.62em;
}

div.promo h3 { margin: auto;}
div.promo p { margin: 0.38em auto auto auto;}


.amount-off {color: darkgreen;}


#database-parameters {
    max-width:62vw;
    align-items: baseline;
    justify-content: center;
}

.provision-database-row {
    align-items: baseline;
    margin-bottom: 1em;
    
}

.widget {
    display: flex;
    flex-flow: column;
    -webkit-flex-flow: column;
    margin-right: 1.62em;
    align-items:baseline;
}

.widget .flex-row {
    align-items: flex-start;
    margin: 0;
}

.provision-database-row .widget {
    width: 16em;
}

.explanation {
    padding-top:0.62em;
    max-width:20em;
}

#billing-faq h1 {
    margin-bottom: 0.38em;
}

#billing-faq p {
    text-align: initial;
    margin-left:auto;
}


#billing-faq h2 {
    font-size: 138%;
    font-weight: bold;
    text-align: initial;
}

#billing-faqs {
    align-items: flex-start;
    margin-top: 0.38em;
    padding-left:3em;
    padding-right:3em;
}

#billing-faqs > div {
     flex: 0 1 27em;
}


div#database-parameters {
    align-items: flex-start;
    flex-basis:40vw;
}

div#database-parameters div:last-child {
    margin-bottom:0;
}

div#db-overview ul.order {
    margin-bottom:1.38em;
}
div#db-overview ul.order li {
    font-weight: bold;
    font-size: 140%;
}

/*****              ****/
/***** Credit cards ****/
/*****              ****/

#cvv-popup {
    display:none;
    max-width: 38%;
    background: #eee;
    color: #000;
}



#enter-card {
    display: flex;
}


input.error, select.error {
    background-color: lightyellow !important;
}


label.error {
    font-weight: bold;
    color: #000;
}

#cc-entry {
    display: flex;
    align-items: flex-start;
    padding: 1em 2em 1em 2em;
    background: #eee;
    margin-top: 1.62em;
    border: 0.1em solid;
    border-radius:0.75em;

    max-width:62vw;
}


#cc-entry h3 {
    margin-top: 0;
    margin-bottom: 0.62em;
}

#cc-entry .flex-row {
    justify-content: inherit;
}



#cc-entry > div {
    margin: 0.62em 1em 0.38em 1em;

}

#cc-entry input {
    font-size: 1.38em;
}

#cc-entry .cc-number {
    width: 11em;
}

#cc-entry .cc-state {
    width: 4em;
}

#cc-entry .cc-zip {
    width: 5em;
}


#cc-entry .widget > div{
}

#cc-entry input.cc-cvv {
    width: 3em;
}


#cc-entry .widget {
   margin-right: 1.38em;
}

#cc-entry select {
    background: #fff;
}

#cc-entry .security-notice {
    font-size:xx-small;
    margin-top:1.62em;
}

#cc-entry .security-notice h3 {
    font-size:small;
}

#cc-entry button.place-order {
    margin-left: auto;
    padding: 0.75em 1em 0.75em 1em;
    font-size: large;
    font-weight: bold;
}

#cc-entry div.place-order-row {
    width: 94%;
}


/***** Guider ****/
#guider {
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-content: center !important;
    margin-top: 3.14159em;
    margin-bottom: 0.38em;
    width: 100%;
}

.guiders h1 {
    align-self: center !important;
    margin: 0;
}

#guider h2 {
    width: 8em;
    margin-right: 2em;
}


div#db-overview { 
    flex-basis:20em;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3.14em 1.62em 1em 0
}

div#db-overview h1, div#db-overview h2, div#db-overview h3, div#db-overview h4 {
    text-align: center;
}


#order-db {
    font-weight: bold;
    font-size: 138%;
    padding: 1em 1.38em 1em 1.38em;
}

#step-1 > .flex-row {
    margin-bottom: 0;
}

#step-2 {
    margin-bottom: 20vh;
}


#order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 1.38em;
}

/***** Account page ****/

#account {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
}

#account.row {
    flex-direction: row;
    padding-left:7%;
    padding-right:7%;
}


#account #db-header {
    background: #f5f5f5;
    margin-left:0;
    margin-right:0;
    padding-top:0.62em;
    padding-left: 8%;
    padding-right: 9%;
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
}


#account ul.nav li.active a {
    border-top-color: #D23E11;
    border-top-width: 0.25em;
    color:#464646;
}

.condensed .host-location {
    font-size: 75%;
    color: #777;
}

#account .tab-content {
    margin-left:8%;
    margin-right:8%;

    
}

#account #host-filter {
    margin-bottom:1.38em;
}

#account .hosts-list {
    margin-top: 1.38em;
}

#account .hosts-list .host {
    border-bottom: #f1f1f1;
    border-bottom-style: solid;
    border-bottom-width: 0.095em;
    justify-content: space-between;
    max-width:62vw;
    padding-bottom: 1em;
}

#account table {
    min-width: 62vw;
}

#account .nav-tabs, #account .nav-tabs>li.active>a,
#account .nav-tabs>li.active>a:focus,
#account .nav-tabs>li.active>a:hover {
    border-bottom: none !important;
    
}


#account #db-header span.host-status-icon {
    margin-right: 0.38em;
    color: #D2D2D2;
}

span.host-status-icon.glyphicon-ok {
    color:rgba(0, 128, 0, 0.48) !important;
}

#account #db-header .flex-row {
    align-items: baseline;
    margin: 0;
    justify-content: space-between;
}

.condensed h3 {
    margin-bottom:0;
    margin-top:0;
}

.condensed .host-nickname {
    font-size: 70%;
    margin-left: 0.095em;
}

#account #db-nav {
    font-size:80%;
    margin-top:1.38em;
}



@media only screen and (min-height: 31em) {
    #account {
        min-height: 70vh;
    }
    
    #account #db-header {
    }
}


#account-view {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    padding: 0;
    margin-left: 3.14em;

}

#account-view > h1, #account-view > h2 {
    margin-left: 0;
}

#account-view > p {
/*    margin-left: 0.38em;*/
}

@media screen and (min-width:48em) {
    #account-view {
        flex-grow:3;
        flex-basis: 40%;
    }
}

/** Hosts *// 
#account-view.host-view {
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
}

#account-view.host-view h2 {
    margin-top:0;
    margin-bottom: 0.38em;
}

#account-nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: small;
    flex-grow: 1;
}

@media only screen and (min-width: 35em) {
    #account-nav {
    max-width: 20vw;
    padding-top: 3.14em;
    }
}


table thead {
    font-weight: bold;
}

table td {
    padding: 1em 1.38em 1em 1.62em;
}

table tbody tr:nth-child(even) {
  background-color: white !important;
}

table tbody tr:nth-child(odd) {
  background-color: #f5f5f5 !important;
}

/**** end Account Page ****/


li.invis {
    list-style-type: none;
}


/******** Contact page ******/

#contact-us {
    align-items: flex-start;
}

#contact-us p {
    max-width: 70%;
}

/******** About page ******/
#meet-database-labs {
    margin-top: 0.38em;
    padding-bottom: 0;
}

div.about-item {
    align-items:baseline;
    min-width: 30vw;
}

div.about-item p {
    margin-top:1.38em;
    width:100%;
}

div.about-container {
    align-items:baseline;
    padding-left:3.14em;
    padding-right:3.14em;
}

div.about-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#staff {
    justify-content: space-around;
    align-items: flex-start;
}

#staff ul { list-style-type: none;}

#staff li img {
    margin-right: 1em;
    vertical-align: middle;
}

@media screen and (min-width:31em) {
    #staff {
        width: 80%;
    }
}


#about-us h1 {
    margin-bottom:0.38em;
}


li h3 {
    display: inline;
}

#about-us li {
    margin-bottom: 1em;
}

/******* Jobs page *******/
#jobs { font-size: larger; }

#jobs li {
    margin-bottom: 2em;
}


/*** Lean modal ****/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}



/** Payment Methods **/

#payment-methods {
    border: 1px solid;
    border-color: grey;
}

#payment-methods .default-card {
    border: 0.3em solid;
    font-weight: bold;
}

#payment-methods .expired-card {
    border-color: red !important;
    border: 0.2em dashed;
}

#payment-methods .expired-card .card-status {
    color: red;
    font-weight: bold;
}

#payment-methods .expired {
    font-style: italic;
}

#add-new-card {
    margin-top: 3.8em;
}

/*** Host display **/
#database-login code {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.62em 1em 0.62em 1em;
}


#account .host-status-explanation {
    font-size: small;
}

#account .host-status-explanation .inactive {
    display:none;
}


#hosts-table .confirm-delete {
    display: none;
}

div.delete-warning {
    margin: 1em;
    padding: 1em;
    background: #fdd;
    border: black;
    border-width: 0.5em;
    border-style: dashed;
    color: black;
    font-size: large;
}

div.delete-warning button {
    margin-right: 2em;
}


/*  API Keys */


div#new-api-keys {
    margin-top: 1em;
}

button#create-new-key {
    margin-top: 0.62em;
}

/******/

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #b3b3b3;
}

#features-tabs ul.nav-pills {
    font-size: 200%;
}

#features-tabs .nav-pills > li.active > a, #features-tabs .nav-pills > li.active > a:hover, #features-tabs .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #A5A5A5;
}

/***** Help page */
#help {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    @media only screen and (min-height: 31em) {
        min-height: 70vh;
    }
    padding: 1em;
}

div.help > h1 {
    width: 100%;
    margin-left:3.14em;
}

div.help h2 {
    margin-left: 0;
}

div.help h3 {
    color: darkgreen;
    font-weight: 500;
    margin-bottom: 1em;
    margin-left: 0;
}

#help-nav {
    max-width: 20em;
    margin-top: 2em;
    padding-left: 1.62em;
    padding-right: 3.14em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: larger;
    flex-grow: 1;
    @media only screen and (min-height: 31em) {
        margin-right: 3.14159em;
        margin-top: 3.14159em;
    }
}

@media only screen and (max-width: 31em) {
    #help-nav {width: 100%}
}



#help-view {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis:40%;
    flex-grow:3;
    width: 40%;
    max-width: 62em;
    margin: 0em 2em 1.38em 2em;
}

div.help > * {
    max-width: 80%;
}

div.help > div > ul > li {
    margin-bottom: 1.62em;
}

div.help > div > ul > li > ul {
    margin-top: 0.62em;
}


/***** Developers page */
#developers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    @media only screen and (min-height: 31em) {
        min-height: 70vh;
    }
    padding: 1em;
}


#developers-nav {
    max-width: 20em;
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: larger;
    flex-grow: 1;
    @media only screen and (min-height: 31em) {
        margin-right: 3.14159em;
        margin-top: 3.14159em;
    }
}

@media only screen and (max-width: 31em) {
    #developers-nav {width: 100%}
}

#developers-nav ul {
    list-style-type: none;
}

#developers-nav ul li {
    padding: 0.38em 0em 0.38em 1em;
    background: #fafafa;
    margin-bottom: 0.1em;
    margin-right: 3.14em;
}


#developers-view {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-basis:40%;
    flex-grow:3;
    width: 40%;
    max-width: 62em;
    margin: 0em 2em 1.38em 2em;
}


/***** Welcome page ****/

ul.welcome  {
    margin-top: 2.62em;
    margin-left: 4em;
}

ul.welcome li {
    font-size: large;
    margin-bottom: 2.38em;
}

/***** Coupons ****/

.coupon-expiration-text {
    font-weight: bold;
    font-size: large;
}

div#mc_subscribe {
    margin-top: 0.38em;
}

button#redeem-coupon {
    margin-left: 1em;
}


/** carousel **/
.carousel-control.right, .carousel-control.left {
    background-image: none;
}

ol.carousel-indicators {
    bottom: 0px;
}

ol.carousel-indicators li {
    border: 1px solid crimson;
}

ol.carousel-indicators .active {
    background-color: crimson;
}

#above-fold {
    align-items: center;
    background-color:black;
    background: linear-gradient(#2e2929,#942B2B,#340808);
    margin: -22px 0 0 0;
    min-height: 33.333vw;
    padding-bottom:3.14em;
}

#above-fold h1 {
    font-size: 238%;
    color:white;
    letter-spacing: 0.02em;
}

#above-fold h2, #above-fold h3 {
    color:white;
    font-weight: normal;
}

#above-fold p {
    color:wheat;
    margin-top: 2.38em;
    margin-bottom: 2.38em;
    font-size: 120%;
}

#above-fold .quote-text {
    max-width: 25em;
    margin-top: 1.62em;
    font-style: italic;
    padding-left: 0.62em;
    text-indent: -0.55em;
}

#above-fold p.quote-text {
    margin-bottom:0.62em;
}

#above-fold p.quote-attribution {
    margin-top: 0.38em;
}




.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.greystrip {
    background:#f5f5f5;
    width: 100%;
    margin: 0;
    padding: 2em;
}


/* 500 error */
main#error {
    margin-left:3.14em;
}

/* database-as-a-service */
div.learn-more {
    width: 92hw;
    padding: 1em 2em 1em 2em;
    background: #fff7e2;
    border-radius:0.75em;

}

main.dbaas h3 {
    margin-bottom:1.38em;
    font-weight: normal;
}

div#replication-parameters input {
    text-align:right;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

blockquote {
  position: relative;
  margin: 0 0 40px -30px;
  padding-left: 30px;
  border-left: 5px solid #b30000;
}

span.delete-badge {
    color:rgb(132, 93, 93) !important; 
    margin-left:0.38em;
}

td.badgecol {
    width:2em;
    max-width: 2em;
    padding:0
}

/* Debug outline:
  * {
   outline: 1px solid red;
  }
*/

ul.mbullets li {
  margin-bottom:1.38em;
}

ul#databases-nav .glyphicon {
    margin-left: 0.38em;
    opacity: 0.4;
}
ul#databases-nav .glyphicon-fire {
  color: red;
}

ul#databases-nav .editable {
    font-size:80%;

    margin-left:1em;

}

ul#databases-nav .nickname-ro {
    font-size:80%;
    margin-left:1em;
}

button.btn-x-lg {
  padding: 1em 1.62em;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}



table#top-queries .total_time, table#top-queries .avg_time,
table#top-queries .calls {
/*    min-width: 5em;*/
}

table#top-queries .meta {
    margin: auto 3.14em 1.62em 1.62em;
    color: #8E8787;
}

table#top-queries .query {
    font-family: 'Lucida Sans Typewriter', 'Lucida Console', 'Menlo', 'Monaco', 'Courier New', 'Courier', Fixed, monospace;
    padding: 3.14em 3.14em 3.14em 1.62em;
    font-size: 0.9em;

  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;

  max-height: 20em;
  overflow-y: auto;
  overflow-x: hidden;
}

table#top-queries .query div {
    max-width: 30vw;
}

#metrics > div {
    margin-bottom: 1.38em;
}

div.netdata-legend-toolbox, div.netdata-legend-resize-handler {
/*    display: none;*/
}
#trusted-by {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom:1em;
}
#trusted-by img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity:0.55;
    margin-right: 0.62em;
}

#trusted-by img:hover {
    filter:none;
    -webkit-filter:none;
    opacity:1.0;
}

img.debold {
    -webkit-filter:opacity(50%)grayscale(100%) !important;
    filter:opacity(50%)grayscale(100%) !important;
}


.full-bleed {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* overrides of the above so that netdata works: */
div.netdata-chart-legend table { min-width: inherit !important; margin: inherit !important;}
div.netdata-chart-legend td { padding: inherit !important; }
div.netdata-container-with-legend { margin-bottom: 3.14em; }

tr.secondary {
    font-weight: normal;
    font-size:80%;
}