
/* Features desponsive div table */

.resp-table {
	display: table;
	border-collapse: collapse;
	border: 2px solid #cccccc;
}

.resp-table-header {
	display: table-header-group;
}

.resp-table-header-cell {
	display: table-cell;
	padding: 10px;
	text-align: justify;
	border-bottom: 1px solid black;
}

.resp-table-body {
	display: table-row-group;
}

.resp-table-row {
	display: table-row;
}

.resp-table-body-cell {
	display: table-cell;
	border: 2px solid #cccccc;
}

.fixed-small-body-cell {
	display: table-cell;
	width: 35px;
	border: 2px solid #cccccc;
}

.glyphicon-cell {
	text-align: center;
    vertical-align: top;
}

.glyphicon-cell label {
	font-size: 1.5em;
    padding-top: 4px;
    margin: 0;
    cursor: pointer;
}


/*************** FEATURES' TABLE SPECIFIC STYLES *****************/


/*	A DIV table limitation is that there
	is no colspan attribute for the header
	Use a separate div outside of the table
	and mimmic the same border/format
*/
.features-table-header {
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}

.features-table-header label {
	font-size: 14px;
    padding: 10px 7px;
}

.features-table .fixed-small-body-cell input,
.features-table .fixed-small-body-cell span {
	position: absolute;
	margin: 10px !important;
}

.features-table .fixed-small-body-cell img {
	position: absolute;
	margin: 4px !important;
	cursor: pointer;
}

.features-table .resp-table-body-cell {
	line-height: normal;
}

.features-table .resp-table-body-cell .feature-name {
	margin: 3px 0px 0px 0px;
	font-size: 14px;
}

.features-table .resp-table-body-cell .feature-name label {
	margin-top: 3px;
}

.feature-description-view,
.features-table .resp-table-body-cell .feature-description span {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	white-space: pre-line;
	font-style: italic;
	word-break: break-word;
}

.features-table .selected-row {
	background: #f0f0f0;
}

.feature-description-icon {
	width: 25px;
	height: 24px;
}

.feat-ops-select {
	height: 25px;
}
