@import url(//fonts.googleapis.com/css?family=Lato:400,300,200,100);

#home {
    padding-top: 25vh;
    color: #ffffff;
    font-size: 1.5em;
    z-index: 50;
    background-color: #000000;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    text-align: center;
    line-height: normal;
}

#home #title {
    font-weight: 100;
    font-size: 26pt;
    margin-top: 10px;
    margin-bottom: 10px;
}
#home #by {
    font-weight: 400;
    font-size: 10pt;
    font-style: italic;
}
#home center {
    font-size: 1em;
    font-weight: 300;
    color: #FCA428;
}
#home #loading-bar .mdl-spinner__layer {
    border-color: #2197f4 !important;
}
.env-banner {
    color: #ffffff;
    background-color: #000000;
    width: 100%;
    font-size: 14pt;
    padding: 2px;
    display: none;
    position: absolute;
    z-index: 1000;
    bottom: 0;
}
@import url(//fonts.googleapis.com/css?family=Lato:400,300,200,100);

#more-options-content {
    min-height: 100%;
    height: 100%;
    width: 100%;
    float: inherit;
}

#options .container {
    position: relative;
    width: 200px;
    padding: 0;
    margin: 0;
}

#more-options-content #more-options {
    min-height: 100%;
    height: 100%;
}

#more-options .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    padding: 16px;
}

#more-options button {
    margin-top: 0;
}

#more-options .modal-header {
    padding-bottom: 0;
}

#more-options-content #back {
    font-size: 16pt;
    font-weight: 200;
    line-height: 50px;
    margin-left: 20px;
    margin-right: 40px;
    height: 600px;
    margin-top: 10px;
}
#more-options-content #more-options .mdl-textfield {
    width: 100%;
}

#options {
    color: #fff;
    background: #000;
    padding-top: 20px;
    z-index: 50;
    width: 100%;
    height: 100%;
    min-height: 100%;
    line-height: 1.3;
    display: none;
    float: left;
}

#options #title {
    font-weight: 100;
    font-size: 24pt;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #c3c3c3;
}
#options #token-label {
    height: 40px;
}
#options #token-label #label {
    float: left;
    font-weight: 300;
    font-size: 22pt;
    color: #FFFFFF;
}
#options #token-label #other {
    float: left;
}
#options #token-label .other-options {
    margin-left: 30px;
    margin-top: -30px;
    width: 200px;
    display: none;
}
#options #token-label .other-options ul {
    font-size: 16pt;
    padding: 18px;
    line-height: 40px;
    color: #969ba3;
}
#options #token-label #other button {
    margin-top: 5px;
    background: #000;
    border: 0;
}
#options #company-name {
    font-weight: 300;
    font-size: 14pt;
    color: #535860;
}
#options #token-value {
    font-weight: 300;
    font-size: 14pt;
    color: #535860;
}
#options .mode-kiosk {
    width: 330px;
    font-weight: 300;
    font-size: 22pt;
    color: #FFFFFF;
}
#options .mode-coach {
    width: 330px;
    font-weight: 300;
    font-size: 22pt;
    color: #FFFFFF;
}


.from-options-to-store {
    left: 20px;
    top: 40px;
    float: left;
    display: block !important;
    color: #969ba3 !important;
}

#options #ver {
    position: absolute;
    font-weight: 300;
    font-size: 14pt;
    color: #969ba3 !important;
    left: 80px;
    bottom: 30px;
}

#options .other-options {
    left: inherit;
    position: absolute;
    width: 150px;
}
#options .other-options ul {
    background: #fff;
    border-radius: 2px;
    color: #000;
    list-style:none;
}
#options .other-options a:link {
    color: #969ba3;
}
#options .other-options a:hover {
    color: #969ba3;
    text-decoration: none;
}
#options .other-options a:visited {
    color: #969ba3;
}

