.message {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.error{
    background-color: #FF6666 !important;
    color: white !important;
}

.startform{
    max-width: 500px;
    min-height: 500px;
}
html, body{
    height: 100%;
}
.app{
    min-height: 100%;
    padding-bottom: 0px;
}

.nodes, .plans{
   min-height: 300px;
}
.ourservices{
   max-width: 700px;
}
.price_header{
    margin-left: 20px;
    margin-right: 20px;
}
.francesc{
    background-image: url("/static/images/people/photo-francesc.png");
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius:50%;
    margin: auto;
}

.hugo{
    background-image: url("/static/images/people/hugo.jpg");
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius:50%;
    margin: auto;
    transform: rotate(270deg)
}
.ilan{
    background-image: url("/static/images/people/ilan.jpg");
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius:50%;
    margin: auto;
    /* transform: rotate(270deg) */
}
.satra{
    background-image: url("/static/images/people/satra.png");
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius:50%;
    margin: auto;
    /* transform: rotate(270deg) */
}
.harsh{
    background-image: url("/static/images/people/harsh.jpg");
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
    border-radius:50%;
    margin: auto;
    /* transform: rotate(270deg) */
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.credit-card {
    background-color: #EEE;
    padding: 10px;
    border-radius: 10px;
    line-height: 1.3;
}
.expander{
    float: right;
    margin-right: 20px;
}
.jupyter-simple{
    padding-left: 20px;
    padding-right: 20px;
}
.jupyter-advanced-toggle-bar{
    padding-left: 10px;
}
@media (min-width: 600px) {
    .expander{
        margin-right: 30px;
    }
    div.advanced-options{

    }
}
.advanced-options{
    background-color: #eee;
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
}
.server_display{
    background-color: #f0f0f0;
    padding: 20px;
    margin: 5px;
}
.server_display h3{
    margin: 0px;
}

.warn{
    color: #ff6721;
    border-color: #ff6721;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade {
  transition: opacity 0.15s linear;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0,0,0,0.4);
}

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}


