﻿@font-face {
    font-family: 'Montserrat';
    src: url('fontmonsterratreg/montserrat-light-webfont.woff') format('woff');
}

* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    line-height: 20px;
}

html, form {
    height: 100%;
    font-family: 'Montserrat', sans-serif !important;
}

body {
    margin: 0;
    height: 100%;
    color: var(--black-brand);
}

.v2_hr_m15 {
    margin: 15px 0;
}

.v2_hr_m5 {
    margin: 5px 0;
}

input[type="radio"] {
    cursor: pointer;
    margin: 0 10px;
}

.bg-brand {
    background: var(--blue-brand);
}


/* ==============Typography================ */

p , .p, v2_p{
    font-family: sans-serif;
}

/* ============================== */

.gap-sm{
    gap:0.5rem;
}

.v2_divMainNewTopHeader {
    width: 100%;
    height: 57px;
    background-image: url('../Images/Logos/v2_nav_divider.png');
    background-position: top left;
    background-repeat: no-repeat;
}




.v2_logo {
    width: 50px;
}

.v2_logo:hover{
    border:solid 1px var(--blue-brand);
}

.v2_logo_footer_img {
    height: 1.5rem;
    margin-inline: 0.3rem;
    filter: grayscale(100%) brightness(400%);
    display: inline-block;
}

.v2_footer_text {
    display: inline-block;
    float: right;
    text-align: center;
    color: white !important;
    text-decoration: none;
}

.v2_pipe {
    margin: 0 15px;
}

.v2_divMainNewTopInd {
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: black;
    font-family: inherit;
    font-size: 1.5em;
    line-height: 1.3rem;
}

.v2_divMainNewTopApp {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 0.9em;
    line-height: 1.1rem;
}

.v2_divmainNewFooterInd {
    background-color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: black;
    padding: 5px 20px;
    font-size: 1.2rem;
    line-height: 1.3rem;
    display: inline-block;
}

/* for MainNew.Master page */
.v2_mainNew_Div {
    min-height: 100%;
    width: 100%;
    position: relative;
}

.v2_mainNew_Top {
    height: calc(100% - 65px);
    padding-bottom: 65px;
    width: 100%;
}

.v2_mainNew_Footer {
/*    position: absolute;
*/    bottom: 0;
    width: 100%;
    min-height: 65px;
    padding-top: 10px;
    color: white;
    font-size: 0.8rem;
    line-height: 0.9rem;
}

/* for MasterBlank.Master page */
.v2_masterBlank_Div {
    min-height: 100vh;
    width: 100%;
}

.v2_masterBlank_Top {
    justify-content:center;
    align-items:center;
    width: 100%;
}

.v2_masterBlank_Footer {
    width: 100%;
    color: white;
    background-color: var(--blue-brand);
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.v2_masterBlank_FooterBottom {
    background-color: var(--blue-brand);
    padding: 1rem;
    width: 100%;
}

.v2_masterBlank_FooterTop {
    height: 350px;
    background-image: url('../Images/Logos/v2_footer_bg.png');
    background-position: top right;
    background-repeat: no-repeat;
}

/* ============================== */


.login-img {
    height: 100%;
    object-fit: cover;
}

.login-wrapper {
    border-radius: 8px;
    overflow: clip;
}

.login-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 270px;
}


.login-logo {
    max-height: 100px;
}

.v2_login_border {
    border: solid 2px var(--blue-brand);
    background-color:var(--white-brand);
    border-radius: 15px;
}

.v2_login_container{
    min-height:100%;
}

.v2_login_img {
    background-image: url(../Images/Logos/v2_footer_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    min-height:95vh;
    display:flex;
    justify-content:flex-start;
    flex-direction:column;
    width:100%;
}

.v2_login_logo {
    height: 150px;
    margin: 0 auto;
    display: block;
}

.v2_divBorder {
    border: solid 1px black;
    border-radius: 5px;
    padding: 15px;
}

.v2_tblClearNoPad {
    width: 100%;
    border-collapse: collapse;
}

    .v2_tblClearNoPad td {
        padding: 0;
    }

.v2_height_full {
    height: 100% !important;
}

.v2_RoundedBorder, .rounded {
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.125);
    padding: 1.5rem;
}

.v2_btnPopUpClose {
    float: right;
    top: 0;
    right: 0;
    width: 35px;
}

