

/*#hr-software img.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

#hr-software img.fade:hover {
  opacity: 0.6;
}*/





/**
 * Form & Checkbox Styles
 */

#Filters h4, #Filters h4 a{
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 0.5em;
  margin-bottom: .5em;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  color: #ff9900;
  width: 100%;
}

#Filters label{
  font-weight: 300;
  color: #fff;
}

#Filters button, #Filters a.showall{
  display: inline-block;
  vertical-align: top;
  padding: .4em .8em;
  margin: 0 5px 5px 0;
  background: #ff9900;
  border: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
  font-family: Arial;
  line-height:normal;
}

#Filters button:focus{
  outline: 0 none;
}

#Filters .controls{
  background: #333;
  padding: 2%;
}

#Filters fieldset{
  display: inline-block;
  vertical-align: top;
  /*margin: 0 1em 0 0;*/
  background: #666;
  padding: 0 0 0 .5em;
  /*border-radius: 3px;*/
  width: 100%;
}

#Filters fieldset:last-child{
    padding-bottom: 0.5em;
}


#Filters .checkbox{
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 3px;
}

#Filters .checkbox input[type="checkbox"]{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}

#Filters .checkbox label{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 1.8em;
  font-size: 0.75em;
}

#Filters .checkbox label:before,
#Filters .checkbox label:after{
  content: '';
  display: block;
  position: absolute;
}

#Filters .checkbox label:before{
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: #ddd;
  border-radius: 3px;
}

#Filters .checkbox label:after{
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #ff9900;
  opacity: 0;
  pointer-events: none;
}

#Filters .checkbox input:checked ~ label:after{
  opacity: 1;
}

#Filters .checkbox input:focus ~ label:before{
  background: #eee;
}
