﻿.search-button
{
    margin: 0px 0px 8px 0px;
}

a
{
    cursor:pointer;
}

/*Column headers */
/*1100px to work with*/
.work-orders
{
    text-align:left;
}
.select-checkbox-column-header
{
    width:10px;
}
.work-order-number-column-header
{
    width:50px;
}
.location-name-column-header
{
    width:130px;
}
.alt-name-column-header
{
    width:30px;
}
.address-column-header
{
    width:165px;
}
.city-state-zip-column-header
{
    width:100px;
}
.county-code-column-header
{
    width:20px;
}
.inspection-type-column-header
{
    width:100px;
}
.status-column-header
{
    width:50px;
}
.month-year-column-header
{
    width:50px;
}
.date-sent-column-header
{
    width:50px;
}
.assigned-to-column-header
{
    width:100px;
}
.jurisdiction-column-header
{
    width:95px;
}
.maintenance-company-column-header
{
    width:75px;
}
/*End column headers */

/*Options*/

.options-row
{
    padding: 0px 0px 15px 0px;
}

.inspector-list
{
    overflow-y: scroll; 
    height:200px;
}

.options-container
{
    margin: 0px 0px 0px 0px;
}

.include-inspection-input {
    padding: 0 0 0 10px;
}

.include-inspection {
    padding: 4px 0 0 10px;
}

/*End options*/
