﻿.closetip {
    cursor: pointer;
    border: 1px solid #fff;
    padding: 3px 10px;
    border-radius: 3px;
    color:#eee;
}

    .closetip:hover {
        text-decoration: underline;
        color:#fff;
    }

#ninja-slider li.ns-show {
    text-align: center;
    background-color: #eeeeee; /*#333*/
}
#ninja-slider .ns-img-wide {
    width: 100%;
    max-width:100%;
    height: auto !important;
    max-height: 400px;
    object-fit: contain;
}
.hide-small {
    display: inline;
}

.hidden-zoom {
    display: none;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin-top:auto;
    margin-bottom:23%;
    height:32px;
    margin-left:auto;
    margin-right:auto;
    width:120px;
    padding: 6px;
    border-radius: 8px;
    color: white;
    background-color: #666;
    opacity:.8;
}
.hidden-zoom:after{
    content: "+ click to zoom";
}
.zoomHover {
    cursor: zoom-in;
}
.zoomHover:hover + .hidden-zoom {
    display: block;
}
.modal-header {
    display: none !important;
}

.wide-photo {
    width: 100% !important;
}

.video-iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
    margin-top: 30px;
}

.banner-video::before {
    background-image: url(/js/ninjaslider/video-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.generously-posted-text {
    border: 1px solid #ccc;
    padding: 10px 10px 0 10px;
    margin: 40px auto;
    width: 95%;
}



.tooltip-inner {
    max-width: 300px;
    width: 300px !important;
    text-align: left;
}

.tooltip-info.show {
    opacity: 1 !important;
}

.max-bid-amt.buttons_added .minus,
.max-bid-amt.buttons_added .plus {
    margin: 0 10px;
    width: 50px;
    height: 50px;
    border: 1px solid;
    font-size: 28px;
    border-radius: 5px;
    cursor: pointer;
    border: solid #385e7c 1px;
    color: #385e7c;
    user-select: none;
    padding-bottom: 5px;
    text-align: center;
}

.max-bid-amt.buttons_added .plus:hover, .max-bid-amt.buttons_added .minus:hover{
    background-color: #385e7c;
    color: white;
}

.input-bid-amount {
    outline: none;
    width: 45%; /* 165px; - THIS WAS CAUSING INPUT ISSUE ON OLDER iOS DEVICES ?!*/
    font-size: 35px;
    text-align: center;
    border-radius: 10px;
    border: none;
    background-color: white;
    color: #385e7c;
    /*padding: 25px 0px;*/
}

.tooltip-info .tooltip-inner {
    background-color: orangered !important;
    text-align: center;
}
.tooltip-info.bs-tooltip-bottom .arrow::before {
    border-bottom-color: orangered !important;
}

/*MAX BID STYLES*/
.max-bid-amt {
    display: inline-block;
}

    .max-bid-amt .input-text.amt {
        width: 35px;
        height: 39px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid #efefef;
    }

    .max-bid-amt.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
        display: flex;
        justify-content: center;
    }

        .max-bid-amt.buttons_added input {
            display: inline-block;
            margin: 0;
            vertical-align: top;
            box-shadow: none;
            text-align: center;
        }
        #max-bid-amount{
            height:50px;
        }

        .max-bid-amt.buttons_added .minus {
            /*border-right: 0;*/
        }

        .max-bid-amt.buttons_added .plus {
            /*border-left: 0;*/
        }

    .max-bid-amt input::-webkit-outer-spin-button,
    .max-bid-amt input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .max-bid-amt.buttons_added .minus:focus,
    .max-bid-amt.buttons_added .plus:focus {
        outline: none;
    }

@media (min-width:768px) and (max-width:992px){
    .hide-small {
        display: none;
    }

    .input-bid-amount {
        width: 130px;
    }
}
@media (max-width:425px) {
    .form-control {
        width: unset;
    }

    .tooltip {
        margin-left: 20px;
    }

    .tooltip-inner {
        max-width: 95%;
        width: 95% !important;
    }
    .video-iframe {
        height: 220px;
        margin-top: 30px;
    }
    #ninja-slider .ns-img-wide {
        max-height: 205px;
    }
    .hidden-zoom {
        display: block;
        margin-top: auto;
        margin-bottom: 6%;
        height: 24px;
        margin-left: auto;
        margin-right: auto;
        width: 120px;
        padding: 2px;
        border-radius: 4px;
    }
    .hidden-zoom:after {
        content: "+ tap to zoom";
    }
    .modal-header{
        display:flex !important;
        padding:4px 10px;
        height:18px;
        border-bottom:0px
    }
    .input-bid-amount{
        width: 50%;
        font-size:30px;
    }
}
