﻿/* 087-responsive-my-account */
#login.logon .outer .inner {
    margin-bottom: 0;
    min-height: 0;
}

#login.logon .side-left {
    padding-right: 45px;
}

#login.logon .side-right {
    margin-left: -1px;
    padding-right: 15px;
    border-left: 1px solid #DDD;
}

#login.logon .side-right {
    margin-left: -1px;
    padding-right: 15px;
    border-left: 1px solid #DDD;
}

    #login.logon .side-right .list-group {
        margin-bottom: 15px;
    }

#login.logon .form-control {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
}

#login.logon .captcha {
    margin-bottom: 0;
}

#login.logon .logon-courtesy {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
}

#create-acct .btn-main {
    text-align: right;
}

    #create-acct .btn-main .btn {
        float: none;
        display: inline-block;
    }

        #create-acct .btn-main .btn.form-cancel {
            margin-right: 15px;
            border: 1px solid #DEDEDE;
        }

#create-acct #unsubscribe-email .form-list {
    margin: 0;
    padding: 0 0 5px 0;
}

#create-acct #unsubscribe-email .btn-default {
    background: #012D6B;
    border: 1px solid #012D6B;
}

    #create-acct #unsubscribe-email .btn-default.btn-disabled {
        background: #EFEFEF;
    }

    #create-acct #unsubscribe-email .btn-default:hover {
        background: #333;
        border: 1px solid #333;
    }

    #create-acct #unsubscribe-email .btn-default.btn-disabled:hover {
        background: #EFEFEF;
    }

#create-acct #unsubscribe-email .confirmation {
    max-width: 100%;
    padding: 0;
}

    #create-acct #unsubscribe-email .confirmation .msg {
        text-align: left;
    }

    #create-acct #unsubscribe-email .confirmation p {
        margin: 0 0 15px 0;
    }

#create-acct #unsubscribe-email .assist a:hover {
    border-bottom: 1px solid #F90;
}

/* E-mail Preferences */
#email-preferences .intro {
    margin: 15px 0;
    color: #666;
}

#email-preferences .box {
    clear: both;
    margin: 0 0 15px 0;
    padding: 15px 15px 0 15px;
    border: 1px solid #DDD;
    border-radius: 0;
    box-shadow: none;
}

    #email-preferences .box .form-checkbox label {
        display: block;
        float: none;
        margin-left: 20px;
        max-width: none;
        zoom: 1;
    }

#email-preferences .form-control {
    width: 450px;
}

#email-preferences .form-label {
    width: 120px;
}

#email-preferences .form-required {
    width: 128px;
}

#email-preferences .form-content {
    margin-left: 128px;
}

#email-preferences .btn-group {
    margin-bottom: 15px;
}

#main #email-preferences .btn-group a.btn-control {
    color: #FFF;
    font-weight: bold;
    background: #012D6B;
    border-color: #012D6B;
}

.pwd-criteria {
    display: none;
    position: absolute;
    padding: 10px 15px;
    background: #FFF;
    border: 1px solid #EFEFEF;
    z-index: 999;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

    .pwd-criteria h4 {
        margin-bottom: 0;
        color: #333;
    }

    .pwd-criteria li {
        margin: 10px 0 0 0;
        padding-left: 0;
        color: #777;
        background: none;
    }

        .pwd-criteria li .fa {
            margin-right: 4px;
            color: #CCC;
            font-size: 15px;
        }

        .pwd-criteria li.is-checked {
            color: #333;
        }

            .pwd-criteria li.is-checked .fa {
                color: #78AA3B;
            }

#user-info-update,
#email-update {
    margin-bottom: 15px;
}

#account-settings .btn-group {
    margin-bottom: 15px;
}

#main #order-details .form-cvv2 .form-label a {
    color: #666;
    border-bottom: 0;
}

    #main #order-details .form-cvv2 .form-label a:hover {
        color: #000;
    }

#order-details .form-cvv2 .form-label {
    float: left;
    margin: 4px 8px 0 0;
}

#order-details .form-cvv2 .form-box {
    float: left;
    width: auto;
}

    #order-details .form-cvv2 .form-box .form-control {
        margin-right: 8px;
        width: 38px;
    }

#order-details .order-po {
    padding: 15px 7px 0 7px;
    border: 1px solid #DDD;
}

    #order-details .order-po .form-list-po .form-control {
        width: 100%;
        box-sizing: border-box;
    }

