﻿/* DivTable.com */
.divTable{
	border-collapse: collapse;
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
	line-height: 1.42857143;
    padding: 8px;
	vertical-align: middle;
}
.divTableRow:nth-child(odd) {
	background-color: #f9f9f9;
}
.divTableHeading {
	display: table-header-group;
}
.divTableHead {
    background-color: #ffffff;
    border-bottom: 2px solid #ddd;
    display: table-cell;
    line-height: 1.42857143;
    padding: 8px;
    vertical-align: bottom;
    
}
.divTableCell {
	border-top: 1px solid #ddd;
	display: table-cell;
	padding: 8px;
}
.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
	overflow: auto;
}

.filter-control-header {
	margin-right:-35px;
	width:100%;
}

.filter-control {
	margin-right:-35px;
	width: 95%;
    height: 34px;
    padding: 6px 2px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.env-description {
	max-width: 201px;
}

.env-sentDate {
	min-width: 151px;
}

.env-statusChangedDate {
	min-width: 151px;
}
