﻿.errorMessage {
    top: -28px;
}
.captchaBox .errorMessage {
    top: 0;
}
.stackedInput .errorMessage {
    top: 2px;
    right: 15px;
}
.captchaBox {
    margin-bottom: 30px;
    position: relative;
}
    .captchaBox input[type=text] {
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        padding: 0;
        opacity: 0;
    }
.formTextBox,
.loginWrapper,
.forgetPassword .popup-Content,
.contentForm,
.dashboardContent,
.formTextBox,
.captchaBox,
.formDropDown,
.regsiterWrapper,
.bidInput,
.confirmBid .popup-Content {
    position: relative;
}
.loader {
    background: url(/images/ajax-loader.gif) rgba(255,255,255,0.7) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

.accountHeader .accountName.notLoggedIn a > span {
    padding-right: 0 !important;
}
    .accountHeader .accountName.notLoggedIn a > span:after {
        display: none !important;
    }

input[type=number] {
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.filterHolder .resetLink {
    color: #143D89;
    text-decoration: underline;
    line-height: 32px;
    margin-left: 25px;
}
    .filterHolder .resetLink:before {
        content: "\27F2";
        text-decoration: none;
        font-size: 21px;
        padding-right: 2px;
        display: inline-block;
    }
    .filterHolder .resetLink:hover {
        text-decoration: none;
    }

.bidsList .vehicleListIem {
    position: relative;
}
    .bidsList .vehicleListIem .coverButton {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.regsiterWrapper .sectionTitle {
    padding: 0 0 20px 0 !important;
}
    .regsiterWrapper .sectionTitle h3 {
        padding: 15px 15px;
        background: #c5c5c5;
    }
.regsiterWrapper .formDropDown {
    border: 1px solid #D6D6D6;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 0 10px;
}
    .regsiterWrapper .formDropDown select {
        color: #444444;
        font-family: "Fira Sans";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        width: 100%;
        height: 44px;
        background: #ffffff;
        border: 0;
        border-collapse: collapse;
        cursor: pointer;
    }
.regsiterWrapper .formTextBox.stackedInput {
    border: 0;
    padding: 12px 0;
}
    .regsiterWrapper .formTextBox.stackedInput label {
        display: inline-block;
        margin: 0;
    }
    .regsiterWrapper .formTextBox.stackedInput input[type=radio] {
        width: 45px;
        height: 17px;
    }
.fieldUpload {
    position: relative;
}
    .fieldUpload .fileUploadNote {
        position: absolute;
        bottom: -18px;
        left: 0;
        font-size: 12px;
        color: #143D89;
    }

.termsNote label a {
    color: #143D89;
}
.termsPopup {
    width: 1100px;
    height: 80%;
    overflow-y: scroll;
    
}
    .termsPopup h4 {
        margin-bottom: 20px;
    }
    .termsPopup ul {
        counter-reset: section;
        position: relative;
    }
        .termsPopup ul li {
            margin-bottom: 5px;
            padding-left: 25px;
        }
            .termsPopup ul li:before {
                counter-increment: section;
                content: counter(section) ".";
                font-weight: bold;
                position: absolute;
                left: 0;
            }
            .termsPopup ul li a {
                color: #143D89;
                text-decoration: underline;
            }
    .termsPopup div[dir=rtl] ul li {
        padding-right: 25px;
    }
        .termsPopup div[dir=rtl] ul li:before {
            right: 0;
        }
    .termsPopup .close {
        position: unset;
        display: block;
        background: #143D89;
        padding: 5px 10px;
        color: #ffffff;
        font-weight: bold;
        margin: 40px auto 10px auto;
        width: 50%;
        height: auto;
        text-align: center;
    }
.margBot40 {
    margin-bottom: 40px;
}

.termsPopup *{
    font-family: 'FiraSans-Light','Cairo', sans-serif !important;
}

@media all and (max-width:768px) {

    .termsPopup {
        width: 100% !important;
    }

        .termsPopup .popup-Content {
            padding: 20px !important;
        }

        .termsPopup .close {
            margin: 20px auto 10px auto;
            width: 80%;
        }
}

.accountName .my-bids {

}
    .accountName .my-bids:after {
        content: "|";
        padding: 0 20px;
    }
    .accountName .my-bids a {
        color: #143D89;
        font-family: "Fira Sans";
        font-size: 17px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 21px;
        padding-left: 30px;
        position: relative;
    }
        .accountName .my-bids a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            background: url(/images/my-bids-blue.svg) no-repeat;
            background-size: contain;
            height: 19px;
            width: 18px;
        }
.formLabel a {
    position: absolute;
    top: 0;
    right: 0;
    color: #143D89;
    font-family: "Fira Sans";
    font-weight: 300;
    letter-spacing: 0;
    line-height: 21px;
}