html,
body {
	height: 100%;
	margin: 0;
}

.box {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.box .row {
	border: 1px dotted grey;
}

.box .row.header {
	flex: 0 1 auto;
	/* The above is shorthand for:
flex-grow: 0,
flex-shrink: 1,
flex-basis: auto
*/
}

.box .row.content {
	flex: 1 1 auto;
}

.box .row.footer {
	flex: 0 1 40px;
}

.CellWithComment{
  position:relative;
}

.CellComment{
  display:none;
  position:absolute; 
  z-index:100;
  border:1px;
  background-color:white;
  border-style:solid;
  border-width:1px;
  border-color:gray;
  padding:4px;
  color:black;
  font-size:9px; 
  top:30px; 
  left:20px;
  margin-top:5px;
}

.CellWithComment:hover span.CellComment{
  display:block;
}

body {
	font-family: helvetica, tahoma, verdana, sans-serif;
	padding: 0;
	padding-top: 0;
	font-size: 11px;
	background-color: #fff !important;
}

#headerLogo {
	background:url(../images/bkg-tab-cutout-132x27.png) bottom left no-repeat;/*LTR*//*shorten*/
	height:121px;
	left:80px;/*LTR - shift it outside header to align the wall of the cutout with the edge of the page */
	position:absolute;
	top:25px;
	width:132px;/*shorten*/
}

/*.version {
	background-image: url(../images/Cube_Puzzle_1_BW.png);
	width: 100%;
	height: 100%;
	color: white;
	font-size: 12px;
	padding-left: 230px;
	padding-top: 65px;
	background-repeat: no-repeat;
}*/


/*#container {
	font: 12px Arial, sans-serif;
	color: #454545;	
	background: #fff url(../images/bg_header-repeat.gif) repeat-x 0 top;
	margin: 0;
	width: 100%;
	height: 900px;
	margin: 0 auto;
	position: relative;
}*/

#logo-netapp_ {
	position:relative;
	/*left:5px;
	top:10px;*/
	
	width:62px;
	height:86px;
}


#headertext {
    position:absolute;
    left:270px;
    top:66px;
    width:auto;
    height:34px;
}

#headerText h1 {
	color:#FFF;
	font-size:34px;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	line-height:34px;
	font-weight:normal;}
	
	#headertext #hwuText {
    color:#FFF;
    font-size:34px;
    padding:0;
    margin:0;
    display: inline;
    font-family:Arial,sans-serif;
    line-height:50px;
    text-transform:capitalize;
}

#headertext #betaText {
    color:#FFF;
    font-size:16px;
    padding:7px;
    margin:0;
    display: inline;
    font-family:Arial,sans-serif;
    line-height:50px;
    text-transform:capitalize;
}

#betaText {
    position: relative;
    left: 1px;
}

a, a:visited {
	text-decoration: none;
	color: #1763B5;
}
a:hover {
	text-decoration: underline;
	color: #1763B5;
}
/* top menu*/

#topMenu {

	/*position: absolute;
	left: 350px;
	top: 120px;
	width: 1000px;*/
	height:11px;
}
.feed-top 
{
    padding-top: 5px;
    padding-left:5px;
}

.feed 
{
    padding-left:5px;
}

.feed-nextitem 
{
    padding-top: 10px;
    padding-left:5px;
}
/* @end */

/* @end */

.listStyleForNumbersAndBullets {
	overflow:hidden;
	vertical-align:bottom;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
    padding:2px 2px 2px 5px;
    white-space: normal;
}

.listStyleForNumbersAndBullets ol li {
    list-style:decimal;}
.listStyleForNumbersAndBullets ul li {
    list-style:disc;}
.listStyleForNumbersAndBullets ul ul li {
    list-style:circle;}
.listStyleForNumbersAndBullets ul, .listStyleForNumbersAndBullets ol {
    padding-left: 2em;}

table.footer {
	width: 100%;
	height: 20px;
	font-style: normal;
	font-family: Beatrice, "Helvetica Neue", Arial, sans-serif;
	padding: 0;
	background-color: #000;
	color: #fff;
	padding-left: 10px;
}

a.footer {
	font-style: normal;
	font-family: Beatrice, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
}

td.pduDetailCell {
	width: 50%;
	vertical-align: top;
}

table.pduuPartNumber {
	width: 500px;
	border-spacing: 0px;
	border: 1px;
	border-style: solid
}

td.pduPartNumberCell {
    border: 1px;
    border-style: solid;
    padding: 3px;
}

span.LEDNumLabel {
	background: black;
	color: white;
	border-radius: 15px;
	padding: 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
}

#cboxTitle {
	font: bold 0.875rem Roboto, Helvetica, Arial, sans-serif !important;
	background-color: #99bbe8;
}



.faq-first-question {
	color: #1763B5;
	padding-left: 5px;
	padding-top: 10px;
}

.faq-question {
	color: #1763B5;
	padding-left: 5px;
}

.faq-bullets {
	vertical-align: sub;
	padding-left: 5px;
}

.faq-answer {
	padding-left: 5px;
}

.icon-delete {
	background-image: url("../images/deletered.png") !important;
}

.icon-zoom-in {
	background-image: url("../images/zoom_in.png") !important;
}

.icon-zoom-out {
	background-image: url("../images/zoom_out.png") !important;
}

/* partnumber help popup pattern classes */
.pattern-header {
	padding-top: 8px;
	padding-left: 20px;
	font-weight: 100;
}

.pattern-Ex {
	padding-top: 8px;
	padding-left: 30px;
}

.selectable {
	-moz-user-select: text !important;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
	-khtml-user-select: text;
}

.legendText {
	font-size: 12px;
	font-family: Arial,sans-serif;
	color: #454545;
	font-weight: bold;
}
