﻿.fix-price-box{
    display: flex;
    justify-content: space-evenly;
}

.fix-price-item-money{
    display: flex;
    flex-direction: column;
}

.display-none {
    display: none;
}

.remaining-quantity {
    display: flex;
    flex-direction: column;
}

.fix-price-money, .remaining-quantity {
    color: #385e7c;
    margin: 0;
    font-size: 24px;
}

.input-quantity-fix-price {
    outline: none;
    width: 150px;
    font-size: 35px;
    text-align: center;
    border-radius: 10px;
    height: 50px;
    margin: 0 15px;
    border: none;
    background-color: white;
    color: #385e7c;
    -moz-appearance: textfield;
}

.input-quantity-fix-price::-webkit-inner-spin-button,
.input-quantity-fix-price::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.input-fix-price-disable {
    opacity: 0.5;
    cursor: not-allowed !important;
}

.input-fix-price-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-input-fix-price {
    margin: 0;
    width: 50px;
    height: 50px;
    border: 1px solid;
    font-size: 28px;
    border-radius: 5px;
    cursor: pointer;
    border: solid #385e7c 1px;
    color: #385e7c;
    user-select: none;
}

.btn-input-fix-price:hover{
    background-color: #385e7c;
    color: white;
}

.infinity-remaining {
    transform: rotate(-90deg);
}

.d-none-casual {
    display: none;
}
.home-logo {
    max-height: 120px;
    max-width: 300px;
}

.auction-title {
    font-weight: 300;
}

.charity-logo {
    text-align: left;
}

.charity-event-name {
    text-align: right;
}

.item-title {
    letter-spacing: 6px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 1.2em;
}
.link-filter-myitems{
    white-space:nowrap;
}

#itemListLink {
    position: absolute;
    left: 15px;
    bottom: -5px;
}

.event-intro {
    background-color: #efefef6e;
    border-radius: 3px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}
#ninja-slider {
    border: 1px solid #efefef;
}
.badge-button {
    margin-right: 10px;
}
.badge-button-primary {
    padding: .4em 1.5em .5em 1.5em;
    /*background-color: #0069d9;*/
    background-color: #1b6ec2;
}
    .badge-button-primary:hover {
        background-color: #007bff;
    }

/*Make all buttons uppercase*/
.btn{
    text-transform:uppercase !important;
}
.toUppercase {
    text-transform: uppercase !important;
}
.btn-no-transform {
    text-transform: unset !important;
}


/*Custom popover for cert cards description*/
.descPopOver {
    background-color: #fff;
    padding:6px;
}
.descPopOver>.arrow{

}
/*LOGIN / REGISTER PAGES*/
.login-logo,
.register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 2rem;
    text-align: center;
}

    .login-logo a,
    .register-logo a {
        color: #495057;
    }

.wb-logo {
    height: 35px;
}

.login-page,
.register-page {
    -ms-flex-align: center;
    align-items: center;
    /*background: #e9ecef;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 100vh;*/
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom:20px;
}

.login-box,
.register-box {
    width: 360px;
    margin-top: 40px;
}


.login-box-msg,
.register-box-msg {
    margin: 0;
    padding: 0 0 25px;
    text-align: center;
    font-size: 20px;
}