#order-details .box-middle {
    margin-left: 8px;
    margin-right: 8px;
}

.orders a:visited {
    border-bottom: 1px solid #CCC;
}

.orders a:hover {
    border-bottom: 1px solid #F90;
}

#main .orders .item-title span.item-track-group {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #CCC;
}

    #main .orders .item-title span.item-track-group:last-child {
        margin: 0;
        padding: 0;
        border-right: 0;
    }

    #main .orders .item-title span.item-track-group a {
        margin: 0;
    }

        #main .orders .item-title span.item-track-group a.has-icon {
            margin-left: 10px;
            border-bottom: 0;
        }

            #main .orders .item-title span.item-track-group a.has-icon span {
                border-bottom: 1px solid #CCC;
            }

            #main .orders .item-title span.item-track-group a.has-icon:hover span {
                border-bottom: 1px solid #F90;
            }

            #main .orders .item-title span.item-track-group a.has-icon .fa {
                margin-right: 5px;
                color: #333;
            }

@media (max-width: 980px) {
    #login.logon .side-left {
        padding-right: 30px;
    }

    #login.logon .side-right {
        padding-left: 30px;
    }
}

@media (max-width: 824px) {
    #acct-type > .outer.group .form-radio {
        margin: 7px 30px 0 0;
    }
}

@media (max-width: 768px) {
    #login.logon .side-left {
        padding-right: 15px;
    }

    #login.logon .side-right {
        padding-left: 15px;
    }

    #acct-captcha .captcha {
        width: 100%;
    }

    #create-acct #user-info .popover-tip.pwd-tip {
        float: none;
        margin: 0 8px 15px 8px;
        clear: both;
    }

    #create-acct .form-gsa-radio {
        float: none;
        margin: 0 8px 15px 8px;
        width: auto;
        zoom: 1;
    }

        #create-acct .form-gsa-radio:after {
            display: table;
            content: ' ';
            clear: both;
        }

    .form-list .form-box {
        width: 100%;
    }

    .form-list .col-6 {
        width: 50%;
    }

    .form-list .col-4 {
        width: 33.33333333333333%;
    }

    .form-list .col-3 {
        width: 25%;
    }

        .form-list .col-6 .form-control,
        .form-list .col-4 .form-control,
        .form-list .col-3 .form-control {
            width: 100%;
            box-sizing: border-box;
        }

    .modal .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-dialog .modal-body .captcha-legend img {
        width: 100%;
        max-width: 600px;
    }

    #acct-captcha .captcha {
        width: 100%;
    }

    #create-acct #user-info .popover-tip.pwd-tip {
        float: none;
        margin: 0 8px 15px 8px;
        clear: both;
    }

    #create-acct .form-gsa-radio {
        float: none;
        margin: 0 8px 15px 8px;
        width: auto;
        zoom: 1;
    }

        #create-acct .form-gsa-radio:after {
            display: table;
            content: ' ';
            clear: both;
        }

    .form-list .form-box {
        width: 100%;
    }

    .form-list .col-6 {
        width: 50%;
    }

    .form-list .col-4 {
        width: 33.33333333333333%;
    }

    .form-list .col-3 {
        width: 25%;
    }

        .form-list .col-6 .form-control,
        .form-list .col-4 .form-control,
        .form-list .col-3 .form-control {
            width: 100%;
            box-sizing: border-box;
        }

    .modal .modal-dialog {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-dialog .modal-body .captcha-legend img {
        width: 100%;
        max-width: 600px;
    }

    #order-history .order-control,
    #rma-history .rma-control {
        float: none;
    }

    #order-history .box-left .order-control select.form-control {
        width: 100%;
        box-sizing: border-box;
    }

    #order-history .box-left .order-control select#SearchSOType {
        width: 45%;
    }

        #order-history .box-left .order-control select#SearchSOType + select#SelectOrderTimeRegion {
            width: 45%;
        }

    #rma-history .box-left .rma-control select#SelectOrderTimeRegion {
        width: 91%;
    }

    #order-history .order-control .form-control,
    #rma-history .rma-control .form-control,
    #rma-history .rma-control select.form-control {
        width: 100%;
        box-sizing: border-box;
    }

    #wrapper #main, #main.container {
        padding-top: 0;
    }

    .breadcrumb {
        display: block !important;
    }

        .breadcrumb.icon {
            display: block;
            margin: 0 -15px;
            padding: 10px 15px;
            background: none;
            white-space: nowrap;
            overflow-x: auto;
        }

        .breadcrumb li {
            float: none;
            padding-bottom: 0;
            display: inline-block;
        }

        .breadcrumb li {
            float: none;
            display: inline-block;
        }
}

