/*
 * Bootstrap HealthLevel Custom CSS
 */

label {
    font-weight: 100;
}

select {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-default {
    color: #333 !important;
    text-decoration: none !important;
} 

.voffset {
    margin-top: 2px;
}

.voffset1 {
    margin-top: 5px;
}

.voffset2 {
    margin-top: 10px;
}

.voffset3 {
    margin-top: 15px;
}

.voffset4 {
    margin-top: 20px;
}

.voffset5 {
    margin-top: 25px;
}

.voffset6 {
    margin-top: 30px;
}

.voffset7 {
    margin-top: 40px;
}

.voffset8 {
    margin-top: 50px;
}

.voffset9 {
    margin-top: 60px;
}

.vnoffset {
    margin-top: -2px;
}

.vnoffset1 {
    margin-top: -5px;
}

.vnoffset2 {
    margin-top: -10px;
}

.vnoffset3 {
    margin-top: -15px;
}

.vnoffset4 {
    margin-top: -20px;
}

.vnoffset5 {
    margin-top: -25px;
}

.vnoffset6 {
    margin-top: -30px;
}

.vnoffset7 {
    margin-top: -40px;
}

.vnoffset8 {
    margin-top: -50px;
}

.vnoffset9 {
    margin-top: -60px;
}

.control-label.align-left {
    text-align: left !important;
}

.chzn-container {
    font-size: 14px;
}

.chzn-container-single .chzn-single {
    height: 34px;
    padding: 4px 0 0 8px;
}

.chzn-container-single .chzn-single div {
    top: 4px;
}

/* end */