.v2_tdPopUpButtons {
    text-align: right;
    display:flex;
    justify-content:space-between;
    /*border-top: solid 1px silver;*/
}

.v2_tblClear, .v2_tblInputs {
    width: 100%;
    border-collapse: collapse;
}

    .v2_tblClear td {
        padding: 5px;
        vertical-align: middle;
    }

    .v2_tblInputs td {
        padding: 0 10px;
        vertical-align: top;
    }

.v2_trNewsList tr {
    border-bottom: var(--border-input-primary) !important;
}

.v2_trNewsList td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.v2_tdProdSearchFilter {
    width: 225px !important;
    padding-right: 10px !important;
    border-right: solid 1px silver;
}



.v2_divProdFilterBy {
    max-height: 150px;
    padding: 0;
    overflow: auto;
    margin-bottom: 10px;
}

.v2_chkList td {
    display:flex;
    justify-content:start;
    gap:1rem;
}

.v2_css_bold, b {
    font-weight: bolder !important;
}

.v2_upperCase{
    text-transform:uppercase;
}

.v2_border_bottom {
    border-bottom: var(--border-input-primary);
}

.v2_SubNotes {
    font-style: italic;
    color: var(--gray-dark);
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 0.95rem;
    display: block;
    padding: 5px 0;
}

.v2_capital {
    text-transform: uppercase !important;
}

.v2_w100p {
    width: 100% !important;
}

.v2_w500p {
    max-width: 500px !important;
    width: 100% !important;
}

.v2_w150p {
    max-width: 150px !important;
    width: 100% !important;
}

.v2_w200p {
    max-width: 200px !important;
    width: 100% !important;
}

.v2_w250p {
    max-width: 250px !important;
    width: 100% !important;
}

.v2_txtCenter {
    text-align: center !important;
}

.v2_block {
    display: block !important;
}

.v2_Pad_10_0 {
    padding: 10px 0 !important;
}

.v2_Pad_0 {
    padding: 0 !important;
}

.v2_Pad_5_5 {
    padding: 5px !important;
}


.v2_FloatR {
    float: right !important;
    position: absolute !important;
}

.v2_inline_block {
    display: inline-block !important;
}

.v2_align_top {
    vertical-align: top !important;
    padding: 0 !important;
}
/* ============================== */

.v2_MainContainer {
    padding: 0 15px;
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
}

