/*Tutti i diritti riservati */ 

#movementBox {
	background-color: rgba(0, 0, 0, 0.7);
	float: left;
	height: 270px;
	width: 500px;
	position: relative;
	padding: 10px;
}

#movementBox label {
  display: inline-block;
}

#movementBox label > input, #movementBox label > select, #movementBox label > button {
  display: block;
}

#movementBox input, #movementBox select, #movementBox button {
  margin-top: 5px;
}

#movementBox select {
  height: 25px;
}

#movResult table {
  width: 100%;
}

#movResult td {
  padding: 2px;
  font-size:11px
}

thead {
  background: #3324ea;
  text-transform: uppercase;
  font-weight: bold;
	color: #fff
}

.altRow {  
  background-color: #3C3C3C;
}

#movResult table tbody tr:hover {
  background-color: #6c6c6c;
  cursor: pointer;
}

#movResult {
  height: 200px;
  overflow: auto;
}

#movLoading {
  background: rgba(0, 0, 0, 0.8) url("//img/loading.gif") no-repeat scroll center center / 52px auto;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#movLoading::after {
  content: "Loading...";
  display: block;
  height: 100%;
  margin-top: 105px;
  text-align: center;
  width: 100%;
}

#movResult p {
  margin: 20px 5px;
  text-transform: uppercase;
}

#movementBox #movFilter button {
  display: inline-block;
  margin-top: 18px;
}
