.error_message,.error-message
{
    font-size:11px;
    color: red;
    display: block;
}
.special_custom_font
{
    color: red;
}



#bpopid
{
    background: #fff;
    width: 70%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px;
    border: 1px solid #000;
    display: none;
}
#pop-close-button
{
    width: 20px;
    height: 20px;
    float: right;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    
}
.details_pop_up
{
    cursor: pointer;
}
.detail-subtitle
{
    font-size: 10px !important;
}
.special_message
{
    width: 50%;
    height: 150px;
    background: url('../img/Wedges-3s-84px.gif') no-repeat #fff;
    background-position: center;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ccc;
    line-height: 250px;
    box-shadow: 0px 2px 0px;
    border: 1px solid #ddd;
    display: none;
    
}

.loading{
    position: absolute;
    top:30% !important;
    left: 25% !important;
}
.pagination-holder{
    float: right;
}
.pagination-table tr td{
    font-size:13px !important;
    text-transform:none !important;
    white-space:normal !important;
}

