﻿body
{
    /* Original*/
    font-family: Arial, Calibri, Candara, Segoe, "Segoe UI", Optima, sans-serif;
    width: 783px;
}

.column-background-1
{
    background-color: #F7F3E0;
}

#tblInventory
{
    border-collapse: collapse;
    table-layout:fixed;
    height:600px;
}

thead, tbody
{
    display: block;
}

table, th, td
{
    margin: 0px;
    padding: 0px;
}

#tblInventory thead th.name-column
{
    /*for alignment purposes*/
    border-left: 1px solid white;
}

#tblInventory > tbody
{
    height: 600px;
    overflow:scroll;
    overflow-x: hidden;
    padding-right: 0px;
    border-bottom: 1px solid #8DB4E2;
    border-left: 1px solid #8DB4E2;
}
tr.inventory-row > td
{
    border-top: 1px solid #999; 
}

#inventory-description
{
    text-align:left;
    margin-left: 5px;
    width: 200px;
    font-weight:normal;
    border-radius:5px;
    border: 1px solid #8DB4E2;
    padding: 10px;
}

tr.inventory-row
{
    height: auto;
}
tr.inventory-detail-row
{
    height: auto;
}
tr.inventory-detail-row > td
{
    border-bottom: 1px solid #ddd; 
    /*border-left: 1px solid #ddd; */
}

.data-column-header
{
    height: 215px;
}

.filter-group-header
{
    text-align:center;
    padding: 6px;
    background-color: #8DB4E2;

}

.name-column
{
    max-width: 278px;
    min-width: 278px;
    margin-top:1px;
    margin-bottom:1px;
    overflow: hidden;
}

.data-column-width
{
    max-width: 29px;
    min-width: 29px;
}

.data-column-width-srpm
{
    max-width: 29px;
    min-width: 29px;
}

.seperator-column
{
    min-width: 2px;
    max-width: 2px;
    background-color: #8DB4E2;
}

.table-header-rotated {
  border-collapse: collapse;
  .csstransforms & td {
    width: 30px;
  }
  .no-csstransforms & th {
    padding: 5px 10px;
  }
  td {
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc;
  }

  th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
  }
}
.img-check-mark
{
    margin-left:auto;
    margin-right:auto;
    display: block;
}

.name-column-display
{
    max-width: 200px;
    min-width: 200px;
    width: 200px;
    display:block;
    float:left;
    margin: 2px;
    font-size:smaller;
}
img.expander
{
    display:block;
    float: right;
    height: 18px;
    width:18px;
}

.provider-detail
{
    width: 338px;
    overflow:auto;
    padding: 4px;

}

.filter-header-checkbox-row
{   
    background-color: #8DB4E2;
    height: 36px;
    vertical-align: middle;
}

input.column-filter-checkbox
{
    margin-top: 4px;
    margin-bottom: auto;
    margin-left: 6px;
    padding: 0px;
    display: block;
}

input.column-filter-checkbox-srpm
{
    margin-top: 4px;
    margin-bottom: auto;
    margin-left: 14px;
    padding: 0px;
    display: block;
}

tr.inventory-row.expanded td
{
    border-bottom: 1px solid #8DB4E2;
}
tr.inventory-row.expanded td:first-child
{
    border-bottom: 1px solid white;
}

.detail-contact-table
{
    width: 650px;
    display:block;
    float:left;
    margin-left:10px;
    font-size:smaller;
}
.provider-detail td
{
    text-align:left;
    vertical-align:top;
    padding: 5px;
}

.detail-info-table
{
    width: 650px;
    display:block;
    float:left;
    margin-left:5px;
    border-spacing: 0px;
        font-size:smaller;

}

.detail-info-table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px
}

.detail-info-table tr:last-child td:last-child {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px
}

.detail-info-table tr:first-child td:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px
}

.detail-info-table tr:first-child td:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px
}


.detail-info-table td
{
    border: 1px solid #8DB4E2;
    padding: 5px;
}

.detail-info-table-col1
{
    width: 125px;
    font-size: 12px;
    font-weight:bold;
}
.detail-info-table-col2
{
    font-size: 12px;
}

.detail-contact-table-col1
{
    font-weight:bold;
}

.detail-contact-table-new
{

}

#no-info-cell
{
    height: 50px;
    font-weight: bold;
    font-size:larger;
    color: Red;
    text-align:center;
    background-color: #F7F3E0;
    border: 1px solid #ddd;    
}

div#disclaimer
{
    margin: 15px;
}

a 
{
    text-decoration: none;
    color: #3e81b5;
    color: #3e81b5;
    font-weight: Bold;
}
a:Hover 
{
    text-decoration: underline;
}


/* Standard */
.PageBold 
{
    font-family: Arial, sans-serif, Tahoma, Geneva;
    font-size: 12px;
    font-weight: bold;
}