.err-validation-centered{
    text-align:center;
    margin-bottom:20px !important;
}
.login-card-body,
.register-card-body {
    background: #ffffff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

    .login-card-body .input-group .form-control,
    .register-card-body .input-group .form-control {
        border-right: 0;
    }

        .login-card-body .input-group .form-control:focus,
        .register-card-body .input-group .form-control:focus {
            box-shadow: none;
        }

            .login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text,
            .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
                border-color: #80bdff;
            }

        .login-card-body .input-group .form-control.is-valid:focus,
        .register-card-body .input-group .form-control.is-valid:focus {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text,
        .register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text {
            border-color: #28a745;
        }

        .login-card-body .input-group .form-control.is-invalid:focus,
        .register-card-body .input-group .form-control.is-invalid:focus {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text,
        .register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text {
            border-color: #dc3545;
        }

    .login-card-body .input-group .input-group-text,
    .register-card-body .input-group .input-group-text {
        background-color: transparent;
        border-bottom-right-radius: 0.25rem;
        border-left: 0;
        border-top-right-radius: 0.25rem;
        color: #777;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }


.social-auth-links {
    margin: 10px 0;
}

.nav-Title-Wrapper {
    line-height: 1.2rem;
    margin-bottom: 5px;
}
    .nav-Title-Wrapper a {
        padding-bottom: 0px;
        color:#fff;
    }

.nav-ProvidedBy {
    font-size: .9em;
    opacity: .6;
}
/*CUSTOM TOASTR STYLES*/
.toast-top-right {
    top: 50px;
    right: 12px;
}

#toast-container > div {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

/*Header Lines*/
.header-wrapper {
    margin: 10px 0 5px 0;
}
#extended-bidding-header-wrapper, #in-person-header-wrapper, #auction-closed-header-wrapper {
    margin-bottom: 30px;
}
.extended-bidding-header {
    background: #F16C28;
    color: white;
    width: 400px;
    margin: auto;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1em;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
}

.in-person-header, .auction-closed-header {
    background: #fff;
    color: #555;
    width: 650px;
    margin: auto;
    letter-spacing: 1px;
    text-align: center;
    font-size: 1em;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
}
.line-header {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:10px;
}

    .line-header:before,
    .line-header:after {
        content: '';
        border-top: 1px solid #ccc;
        margin: 0 15px 0 0;
        flex: 1 0 20px;
    }

    .line-header:after {
        margin: 0 0 0 5px;
    }


.mobile-only {
    display: none;
}
.mobile-only-inline {
    display: none;
}

.non-mobile {
    display: block;
}

.category-wrapper{
    float:left;
    margin-right:20px;
}

/*Paging/item counts*/
#itemCountDisplay p {
    /*padding: 5px;*/
    margin-bottom: 0px;
}
/*Search and Sort*/
.search-textbox {
    background-image: url('/img/searchicon.png'); /* Add a search icon to input */
    background-position: 8px 8px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    padding-left: 38px; /* Add some padding */
}

.search-bar-wrapper {
    margin-bottom: 10px;
    margin-top:23px;
}

.search-bar-element {
    float: right;
    margin-right: 5px;
}
.sort-label-mobile {
    padding: 6px 2px;
}
.sort-label {
    margin: 4px 2px 0 10px;
    padding-top: 3px;
    color: #555;
}

/*CERTIFICATE TILES*/
.auction-item-wrapper {
    margin-top:20px;
}

.auction-item-wrapper-large {
    justify-content: center;
    margin: 0;
}
.row-margin-left {
    margin-left: 15px !important;
}
/*-------------------------------------------------------*/
/*LARGE TILES*/
.event-cert-large {
    max-width: 1200px;
    min-width: 80%;
    flex-grow: 1;
    margin-bottom: 25px;
}

.event-cert-card-large {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    /*min-width: 100%;*/
    min-height: 240px;
    height: 240px;
    padding: 10px;
}

.event-cert-card-content-large {
    border: 1px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.event-cert-large .event-cert-card-content-large img {
    /*min-height: 85%;*/
    max-width: 265px;
    position: absolute;
    top: 23%;
    bottom: -0%;
    left: 0%;
}

.event-cert-card-large .horiz-card-details {
    /*left: 185px;*/ /*50%;*/
    /*position: absolute;
    top: 0px;*/
    color: #555;
    width: 100%;
}

    .event-cert-card-large .horiz-card-details .horiz-item-title {
        font-weight: bold;
        font-size: 1.5rem;
    }

    .event-cert-card-large .horiz-card-details .horiz-item-subtitle {
        font-size: 1.2rem;
    }

.event-cert-card-large .cert-headline {
    background-color: rgb(56,94,124);
    color: #fff;
    padding: 10px 0;
    position: relative;
    /*width: 50%;*/ /* CALCULATE WIDTH as 100% - 185px*/
}

    .event-cert-card-large .cert-headline .bid-amount {
        float: left;
        font-size: 1.5rem;
        margin: 0 10px;
    }

    .event-cert-card-large .cert-headline .item-number {
        float: right;
        margin: 0 10px;
    }

.event-cert-card-large .event-cert-bid {
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 100%;
    color: #000;
    /*background-color:rgba(0, 0, 0, 0.2) ;*/
    /*border-top: 1px dashed #ccc;*/
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 185px;
    text-align: left;
    opacity: .8;
}



/*-------------------------------------------------------*/
/*NORMAL TILES*/
.event-cert {
    margin-bottom: 40px;
    /*flex-grow: 1*/
}

    .event-cert h5 {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 13px;
    }

    .event-cert .img-thumbnail {
        margin-top: 10px;
    }

    .event-cert .event-cert-card {
        position: relative;
        overflow: hidden;
        max-width: 280px;
        min-width: 280px;
        min-height: 300px;
        margin: 0 15px 0 15px;
    }

    .event-cert .event-cert-card-content-normal {
        width: 100%;
        height: 150px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border:1px solid #ccc;
        /*border-top-right-radius: 4px; border-top-left-radius: 4px;*/
    }

/*        .event-cert .event-cert-card-content-normal img {
            min-height: 100%;
            min-width: 280px;
            max-width: 280px;
            position: absolute;
            top: -100%;
            bottom: -100%;
            left: -100%;
            right: -100%;
            margin: auto;
        }
*/
        .event-cert .event-cert-card-content-normal img {
            min-height: 100%;
            min-width: 280px;
            max-width: 280px;
            max-height:230px;
            object-fit:contain;
            position: absolute;
            top: -100%;
            bottom: -100%;
            left: -100%;
            right: -100%;
            margin: auto;
        }

    .event-cert .event-cert-card .item-closed {
/*        filter: grayscale(100%);
        opacity: .5;
*/    }

    .event-cert .event-cert-card .item-closed-container {
        font-weight: bold;
        position: relative;
        text-align: center;
        color: #000;
        height: 100%;
        /*letter-spacing: 3px;*/
        font-size: .7em;
    }

    .event-cert .event-cert-card .item-closed-text {
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        border-radius: 10px;
        opacity: .8;
        padding: 12px 10px 5px 10px;
    }

    .favorite-icon {
        float: right;
        margin: 0 10px;
        font-size: 16px;
    }

    #favorite-icon {
        cursor: pointer;       
    }

.event-cert .item-number-badge {
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    padding: 0px 6px;
    font-size: 17px;
}

    .event-cert .event-cert-card .item-extended {
    }

    .event-cert .event-cert-card .item-extended-container {
        font-weight: bold;
        position: relative;
        text-align: center;
        color: #fff;
        height: 100%;
        letter-spacing: 1px;
        /*font-size: 1.1em;*/
    }

    .event-cert .event-cert-card .item-extended-text {
        position: absolute;
        top: 15%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ff0000;
        border-radius: 6px;
        opacity: .9;
        padding: 3px 10px 3px 10px;
    }

    .event-cert .event-cert-card .item-extended-closingtime {
        /*border-top: 1px solid #fff;*/
        margin-top: 5px;
        padding: 4px 0 4px 0;
        margin-bottom: -10px;
        background-color: #cdf2ff;
        font-size: .8em;
        color: #444;
    }

    .event-cert .price {
        color: #000;
        margin: 0;
        float: right;
        font-size: 20px;
        font-weight: 700;
        width: 25%;
        text-align: right;
    }

        .event-cert .price span.small {
            color: rgb(60,135,195);
            font-size: .5em;
            vertical-align: middle;
            margin: .5em;
        }


    .event-cert .currency {
        display: inline-block;
        font-size: 0.647059em;
        line-height: 2.18182em;
        position: relative;
        top: -0.294118em;
    }

    .event-cert .event-cert-box {
        line-height: 18px;
        padding: 10px 6px 10px 6px;
        width: 100%;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        min-height: 150px;
        background-color: #fff;
        color: #555;
    }

        .event-cert .event-cert-box h4 {
            font-size: 16px;
        }

        .event-cert .event-cert-box h6 {
            font-size: .9rem;
        }

        .event-cert .event-cert-box:hover, .event-cert .event-cert-card:hover {
            background: none repeat scroll 0 0 #d1eaff;
            color: #1f1f1f;
        }

        .event-cert .event-cert-box .sold-amount {
            font-size: 12px;
            color: green;
            font-weight:normal;
        }

       .event-cert .event-cert-box .box-title {
            width: 100%;
            float: left;
            font-weight: 500;
            color: rgb(60,135,195);
        }

        .event-cert .event-cert-box .box-subtitle {
            clear: both;
            font-weight: 400;
            color: #000;
            padding-top: 5px;
            font-size: 12px;
            width: 100%;
            text-decoration: none;
        }

        .event-cert .event-cert-box .bidder-status {
            margin-left: -8px;
            position: absolute;
            bottom: 60px;
            text-align: center;
            padding: 4px;
            width: 100%;
        }

        .event-cert .event-cert-box .bidder-winning {
            background-color: #52b05f;
            color: white;
        }

        .event-cert .event-cert-box .bidder-outbid {
            background-color: #ffc107;
            color: #1f2d3d;
        }

        .event-cert .event-cert-box .winning-bid-strip {
            margin-left: -10px;
            position: absolute;
            bottom: 60px;
            text-align: center;
            background-color: #52b05f;
            color: white;
            padding: 4px;
            width: 100%;
        }

        .event-cert .event-cert-box .outbid-bid-strip {
            margin-left: -10px;
            position: absolute;
            bottom: 60px;
            text-align: center;
            background-color: #ffc107;
            color: #1f2d3d;
            padding: 4px;
            width: 100%;
        }

    .event-cert .event-cert-title {
        background-color: #224C6E;
        color: #FFFFCC;
        padding: 5px 10px;
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        line-height: 24px;
        overflow: hidden;
        height: 34px;
        float: left;
    }

        .event-cert .event-cert-title .event-certtitle-text {
            float: left;
            width: 90%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


.border-highlight {
    border: 2px solid red;
}

@keyframes yellowfade {
    from {
        background-color: orange; /* #cdf2ff;*/
    }

    to {
        background-color: rgb(56,94,124);
    }
}

.item-highlight {
    animation: yellowfade 3s;
}

.event-cert-title-wrapper {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 18px;
    height: 56px;
    color: #555;
    word-wrap: break-word;
    margin-bottom: 0px;
}

.horiz-card-details {
    max-height: 64px;
    overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/*ITEM DETAILS*/
.item-details {
    margin-top: 50px;
}

.padding-top-0 {
    flex-direction: column;
}

.favorite-icon-detail {
    font-size: 16px;
}
.favorite-icon-detail i {
    color : red;
}

.tour-info {
    /* padding-right: 40px;*/
}

.no-bidding-missing-stripe {
    width: 100%;
    background-color: #FBFBB0;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    margin-top:25px;
}

.item-details #bid-button,
.item-details #bid-button-max,
.item-details #confirm-bid-button {
    font-size: 22px;
}
.desktop-only{
    display:inline-block;
}
.desktop-only-fullwidth {
    display: block;
}
.share-icons {
    margin-bottom: 0px;
    margin-top: 4px;
    /*border-right:1px solid #aaa;*/
    padding-right:10px;
}
.share-icons-mobile {
    display:none;
    margin-bottom: 0px;
    margin-top: 4px;
}
.share-icons a, .share-icons-mobile a {
    color: #fff;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
   /* border-radius: 50%;*/
    /*margin-right: 5px;*/
    border:1px solid transparent;
}
.share-icons a:hover{
    border:1px solid white;
    border-radius:50%;
}
.share-icons .normal-link, .share-icons-mobile .normal-link {
    color: #0366d6;
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 32px;
    text-align: right;
    /*        border-radius: 50%;
*/ margin-right: 15px;
}
.nav-link:hover{
    text-decoration:underline;
}
.share-icons-color a {
     border-radius: 50%;
    margin-right: 5px;
}
.share-icons-color .twitter, .share-icons-color-mobile .twitter {
    background: #55acee;
}
    .share-icons-color .twitter:hover, .share-icons-color-mobile .twitter:hover {
        background: #309aea;
    }
        .share-icons-color .facebook, .share-icons-color-mobile .facebook {
            background: #3b579d;
        }
    .share-icons-color .facebook:hover, .share-icons-color-mobile .facebook:hover {
        background: #30477f;
    }
        .share-icons-color .email, .share-icons-color-mobile .email {
            background: #d8127d;
        }
    .share-icons-color .email:hover, .share-icons-color-mobile .email:hover {
        background: #b20f67;
    }

.item-details .bid-panel {
    border-radius: 3px;
}

.item-details .bid-panel-confirm,
.item-details .buynow-panel-confirm,
.item-details .donate-panel-confirm {
    border-radius: 3px;
    display: none;
    background-color: #FFEFBF;
}
.item-details .bid-panel-enterCC {
    border-radius: 3px;
    display: none;
    padding:15px;
    background-color: #FFEFBF;
}
    .item-details .bid-panel-enterCC .address-box-msg {
        margin: 15px 0 8px 0px;
        padding: 0;
        text-align: left;
    }
.item-details .sms-panel-config {
    border-radius: 3px;
    display: none;
    background-color: #DFFFBF;
}

.item-details .sms-panel-entercode {
    border-radius: 3px;
    display: none;
    background-color: #DFFFBF;
}

.item-details .bid-panel ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 10px auto;
}

    .item-details .bid-panel ul li {
        align-items: flex-end;
        flex-flow: column nowrap;
        flex: 1;
        text-align: center;
    }

.item-details .bid-panel .currentbid-info {
    text-align: center;
    margin-top: 15px;
}

.item-details .bid-panel .currentbid-label {
    color: #666;
    font-size: 12px;
    margin-bottom: 0px;
}

.item-details .bid-panel .currentbid-amount {
    color: #007bff;
}

.item-details .bid-panel #clockdiv {
    text-align: center;
}

