﻿/* Region Bootstrap 4.0 Classes */

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.d-inline-block {
    display: inline-block;
}

/* Endregion */

.btn-gold {
    color: black !important;
    background-color: gold !important;
}

.btn-custom {
    background-color: hsl(0, 0%, 79%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9") !important;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9)) !important;
    background-image: -moz-linear-gradient(top, #134134134, #c9c9c9) !important;
    background-image: -ms-linear-gradient(top, #134134134, #c9c9c9) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9)) !important;
    background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9) !important;
    background-image: -o-linear-gradient(top, #134134134, #c9c9c9) !important;
    background-image: linear-gradient(#134134134, #c9c9c9) !important;
    border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%) !important;
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69);
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 500px) {
    #CardType {
        display: none;
    }
}

.twbs .ddlPaymentProfileId {
    max-width: 400px;
    margin: 0 auto;
}

.registerLink {
    width: 100px;
    padding: 10px;
    background-color: #4ab2f1;
    text-align: center;
    text-transform: uppercase;
    color: white;
    height: 36px;
}

.waitList-btn {
    width: 400px;
}

.pdp-button {
    height: 36px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#modalBodyContent a {
    color: #0000EE;
    text-decoration: underline;
}

.noBorder {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.noMargin {
    margin: 0 !important;
}

.authnetremodal .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .authnetremodal .button-1:hover {
        background-color: #248ece;
    }

.loading-bg {
    background: url(/Plugins/Aperture.Core/Content/img/loader.gif) no-repeat center #ffffff;
    opacity: .85;
    display: none;
    text-align: center;
    position: fixed;
    z-index: 999992;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .loading-bg span.loading-txt {
        font-size: 24px;
        font-weight: 600;
        color: #999999;
        top: 50%;
        line-height: 3.25;
        position: relative;
        display: none;
    }

/*loading element*/
.loading-overlay {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11000;
}

.vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    color: #777777;
}

    .vertical-center .fa {
        font-size: 18px;
        vertical-align: middle;
    }

.loading-spinner {
    opacity: 0.85;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/Plugins/Aperture.Core/Content/img/loader.gif);
    background-size: 25%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}

.input-indicate {
    background-repeat: no-repeat;
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    /*right: 6.5%;
    top: 8px;
    position: relative;*/
}

.twbs .visa {
    background-image: url(/Plugins/Aperture.Core/Content/img/cc/visa.png);
    background-repeat: no-repeat;
}

.twbs .mastercard {
    background-image: url(/Plugins/Aperture.Core/Content/img/cc/mastercard.png);
    background-repeat: no-repeat;
}

.twbs .discover {
    background-image: url(/Plugins/Aperture.Core/Content/img/cc/discover.png);
    background-repeat: no-repeat;
}

.twbs .amex {
    background-image: url(/Plugins/Aperture.Core/Content/img/cc/amex.png);
    background-repeat: no-repeat;
}

.twbs #CardType {
    width: 70px;
}

.indicate-valid {
    background-image: url(/Plugins/Aperture.Core/Content/img/checkmark_1.png);
}

.indicate-invalid {
    background-image: url(/Plugins/Aperture.Core/Content/img/xmark_1.png);
}

.card-text {
    font-family: "Courier New", "Courier", "Helvetica";
    font-size: 115%;
}

.errorWrap {
    color: #c7254e;
    background-color: #f9f2f4;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    font-size: 90%;
    padding: 10px;
    display: none;
}

.successWrap {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    font-size: 90%;
    padding: 10px;
    display: none;
}

.storedMethod {
    border-bottom: 1px solid #eeeeee;
    padding: 10px;
    font-size: 125%;
}

    .storedMethod:hover {
        background-color: #eeeeee;
    }

.authnetremodal, .confirmModal, .submitPaymentModal, .alertModal {
    max-width: 600px !important;
}

.threeQuartersWidth {
    width: 75%;
}

.card-input {
    font-family: "Courier New", "Courier", "Helvetica" !important;
    font-size: 135% !important;
}

.fontBump {
    font-size: 110%;
}

.invPage th {
    border-bottom: 1px solid lightgray;
}

.invPage th, .invPage td {
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.invPage tr {
    height: 25px;
}

.remodal .payment-button {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 0px 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.remodal .payment-button:hover {
    background-color: #248ece;
}
.fineart-user.skin-blue .main-header .navbar {
    background: #53001e;
}
.fineart-user.skin-blue .main-header .navbar {
    background: #53001e;
}
.fineart-user.skin-blue .main-header .navbar #nav li {
    background: #53001e;
}
.fineart-user.skin-blue .main-header .navbar #nav li:hover {
    background: #a3003b;
}