HTML, BODY {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplayBlack-Regular.woff2') format('woff2'), url('HalyardDisplayBlack-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplay-Regular.woff2') format('woff2'), url('HalyardDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplayExtraLight-Regular.woff2') format('woff2'), url('HalyardDisplayExtraLight-Regular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplayLight-Regular.woff2') format('woff2'), url('HalyardDisplayLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplay-Bold.woff2') format('woff2'), url('HalyardDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplayMedium-Regular.woff2') format('woff2'), url('HalyardDisplayMedium-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('HalyardDisplaySemiBold-Regular.woff2') format('woff2'), url('HalyardDisplaySemiBold-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    font: 11pt/12pt 'Halyard Display';
    box-sizing: content-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

span.Navigator {
    display: none !important;
}

p {
    padding: 0;
    margin: 0;
    border: 0;
}

table, thead, tbody, th, tr, td {
    padding: 0;
    margin: 0;
    border: 0;
}

.td2cols:nth-of-type(1) {
    width: 50%;
    display: inline-block;
    padding-right: 2px;
    box-sizing: border-box;
}
.td2cols:nth-of-type(2) {
    width: 50%;
    display: inline-block;
    padding-left: 2px;
    box-sizing: border-box;
}

/* Styling the scrollbar */
::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
    height: 12px; /* Height of the scrollbar (for horizontal scrollbars) */
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent; /* Track color */
    border-radius: 6px; /* Rounded corners for the track */
}

/* Thumb */
::-webkit-scrollbar-thumb {
    background-color: #888; /* Scrollbar color */
    border-radius: 6px; /* Rounded corners for the thumb */
    border: 3px solid #e0e0e0; /* Space between thumb and track */
}

    /* Thumb hover */
::-webkit-scrollbar-thumb:hover {
        background-color: #555; /* Thumb color when hovered */
    }

/* Corner (for both vertical and horizontal scrollbars) */
::-webkit-scrollbar-corner {
    background: #e0e0e0; /* Corner color where vertical and horizontal scrollbars meet */
}

.qty input::selection {
    background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus, textarea:focus {
    outline-color: #2983c3;
}

.ajaxcall {
    cursor: pointer;
}

.hidden {
    display: none;
}

a {
    color: #2983c3;
}

    a:hover {
        opacity: 0.9
    }

a.Button {
    width: calc(100% - 16px) !important;
    height: 43px;
    display: block;
    padding: 8px;
    background-color: #2983c3;
    border: #2983c3;
    color: #fff;
    border-radius: 5px;
    font: 11pt / 18pt 'Halyard Display';
    text-decoration: none;
    min-height: 25px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

a.custombutton{
    width: 100% !important;
    height: 43px;
    display: block;
    padding: 8px;
    background-color: #2983c3;
    border: #2983c3;
    color: #fff;
    border-radius: 5px;
    font: 11pt / 18pt 'Halyard Display';
    text-decoration: none;
    min-height: 25px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.advice {
    padding: 0px 20px 20px;
    text-align: center;
}
div.advice {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 0px 20px 20px;
    box-sizing: border-box;
}

#recovery {
    color: #2983c3;
    text-decoration: underline;
    cursor: pointer;
}

    #recovery:hover {
        opacity: 0.9
    }

form, input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    min-height: 25px;
}

.error {
    display: none;
}

input:not([type]), input[type="text"], input[type="date"], input[type="password"], input[type="button"], input[type="submit"], select {
width: calc(100% - 32px) !important;
    padding: 8px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    font: 11pt / 11pt 'Halyard Display';
    text-overflow: ellipsis;
    padding-right: 24px;
}
select {
    -webkit-appearance: none;
    height: 25px;
    background-image: url(../images/arrow_down.png);
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 20px;
}


input[type="button"], input[type="submit"] {
    cursor: pointer;
}

input [type="checkbox"], input[type="radio"] {
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}

input[type="submit"], input[type="button"] {
    background-color: #2983c3;
    border: #2983c3;
    color: #fff;
}

input[type="submit"]:hover, input[type="button"]:hover {
    opacity: 0.9
}

    input[type="submit"]:disabled, input[type="button"]:disabled {
        background-color: #ddd; /* Light gray background for disabled state */
        border: #ccc; /* Lighter border color */
        color: #999; /* Lighter text color */
        cursor: not-allowed; /* Change cursor to indicate the element is not clickable */
    }

.ajaxerror {
    display: block;
    border: 1px solid #c9c9c9;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: 20px 15px;
    min-height: 80px;
    display: flex;
    align-items: center; /* Vertically centers the text */
    justify-content: left; /* Horizontally centers the text */
    height: 100%; /* Ensure the parent container has a defined height */
    padding-left: 80px; /* Adds left padding without affecting centering */
}

.search_products {
    padding: 0;
    box-sizing: border-box;
    background-image: url(../images/food.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0px 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    padding-left: 50px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.search_orders {
    padding: 0;
    box-sizing: border-box;
    background-image: url(../images/range.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0px 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    padding-left: 50px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.account_instructions {
    padding: 0;
    box-sizing: border-box;
    background-image: url(../images/account.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0px 10px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    padding-left: 50px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}



.form_separator_title {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    padding-left: 0px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #5a5a5a;
}

.subsequent {
    padding-top: 10px;
}

.form_separator_title:not(:first-of-type) {
    padding-top: 10px;
color: red;
    /* Additional styles can be added here if needed */
}

table {
    width: 100%;
}

#app, .inner {
    min-width: 320px;
    max-width: 1280px;
    height: 100%;
    margin: auto;
    padding: 20px;
    padding-top: 0;
    position: relative;
}

.blockOverlay {
    background-color: rgb(60 60 60);
    opacity: 0.33;
}

.blockMsg {
    box-sizing: border-box;
    width: 360px;
    height: 360px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#confirm, #bankconfirm, #error, #loader {
    display: block;
    border: 1px solid #c9c9c9;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    display: none;
    background-color: #ffffff;
    border-radius: 5px;
}
#loader {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: auto;
    text-align: center;
    display: none;
    box-shadow: none;
}
    #loader img {
        width: 80px;
        height: 80px;
    }

#confirm h1, #error h1, #bankconfirm h1 {
    padding-bottom: 18px;
    text-align: center;
}

#confirm input.confirm_btn, #bankconfirm input.confirm_btn {
    width: calc(50% - 18px) !important;
    display: inline-block !important;
    margin: auto;
    box-sizing: border-box;
    height: 42px;
    border-radius: 4px;
    margin:2px;
}

span.attention {
    color: #000;
    background-color: #FF9800;
    display: block;
    border-radius: 4px;
    padding: 10px;
    font: 10pt / 10pt 'Halyard Display';
}

#btn_cancel {
    background-color: #d00047 !important;
    border-color: #d00047 !important;
}
#btn_ok {
    background-color: #2983c3 !important;
    border-color: #2983c3 !important;
}


