/* Add here all your css styles (customizations) */
.thumbnails {
	list-style: none;
}
.table-options label {
	color: #000;
}
.no-img {
	height: 110px;
	line-height: 110px;
	font-size: 60px;
	background: white;
	text-align: center;
}
.no-img i.fa {
	line-height: 110px;
	color: #e3e3e3;
}
#keyboard {
margin: 0;
padding: 0;
list-style: none;
width: 430px;
}
	#keyboard li {
	font-size: x-small;
	float: left;
	margin: 0 5px 5px 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #b8b8b8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
		.capslock, .tab, .left-shift .tilde {
		clear: left;
		}
			#keyboard .tab, #keyboard .delete {
			width: 65px;
			}
			#keyboard .capslock {
			width: 60px;
			}
			#keyboard .return {
			width: 52px;
			}
			#keyboard .left-shift {
			width: 70px;
			}
			#keyboard .right-shift {
			width: 69px;
			}
			#keyboard .eject {
			width: 65px;
			}
			#keyboard .btmrow {
			width: 35px;
			white-space: nowrap;
			}
			#keyboard .arrows {
			float: right;
			width: 30px;
			height: 20px;
			}
		.lastitem {
		margin-right: 0;
		}
		.firstitem {
			clear: left;
		}
		.floatright {
		float: right;
		}
		.uppercase {
		text-transform: uppercase;
		}
		#keyboard .space {
		width: 120px;
		}
		.on {
		display: none;
		}
		#keyboard li:hover {
		position: relative;
		top: 1px;
		left: 1px;
		border-color: #818181;
		cursor: pointer;
		}

#serialstatus {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	width: 80%;
	border-radius: 5px;
	height: 20px;
	line-height: 20px;
}

.filterrefinecontents {
	display: none;
}
.filtershow {
	display: block;
}
.filterrefine {
	cursor: pointer;
}
.ui-dialog {
	-webkit-box-shadow: 2px 5px 5px #888;
	-moz-box-shadow: 2px 5px 5px #888;
	box-shadow: 2px 5px 5px #888;
	opacity: 0.95;
}
.footer a.btn-u {
	color: #FFF !important;
}
.product-description-info dd {
	padding-left: 20px;
}
#product-left-col .btn-u.btn-block {
	text-align: left;
}
.table-centered td {
	vertical-align: middle !important;
}

.search-open {
	top: 42px !important;
}
/*

.device .fa, .process .fa {
		font-size: 80px !important;
	}
	.device {
		width: 120px;
		padding: 0px;
	}
	.device label {
		width: 120px;
		padding: 6px 12px;
	}
	.device:hover {
		background-color: #3498db;
	}
	.device:hover label {
		color: #FFF;
	}
	.device:hover h4 {
		color: #FFF;
	}
*/