@media (min-width: 992px) {
    .landing-cta-container{
        width: 992px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .landing-cta-container .landing2-hero{
        margin-right: 30px;
    }
    .landing2-hero-box button{
        font-size: 20px;
        margin: 0px;
        margin-top: 10px;
        width: 200px;
    }
    p.landing2-hero{
        font-size: 2em;
    }
    p.landing3-hero{
        font-size: 1.5em;
    }

    .landing2-hero-box{
        min-height: 1000px;
    }
    .landing2-hero-box.landing3-hero-box{
        min-height: 500px;
    }
    .landing2-hero-box h1{
        font-size: 3em;
        padding-top:100px;
    }
    .landing2-hero-box .hero__content__inner{
        max-width: 1000px;
    }
}
.plan-price{
    font-size: 30px;
}
.pricing-container {
    width: 88%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    /* border-color: #aaa;
       border-width: 1px;
       border-style: solid;     */
}
@media (min-width: 992px) {
    .nodes{
        display: flex;
        width: 100%;
    }
    .nodes > .node{
        width: 33%;
    }
    .plans{
        display: flex;
    }
    .plans-landing{
        width: 1000px;
    }
    /* .pricing-title{
       width: 1000px;
       color: white;
       background-color: #408ACF;
       padding-top: 10px;
       padding-bottom:10px;
       padding-left: 20px;
       } */
    .plans > .plan{
        width: 33%;
    }
    .plan-contents{
        height: 350px;
    }
    .plan-contents-landing{
        height: 450px;
    }
    .node-contents{
        height: 300px;
    }
    .plan-pricing{
        height: 50px;
    }
}

.plan{
    padding-top:30px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-color: #aaa;
    border-width: 1px;
    border-style: solid;
}

.plan-contents{
    padding-right: 10px;
}

.node > .node-title,
.node-pricing > .node-title,
.plan > .plan-title,
.plan-pricing > .plan-title{
    /* background-color: #fc3a00; */
    /* color: #FFFFFF; */
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.current-plan.plan > .plan-title{
    /* background-color: #1874CD; */
}
.current-plan.plan{
    /* border-color: #1874CD; */
}


ul.checkmark li {
  list-style-type: none;
  margin-bottom: 0.2em;
  position: relative;
}

ul.checkmark{
    padding-left: 15px;
    padding-right: 15px;

}
.feature-text{
    font-weight: bold;
    margin-left: 20px;
}
ul.checkmark li:before {
    content:  "\2713";
    padding-right:5px;
    color: green;
    position: absolute;
    font-weight: bold;
}

.plan-descr{
    font-size: 1.5em;
}
a.upgrade_button{
  background-color: #06d19c;
  border-color: #06d19c;
  color: #fff;
  width: 200px;
}
.progress-container{
    height: 30px;
    width: 100%;
    border-color: #0099cc;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}
.progress-content{
    background-color: #0099cc;
    height: 100%;
}
.button.github-button{
    background-color: #333;
    border-color: #333;
    color: white;
    width: 250px;
    margin-bottom:5px;
}
.button.google-button{
    background-color: #0057e7;
    border-color: #0057e7;
    color: white;
    width: 250px;
    margin-bottom:5px;
}
.bundle_file_listing{
    margin: auto;
    width: 100%;
    max-width: 700px;
    padding-bottom: 100px;
}
.f-container{
    margin: auto;
    width: 100%;
    max-width: 900px;
    padding-left: 10px;
}
.bundle_file_entry{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 12px;
}
.bundle_file_entry:last-child{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.f-content{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 12px;
    min-height: 600px;
}
.f-display-nb{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 1500px;
    padding:2px;
}

.bundle_listing{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 30px;
}

.link.bundle_title{
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 15px;
}
.bundle_listing .bundle_title .link{
    padding: 0px;
    margin: 0px;
}
.bundle_listing .bundle_descr{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.bundle_gallery_listing{
    margin: auto;
    width: 100%;
    max-width: 700px;
}
.bundle-header{
   margin-bottom: 30px;
}
.author{
    margin-top: 10px;
}
.website-screenshot{
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}
.app__main{
    margin-bottom: 20px;
}
.node-price-table{
    width: 100%;
    max-width: 500px;
    margin-bottom: 100px;
    margin: auto;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.node-price-table th{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #408ACF;
    color: #FFF;
}
.node-price-table td,
.node-price-table th
{
    vertical-align: top;
    padding-left: 10px;
}
.node-price-table tr{
    vertical-align: top;
}
.node-price-table tr:nth-child(even){
    background-color: #f2f2f2;
}
@media (max-width: 991px) {
    ul.vMenu > li.pub-instruction-link{
        width: 80%;
    }
}
.vMenu__publish{
    word-break: break-all;
}
ul.vMenu > li.pub-instruction-link > a{
    font-weight: 600;
}

#advanced::before {
  display: block;
  content: " ";
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 992px) {
    .nb-heading{
        display: flex;
        justify-content: space-between
    }
}

.setup {
    padding-top: 102.66667px;
    min-height: 1000px;
}

.user-table{
    width: 100%;
    max-width: 900px;
    margin-bottom: 100px;
    margin: auto;
    text-align: left;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.user-table th{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #408ACF;
    color: #FFF;
}
.user-table td,
.user-table th
{
    vertical-align: top;
    padding-left: 10px;
}
.user-table tr{
    vertical-align: top;
}
.user-table tr:nth-child(even){
    background-color: #f2f2f2;
}
.add-user-form{
    max-width:500px;
    margin: auto;
}
.add-image-form{
    max-width:500px;
    margin: auto;
}
.symbol-target {
    padding-top: 80px;
    margin-top: -80px;
    width: 1px; /* '0' will not work for Opera */
    display: inline-block;
}
.landing-form{
    margin: 0px;
}
.app__main{
    min-height: 800px;
}
