a{
	text-decoration: none;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th{
	background:none;
}
div.outer{
	height:600px;
	/*height:auto;*/
	position: relative;
	padding-top:50px;
}
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 #999;
}
div.inner table thead tr td {
	font-size:13px;
	font-weight:bold;
	padding:0 6px;
	line-height:0;
}
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;
}
form input.ng-invalid.ng-touched {
	border:1px solid #FA787E;
}

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; /* For Safari 3.1 to 6.0 */
    transition: height 0.5s;
    height:0px;
    
}

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