﻿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_divBannerMain {
    min-height: 50px;
}

.v2_MainContainer {
    width:100%;
    padding: 0 5px;
    max-width: 550px;
}

.v2_SmallContainer {
    max-width: 400px;
}

.v2_login_border {
    border: none;
    padding: 1rem;
}

.v2_login_img{
    background-image:none;
    min-height:auto;
}

.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_divPopUpWide {
    border-radius: 15px;
    background-color: #fff;
    height: 99%;
    width: 98%;
    margin: 0 auto;
    padding: 5px !important
}
.v2_tdProdSearchFilter {
    width: 155px !important;
    padding-right: 0px !important;
    border-right: solid 1px silver;
}
.v2_tblClear td {
    padding: 0px;
    vertical-align: middle;
}
/* ============================== */

.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: 2rem;
    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 {
    text-align:center;
    padding: 0.6rem;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}


/* ============================== */

.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_card_wrapper {
    gap: 1rem;
    padding: 0.5rem;
}

.v2_card_main{
    height:200px;
}

.v2_help_wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
}

.v2_help_wrapper_main {
    height: 3rem;
}

/* ============================== */

.v2_mainPage_Footer {
    height: 200px;
    padding: 8rem 2rem 0 2rem;
}

.v2_mainPage_FooterBottom {
    display: none;
}

.v2_RoundedBorder {
    border-radius: 5px;
    /*padding: 5px;*/
}

.v2_trListItemProdName td {
    font-size: 1rem;
    height: auto;
}

/* ============================== */
.v2_newPGresponsive {
    grid-template-columns: 1fr;
}

.v2_newPGdropbtnSub{
    height:auto;
}

.v2_newBtnCloseMenuBlock{
    display:flex;
    justify-content:flex-end;
}

.v2_MainListItem {
    padding: 5px;
}

.v2_trListItemProdImg {
    height: 100px
}

    .v2_trListItemProdImg img {
        max-height: 100px;
        max-width: 100px
    }


.v2_tdProdDetailsImg {
    display: none;
}

/* ============================== */

.v2_tdTransAcctInfo {
    width: 100%;
    display: block;
    /*padding-right: unset !important;*/
    margin-bottom: 15px;
}

.v2_tdTransDistInfo {
    width: 100%;
    display: block;
}

v2_lineHeight_2rem {
    line-height:2rem;
}


