﻿html
{
    background-color: #0d121f;
}

body
{
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial;
    color: #333;
}

a
{
    color: #337ab7
}

a:hover
{
    color: #23527c
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 300;
}

/*input[type="email"],
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="search"]
{
    width: 20rem;
}*/

label
{
    font-weight: 500;
    display: inline;
}

.site-nav-header
{
    background-image: url('/Content/Images/bg/header-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Tabs
 -------------------------------------------------- */

ul.nav-tabs li
{
    cursor: pointer;
}

/* Sidebar
 -------------------------------------------------- */

/* Hide for mobile, show later */
.sidebar
{
  display: none;
}

@media (min-width: 768px)
{
  .sidebar
  {
    position: fixed;
    top: 5.1rem;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar
{
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a
{
  padding-right: 20px;
  padding-left: 20px;
}

.sidebar .active a,
.sidebar .active a:hover,
.sidebar .active a:focus
{
  color: #f5f5f5;
  background-color: #3E548E;
}

/* Main content
 -------------------------------------------------- */

.main
{
  padding: 20px;
}

@media (min-width: 768px)
{
  .main
  {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.main .page-header
{
  margin-top: 0;
}

.mainbody-offset
{
    margin-top: 2rem;
}

/* Global add-ons
 -------------------------------------------------- */

.sub-header
{
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* centered columns styles */
.row-centered
{
    text-align:center;
}

.col-centered
{
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.meet-our-team div
{
    margin-bottom: 20px;
}

.we-are-inovae small
{
    font-size: 0.7rem;
}

.we-are-inovae div
{
    line-height: 80%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel
{
  height: 500px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption
{
  z-index: 10;
}

.carousel-caption h1
{
    font-size: 4rem;
}

.carousel-caption p
{
    margin-top: 4rem;
}

/* Declare heights because of positioning of img element */
carousel-item
{
  height: 500px;
  background-color: #777;
}

.carousel-inner > .carousel-item > img
{
  /*position: absolute;
  top: 0;
  left: 0;*/
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.carousel-btn
{
    background: rgba(255, 255, 255, 0.20);
    color: #ffffff;
}

.carousel-btn:hover,
.carousel-btn:focus,
.carousel-btn:active,
.carousel-btn.active,
.carousel-btn.disabled,
.carousel-btn[disabled]
{
  color: #ffffff;
  background: rgba(255, 255, 255, 0.30);
}

.carousel-btn:active,
.carousel-btn.active
{
  background-color: #140ca2 \9;
}

/* Footer
-------------------------------------------------- */

footer
{
    background-color: #0d121f;
    color: #555;
}

footer .navbar
{
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    background-image: none;
    background-color: #0d121f;
}

/* Global helpers
-------------------------------------------------- */

.rounded
{
    border-radius: 12px;
}

.content-section-a
{
    background-color: #f8f8f8;
    padding: 50px;
}

.content-section-b
{
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 50px;
}

.horiz_center
{
    margin-right: auto;
    margin-left: auto;
}

.no-url-link
{
    cursor: pointer;
}

.center-block
{
    display: inline-block;
    text-align: left;
}

/* Alerts
-------------------------------------------------- */

#notification-container .alert
{
    margin-bottom: 0px;
}

#notification-container h4
{
    font-weight: 500;
}

/* Social buttons
-------------------------------------------------- */

.btn-social
{
    color: #fff;
    text-shadow: 0 1px 0 rgba(34,34,34,0.2);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

.btn-social:hover
{
    color: #fff;
}

.btn-social.google, .btn-social.google_oauth2
{
    background: #5b76f7;
}

.btn-social.facebook
{
    background: #3b5998;
}

#login-buttons button
{
    margin: 0 5px 5px 0;
    min-width: 180px;
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    transition: all .25s;
    border: none;
    font-weight: normal;
    border-radius: 0px;
}

.btn-social:before
{
    margin-right: 9px;
    font-family: FontAwesome;
    font-size: 17px;
}

/*.btn-social.facebook:before
{
    content: "\f09a";
}

.btn-social.google:before, .btn-social.google_oauth2:before
{
    content: "\f1a0";
}*/

/* Login/Create Account styles
-------------------------------------------------- */

form.create-or-login table
{
    border-collapse: separate;
    border-spacing: 0.5rem;
}

form.create-or-login table .text-align-up
{
    position: relative;
    top: -0.5rem; /* Needs to negate border-spacing in form.create-or-login table */
}

/* /Home/Index styles
-------------------------------------------------- */

.main-page-col h5
{
    font-weight: 500;
}

/* /Account/UpgradePledge styles
-------------------------------------------------- */

.reward-tier-upgrade
{
    border: 1px solid DarkGray;
    margin-bottom: 1rem;
    border-radius: 6px;
    padding-bottom: 0.5rem;
}

/*div.reward-tier-upgrade:hover
{
    transform: scale(1.01, 1.01);
    cursor: pointer;
}

div.reward-tier-upgrade.hover-disable:hover
{
    transform: none;
    cursor: inherit;
}*/

.pledge-header
{
    border-bottom: 1px solid DarkGray;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.pledge-amount
{
    margin-top: 0.5rem;
}

/*.paypal-button
{
    cursor: pointer;
}*/

/* Article styles
-------------------------------------------------- */

.color-h2 h2
{
    color: #0d121f;
}

.color-h3 h3
{
    color: #32477e;
}

/* Misc styling
-------------------------------------------------- */
.circle
{
    border-radius: 50%;
}

/* Stripe
--------------------------------------------------- */

/* Default style for standalone CC element */
/*.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;*/
    background-color: transparent !important;
}

.form-stripe
{
    background: #f7f8f9;
    padding: 2rem;
    border-radius: 5px;
}

.stripe-payment.error,
.stripe-payment.success,
.stripe-payment.pending
{
    visibility: collapse;
    display: none;
}

.form-stripe label
{
    color: #6b7c93;
}

.form-stripe button
{
    font-weight: 600;
    line-height: 2rem;
    height: 2rem;
    color: white;
    background: #122452;
    border-radius: 4px;
    transition: all 150ms ease;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border: none;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    padding: 0 0.8rem;
}

.form-stripe button:hover
{
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background: #032785;
}

.form-stripe section
{
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left;
}

.form-stripe fieldset
{
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15), 0 4px 6px 0 rgba(112, 157, 199, 0.15);
    border-radius: 4px;
    border: none;
    font-size: 0;
}

.form-stripe fieldset label
{
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0.5rem 0;
    align-items: center;
    justify-content: center;
    color: #525f7f;
    font-weight: 400;
    font-size: 1rem;
}

.form-stripe fieldset label:not(:last-child)
{
    border-bottom: 1px solid #f0f5fa;
}

.form-stripe fieldset label.state
{
    display: inline-flex;
    width: 75%;
}

.form-stripe fieldset:not(.with-state) label.state
{
    display: none;
}

.form-stripe fieldset label.zip
{
    display: inline-flex;
    width: 25%;
    padding-right: 60px;
}

.form-stripe fieldset:not(.with-state) label.zip
{
    width: 100%;
}

.form-stripe fieldset label span
{
    min-width: 125px;
    padding: 0 15px;
    text-align: right;
}

.form-stripe fieldset .redirect label span
{
    width: 100%;
    text-align: center;
}

.form-stripe p.instruction
{
    display: inline-table;
    margin-top: -32px;
    padding: 0 5px;
    text-align: center;
    background: #f8fbfd;
}

.form-stripe p.tip
{
    margin: -10px auto 10px;
    padding: 5px 0 5px 30px;
    font-size: 14px;
    background: url(/Content/Images/InfoItem.svg) left center no-repeat;
}

.form-stripe .field
{
    flex: 1;
    padding: 0 15px;
    background: transparent;
    font-weight: 400;
    color: #31325f;
    outline: none;
    cursor: text;
}

.form-stripe .field::-webkit-input-placeholder
{
    color: #aab7c4;
}

.form-stripe .field::-moz-placeholder
{
    color: #aab7c4;
}

.form-stripe .field:-ms-input-placeholder
{
    color: #aab7c4;
}

.form-stripe fieldset .select::after
{
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    background-image: url(/Content/Images/Dropdown.svg);
    pointer-events: none;
}

.form-stripe input
{
    flex: 1;
    border-style: none;
    outline: none;
    color: #313b3f;
}

.form-stripe select
{
    flex: 1;
    border-style: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #313b3f;
    cursor: pointer;
    background: transparent;
}

/*.form-stripe select:focus
{
    color: #666ee8;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active
{
    -webkit-text-fill-color: #313b3f;
    transition: background-color 100000000s linear 100000000s;
    -webkit-animation: 1ms void-animation-out 1s;
}

#payment-request
{
    visibility: hidden;
    opacity: 0;
    min-height: 100px;
    padding: 20px 0;
    transition: visibility 0s, opacity 0.3s ease-in;
}

#payment-request.visible
{
    visibility: visible;
    opacity: 1;
}

#card-element
{
    margin-top: -1px;
}

#ideal-bank-element
{
    padding: 0;
}

#country
{
    display: flex;
    align-items: center;
}

#country select
{
    margin: 0 -15px 0 -30px;
    padding: 0 15px 0 30px;
}

/*
#country::before
{
    display: inline-flex;
    content: '';
    width: 21px;
    height: 15px;
    background: url(/Content/Images/Flags.svg);
    background-position: -1000px -1000px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#country.AT::before
{
    background-position: -165px -10px;
}

#country.AU::before
{
    background-position: -196px -10px;
}

#country.BE::before
{
    background-position: -227px -10px;
}

#country.BR::before
{
    background-position: -351px -10px;
}

#country.CA::before
{
    background-position: -382px -10px;
}

#country.CH::before
{
    background-position: -475px -10px;
}

#country.CN::before
{
    background-position: -41px -35px;
}

#country.DE::before
{
    background-position: -134px -35px;
}

#country.DK::before
{
    background-position: -196px -35px;
}

#country.ES::before
{
    background-position: -320px -35px;
}

#country.EU::before
{
    background-position: -351px -35px;
}

#country.FI::before
{
    background-position: -382px -35px;
}

#country.FR::before
{
    background-position: -413px -35px;
}

#country.GB::before
{
    background-position: -475px -35px;
}

#country.HK::before
{
    background-position: -41px -60px;
}

#country.IE::before
{
    background-position: -196px -60px;
}

#country.IT::before
{
    background-position: -351px -60px;
}

#country.JP::before
{
    background-position: -444px -60px;
}

#country.LU::before
{
    background-position: -258px -85px;
}

#country.MX::before
{
    background-position: -475px -85px;
}

#country.NL::before
{
    background-position: -103px -110px;
}

#country.NO::before
{
    background-position: -134px -110px;
}

#country.NZ::before
{
    background-position: -165px -110px;
}

#country.PT::before
{
    background-position: -413px -110px;
}

#country.SE::before
{
    background-position: -103px -135px;
}

#country.SG::before
{
    background-position: -134px -135px;
}

#country.US::before
{
    background-position: -475px -135px;
}

#country.KR::before
{
    background-position: -41px -85px;
}

#country.RU::before
{
    background-position: -10px -135px;
}
*/

/* Payment Methods */

#payment-methods
{
    margin: 0 0 20px;
    border-bottom: 2px solid #c9d1e0; /*#e8e8fb;*/
}

#payment-methods li
{
    display: none;
}

#payment-methods li label
{
    margin: 0;
}

#payment-methods ul
{
    margin: 0;
    padding: 0;
}

#payment-methods li.visible
{
    display: inline-block;
    margin: 0 20px 0 0;
    list-style: none;
}

#payment-methods input
{
    display: none;
}

#payment-methods label
{
    display: flex;
    flex: 1;
    cursor: pointer;
}

#payment-methods input + label
{
    position: relative;
    padding: 5px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

#payment-methods label::before
{
    content: '';
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #032785; /*#6772e5;*/
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.25s ease-in-out;
}

#payment-methods label:hover
{
    /*color: #6772e5;*/
    color: #032785;
    cursor: pointer;
}

#payment-methods input:checked + label
{
    /*color: #6772e5;*/
    color: #032785;
}

#payment-methods label:hover::before,
#payment-methods input:checked + label::before
{
    opacity: 1;
    transform: scaleX(1);
}

#payment-methods,
.payment-info
{
    display: none;
}

.payment-info:not(.paycard)
{
    margin-bottom: 15px;
}

.payment-info.ideal
{
    margin-bottom: 0;
}

#payment-methods.visible,
.payment-info.visible
{
    display: block;
}

.payment-info.paycard.visible,
.payment-info.sepa_debit.visible
{
    text-align: center;
}

.payment-info p.notice
{
    font-size: 14px;
    color: #8898aa;
    text-align: left;
}

#wechat-qrcode img
{
    margin: 0 auto;
}

#payment-confirmation
{
    /*display: none;*/
    display: flex;
    height: 0px;
    align-items: center;
    width: 100%;
    visibility: collapse;
    overflow-x: hidden;
    opacity: 0;
    /*background: #f8fbfd;*/
    text-align: left;
    transition: visibility 0s, opacity 0.25s linear 0.25s;
}

#payment-confirmation.success,
#payment-confirmation.failed,
#payment-confirmation.processing,
#payment-confirmation.receiver,
#payment-confirmation.error
{
    visibility: visible;
    opacity: 1;
    height: auto;
    /*display: flex;*/
}

#payment-confirmation h1
{
    font-size: 42px;
    font-weight: 300;
    color: #122452;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}

#payment-confirmation .status
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px 0 100px;
    max-width: 75%;
    height: 350px;
    margin: 2rem auto;
    /*background: #fff url(/images/order.svg) 75px center no-repeat;*/
    box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15);
    border-radius: 6px;
}

#payment-confirmation .status p
{
    margin: 0 0 15px;
}

#payment-confirmation .status li
{
    margin-bottom: 5px;
    list-style: none;
}

#payment-confirmation.success:not(.processing) .status.processing,
#payment-confirmation.success:not(.receiver) .status.receiver,
#payment-confirmation.success:not(.error) .status.error
{
    display: none;
}

#payment-confirmation.processing .status.success,
#payment-confirmation.receiver .status.success
{
    display: none;
}

#payment-confirmation.error .status.success,
#payment-confirmation.error .status.processing,
#payment-confirmation.error .status.receiver
{
    display: none;
}

#payment-confirmation.error .status.error
{
    display: flex;
}

#payment-confirmation.error .error-message
{
    font-family: monospace;
}