#content {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}

#app_main {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

#footer {
    display: flex;
    padding-top: 40px;
    padding-right: 20px;
}

.footer-right, .footer-left {
    width: 50%;
    flex-grow: 1;
}

.footer-right {
    text-align: right;
}

#logo {
    background-image: url('../images/logo.png');
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#logo_h {
    background-image: url('../images/logo_h.png');
    width: 150px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    float: left;
}

#recovery_row_02, #recovery_row_03, #recovery_row_04 {
    display: none;
}

    #recovery_row_04 td {
        padding: 10px;
    }

    #recovery_row_01 td, #recovery_row_03 td {
        padding: 10px;
        text-align: center;
    }

.footer_title, .footer_address, .footer_email {
    display: block;
}

.message {
    font: 11pt/12pt 'Halyard Display';
    padding: 60px;
}

.footer_title {
    font: 11pt/12pt 'Halyard Display';
    font-weight: 600;
}

.registration_validation, .registration_validation a {
    font: 10pt / 13pt 'Halyard Display';
    display: inline;
    white-space: normal;
    color: #E91E63;
    text-decoration: none;
}
   .registration_validation a {
        text-decoration: underline;
    }

#credentials {
    min-width: 300px;
    max-width: 700px;
    margin: auto;
    border: 1px solid #c9c9c9;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
    display: flex;
}

#logonHolder, #registerHolder {
    padding: 20px;
    width: 50%;
    height: 100%;
    flex-grow: 1;
}

#registerHolder {
    border-left: 1px solid #c9c9c9;
}

#header {
    width: 100%;
    position: relative;
    background-color: #e1e1e1;
    padding-top: 5px;
    height: 200px;
    background: rgb(225,225,225);
    background: linear-gradient(133deg, rgba(225,225,225,1) 0%, rgba(237,237,237,1) 100%);
}

