div.nav, div.footer, div.center-container{
	max-width: none;
}
a{
	text-decoration: none;
}
.button{
	margin:5px auto;
	display:block;
}
.table > tbody > tr > td{
	vertical-align: middle;
}
div.userController{
	/*padding-top:20px;*/
}
.table{
	margin-bottom:0;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
	background:none;
}
.table thead{
	background-color:#666;
	color:#fff;
	font-weigth:bold;
}
div.outer{
	/*min-height:200px;*/
	/*height:auto;*/
	position: relative;
	/*padding-top:50px;
	border-top:1px solid #000;*/
}
div.outer div.loading{
	left: 50%;
	top: 10%;
	width: 100px;
	padding: 10px;
	position:absolute;
	margin-left: -50px;
	text-align: center;
	background-color: white;
	border: 2px solid black;
}
div.inner{
	height:100%;
	overflow-y:auto;
	border-top:1px solid #000;
}
div.inner table{
	border-bottom:2px solid #999;
	margin-bottom:0;
}
div.inner table thead tr td {
	font-size:13px;
	font-weight:bold;
	padding:0 6px;
	line-height:0;
	text-transform: uppercase;
}
div.inner table thead tr td span{
	top: 7px;
	line-height: 18px;
	cursor: pointer;
	display: block;
	position: absolute;
}
div.inner table thead tr td:hover{
	background-color:#ebebeb;
}
div.inner table tbody tr{
	-webkit-transition: background-color 0.3s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.3s;
    border-bottom: 1px solid #ebebeb;
}
div.inner table tbody tr td{
	padding:5px;
	vertical-align: middle;
	width:8%;
}
div.inner table tbody tr td img{
	width:140px;
}
div.inner table.productDetailTbl tr td span.material{
	display:block;
}
/*table.productDetailTbl tr td img{
	max-width:400px;
	max-height:200px;
}
table.productDetailTbl tr td div.comments{
	display:block;
	height:200px;
	width:100%;
	overflow-y:scroll;
}
table.productDetailTbl tr td textarea{
	width:100%;
}
table.productDetailTbl tr td textarea.newSampleProductionComments{
	max-width:450px;
}*/
form input.ng-invalid.ng-touched {
	border:1px solid #FA787E;
}
div.commentsDisplayBox{
	height:200px;
	overflow-y:scroll;
	margin:10px;
}
div.subnav{
	display:block;
}
div.subnav div.updateStatus{
	display:inline-block;
	float:right;
	margin-right:10px;
	margin-top:5px;
	/*border:1px solid #999;*/
}
div.subnav .button{
	float:right;
	margin:5px;
}
div.subnav a.goback{
	margin-left:10px;
	padding:10px 0;
	display:inline-block;
}

div.imageThumbNail{
	position: relative;
	display: inline-block;
	width: 32.9%;
	height: 200px;
	border: 1px solid #999;
	vertical-align: top;
	overflow: hidden;
	margin: 5px auto;
	text-align: center;
}
div.imageThumbNail a{
	  text-align: center;
  display: block;
  line-height: 30px;
  text-decoration: none;
}
div.imageThumbNail img{
	display:block;
	width:100%;
	max-height:165px;
}
div.imageThumbNail span.removeImg, div.productDetail div span.addMaterial{
	cursor: pointer;
	padding: 10px 0;
	display: block;
	text-decoration: underline;
}
div.imageThumbNail a.addBtn{
	border: 1px solid #999;
	color: #000;
	 margin-top: 10px; 
	padding: 0px 15px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
div.imageThumbNail a.addBtn:hover {
	background: #999;
	color: #fff;
	text-decoration: none !important;
}
div.productDetail{

}
div.productDetail div{
	margin:10px 0;
}
div.productDetail div label{
	display:block;
}
div.productDetail div input{
	height:30px;
}
div.comments{
	display:block;
	width:100%;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:5px;
	border:1px solid #999;
	margin-bottom:10px;
	min-height:250px;
}
textarea.newComment{
	width:100%;
	height:100px;
	overflow-y:scroll;
	overflow-x:hidden;
}