.item-details #winning-bid, .item-details #outbid-bid {
    display: none;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 4px;
    border-radius: 3px;
}

.item-details #winning-bid {
    background-color: #52b05f;
}

.item-details #outbid-bid {
    background-color: #ffc107;
    color: #1f2d3d;
}

.item-details .btn-primary.disabled, .item-details .btn-primary:disabled {
    color: #ddd;
    background-color: #888;
    border-color: #666;
}

.item-details h1 {
    /*font-family: Bold;*/
    font-size: 34px;
}

.item-details h2 {
    /*font-family: Bold;*/
    font-size: 30px;
    color: #262626;
}

.item-details h3 {
    /*font-family: SemiBold;*/
    font-size: 19px;
    color: #262626;
    letter-spacing: .5px;
}

.item-details h4 {
    /*font-family: SemiBold;*/
    font-size: 16px;
    color: #262626;
    letter-spacing: .5px;
}

.item-details h5 {
    /*font-family: Regular;*/
    font-size: 15px;
    color: #f4711a;
    letter-spacing: .5px;
}

.item-details h6 {
    /*font-family: Regular;*/
    font-size: 13px;
    color: #f4711a;
    letter-spacing: .5px;
}

.inline-block {
    display: inline-block;
}


.margin-left-0 {
    margin-left: 0px;
}

