/*label, input { display:block; }*/
/*input.text { margin-bottom:12px; width:95%; padding: .4em; }*/
/*fieldset { padding:0; border:0; margin-top:25px; }*/
/*h1 { font-size: 1.2em; margin: .6em 0; }*/
/*div#users-contain { width: 350px; margin: 20px 0; }*/
/*div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }*/
/*div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }*/
/*.ui-dialog .ui-state-error { padding: .3em; }*/
/*.validateTips { border: 1px solid transparent; padding: 0.3em; }*/

.gift-card-image {
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12),
    0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.12),
    0 8px 8px rgba(0, 0, 0, 0.12),
    0 16px 16px rgba(0, 0, 0, 0.12);
}

article.listing-item {
    position: relative;
}

div.useGCPContainer {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
}

div.gcpUseModal {
    border-radius: 8px;
}

#gcpUMDBalance {
    font-size:20px;
    font-weight:bold;
    display:inline-block;
}

div.gcpUseModal div.ui-dialog-titlebar {
    display: none;
}

div#gcpUseModalDialog {
    padding: 20px 10px 0;
    width: 318px;
}

#dialog-close-button {
    color: #c5258f;
    font-size: 30px;
    font-weight: bold;
    position:absolute;
    right:10px;
    top:0;
}



div.gcpUseModal p.notice:empty {
    display: none;
}

div.gcpUseModal fieldset:not(:first-of-type) {
    display: none;
}

div.gcpUseModal fieldset {
    text-align: center;
}

div.gcpUseModal div.card-switcher {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: nowrap;
}

/*div.gcpUseModal button.i13 {*/
/*    margin: 10px;*/
/*}*/

div.gcpUseModal button.nav {
    width: auto;
    color: #c5258f;
    font-weight: bold;
    font-size: 2em;
    flex-grow: 1;
    display: block;
    text-align: center;

}

div.gcpUseModal img.card-back {
    display: block;
    max-width: 200px;
    max-height: 121px;
    padding-left: 7px; /** shadow offset, because image crop sux **/

    width: auto;
    height: auto;
}

div.gcpUseModal summary::-webkit-details-marker,
div.gcpUseModal summary::marker {
    /** a couple of options to remove triangle along with summary.list-style below**/
    display: none;
    color: white;
}

div.gcpUseModal summary {
    text-decoration: underline;
    list-style: none;
    margin-bottom: 5px;
}

div.gcpUseModal details {
    margin-bottom: 10px;
}

fieldset {
    transition: visibility 0s, opacity 0.5s linear;
}

div.gcpUseModal div.card-info {
    display: flex;
    text-align: left;
    justify-content: center
}

i.detective {
    float: left;
    padding: 10px 10px 0 20px;
    font-size: 40px
}


div.gcpUseModal div.card-info div {
    margin: 0 15px;
}

div.gcpUseModal div.passphrase {
    width: 220px;
    height: 40px;
    line-height: 40px;
    background-color: #272e5e;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 auto 15px;
}


@media screen and (max-width: 350px) {
    #gcpUseModalDialog {
        width: 90%;
        padding: 0;
        margin: 0;
    }
}

/** Links that will launch the modal**/
a.gcp {
    width: 206px;
    padding: 0;
    line-height: 40px;
}