#options .mdl-radio__inner-circle {
    background: rgb(68,138,255);
    border: 2px solid rgb(68,138,255);
    height: 22px;
    width: 22px;
}
#options .mdl-radio__outer-circle {
    border: 2px solid rgb(68,138,255);
    height: 30px;
    width: 30px;
}
#options .mdl-radio {
    float: right;
}
@import url(//fonts.googleapis.com/css?family=Lato:400,300,200,100);

html {
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
    overflow: hidden;
}
body {
    margin: 0;
    height: 100%;
    color: #616770 !important;
    overflow: auto;
    font-family: 'Lato';
    background: #000;

    -webkit-touch-callout: none;
    -webkit-user-select: none;

}

.pp-modal-form .modal-header  {
    margin-left: 13px;
    margin-top: 10px;
}
.pp-modal-form .modal-title  {
    padding: 0;
}
.pp-modal-form .modal-body  {
    border: 0;
}
.pp-modal-form .modal-body .mdl-textfield  {
    width: 100%;
}
.pp-modal-info .modal-header  {
    margin-left: 13px;
    margin-top: 10px;
}
.pp-modal-form .modal-title  {
    padding: 0;
}
.pp-modal-info .modal-body  {
    border: 0;
    text-align: center;
}
.pp-modal-scrollable .modal-body  {
    padding: 0;
    margin: 0;
}

#error-global {
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: absolute;
    z-index: 2000;
    display: none;

}
#error-global #wrapper {
    width: 100%;
}
.centered {
    font-size: 1.5em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pp-icons-wifi_off {
    font-size: 2em;
}
.pp-icons-wifi_off:before {
    content: "\e907";
}

button:disabled {
    opacity: 0.4;
}

#scroll-window {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow-x: scroll;
    overflow-y: scroll;
}
#content {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position:relative;
    overflow-x: hidden;
    overflow-y: hidden;
}
#store-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
}
#token-content {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    /* overflow-x: hidden; */
}

#store-content {
    position: absolute;
    padding: 0 0 0 0;
    width: 200%;
    height: 100%;
    top: 0;
    bottom: 0;
    min-height: 100%;
    background-color: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

#col-categories {
    position: relative;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background-color: #e8e8e8;
}
#col-categories ul {
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: auto;
    margin: 0;
    padding: 0;
    font-size: 18pt;
    font-weight: 400;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
}
#col-categories ul li {
    display: block;
    padding: 20px 15px 20px 15px;
    border-bottom-color: #969ba3;
    border-bottom-style:solid;
    border-bottom-width: 1px;
}

#col-items {
    position: relative;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-left-color: #969ba3;
    border-left-style:solid;
    border-left-width: 1px;
    line-height: 30px;

}
#col-items ul {
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: auto;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
#col-items ul li {
    padding: 20px 15px 20px 15px;
    border-bottom-color: #969ba3;
    border-bottom-style:solid;
    border-bottom-width: 1px;
}
#col-items #title {
    font-size: 18pt;
    font-weight: 400;
}
#col-items #cost {
    font-size: 12pt;
    font-weight: 300;
}
.modal-content {
    text-align: left;
}
.modal-content #scroll-window {
    height: 192px;
}
#scroll-window {
    position: relative;
    height: 216px;
    margin: 0;
    padding: 0;
}
.modal-body {
    overflow: auto;
    border-top-color: #969ba3;
    border-top-style:solid;
    border-top-width: 1px;
}
.option {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-color: #969ba3;
    border-bottom-style:solid;
    border-bottom-width: 1px;
}
.option .name {
    font-size: 16pt;
    margin-left: 30px;
}
.option .value {
    margin-left: 30px;
}
#col-items #modal-options {
    height: 100%;
    min-height: 100%;
}
#col-items #modal-options .modal-content {
    height: 275px;
}
#col-items #modal-options .modal-title {
    margin-left: 13px;
    padding-top: 10px;
    padding-bottom: 8px;
}
#col-items ul {
    list-style: none;
}
#col-items ul li {
    height: 120px;
}
#col-items ul li #thumb {
    float: left;
}
#col-items ul li #thumb img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
    width: auto\9; /* ie8 */
}
#col-items ul li #title {
    margin-left: 100px;
    padding-top: 15px;
}
#col-items ul li #cost {
    margin-left: 100px;
}

#modal-discounts {
    height: 100%;
    min-height: 100%;
}
#modal-discounts .modal-title {
    margin-left: 13px;
    padding-top: 10px;
    padding-bottom: 8px;
}
#modal-discounts .disabled {
    opacity: 0.4;
}