.margin-left-2 {
    margin-left: 2px;
}

.margin-left-10 {
    margin-left: 10px;
}

.padding-0 {
    padding: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.read-more-cert-description {
    float: right;
    display: none;
    font-size: 14px;
    margin-top: 5px;
    color: #385e7c;
}

.read-less-cert-description {
    float: right;
    display: none;
    font-size: 14px;
    margin-top: 5px;
    color: #385e7c;
}

.tour-info > h5 {
    margin-top: 30px;
}

.tour-info > h2 {
    margin-top: -5px;
}

.tour-info > p {
    margin-top: 20px;
}

.fti > img {
    width: 16px;
    height: 16px;
    float: left;
}

.fti > h4 {
    display: inline-block;
    /*float: left;*/
    clear: left;
    margin-top: 0;
    /*padding-left: 8px;*/
}

.tm {
    /*position: absolute;*/
    top: 0;
    right: 0;
    background-color: #eeeeee;
    /*width: 250px;
	height: 70px;*/
    /*text-align: center;*/
    vertical-align: middle;
}

.bid-panel-box {
    padding: 5px 30px;
}

    .tm > .clk {
        display: inline-block;
        /*margin-left: 40px;*/
    }

.clk > img {
    width: 40px;
    height: 40px;
    margin-top: -15px;
}

.clk-i {
    margin-left: 10px !important;
}

    .clk-i > h4 {
        font-size: 15px;
    }

        .clk-i > h4 > span {
            /*font-family: SemiBold;*/
            font-size: 18px;
            color: #f4711a;
        }

    .clk-i > p {
        font-size: 12px;
        margin-top: -12px;
    }

.block-ellipsis-cert-description {
    display: block;
    /*display: -webkit-box;*/
    max-width: 100%;
    height: 220px;
    margin: 0 auto;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-family: Light;*/
    font-size: 16px;
    color: #262626;
    line-height: 22px;
    letter-spacing: .5px;
}

#certDescription {
    white-space: pre-line;
}

