table.tabelaitens {
  font-family: Verdana, Geneva, sans-serif;
  border: 1px solid #EFEFEF;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.tabelaitens td, table.tabelaitens th {
  border: 1px solid #0B6FA4;
  padding: 2px 2px;
}
table.tabelaitens tbody td {
  font-size: 13px;
}
table.tabelaitens tfoot td {
  font-size: 14px;
}

.input-qtde {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px 5px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: normal 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.button-qtde-verde {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 3px 15px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: normal normal 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #13ad4e;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1) ;
  box-shadow: 0 0 0 0 rgba(0,0,0,1) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.button-qtde-laranja {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 3px 15px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: normal normal 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,177,22,1);
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1) ;
  box-shadow: 0 0 0 0 rgba(0,0,0,1) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

.button-qtde-vermelho {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  padding: 3px 15px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font: normal normal 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(229,52,52,1);
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,1) ;
  box-shadow: 0 0 0 0 rgba(0,0,0,1) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

button:disabled,
button[disabled]{
  background: #c0c0c0;
}


.legenda-danger {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border-radius: 10px;
  background-color: #f2dede;
}


		[type="radio"] {
		  border: 0; 
		  clip: rect(0 0 0 0); 
		  height: 1px; margin: -1px; 
		  overflow: hidden; 
		  padding: 0; 
		  position: absolute; 
		  width: 1px;
		}
		label {
		  display: block;
		  cursor: pointer;
		  font-size: 14px;
		}
		[type="radio"] + span:before {
		  content: '';
		  display: inline-block;
		  width: 13px;
		  height: 13px;
		  border-radius: 0px;
		  border: 1px solid #777777;
		  box-shadow: 0 0 0 0 #000;
		  margin-right: 4px;
		  transition: 0.5s ease all;
		  background:  #ffffff;
		}
		[type="radio"]:checked + span:before {
		  background:  #47a447;
		}
		[type="radio"]:focus + span:after {
		  font-size: 10px;
		  line-height: 1;
		  color: #ea4b3c;
		}
		fieldset {
		  font-size: 10px;
		  border: 1px solid #c0c0c0;
		  padding: 0px;
		  border-radius: 0px;
		}
		legend {
		  color: #fff;
		  background: #000;
		}