/***************************************************/
/******APPLICATION-SPECIFIC FIXES / ENHANCEMENTS****/
/***************************************************/

/*set font size for small tables*/
.sm-font-table {
    font-size: 12px;
}

/*set map canvas*/
#map-canvas {
    width: 100%;
    height: 200px;
    padding: 0;
}

    /*fixes map controls cutting off*/
    #map-canvas img {
        max-width: none;
    }

/*results header*/
.resultsTableHeader td {
    /*background: #dddddd; */
    color: #444444;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
}

/*table results bg color*/
.table-results {
    background-color: #f7f7f7;
}

/*panel font size*/
.panel {
    font-size: 12px;
}

/*text headings*/
.text-heading:hover {
    color: #574E3E;
}

.text-heading {
    color: #574E3E;
}

/*sign in button in modals*/
.modal-sign-in {
    float: right;
    margin-right: 10px;
    margin-top: -5px;
}

.hidden-field {
    float: right;
}

/*links*/

.InvoiceRecord a:visited {
    color: blue;
}

.RadGrid_Silk .rgHeader a {
    color: #000 !important;
}