.word-break {
    word-break: break-word;
}


.h-20 {
    height: 20px;
}


.block-slider {
    display: block;
    position: relative;
    width: 95%;
    height: 0px;
    padding-bottom: 56.25%;
}

.sub-block-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-bid {
    color: white;
    background-color: #385e7c;
}
.btn-buy-it-now {
    background-color: transparent;
    color: #385e7c;
    border-color: #385e7c;
    font-size: 18px;
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
    padding: 12px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-buy-now {
    background-color: #385e7c;
    color: white;
}

.btn-buy-now:hover {
    background-color: #0069d9;
    color: white;
}

.btn-style {
    font-size: 17px;
    width: 100%;
    max-width: 250px;
    margin-top: 10px;
    padding: 12px 0px 12px 0px;
}

.provider-img {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    max-height: 80px;
    max-width: 150px;
    border: 1px solid #ccc;
    background-color:#fff;
    padding:3px;
}

.bid-count-circle {
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    height: 75px;
    width: 75px;
    background-color: #385e7c;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 2;
    line-height: 1.5rem;
    /*opacity:.8;*/
}

.bid-count-plural {
    display: inline;
}

.bid-count-single {
    display: none;
}

/*.register-confirm h2{
    font-size:1.8rem;
}
*/
.register-confirm h3 {
    font-size: 1.3rem;
}
.register-confirm #sms-panel-newcodesent {
    display: none;
}
.register-confirm #sms-panel-success {
    display: none;
}
.register-confirm #sms-panel-logged-success {
    display: none;
}
.register-confirm #sms-panel-checkemail {
    display: none;
}

