/* Move down content because we have a fixed navbar that is 3.5rem tall */
/*
body {
    padding-top: 3.5rem;
}*/

.opacityClass {
    opacity: 1 !important;
}

.radioBtn {
    float: left;
    font-size: 1.5em;
}

.zoneCustomerSearchBorder {
    margin-right: 5px;
    margin-left: 5px;
}

.customerSearchHolder {
    height: 55px;
}

.cutomerSearchLabel {
    margin-bottom: -50px;
    padding-left: 5px;
    padding-top: 2px;
    position: absolute;
}

.customerSearchInput {
    height: 100%;
    padding-bottom: -10px;
    padding-top: 20px;
}

.customSearchBorder {
    margin-right: 5px;
    margin-left: 5px;
}

.customSearchHolder {
    height: 65px !important;
}

.customSearchLabel {
    margin-bottom: -50px;
    padding-left: 5px;
    padding-top: 2px;
    position: absolute;
}