.v2_SmallContainer {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* ============================== */

.v2_ImgMainLogo {
    margin: 0 auto !important;
    display: block;
    width: 143px;
}

/* ============================== */
/* The alert message box */
.v2_validator {
    color: var(--red-brand) !important;
    font-weight: 700;
}

.v2_success {
    color: var(--green-brand) !important;
    font-weight: 700;
}

.v2_Redstrike {
    color: var(--red-brand) !important;
    text-decoration: line-through;
}

.v2_alert {
    width:100%;
    padding: 15px 10px;
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
}

.v2_alert_danger {
    /*background-color: var(--red-medium);*/
    /*color: var(--white-brand);*/
    /*color: #a94442;*/
    color: var(--red-dark) !important;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.v2_alert_success {
    background-color: var(--green-brand);
    color: var(--white-brand);
}

.v2_alert_warning {
    background-color: var(--gray-dark);
    color: var(--white-brand);
}

.v2_alert_info {
    background-color: var(--gray-light); /* Red */
    color: var(--black-brand);
}

.v2_note_text {
    color: var(--gray-dark);
    font-weight: bold;
    font-size: 0.9rem;
    font-style: italic;
}

/* The close button */
.v2_closebtn {
    margin-left: 15px;
    color: var(--white-brand);
    font-weight: bold;
    float: right;
    font-size: 1.5em;
    line-height: 1.6em;
    cursor: pointer;
    transition: 0.3s;
}

/* ============================== */
/* headers */
.v2_h1, .v2_h2, .v2_h3 {
    display: block;
}

.v2_h1, .v2_h2, .v2_h3, .v2_p {
    color: var(--black-brand);
}

.v2_h1 {
    font-size: 1.85rem;
    /*line-height: 2.00rem;*/
    padding: 1rem 0; /*padding: 20px 0;*/
}

.v2_h2 {
    font-size: 1.25rem; /*font-size: 1.50rem;*/
    line-height: 1.65rem;
    padding: 0.8rem 0; /*padding: 15px 0;*/
}

.v2_h3 {
    font-size: 1rem; /*font-size: 1.25rem;*/
    /*font-weight: bolder;*/
    line-height: 1.40rem;
    padding: 0.5rem 0; /*padding: 10px 0;*/
}

.v2_p {
    font-size: 1.0rem;
    line-height: 1.5rem; /*line-height: 1.1rem;*/
    display: inline-block;
    /*padding-bottom: 5px;*/
}

.v2_bold{
    font-weight:800;
}

.v2_Label {
    font-size: 1.0rem;
    line-height: 1.1rem;
    padding-right: 10px;
}

.v2_dflex{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;

}
/* ============================== */
/* Links */
.v2_a {
    color: var(--blue-brand);
    text-decoration: none;
    font-size: 1.0rem;
    line-height: 1.1rem;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-weight: 600;
}

    .v2_a:hover {
        color: var(--blue-dark);
        text-decoration: underline;
    }

    .v2_a:visited {
        color: var(--blue-brand);
        text-decoration: underline;
    }

    .v2_a:active {
        color: var(--blue-brand);
        text-decoration: underline;
    }

/* ============================== */
/* buttons */

.btn-collapse{
    width:100%;
    display:flex;
    gap:0.5rem;
}

.v2_btnSmall {
    border-radius: 5px;
    min-width: 100px;
    padding: 0.8rem;
    font-weight: 700;
    border: none;
    font-size: 1.0rem;
    line-height: 1.1rem;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
}

.v2_btn , .btn {
    text-align:center;
    border-radius: 5px;
    padding: 0.6rem 2rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration:none;
    appearance: none;
}




    .v2_btn:disabled, .v2_btnSmall:disabled {
        background-color: var(--gray-light) !important;
        /*border: var(--border-input-primary) !important;*/
        color: var(--gray-brand) !important;
    }

/* Primary Button */
.v2_btn_primary , .btn-primary {
    border:none;
    background-color: var(--blue-brand);
    color: var(--white-brand);
}

    .v2_btn_primary:hover {
        background-color: var(--blue-light);
    }

/* Secondary Button */
.v2_btn_secondary , .btn-secondary {
    border: none;
    background-color: var(--blue-brand);
    color: var(--white-brand);
}

    .v2_btn_secondary:hover {
        background-color: var(--blue-light);
    }

    .v2_btn_secondary:active {
        background-color: var(--blue-dark);
    }

/* Ghost Button */
.v2_btn_ghost {
    border: solid 1px var(--blue-brand);
    background-color: var(--white-brand);
    color: var(--blue-brand);
    box-shadow: inset 0px 0px 0px 1px var(--blue-brand);
}

    .v2_btn_ghost:hover {
        background-color: var(--gray-light);
    }

    .v2_btn_ghost:active {
        background-color: var(--gray-lightest);
    }

.v2_btnInfo {
    color: var(--blue-brand);
    font-weight: bold;
    font-style: italic;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 0.8rem;
    font-family: inherit;
}

/* ============================== */
/* input text select */
.v2_txtContactUs {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border-radius: 5px;
    border: none;
    outline: var(--border-input-primary);
    border: solid 1px silver;
    padding: 0.7rem;
    resize: none;
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
    appearance: none;
}

    .v2_txtContactUs:focus, .v2_txtContactUs:hover, .v2_txtContactUs:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_txtComments {
    display: block;
    width: 100%;
    max-height: 100px;
    min-height: 80px;
    border-radius: 5px;
    border: none;
    outline: var(--border-input-primary);
    border: solid 1px silver;
    padding: 0.7rem;
    resize: none;
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
    appearance: none;
}

    .v2_txtComments:focus, .v2_txtComments:hover, .v2_txtComments:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_txtMain {
    appearance: none;
    padding: 0.7rem;
    border-radius: 5px;
    border: none;
    outline: var(--border-input-primary);
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
}

    .v2_txtMain:focus, .v2_txtMain:hover, .v2_txtMain:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_txtSearch {
    outline: none;
}

.v2_ddlMain {
    /*appearance: none;*/
    padding: 0.6rem;
    border-radius: 5px;
    border: none;
    outline: var(--border-input-primary);
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
}

    .v2_ddlMain:focus, .v2_ddlMain:hover, .v2_ddlMain:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

input[type="text"]:disabled, select:disabled {
    border: none !important;
    outline: solid 1px silver !important;
    background-color: transparent !important;
    color: rgb(65,65,65) !important;
}

    select:disabled::-ms-expand {
        display: none !important;
    }

/* ============================== */
/* Customize the label (the container) */
.v2_control {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 8px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.1rem;
}

    .v2_control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.v2_control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 22px;
    width: 22px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0px;
}

.v2_control:hover input ~ .v2_control_indicator,
.v2_control input:focus ~ .v2_control_indicator {
    background-color: #cccccc;
}

.v2_control input:checked ~ .v2_control_indicator {
    background-color: #2aa1c0;
}

.v2_control:hover input:not([disabled]):checked ~ .v2_control_indicator,
.v2_control input:checked:focus ~ .v2_control_indicator {
    background-color: var(--blue-brand);
}

.v2_control input:disabled ~ .v2_control_indicator {
    background: #e6e6e6;
    opacity: 10;
    pointer-events: none;
}

.v2_control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.v2_control input:checked ~ .v2_control_indicator:after {
    display: block;
}

.v2_control_checkbox .v2_control_indicator:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.v2_control_checkbox input:disabled ~ .v2_control_indicator:after {
    border-color: #7b7b7b;
}

/* ============================== */

.v2_tdForm50PercWide {
    width: 50%;
    vertical-align: top !important;
}
    .v2_tdForm50PercWide *:not(:first-child) {
        padding: 5px 0 5px 0;
    }


.v2_tdForm50Perc {
    width: 50%;
    vertical-align: top !important;
}

.v2_tdForm33Perc {
    width: 33%;
    vertical-align: top !important;
}

.v2_tdForm34Perc {
    width: 34%;
    vertical-align: top !important;
}

.v2_tdFormSubDiv {
    padding: 15px 0 5px 0 !important;
}

.v2_divMainSearch {
    width: 100%;
    height: 100px;
    padding: 10px;
    display: block;
    overflow-y: auto;
}

.v2_txtUnique {
    background-color: var(--gray-light);
}

.v2_divSearchForm {
    display: inline-block;
    width: 33%;
    height: 90px;
    overflow-y: auto;
    padding: 10px;
}

.v2_div50Perc {
    display: inline-block;
    width: 49%;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
/* ============================== */
.v2_divButtons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: end;
    padding-block: 1rem;
}

/* ============================== */

.v2_GVDisplayClear {
    width: 100%;
    border: none;
}

    .v2_GVDisplayClear tr {
        height: 40px;
        border-bottom: var(--border-input-primary);
    }

    .v2_GVDisplayClear td {
        padding: 10px 5px;
        border: none;
    }

    .v2_GVDisplayClear tr th {
        color: white;
        font-size: 0.9rem;
        background-color: var(--blue-light);
    }

.v2_gvDisplay {
    width: 100%;
}

    .v2_gvDisplay tr {
        height: 40px;
    }

    .v2_gvDisplay td {
        padding: 10px 5px;
    }

    .v2_gvDisplay tr th {
        color: white;
        font-size: 0.9rem;
        background-color: var(--blue-light);
    }

.v2_GvRowHover:hover {
    background-color: var(--blue-shade);
}

/* ============================== */

.v2_gridPaging {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width: 100%;
    padding-block: 0.5rem;
    clear: both;
    border-bottom: solid 1px silver;
    font-size: 0.9rem;
    color: var(--blue-brand);
}


.v2_btnGridPaging {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
    line-height: 1rem;
    cursor: pointer;
    border:none;
    border-radius:3px;
    background-color: var(--blue-brand);
    color: var(--white-brand);
    font-weight: 800;
}

    .v2_btnGridPaging:disabled {
        background-color: var(--gray-light);
        border: var(--border-input-primary);
        color: var(--gray-brand);
        border-radius: 2px;
    }

/* ============================== */

.v2_folder_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.v2_folder_anchor {
    text-decoration: none;
    color: var(--black-brand);
    border: var(--border-input-primary);
    border-radius: 5px;
}

    .v2_folder_anchor:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-radius: 5px;
        cursor: pointer;
    }

    .v2_folder_anchor:active {
        transform: scale(1.0);
    }

    .v2_folder_anchor img {
        max-width: 100%;
        max-height: 100%;
        opacity: 0.7;
    }

