body {
  padding: 170px 0 0 0;
  font: 14px Muli, "Lucida Grande", Helvetica, Arial, sans-serif;
  /*overflow-x: hidden;*/
}

a {
  color: #FF504D;
  cursor: pointer;
}

a:hover, a:active, a:focus {
  color: #DE2F2C;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

.panel {
  padding: 10px;
}

.btn {
    border-radius: 3px;
    padding: 16px 24px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Roboto Mono";
}

.btn-lg {
    border-radius: 4px;
    font-size: 18px;
    padding: 24px 33px;
}

.container .btn-lg, .btn-lg:active, .btn-lg:focus {
    color: #393C44 !important;
}

table .btn {
    padding: 8px 13px;
}

table .btn-toolbar > .btn {
    margin-left: 15px;
    float: none;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
    background-color: #4A90E2;
    border: none;
}

.nav.navbar-nav .btn {
    color: #FFFFFF;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
    background-color: #3C8AE4 !important;
    color: #FFF !important;
}

.btn-default, .btn-default:active, .btn-default:focus {
    background-color: transparent;
    border: 1px solid #FF504D;
    color: #6B7C93 !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    font-weight: bold;
}

.btn-default:hover {
    background-color: transparent;
    color: #FF504D !important;
    border: 1px solid #FF504D;
}

.btn-default-full {
  background-color: #FF504D;
  color: #fff !important;
}

.btn-default-full:hover {
  background-color: #E64949;
  color: #fff !important;
}

span.highlight {
  background-color: #FFFBCD;
  color: #393C44;
  padding-left: 5px;
  padding-right: 5px;
}

.row.login-logo {
    margin-bottom: 20px;
}

div.panel-login {
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

div.panel-login > .panel-heading {
    text-align: center;
    color: #888888;
    font-size: 15px;
    text-transform: uppercase;
}

div.panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align:center;
}
div.panel-login>.panel-heading a{
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
div.panel-login>.panel-heading a.active{
    color: #029f5b;
    font-size: 18px;
}
div.panel-login>.panel-heading hr{
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
div .panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
    height: 45px;
    border: 1px solid #ddd;
    font-size: 16px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

input.btn-login {
    background-color: #59B2E0;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #59B2E6;
}
input.btn-login:hover,
input.btn-login:focus {
    color: #fff;
    background-color: #53A3CD;
    border-color: #53A3CD;
}
a.forgot-password {
    text-decoration: underline;
    color: #888;
}
a.forgot-password:hover,
a.forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

input.btn-register {
    background-color: #1CB94E;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: auto;
    font-weight: normal;
    padding: 14px 0;
    text-transform: uppercase;
    border-color: #1CB94A;
}
input.btn-register:hover,
input.btn-register:focus {
    color: #fff;
    background-color: #1CA347;
    border-color: #1CA347;
}

.code {
  font-family: Consolas, 'Courier New', sans-serif;
}
textarea.code {
  min-height: 400px;
}

.pdf-preview {
  border: 0;
  height: 900px;
  width: 100%;
}

div.pdf-container {
    margin: 0 30px;
}

.table {
    margin-top: 20px;
}

nav.navbar {
    font-family: "Roboto Mono";
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.stripe-accounts .nav-tabs {
    margin-bottom: 30px;
    text-transform: uppercase;
}

nav.navbar a {
    color: #6B7C93;
}

.navbar-fixed-top {
    margin-top: 37px;
    position: absolute;
}

.navbar-default {
    text-align: center;
    background-color: transparent;
    border-color: #D9D9D9;
    border-bottom-width: 1px;
    height: 88px;
}

.navbar .navbar-brand {
  margin-top: -10px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: inherit;
  color: #FF504D;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  background-color: inherit;
  color: #FF504D;
}

.navbar-default .navbar-nav > li > .btn-primary {
  background-color: transparent;
  border: 1px solid #3C8AE4 !important;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
  color: #6B7C93 !important;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-default .navbar-nav > li > .btn-primary:hover {
  color: #fff !important;
}

ul.nav.navbar-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.ramp-receipts-logo {
    margin-bottom: 43px;
}

/*** HEADER ***/

.page-header {
    text-align: center;
    margin-top: -45px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 3.643em;
}

.page-header h2 {
    color: #393C44;
    font-size: 2.286em;
    text-align: center;
    line-height: 1.35em;
}

.page-header h3 {
    color: #6B7C93;
    font-size: 1.429em;
    text-align: center;
    margin-top: 0.714em;
    margin-bottom: 2.357em;
}

.slider-container {
    margin-top: 52px;
    text-align: center;
}

/*** SLIDER ***/
.unslider {
  margin-bottom: 25px;
}

.impressions-slider {
    width: 90%;
    margin: 0 auto 25px auto;
}

.impressions-slider ul {
  list-style: none;
  margin-bottom: 45px;
}

.impressions-slider .media-object {
    width: 50px;
    display: inline-block;
}

.impressions-slider .media-left {
    text-align: right;
    border-right: 1px solid #D9D9D9;
    padding-right: 30px;
}

.impressions-slider .media-left h4 {
    color: #6B7C93;
    font-size: 20px;
    margin-bottom: 0;
}

.impressions-slider .media-body p {
    font-family: "Roboto Mono";
    color: #393C44;
    font-size: 1.857em;
    font-weight: 300;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 0px;
}

/*** BLOCK INTEGRATION ***/
.block-integration {
  background-color: #4A90E2;
  color: #fff;
}

.block-integration h2 {
  font-size: 2.286em;
  text-align: center;
  margin-top: 58px;
  line-height: 1.35em;
}

.block-integration h3 {
  font-size: 1.429em;
  text-align: center;
  margin-top: 0.714em;
  margin-bottom: 62px;
}

.block-integration .embed-img {
  max-width: 100%;
}

.block-integration h4 {
  color: #FFFBCD;
  font-family: "Roboto Mono";
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 15px;
}

.block-integration p {
  margin-bottom: 25px;
}

.block-integration .column {
  padding-left: 40px;
  padding-right: 40px;
}

.block-integration .media-left {
  padding-right: 30px;
}

.block-integration .secondary-block {
  margin-top: 50px;
}

@media only screen and (max-width : 767px) {
  .block-integration h3 {
    margin-bottom: 40px;
  }

  .block-integration .column {
    margin-top: 40px;
  }

  .block-integration .secondary-block {
    margin-top: 30px;
  }
}

.block-integration .signup-button {
  margin-top: 65px;
  margin-bottom: 65px;
  text-align: center;
}

.block-integration .signup-button .btn-default-full {
  background-color: #51565F;
  border-color: #fff;
  color: #fff !important;
}

.block-integration .signup-button .btn-default-full:hover {
  background-color: #3C8AE4;
}

/*** BLOCK ONE ***/

.col-md-7 img {
    border-radius: 3px;
}

.block-one {
    width: 100%;
    background-color: #F6F9FC;
    padding-bottom:  3.357em;
    padding-top: 5.429em;
}

.block-one h3 {
    color: #393C44;
    font-size: 2.286em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 11px;
}

.block-one h4 {
    color: #6B7C93;
    font-size: 1.429em;
    text-align: center;
    margin-bottom: 53px;
}

.block-three h5,
.block-two h5,
.block-one h5 {
    color: #393C44;
    font-family: "Roboto Mono";
    font-size: 26px;
    font-weight: 300;
    padding-left: 23px;
    margin-bottom: 9px;
    margin-top: 0;
}

.block-three p,
.block-two p,
.block-one p {
    color: #6B7C93;
    font-size: 14px;
    margin-left: 25px;
}

section,
.block-two p {
    margin-bottom: 0;
}

a.block-text-link {
    color: #FF504D;
}

.block-text-container {
    border-left: 1px solid #4A90E2;
    margin-top: 92px;
    max-width: 395px;
}

/*** BLOCK TWO ***/

.block-two {
    padding: 47px 0;
}

/*** BLOCK THREE ***/

.block-three {
    padding: 47px 0 83px 0;
    background-color: #F6F9FC;
    position: relative;
}

.block-signup {
    background-color: #4A90E2;
}

.block-signup a {
    display: inline-block;
    margin: 0 auto;
    margin-top: -37px;
}

.block-signup a,
.block-signup a:hover,
.block-signup a:visited,
.block-signup a:focus,
.block-signup a:active  {
    background-color: #fff;
}

/*** BLOCK CHECKOUT ***/

.block-checkout {
    padding: 35px 0 84px 0;
    background-color: #4A90E2;
}

.media-body.pricing-plans {
    color: #fff;
    font-size: 26px;
    font-family: 'Roboto Mono';
    font-weight: normal;
}

.pricing-plans-logo {
    margin-top: 7px;
}

.block-checkout .col-md-4.middle {
    border-right: 1px solid #3E7DC7;
    border-left: 1px solid #3E7DC7;
}

.block-checkout .col-md-4.left {
    padding-top: 38px;
}

.btn-choose-plan,
.btn-choose-plan:active,
.btn-choose-plan:focus,
.btn-choose-plan:visited {
    background-color: #51565F;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-weight: normal;
}

.btn-choose-plan:hover {
  color: #fff !important;
  border-color: #fff;
}

.block-checkout .price, .checkout-form .price {
    font-family: 'Roboto Mono';
    color: #fff;
    font-size: 50px;
}

.block-checkout .period, .checkout-form .period {
    margin-bottom: 32px;
    margin-top: -3px;
    font-family: 'Roboto Mono';
    color: #51565F;
    font-weight: bold;
    font-size: 15px;
}

.block-checkout .dollar-sign, .checkout-form .dollar-sign {
    font-size: 24px;
    vertical-align: super;
}

.checkout-form [type="radio"] {
    display: none;
}

.checkout-form .btn-label-checkout {
    display: block;
}

.plan-buttons {
    background-color: #4A90E2;
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
}

/*** BLOCK FOUR ***/

.block-four {
    padding: 55px 0 47px 0;
}

.block-four .row.first {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 38px;
    margin-bottom: 43px;
}

.block-four .row.first .col-md-6 p {
    color: #6B7C93;
    font-family: "Roboto Mono";
    font-size: 15px;
    padding-left: 25px;
    padding-right: 65px;
    margin-top: -3px;
}

.block-four .row.second img {
    width: 107px;
}

.block-four .media-body p {
    color: #6B7C93;
    font-size: 25px;
    margin-left: 10px;
}

.block-four .col-sm-4 h3 {
    color: #393C44;
    font-size: 32px;
}

.block-four .col-sm-4 h3 span.company {
    font-weight: bold;
}

.block-four .row.second {
    padding-left: 26px;
}

.block-four .media-body,
.block-team .media-body {
    vertical-align: middle;
}

.block-four .media-body p,
.block-team .row.second p {
    margin-bottom: 0;
}


/*** BLOCK TEAM ***/

.block-team {
    padding: 34px 0 64px 0;
    background-color: #F6F9FC;
}

.block-team .row.first {
    margin-bottom: 46px;
}

.block-team .row.first p {
    color: #6B7C93;
    font-size: 17px;
    margin-top: 17px;
    padding-left: 7px;
}

.block-team h3 {
    color: #393C44;
    font-family: "Roboto Mono";
    font-size: 22px;
    font-weight: 300;
}

.block-team h3 span.bold {
    font-weight: bold;
}

.block-team .row.second {
    padding-left: 26px;
}

.block-team .row.second p {
    margin-left: 7px;
}

.block-team .row.second img {
    width: 72px;
}

.team-social a:hover,
.team-social a:active,
.team-social a:focus,
.team-social a:visited {
    text-decoration: none;
}

.fa-linkedin {
    color: #0077B5;
    margin-right: 10px;
}

.fa-twitter {
    color: #1DA1F2;
}

.block-team .row.second p.name {
    padding-bottom: 8px;
}

.block-four .row.second p.name {
    padding-bottom: 10px;
}

footer {
    background-color: #393C44;
}

footer .container {
    padding-top: 34px;
    padding-bottom: 34px;
    color: #BAC8E3;
}

footer span {
  display: block;
}

footer .stripe-trademark {
    color: #6B7C93;
    padding-top: 15px;
}

footer .ramp-ventures {
  padding-top: 7px;
}

footer a {
  color: #BAC8E3;
}

@media only screen and (max-width : 1199px) {
    .block-four .row.first .col-md-6 p {
        padding-right: 0;
    }
}

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

    .block-text-container,
    .block-one img.img-responsive,
    .block-two img.img-responsive,
    .block-three img.img-responsive {
        margin-right: auto;
        margin-left: auto;
        float: none !important;
    }

    .block-text-container {
        max-width: 640px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .block-four .row.first {
        padding-bottom: 0;
    }

    .block-four .row.first .col-md-6 {
        padding-bottom: 38px;
    }

    .block-four {
        padding-bottom: 17px;
    }

    .block-four .row.second .col-sm-4 {
        margin-bottom: 30px;
    }

    .block-team {
        padding-bottom: 39px;
    }

    .block-team .row.second .media {
        margin-bottom: 25px;
    }

    .block-checkout .col-md-4 {
        padding: 20px 0 38px 0;
    }

    .block-checkout .col-md-4.middle {
        border-top: 1px solid #3E7DC7;
        border-bottom: 1px solid #3E7DC7;
        border-left: none;
        border-right: none;
    }

    .block-checkout .col-md-4.right {
        padding-bottom: 0;
    }
}

@media only screen and (max-width : 767px) {
    #navbar-collapse {
        background: white;
        padding-bottom: 10px;
    }

    .nav.navbar-nav.menu {
        display: block;
    }

    ul.nav.navbar-nav {
        display: block;
    }

    .nav.navbar-nav.navbar-right {
        display: inline-block;
    }

    .impressions-slider .media-body p {
        font-size: 14px;
    }

    .block-four h3 {
        text-align: center;
    }

    footer img {
        margin: 34px auto;
    }

    footer .col-sm-4 {
        text-align: center;
    }

    .stripe-accounts .btn-primary {
        font-size: 11px;
        padding: 12px;
    }
}

/*******************************************
 * Documentation
 *******************************************/
.documentation {
  margin-bottom: 40px;
}

.documentation h2, .documentation h3, .documentation h4  {
  margin-top: 20px;
  margin-bottom: 10px;
}

.documentation img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.table-of-contents .affix {
  position: fixed !important;
  top: 20px;
}

.table-of-contents nav a {
  color: #777;
}

.table-of-contents nav a:hover,
.table-of-contents nav a:focus,
.table-of-contents nav a:active {
  background-color: inherit;
  color: #FF504D;
  text-decoration: underline;
}

.table-of-contents nav li ul {
  list-style: none;
  padding-left: 30px;
}

/*******************************************
 * Account details
 *******************************************/
.account-details {
  margin-bottom: 50px;
}

.account-details h2 {
  margin-bottom: 20px;
}

.account-details h3 {
  margin-bottom: 20px;
}

.container.oauth-login .row {
    margin-bottom: 20px;
}

.container.oauth-login .btn {
    padding-left: 76px;
}

.container.oauth-login .btn-social>:first-child {
    width: 52px;
    padding-top: 8px;
}

.btn-stripe span {
    background: url("/images/small-stripe-logo.png") no-repeat;
}

.btn-stripe {
    background-color: #1C99E1;
    color: #FFF;
    border-color: rgba(0,0,0,.2);
}

.btn-stripe:hover {
    background-color: #0b82c7;
    color: #FFF;
}

.btn-stripe:active, .btn-stripe:focus, .btn-stripe:visited {
    color: #FFF;
}

.user-details .btn-submit {
    margin-right: 10px;
}

.vertical-center {
    padding-top: 30%;
}

/*******************************************
 * Checkout
 *******************************************/
.checkout-form {
  margin-bottom: 20px;
}

 .card-element {
  padding-top: 8px;
}

.card-errors {
  margin-top: 5px;
}

.is-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.money-back-guarantee {
  margin-bottom: 20px;
}

.money-back-guarantee .quote {
  margin-bottom: 40px;
}

.money-back-guarantee h3 {
  margin-bottom: 20px;
  text-align: center;
}

.money-back-guarantee .quote-image {
  border-radius: 50%;
  max-width: 125%;
  width: auto;
}

.money-back-guarantee .guarantee-image {
  max-width: 125%;
  width: auto;
}

@media (min-width: 768px) {
  .money-back-guarantee .guarantee-image {
      margin-top: 10px;
  }
}

/*******************************************
 * Swagger
 *******************************************/

 .swagger-ui .topbar {
     display: none;
 }

 .swagger-ui.swagger-container {
     margin-top: -30px;
     font-family: Muli !important;
 }

 .swagger-ui pre {
     padding: 3px 0;
     font-size: 10px;
     border: none;
     background-color: transparent;
     font-weight: bold;
     font-family: 'Roboto Mono' !important;
 }

 .swagger-ui h1, .swagger-ui h2, .swagger-ui h3, .swagger-ui h4, .swagger-ui h5, .swagger-ui h6 {
     font-weight: bold;
     line-height: normal;
     font-family: Muli !important;
 }

 .swagger-ui span,
 .swagger-ui .scheme-container select,
 .swagger-ui .parameter__in,
 .swagger-ui .parаmeter__type,
 .swagger-ui .content-type {
     font-family: 'Roboto Mono' !important;
 }

 .swagger-ui p, .opblock-summary-description,
 .swagger-ui .parameter__name,
 .swagger-ui .try-out__btn,
 .swagger-ui .col_header,
 .swagger-ui .opblock-control__btn,
 .swagger-ui .response-col_status
  {
     font-family: Muli !important;
 }

 .swagger-ui .col_header {
     font-size: 14px;
 }

 .swagger-ui .microlight span {
     font-weight: normal;
 }

 .swagger-ui .response-col_description__inner p {
    font-weight: normal;
 }

 .swagger-ui .tablinks {
    color: #3b4151;
    font-family: 'Muli';
 }

 .swagger-ui ul.tab .tabitem {
     min-width: 95px;
 }

 .swagger-ui pre.example.microlight,
 .swagger-ui .response-col_description__inner span,
 .swagger-ui .body-param__example.microlight,
 .swagger-ui textarea.curl,
 .swagger-ui td.col.response-col_description pre {
     background-color: #FFF !important;
 }

 .swagger-ui pre.example.microlight span,
 .swagger-ui .response-col_description__inner span p,
 .swagger-ui .body-param__example.microlight span,
 .swagger-ui textarea.curl,
 .swagger-ui td.col.response-col_description pre span {
    color: #41444e !important;
 }

 /*******************************************
 * Embeddable
 *******************************************/

@media (min-width: 768px) {
    .embed-preview {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.embed-preview iframe {
    width: 100%;
    height: 550px;
    border: none;
}

.embed-preview-message {
    margin-top: 30px;
}

.embed-title {
    margin-bottom: 30px;
}

textarea.embed-code {
    height: 329px;
}

.colorpicker {
    min-width: auto;
}

.colorpicker-big .colorpicker-saturation {
    width: 150px;
    height: 150px;
}
.colorpicker-big .colorpicker-hue,
.colorpicker-big .colorpicker-alpha {
    width: 20px;
    height: 150px;
}
.colorpicker-big .colorpicker-color,
.colorpicker-big .colorpicker-color div {
    height: 20px;
}
