﻿#respMenuBtnWrapper {
    background-color: #fff;
}

#tlpSearchButton {
    height: 16px;
    width: 16px;
    margin-left: 15px;
}

.mobileTLPLogo {
    width: 100px;
    display: none;
}

.mobileTLPTitle {
    width: 100px;
    display: none;
}

.mobilePageDiv {
    border-style: none !important;
}

.mobileMultiLabelWrapper {
    height: 100px;
}

.mobileTextbox {
    font-size: 10px !important;
    height: 24px !important;
    line-height: normal;
}
    .mobileTextbox span {
        height: 24px !important;
        font-size: 10px;
        margin-top: 0px !important;
    }

span.mobileDropdown {
    font-size: 10px !important;
    height: 24px !important;
}

    span.mobileDropdown .mobileDropdownWrap,
    span.mobileDropdown .mobileDropdownWrap span {
        height: 24px !important;
        line-height: .8em;
    }

.mobileDatePicker {
    height: 24px !important;
    font-size: 10px !important;
    line-height: normal;
}

.mobileDatePickerWrap,
.mobileDatePickerWrap input {
    height: 24px !important;
    font-size: 10px !important;
}

    .mobileDatePickerWrap span {
        margin-top: 0px !important;
    }

.mobileMultiselect {
    height: 30px;
}

    .mobileMultiselect .k-input {
        height: 24px;
    }

    .mobileMultiselect li.k-button {
        height: 24px;
        font-size: 12px;
    }
.mobileLabel {
    font-size: 10px !important;
    height: 22px;
}

.mobileButton {
    height: 20px !important;
    font-size: 14px !important;
    margin-bottom: 4px;
}

.mobileSubmit {
    height: 20px;
    font-size: 10px;
    padding-top: 0px;
}
.mobileWell {
    width: 90% !important;
}

.mobileForgotPWLink {
    font-size: xx-small;
}

.mobileLoginDisplay {
    display: none;
}

.mobileGridCell {
    height: 100px;
}

.mobileBottomMargin {
    margin-bottom: 20px;
}

.marginTop8 {
    margin-top: 8px;
}

.k-pager-info {
    display: block !important;
}

.mobileMenuWrapper {
    display: none !important;
}

.respMenuWrapper .menu {
    padding-left: 0px;
    margin-left: 10px;
}

.respMenuWrapper ul.level1 {
    position: fixed !important;
    top: 40px !important;
    left: 20px !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5) !important;
}

.respMenuWrapper ul.level2 {
    position: fixed !important;
    top: 70px !important;
    left: 130px !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5) !important;
}

    .respMenuWrapper ul.level2 li a {
        font-weight: 600;
        font-size: 16px;
    }