#blox{
	width: 100%;
	padding: 5px;
}
.allbox{
	padding: 5px;
	margin: 12px;
	float: left;
	height: 140px;
	width: 353px;
	border: 1px solid #104EC6;
	box-shadow: 0 3px 3px #424040;
}
.button{
	cursor: pointer;
	color: #061A7B;
	font-weight: bold;
}
.conten{
	padding: 17px;
	margin: 7px; 
	background-color:#DDE3E4;
	border-radius: .75em;
	font-size: 1.15em;
}
.tr:hover{
	background-color: #C7C2C2;
}
input[type=radio]{
		color: white;
	}
input[type=submit]:hover {
  background-color: #45a049;
}
input[type=reset]:hover {
  background-color: #45a049;
}
input[type=submit],input[type=reset],input[type=button] {
 /* width: 100%;*/
  background-color: #4CAF50;
  color: white;
  padding: 8px 12px;
  margin: 3px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type=text],input[type=password],input[type=date]{
	height: 35px;
}
.isDisabled {
cursor: default;
pointer-events: none;        
 text-decoration: none;
color: grey;
	
color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;	
}
.tr:hover{
	background-color: #C6EEF1;
}