﻿html {
    font-size: 13px;
    line-height: 16px;
}

.v2_hide_small {
    display: none;
}

.v2_sml_block {
    display: block;
    width: 100% !important;
}

.v2_sml_td_text_center {
    text-align: center;
}

/* ============================== */

.v2_MainContainer {
    padding: 0 5px;
    max-width: 550px;
}

.v2_SmallContainer {
    max-width: 400px;
}

.v2_login_border {
    border: none;
    padding: 1rem;
}

.v2_masterBlank_Top {
    height: calc(100% - 275px);
    padding-bottom: 275px;
}

.v2_masterBlank_Footer {
    min-height: 275px;
}

.v2_masterBlank_FooterTop {
    height: 75px;
}

.v2_masterBlank_FooterBottom {
    height: 200px;
}

.v2_mainNew_Top {
    height: calc(100% - 175px);
    padding-bottom: 175px;
}

.v2_mainNew_Footer {
    min-height: 175px;
}

.v2_tdProdSearchFilter {
    display: none !important;
}

/* ============================== */

.v2_pipe {
    display: none !important;
}

.v2_footer_text {
    width: 100%;
    margin: 0;
    display: block;
    text-align: center;
    padding: 10px;
}

/* ============================== */

.v2_ImgMainLogo {
    width: 100px;
}

/* ============================== */
/* The alert message box */
.v2_alert {
    padding: 8px 5px;
}

/* ============================== */
/* headers */
.v2_h1 {
    font-size: 1.50rem;
    line-height: 1.65rem;
    padding: 10px 0;
}

.v2_h2 {
    font-size: 1.25rem;
    line-height: 1.40rem;
    padding: 8px 0;
}

.v2_h3 {
    font-size: 1.10rem;
    line-height: 1.25rem;
    padding: 8px 0;
}

.v2_divSearchForm {
    display: block;
    width: 100%;
    height: 80px;
    padding: 5px;
}

/* ============================== */

.v2_divButtons {
    padding: 0.7rem 0;
}

/* ============================== */
/* buttons */
.v2_btn, .v2_btnSmall {
    padding: 0.6rem;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.v2_mRight_10 {
    margin-right: unset;
}

/* ============================== */

.v2_tdForm50PercWide {
    width: 100%;
    display: block;
}

.v2_tdForm50Perc, .v2_tdForm33Perc, .v2_tdForm34Perc {
    display: block;
    width: 100%;
}

.v2_folder_text {
    padding-top: 9.0rem;
}

.v2_gridPaging div {
    display: block;
    margin-bottom: 5px;
}

.v2_badge {
    width: 175px;
    height: 70px;
    line-height: 60px;
    padding: 5px;
}

.v2_help_wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
}

.v2_help_wrapper_main {
    height: 3rem;
}

/* ============================== */

.v2_mainPage_Footer {
    height: 100px;
    padding-top: 0;
}

.v2_mainPage_FooterBottom {
    display: none;
}

.v2_RoundedBorder {
    border-radius: 5px;
    padding: 5px;
}

/* ============================== */

.v2_card_wrapper {
    grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
    gap: 0.5rem;
}




/* ============================== */

.v2_MainListItem {
    padding: 5px;
}

.v2_divListItem {
    height: 300px;
    width: 120px;
    margin: 4px;
}

.v2_trListItemProdImg {
    height: 100px;
}

    .v2_trListItemProdImg img {
        max-height: 100px;
        max-width: 100px;
    }

.v2_trListItemProdName {
    height: 65px;    
}

.v2_trListItemProdDesc {
    height: 35px;
}

.v2_tdProdDetailsImg {
    display: none;
}

/* ============================== */

.v2_tdTransAcctInfo {
    width: 100%;
    display: block;
    padding-right: unset !important;
    margin-bottom: 15px;
}

.v2_tdTransDistInfo {
    width: 100%;
    display: block;
}