.v2_reportcard_main {
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: url("../Images/BI_Report.png");
    background-position: 50% 35%;
    background-size: 70px;
    background-repeat: no-repeat;
    min-height: 200px;
    border: var(--border-input-primary);
    border-radius: 5px;
    width: 100%;
}

.v2_folder_main {
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: url("../Images/Folder_Main.png");
    background-position: 50% 35%;
    background-size: 70px;
    background-repeat: no-repeat;
    min-height: 200px;
    border-radius: 5px;
    width: 100%;
}

.v2_folder_img {
    background-image: url("../Images/Folder_Main.png");
    background-position: 50% 35%;
    background-size: 70px;
    background-repeat: no-repeat;
}

.v2_folder_text {
    text-align: center;
    text-transform: uppercase;
    padding-top: 8rem;
    overflow-wrap: break-word;
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.1rem;
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.v2_folder_subtext {
    display: block;
    font-size: 0.8rem;
    line-height: 0.9rem;
    font-style: italic;
    width: 100%;
    color: var(--blue-brand);
    padding: 5px;
}

.v2_file_text {
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: break-word;
    font-size: 1.0rem;
    line-height: 1.1rem;
    background: white;
    height: 50px;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

.v2_file_img {
    max-width: 100px;
    max-height: 150px;
    opacity: 0.8;
}

.v2_divBannerMain {
    width: 100%;
    max-height: 200px;
    min-height: 125px;
    text-align: center;
    border: none;
}

    .v2_divBannerMain:hover {
        border: none;
    }

.v2_imgBannerMain {
    max-height: 200px;
    width: 100%;
}

.v2_card_anchor {
    text-decoration: none;
    color: var(--black-brand);
    height: 200px;
}

    .v2_card_anchor:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-radius: 5px;
        cursor: pointer;
    }

/* ============================== */

.v2_help_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    clear: both;
}

    .v2_help_wrapper a {
        text-decoration: none;
        color: var(--black-brand);
    }

        .v2_help_wrapper a:hover {
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            border-radius: 5px;
            cursor: pointer;
        }

