﻿input[type='number'] {
    -moz-appearance: textfield;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.txtbx {
    padding: 8px 8px !important;
    font-size: 16px !important;
    border: 0 !important;
    border-radius: 2px !important;
}

.purtx {
    background-color: #FFF;
    color: #444;
}

.mt60 {
    margin-top: 60px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb8 {
    margin-bottom: 8px;
}

.ml60 {
    margin-left: 60px;
}

.ml40 {
    margin-left: 40px;
}

.ml30 {
    margin-left: 30px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml7 {
    margin-left: 7px;
}

.ml8 {
    margin-left: 8px;
}

.ml5 {
    margin-left: 5px;
}

.mlp2 {
    margin-left: 2%;
}

.mlp4 {
    margin-left: 4%;
}

.mlp5 {
    margin-left: 5%;
}

.mlp10 {
    margin-left: 10%;
}

.mrp2 {
    margin-right: 2%;
}

.mrp4 {
    margin-right: 4%;
}

.mrp5 {
    margin-right: 5%;
}

.mrp10 {
    margin-right: 10%;
}

.mr60 {
    margin-right: 60px;
}

.mr40 {
    margin-right: 40px;
}

.mr30 {
    margin-right: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr7 {
    margin-right: 7px;
}

.mr8 {
    margin-right: 8px;
}

.mr5 {
    margin-right: 5px;
}

.pt60 {
    padding-top: 60px;
}

.pt40 {
    padding-top: 40px;
}

.pt30 {
    padding-top: 30px;
}

.pt30 {
    padding-top: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl60 {
    padding-left: 60px;
}

.pl40 {
    padding-left: 40px;
}

.pl30 {
    padding-left: 30px;
}

.pl20 {
    padding-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.pl5 {
    padding-left: 5px;
}

.plp2 {
    padding-left: 2%;
}

.plp4 {
    padding-left: 4%;
}

.plp5 {
    padding-left: 5%;
}

.plp10 {
    padding-left: 10%;
}

.prp2 {
    padding-right: 2%;
}

.prp4 {
    padding-right: 4%;
}

.prp5 {
    padding-right: 5%;
}

.prp10 {
    padding-right: 10%;
}

.pr60 {
    padding-right: 60px;
}

.pr40 {
    padding-right: 40px;
}

.pr30 {
    padding-right: 30px;
}

.pr20 {
    padding-right: 20px;
}

.pr10 {
    padding-right: 10px;
}

.pr5 {
    padding-right: 5px;
}

.f36 {
    font-size: 36px;
}

.f30 {
    font-size: 30px;
}

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.inline {
    display: inline-block;
}

#login {
    max-width: 480px;
    margin: 0 auto;
}

.show {
    display: inline-block;
}

.full-btn {
    width: 100%;
}

.gen-btn-disabled {
    background-color: #CCC !important;
    color: #000 !important;
}

    .gen-btn-disabled:hover {
        background-color: #CCC !important;
        color: #000 !important;
        cursor: default !important;
    }

/* CCS STYLE BELOW IS FROM THE INLINE STYLE */

.order-info {
    height: 50px;
    line-height: 50px;
}

.order-info-sel {
    position: relative;
}

    .order-info-sel::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 15px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #e8e8e8;
        clear: both;
    }

.order-items {
    display: none;
}

.order-contact {
    display: none;
}

.text-90 {
    margin-left: -5%;
    margin-right: -5%;
    -ms-transform: scaleX(0.9);
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
}

.text-90-centered {
    -ms-transform: scaleX(0.9);
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
}

.fw300 {
    font-weight: 300;
}

.account-header {
    height: 80px;
    line-height: 80px;
}

#account-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

#account-sidebar {
    width: 60px;
    min-height: 600px;
    background-color: #444;
}

#account-info-shell {
    width: calc(100% - 60px);
    max-width: 600px;
    min-height: 600px;
    background-color: #EEE;
    float: left;
    padding-top: 22px;
}

#account-points {
    background: url(../img/atms-rewards-bg.png) 0 0 no-repeat;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#account-points-value {
    font-family: 'Open Sans';
    font-size: 80px;
    line-height: 80px;
}

.pt15 {
    padding-top: 15px;
}

#atms-rewards {
    width: 100%;
    min-height: 680px;
    float: left;
}