@media (max-width: 640px) {
    #acct-type > .outer.group,
    #org-info .tab-pane,
    #user-info,
    #acct-captcha,
    #user-info-update,
    #email-update,
    #pwd-update,
    #create-acct .btn-main {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        background: #FFF;
    }

    #user-info-update,
    #email-update {
        margin-bottom: 15px;
    }

    #acct-type > .outer.group {
        margin-bottom: 15px;
        padding-bottom: 7px;
    }

        #acct-type > .outer.group .form-radio {
            margin: 7px 30px 8px 0;
        }

    #acct-captcha {
        padding-top: 15px;
    }

        #acct-captcha .captcha {
            margin-bottom: 15px;
        }

    #create-acct .btn-main {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #EFEFEF;
        text-align: center;
    }

    #create-acct .assist {
        margin: 15px 0 15px 0;
        width: 100%;
        text-align: center;
    }

    #create-acct #unsubscribe-email .form-list {
        padding: 15px 0 0 0;
    }

    #create-acct #unsubscribe-email .col-6 {
        width: 100%;
    }

        #create-acct #unsubscribe-email .col-6 .form-control {
            width: 100%;
            box-sizing: border-box;
        }

    #create-acct #unsubscribe-email .confirmation {
        padding: 15px 0 1px 0;
    }

    #email-preferences > .intro {
        margin-left: -15px;
        margin-right: -15px;
        padding: 12px 15px;
        background: #FFF;
    }

    #email-preferences .box {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 12px;
        border: 0;
    }

        #email-preferences .box .inner {
            margin-bottom: 12px;
            padding-bottom: 12px;
            border-bottom: 1px solid #EFEFEF;
        }

    #main #email-preferences .btn-group a.btn-control {
        display: block;
        float: none;
        text-align: center;
    }

    #acct-type > .page-hr,
    #org-info .page-hr,
    #user-info .page-hr,
    #user-info-update .page-hr,
    #email-update .page-hr,
    #pwd-update .page-hr {
        margin: 0 -15px;
        border-bottom: 1px solid #EFEFEF;
    }

        #acct-type > .page-hr .inner,
        #org-info .page-hr .inner,
        #user-info .page-hr .inner,
        #user-info-update .page-hr .inner,
        #email-update .page-hr .inner,
        #pwd-update .page-hr .inner {
            margin: 0;
            padding: 12px 15px;
            font-size: 13px;
            text-transform: uppercase;
            border-bottom: 0;
            background: #FFF;
        }

    #user-info .form-radio label,
    #user-info .form-checkbox label {
        display: block;
        float: none;
        margin-left: 18px;
    }

    #user-info .prompt {
        display: none !important;
    }

    .pwd-criteria li {
        white-space: nowrap;
    }

    #order-history .box,
    #rma-history .box {
        margin: 0 0 15px 0;
        padding: 10px 15px 2px 15px;
        background: #FFF;
        border: 0;
    }

    #order-history .box-left,
    #rma-history .box-left {
        margin-bottom: 0;
    }

    #order-history .box-right,
    #rma-history .box-right {
        padding-top: 0;
    }

    #order-history .order-panel .col-6,
    #rma-history .rma-panel .col-6 {
        float: none;
        width: 100%;
    }

    #order-history .order-panel .input-group form,
    #rma-history .rma-panel .input-group form {
        display: flex;
    }

    #order-history .order-control h4,
    #rma-history .rma-control h4 {
        display: none;
    }

    #order-history .order-control,
    #rma-history .rma-control {
        margin: 0;
    }

        #order-history .order-control .form-control,
        #rma-history .rma-control .form-control {
            width: 91%;
        }

    #order-history .order-list,
    #rma-history .order-list {
        margin: 0 -15px;
        padding-top: 0;
    }

        #rma-history .order-list .order-page:first-child {
            display: none;
        }

    #order-history .order-cart {
        margin-bottom: 15px;
        padding: 0;
        background: #fff;
        border: 0;
        border-bottom: 1px solid #EFEFEF;
    }

        #order-history .order-cart .order-cart-title {
            float: none;
            width: auto;
        }

            #order-history .order-cart .order-cart-title ul {
                display: none;
            }

        #order-history .order-cart .orders .order-info,
        #rma-history .orders .order-info {
            background: #FFF;
            border-bottom: 1px solid #EFEFEF;
        }

            #order-history .order-cart .orders .order-info .popover-content,
            #rma-history .orders .order-info .popover-title,
            #rma-history .orders .order-info .popover-content {
                width: 160px;
            }

        #order-history .order-cart .order-cart-content {
            margin-left: 0;
        }

    #order-history .orders {
        margin: 0;
        border: 0;
    }

    #rma-history .orders {
        border: 0;
        background: #FFF;
    }

        #order-history .orders .order-status,
        #rma-history .orders .order-status {
            font-size: 14px;
        }

    #order-history .orders .item-content {
        margin-right: 0;
    }

    #order-history .orders .order-status.icon-status-green,
    #rma-history .orders .order-status.icon-status-green {
        background-position: left 2px;
    }

    #order-history .orders .order-status.icon-status-red,
    #rma-history .orders .order-status.icon-status-red {
        background-position: left -19px;
    }

    #order-history .orders .order-status.icon-status-orange,
    #rma-history .orders .order-status.icon-status-orange {
        background-position: left -40px;
    }

    #order-history .orders .order-status.icon-status-gray,
    #rma-history .orders .order-status.icon-status-gray {
        background-position: left -61px;
    }

    #order-history .orders .order-status.icon-status-blue,
    #rma-history .orders .order-status.icon-status-blue {
        background-position: left -82px;
    }

    #order-history .order-list .order-page .btn-group + #topPagination {
        display: none;
    }

    #order-history .order-list .order-page .order-results + #topPagination {
        display: none;
    }

    #order-history .order-list .order-page,
    #rma-history .order-list .order-page {
        margin-bottom: 15px;
        padding: 15px;
        background: #FFF;
    }

        #order-history .order-list .order-page .btn-group,
        #rma-history .order-list .order-page .btn-group {
            display: none;
        }

    #order-history .order-list .order-results {
        margin-top: 0;
    }

    #order-history .pagination li a,
    #order-history .pagination li span,
    #rma-history .pagination li a,
    #rma-history .pagination li span {
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
    }

        #order-history .pagination li a,
        #order-history .pagination li span.current,
        #rma-history .pagination li a,
        #rma-history .pagination li span.current {
            display: none;
        }

            #order-history .pagination li a.first,
            #order-history .pagination li a.prev,
            #order-history .pagination li a.next,
            #order-history .pagination li a.last,
            #rma-history .pagination li a.first,
            #rma-history .pagination li a.prev,
            #rma-history .pagination li a.next,
            #rma-history .pagination li a.last {
                display: block;
            }

    #order-history .item-list .container .item-page,
    #rma-history .item-list .container .item-page {
        margin: 15px 0;
    }

    #order-history .pagination,
    #rma-history .pagination {
        position: relative;
        left: 50%;
        float: left;
        margin-left: -80px;
        padding: 0;
        width: 160px;
    }

        #order-history .pagination li,
        #rma-history .pagination li {
            left: auto;
        }

        #order-history .pagination .prev,
        #rma-history .pagination .prev {
            background-position: left top;
        }

        #order-history .pagination a.prev:hover,
        #rma-history .pagination a.prev:hover {
            background-position: left -28px;
        }

        #order-history .pagination span.prev,
        #rma-history .pagination span.prev {
            background-position: left -56px;
        }

        #order-history .pagination .next,
        #rma-history .pagination .next {
            background-position: -28px top;
        }

        #order-history .pagination a.next:hover,
        #rma-history .pagination a.next:hover {
            background-position: -28px -28px;
        }

        #order-history .pagination span.next,
        #rma-history .pagination span.next {
            background-position: -28px -56px;
        }

        #order-history .pagination .first,
        #rma-history .pagination .first {
            background-position: -56px top;
        }

        #order-history .pagination a.first:hover,
        #rma-history .pagination a.first:hover {
            background-position: -56px -28px;
        }

        #order-history .pagination span.first,
        #rma-history .pagination span.first {
            background-position: -56px -56px;
        }

        #order-history .pagination .last,
        #rma-history .pagination .last {
            background-position: -84px top;
        }

        #order-history .pagination a.last:hover,
        #rma-history .pagination a.last:hover {
            background-position: -84px -28px;
        }

        #order-history .pagination span.last,
        #rma-history .pagination span.last {
            background-position: -84px -56px;
        }

    #order-history .order-control .btn,
    #rma-history .rma-control .btn {
        width: 72px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        box-sizing: border-box;
    }

    .order-desc, .rma-desc {
        margin: 0 -15px 15px -15px;
        background: #FFF;
    }

    #order-details .row .col-6 {
        width: 100%;
    }

        #order-details .row .col-6 .box {
            margin: 0 0 15px 0;
            background: #FFF;
        }

    #order-details h3, #rma-confirmation h3 {
        background: #FFF;
        border: 0;
        border-bottom: 1px solid #efefef;
    }

    #order-details .order-address {
        height: auto;
        border: 0;
    }

        #order-details .order-address .list-group {
            margin: 15px;
        }

    .order-desc .order-action, .rma-desc .rma-action {
        background: #FFF;
        border: 0;
        border-bottom: 1px solid #efefef;
    }

    .order-desc .inner, .rma-desc .inner {
        padding-bottom: 15px;
        border: 0;
    }

    .order-desc .order-status, .rma-desc .rma-status {
        margin-top: 0;
        font-size: 14px;
    }

        .order-desc .order-status.icon-status-green {
            background-position: left 2px;
        }

        .order-desc .order-status.icon-status-red {
            background-position: left -19px;
        }

        .order-desc .order-status.icon-status-orange {
            background-position: left -40px;
        }

        .order-desc .order-status.icon-status-gray {
            background-position: left -61px;
        }

        .order-desc .order-status.icon-status-blue {
            background-position: left -82px;
        }

    .order-desc .order-msg, .rma-desc .rma-msg {
        padding: 15px 0;
    }

    .order-desc .list-group {
        margin: 10px 15px 0 15px;
        zoom: 1;
    }

        .order-desc .list-group:after {
            display: table;
            clear: both;
            content: ' ';
        }

    .order-desc .order-num {
        margin-left: 0;
    }

        .order-desc .order-num .list-group {
            margin: 0 15px;
        }

            .order-desc .order-num .list-group li label {
                width: 120px;
            }

    #order-details .order-summary,
    #rma-confirmation .rma-summary {
        margin: 0 -15px;
        background: #FFF;
    }

        #order-details .order-summary .orders,
        #rma-confirmation .rma-summary .orders {
            margin-bottom: 15px;
            border: 0;
        }

    #rma-confirmation .page-content {
        margin: 0 -15px;
        padding: 15px 15px 1px 15px;
        background: #FFF;
    }

    .order-desc .btn-group,
    .rma-desc .btn-group {
        float: none;
        clear: both;
    }

        .order-desc .btn-group .btn,
        .rma-desc .btn-group .btn {
            margin: 10px 10px 0 0;
        }

    .order-summary .order-price,
    .rma-summary .order-price,
    .order-refund .order-price,
    .order-replace .order-price {
        border-top: 1px solid #EFEFEF;
    }

    .order-summary .item-content,
    .rma-summary .item-content {
        margin: 0;
        padding: 10px 0 0 0;
        clear: both;
    }

    .order-return.order-replace,
    .order-return.order-refund {
        margin: 0 -15px;
    }

        .order-return.order-replace .orders,
        .order-return.order-refund .orders {
            margin-bottom: 15px;
            background: #FFF;
            border: 0;
        }

        .order-return.order-replace .order-replace-info,
        .order-return.order-refund .order-refund-info {
            padding-right: 0;
        }

            .order-return.order-replace .order-replace-info .col-4,
            .order-return.order-replace .order-replace-info .col-8,
            .order-return.order-refund .order-refund-info .col-4,
            .order-return.order-refund .order-refund-info .col-8 {
                width: 100%;
            }

            .order-return.order-replace .order-replace-info .col-8,
            .order-return.order-refund .order-refund-info .col-8 {
                margin-top: 5px;
            }

    #order-details .orders .items,
    #rma-confirmation .orders .items,
    #rma-history .orders .items {
        margin-bottom: 15px;
        border-bottom: 1px solid #EFEFEF;
    }

        #order-details .orders .items:last-child,
        #rma-confirmation .orders .items:last-child,
        #rma-history .orders .items:last-child {
            margin-bottom: 0;
            border-bottom: 0;
        }

    #rma-history .order-title {
        display: none;
    }

    #rma-history .orders .order-content {
        margin-left: 0;
        border: 0;
    }

    #login.track-an-order h3 {
        margin: 0 -15px;
        padding: 10px 15px;
        font-size: 13px;
        border-bottom: 1px solid #EFEFEF;
    }

    #login.track-an-order .outer {
        padding: 0;
    }

    #login.track-an-order .form-intro {
        margin: 15px 0;
    }

    #login.track-an-order .side-left {
        padding: 0 15px 15px 15px;
        background: #FFF;
    }

    #login.track-an-order .side-right {
        margin: 15px 0 0 0;
        padding: 0 15px 15px 15px;
        background: #FFF;
        border: 0;
    }

        #login.track-an-order .side-right h3 + div {
            margin-top: 15px;
        }

    #track-package {
        margin: 0 -15px;
    }

        #track-package .page-title {
            padding: 0 15px;
        }

            #track-package .page-title h1 {
                font-size: 16px;
            }

        #track-package .page-hr {
            background: #FFF;
            border-bottom: 0;
        }

        #track-package .tracking-detail-right {
            float: none;
            text-align: left;
        }

        #track-package .page-hr .inner {
            padding: 10px 15px;
            border-bottom: 1px solid #EFEFEF;
        }

        #track-package .page-hr .col-6 {
            width: 100%;
        }

        #track-package .tracking-desc {
            padding: 10px 15px;
            background: #FFF;
        }

            #track-package .tracking-desc .col-6 {
                width: 100%;
            }

            #track-package .tracking-desc .form-content {
                margin-right: 0;
            }

        #track-package .table {
            background: #FFF;
            border: 0;
        }

            #track-package .table th,
            #track-package .table td {
                border-bottom: 1px solid #EFEFEF;
            }

            #track-package .table th {
                background: #FFF;
            }

    #main .no-order {
        margin-bottom: 15px;
        padding: 60px 15px;
        background: #FFF;
    }

    #track-package .track-panel {
        margin: 0;
    }

        #track-package .track-panel .box {
            margin-left: 0;
            margin-right: 0;
            background: #FFF;
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

            #track-package .track-panel .box h4 {
                float: none;
                margin: 0 0 5px 0;
            }

        #track-package .track-panel .input-group {
            position: relative;
            float: none;
        }

            #track-package .track-panel .input-group:after {
                content: "\e616";
                font-family: 'iNE' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                right: 1px;
                top: 1px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                background: transparent;
                color: #777;
                text-align: center;
                pointer-events: none;
            }

            #track-package .track-panel .input-group .form-control {
                height: 32px;
                width: 100%;
                box-sizing: border-box;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }
}

