﻿.custom-validation-message {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    font-size: 14px !important;
    color: red !important;
    font-weight: bold !important;
}
.bid-exist-tooltip {
    width: 50%;
    background-color: #e9edf4;
    position: absolute;
    border: 1px solid #999;
    border-radius: 5px;
    margin-top: 8px;
    -webkit-box-shadow: 15px 15px 51px -15px rgba(0,0,0,1);
    -moz-box-shadow: 15px 15px 51px -15px rgba(0,0,0,1);
    box-shadow: 15px 15px 51px -15px rgba(0,0,0,1);
    z-index: 1500;
    visibility: hidden;
}

.bid-exist-tooltip-title {
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0 0 5px;
    z-index: 1501;
}

.bid-exist-tooltip-exit {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -35px;
    margin-right: -40px;
    z-index: 1502;
}

.bid-exist-tooltip-list {
    width: 90% !important;
    float: left;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15px;
    background-color: #fff;
    z-index: 1503;
}

.input-text-right {
    text-align: right !important;
}
#global-loader {
    position: fixed;
    z-index: 50000;
    background: #ffffffc7;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#global-loader img {
    width:150px;
    height:150px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin:-75px 0 0 -75px;
}
.explanation {
    word-wrap:break-word !important;
}