#col-cart {
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0px 0px 0px 0px;
}
#col-cart #cart-count {
    right: 20px;
    padding-top: 12px;
    color: #ffffff;
    z-index: 10;
    font-size: 24pt;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: red;
    position: relative;
    float: right;
    border-radius: 25px;
}
#col-cart #cart-header {
    padding-right: 40px;
}
#store-content #back {
    font-size: 16pt;
    font-weight: 200;
    color: #ffffff;
    float: left;
    line-height: 50px;
    margin-left: 30px;
    display: none;
}
#back-to-member-search {
    margin-right: 20px;
}
#col-cart #cart-header #general {
    font-size: 12pt;
    font-weight: 300;
    text-align: right;
    color: #ffffff;
    margin-top: 10px;
}
#col-cart #cart-header #general #company-name {
    margin-right: 14pt;
}
#col-cart #cart-header #general #mode {
    margin-right: 14pt;
    font-size: 7pt;
    padding: 3px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    opacity: 0.5;
}
#col-cart #cart-header #general #ver {
    margin-right: 14pt;
    font-size: 10pt;
    padding: 3px;
    opacity: 0.8;
}
#col-cart #cart-header #general #more-options {
    position: absolute;
    font-size: 18pt;
    top: 20px;;
}
#col-cart #cart-header #general #more-options .material-icons {
    opacity: 0.5;
}

#col-cart #cart-header #total-cost {
    font-size: 50pt;
    font-weight: 300;
    text-align: right;
    color: #ffffff;
    margin-top: 35px;
}

#col-cart #gradientback {
    /* position: absolute; */
    width: 100%;
    margin-top: 110px;
    height:10px;
    opacity: 0.4;
    background: -moz-linear-gradient(bottom,  rgba(33,151,244,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(bottom,  rgba(33,151,244,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(33,151,244,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom,  rgba(33,151,244,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(33,151,244,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#969ba3',GradientType=1 ); /* IE6-9 */
}

#col-cart #cart-items {
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
    position: relative;
    /* height: 57%;
    min-height: 57%; */
}

#col-cart #cart-items ul {
    height: 100%;
    min-height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    position: relative;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #ffffff;
    font-weight: 200;
    line-height: 35px;
}
#col-cart #cart-items .item {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#col-cart #cart-items ul li #content {
    width: auto;
    padding: 10px 32px 0px;
}

/* #col-cart #cart-items ul li #content #clear-item{
    
} */

#col-cart #cart-items #clear-item{
    display: flex;
}

#col-cart #cart-items ul li #content #clear-item #button-holder button{
    font-size: 12px;
    color: #000;
    height: 44px;
    padding: 0px;
    background: none;
    font-weight: bold;
    width: 44px;
    border: none;
}

#col-cart #cart-items .firstItem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-right: -10px;
}


#col-cart #cart-items ul li #content #title {
    font-weight: 400;
    font-size: 18pt;
}
#col-cart #cart-items ul li #content #cost #label {
    font-weight: 300;
    font-size: 16pt;
    float: left;
}
#col-cart #cart-items ul li #content #cost #cost {
    font-weight: 300;
    font-size: 16pt;
    text-align: right;
}
#col-cart #cart-items ul li #content #discount #label {
    font-weight: 300;
    font-size: 16pt;
    float: left;
}
#col-cart #cart-items ul li #content #discount #discount {
    font-weight: 300;
    font-size: 16pt;
    text-align: right;
}
#col-cart #cart-items ul li #content #tax #label {
    font-weight: 300;
    font-size: 16pt;
    float: left;
}
#col-cart #cart-items ul li #content #tax #cost {
    font-weight: 300;
    font-size: 16pt;
    text-align: right;
}

#col-cart #cart-items ul li #delete {
    float: right;
    color: #ff3516;
    background-color: #ffffff;
}

#col-cart #clear-cart {
    text-align: center;
    padding: 0;
    margin: 0;
}

#col-cart #clear-cart #bg {
    border-radius: 3px;
    padding: 0;
    width: 220px;
    margin: 30px;
    display: inline-block;
    background-color: #ffffff;
}
#col-cart #clear-cart button {
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    border: 0;
    width: 100%;
    font-size: 16pt;
    margin: 0;
    height: 72px;
}

#col-cart #bg.clear-cart-button-holder {
    
    padding: 0;
    margin: 30px 0px 0px 30px;
    display: inline-block;
}

#col-cart #bg.clear-cart-button-holder button{
    border-radius: 3px;
    text-align: center;
    font-weight: 300;
    color: #000;
    background: #fff;
    border: 0;
    width: 100%;
    font-size: 16pt;
    margin: 0;
    padding: 20px 40px;
}

#col-cart .clear-cart #bg {
    border-radius: 3px;
    padding: 0;
    width: 220px;
    margin: 30px;
    display: inline-block;
    background-color: #ffffff;
}
#col-cart .clear-cart button {
    text-align: center;
    font-weight: 300;
    color: #ffffff;
    border: 0;
    width: 100%;
    font-size: 16pt;
    margin: 0;
    height: 72px;
}

