﻿/* Smartphone Portrait/Landscape */


@media only screen and (min-width:1000px) {
    .instruction {
        font-size: 13px;
        font-family: Verdana, Sans-Serif;
    }

    .instruction_12px {
        font-size: 11px;
        font-family: Verdana, Sans-Serif;
    }

    #page-splash {
        margin-bottom: 15%;
    }
}

@media only screen and (max-width:980px) and (min-width:475px) {
    #page-splash {
        margin-bottom: 15%;
    }

    #copyright2 {
        font-size: 75%;
    }

    .instruction {
        font-size: 75%
    }
}

@media only screen and (max-width:474px) {
    .instruction {
        font-size: 60%
    }

    #copyright2 {
        font-size: 60%;
    }

    #page-splash {
        margin-bottom: 25%;
    }
}

@media only screen and (max-width:320px) {
    .instruction {
        font-size: 60%
    }

    #copyright2 {
        font-size: 60%;
    }

    #page-splash {
        margin-bottom: 60%;
    }
}

@media only screen and (max-width:399px) {
    .instruction {
        font-size: 45%;
    }

    #copyright2 {
        font-size: 55%;
    }

    .panel-title {
        font-size: xx-small;
    }

    #page-splash {
        margin-bottom: 38%;
    }
}

@media only screen and (max-width:310px) {
    .instruction {
        font-size: 55%;
    }

    #copyright2 {
        font-size: 55%;
    }

    .panel-title {
        font-size: 180%;
    }

    #page-splash {
        margin-bottom: 70%;
    }
}

@media only screen and (max-width:290px) {
    .instruction {
        font-size: 49%;
    }

    #copyright2 {
        font-size: 49%;
    }

    #page-splash {
        margin-bottom: 38%;
    }

    .panel-title {
        font-size: 75%;
    }
}

@media only screen and (max-width:255px) {
    .instruction {
        font-size: 39%;
    }

    #copyright2 {
        font-size: 39% !important;
    }

    #page-splash {
        margin-bottom: 38%;
    }

    .panel-title {
        font-size: 65%;
    }
}

