/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/**
  * Make sure the container for the loading spinner is relatively positioned, so that the loading spinner is positioned within it,
  * and ensure it has adequate height to fit the spinner.
  */
.loading-spinner-holder {
    position: relative !important;
    min-height: 6rem !important;
}

div.loading-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1039; /* modal-backdrop uses 1040 */
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.5rem;
}

    div.loading-spinner div.spinner-border[role="status"] {
        width: 4rem;
        height: 4rem;
        border-width: 0.5em;
    }

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #fff;
}

.navbar-nav .nav-link {
    font-size: 15px;
}

.nav-underline .nav-link.active {
    border-bottom: solid 2px #007BFF;
    font-weight: 500;
}

/* Sticky footer styles
-------------------------------------------------- */
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*Footer*/
.containerPadding {
    padding: 0 15px;
}

.footerUl > li {
    margin-right: 15px;
}

.footerUl > li > a {
    padding-top: 17px;
    color: black;
    font-size: 16px;
    display: inline-block;
}

.footerUl > li > a,
#homePageFooter p {
    color: black;
}

.banner-container {
    height: 400px;
    margin: 0 -15px;
}

.banner-image {
    position: absolute;
    background-size: cover;
    width: 100%;
    opacity: 1;
    z-index: 998;
    height: 400px;
}

.banner-overlay {
    position: absolute;
    height: 400px;
    width: 100%;
    background-color: rgba(33,37,41,.4) !important;
    z-index: 999;
    padding: 60px 15px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
/*Footer Ends*/
/*Header Starts*/

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    border-bottom: solid 2px #007bff !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
    border-bottom: solid 2px #fff !important;
}

/*Header ends*/
/*Privacy Policy Starts*/
.listStyle {
    list-style: none;
    padding-left: 10px;
}

    .listStyle li:before {
        content: "";
        line-height: 1em;
        width: .5em;
        height: .5em;
        background-color: black;
        float: left;
        margin: .25em .25em 0;
        border-radius: 50%;
    }
/*Provacy Policy Ends*/
.ribbon {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
}

    .ribbon span {
        padding: 4px 8px;
    }

label {
    font-weight: 600;
}

.form-group.required label:after {
    content: " *";
    color: #FF0000;
}

/* Suppress required field stars if we have a series of radio buttons/checkboxes */
.form-group.required .form-check label.form-check-label:after {
    content: none;
}

.cursorPointer {
    cursor: pointer;
}

.linkbtn {
    color: #0366d6 !important;
}

img.featured-auction {
    height: 170px;
    margin: 0 auto;
}

.errormsg {
    color: #DC3545 !important;
    font-size: 12px;
}

.initials {
    color: #ffffff;
    background-color: #007bff;
    text-align: center;
    font-size: 28px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.displayNone {
    display: none;
}

p.error, .colorRed {
    color: #DC3545;
}

/* Change Password / Reset Password / Profile Registration */
.invalidPassword {
    color: #721c24;
}

.validPassword {
    color: #3a7d34;
}

    .invalidPassword .fa-check, .validPassword .fa-times {
        display: none;
    }

    .validPassword .fa-check, .invalidPassword .fa-times {
        display: inline-block;
    }

ul#passwordStrength {
    list-style-type: none;
}

    ul#passwordStrength li {
        padding: 0 7px;
    }
/* End Password */

#profile {
    list-style-type: none;
    padding-top: 10px
}

#termsAndConditions {
    height: 130px;
    resize: none;
    overflow: auto;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#spinner {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.commonModalBody > span > div > label.error, .commonModalBody > div > div > label.error,
p.error, label.error {
    color: #DC3545;
}

.marginBottomZero {
    margin-bottom: 0px;
}

/* Terms and Conditions and Perjury Statement Cards - START */
.card.disclaimer-card {
    border: none;
    margin-bottom: 0.25rem;
}

    .card.disclaimer-card .card-title {
        margin-bottom: 0.5rem;
    }

    .card.disclaimer-card .card-body {
        min-height: 5rem;
        max-height: 8rem;
        overflow: auto;
        padding: 0.25rem 0.5rem;
        border: 1px solid #ccc;
        border-radius: 0.5rem;
    }
/* Terms and Conditions and Perjury Statement Cards - END */

.imageHeight, .detailPageMap {
    height: 426px;
    margin: 0 auto;
    max-width: initial !important;
    display: block;
}

.auctionDetails {
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}

.displayCountTimer {
    height: 80px !important;
}


/*
*
* ==================================================
* UNNECESSARY STYLE - JUST TO MAKE IT LOOKS NICE
* ==================================================
*
*/

.countdown-circles {
    text-transform: uppercase;
    font-size: 14px;
}

    .countdown-circles span {
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #007bff;
        font-size: 29px;
        line-height: 29px;
        margin-bottom: 5px
    }

        .countdown-circles span:first-of-type {
            margin-left: 0;
        }

    .countdown-circles .holder {
        text-align: center;
    }

/*
*
* ==================================================
* COUNT DOWN TIMER
* ==================================================
*
*/

/*Media Queries*/

@media only screen and (max-width: 768px) {
    .countdown-circles span {
        font-size: 20px;
    }
    .banner-container {
        height: 250px;
    }

    .banner-image {
        height: 250px;
    }

    .banner-overlay {
        height: 250px;
        padding: 20px 10px;
    }
}

.toggle-password {
    position: absolute;
    right: 6px;
    top: 11px;
}

.positionRelative {
    position: relative;
}

.borderRightTopRadius {
    border-radius: 0 !important;
}


input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.MyAuctions {
    text-decoration: underline !important;
    color: #0366d6 !important;
    width: 150px !important;
}

.MyAuctionscolrtag {
    color: black;
}

.maxheight45 {
    max-height: 45px;
}

.maxWidth60 {
    width: 60px;
}

.maxHeight60 {
    height: 60px;
}

.height250 {
    height: 250px;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

#pictureShow, #mapMarker {
    position: absolute;
    z-index: 99;
    right: 10%;
    top: 10px;
    height: 42px;
    width: 42px;
    background: white;
    border-color: white;
    font-size: 20px;
}

.auctionImagebtn {
    margin-left: -1px;
    float: left;
}

.termsConditions {
    overflow-y: auto;
    height: 500px;
}

.display-4 {
    font-weight: 400;
}

/*STYLE FOR ADDEVENT.COM*/
.atcb-list {
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    padding: 8px 0;
}

.atcb-item {
    float: none;
    padding: 4px 16px;
    text-align: left;
}

    .atcb-item a {
        color: #16181B;
        text-decoration: none;
    }
/*END STYLE FOR ADDEVENT.COM*/

@media only screen {
    div.propertyImageContainer-sm {
        height: 240px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 1600px) {
    div.propertyImageContainer-sm {
        height: 200px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}


@media only screen and (max-width: 1400px) {
    div.propertyImageContainer-sm {
        height: 175px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 1199px) {
    div.propertyImageContainer-sm {
        height: 225px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 991px) {
    div.propertyImageContainer-sm {
        height: 275px;
        position: relative;
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

img.propertyImage {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: 100%;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
}

.btn-primary-search {
    background-color: #fff;
    border-color: #ced4da;
    border-left: 0;
}