@media (max-width: 560px) {
    #create-acct .form-gsa-radio .form-label {
        float: none;
    }

        #create-acct .form-gsa-radio .form-label span {
            float: none;
        }

        #create-acct .form-gsa-radio .form-label .icon-tooltip {
            display: inline-block;
            position: relative;
            top: 3px;
            margin: 0 0 0 5px;
        }

    #create-acct .form-gsa-radio .form-radio-group {
        float: none;
        clear: both;
        margin-top: 8px;
        margin-left: 5px;
    }

    #create-acct .form-gsa-radio .form-radio {
        margin-right: 30px;
    }

    #create-acct .form-gsa-radio .form-radio-group input {
        margin-left: 0;
    }

    #create-acct .has-error .error,
    #account-settings .has-error .error {
        top: auto;
        bottom: 28px;
        white-space: normal;
    }

    #acct-captcha .captcha.has-error .error {
        top: -28px;
        bottom: auto;
    }

    .modal .modal-dialog {
        padding: 0 !important;
    }

    .modal .modal-content {
        border-radius: 0 !important;
    }
}

@media (max-width: 413px) {
    .form-list .col-6,
    .form-list .col-4,
    .form-list .col-3 {
        width: 100%;
    }

    .pwd-criteria li {
        white-space: normal;
    }

    #order-history .order-cart .orders .order-info .popover-content,
    #rma-history .orders .order-info .popover-title,
    #rma-history .orders .order-info .popover-content {
        width: 140px;
    }

    #order-history .order-control .input-group .prompt,
    #rma-history .rma-control .input-group .prompt {
        font-size: 12px;
    }
}

@media (max-width: 374px) {
    #order-history .order-cart .orders .order-info .popover-content,
    #rma-history .orders .order-info .popover-title,
    #rma-history .orders .order-info .popover-content {
        width: 100px;
    }
}
