﻿
.custom-page-content .auction-list-row .auction-list-column {
    padding: 0 6px;
}

.custom-page-content .auction-list-row .auction-list-column-container {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-page-content .well .auction-list-row {
    /*margin-top:-15px;*/
    margin-bottom:-19px;
}

.custom-page-content .well .auction-list-row .auction-list-column-container {
    padding-left: 0;
    padding-right: 0;
}


.stuck {
    position: fixed;
    top: 0;
    z-index:900;
}


.auction-card-banner-container {
    height: 150px;
    max-height: 150px;
    /*overflow-y: hidden;*/
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    vertical-align:middle;
    width: 100%;
    margin: 0px;
}

    .auction-card-banner-container img {
        /*border-radius: 3px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;*/
        /*margin-left: auto;
        margin-right: auto;
        max-width: 100%;*/
        /*display: block;*/
        /*max-height: 150px;*/
        /*vertical-align: middle;*/
        /*max-height: 150px;*/
        max-height: 100%;
        max-width: 100%;
        /*width: auto;
        height: auto;*/
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }


.auction-card-content-container {
    padding: 5px;
}

.auction-card-content-container i {
    cursor: pointer;
}

.auction-card-content-container i:hover {
   /*color: #990000;*/
}






.rotatingImageButton {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.rotatingImageButtonLeft {
    left: 0;
}

.rotatingImageButtonRight {
    right: 0;
}

.rotatingImageButton:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.rotatingImageButton i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}





.image-viewer-blurred-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .1;
}

    .image-viewer-blurred-background img {
        width: 100%;
        height: 100%;
    }


.image-viewer-image {
    position: relative;
}

    .image-viewer-image img {
        margin-left: auto;
        margin-right: auto;
        max-height: 400px;
    }

.image-viewer-thumbnails {
    max-height: 400px;
    overflow-y: auto;
}

    .image-viewer-thumbnails > div {
        display: inline;
    }

        .image-viewer-thumbnails > div img {
            /*margin: 5px;*/
            cursor: pointer;
        }

        .image-viewer-thumbnails .selected img {
            border: solid 1px red;
        }

.image-viewer-full-screen-image {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
}

    .image-viewer-full-screen-image img {
        /*display: inline-table;*/
        position: relative;
        top: 50%;
        transform: perspective(1px) translateY(-50%);
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }


    .image-viewer-full-screen-image .close-viewer {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        margin-top: 20px;
        margin-right: 60px;
    }






.bidding-container-row {
    margin: 0;
    padding: 0;
}

    .bidding-container-row .bidding-container-column {
        padding: 0 5px;
        margin-bottom: 10px;
    }

        .bidding-container-row .bidding-container-column.bidding-timmer {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

.category-field-editor-container {
    height: 70px;
}



.auction-item-list-callout {
    border-width: 1px 2px 2px 1px;
}


.auction-item-list-detail-arrow-container {
    padding: 0;
    margin: 0;
    height: 0;
}

.auction-item-list-detail-arrow {
    padding: 0;
    margin: 0;
    top: -19px;
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 0;
    border-width: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}




.auction-items-display-list-col-divider {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    max-width: 1px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}


.auction-items-display-list-row-divider {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    /*width: 100%;*/
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 0;
    margin-left: -5px;
    margin-right: 35px;
    margin-top: -10px;
    margin-bottom: 0;
}



.auction-items-display-list-col-padding {
    margin-left: 0;
    /*margin-right: 0;*/
    padding-left: 0;
    padding-right: 5px;
}

@media (max-width: 480px) {
    .auction-items-display-list-col-padding {
        margin-left: 20px;
        /*margin-right: 500px;*/
        padding-left: 0;
        padding-right: 20px;
    }
}







.rotate45down {
    -ms-transform: rotate(45deg); /* IE9 */
    -moz-transform: rotate(45deg); /* FF3.5/3.6 */
    -o-transform: rotate(45deg); /* Opera 10.5 */
    -webkit-transform: rotate(45deg); /* Saf3.1+ */
    transform: rotate(45deg); /* Newer browsers */
}

.rotate45up {
    -ms-transform: rotate(315deg); /* IE9 */
    -moz-transform: rotate(315deg); /* FF3.5/3.6 */
    -o-transform: rotate(315deg); /* Opera 10.5 */
    -webkit-transform: rotate(315deg); /* Saf3.1+ */
    transform: rotate(315deg); /* Newer browsers */
}


.loadMoreHr {
    border: none;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 0;
}


.live-auction-settings {
    position: absolute;
    right: 20px;
    top: -15px;
    padding: 3px 5px;
    margin: 0;
    z-index: 1000;
    cursor: pointer;
}

    .live-auction-settings .small-icon {
        font-size: x-small;
    }

.font-xs-for-icons {
    font-size: x-small;
}

.live-auction-settings-body {
    position: absolute;
    right: 20px;
    top: 15px;
    padding: 10px 10px;
    margin: 0;
    z-index: 1000;
}

    .live-auction-settings-body label {
        font-weight: 400;
    }

.live-auction-increment-list-item {
    padding: 5px 10px 5px 5px;
    display: inline-block;
    width: 110px;
    margin: 0 5px 5px 0;
}

.live-auction-increment-list-item.larger-list-item {
    padding: 10px 15px 10px 10px;
    font-size: large;
    width: 160px;
    margin: 0 10px 10px 0;
}