@media only screen and (min-width:0px) {
    .field-phone {
        width: 100%;
    }

    .top-minus-10-desktop {
        margin-top: 0;
    }

    .left-margin-60-desktop {
        margin-left: 0;
    }

    .skip-phone-padding {
        padding-right: 0 !important;
    }

    .ui-icon-calendar-input {
        background: url(/Images/icon/icn-uti-calendar-mob.png?v=2) no-repeat scroll 100% 50%;
        padding-left: 10px;
        background-color: #fff;
        z-index: 10;
    }

    .ui-icon-dollar-input {
        background: url(/Images/icon/icn-uti-dollar-mob.png?v=2) no-repeat scroll 0% 50%;
        background-color: #fff;
        z-index: 10;
        outline: none;
        padding-left: 50px !important;
        padding-top: 2px;
    }

    .ui-icon-percent-input {
        background: url(/Images/icon/icn-uti-percent-mob.png?v=2) no-repeat scroll 100% 50%;
        background-color: #fff;
        z-index: 10;
        outline: none;
        padding-right: 50px !important;
        padding-top: 2px;
    }

    .ui-icon-calendar-input:hover {
        cursor: pointer;
    }

    .currency-input {
        border: 1px solid #e0e3e2;
        min-height: 44px;
        padding-top: 8px;
    }

    .currency-input-icon {
        color: #44464a;
        background: #f5f5f5;
        padding: 12px 14px 12px 11px;
        margin-left: -12px;
        border-right: 1px solid #E0E3E2;
    }

    .account-display {
        position: absolute;
        left: 0;
        width: 215px;
        visibility: hidden;
        display: none;
        z-index: 998;
        background: #f5f5f5;
        padding-left: 10px;
        border: solid 1px #ddd;
        border-radius: 3px;
    }

        .account-display:after, .account-display:before {
            bottom: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .account-display:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #f5f5f5;
            border-width: 13px;
            left: 46%;
            margin-left: -13px;
        }

        .account-display:before {
            border-color: rgba(113, 158, 206, 0);
            border-bottom-color: #ddd;
            border-width: 14px;
            left: 46%;
            margin-left: -14px;
        }

        .account-display ul {
            list-style: none;
            padding-left: 25px;
            margin-bottom: 0;
        }

            .account-display ul li {
                text-align: left;
                padding-top: 0;
                padding-bottom: 25px;
                padding-left: 0;
                background: #f5f5f5;
                display: block;
                color: #fff;
            }

        .account-display .account-name, .account-display .account-label {
            font-weight: bold;
            font-size: 15px;
        }

        .account-display .account-num {
            font-size: 15px;
        }

        .account-display .account-name {
            color: #00698c;
        }

        .account-display .account-label, .account-display .account-num {
            color: #44464A;
        }

    html {
        background: #fff;
    }

    body {
        background: #fff;
        color: #44464a;
        width: 100%;
        margin: 0 auto;
        font-family: Verdana,Sans-Serif; /*font-size: 130%;*/
    }

    h1 {
        font-weight: normal;
        font-size: 24px;
        font-family: Georgia,Serif;
        color: #707780;
        margin: 15px 0 0;
        text-align: center;
    }

    h2 {
        font-weight: normal;
        font-size: 20px;
        font-family: Georgia,Serif;
        color: #707780;
        margin: 15px 0 0;
        text-align: center;
    }

    h3 {
        font-weight: normal;
        font-size: 18px;
        font-family: Georgia,Serif;
        color: #707780;
        margin: 15px 0 0;
        text-align: center;
    }

    h4 {
        font-weight: normal;
        font-size: 16px;
        font-family: Georgia,Serif;
        color: #707780;
        margin: 15px 0 0;
        text-align: center;
    }

    .validation-summary-errors ul {
        margin-left: -25px;
        margin-top: 35px;
    }

    #securityQuestions .validation-summary-errors ul {
        margin-top: 50px;
        margin-bottom: -10px;
    }

    #sweeps-list ul {
        margin-left: -25px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .mobile-margin-pending-payment {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #main-non-auth, #main-auth {
        margin-bottom: 0;
    }

    #copy, #copy-inner, #mainBody {
    }

    .copyright {
        font-size: 80%;
        text-align: center;
        margin: 3px 13px 10px;
    }

    .copyright-authenticated {
    }

    .copyright-splash {
        font-size: 80%;
        text-align: center;
        margin: 3px 13px 10px;
    }

    .column1 {
    }

    .column1-inner {
    }

    .sidebar {
        padding-top: 0;
        height: 100%;
    }

    .bodyTrailer {
        font-size: 85%;
    }

    .menu-triangle-hamburger-lg, .menu-triangle-pay {
        display: none;
    }

    .menu-triangle-hamburger-sm {
        border-bottom: 0.7em solid #eceeee;
        border-left: 0.9em solid transparent;
        border-right: 0.9em solid transparent;
        display: block;
        margin-top: 7px;
        margin-bottom: -20px;
        margin-left: 13px;
        width: 34%;
        visibility: hidden;
    }

    .agree {
        font-size: 80%;
    }

    /*.instruction {
            font-size: 80%;
        }*/

    .inputLabel {
        font-weight: bold;
        margin-right: 40px;
        color: #44464a;
    }

    .inputLabel2 {
        font-weight: bold;
        margin-right: 30px;
        color: #44464a;
    }

    .ad {
        width: 137px;
        margin: 0 15px 15px 0;
        color: #fff;
        height: 140px;
        font-family: 'Archer Pro',Arial,Helvetica,Sans-Serif;
        font-size: 20px;
        padding: 0;
        float: left;
    }

    .button {
        padding: 5px 0;
        float: left;
        margin-bottom: 10px;
        width: 100%;
        height: 44px;
        border-radius: 2px;
        text-shadow: none;
        font-weight: normal;
        font-size: 18px;
    }

    .blue-button {
        background: #0095c8;
        color: #fff;
        border: 1px solid #0095c8;
        width: 100%;
    }

    .transparent-button {
        background-color: transparent;
        color: #fff;
        border: 1px solid;
        width: 100%;
    }

    .blue-button-inverse {
        background: #ffffff;
        color: #0095c8;
        border: 1px solid #0095c8;
        width: 100%;
    }

    .blue-button-timeout {
        background: #0095c8;
        color: #fff;
        border: 1px solid #0095c8;
        width: 48%;
        float: right;
    }

    .blue-button-inverse-timeout {
        background: #ffffff;
        color: #0095c8;
        border: 1px solid #0095c8;
        width: 48%;
        float: left;
    }

    .gray-button {
        background: #cfd1d7;
        color: #44464a;
        border: 1px solid #cfd1d7;
        width: 100%;
    }

    .float-right-button-margin {
        float: right !important;
        margin-left: 20px;
    }

    .custom-question {
    }

    .help-title {
        margin-bottom: 10px;
    }

    .column-header {
        width: 100%;
        background: transparent;
        padding: 15px 0 0;
        margin-bottom: 0;
        border-bottom: 1px solid #cfd1d7;
    }

    .call-to-action {
        width: 100%;
        background: transparent;
        padding: 15px 0 15px;
        margin-bottom: 1.0em;
        border-top: 0;
    }

    .call-to-action-payment {
        width: 100%;
        background: transparent;
        padding: 15px 0 0 0;
        margin-bottom: 0;
        border-top: 0;
    }

        .call-to-action-payment .call-to-action-msg {
            color: #ffffff;
            margin-top: 10px;
        }

    .col1 {
        clear: both;
        background: #fff;
        padding: 0 15px 0 15px;
        text-align: left;
        margin-bottom: 20px;
    }

    .col2 {
        background: #fff;
        padding-right: 0;
        padding-bottom: 15px;
    }

    .col-splash {
        clear: both;
        background: #fff;
        padding: 0 0 15px 0;
        text-align: left;
    }

    .content-table {
        width: 137px;
        max-width: 290px;
        border-top: 0;
        background: #44464a;
        margin: 0 15px 15px 0;
        float: left;
        text-align: left;
    }

    .desktop-only, desktop-only-2 {
        display: none !important;
    }

    .desktop-only-inline {
        display: none;
    }

    .desktop-only .no-outline {
        color: #FFFFFF;
        text-decoration: none;
    }

    .environment_banner {
        font-family: Verdana,Sans-Serif;
        color: #fff;
        background-color: #00f;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
    }

    .environment_banner_prod {
        font-family: Verdana,Sans-Serif;
        color: #f00;
        background-color: #00f;
        font-weight: bold;
        text-align: center;
    }

    .footer-line {
        margin: 0 15px;
        text-align: center;
    }

    .hamburgermenu {
        margin: 4px;
        color: #FFFFFF;
    }

    .icon {
        display: inline-block;
        padding: 14px;
    }

        .icon.nav-more {
            background-image: url("/Images/icon/svg/app-icons-sprite.svg");
            background-position: 25px -1388px;
            background-repeat: no-repeat;
        }

    .sign-off a span {
        border-left: medium none;
        padding-left: 5px;
        line-height: 14px;
        height: 14px;
    }

    .uid-error, .uid-error2 {
        margin-left: 0;
    }

    .head-splash {
        display: block;
        line-height: 55px;
        font-size: 175%;
        margin-top: 0;
        padding-left: 15px;
        color: #fff;
        background: #702f8a;
        font-family: Georgia,Times,'Times New Roman',serif;
    }

    .mobile-only {
        display: block !important;
    }

    .mobile-only-inline {
        display: inline-block;
    }

    .modal-dialog {
        margin: 50px 10px 10px !important;
    }

    .timeout {
        margin-top: -5px;
    }

    .modal-title {
        line-height: 0.75 !important;
        margin: 0;
    }

    .modal-body {
        padding: 10px !important;
        position: relative;
        max-height: calc(100vh - 140px);
        overflow: auto;
    }

    .JumpPage-position {
        position: fixed;
        top: 10px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: 9999999;
        overflow: auto;
        overflow-y: hidden;
        outline: 0;
    }

    .JumpPage-Dialog-Width {
        width: auto;
        margin: 0px 17px 10px !important;
    }

    .JumpPage-Title {
        text-align: left;
        line-height: 1.2 !important;
        margin: 0;
    }

    .JumpPage-Button {
        width: 45%;
    }

    .input-field, .input-field2, .input-field3, .input-field4 {
        width: 100%;
        border: 1px solid #e0e3e2;
        border-radius: 2px;
        min-height: 44px;
        -webkit-appearance: none;
        padding-left: 8px;
    }

    .input-field-button {
        border: 1px solid #e0e3e2;
        border-radius: 2px;
        height: 44px;
        display: inline-block;
        padding-left: 8px;
    }

    .input-field-span {
        width: 100%;
        border: 1px solid #e0e3e2;
        border-radius: 2px;
        height: auto;
        -webkit-appearance: none;
        padding-left: 8px;
    }

    .input-field-long, .input-field-long2, .input-field-long3, .input-field-long4 {
        width: 100%;
        border: 1px solid #e0e3e2;
        border-radius: 2px;
        min-height: 44px;
        -webkit-appearance: none;
        padding-left: 8px;
    }

    .security-question-spacer {
        margin-left: 0;
    }

    .logo {
        margin: 0 auto;
        display: block;
    }

    .wf-logo-mobile {
        margin-left: 33px;
        position: relative;
    }

    .logo-left10 {
        display: block;
        margin: 0 auto;
    }

    .row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .top-left {
        float: left;
        margin: 0;
    }

    .top-right {
        float: right;
        margin: 1px;
    }

    html, body {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    #footer, #footer-authenticated {
        clear: both;
        background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 0;
        height: 34px;
        color: #fff;
        font-size: 11px;
        padding: 8px 0;
        text-align: left;
        margin: 0;
        width: 100%;
        z-index: 9999;
    }

        #footer #footer-separator {
            display: none;
        }

        #footer-authenticated #footer-separator {
            display: inline;
        }

    #copyright2 {
    }
    /*#copyright2-inner {padding-top: 600px;z-index:-1;}*/
    #copyright2-line {
    }

    #main, #main-splash {
        text-align: center;
        margin-top: 0;
        padding-bottom: 34px;
        position: relative;
    }

    #page {
        min-height: 100%;
        position: relative;
        background: #fff; /*padding-top:48px;*/
        min-width: 320px;
        overflow-x: auto;
        overflow-y: hidden; /*IE ONLY margin-bottom:-20px;*/
    }

    #page-splash {
        min-height: 100%;
        position: relative;
        background: #fff;
    }

    #overlay {
        opacity: 0.5;
        background: #000;
        width: 100%;
        height: 1000%;
        z-index: 4;
        top: 48px;
        left: 0;
        position: fixed;
        visibility: hidden;
        overflow-y: hidden;
    }

    label {
        display: inline-block;
        width: 50%;
        text-align: left;
    }

    #header {
        height: 48px;
        background: #bb0826;
        margin-left: auto;
        margin-right: auto;
    }

    #masthead {
        min-width: 235px;
        white-space: nowrap;
    }

    #wf-logo-mobile {
        min-width: 183px;
        width: 183px;
        margin: 0 auto;
        padding-top: 16px;
    }

    #headerds {
        height: 41px;
        background: #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
        padding-top: 2px;
    }

    #headerds-splash {
        height: 89px;
        background: #fff;
        border-bottom: 1px solid #ccc;
        padding-top: 50px;
    }

    #dsimg {
        vertical-align: middle;
    }

    a.menu-item-light {
        background: #e0e3e2;
        color: #44464a !important;
    }

    .accountDetail {
        font-size: 12px;
        background: #e0e3e2;
        padding: 0;
        width: 100%;
    }

    .accountSummary {
        font-size: 12px;
        background: #e0e3e2;
        padding: 10px 0;
        width: 100%;
    }

    .accountActivity {
        margin-left: 23px;
        font-family: Verdana;
        font-size: 16px;
        color: #707780;
        overflow: hidden;
    }

    .accountDescription {
        font-family: Verdana;
        font-size: 18px;
        color: #AE1E23;
        width: 12em;
        line-height: 1.2;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .accountBalance {
        font-family: Verdana;
        font-size: 25px;
        color: #44464A;
        top: -10px
    }

    .accountDescriptionInactive {
        font-family: Verdana;
        font-size: 18px;
        color: #707780;
        width: 12em;
        line-height: 1.2;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .accountInactive {
        font-family: Verdana;
        font-size: 24px;
        color: #707780;
        margin-top: 10px
    }

    .accountBalanceDollarSign {
        font-family: Verdana;
        font-size: 16px;
        color: #44464A;
        position: relative;
        top: -5px;
        right: -7px;
    }

    .accountBalanceSibling {
        font-size: 18px;
    }

    .balanceDescriptor {
        font-size: 12px;
        color: #707780;
        font-family: Verdana;
        text-align: left;
        line-height: 1.2;
        margin-right: 5px;
        margin-top: 5px;
        width: 50%
    }

    .accountBalancePosition {
        position: relative;
        float: right;
        text-align: right !important;
        font-family: Verdana;
        font-size: 24px;
        top: -12px
    }

    .accountBalancePositionInactive {
        position: relative;
        float: right;
        text-align: right !important;
        font-family: Verdana;
        font-size: 24px;
        top: -15px
    }

    .panel-heading a:before {
        font-family: 'icomoon';
        font-size: 18px;
        content: "\e600";
        float: left;
        color: #AE1E23;
        position: relative;
        top: 12px;
        left: -10px;
    }

    .accountInfo {
        margin-top: 2px;
        margin: 0 auto 0 auto;
    }

    .float-right-bottom {
        margin-top: 0 !important;
    }

    .field-validation-error {
        color: #E20303;
        margin-bottom: 0.5em;
        display: block;
        font-size: 11px;
    }

    .field-validation-valid {
        display: none;
    }

    .field-validation-message {
        color: inherit;
        margin-bottom: 0.5em;
        display: block;
        font-size: 11px;
    }

    .validation-summary-errors {
        color: #E20303;
        margin-top: -35px;
        margin-bottom: 1.0em;
        margin-left: -15px;
    }

    .validation-summary-valid {
        display: none;
    }

    .input-validation-error {
        border: 1px solid #e80c4d !important;
    }

    .input-width-100 {
        width: 90%;
    }

    .input-width-140, .input-width-150 {
        width: 100%;
    }

    .input-width-200 {
        width: 100%;
    }

    .padding-left-none {
        padding-left: 0;
    }

    .padding-right-none {
        padding-right: 0;
    }

    .no-padding-margin {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .no-right-padding-margin {
        padding-right: 0;
        margin-right: 0;
    }

    .summary-section {
        font-size: 14px;
    }

    .summary-section-desc {
        color: #707780;
    }

    .panel-heading-details {
        margin-right: 7px
    }

    .panel:hover {
        cursor: pointer;
    }

    .securityQuestionLabel {
        width: 290px !important;
        margin-right: 0 !important;
    }

    .account-selector-dlg td {
        text-align: left;
        font-size: 15px;
    }

        .account-selector-dlg td .account-name {
            color: #00698c;
        }

            .account-selector-dlg td .account-name:hover {
                cursor: pointer;
            }

        .account-selector-dlg td .account-name-selected {
            color: #44464A;
        }

    /* Mobile Datepicker */

    .ui-datepicker {
        left: 10px;
        width: 300px;
        height: 270px;
        margin: 5px auto 0;
        font: 12pt Arial, sans-serif;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
        background-color: #FFF;
        padding: 10px 15px 15px 15px;
        display: none;
    }

        .ui-datepicker table {
            width: 100%;
            height: 200px;
        }

    .ui-datepicker-calendar .ui-state-active {
        background: #00698C;
        color: #FFF;
        position: relative;
        width: 42px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }

    .select2-container--default .select2-selection--single {
        padding-left: 2px !important;
        padding-top: 5px !important;
        height: 40px !important;
        border-radius: 0px !important;
        border: 1px solid #E0E3E2 !important;
    }

    .select2 {
        width: 100% !important;
    }
}





.transaction-message {
    color: #e20303;
    font-size: 13px;
    line-height: 16px;
    margin-left: 17px;
    padding: 25px 10px 24px 6px;
}

    .transaction-message:before {
        background-image: url("/Images/icon/svg/app-icons-sprite.svg");
        background-position: -1400px -200px;
        background-repeat: no-repeat;
        content: " ";
        height: 16px;
        left: 0;
        position: absolute;
        width: 16px;
    }

body.modal-open {
    overflow: hidden;
}

.message.account-level p {
    color: #fff;
    display: table-cell;
    padding: 7px !important;
}
