a{
	text-decoration: none;
}
a.button{
	margin:5px;
}
.table{
	margin-bottom:0px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
	background:none;
}
.table thead{
	background-color:#666;
	color:#fff;
	font-weight: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 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;
}
div.inner table tbody tr td{
	padding:2px;
	vertical-align: middle;
	width:8%;
}
div.inner table tbody tr td img{
	width:140px;
}

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.userController{
	padding-top:10px;
}
div.userController button.addNewVendorBtn{
	margin:10px auto;
	display:block;
	margin-left:10px;
}


div.addNewVendor{
	overflow:hidden;
	-webkit-transition: height 0.5s; 
    transition: height 0.5s;
    height:0px;
    
}*/

/*form input.ng-valid.ng-touched {
	border:1px solid #ffffff;
}*/


@media (min-width: 768px){
.modal-dialog {
   width: auto;
   }
}