.menu {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    height: 50px;
    position: relative;
}

.lineseparator {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    position: relative;
}

.menu_options {
    width: calc(100% - 280px);
    height: 50px;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 160px;
    overflow: hidden;
    overflow: auto;
    overflow-x: scroll;
}

.menu_actions {
    width: 100px;
    height: 50px;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

.menu_text {
    font: 10.5pt / 12pt 'Halyard Display';
    font-weight: 400;
    text-decoration: none;
    padding-top: 20px;
    padding-right: 10px;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
}

#Logout {
    font: 10.5pt / 12pt 'Halyard Display';
    border: 1px solid #414042;
    padding: 5px;
    text-decoration: none;
    color: #414042;
    background-color: transparent;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 12px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    #Logout:hover {
        border-color: #000;
        color: #000;
    }

#account {
    width: auto;
    height: 110px;
    padding: 15px;
    box-sizing: border-box;
    float: left;
}

.main_subtotal {
    font: 20pt / 20pt 'Halyard Display';
    width: 50%;
    height: 110px;
    padding: 15px;
    float: right;
    text-align: center;
    box-sizing: border-box;
    line-height: 50px;
}

.subtotal, .subtotalM {
    width: 100%;
    height: auto;
    font: 10.5pt / 12pt 'Halyard Display';
    font-weight: 500;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
    overflow: hidden;
}

.subtotalM {
    display:none;
}

.user_thumb {
    width: 80px;
    height: 80px;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
    background-color: #b7b7b7;
    float: left;
    background-image: url(../images/user_thumb.png);
    background-size: cover;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.user_info {
    height: auto;
    position: relative;
    margin-left: 100px;
    padding-top: 10px;
    width: calc(100% - 130px);
    min-width: 200px;
    max-width: 200px;
}

.name {
    font: 17pt / 20pt 'Halyard Display';
    font-weight: 300;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 4px;
    overflow: hidden;
    color: #393939;
    font: 13pt 'Halyard Display';
    text-transform: uppercase;
    height: auto;
}

.email {
    font: 9.5pt / 12pt 'Halyard Display';
    font-weight: 400;
    border: 1px solid #2983c3;
    background-color: #2983c3;
    padding: 5px;
    text-decoration: none;
    color: #ececec;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    text-align: center;
    overflow: hidden;
}

#content span:not(tr#users_paymentErrorBlock span, tr#usersErrorBlock span, tr#ordersErrorBlock span, .registration_validation, #usersphoto, #usersphoto_fileName, #usersphoto_fileSize, .Sorter, #users_paymentaccountType, span#inc_terminal_transactionsSearchErrorLabel ), .groupcard {
    display: block;
    border: 1px solid #c9c9c9;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
    box-sizing: border-box;
}
.groupcardHorizontal {
    border: 1px solid #c9c9c9;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
    box-sizing: border-box;

}


input[type="file"] {
    font: 11pt / 11pt 'Halyard Display';
    border-color: transparent !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
}

#usersphoto {
    width: calc(100% - 16px) !important;
    padding: 8px;
    padding-top: 6px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    font: 11pt / 11pt 'Halyard Display';
    display: block;
    height: 27px;
    position: relative;
    overflow: hidden;
}


input[type=file]::file-selector-button {
    border: 1px solid #2983c3;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #2983c3;
    transition: 1s;
    font: 9.5pt / 12pt 'Halyard Display';
    font-weight: 400;
    color: #ececec;
    padding: 5px;
    cursor: pointer;
}

    input[type=file]::file-selector-button:hover {
        background-color: #2983c3;
        border: 1px solid #2983c3;
    }


#usersphoto_fileName {
    width: 60%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
    height: 100%;
    line-height: 25px;
}
#usersphoto_fileSize {
    width: 20%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden !important;
    height: 100%;
    line-height: 25px;
}

input[type="checkbox"][id$="_delControl"] {
    display:none;
}

label[id$="_delLabel"] {
    background: url(../images/trash_ico.png) no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    padding: 0 0 0 0px;
    background-size: contain;
    content: '';
    text-indent: -9999px;
    position: absolute;
    right: 8px;
    cursor: pointer;
}

tr[id$="usersErrorBlock"] td, tr[id$="users_paymentErrorBlock"] td, tr[id$="ordersErrorBlock"] td, tr[id$="ordersErrorBlock"] td {
    padding-bottom: 20px;
}

