﻿.finder-links h3{
    font-size: 18px;
}

.login_content .bad input[type=text], .login_content .bad input[type=password] {
    border: 1px solid #CE5454;
}
    

.login_content .item .alert {
    float: none; 
    max-width: 400px;
    margin: -13px 0px 8px 0px;
}

th select {
    max-width: 200px;
}

/* 
    td.propertyStatus {font-weight:bold; }
*/

td.Available{ color:green; }
td.Hold{ color:yellow; }
td.Sold{ color:red; }

div.no-results{color:red;}

div.view-form-value{
    padding-top: 8px; 
    margin-bottom: 0px; 
    font-weight: normal;
    padding-left: 28px; 
}

td a.view{
    text-decoration: underline; 
    color: darkslateblue;
}

td a:hover.view{
    text-decoration: none; 
}

div.date-picker{
    display:inline-flex;
}

div.date-picker .input-group-addon{
    width:7%;
}

.error{
    color: red; 
    font-weight: bold;
}

.modalSelect{
    margin-top:8px;
}

.colorboxLink{
    text-decoration: underline;
}

input[type="text"].error {
    border-width:thin;
    border-color: red;
}

input[type="checkbox"].error {
    outline: 2px solid red;
}

table.paymentPlanTransactionList td a, a.tableLink{
    text-decoration:underline;
}

table.paymentPlanTransactionList td a:hover, a:hover.tableLink {
    text-decoration:none;
}

th.hideDropdown select {
    display: none;
}