
.floatInput-container {
    float: left;
    width: 100%;
    position: relative;
}

.floatInput input {
    display: inline-block;
    padding: 8px 12px 8px 12px;
    height: 50px;
}

.floatInput textarea {
    display: inline-block;
    padding: 8px 12px 8px 12px;
    height: 100px;
}

.floatInput label {
    display: none;
    opacity: 0;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 13px;
}

.floatInput select {
    height: 50px;
    padding-top: 20px;
    padding-left: 8px;
}

textarea + .floatInput-label {
    left: 2px;
    padding-left: 10px;
    padding-top: 10px;
    top: 1px;
    width: 95%;
    background: #FFF;
}

select + .floatInput-label {
  display: block;
  opacity: 1;
}

.floatInput-checkbox-container {
    padding: 8px 12px 8px 12px;
    background: #FFF;
    border: 1px solid #CCC;
    -ms-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.floatInput-checkbox-container .floatInput-checkbox-title {
  font-weight: bold;
  font-size: 12px;
}

.floatInput-checkbox-container .checkbox {
  margin: 0;
}

.floatInput-checkbox-list-snug {
    height: 100px;
    overflow-y: scroll;
}
