/*label.hoverLabel:hover,
label.hoverLabel:visited,
label.hoverLabel:active
{
  background-color: #eee;
}*/

#wizard .input-group .form-control
{
  height: auto !important;
}

#wizard section ul > li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 14px;
  padding: 0 12px;
  width: 100%;
  margin-bottom: 5px; 
}
#wizard section ul > li .checkbox, #wizard section ul > li .radio {
  margin: 6px 0 5px !important;
}
#wizard section ul > li:hover,
#wizard section ul > li:visited,
#wizard section ul > li:active
{
  background-color: #eee;
}

.input-group {
  margin-bottom: 3px;
}

.uw-group {
    /*border-color: #ccc;
    border-style: dashed;
    border-width: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;*/
}
.checkbox-selected{
	background-color: #777;
    color: #fff;
}

.progress-bar-uw {
    background-color: #A71C20 !important
}

#lifeProtectionFormUW label.info {
    background-image: url('../images/info.png');
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 20px;
}