
.item_sponsor {
    min-width:  40px;
    max-width:  70px;
    min-height: 30px;
    max-height: 55px;
    padding:    0px 10px;
}

.logo {
    background-color: #ecf0f5 !important;
}

.logo-mini {
    color:       black;
    font-size:   15px !important;
    font-weight: bold;
}

.logo-mini-img {
    max-width: 45px;
    height:    auto;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.bidshow {
    color: white !important;
}

hr {
    border-top: 5px solid black;
}

#updateMain {
    font-size: 16px;
}

#progress {
    width:          50%;
    height:         36px;
    margin:         auto;
    padding-bottom: 15px;
    border:         3px solid black;
}

.progress-bar {
    height:     30px;
    background: green;
}

#uploadText {
    font-weight:    bold;
    text-align:     center;
    vertical-align: middle;
    margin:         auto;
    padding:        5px 0;
}

.auctionThumb {
    margin:       0px;
    margin-right: 5px;
    border:       3px solid black;
}

.donationLogo {
    width:       150px;
    max-width:   95%;
    margin:      5px;
    margin-left: 0px;
}

.auctionImageWrap {
    float:       right;
    max-width:   250px;
    margin-left: 5px;
}

.auctionImageFull {
    width: 95%;
}

.auctionImageLiveBids {
    float:        left;
    height:       300px;
    margin-right: 15px;
}

.auction-item-grow {
    animation: liveBox 2.25s;
}

.aitem-label {
    font-size: 15px;
}

@keyframes liveBox {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.auction-item-box {
    position:   relative;
    overflow:   hidden;
    height:     35vh;
    min-height: 300px;
    max-height: 500px;
}

.auction-item-box-inner {
    overflow-y: scroll;
    height:     calc(35vh - 55px);
    min-height: calc(300px - 55px);
    max-height: calc(500px - 55px);
}

.sidebar-menu > li.header {
    color:       white !important;
    font-weight: bold;
}

/* Make the footer fixed */
.main-footer {
    z-index:  1011;
    position: fixed;
    right:    0;
    bottom:   0;
    left:     0;
}

#add-footer-padding {
    padding-bottom: 48px;
}

.box-outbid {
    color:            white;
    font-weight:      bold;
    text-align:       center;
    border:           2px solid black !important;
    background-color: #dd4b39;
}

.clear-both {
    clear: both;
}

.cs-header {
    margin-top:   5px;
    padding-left: 10px;
}

#settings-inner {
    padding: 15px;
}

.settings-info {
    display:     none;
    font-weight: bold;
    margin:      10px 0;
    padding:     5px;
}

.show-info {
    padding-left: 15px;
}

.checkbox-info {
    font-weight:  normal;
    padding-left: 15px;
}

.fa-padding-lr {
    padding: 0 10px;
}

.mb-30-clear {
    clear:      both;
    margin-top: 30px;
}

.inner-182 {
    height: 303px;
}

.fluid-table {
    overflow-x: scroll;
    width:      100%;
}

.sa-table {
    border:           3px solid blue;
    background-color: #dddddd;
}

.sa-table > thead, .sa-table tfoot {
    background-color: #ffffff;
}

/* This will allow centering of nav tabs */
.nav-tabs.centered > li, .nav-pills.centered > li {
    display:  inline-block;
    *display: inline; /* ie7 fix */
    float:    none;
    zoom:     1; /* hasLayout ie7 trigger */
}

.nav-tabs.centered, .nav-pills.centered {
    text-align: center;
}

/*Overrides control sidebar to be 500px unless screen size is smaller. */
.control-sidebar-bg, .control-sidebar {
    right: -500px;
    width: 500px;
}

@media only screen and (max-width: 500px) {
    .control-sidebar-bg, .control-sidebar {
        right: -500px;
        width: 100%;
    }
    .auctionImageWrap {
        max-width: 200px;
    }
}

/*End control sidebar override