﻿/* Mobile */
@media only screen and (max-width: 962px) {
    .PortalLayerMargins {
        margin: 0 0 0 0 !important;
    }

    .ErrorMessageContainer {
        clear: left;
    }

    #recaptcha_widget .imageborder {
        padding: 0px !important;
        height: auto !important;
        width: auto !important;
    }

    #recaptcha_widget .imageborder img {
        height: auto !important;
        max-width: 300px;
        width: 100% !important;
    }
    
    .CenterScreen {
        display: block !important; 
    }

    .LoginFormInput {
        clear: both;
        width: auto;
    }

    .LoginFormRow .FormFieldNameShort,
    .LoginFormRow .FormFieldNameMedium,
    .LoginFormRow .FormFieldNameLong {
        padding-bottom: 4px;
        width: auto;
    }

    .LoginFormRow .SectionHeader {
        width: auto;
    }

    .PageBody {
        margin-left: 4px;
        margin-right: 4px;
    }

    .PageTitle {
        font-size: 20px;
    }

    .TpaLogoArea {
        padding: 5px 4px 3px 4px;
        width: 100%;
        height: 120px;
    }

    .TpaLogoArea img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .UnauthorizedPage {
        padding: 2px;
    }

    .UnauthorizedPageContainer .UnauthorizedPage
    {
        padding: 10px 10px 27px 10px;
    }

    .WholePageContainer {
        padding: 5px;
    }

    .DesktopVersionLinkArea {
        padding-top: 5px;
        text-align: center;
    }

    .PageCenter {
        max-width: 962px;
        min-width: 320px;
        overflow: hidden;
        width: auto !important;
    }

    .PageCenterBackground {
        border-radius: 5px;
        bottom: 0px;
        top: 0px;
    }

    .WholePageContainer {
        width: auto !important;
    }

    .PageWholeWithLeftPanel {
        max-width: 962px;
        min-width: 320px;
        width: auto !important;
        margin-left: 220px;
    }

    .FooterContentWithLeftPanel {
        max-width: 962px;
        min-width: 320px;
        float: left;
        width: auto !important;
    }    
    
    .FormRow {
        width: 100%;
        float: none !important;
        padding-bottom: 20px;
    }

    .FormFieldNameLong {
        float: none !important;
        padding-bottom: 5px;
        width: auto !important;
        padding-top: 4px !important;
    }

    .FormRowInput {
        float: none !important;
    }

    .LH1DropDownBase .InternalSelect {
        max-width: 285px;
    }

    .LH1DropDown .HeaderPanel {
        max-width: 283px;
    }

    .LH1DropDown .HeaderText {
        max-width: 258px;
    }

    .LH1TextBoxPanel .LH1Input {
        max-width: 268px;
    }

    .WholePageContainer {
        padding: 5px;
    }

    .ViewAnswerContentItem {
        float: none !important;
    }

    .RequiredFieldsMessageWithoutHeading {
        float: left !important;
    }

    .RequiredFieldsMessage {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        text-align: left !important;
    }

    .SecurityQuestionsHeader > span {
        display: block;
    }

    .SsnPart1 > div > input {
        width: 50px !important;
    }

    .SsnPart2 > div > input {
        width: 35px !important;
    }

    .SsnPart3 > div > input {
        width: 70px !important;
    }
}