.v2_help_wrapper_main {
    border: solid 1px var(--blue-medium);
    border-radius: 5px;
    position: relative;
    height: 60px;
    padding: 5px;
}

.v2_help_wrapper_text {
    text-align: center;
    vertical-align: middle;
    color: var(--blue-brand);
}



/* ============================== */
.v2_card_wrapper {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    gap: 1rem;
    clear: both;
}

    .v2_card_wrapper a {
        text-decoration: none;
        color: var(--black-brand);
    }



.v2_card_main {
    border-radius: 5px;
    position: relative;
    min-height: 250px;
    border: var(--border-input-primary);
}

.v2_card_img {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}


.v2_card_header {
    position: absolute;
    width: 100%;
    z-index: 50;
}

.v2_card_subheader {
    border:none;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;

}

.v2_card_footer {
    width: 100%;
    height: 20%;
    display: grid;
    place-content: center;
    text-align: center;
    background-color: var(--white-brand);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 4px 4px;
}

.v2_card_main:hover {
    cursor: pointer;
    -webkit-box-shadow: 3px 2px 6px 1px rgba(0,0,0,0.2);
    box-shadow: 3px 2px 6px 1px rgba(0,0,0,0.2);
}

    .v2_card_main:focus{

    }

    .v2_badge, .v2_badge_title {
        display: none;
        color: var(--gray-dark);
    }

.v2_card_text {
    font-weight: 800;
}

.v2_icon {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0;
}

.v2_icon_news {
    background-image: url('../Images/icons/icon_news.png');
}

.v2_icon_marketing {
    background-image: url('../Images/icons/icon_download.png');
}

.v2_icon_support {
    background-image: url('../Images/icons/icon_support.png');
}

/* ============================== */

.v2_NewsDivImg {
    display: inline-block;
    width: 60px;
}

/* ============================== */