#inc_ordersListSearchErrorLabel {
    display: block;
    padding-bottom: 20px;
}

#col0 {
    display: inline-block;
    width: calc(50% - 10px);
    float: left;
    padding-right: 10px;
}

#col1 {
    display: inline-block;
    width: calc(50% - 10px);
    float: right;
    padding-left: 10px;
}

.col25 {
    width: calc(25% - 10px) !important;
}
.col33 {
    width: calc(33% - 10px) !important;
    ;
}
.col50 {
    width: calc(50% - 10px) !important;
}
.col75 {
    width: calc(75% - 10px) !important;
}
.col67 {
    width: calc(67% - 10px) !important;
}

table.datatable {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    box-sizing: border-box;
}

.groupcard tbody, .groupcard tr{
	display:block;
	
}

.td_error{
	display:block;
	
}

[id$="ErrorLabel"] {
    background-color: #fec60f;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #414042;
}

table.datatable tr th span, span.sorter{
border:0;
padding:0;
box-shadow:none;
overflow:auto;
}

table.datatable tr th {
    width: 100%;
    padding: 5px;
}

.img_col {
    width: 200px;
    height: 150px;
    vertical-align: top;
}

.desc_col {
    width: 100%;
    max-height: 40px;
    vertical-align: top;
    padding: 10px;
    overflow:hidden;
}

.product, .order {
    width: 90px;
    height: 90px;
    border: 1px solid #b7b7b7;
    background-color: #e1e1e1;
    margin: auto;
    background-image: url(../images/product.png);
    background-position: center;
    background-size: cover;
    border-radius: 5px 5px 0px 0px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    border-bottom: 0;
}

.order {
    background-image: url(../images/truck.png);
}

.order_detail {
    border: 1px solid #b7b7b7;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    background-color: #387e97;
    color: #ffffff;
    width: 90px;
    background-clip: border-box;
    text-align: center;
    height: 27px;
    line-height: 27px;
    font: 10pt / 20pt 'Halyard Display';
}

    .qty, .plus, .minus {
        height: 27px;
        width: 90px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        font-size: 0;
        vertical-align: top;
        background-repeat: no-repeat;
        background-size: 40%;
        background-position: center;
    }
.qty {
    border: 1px solid #b7b7b7;
    border-radius: 0px 0px 5px 5px;
}

.plus, .minus {
    background-color: #387e97;
    width: 27px;
    cursor: pointer;
}

.plus {
    background-image: url(../images/plus.png);
    border-radius: 0px 0px 4px 0px;
}
.minus {
    background-image: url(../images/minus.png);
    border-radius: 0px 0px 0px 4px;
}


.qty input {
    background-color: #e1e1e1;
    padding: 0;
    margin: 0;
    border: 0;
    width: calc(100% - 54px) !important;
    border-radius: 0;
    height: 27px;
    text-align: center;
    font: 9pt / 9pt 'Halyard Display';
    background-color: #387e97;
    color: #ffffff;
}
.qty input:focus {
        outline: none;
        border: none;
}

.title {
    width: 100%;
    height: auto;
    font: 10pt / 12pt 'Halyard Display';
    font-weight: 600;
    white-space: nowrap;
    padding-bottom: 8px;
    text-transform: uppercase;
    white-space: normal;
}
.description {
    width: 100%;
    height: auto;
    max-height: 55px;
    font: 11pt / 13pt 'Halyard Display';
    overflow: hidden;
    word-wrap: break-word;
    padding-top: 10px;
}

.datedescription {
    font: 11pt / 13pt 'Halyard Display';
    text-transform: capitalize;
}

.presentation, .minimum_order, .cost {
    background-image: url(../images/package.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 8px 3px;
    background-color: #387e97;
    color: white;
    font: 10pt / 10pt 'Halyard Display';
    padding: 7px;
    border-radius: 5px;
    width: 0;
    min-width: 180px;
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 32px;
    box-sizing: border-box;
    float: left;
    margin-right: 4px;
    margin-bottom: 2px;
    min-height:28px;
	text-transform: uppercase;
}
.minimum_order {
    background-image: url(../images/package_min.png);
}
.cost {
    background-image: url(../images/money.png);
}

#users_paymentaccountType {
    display: block;
    border: 1px solid #c9c9c9;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

    #users_paymentaccountType label {
        width: calc(100% - 100px);
        display: block;
        padding-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
    }