/*-------------------------------------------------------------------------*/
.sponsor-cert .event-cert-title {
    background-color: #224C6E;
    color: #FFFFCC;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    line-height: 24px;
    overflow: hidden;
    height: 34px;
    float: left;
}

.event-cert .event-cert-details-link {
    background-color: #224C6E;
    float: right;
    color: #FFFFCC;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
    width: 20%;
    text-align: right;
    line-height: 24px;
}

    .event-cert .event-cert-details-link:hover {
        text-decoration: underline;
    }

.event-cert-link:hover {
    text-decoration: none;
}

.event-cert .lastminute-savings {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*color:#000;
    background-color:rgba(220, 47, 47, 0.4) ;*/
    background-color: #C83333;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    text-align: center;
    margin-left: -15px;
    /*opacity:.8;*/
}

.event-cert .event-cert-bid {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #000;
    /*background-color:rgba(0, 0, 0, 0.2) ;*/
    border-top: 1px dashed #ccc;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: left;
    margin-left: -10px;
    opacity: .8;
}
    .event-cert .event-cert-bid .sold-for-wrapper {
        float: left;
        text-align: center;
        width: 40%;
    }
    .event-cert .event-cert-bid .sold-for-detail {
        float: right;
    }

.event-cert .vacation-savings {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 0px 5px;
    text-align: center;
    margin-left: -15px;
    opacity: .8;
}

.event-cert .address {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 1px;
    color: #fff;
    left: 0;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    line-height: 14px;
}

.event-cert .cert-headline {
    background-color: rgb(56,94,124);
    top: 0px;
    color: #fff;
    left: 0;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: 14px;
    opacity:.8;
}

    .event-cert .cert-headline .bid-amount {
        float: left;
        margin: 0 10px;
    }

    .event-cert .cert-headline .item-number {
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.event-cert-viewmore {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
}

.font-size-bold-16 {
    font-size: 16px;
    font-weight: bold;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-bold-20 {
    font-size: 20px;
    font-weight: bold;
}

.font-size-14 {
    font-size: 14px;
}

.width-auto {
    width: auto;
}

.display-inline-block {
    display: inline-block;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.hidden {
    display: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #999;
    border-color: #999;
}

.xicheck-primary {
    padding-left: 2px;
    margin-top: 0.5rem;
}

.instruction-label {
    color: #1b6ec2;
}

.panel-step {
    margin-top:30px;
    text-align:center;
}

/*NOTIFICATION PANEL AT BOTTOM*/
#notification-panel {
    position: fixed;
    bottom: -200px; /* Start off-screen */
    left: 0;
    right: 0;
    background-color: #555; /* dark background for error */
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease-in-out;
    z-index:9999;
}

    #notification-panel.show {
        bottom: 0; /* Slide into view */
    }

#dismiss-btn {
    background-color: transparent;
    border:none;
    color: white;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
}
#refresh-btn {
    background-color: transparent;
    border:1px solid white;
    border-radius:3px;
    color: white;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
}


/*--------- RESPONSIVE CHANGES ---------------------------------------*/
@media (max-width:1200px) {
    .event-cert .event-cert-box .box-title {
        font-weight: 500;
        font-size: 12px;
    }

    .event-cert .event-cert-box .box-subtitle {
        font-size: 12px;
        line-height: 16px;
    }

    .plEvent-cert .plEvent-cert-box .box-title {
        font-weight: 500;
        font-size: 12px;
    }

    .plEvent-cert .plEvent-cert-box .box-subtitle {
        font-size: 12px;
        line-height: 16px;
    }

    .input-quantity-fix-price{
        width: 100px;
    }
}

/*ipad and lower - hide share link*/
@media (max-width:1024px) and (min-width:700px) {
    #sharelink{
        display:none;
    }
}
@media (max-width:990px) {
    .event-cert .event-cert-box .box-title {
        font-weight: 700;
        font-size: 14px;
    }

    .event-cert .event-cert-box .box-subtitle {
        font-size: 12px;
        line-height: 16px;
    }

    .plEvent-cert .plEvent-cert-box .box-title {
        font-weight: 700;
        font-size: 14px;
    }

    .plEvent-cert .plEvent-cert-box .box-subtitle {
        font-size: 12px;
        line-height: 16px;
    }
    .search-bar-element {
        margin-right: 0px;
        margin-bottom:5px
    }
}

