.icon-refresh-animate {
	animation-name: rotateThis;
	animation-duration: .5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@
keyframes  "rotateThis " {from { transform:scale(1)rotate(0deg);
	
}

to {
	transform: scale(1) rotate(360deg);
}

}

div.img_mem {
	max-height: 500px;
	overflow: hidden;
}

img.mem {
	border: 2px solid black;
	width: 100%;
}

img.shadow {
/*	border: 10px solid green;
	box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	-ms-box-shadow: 0 0 10px #333;
*/
	opacity: 0.2;
}

img.shadow:hover {
	border: 10px solid green;
	box-shadow: 0 0 10px #333;
	-webkit-box-shadow: 0 0 10px #333;
	-moz-box-shadow: 0 0 10px #333;
	-o-box-shadow: 0 0 10px #333;
	-ms-box-shadow: 0 0 10px #333;
	
	opacity: 1.0;
}

tbody.itemBrowser
{
	width: 100%;
	font-size: 0;
	margin-bottom: 0;
	cursor: pointer;
	table-layout: fixed;
}

tbody.itemBrowser td
{
	width: 200px;
	display: inline-block;
	font-size: 10px;
	word-wrap: break-word;
}

.itemBrowser th:nth-child(n)
{
	text-align: center;
}

.itemBrowser td:nth-child(n), .itemBrowser td:nth-child(n) > input
{
	text-align: center;
}

.itemBrowser td:nth-child(1), .itemBrowser td:nth-child(1) > input
{
	width: 150px;
}
.itemBrowser td:nth-child(2), .itemBrowser td:nth-child(2) > input
{
	width: 350px;
}
.itemBrowser td:nth-child(3), .itemBrowser td:nth-child(3) > input
{
	width: 100px;
}
.itemBrowser td:nth-child(4), .itemBrowser td:nth-child(4) > input
{
	width: 100px;
}
.itemBrowser td:nth-child(5), .itemBrowser td:nth-child(5) > input
{
	width: 100px;
}
.itemBrowser td:nth-child(6), .itemBrowser td:nth-child(6) > input
{
	width: 50px;
}
.itemBrowser td:nth-child(7), .itemBrowser td:nth-child(7) > input
{
	width: 50px;
}
.itemBrowser td:nth-child(9) > input
{
	width: 75px;
}
.itemBrowser td:nth-child(10), .itemBrowser td:nth-child(10) > input	/* nr faktury sprzedazy */
{
	width: 125px;
}
.itemBrowser td:nth-child(11), .itemBrowser td:nth-child(11) > input	/* data wydania towaru */
{
	width: 125px;
}
.itemBrowser td:nth-child(12), .itemBrowser td:nth-child(12) > input	/* kontrahent2 */
{
	width: 100px;
}
.itemBrowser td:nth-child(13), .itemBrowser td:nth-child(13) > input
{
	width: 50px;
}
.itemBrowser td:nth-child(14), .itemBrowser td:nth-child(14) > input	/* wartość wydanego towaru */
{
	width: 75px;
}
.itemBrowser td:nth-child(15), .itemBrowser td:nth-child(15) > input
{
	width: 50px;
}
.itemBrowser td:nth-child(16), .itemBrowser td:nth-child(16) > input
{
	width: 75px;
}
.itemBrowser td:nth-child(17), .itemBrowser td:nth-child(17) > input, .itemBrowser td:nth-child(17) > select
{
	width: 100px;
}

.itemBrowser
{
	cursor: pointer;
}