#col-checkout #scroll-window {
    width: 100%;
    text-align: center;
    height: 100vh;
}
#col-checkout #scroll-window .error {
    width: 600px;
    white-space: normal;
    color: red;
    font-weight: 400;
    font-size: 16pt;
    text-align: center;
    line-height: 28px;
}
#col-checkout #drop-in-member-pay-options {
    width: 100%;
    text-align: center;
    position: absolute;
    display: none;
    height: 100vh;
}
#col-checkout #drop-in-member-pay-options #checkout-new-cc {
    font-size: 1.2em;
}
#col-checkout #drop-in-member-pay-options button {
    text-align: center;
    font-weight: 300;
    background-color: #2197f4;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    padding: 14px;
    width: 335px;
    margin: 10px;
    font-size: 16pt;
}
#col-checkout #drop-in-member-pay-options a {
    color: #969ba3;
    font-size: 1.5em;
    text-decoration: none;
}
#col-checkout #member-pay-options {
    width: 100%;
    text-align: center;
    position: absolute;
    display: none;
    height: 100vh;
}
#col-checkout #member-pay-options #checkout-new-cc {
    font-size: 1.2em;
}
#col-checkout {
    text-align: center;
    font-weight: 300;
}
#col-checkout .title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24pt;
    font-weight: 300;
}
#col-checkout #member-pay-options button {
    text-align: center;
    font-weight: 300;
    background-color: #2197f4;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    padding: 14px;
    width: 335px;
    margin: 10px;
    font-size: 16pt;
}
#col-checkout #search-ico {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    font-size: 19pt;
    font-weight: 300;
    width: 33px;
    top: 3px;
    margin: 0px;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0;
}
#col-checkout .twitter-typeahead {
    text-align: left;
}
#col-checkout #bloodhound {
    text-align: left;
    margin-top: 35px;
    margin-left: 40px;
}
input[type="number"] {
    -webkit-text-security: circle;
}
.tt-suggestion {
    margin-left: 20px;
    padding: 12px;
    font-size: 26px !important;
    font-weight: 300;
}

.button-tap {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.button-tap::before {
    content: "";
    position: absolute;
    height: 550%;
    width: 200%;
    top: -225%;
    left: -100%;
    /* background: radial-gradient(ellipse at center, rgba(32, 151, 243, 0.2) 0%,rgba(32, 151, 243, 0.2) 50%, rgba(255, 0, 0, 0) 50%, rgba(255, 0, 0, 0) 100%); */
}
.button-up {
    background-color:rgba(33, 151, 244, 0.2);
}

.mdl-button--fab.mdl-button--colored {
    background: #ffffff !important;
    color: #fff;
}
.mdl-button--fab {
    height: 90px !important;
    width: 90px !important;
}

.cart-icon {
    position: absolute;
    top: 260px;
    right: 50%;
    float: right;
    margin-top: -80px;
    margin-right: -10px;

    display:table-cell;
    vertical-align:middle;
    text-align:center;

    z-index: 1000;
}

.modal-layout {
    position:   relative;
    transform: 	translateY(-50%);
}
.modal-layout .modal-content div {
    position:   relative;
    transform: 	translateY(5%);
}
.modal-content .modal-header {
    border-bottom: 0;
}
.modal-content .modal-header button {
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12pt;
    float: right;
    border: none;
    background: none;
}
.modal-title {
    padding-bottom: 15px;
}
.modal-body .modal-title {
    margin-top: 20px;
    font-size: 16pt;
    font-weight: 300;
}

#modal-enterpin .modal-content {
    text-align: left;
}
#modal-enterpin .mdl-textfield {
    width: 85%;
}
#modal-enterpin a {
    padding-left: 10px;
    font-size: 1.5em;
}

#modal-forgot-pin-wait .modal-content {
    font-size: 1.5em;
    line-height: 25px;
}

.modal-body button {
    font-weight: 300;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    padding: 14px;
    width: 150px;
    margin-top: 25px;
    font-size: 14pt;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.checkout-ico-off {
    opacity: 0.4;
}

.button-desc {
    font-weight: 200;
    font-size: 11pt;
}

input[type] {
    font-size: 24pt;
}
.mdl-textfield {
    padding: 24px 0 !important;
}
#bloodhound .mdl-textfield {
    padding: 24px 0 !important;
    width: 80% !important;
}
#bloodhound .mdl-textfield .twitter-typeahead {
    width: 100% !important;
}
#bloodhound .mdl-textfield .twitter-typeahead .tt-menu {
    width: 100%;
    border: 2px solid #c3c3c3;
    margin-top: -3px;
    background-color: #fff;
}