#account-main-header {
    width: 100%;
    max-width: 660px;
    height: 80px;
    background-color: #6A2C99;
    line-height: 80px;
}

#account-contact-wrapper {
    height: 300px;
}

#account-contact {
    padding: 16px 16px;
    width: 100%;
    height: 100%;
    border: 0;
    font-family: 'Open Sans';
}

.account-items-title {
    width: 80%;
    vertical-align: top;
}

.account-items-price {
    width: 20%;
    text-align: right;
    vertical-align: top;
}

#atms-rewards-extra {
    display: none;
}

.account-header {
    text-align: center;
}

#atms-rewards-blurb {
    text-align: center;
}

#order-item-list {
    background-color: #444;
    width: 100%;
    min-height: 600px;
    height: 100%;
    float: left;
    position: relative;
}

#order-slide-in {
    float: left;
    position: absolute;
    left: 100%;
    width: 100%;
    height: 0;
}

.oh-line {
    width: 99%;
    height: 1px;
    background-color: #FFF;
    position: relative;
    left: 1px;
    top: 14px;
}

.in-block {
    display: inline-block;
}

.bg-444 {
    background-color: #444;
}

.btn-orange-white:hover {
    background-color: #FFF;
    color: #444 !important;
}

.achieve {
    width: 86%;
    margin: 20px 7%;
    height: 300px;
    float: left;
}

.achieve-image {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

    .achieve-image img {
        display: block;
        width: 130px;
        height: 130px;
    }

.ach-wrp {
    display: inline-block;
    text-align: center;
}

#birthdate_blurb {
    max-height: 300px;
    overflow: hidden;
}

.gen-btn-disabled-white {
    background-color: #CCC !important;
    color: #444 !important;
}

    .gen-btn-disabled-white:hover {
        background-color: #CCC !important;
        color: #444 !important;
        cursor: default !important;
    }

#profile_wrapper {
    color: #FFF;
}

#profile-welcome {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 8px;
}

#profile-lhs {
    width: 100%;
    padding: 10px 20px;
}

#profile-rhs {
    width: 100%;
    padding: 10px 20px;
}

.acc-bg {
    background: #037cc1 url(../img/atms-island-account-ni.jpg?v=2) center bottom no-repeat;
}

.hides-over {
    display: block;
}

.acw-wrap {
    display: flex;
    flex-direction: column;
}

@media all and (min-width:480px) {

    #atms-rewards {
        min-height: 560px;
    }

    #atms-rewards-extra {
        display: initial;
    }

    .account-header {
        text-align: left;
        margin-left: 20px;
    }

    #atms-rewards-blurb {
        text-align: left;
    }

    #achievements {
        padding-left: 2%;
        padding-right: 2%;
    }

    .achieve {
        width: 44%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media all and (min-width:663px) {

    .acw-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    #account-wrapper {
        max-width: calc(100% - 320px);
    }

    #atms-rewards {
        width: 290px;
        float: right;
        min-height: 680px;
    }

    #atms-rewards-extra {
        display: none;
    }
}

@media all and (min-width:768px) {

    #achievements {
        padding-left: 2%;
        padding-right: 2%;
    }

    .achieve {
        width: 28%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media all and (min-width:992px) {

    #achievements {
        padding-left: 0.5%;
        padding-right: 0.5%;
    }

    .achieve {
        width: 23.75%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    #profile_wrapper {
        height: 440px;
        color: #FFF;
    }

    #profile-lhs {
        width: 50%;
        float: left;
        padding: 10px 20px;
    }

    #profile-rhs {
        width: 47%;
        float: right;
        padding: 10px 20px;
    }

    #profile-welcome {
        font-size: 18px;
        margin-top: 210px;
        letter-spacing: 8px;
    }

    .acc-bg {
        background: #037cc1 url(../img/atms-island-account.jpg?v=2) center bottom no-repeat;
    }
}

@media all and (min-width:1194px) {
    .acc-bg {
        background: #037cc1 url(../img/atms-island-account-1182.jpg?v=2) center bottom no-repeat;
    }
    #account-main-header {
        max-width: 862px;
    }
    .review-points-cell {
        width: 382px;
    }
    #account-info-shell {
        max-width: 862px;
    }
}