/*Tablet*/
@media (max-width:767px) {
    .left-block {
        padding: 0px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .block-slider {
        width: 100%;
    }

    #ninja-slider {
        width: 100% !important;
    }

    .padding-headline {
        padding: 0 3px;
    }

    .provider-img {
        max-height: 40px;
        max-width: 75px;
    }

    .event-cert .bidder-status {
        padding: 3px;
        margin: 0 10px;
        text-align: center;
    }

    .event-cert .bidder-winning {
        background-color: #52b05f;
        color: white;
    }

    .event-cert .bidder-outbid {
        background-color: #ffc107;
        color: #1f2d3d;
    }

    .event-cert .winning-bid-strip {
        background-color: #52b05f;
        color: white;
        padding: 3px;
        margin: 0 10px;
        text-align: center;
    }

    .event-cert .outbid-bid-strip {
        background-color: #ffc107;
        color: #1f2d3d;
        padding: 3px;
        margin: 0 10px;
        text-align: center;
    }
    .favorite-icon-detail {
        text-align: center;
    }

    .mobile-only .btn-outline-primary {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

/*Mobile*/
@media (max-width:450px) {
    #loadingcircles img{
        width:60%;
    }
    #mainwrapper {
        margin-right: 10px;
        margin-left: 10px;
    }
    .charity-logo, .charity-event-name {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .auction-times{
        display:none;
    }
    .category-wrapper {
        float: none;
        text-align: left;
        margin-left: 0px;
        margin-right:0px;
    }
    .search-bar-wrapper {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .width-auto {
        width: 100%;
    }
    .login-box,
    .register-box {
        margin-top: 0px;
    }

    .fti {
        text-align: center;
        width: 100%;
    }

    .item-details h2 {
        font-size: 22px;
        color: #262626;
    }

    .header-wrapper {
        margin: 20px 0 15px 0;
    }

    .navbar-brand {
        margin-left: 6px;
        font-size:14px;
    }

    .item-details {
        margin-top: 10px;
    }

    .tour-info {
        padding-right: 15px;
    }

    /*.event-cert-large {
        max-width: 100%;
        min-width: 100%;
        flex-grow: 1
    }

    .event-cert-card-large {
        position: relative;
        overflow: hidden;
        max-width: 100%;
        min-width: 100%;
        padding: 0px;
        min-height: 4rem;
        max-height: 10rem;
        border: 1px solid #ccc;
    }

    .event-cert-card-content-large {
        height: 150px;
        border: 0px;
    }

*/    .event-cert {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }

        .event-cert .event-cert-card {
/*            position: relative;
            overflow: hidden;*/
            max-width: 100%;
/*            min-height: 4rem;
            max-height: 10rem;
*/            margin: 0 10px;
            border: 1px solid #ccc;
        }
    /*

        .event-cert .event-cert-box {
            line-height: 18px;
            padding: 10px;
            width: 100%;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;*/
            /*min-height: 175px;*/
            /*background-color: #fff;
        }
        .event-cert .event-cert-card-content-normal{
            border:0px;
        }
        .event-cert .event-cert-card-content-normal img {
            min-height: 100%;
            max-width: 225px;
            min-width: 140px;
            position: absolute;
            bottom: -100%;
            left: -190%;
        }*/

    .mobile-only {
        display: block;
    }
    .mobile-only-inline {
        display: inline-block;
    }

    .non-mobile {
        display: none;
    }

/*    .event-cert-card .horiz-card-details {
        left: 45%;
        position: absolute;
        top: 38px;
        color: #555;
    }

        .event-cert-card .horiz-card-details .horiz-item-title {
            font-weight: bold;
        }

        .event-cert-card .horiz-card-details .horiz-item-subtitle {
            font-size: 11px;
        }

    .event-cert .event-cert-bid {
        position: absolute;
        bottom: 5px;
        border-top: 0px;
        padding: 0px;
        text-align: right;
        margin-left: -10px;
        opacity: .8;
    }

    .event-cert-card .btn, .event-cert-card-content-large .btn {
        padding: 0.4rem 1rem;
        line-height: 1;
    }
*/
    /*Search and Sort*/
    .search-textbox {
    }
    .sort-by-wrapper{
        float:right;
    }
    .search-items-wrapper {
        max-width: 45%;
        margin-right: 2px;
        float: left;
    }

/*    .event-cert-large .event-cert-card-content-large img {
        min-height: 83%;
        max-width: 83%;
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: -200%;
        right: -100%;
        margin: auto;
    }

    .event-cert-card-large .horiz-card-details {
        left: 45%;
        position: absolute;
        top: 38px;
        color: #555;
        width: auto;
    }

        .event-cert-card-large .horiz-card-details .horiz-item-title {
            font-weight: bold;
            font-size: 1rem;
        }

        .event-cert-card-large .horiz-card-details .horiz-item-subtitle {
            font-size: 11px;
        }

    .event-cert-card-large .cert-headline {
        background-color: rgb(56,94,124);
        color: #fff;
        padding: 10px 0;
        position: relative;
        width: 100%;
        line-height: 14px;
    }

        .event-cert-card-large .cert-headline .bid-amount {
            float: left;
            margin: 0 10px;
        }

        .event-cert-card-large .cert-headline .item-number {
            float: right;
            margin: 0 10px;
        }

    .event-cert-card-large .event-cert-bid {
        position: absolute;
        bottom: 15px;
        border-top: 0px;
        padding: 0px;
        text-align: right;
        margin-left: -10px;
        opacity: .8;
        width: 100%;
        left: 0;
    }
*/
    .bid-count-circle {
        height: 45px;
        width: 45px;
        font-size: 14px;
        right: 4px;
        top: 5px;
        line-height: 1rem;
    }

/*    .event-cert .event-cert-card .item-closed-text {
        left: 70%;
        opacity: 1;
        border:1px solid #ccc;
    }
*/    .row-margin-left {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .desktop-only, .desktop-only-fullwidth {
        display: none;
    }
    .nav-item{
        padding-right:10px;
    }
    .form-inline .nav-link {
        margin: 0 0 0 auto;
    }
    .share-icons {
        margin-top: 20px;
        width: 100%;
        text-align: right;
        padding-right: 0px;
    }
    .share-icons #share_email{
        width:28px;
        text-align:right;
    }
    .share-icons-mobile {
        display: block;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .register-confirm h2 {
        font-size: 1.8rem;
    }

    .register-confirm h3 {
        font-size: 1.3rem;
    }
    #extended-bidding-header-wrapper, #in-person-header-wrapper, #auction-closed-header-wrapper {
        margin-bottom: 15px;
    }

    .extended-bidding-header {
        background: #F16C28;
        color: white;
        width: 330px;
        margin: auto;
        letter-spacing: 1px;
        text-align: center;
        font-size: 1em;
        border-radius: 5px;
        padding: 3px;
        cursor: pointer;
    }


    .in-person-header, .auction-closed-header {
        background: #fff;
        color: #555;
        width: 330px;
        margin: auto;
        letter-spacing: 1px;
        text-align: center;
        font-size: 1em;
        border-radius: 5px;
        padding: 3px;
        cursor: pointer;
    }
    .nav-ProvidedBy {
        margin-left: 6px
    }

}

/*Small Phone*/
@media (max-width:400px) {
    .home-logo {
        max-height: 80px;
        margin-bottom: 5px;
    }

    .charity-logo, .charity-event-name {
        text-align: center;
        display: flex;
        flex-direction:column;
        align-items:center;
        justify-content: center;
    }

    .navbar-collapse {
        text-align: right;
        /*margin-right: 10px;*/
    }

    h2, .h2 {
        font-size: 1.6rem;
    }

    .auction-title {
        font-weight: 400;
    }

    .line-header:before,
    .line-header:after {
        content: '';
        border-top: 1px solid #ccc;
        margin: 0 8px 0 0;
        flex: 1 0 0px;
    }

    .line-header:after {
        margin: 0 0 0 5px;
    }

    .item-title {
        letter-spacing: 5px;
    }
}

/*Smaller Phones (iPhone5 / SE)*/
@media (max-width:321px) {
    .bid-panel-box {
        padding: 5px 0px;
    }
    .sort-label-mobile{
        display:none;
    }
    .event-cert-card .btn, .event-cert-card-content-large .btn{
        padding:.4rem .3rem;
    }
    .event-cert-card .horiz-card-details{
        left:50%;
        font-size:12px;
    }
}

.auction-closed__block {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    text-align: -webkit-center;
}

.auction-closed__view-invoice-btn {
    display: block;
    margin-bottom: 10px auto;
    width: fit-content;
}

.checkout-donation-modal__header {
    display: flex;
    justify-content: space-between;
    padding: 10px 1rem 5px;
    border-bottom: solid 1px #e8e8e8;
}

.close-donation-modal__header {
    position: absolute;
    top: -5px;
    right: 15px;
    font-size: 40px;
    color: #000;
    text-decoration: none;
}