.mdl-textfield__label { top:40px; font-size:22px;}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label { font-size: 16px; }

#checkout-or-charge-guest {
    font-size: 1.2em;
    text-decoration: none;
}

#store-content .to-store {
    display: none;
}

.modal-body .error {
    margin-top: -20px;
    position: absolute;
    color: red;
    font-weight: 400;
    font-size: 12pt;
    margin-left: 9pt;
}


#checkout-new-cc {
    font-size: 12pt;
    text-decoration: none;
}
#checkout-new-cc a {
    font-size: 1.5em;
    text-decoration: none;
}
#checkout-new-cc a:hover {
    font-size: 1.5em;
    text-decoration: none;
}


#charge-new-cc {
    display: none;
    margin-bottom: 0;
}
#charge-new-cc .title {
    font-size: 2em;
    font-weight: 300;
    margin-top: 40px;
}
#charge-new-cc #cc-wrapper {
    width: 68%;
}
#charge-new-cc #exp-wrapper {
    width: 20%;
    margin-right: 30px;
}
#charge-new-cc #ccv-wrapper {
    width: 20%;
    margin-right: 30px;
}
#charge-new-cc #zip-wrapper {
    width: 20%;
}
#charge-new-cc a {
    color: #969ba3;
    font-size: 1.5em;
    text-decoration: none;
}
#charge-new-cc a:hover {
    color: #969ba3;
    font-size: 1.5em;
    text-decoration: none;
}
#charge-new-cc button {
    margin-right: 40px;
    text-align: center;
    font-weight: 300;
    background-color: #2197f4;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    width: 180px;
    padding: 14px;
    font-size: 16pt;
}
#charge-new-cc input[type="number"] {
    -webkit-text-security: none;
}
#charge-new-cc .error {
    margin-top: -20px;
    color: red;
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 20px;
}


#guest-information {
    display: none;
}
#guest-information .title {
    font-size: 2em;
    font-weight: 300;
}
#guest-information a {
    color: #969ba3;
    font-size: 1.5em;
    text-decoration: none;
}
#guest-information a:hover {
    color: #969ba3;
    font-size: 1.5em;
    text-decoration: none;
}
#guest-information button {
    margin-right: 40px;
    text-align: center;
    font-weight: 300;
    background-color: #2197f4;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    width: 180px;
    padding: 14px;
    font-size: 16pt;
}
#guest-information .error {
    margin-top: -20px;
    color: red;
    font-weight: 400;
    font-size: 2em;
    margin-bottom: 20px;
}
#guest-information .mdl-textfield {
    width: 70%;
}
@import url(//fonts.googleapis.com/css?family=Lato:400,300,200,100);

#token {
    color: #ffffff;
    z-index: 50;
    background-color: #000000;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: center;
    line-height: normal;
    display: none;
}

#token #title {
    font-weight: 100;
    font-size: 26pt;
    margin-top: 10px;
    margin-bottom: 10px;
}
#token #by {
    font-weight: 400;
    font-size: 10pt;
    font-style: italic;
}
#token #pairing {
    font-weight: 400;
    font-size: 14pt;
    color: #FFFFFF;
}

#token #error {
    font-weight: 300;
    font-size: 2em;
    color: red;
    display: none;
}

#token #access-key-and-environment {
    font-weight: 200;
    font-size: 40pt;
    color: #FFFFFF;
    background-color: green;
}

#token #app-token {
    display: none;
}

#token #app-token #text {
    font-weight: 400;
    font-size: 10pt;
    font-style: italic;
}

#token #app-token #token-value {
    font-weight: 200;
    font-size: 60pt;
    color: #FFFFFF;
    letter-spacing: 18px;
}

#token #app-token #refresh {
    position: absolute;
    z-index: 100;
    width: 100%;
}

#token #app-token #refresh a {
    z-index: 100;
    font-size: 10pt;
    color: #2197f4;
    background-color: transparent;
    text-decoration: none;
}

#token a {
    padding: 30px 30px 30px 30px;

    width: 300px;

    font-size: 14pt;

    background-color: #000000;
    color: #FFFFFF;

    border-color: #9F9F9E;
}
#token a:hover {
    padding: 30px 30px 30px 30px;

    width: 300px;

    font-size: 14pt;

    background-color: #000000;
    color: #FFFFFF;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;

    border-color: #9F9F9E;
}
.wrapper {
    margin: 50px auto;
    width: 280px;
    height: 370px;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
    position: relative;
    z-index: 90;
}

.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top:   3px solid #6e8900;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}
.ribbon-green:after {
    right: 0;
}