.v2_mainPage_Footer {
    width: 100%;
    color: white !important;
    background-color: var(--blue-brand);
    background-image: url('../Images/Logos/v2_footer_bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    color: white !important;
    padding-top: 300px;
}

.v2_mainPage_FooterBottom {
    color: white !important;
}

.v2_mainPage_FooterText {
    color: var(--white-brand);
    display: block;
    font-size:1rem;
    text-decoration: none;
}

    .v2_mainPage_FooterText :hover{
        text-decoration:underline;
    }

    .v2_i_footer {
        height: 35px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        padding: 0;
        margin-right: 10px;
        display: inline-block;
        width: 35px;
    }

    .v2_i_footer:hover{
        transform:scale(1.2);
    }

    .v2_icon_facebook {
        background-image: url('../Images/icons/Icon_Facebook.png');
    }

.v2_icon_twitter {
    background-image: url('../Images/icons/Icon_Twitter.png');
}

.v2_icon_instagram {
    background-image: url('../Images/icons/Icon_Instagram.png');
}

.v2_icon_youtube {
    background-image: url('../Images/icons/Icon_Youtube.png');
}

/* ============================== */

.v2_divSearchTextBox {
    display: flex;
    width: 100%;
    border: var(--border-input-primary);
    border-radius: 3px;
    justify-content: space-between;
    height: 40px;
    padding: 5px;
}

.v2_btnImgSearch {
    height: 100%;
    border: none;
}

.v2_btnGvImage {
    height: 15px;
    display: block;
}

.v2_gvCmdIcon {
    width: 40px;
    text-align: center;
}

/* ============================== */

.v2_product_grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    gap: 0.5rem;
    padding: 1rem;
}

.v2_MainListItem {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
}

.v2_divListItem {
    width: 100%;
    max-height:400px;
    padding: 0.5rem;
    border-radius: 5px;
    border: var(--border-input-primary);
}

.v2_tblListItem{
    width:100%;
}

.v2_tblListItem tbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
}


    .v2_tblListItem td {
        text-align: center;
        width:100%;
    }

.v2_trListItemProdImg {
    aspect-ratio: 1/1;
    overflow: hidden;
}


    .v2_trListItemProdImg img {
        height: 150px;
        aspect-ratio: 1/1;
    }


.v2_tdProdDetailsImg {
}
/*
    .v2_trListItemProdImg img {
        max-height: 150px;
        max-width: 150px;
    }*/
.v2_trListItemProdName td {
    font-weight: bold;
    font-size: 0.9rem;
    height: 80px;
    text-align: center;
}

.v2_wrapText {
    word-wrap:break-word !important;
    word-break:break-word;
}

.v2_trListItemProdDesc {
    font-size: 0.85rem;
    line-height: 0.9rem;
    text-align: center;
}
    .v2_trListItemProdDesc td {
        height: 60px;
    }
    /* ============================== */
    .v2_tdTransAcctInfo {
        width: calc(100% - 300px);
        vertical-align: top;
        padding-right: 15px !important;
    }

.v2_tdTransDistInfo {
    width: 300px;
    vertical-align: top
}

/* ============================== */

@media screen and (min-width: 1100px) {
    .v2_gvShowSML, .v2_gvShowMED {
        display: none !important;
    }

    .v2_gvShowBIG {
        /*display: table-cell !important;*/
    }
}

@media screen and (min-width: 800px) and (max-width: 1099px) {
  
    .v2_gvShowMED {
        /*display: table-cell !important;*/
    }
}

@media screen and (max-width: 799px) {
    .v2_gvShowBIG, .v2_gvShowMED {
        display: none !important;
    }

    .v2_gvShowSML {
        /*display: table-cell !important;*/
    }
}


.v2_textNoDecoration {
    text-decoration: none;
}

::file-selector-button {
    background-color: var(--blue-brand);
    color: white;
    padding: 10px;
    border: 1px solid var(--blue-brand);
    cursor: grab;
}

::-webkit-file-upload-button {
    background-color: var(--blue-brand);
    color: white;
    padding: 10px;
    border: 1px solid var(--blue-brand);
    cursor: grab;
}

input[type="file"] {
    border: 1px solid black;
}



/*CMA*/


.nav-link:focus, .nav-link:hover {
    color: var(--gray-light);
}
.bg-login {
    background-image: url(/images/login_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-login-glass {
    background: transparent;
    box-shadow: 0 10px 30px black;
    border: solid 1px;
    backdrop-filter: blur(20px) saturate(100%);
}