.dash-alert span.m-badge {
    position:absolute;
    left:calc(50% + 10px);
    top:30px;
}

.dash-portlet.info, .dash-alert.info {
    border: 1px solid #36a3f759;
}
.dash-portlet.danger, .dash-alert.danger {
    border: 1px solid #f4516c59;
}
.dash-portlet.warning, .dash-alert.warning {
    border: 1px solid #ffb82259;
}


.ppu.active {
    border:1px solid #ffb822 !important;
    transition: border-color .5s;
}
.ppu.active div {
    background-color:white !important;
    transition: background-color .5s;
}
body {
    color:#898b96;
}
.m-radio, .m-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
}

.m-stack.m-stack--general.m-stack--ver.m-stack--demo {
    height: 40px;
}
#id_address
.m-invoice-2 .m-invoice__wrapper .m-invoice__footer {
    margin-top: 0;
    padding: 2rem;
}
.close {
    position:absolute;
    top:30px;
    right:30px;
}
.cart .address {
    border-bottom:1px dashed rgba(0,0,0,.1);
    padding-bottom:10px;
    margin-bottom:10px;
}
.m-option .m-option__label .m-option__body {
    font-size:1em;
}
#termsWrap {

    overflow-y: scroll;
    background-color: whitesmoke;
    padding: 15px;
}
#terms {
    font-family: monospace;
    padding-bottom:15px;
}
.payment-method-icons i {
    font-size: 2.7rem;
    margin-right: 7px;
    color: #34bfa3;
}
.source {
    font-size:18px;
}
.source i {
    margin-right: 10px;
    margin-left: 10px;
}
.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;
}
div#card-element {
    width:100%;
}

.powered-by-stripe img {
    max-width: 119px;
    display: block;
    margin: auto;
    margin-top: 15px;
    opacity: .6;
}

#mapInputs {
    background-color:rgba(0,0,0,.1);
    width:100%;
    height:75px;
}
.service-cost {
    min-width:80px;
}
#dragMessage {
    background-color: #f4516c;
    color: #FFFFFF;
    padding: 20px;
    font-size: 20px;
    border-radius: 5px;
    max-width:90vh;
    width:300px;
    max-width:100%;

}
#auto_address {
    margin-top:10px;
}
#loader {
    position:fixed;
    height:100vh;
    width:100%;
    left:0;
    top:0;
    z-index:10
}
#loadingWrap {
    top: calc(50vh - 40px);
    left: calc(50% - 40px);
    position: absolute;

}
.lds-ellipsis {
    display: inline-block;
    width:80px;
    height: 80px;
    position:absolute;
    text-align:center;

}
.lds-ellipsis div {
    position: absolute;
    top:33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.product-title {
    width:calc(100% - 30px);
    position:absolute;
    text-align:center;
    color:white;
    padding:10px;
    background:rgba(0,0,0,.8);
    bottom:0;
    border-radius:0 0 5px 5px
}
.add-product {
    cursor:pointer;
}
.add-product img {
    border-radius:5px;
}
.product {
    opacity:0;
    display:block;
    transition:opacity .5s, left .5s;
    position: fixed;
    top:100vh;
    left:100%;
    height:100vh;
    width: 100vw;
    z-index:-1

}
body.active-product {
    overflow:hidden;
    height:100vh;
}
.product.active {
    visibility: visible;
    opacity:1;
    background-color:white;
    z-index:2;
    padding-top:100px;
    padding-bottom:3em;
    top:0;
    left:0;
    overflow:auto;
}
.cartTitle {
    position: absolute;
    padding-left: 5px;
    padding-right: 17px;
    z-index:1;
    left: 30px;
    top: -14px;
}
.cart {
    border:1px solid #34bfa3;
    min-height: 100px;
    border-radius: 5px;
    padding:15px;
    padding-top:15px;
}
.add-ons {
    border: 1px solid #34bfa3;
    border-radius: 5px;
    padding: 1em;
    padding-top: 2em;
    margin-bottom: 1em;
    margin-top: 1em;
}
.add-ons h3 {
    background-color:white;
    position: absolute;
    padding-left: 5px;
    padding-right: 17px;
    left: 30px;
    font-size:20px;
    top: 5px;
}
.touchspin.small {
    height:30px;
    max-width: 46px;

}
.add-ons button.btn.btn-default.bootstrap-touchspin-down, .add-ons button.btn.btn-default.bootstrap-touchspin-up {
    width:inherit;
    height:30px;
    font-size: 20px;
    line-height: 5px;
}
button.btn.btn-default.bootstrap-touchspin-down, button.btn.btn-default.bootstrap-touchspin-up {
    height: 56px;
    width: 56px;
    text-align: center;
    font-size: 22px;
}
.bootstrap-touchspin-prefix {
    height:30px;
    line-height:10px !important;
    background-color: #f7f8fa;
}
.bootstrap-touchspin-postfix {
    line-height: 35px !important;
    background-color: #f7f8fa;
}



.dash-alert, .dash-portlet {
    cursor:pointer;
    background-color:#ffffff;
    text-align: center;
    border-radius: 10px;
    display: block;
    padding: 10px 20px;
    margin-bottom:15px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
.dash-portlet {
    cursor:default;
}
.dash-alert i {
    font-size:38px;
}

.m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__hor-arrow, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow {
}
input[type="radio"], input[type="checkbox"] {
    text-align: left;
    width: 18px;
    margin-top: 20px;
    height: 18px;
}
body, .m-header .m-header__top, .m-brand {
    background:#f5f5f5;
}
body.hijacked {
    height: calc(100% + 150px);
}
.hijacked-warning-bootstrap {
    position:fixed;
    width:100%;
    bottom:0;
    font-weight:500;
    text-shadow:1px 1px 1px white;
    padding: 7px;
    margin-bottom: 0;
    line-height: 2.4em;
}
.account-number {
    font-size:16px;
    position:absolute;
    right:5vw;

}