#users_paymentaccountType input {
        float: left;
        display: block;
        padding-bottom: 10px;
        accent-color: #2983c3;
}
#users_paymentaccountType input:last-child, #users_paymentaccountType label:last-child {
        padding: 0;
}

strong{
    font: 11pt / 12pt 'Halyard Display';
    font-weight: 600;
}

.instructions {
width: calc(100% - 64px);
    margin: auto;
    display: block;
    background-image: url(../images/alert.png);
    background-repeat: no-repeat;
    background-size: 48px 48px;
    padding-left: 62px;
    min-height: 60px;
}

    .bank_accounts_scroller {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0;
        overflow: hidden;
        overflow-x: auto;
        position: relative;
    }

.list_bank_accounts {
    width: 17895698px; /*set a big number. Then JQuery adjust to the number of objects*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.bank_account {
    display: block;
    width: 260px;
    height: 150px;
    border: 1px solid #c9c9c9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    overflow: hidden;
    box-sizing: border-box;
    text-transform: uppercase;
    background-color: #e1e1e1;
    position: relative;
    float: left;
    margin-right: 10px;
}

.bank_account_name {
    font: 11pt / 14pt 'Halyard Display';
    font-weight: 600;
    width: calc(100% - 23px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bank_type_name {
    font: 9pt / 12pt 'Halyard Display';
    padding-bottom: 10px;
}


.bank_name, .bank_account_number {
    font: 11pt / 14pt 'Halyard Display';
    font-weight: 600;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.bank_account_number {
    font-weight: normal;
}
    .bank_delete {
    background: url(../images/trash_ico.png) no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 15px;
    background-size: contain;
    bottom: 20px;
    cursor: pointer;
    }

.bank_contract {
    background: url(../images/bank_contract.png) no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    position: absolute;
    right: 15px;
    background-size: contain;
    top: 20px;
    cursor: pointer;
}

.alignRight {
    position: relative;
    height: 50px;
    width: 100%;
    right: 0px;
    display: block;
}
.alignRight a.Button {
        width: 100% !important;
}

.bank_status {
    font: 9pt / 12pt 'Halyard Display';
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bank_account_yellow {
    border: 1px solid #FFC107;
    background-color: #FFC107;
}

.active_color, .pending_acceptance_color, .waiting_response_color, .error_color, .inactive_color, .unknown_status_color, .generate_acceptance_color {
    font: 9pt / 12pt 'Halyard Display';
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #9E9E9E;
    background-color: #9E9E9E;
    border-radius: 4px;
    margin-bottom: 5px;
}
.active_color {
    border: 1px solid #387e97;
    background-color: #387e97;
    color: #ffffff;
}
.pending_acceptance_color, .generate_acceptance_color {
    border: 1px solid #FFC107;
    background-color: #FFC107;
    color: #000000;
    cursor: pointer;
}
.waiting_response_color {
    border: 1px solid #206f7d;
    background-color: #206f7d;
    color: #ffffff;
}
.error_color {
    border: 1px solid #c9142b;
    background-color: #c9142b;
    color: #ffffff;
}


#LastOrderUpdate {
    width: 25%;
    text-align: center;
    float: right;
    box-sizing: border-box;
    padding: 20px;
    padding-right: 0;
    padding-left: 0;
}

.main_total {
    font: 13pt 'Halyard Display';
    line-height: 15pt;
    text-transform: uppercase;
    height: auto;
    max-width: 200px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    margin-top: 6px;
    white-space: nowrap;
}
.main_total_resume {
    font: 9.5pt / 12pt 'Halyard Display';
    font-weight: 400;
    border: 1px solid #999;
    background-color: #999;
    padding: 5px;
    text-decoration: none;
    color: #ececec;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    text-align: center;
    overflow: hidden;
}
    .main_total_resume span {
        font: 9.5pt / 12pt 'Halyard Display';
        color: #ececec;
    }
    .main_total_resume .truck {
        background-image: url(../images/truck.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 33px;
    }



.alert_instructions {
    width: calc(100% - 64px);
    margin: auto;
    background-image: url(../images/review.png);
    background-repeat: no-repeat;
    background-size: 48px 48px;
    padding-left: 62px;
    min-height: 60px;
    padding-bottom: 15px;
    background-position: 0px 0px;
}

.payment_instructions {
    width: calc(100% - 64px);
    margin: auto;
    background-image: url(../images/payment.png);
    background-repeat: no-repeat;
    background-size: 48px 48px;
    padding-left: 62px;
    min-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: 0px 15px;
}



.datedescription, .location {
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left 4px;
    padding: 4px;
    padding-left: 25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font: 11pt / 14pt 'Halyard Display';
    line-height: 16px;
}

.description, .initial_payment_details, .processing_payment_details, .successful_payment_details, .error_payment_details, .draft_payment_details{
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left 4px;
    padding: 4px;
    padding-left: 25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font: 11pt / 14pt 'Halyard Display';
    line-height: 20px;
    min-height: 30px;
}

.initial_payment_details {
    background-image: url(../images/initial_payment.png);
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    background-position: left 10px;
    max-height: none;
    margin-top: 5px;
}
.processing_payment_details {
    background-image: url(../images/processing_payment.png);
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    background-position: left 10px;
    max-height: none;
    margin-top: 5px;
}
.successful_payment_details {
    background-image: url(../images/successful_payment.png);
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    background-position: left 10px;
    max-height: none;
    margin-top: 5px;
}

.error_payment_details {
    background-image: url(../images/error_payment.png);
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    background-position: left 10px;
    max-height: none;
    margin-top: 5px;
}

.draft_payment_details {
    background-image: url(../images/checkout.png);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 6px 6px;
    background-color: #387e97;
    color: white;
    font: 10pt / 10pt 'Halyard Display';
    padding: 7px;
    border-radius: 5px;
    width: 100%;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 32px;
    box-sizing: border-box;
    margin-right: 4px;
    margin-bottom: 2px;
    min-height: 28px;
    max-height: none;
    max-width: 549px;
}

.datedescription {
    background-image: url(../images/time_date.png);
}
.location {
    background-image: url(../images/pin_address.png);
}

.bank_card {
    background-image: url(../images/credit_card.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center -8px;
    height: 50px;
    width: 55px;
}

.month {
    background-image: url(../images/month.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center -8px;
    height: 50px;
    width: 55px;
}

.groupcard_row {
    border-bottom: 1px solid #c9c9c9;
}

.groupcard_row_icon {
    width: 60px;
}
.groupcard_row_details {
    width: 100%;
    padding: 5px;
}

.groupcard_row {
     border-bottom: 1px solid #c9c9c9;
}
 .groupcard_row_icon {
     width: 60px;
}
td.groupcard_row_details {
     padding: 5px;
}

.groupcard_row_details .bank_type_name {
    padding: 0;
}
 .groupcard_row_details .bank_account_number, .groupcard_row_details .bank_type_name{
     text-transform: uppercase;
	 white-space:break-spaces;
	 overflow:hidden;
	 text-overflow:ellipsis;
}

.groupcard_row_details .row_separator{
    font: 10.5pt / 14pt 'Halyard Display';
    font-weight: 500;
    border-bottom: solid 1px #c9c9c9;
    padding: 5px;	
	
}

span.uppercase_simple {
    text-transform: uppercase;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: initial !important;
    box-shadow: none !important;
}

span.capitalize_simple {
    text-transform: capitalize;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: initial !important;
    box-shadow: none !important;
}

.capitalize_simple{
	 text-transform: capitalize;
}
.uppercase_simple {
text-transform: uppercase;
}

.groupcard_row_details .bank_name {
    font: 9.5pt / 14pt 'Halyard Display';
    font-weight: 600;
}
 .groupcard_row_details .bank_account_number {
     font: 10.5pt / 14pt 'Halyard Display';
     font-weight: 500;
}
 #gotoAccounts {
     margin-top: 10px;
}

.account_status {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next line */
    width: 100%;
    box-sizing: border-box;
}


.card33p {
    width: 33%;
    box-sizing: border-box; /* Ensures padding/borders are included in width */
    text-align: center; /* Optional: Center text inside cards */
    padding: 10px; /* Optional: Add some padding for better visual */
}

.card100p {
    flex: 0 0 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}

.step_icon {
    border-radius: 100%;
    height: 64px;
    width: 64px;
    background-color: #e8e8e8;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    border: 2px solid #c4c4c4;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.step {
    font-weight: 500;
}

.step_task {
    color: #515151;
}

.step1 {
    background-image: url(../images/badge.png);
}
.step2 {
    background-image: url(../images/range.png);
}
.step3 {
    background-image: url(../images/shop.png);
}