@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Banner/HomeBanner.razor.rz.scp.css */

 .grid-container[b-74nqtbf4z9] {
        display: grid;
        grid-template-columns: 1fr 2fr; /* Left column 1/3, right column 2/3 */
        gap: 10px; /* Optional: space between columns */
        min-height: 25vh; /* Minimum height for the grid */
        width: 100%; /* Full width of the container */
        margin-bottom: 10px;
        background-color: white;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Gentle blurry shadow */
 }

.left-column[b-74nqtbf4z9] {
    background-color: rgba(20, 20, 20, 0.8); /* Darker charcoal grey with 80% opacity */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Text color for better contrast */
}

.right-column[b-74nqtbf4z9] {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 10px; /* Space between the inner columns */
/*    background-color: #d0d0d0;*/
}

.right-inner-column[b-74nqtbf4z9] {
    position: relative;
    align-items: center;
    justify-content: left;
    padding: 10px;
    width: 100%;
}

.right-inner-column[b-74nqtbf4z9]::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px; /* Width of the line */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #333, rgba(0, 0, 0, 0)); /* Fading effect */
    pointer-events: none; /* Ensure the line does not interfere with interactions */
}

.right-inner-column:last-child[b-74nqtbf4z9]::after {
    display: none; /* Remove the line after the last column */
}

.call-to-action-header[b-74nqtbf4z9] {
    display: flex;
    flex-direction: column; /* Arrange items in a single column */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    gap: 10px; /* Space between items */
}

.call-to-action-header h2[b-74nqtbf4z9] {
    font-size: 2em; /* Increase font size */
    font-weight: bold; /* Bold text */
}

.bdo-red-button[b-74nqtbf4z9] {
    color: #fff;
    background-color: #e81a3b;
    padding: 8px 24px;
    transition: background 0.2s ease-in;
    font-weight: bold;
    border: none; /* Remove any existing shadow */
}

.bdo-red-button:hover[b-74nqtbf4z9] {
    background-color: #c7152f; /* Slightly darker red */
    color: #fff;
    border: none; /* Remove any existing shadow */
}
.bdo-grey-button[b-74nqtbf4z9] {
    color: #a9a9a9; /* Light grey text color */
    background-color: #d3d3d3; /* Light grey background color */
    padding: 8px 24px;
    transition: background 0.2s ease-in;
    font-weight: bold;
    border: none; /* Remove any existing shadow */
    cursor: not-allowed; /* Indicate the button is disabled */
}

.bdo-grey-button:hover[b-74nqtbf4z9] {
    background-color: #d3d3d3; /* Keep the same light grey background color */
    color: #a9a9a9; /* Keep the same light grey text color */
    border: none; /* Remove any existing shadow */
}

.btn-icon[b-74nqtbf4z9] {
    margin-right: 8px; /* Space between icon and text */
}

.recent-coins-container[b-74nqtbf4z9] {
    flex-grow: 1;
    width: 100%;
}

.recent-coins-title[b-74nqtbf4z9] {
    font-size: 1.5em;
    font-weight: bold; /* Make the title bold */
    margin-bottom: 10px; /* Space between the title and the list */
}

.title-container[b-74nqtbf4z9] {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.coin-list-container[b-74nqtbf4z9] {
    width: 100%;
    display: flex;
    justify-content: space-between; /* Space between the two lists */
}

.coin-list[b-74nqtbf4z9] {
    list-style-type: decimal; /* Use numbers for list items */
    padding-left: 20px; /* Add padding for spacing */
    margin: 0; /* Remove default margin */
    width: 45%; /* Adjust width to fit two lists side by side */
}

.coin-list li[b-74nqtbf4z9] {
    margin-bottom: 5px; /* Space between list items */
}

.text-nav-link[b-74nqtbf4z9] {
    color: inherit; /* Inherit the text color from the parent */
    text-decoration: none; /* Remove underline */
    cursor: default; /* Change cursor to default */
    padding: 10px;
}

.text-nav-link:hover[b-74nqtbf4z9] {
    color: inherit; /* Maintain the same color on hover */
}

.text-nav-link.active-text[b-74nqtbf4z9] {
    font-weight: bold; /* Optional: Make active link bold */
}

.pagination-controls[b-74nqtbf4z9] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.disabled[b-74nqtbf4z9] {
    color: grey;
    pointer-events: none;
}

.pagination-controls span[b-74nqtbf4z9] {
    margin: 0 10px;
    cursor: pointer;
}

.right-inner-column-pagination[b-74nqtbf4z9] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.coin-list-container[b-74nqtbf4z9] {
    min-height: 220px;
}
    
.red[b-74nqtbf4z9] {
    color: red
}

.coin-list-item[b-74nqtbf4z9] {
    display: flex;
    align-items: center;
    height: 30px;
}

.coin-list-item button[b-74nqtbf4z9] {
    margin-right: 10px; /* Adjust the margin as needed */
}


.icon-small[b-74nqtbf4z9] {
    font-size: 0.75em; /* Adjust the size as needed */
}
/* /Components/Details/DetailsField.razor.rz.scp.css */
.details-field[b-gjqlpr6n7t] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.status-icon[b-gjqlpr6n7t] {
    flex-shrink: 0;
    margin-top: 0.25rem;
    font-size: 0.875rem;
}

.field-content[b-gjqlpr6n7t] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.field-label[b-gjqlpr6n7t] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
}

.field-value[b-gjqlpr6n7t] {
    font-size: 1rem;
    color: #333;
    word-break: break-word;
    line-height: 1.5;
}

/* When the value is empty (em dash) */
.field-value:empty[b-gjqlpr6n7t]::before,
.field-value:has(> :only-child:empty)[b-gjqlpr6n7t]::before {
    content: "�";
    color: #adb5bd;
}
/* /Components/Search/CoinSearchGrid.razor.rz.scp.css */
.red[b-ktwc4eysp5] {
    color: red
}

.grey[b-ktwc4eysp5] {
    color: lightgrey
}
/* /Components/Search/OpportunitySearchGrid.razor.rz.scp.css */
.red[b-16k3vyaxxc] {
    color: red
}

.grey[b-16k3vyaxxc] {
    color: gray;
}

.gold[b-16k3vyaxxc] {
    color: gold;
}

.gray[b-16k3vyaxxc] {
    color: gray;
}
/* /Pages/Administration/UserEdit.razor.rz.scp.css */
.user-edit-permissions-gap[b-nn2ik9gpkg] {
  gap: 6rem;
}
/* /Pages/Administration/UserMaintenance.razor.rz.scp.css */
/* /Pages/Coin/CoinOpportunityDetail.razor.rz.scp.css */

.gold[b-n15dai04bg] {
    color: gold;
}

.gray[b-n15dai04bg] {
    color: gray;
}

/* /Pages/Coin/Components/CoinListCard.razor.rz.scp.css */
.card[b-f8as8uyuhk] {
  height: 100%;
  border-top-width: 0.35rem;
  border-radius: 0.35rem;
}
.card .card-header[b-f8as8uyuhk] {
  background-color: #fff;
  color: #555555;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
}
.card .card-body[b-f8as8uyuhk] {
  font-size: 12px;
}
.card-body[b-f8as8uyuhk]  a {
  color: #555555;
}
.card-body[b-f8as8uyuhk]  a .fa-eye {
  color: #02a7f0;
}
/* /Pages/Coin/Components/CoinOpportunityComponents/CoinOpportunityPrimaryInfo.razor.rz.scp.css */
:root[b-tuuhomr9vc] {
  --dxbl-text-edit-font-size: 0.875rem;
  --dxbl-text-edit-line-height: 1.4285;
  --dxbl-text-edit-bg: #fff;
  --dxbl-text-edit-color: #333333;
  --dxbl-text-edit-padding-x: 0.375rem;
  --dxbl-text-edit-padding-y: 0.25003125rem;
}

.info-body[b-tuuhomr9vc] {
    margin-bottom: -10px;
}

.info-body .col[b-tuuhomr9vc] {
  --dxbl-text-edit-padding-x: 0.375rem;
  --dxbl-text-edit-padding-y: 0.25003125rem;
}
.info-body .col > div[b-tuuhomr9vc] {
  margin-bottom: .1rem;
}

.info-body .col > div:last-child[b-tuuhomr9vc] {
  margin-bottom: 0;
}
.separator[b-tuuhomr9vc] {
  display: flex;
  align-items: center;
  text-align: left;
}

.separator[b-tuuhomr9vc]::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)[b-tuuhomr9vc]::before {
  margin-right: 0.25em;
}

.separator:not(:empty)[b-tuuhomr9vc]::after {
  margin-left: 0.25em;
}

#primary-info[b-tuuhomr9vc] {
  min-height: 200px;
}

#primary-info h3[b-tuuhomr9vc] {
  color: var(--Charcoal, #333);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  height: 40px;
  align-items: center;
  align-self: stretch;
}

#primary-info h4[b-tuuhomr9vc] {
  color: var(--BDO-Colors-Charcoal, #333);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* Three column grid layout */
.content[b-tuuhomr9vc] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.content .col[b-tuuhomr9vc] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Style for individual field containers */
.content .col > div[ColSpanMd][b-tuuhomr9vc] {
  display: flex;
  flex-direction: column;
}

.info-body .col[b-tuuhomr9vc]  .dxbl-text-edit {
  border-color: #AAAAAA;
}
.info-body .col[b-tuuhomr9vc]  .blazored-typeahead {
  border-radius: 3px;
  border-color: #AAAAAA;
}
.info-body .col[b-tuuhomr9vc]  .blazored-typeahead .blazored-typeahead__input-icon,
.info-body .col[b-tuuhomr9vc]  .blazored-typeahead .blazored-typeahead__clear {
  padding: 0;
}
.info-body .col[b-tuuhomr9vc]  .blazored-typeahead input,
.info-body .col[b-tuuhomr9vc]  .blazored-typeahead .blazored-typeahead__input-mask {
  padding: var(--dxbl-text-edit-padding-y) var(--dxbl-text-edit-padding-x);
}
.info-body .col[b-tuuhomr9vc]  .lookup-control .dxbl-edit-btn-dropdown {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #AAAAAA;
  background-repeat: no-repeat;
}
.info-body .col[b-tuuhomr9vc]  .lookup-control .dxbl-edit-btn-dropdown svg {
  visibility: hidden;
}
.info-body .col[b-tuuhomr9vc]  .lookup-control .btn-search {
  padding: 0;
  margin-left: -30px;
  z-index: 1;
}
.info-body .col[b-tuuhomr9vc]  .btn-search {
  font-size: 16px;
  color: #AAAAAA;
}
.info-body .col[b-tuuhomr9vc]  .dxbl-btn.dxbl-btn-standalone {
  padding: 0;
}
.info-body .col[b-tuuhomr9vc]  .dxbl-checkbox {
  display: flex;
  justify-content: space-between;
}
.info-body .col[b-tuuhomr9vc]  .dxbl-checkbox label .fa-solid {
  margin-right: 5px;
}
.info-body .col[b-tuuhomr9vc]  .year-end .dxbl-edit-btn-dropdown {
  border-left: 0;
}

/* Responsive: stack columns on smaller screens */
@media (max-width: 768px) {
  .content[b-tuuhomr9vc] {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .content[b-tuuhomr9vc] {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* /Pages/Coin/Components/CreateACoinSearch/CreateCoinSearchForm.razor.rz.scp.css */
.search-form-label[b-gm0tnuekdf]{
    font-weight:bold;
}

.bdo-red-button[b-gm0tnuekdf] {
    color: #fff;
    background-color: #e81a3b;
    padding: 8px 24px;
    transition: background 0.2s ease-in;
    font-weight: bold;
    border: none; /* Remove any existing shadow */
}

.bdo-red-button:hover[b-gm0tnuekdf] {
    background-color: #c7152f; /* Slightly darker red */
    color: #fff;
    border: none; /* Remove any existing shadow */
}

.btn-icon[b-gm0tnuekdf] {
    margin-right: 8px; /* Space between icon and text */
}

.btn-container[b-gm0tnuekdf] {
    margin-top: 12px;
}

.shadow[b-gm0tnuekdf] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Gentle blurry shadow */
}
/* /Pages/Coin/Components/CreateACoinSearch/CreateSearchResults.razor.rz.scp.css */
.system-results[b-2v9h9wh2kg] {
    padding-top: 30px;
}


.results-header[b-2v9h9wh2kg] {
    display: flex;
    align-items: center;
    position: relative;
}



.system-results-header[b-2v9h9wh2kg] {
    display: flex;
    align-items: center;
    position: relative;
}

.system-results-header h4[b-2v9h9wh2kg] {
    margin: 0;
    flex-shrink: 0;
}

.hr-container[b-2v9h9wh2kg] {
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
}

.hr-container hr[b-2v9h9wh2kg] {
/*    border: 2px solid #000;*/
    flex-grow: 1;
    margin: 0;
}

.toggle-button[b-2v9h9wh2kg] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-left: 5px;
    padding: 0;
    position: relative;
}
/* /Pages/Coin/Components/CreateACoinSearch/MatchResult.razor.rz.scp.css */
.bdo-red-button[b-ns9jidhrp4] {
    color: #fff;
    background-color: #e81a3b;
    padding: 8px 24px;
    transition: background 0.2s ease-in;
    font-weight: bold;
    border: none; /* Remove any existing shadow */
}

.bdo-red-button:hover[b-ns9jidhrp4] {
    background-color: #c7152f; /* Slightly darker red */
    color: #fff;
    border: none; /* Remove any existing shadow */
}

.bdo-green-button[b-ns9jidhrp4] {
    color: #fff;
    background-color: green;
    padding: 8px 24px;
    transition: background 0.2s ease-in;
    font-weight: bold;
    border: none; /* Remove any existing shadow */
}

.bdo-green-button:hover[b-ns9jidhrp4] {
    background-color: darkgreen; /* Slightly darker red */
    color: #fff;
    border: none; /* Remove any existing shadow */
}

.shadow[b-ns9jidhrp4] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Gentle blurry shadow */
}

.summary-button-container[b-ns9jidhrp4] {
    display: flex;
    justify-content: flex-end;
}

.button-container[b-ns9jidhrp4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.red[b-ns9jidhrp4] {
    color: red
}

.grey[b-ns9jidhrp4] {
    color: gray;
}
.gold[b-ns9jidhrp4] {
    color: gold;
}

.gray[b-ns9jidhrp4] {
    color: gray;
}
/* /Pages/Coin/Components/CreateACoinSearch/SelectedRecordCard.razor.rz.scp.css */
.selected-records-card[b-wvm2whgslu] {
    margin-top: 10px;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 100px;
}

.btn-container[b-wvm2whgslu] {
    margin-top: 12px;
}

.bdo-red-button[b-wvm2whgslu] {
    color: #fff;
    background-color: #e81a3b;
    padding: 8px 24px;
    transition: background 0.2s ease-in;
    font-weight: bold;
    border: none; /* Remove any existing shadow */
}

.bdo-red-button:hover[b-wvm2whgslu] {
    background-color: #c7152f; /* Slightly darker red */
    color: #fff;
    border: none; /* Remove any existing shadow */
}

.shadow[b-wvm2whgslu] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Gentle blurry shadow */
}

.btn-icon[b-wvm2whgslu] {
    margin-right: 8px; /* Space between icon and text */
}
/* /Pages/Coin/Components/Modals/AgiloftSearchModal.razor.rz.scp.css */
.form-switch[b-rc9stq01ie] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.form-switch-slider[b-rc9stq01ie] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    border-radius: 25px;
    transition: background-color 0.4s;
}

.form-switch-knob[b-rc9stq01ie] {
    position: absolute;
    height: 19px;
    width: 19px;
    background-color: white;
    border-radius: 50%;
    bottom: 3px;
    left: 3px;
    transition: transform 0.4s;
}
/* /Pages/Coin/Components/Modals/CrmSearchModal.razor.rz.scp.css */
.form-switch[b-29q0u5qleq] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.form-switch-slider[b-29q0u5qleq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    border-radius: 25px;
    transition: background-color 0.4s;
}

.form-switch-knob[b-29q0u5qleq] {
    position: absolute;
    height: 19px;
    width: 19px;
    background-color: white;
    border-radius: 50%;
    bottom: 3px;
    left: 3px;
    transition: transform 0.4s;
}
/* /Pages/Coin/Components/Modals/EnsembleSearchModal.razor.rz.scp.css */
.form-switch[b-q4gbr3b3wk] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.form-switch-slider[b-q4gbr3b3wk] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    border-radius: 25px;
    transition: background-color 0.4s;
}

.form-switch-knob[b-q4gbr3b3wk] {
    position: absolute;
    height: 19px;
    width: 19px;
    background-color: white;
    border-radius: 50%;
    bottom: 3px;
    left: 3px;
    transition: transform 0.4s;
}
/* /Pages/Coin/Components/Modals/ErpSearchModal.razor.rz.scp.css */
.form-switch[b-6e3fzc6e9t] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.form-switch-slider[b-6e3fzc6e9t] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    border-radius: 25px;
    transition: background-color 0.4s;
}

.form-switch-knob[b-6e3fzc6e9t] {
    position: absolute;
    height: 19px;
    width: 19px;
    background-color: white;
    border-radius: 50%;
    bottom: 3px;
    left: 3px;
    transition: transform 0.4s;
}
/* /Pages/Coin/Components/Modals/GCMSearchModal.razor.rz.scp.css */
.form-switch[b-pywzi4y034] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.form-switch-slider[b-pywzi4y034] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    border-radius: 25px;
    transition: background-color 0.4s;
}

.form-switch-knob[b-pywzi4y034] {
    position: absolute;
    height: 19px;
    width: 19px;
    background-color: white;
    border-radius: 50%;
    bottom: 3px;
    left: 3px;
    transition: transform 0.4s;
}
/* /Pages/Coin/Components/Modals/PreludeSearchModal.razor.rz.scp.css */
.form-switch[b-7rqmw6lvuo] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.form-switch-slider[b-7rqmw6lvuo] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    border-radius: 25px;
    transition: background-color 0.4s;
}

.form-switch-knob[b-7rqmw6lvuo] {
    position: absolute;
    height: 19px;
    width: 19px;
    background-color: white;
    border-radius: 50%;
    bottom: 3px;
    left: 3px;
    transition: transform 0.4s;
}
/* /Pages/Coin/Components/Modals/SeedGCMModal.razor.rz.scp.css */
.bdo-red-button[b-zzdtqxh9it] {
    color: #fff;
    background-color: #e81a3b;
    padding: 8px 24px;
    transition: background 0.2s ease-in;
    font-weight: bold;
    border: none; /* Remove any existing shadow */
}

    .bdo-red-button:hover[b-zzdtqxh9it] {
        background-color: #c7152f; /* Slightly darker red */
        color: #fff;
        border: none; /* Remove any existing shadow */
    }
/* /Pages/Coin/Components/PrimaryInfo/PrimaryInfo.razor.rz.scp.css */
:root[b-3oqqx4xax7] {
  --dxbl-text-edit-font-size: 0.875rem;
  --dxbl-text-edit-line-height: 1.4285;
  --dxbl-text-edit-bg: #fff;
  --dxbl-text-edit-color: #333333;
  --dxbl-text-edit-padding-x: 0.375rem;
  --dxbl-text-edit-padding-y: 0.25003125rem;
}
.info-body .col[b-3oqqx4xax7] {
  --dxbl-text-edit-padding-x: 0.375rem;
  --dxbl-text-edit-padding-y: 0.25003125rem;
}
.separator[b-3oqqx4xax7] {
  display: flex;
  align-items: center;
  text-align: left;
}
.separator[b-3oqqx4xax7]::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator:not(:empty)[b-3oqqx4xax7]::before {
  margin-right: 0.25em;
}
.separator:not(:empty)[b-3oqqx4xax7]::after {
  margin-left: 0.25em;
}
#primary-info[b-3oqqx4xax7] {
  min-height: 589.75px;
}
#primary-info h3[b-3oqqx4xax7] {
  color: var(--Charcoal, #333);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  height: 40px;
  align-items: center;
  align-self: stretch;
}
#primary-info h4[b-3oqqx4xax7] {
  color: var(--BDO-Colors-Charcoal, #333);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
  letter-spacing: 1px;
  text-transform: uppercase;
}
.info-body .col[b-3oqqx4xax7]  .dxbl-text-edit {
  border-color: #AAAAAA;
}
.info-body .col[b-3oqqx4xax7]  .blazored-typeahead {
  border-radius: 3px;
  border-color: #AAAAAA;
}
.info-body .col[b-3oqqx4xax7]  .blazored-typeahead .blazored-typeahead__input-icon,
.info-body .col[b-3oqqx4xax7]  .blazored-typeahead .blazored-typeahead__clear {
  padding: 0;
}
.info-body .col[b-3oqqx4xax7]  .blazored-typeahead input,
.info-body .col[b-3oqqx4xax7]  .blazored-typeahead .blazored-typeahead__input-mask {
  padding: var(--dxbl-text-edit-padding-y) var(--dxbl-text-edit-padding-x);
}
.info-body .col[b-3oqqx4xax7]  .lookup-control .dxbl-edit-btn-dropdown {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #AAAAAA;
  background-repeat: no-repeat;
}
.info-body .col[b-3oqqx4xax7]  .lookup-control .dxbl-edit-btn-dropdown svg {
  visibility: hidden;
}
.info-body .col[b-3oqqx4xax7]  .lookup-control .btn-search {
  padding: 0;
  margin-left: -30px;
  z-index: 1;
}
.info-body .col[b-3oqqx4xax7]  .btn-search {
  font-size: 16px;
  color: #AAAAAA;
}
.info-body .col[b-3oqqx4xax7]  .dxbl-btn.dxbl-btn-standalone {
  padding: 0;
}
.info-body .col[b-3oqqx4xax7]  .dxbl-checkbox {
  display: flex;
  justify-content: space-between;
}
.info-body .col[b-3oqqx4xax7]  .dxbl-checkbox label .fa-solid {
  margin-right: 5px;
}
.info-body .col[b-3oqqx4xax7]  .year-end .dxbl-edit-btn-dropdown {
  border-left: 0;
}
/* /Pages/Coin/Components/Sources/CrmTab.razor.rz.scp.css */
#crm-tab-info[b-oquwjc07cz] {
  --dxbl-text-edit-padding-x: 0.375rem;
  --dxbl-text-edit-padding-y: 0.25003125rem;
}
button:disabled[b-oquwjc07cz] {
    cursor: not-allowed;
}
.crm-account-info-header[b-oquwjc07cz] {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.crm-account-info-header h5[b-oquwjc07cz] {
  padding-right: 10px;
  margin: 0;
}
.line-after-header[b-oquwjc07cz] {
  background-color: #e2e2e2;
  height: 1px;
  width: 100%;
}
.horizontal-separator[b-oquwjc07cz] {
  position: relative;
}
.horizontal-separator[b-oquwjc07cz]::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}
#crm-tab-info[b-oquwjc07cz]  .lookup-control .dxbl-edit-btn-dropdown {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #AAAAAA;
  background-repeat: no-repeat;
}
#crm-tab-info[b-oquwjc07cz]  .lookup-control .dxbl-edit-btn-dropdown svg {
  visibility: hidden;
}
#crm-tab-info[b-oquwjc07cz]  .lookup-control .btn-search {
  padding: 0;
  margin-left: -30px;
  z-index: 1;
}
#crm-tab-info[b-oquwjc07cz]  .btn-search {
  font-size: 16px;
  color: #AAAAAA;
}
#crm-tab-info[b-oquwjc07cz]  .dxbl-btn.dxbl-btn-standalone {
  padding: 0;
}
#crm-tab-info[b-oquwjc07cz]  .blazored-typeahead {
  border-radius: 3px;
  border-color: #AAAAAA;
}
#crm-tab-info[b-oquwjc07cz]  .blazored-typeahead .blazored-typeahead__input-icon,
#crm-tab-info[b-oquwjc07cz]  .blazored-typeahead .blazored-typeahead__clear {
  padding: 0;
}
#crm-tab-info[b-oquwjc07cz]  .blazored-typeahead input,
#crm-tab-info[b-oquwjc07cz]  .blazored-typeahead .blazored-typeahead__input-mask {
  padding: var(--dxbl-text-edit-padding-y) var(--dxbl-text-edit-padding-x);
}

.no-records-container[b-oquwjc07cz] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f5f5f5; /* Slightly off-gray background */
    color: #6c757d; /* Muted text color */
    text-align: center;
}

.no-records-content[b-oquwjc07cz] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-records-icon[b-oquwjc07cz] {
    position: relative;
    font-size: 64px;
    color: #6c757d; /* Muted icon color */
    margin-bottom: 10px;
}

.no-records-icon .fa-magnifying-glass[b-oquwjc07cz] {
    font-size: 64px;
    color: darkgray;
}

.no-records-x[b-oquwjc07cz] {
    position: absolute;
    top: 43%;
    left: 41%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: darkgray;
    text-shadow: 0 0 2px #AAAAAA, /* Softens the edges */
    0 0 4px #AAAAAA; /* Adds a glow effect for rounded appearance */
    font-family: Arial, sans-serif; /* Ensure a clean font for better results */
}

.no-records-text[b-oquwjc07cz] {
    font-size: 18px;
    font-weight: bold;
}
/* /Pages/Coin/Components/Sources/ErpTab.razor.rz.scp.css */
#erp-tab-info[b-vnvoqcohex] {
  --dxbl-text-edit-padding-x: 0.375rem;
  --dxbl-text-edit-padding-y: 0.25003125rem;
}
button:disabled[b-vnvoqcohex] {
  cursor: not-allowed;
}
.erp-account-info-header[b-vnvoqcohex] {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.erp-account-info-header h5[b-vnvoqcohex] {
  padding-right: 10px;
  margin: 0;
}
.line-after-header[b-vnvoqcohex] {
  background-color: #e2e2e2;
  height: 1px;
  width: 100%;
}
.horizontal-separator[b-vnvoqcohex] {
  position: relative;
}
.horizontal-separator[b-vnvoqcohex]::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}
#erp-tab-info[b-vnvoqcohex]  .lookup-control .dxbl-edit-btn-dropdown {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #AAAAAA;
  background-repeat: no-repeat;
}
#erp-tab-info[b-vnvoqcohex]  .lookup-control .dxbl-edit-btn-dropdown svg {
  visibility: hidden;
}
#erp-tab-info[b-vnvoqcohex]  .lookup-control .btn-search {
  padding: 0;
  margin-left: -30px;
  z-index: 1;
}
#erp-tab-info[b-vnvoqcohex]  .btn-search {
  font-size: 16px;
  color: #AAAAAA;
}
#erp-tab-info[b-vnvoqcohex]  .dxbl-btn.dxbl-btn-standalone {
  padding: 0;
}
#erp-tab-info[b-vnvoqcohex]  .blazored-typeahead {
  border-radius: 3px;
  border-color: #AAAAAA;
}
#erp-tab-info[b-vnvoqcohex]  .blazored-typeahead .blazored-typeahead__input-icon,
#erp-tab-info[b-vnvoqcohex]  .blazored-typeahead .blazored-typeahead__clear {
  padding: 0;
}
#erp-tab-info[b-vnvoqcohex]  .blazored-typeahead input,
#erp-tab-info[b-vnvoqcohex]  .blazored-typeahead .blazored-typeahead__input-mask {
  padding: var(--dxbl-text-edit-padding-y) var(--dxbl-text-edit-padding-x);
}

.no-records-container[b-vnvoqcohex] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f5f5f5; /* Slightly off-gray background */
    color: #6c757d; /* Muted text color */
    text-align: center;
}

.no-records-content[b-vnvoqcohex] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-records-icon[b-vnvoqcohex] {
    position: relative;
    font-size: 64px;
    color: #6c757d; /* Muted icon color */
    margin-bottom: 10px;
}

.no-records-icon .fa-magnifying-glass[b-vnvoqcohex] {
    font-size: 64px;
    color: darkgray;
}

.no-records-x[b-vnvoqcohex] {
    position: absolute;
    top: 43%;
    left: 41%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: darkgray;
    text-shadow: 0 0 2px #AAAAAA, /* Softens the edges */
    0 0 4px #AAAAAA; /* Adds a glow effect for rounded appearance */
    font-family: Arial, sans-serif; /* Ensure a clean font for better results */
}

.no-records-text[b-vnvoqcohex] {
    font-size: 18px;
    font-weight: bold;
}
/* /Pages/Coin/Create.razor.rz.scp.css */
.search-results[b-9rp4nb3aby] {
    /* Optional: Add styling for the search results container */
/*    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f9f9f9;*/
}
/* /Pages/Coin/RecordDetail.razor.rz.scp.css */
.record-detail[b-q3e81346io] {
    min-height: 155px;
}

.red[b-q3e81346io] {
    color: red;
}

.grey[b-q3e81346io] {
    color: lightgrey;
}

.gold[b-q3e81346io] {
    color: gold;
}

.gray[b-q3e81346io] {
    color: gray;
}
/* /Pages/Coin/Search.razor.rz.scp.css */
body[b-j1th6297ei] {
}
/* /Pages/Index.razor.rz.scp.css */
.jwt-block[b-43gn5mze1j] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .jwt-block .token-title[b-43gn5mze1j] {
        font-size: 2em;
        font-weight: 500;
    }
/* /Pages/Search/CoinOpportunitySearch.razor.rz.scp.css */
/* /Pages/Search/CoinRecordSearch.razor.rz.scp.css */
/* /Shared/Layouts/APTLayout.razor.rz.scp.css */
/********* CVI **********/
html[b-6fbu8336un],
body[b-6fbu8336un] {
  font-family: 'Proxima Nova';
  color: #333333;
  font-size: 0.9em;
  height: 100%;
}
input[b-6fbu8336un],
textarea[b-6fbu8336un],
select[b-6fbu8336un] {
  font-weight: normal;
}
body[b-6fbu8336un] {
  background: #fff;
  /* @body-background-img repeat-y top right; */
  position: relative;
  overflow-x: hidden;
}
h1[b-6fbu8336un],
h2[b-6fbu8336un],
h3[b-6fbu8336un],
h4[b-6fbu8336un] {
  font-weight: bold;
  margin-top: 0;
}
h3[b-6fbu8336un] {
  font-size: 1em;
}
h4[b-6fbu8336un],
h5[b-6fbu8336un],
h6[b-6fbu8336un] {
  font-size: 0.9em;
}
h5[b-6fbu8336un],
h6[b-6fbu8336un] {
  font-weight: normal;
}
h1[b-6fbu8336un] {
  font-size: 2.2em;
  color: #ed1a3b;
}
h2[b-6fbu8336un],
h3[b-6fbu8336un] {
  color: #333333;
}
h1[b-6fbu8336un],
h2[b-6fbu8336un] {
  text-transform: uppercase;
}
h1.loading[b-6fbu8336un] {
  font-size: 3em;
}
h2[b-6fbu8336un] {
  font-size: 1.5em;
  margin-bottom: 20px;
}
p[b-6fbu8336un] {
  margin-bottom: 20px;
}
th[b-6fbu8336un] {
  padding-left: 5px;
  padding-right: 5px;
}
img.wrappable[b-6fbu8336un] {
  float: left;
  padding: 3px 3px 0 3px;
}
input.placeholder[b-6fbu8336un] {
  color: #505050;
}
span.placeholder[b-6fbu8336un] {
  color: #6f6f6f;
}
div.search > span.placeholder[b-6fbu8336un] {
  padding-top: 7px;
  margin-left: 3px;
}
tr:nth-child(even)[b-6fbu8336un] {
  background-color: #e7e7e7;
}
button[b-6fbu8336un],
input[type=button][b-6fbu8336un],
input[type=submit][b-6fbu8336un] {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
button > .small[b-6fbu8336un],
input[type=button] > .small[b-6fbu8336un],
input[type=submit] > .small[b-6fbu8336un] {
  min-width: 43px;
}
button > .large[b-6fbu8336un],
input[type=button] > .large[b-6fbu8336un],
input[type=submit] > .large[b-6fbu8336un] {
  min-width: 172px;
}
.no-touch button:disabled:hover[b-6fbu8336un],
.no-touch input[type=button]:disabled:hover[b-6fbu8336un],
.no-touch input[type=submit]:disabled:hover[b-6fbu8336un],
.no-touch button.disable:hover[b-6fbu8336un],
.no-touch input[type=button].disable:hover[b-6fbu8336un],
.no-touch input[type=submit].disable:hover[b-6fbu8336un] {
  background-color: #e7e7e7;
  color: #fff;
}
button:disabled[b-6fbu8336un],
input[type=button]:disabled[b-6fbu8336un],
input[type=submit]:disabled[b-6fbu8336un] {
  background-color: #e7e7e7;
  color: #fff;
}
.no-touch button[disabled]:hover[b-6fbu8336un],
.no-touch button.disable:hover[b-6fbu8336un] {
  background-color: #e7e7e7;
}
.app-shell[b-6fbu8336un] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app-shell .app-content-shell[b-6fbu8336un] {
  padding: 20px;
  flex: 1 0 auto;
}
.app-shell .footer[b-6fbu8336un] {
  background-color: #313131;
  color: #e7e7e7;
  font-size: 0.8rem;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#applicationHost[b-6fbu8336un] {
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0 0 85px;
}
a[b-6fbu8336un],
a:visited[b-6fbu8336un] {
  color: #000;
  text-decoration: underline;
}
a:hover[b-6fbu8336un] {
  color: #ed1a3b;
}
/* *****************  START HEADER STYLE ************************/
header[b-6fbu8336un] {
  background-color: #ed1a3b;
  text-align: center;
}
header #busyindicator[b-6fbu8336un] {
  display: none;
}
header a.logout[b-6fbu8336un],
header a.logout:visited[b-6fbu8336un] {
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
  float: right;
  margin-top: -5px;
}
header a.logout:hover[b-6fbu8336un] {
  text-decoration: underline;
  color: #6f6f6f;
}
header p.user-name[b-6fbu8336un] {
  font-size: 0.9em;
  vertical-align: bottom;
  margin: 0;
}
header p.user-name[b-6fbu8336un],
header p.user-name a[b-6fbu8336un],
header p.user-name a:visited[b-6fbu8336un] {
  text-decoration: none;
}
header .toolbar[b-6fbu8336un] {
  height: 44px;
  /*background-color: @background-dark;*/
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
header .toolbar .inner[b-6fbu8336un] {
  margin: 0 15px;
  text-align: right;
  position: relative;
  top: 40%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}
header .toolbar .inner a.admin[b-6fbu8336un] {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
header .toolbar .inner a.admin:hover[b-6fbu8336un] {
  color: #6f6f6f;
}
header .country[b-6fbu8336un] {
  text-transform: uppercase;
  color: #ed1a3b;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin-top: 15px;
  font-family: Arial;
  letter-spacing: 1px;
}
header .country span[b-6fbu8336un] {
  letter-spacing: 0;
}
header .menubar[b-6fbu8336un] {
  margin: 0 30px;
  text-align: left;
  height: 66px;
  vertical-align: middle;
}
header .menubar > .logo[b-6fbu8336un] {
  margin-top: 14px;
}
header .menubar > .logo[b-6fbu8336un],
header .menubar > .logo object[b-6fbu8336un],
header .menubar > .logo img[b-6fbu8336un] {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  height: 38px;
  overflow: hidden;
}
header .menubar > a.logo[b-6fbu8336un] {
  padding: 0;
  border-collapse: collapse;
  margin-left: 0;
  margin-top: 0;
  border: 0 none;
  height: auto;
  width: auto;
  text-decoration: none;
}
header .menubar > a.logo > img[b-6fbu8336un] {
  margin: 0;
  border: 0 none;
  border-collapse: collapse;
  padding: 0;
}
header .menubar > h1[b-6fbu8336un] {
  height: 100%;
  display: inline-block;
  margin: 0 35px 0 0;
  padding: 0;
  vertical-align: middle;
  color: #333333;
}
header .menubar .preloader[b-6fbu8336un] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
header .menubar > nav.breadcrumb > ul > li[b-6fbu8336un] {
  background-color: #505050;
}
header .menubar > nav.breadcrumb > ul > li:hover[b-6fbu8336un] {
  background-color: #f2f2f2;
}
header .menubar > nav.breadcrumb > ul > li:hover > a[b-6fbu8336un] {
  color: #fff;
}
header .menubar > nav.breadcrumb > ul > li.route-active[b-6fbu8336un] {
  background-color: #f2f2f2;
}
header .menubar > nav[b-6fbu8336un] {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
header .menubar > nav ul[b-6fbu8336un] {
  margin: 0;
  padding-left: 0;
  height: 66px;
  display: inline-block;
}
header .menubar > nav ul > li[b-6fbu8336un] {
  display: block;
  float: left;
  min-width: 105px;
  padding: 0;
  margin: 0;
  /*height: 20px;*/
  /*padding-top: 2px;*/
  text-align: center;
  font-weight: bold;
  height: 100%;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  border-collapse: collapse;
}
header .menubar > nav ul > li > a[b-6fbu8336un] {
  outline: 0;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  display: table;
}
header .menubar > nav ul > li > a > span[b-6fbu8336un] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
header .menubar > nav ul > li:last-child[b-6fbu8336un] {
  border-right: 1px solid #e0e0e0;
}
header .menubar > nav ul > li:hover[b-6fbu8336un],
header .menubar > nav ul > li.route-active[b-6fbu8336un],
header .menubar > nav ul li.active[b-6fbu8336un] {
  color: #505050;
  background-color: #f2f2f2;
}
header .menubar > nav ul > li:hover > a[b-6fbu8336un],
header .menubar > nav ul > li.route-active > a[b-6fbu8336un],
header .menubar > nav ul li.active > a[b-6fbu8336un] {
  color: #505050;
}
header .menubar > nav ul > li > a[b-6fbu8336un],
header .menubar > nav ul > li > a:visited[b-6fbu8336un] {
  text-decoration: none;
}
header .menubar > nav.breadcrumb ul > li[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li[b-6fbu8336un] {
  background-color: #fff;
  border: 1px solid #505050;
}
header .menubar > nav.breadcrumb ul > li[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li[b-6fbu8336un],
header .menubar > nav.breadcrumb ul > li a[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li a[b-6fbu8336un],
header .menubar > nav.breadcrumb ul > li a:visited[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li a:visited[b-6fbu8336un] {
  color: #505050;
}
header .menubar > nav.breadcrumb ul > li.active[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li.active[b-6fbu8336un],
header .menubar > nav.breadcrumb ul > li.route-active[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li.route-active[b-6fbu8336un] {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
header .menubar > nav.breadcrumb ul > li.active a[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li.active a[b-6fbu8336un] {
  color: #fff;
}
header .menubar > nav.breadcrumb ul > li:hover[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li:hover[b-6fbu8336un] {
  border: 1px solid #f2f2f2;
}
header .menubar > nav.breadcrumb ul > li:hover a[b-6fbu8336un],
header .menubar > nav.breadcrumb ol > li:hover a[b-6fbu8336un] {
  color: #fff;
}
.header-main-nav[b-6fbu8336un] {
  display: flex;
  flex-direction: column;
}
.header-shell[b-6fbu8336un] {
  height: 65px;
  background-color: #ed1a3b;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.header-shell .app-title[b-6fbu8336un] {
  margin-left: 15px;
}
.header-shell .app-title span[b-6fbu8336un] {
  font-weight: 600;
  font-size: 1.75em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.header-shell .toolbar[b-6fbu8336un] {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.header-shell .toolbar a[b-6fbu8336un] {
  color: white;
  cursor: pointer;
}
.header-shell .toolbar a:hover[b-6fbu8336un] {
  text-decoration: none;
  color: #f2f2f2;
}
.header-shell .toolbar .name[b-6fbu8336un] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.9em;
  flex: 1;
  margin-top: 1px;
}
.header-shell .toolbar .name .logout[b-6fbu8336un] {
  line-height: 1;
  flex: 1;
}
.header-shell .toolbar .help[b-6fbu8336un] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* *****************  END HEADER STYLE ************************/
/* *****************  START FOOTER STYLE ************************/
.footer-shell[b-6fbu8336un] {
  background-color: #ed1a3b;
  color: #fff;
  font-size: 0.8rem;
  height: 30px;
  text-align: center;
  position: absolute !important;
  bottom: 0 !important;
  width: 100%;
  line-height: 30px;
  /* Vertically center the text there */
}
.footer[b-6fbu8336un]:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -126px;
  display: block;
  width: 17px;
  height: 115px;
  /*background: @footer-background-img no-repeat bottom;*/
  /*margin-top: -10px;*/
}
.footer[b-6fbu8336un] {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
  padding-bottom: 0;
  height: 85px;
  vertical-align: bottom;
  clear: both;
  border-collapse: collapse;
  overflow: hidden;
}
.footer > p[b-6fbu8336un] {
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: #313131;
  color: #e7e7e7;
  display: block;
  height: 30px;
  width: 100%;
  padding-top: 8px;
  text-align: center;
}
/* *****************  START FOOTER STYLE ************************/
/* /Shared/Layouts/APTNavMenu.razor.rz.scp.css */
/* *****************  START NAVIGATION STYLE ************************/
.main-nav-shell[b-x331n1g75q] {
  background-color: #ed1a3b !important;
  height: 44px;
  color: #fff;
}
.main-nav-shell nav.navbar[b-x331n1g75q] {
  height: 44px;
  padding-bottom: 0;
  margin: 5px;
}
.main-nav-shell nav.navbar ul[b-x331n1g75q] {
  border-top-width: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 0px;
  background-color: #ed1a3b !important;
}
.main-nav-shell nav.navbar ul li[b-x331n1g75q] {
  border-color: #fff;
  border-style: solid;
  border-width: thin;
  margin: 5px;
}
.main-nav-shell nav.navbar ul a[b-x331n1g75q] {
  height: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
}
.main-nav-shell nav.navbar ul a span[b-x331n1g75q] {
  color: #fff !important;
  background-color: #ed1a3b !important;
}
.main-nav-shell nav.navbar ul a.active span[b-x331n1g75q] {
  font-weight: 700;
}
.main-nav-shell nav.navbar .dropdown-menu[b-x331n1g75q] {
  border-top-width: 0;
  border-radius: 0;
  margin-top: 1px;
  padding: 0px;
  background-color: #ed1a3b;
  justify-content: right;
  align-items: center;
}
.main-nav-shell nav.navbar .dropdown-menu li[b-x331n1g75q] {
  height: 44px;
  background-color: #ed1a3b !important;
}
.main-nav-shell nav.navbar .navbar-brand[b-x331n1g75q] {
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.main-nav-shell nav.navbar .navbar-brand .logo[b-x331n1g75q] {
  margin-right: 15px;
}
.main-nav-shell nav.navbar .navbar-brand .logo img[b-x331n1g75q] {
  width: 100px;
  height: 38px;
  height: auto;
  cursor: pointer;
  outline: none !important;
  border: 0 !important;
}
.main-nav-shell nav.navbar .navbar-brand .country[b-x331n1g75q] {
  text-transform: uppercase;
  color: #ed1a3b;
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
}
.main-nav-shell nav.navbar div.navbar-collapse[b-x331n1g75q] {
  /*ul.navbar-nav {
            background-color: @nav-background;
            //display: flex;
            //flex-direction: row;
            border-top-width: 0;
            border-radius: 0;
            margin-top: 0;
            padding: 0px;
            position: static;
            background-color: @red;

            a {
                height: 100%;
                display: flex;
                justify-content: right;
                align-items: center;*/
  /*text-transform: uppercase;
                    font-weight: bold;*/
  /*background-color: none;
                padding: 0 10px;
                text-decoration: none;
                color: @white;

                &:hover {
                    background-color: @red;
                }
            }*/
  /*.dropdown {
                display: block;*/
  /* height: 100%;*/
  /*position: relative;*/
  /*&:hover {
                    .dropdown-toggle {
                        background-color: @red;
                    }
                }

                .dropdown-menu {
                    border-top-width: 0;
                    border-radius: 0;
                    margin-top: 0;
                    padding: 0px;
                    position: static;
                    background-color: @red;

                    li {
                        height: 44px;
                        font-size: .9rem !important;
                        background-color: @red;
                        margin: 1px;
                    }
                }
            }*/
  /*li {
                height: @nav-height;
                cursor: pointer;
                //border-left: 1px solid #e0e0e0;
                //border-right: none;
                background-color: none;
                border-color: white;
                border-style: solid;
                border-spacing: 5px;
                border-width: thin;
                margin: 5px;


                &:last-child {
                    //border-right: 1px solid #e0e0e0;
                }

                &.active > a, &.active > div > a {
                    background-color: #F2F2F2;
                    font-weight: 800;
                    font-size: large;
                }

                a {
                    height: 100%;
                    display: flex;
                    justify-content: right;
                    align-items: center;*/
  /*text-transform: uppercase;
                    font-weight: bold;*/
  /*background-color: none;
                    padding: 0 10px;
                    text-decoration: none;
                    color: @white;

                    &:hover {
                        background-color: @red;
                    }
                }
            }*/
  /*}*/
}
.main-nav-shell .main-nav[b-x331n1g75q] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
.main-nav-shell .main-nav *:active[b-x331n1g75q],
.main-nav-shell .main-nav *:focus[b-x331n1g75q] {
  outline: none !important;
}
.main-nav-shell .main-nav div:not(:last-child)[b-x331n1g75q] {
  margin-right: 10px;
}
/* *****************  END NAVIGATION STYLE ************************/
/* /Shared/Layouts/CoinLayout.razor.rz.scp.css */
.main-container[b-sb61952vbw] {
  min-height: 100vh;
}
.content[b-sb61952vbw] {
  margin-top: 55px;
}
/********* CVI **********/
html[b-sb61952vbw],
body[b-sb61952vbw] {
  font-family: 'Arial';
  color: #333333;
  font-size: 0.9em;
  height: 100%;
}
input[b-sb61952vbw],
textarea[b-sb61952vbw],
select[b-sb61952vbw] {
  font-weight: normal;
}
body[b-sb61952vbw] {
  background: #fff;
  /* @body-background-img repeat-y top right; */
  position: relative;
  overflow-x: hidden;
}
h1[b-sb61952vbw],
h2[b-sb61952vbw],
h3[b-sb61952vbw],
h4[b-sb61952vbw] {
  font-weight: bold;
  margin-top: 0;
}
h3[b-sb61952vbw] {
  font-size: 1em;
}
h4[b-sb61952vbw],
h5[b-sb61952vbw],
h6[b-sb61952vbw] {
  font-size: 0.9em;
}
h5[b-sb61952vbw],
h6[b-sb61952vbw] {
  font-weight: normal;
}
h1[b-sb61952vbw] {
  font-size: 2.2em;
  color: #ed1a3b;
}
h2[b-sb61952vbw],
h3[b-sb61952vbw] {
  color: #333333;
}
h1[b-sb61952vbw],
h2[b-sb61952vbw] {
  text-transform: uppercase;
}
h1.loading[b-sb61952vbw] {
  font-size: 3em;
}
h2[b-sb61952vbw] {
  font-size: 1.5em;
  margin-bottom: 20px;
}
p[b-sb61952vbw] {
  margin-bottom: 20px;
}
th[b-sb61952vbw] {
  padding-left: 5px;
  padding-right: 5px;
}
img.wrappable[b-sb61952vbw] {
  float: left;
  padding: 3px 3px 0 3px;
}
input.placeholder[b-sb61952vbw] {
  color: #505050;
}
span.placeholder[b-sb61952vbw] {
  color: #6f6f6f;
}
div.search > span.placeholder[b-sb61952vbw] {
  padding-top: 7px;
  margin-left: 3px;
}
tr:nth-child(even)[b-sb61952vbw] {
  background-color: #e7e7e7;
}
button[b-sb61952vbw],
input[type=button][b-sb61952vbw],
input[type=submit][b-sb61952vbw] {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
button > .small[b-sb61952vbw],
input[type=button] > .small[b-sb61952vbw],
input[type=submit] > .small[b-sb61952vbw] {
  min-width: 43px;
}
button > .large[b-sb61952vbw],
input[type=button] > .large[b-sb61952vbw],
input[type=submit] > .large[b-sb61952vbw] {
  min-width: 172px;
}
.no-touch button:disabled:hover[b-sb61952vbw],
.no-touch input[type=button]:disabled:hover[b-sb61952vbw],
.no-touch input[type=submit]:disabled:hover[b-sb61952vbw],
.no-touch button.disable:hover[b-sb61952vbw],
.no-touch input[type=button].disable:hover[b-sb61952vbw],
.no-touch input[type=submit].disable:hover[b-sb61952vbw] {
  background-color: #e7e7e7;
  color: #fff;
}
button:disabled[b-sb61952vbw],
input[type=button]:disabled[b-sb61952vbw],
input[type=submit]:disabled[b-sb61952vbw] {
  background-color: #e7e7e7;
  color: #fff;
}
.no-touch button[disabled]:hover[b-sb61952vbw],
.no-touch button.disable:hover[b-sb61952vbw] {
  background-color: #e7e7e7;
}
.app-shell[b-sb61952vbw] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app-shell .app-content-shell[b-sb61952vbw] {
  padding: 20px;
  flex: 1 0 auto;
}
.app-shell .footer[b-sb61952vbw] {
  background-color: #313131;
  color: #e7e7e7;
  font-size: 0.8rem;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#applicationHost[b-sb61952vbw] {
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0 0 85px;
}
a[b-sb61952vbw],
a:visited[b-sb61952vbw] {
  color: #000;
  text-decoration: underline;
}
a:hover[b-sb61952vbw] {
  color: #ed1a3b;
}
/* *****************  START HEADER STYLE ************************/
header[b-sb61952vbw] {
  background-color: #ed1a3b;
  text-align: center;
}
header #busyindicator[b-sb61952vbw] {
  display: none;
}
header a.logout[b-sb61952vbw],
header a.logout:visited[b-sb61952vbw] {
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
  float: right;
  margin-top: -5px;
}
header a.logout:hover[b-sb61952vbw] {
  text-decoration: underline;
  color: #6f6f6f;
}
header p.user-name[b-sb61952vbw] {
  font-size: 0.9em;
  vertical-align: bottom;
  margin: 0;
}
header p.user-name[b-sb61952vbw],
header p.user-name a[b-sb61952vbw],
header p.user-name a:visited[b-sb61952vbw] {
  text-decoration: none;
}
header .toolbar[b-sb61952vbw] {
  height: 44px;
  background-color: #313131;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
header .toolbar .inner[b-sb61952vbw] {
  margin: 0 15px;
  text-align: right;
  position: relative;
  top: 40%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}
header .toolbar .inner a.admin[b-sb61952vbw] {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
header .toolbar .inner a.admin:hover[b-sb61952vbw] {
  color: #6f6f6f;
}
header .country[b-sb61952vbw] {
  text-transform: uppercase;
  color: #ed1a3b;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin-top: 15px;
  font-family: Arial;
  letter-spacing: 1px;
}
header .country span[b-sb61952vbw] {
  letter-spacing: 0;
}
header .menubar[b-sb61952vbw] {
  margin: 0 30px;
  text-align: left;
  height: 66px;
  vertical-align: middle;
}
header .menubar > .logo[b-sb61952vbw] {
  margin-top: 14px;
}
header .menubar > .logo[b-sb61952vbw],
header .menubar > .logo object[b-sb61952vbw],
header .menubar > .logo img[b-sb61952vbw] {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  height: 38px;
  overflow: hidden;
}
header .menubar > a.logo[b-sb61952vbw] {
  padding: 0;
  border-collapse: collapse;
  margin-left: 0;
  margin-top: 0;
  border: 0 none;
  height: auto;
  width: auto;
  text-decoration: none;
}
header .menubar > a.logo > img[b-sb61952vbw] {
  margin: 0;
  border: 0 none;
  border-collapse: collapse;
  padding: 0;
}
header .menubar > h1[b-sb61952vbw] {
  height: 100%;
  display: inline-block;
  margin: 0 35px 0 0;
  padding: 0;
  vertical-align: middle;
  color: #333333;
}
header .menubar .preloader[b-sb61952vbw] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
header .menubar > nav.breadcrumb > ul > li[b-sb61952vbw] {
  background-color: #505050;
}
header .menubar > nav.breadcrumb > ul > li:hover[b-sb61952vbw] {
  background-color: #f2f2f2;
}
header .menubar > nav.breadcrumb > ul > li:hover > a[b-sb61952vbw] {
  color: #fff;
}
header .menubar > nav.breadcrumb > ul > li.route-active[b-sb61952vbw] {
  background-color: #f2f2f2;
}
header .menubar > nav[b-sb61952vbw] {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
header .menubar > nav ul[b-sb61952vbw] {
  margin: 0;
  padding-left: 0;
  height: 66px;
  display: inline-block;
}
header .menubar > nav ul > li[b-sb61952vbw] {
  display: block;
  float: left;
  min-width: 105px;
  padding: 0;
  margin: 0;
  /*height: 20px;*/
  /*padding-top: 2px;*/
  text-align: center;
  font-weight: bold;
  height: 100%;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  border-collapse: collapse;
}
header .menubar > nav ul > li > a[b-sb61952vbw] {
  outline: 0;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  display: table;
}
header .menubar > nav ul > li > a > span[b-sb61952vbw] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
header .menubar > nav ul > li:last-child[b-sb61952vbw] {
  border-right: 1px solid #e0e0e0;
}
header .menubar > nav ul > li:hover[b-sb61952vbw],
header .menubar > nav ul > li.route-active[b-sb61952vbw],
header .menubar > nav ul li.active[b-sb61952vbw] {
  color: #505050;
  background-color: #f2f2f2;
}
header .menubar > nav ul > li:hover > a[b-sb61952vbw],
header .menubar > nav ul > li.route-active > a[b-sb61952vbw],
header .menubar > nav ul li.active > a[b-sb61952vbw] {
  color: #505050;
}
header .menubar > nav ul > li > a[b-sb61952vbw],
header .menubar > nav ul > li > a:visited[b-sb61952vbw] {
  text-decoration: none;
}
header .menubar > nav.breadcrumb ul > li[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li[b-sb61952vbw] {
  background-color: #fff;
  border: 1px solid #505050;
}
header .menubar > nav.breadcrumb ul > li[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li[b-sb61952vbw],
header .menubar > nav.breadcrumb ul > li a[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li a[b-sb61952vbw],
header .menubar > nav.breadcrumb ul > li a:visited[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li a:visited[b-sb61952vbw] {
  color: #505050;
}
header .menubar > nav.breadcrumb ul > li.active[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li.active[b-sb61952vbw],
header .menubar > nav.breadcrumb ul > li.route-active[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li.route-active[b-sb61952vbw] {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
header .menubar > nav.breadcrumb ul > li.active a[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li.active a[b-sb61952vbw] {
  color: #fff;
}
header .menubar > nav.breadcrumb ul > li:hover[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li:hover[b-sb61952vbw] {
  border: 1px solid #f2f2f2;
}
header .menubar > nav.breadcrumb ul > li:hover a[b-sb61952vbw],
header .menubar > nav.breadcrumb ol > li:hover a[b-sb61952vbw] {
  color: #fff;
}
.header-shell[b-sb61952vbw] {
  height: 44px;
  background-color: #313131;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.header-shell .app-title[b-sb61952vbw] {
  margin-left: 7px;
}
.header-shell .app-title span[b-sb61952vbw] {
  font-weight: 600;
  font-size: 2em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.header-shell .toolbar[b-sb61952vbw] {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-right: 10px;
}
.header-shell .toolbar a[b-sb61952vbw] {
  color: white;
  cursor: pointer;
}
.header-shell .toolbar a:hover[b-sb61952vbw] {
  text-decoration: none;
  color: #f2f2f2;
}
.header-shell .toolbar .name[b-sb61952vbw] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.9em;
  flex: 1;
  margin-top: 1px;
}
.header-shell .toolbar .name .logout[b-sb61952vbw] {
  line-height: 1;
  flex: 1;
}
.header-shell .toolbar .help[b-sb61952vbw] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* *****************  END HEADER STYLE ************************/
/* *****************  START FOOTER STYLE ************************/
.footer-shell[b-sb61952vbw] {
  background-color: #313131;
  color: #e7e7e7;
  font-size: 0.8rem;
  height: 30px;
  text-align: center;
  bottom: 0 !important;
  width: 100%;
  line-height: 30px;
  /* Vertically center the text there */
}
.footer[b-sb61952vbw] {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
  padding-bottom: 0;
  vertical-align: bottom;
  clear: both;
  border-collapse: collapse;
  overflow: hidden;
}
.footer > p[b-sb61952vbw] {
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: #313131;
  color: #e7e7e7;
  display: block;
  height: 30px;
  width: 100%;
  padding-top: 8px;
  text-align: center;
}
/* *****************  START FOOTER STYLE ************************/
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
/********* CVI **********/
html[b-z44geejtu9],
body[b-z44geejtu9] {
  font-family: 'Proxima Nova';
  color: #333333;
  font-size: 0.9em;
  height: 100%;
}
input[b-z44geejtu9],
textarea[b-z44geejtu9],
select[b-z44geejtu9] {
  font-weight: normal;
}
body[b-z44geejtu9] {
  background: #fff;
  /* @body-background-img repeat-y top right; */
  position: relative;
  overflow-x: hidden;
}
h1[b-z44geejtu9],
h2[b-z44geejtu9],
h3[b-z44geejtu9],
h4[b-z44geejtu9] {
  font-weight: bold;
  margin-top: 0;
}
h3[b-z44geejtu9] {
  font-size: 1em;
}
h4[b-z44geejtu9],
h5[b-z44geejtu9],
h6[b-z44geejtu9] {
  font-size: 0.9em;
}
h5[b-z44geejtu9],
h6[b-z44geejtu9] {
  font-weight: normal;
}
h1[b-z44geejtu9] {
  font-size: 2.2em;
  color: #ed1a3b;
}
h2[b-z44geejtu9],
h3[b-z44geejtu9] {
  color: #333333;
}
h1[b-z44geejtu9],
h2[b-z44geejtu9] {
  text-transform: uppercase;
}
h1.loading[b-z44geejtu9] {
  font-size: 3em;
}
h2[b-z44geejtu9] {
  font-size: 1.5em;
  margin-bottom: 20px;
}
p[b-z44geejtu9] {
  margin-bottom: 20px;
}
th[b-z44geejtu9] {
  padding-left: 5px;
  padding-right: 5px;
}
img.wrappable[b-z44geejtu9] {
  float: left;
  padding: 3px 3px 0 3px;
}
input.placeholder[b-z44geejtu9] {
  color: #505050;
}
span.placeholder[b-z44geejtu9] {
  color: #6f6f6f;
}
div.search > span.placeholder[b-z44geejtu9] {
  padding-top: 7px;
  margin-left: 3px;
}
tr:nth-child(even)[b-z44geejtu9] {
  background-color: #e7e7e7;
}
button[b-z44geejtu9],
input[type=button][b-z44geejtu9],
input[type=submit][b-z44geejtu9] {
  border: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
}
button > .small[b-z44geejtu9],
input[type=button] > .small[b-z44geejtu9],
input[type=submit] > .small[b-z44geejtu9] {
  min-width: 43px;
}
button > .large[b-z44geejtu9],
input[type=button] > .large[b-z44geejtu9],
input[type=submit] > .large[b-z44geejtu9] {
  min-width: 172px;
}
.no-touch button:disabled:hover[b-z44geejtu9],
.no-touch input[type=button]:disabled:hover[b-z44geejtu9],
.no-touch input[type=submit]:disabled:hover[b-z44geejtu9],
.no-touch button.disable:hover[b-z44geejtu9],
.no-touch input[type=button].disable:hover[b-z44geejtu9],
.no-touch input[type=submit].disable:hover[b-z44geejtu9] {
  background-color: #e7e7e7;
  color: #fff;
}
button:disabled[b-z44geejtu9],
input[type=button]:disabled[b-z44geejtu9],
input[type=submit]:disabled[b-z44geejtu9] {
  background-color: #e7e7e7;
  color: #fff;
}
.no-touch button[disabled]:hover[b-z44geejtu9],
.no-touch button.disable:hover[b-z44geejtu9] {
  background-color: #e7e7e7;
}
.app-shell[b-z44geejtu9] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.app-shell .app-content-shell[b-z44geejtu9] {
  padding: 20px;
  flex: 1 0 auto;
}
.app-shell .footer[b-z44geejtu9] {
  background-color: #313131;
  color: #e7e7e7;
  font-size: 0.8rem;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#applicationHost[b-z44geejtu9] {
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0 0 85px;
}
a[b-z44geejtu9],
a:visited[b-z44geejtu9] {
  color: #000;
  text-decoration: underline;
}
a:hover[b-z44geejtu9] {
  color: #ed1a3b;
}
/* *****************  START HEADER STYLE ************************/
header[b-z44geejtu9] {
  background-color: #ed1a3b;
  text-align: center;
}
header #busyindicator[b-z44geejtu9] {
  display: none;
}
header a.logout[b-z44geejtu9],
header a.logout:visited[b-z44geejtu9] {
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
  float: right;
  margin-top: -5px;
}
header a.logout:hover[b-z44geejtu9] {
  text-decoration: underline;
  color: #6f6f6f;
}
header p.user-name[b-z44geejtu9] {
  font-size: 0.9em;
  vertical-align: bottom;
  margin: 0;
}
header p.user-name[b-z44geejtu9],
header p.user-name a[b-z44geejtu9],
header p.user-name a:visited[b-z44geejtu9] {
  text-decoration: none;
}
header .toolbar[b-z44geejtu9] {
  height: 44px;
  background-color: #313131;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
header .toolbar .inner[b-z44geejtu9] {
  margin: 0 15px;
  text-align: right;
  position: relative;
  top: 40%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
}
header .toolbar .inner a.admin[b-z44geejtu9] {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
}
header .toolbar .inner a.admin:hover[b-z44geejtu9] {
  color: #6f6f6f;
}
header .country[b-z44geejtu9] {
  text-transform: uppercase;
  color: #ed1a3b;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin-top: 15px;
  font-family: Arial;
  letter-spacing: 1px;
}
header .country span[b-z44geejtu9] {
  letter-spacing: 0;
}
header .menubar[b-z44geejtu9] {
  margin: 0 30px;
  text-align: left;
  height: 66px;
  vertical-align: middle;
}
header .menubar > .logo[b-z44geejtu9] {
  margin-top: 14px;
}
header .menubar > .logo[b-z44geejtu9],
header .menubar > .logo object[b-z44geejtu9],
header .menubar > .logo img[b-z44geejtu9] {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  height: 38px;
  overflow: hidden;
}
header .menubar > a.logo[b-z44geejtu9] {
  padding: 0;
  border-collapse: collapse;
  margin-left: 0;
  margin-top: 0;
  border: 0 none;
  height: auto;
  width: auto;
  text-decoration: none;
}
header .menubar > a.logo > img[b-z44geejtu9] {
  margin: 0;
  border: 0 none;
  border-collapse: collapse;
  padding: 0;
}
header .menubar > h1[b-z44geejtu9] {
  height: 100%;
  display: inline-block;
  margin: 0 35px 0 0;
  padding: 0;
  vertical-align: middle;
  color: #333333;
}
header .menubar .preloader[b-z44geejtu9] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}
header .menubar > nav.breadcrumb > ul > li[b-z44geejtu9] {
  background-color: #505050;
}
header .menubar > nav.breadcrumb > ul > li:hover[b-z44geejtu9] {
  background-color: #f2f2f2;
}
header .menubar > nav.breadcrumb > ul > li:hover > a[b-z44geejtu9] {
  color: #fff;
}
header .menubar > nav.breadcrumb > ul > li.route-active[b-z44geejtu9] {
  background-color: #f2f2f2;
}
header .menubar > nav[b-z44geejtu9] {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
header .menubar > nav ul[b-z44geejtu9] {
  margin: 0;
  padding-left: 0;
  height: 66px;
  display: inline-block;
}
header .menubar > nav ul > li[b-z44geejtu9] {
  display: block;
  float: left;
  min-width: 105px;
  padding: 0;
  margin: 0;
  /*height: 20px;*/
  /*padding-top: 2px;*/
  text-align: center;
  font-weight: bold;
  height: 100%;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
  border-collapse: collapse;
}
header .menubar > nav ul > li > a[b-z44geejtu9] {
  outline: 0;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  display: table;
}
header .menubar > nav ul > li > a > span[b-z44geejtu9] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
header .menubar > nav ul > li:last-child[b-z44geejtu9] {
  border-right: 1px solid #e0e0e0;
}
header .menubar > nav ul > li:hover[b-z44geejtu9],
header .menubar > nav ul > li.route-active[b-z44geejtu9],
header .menubar > nav ul li.active[b-z44geejtu9] {
  color: #505050;
  background-color: #f2f2f2;
}
header .menubar > nav ul > li:hover > a[b-z44geejtu9],
header .menubar > nav ul > li.route-active > a[b-z44geejtu9],
header .menubar > nav ul li.active > a[b-z44geejtu9] {
  color: #505050;
}
header .menubar > nav ul > li > a[b-z44geejtu9],
header .menubar > nav ul > li > a:visited[b-z44geejtu9] {
  text-decoration: none;
}
header .menubar > nav.breadcrumb ul > li[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li[b-z44geejtu9] {
  background-color: #fff;
  border: 1px solid #505050;
}
header .menubar > nav.breadcrumb ul > li[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li[b-z44geejtu9],
header .menubar > nav.breadcrumb ul > li a[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li a[b-z44geejtu9],
header .menubar > nav.breadcrumb ul > li a:visited[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li a:visited[b-z44geejtu9] {
  color: #505050;
}
header .menubar > nav.breadcrumb ul > li.active[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li.active[b-z44geejtu9],
header .menubar > nav.breadcrumb ul > li.route-active[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li.route-active[b-z44geejtu9] {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}
header .menubar > nav.breadcrumb ul > li.active a[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li.active a[b-z44geejtu9] {
  color: #fff;
}
header .menubar > nav.breadcrumb ul > li:hover[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li:hover[b-z44geejtu9] {
  border: 1px solid #f2f2f2;
}
header .menubar > nav.breadcrumb ul > li:hover a[b-z44geejtu9],
header .menubar > nav.breadcrumb ol > li:hover a[b-z44geejtu9] {
  color: #fff;
}
.header-shell[b-z44geejtu9] {
  height: 44px;
  background-color: #313131;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.header-shell .app-title[b-z44geejtu9] {
  margin-left: 7px;
}
.header-shell .app-title span[b-z44geejtu9] {
  font-weight: 600;
  font-size: 2em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.header-shell .toolbar[b-z44geejtu9] {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-right: 10px;
}
.header-shell .toolbar a[b-z44geejtu9] {
  color: white;
  cursor: pointer;
}
.header-shell .toolbar a:hover[b-z44geejtu9] {
  text-decoration: none;
  color: #f2f2f2;
}
.header-shell .toolbar .name[b-z44geejtu9] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.9em;
  flex: 1;
  margin-top: 1px;
}
.header-shell .toolbar .name .logout[b-z44geejtu9] {
  line-height: 1;
  flex: 1;
}
.header-shell .toolbar .help[b-z44geejtu9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* *****************  END HEADER STYLE ************************/
/* *****************  START GLOBAL BODY STYLE ************************/
.main-container[b-z44geejtu9] {
  min-height: 100vh;
}
.content[b-z44geejtu9] {
  margin-top: 55px;
}
/* *****************  START GLOBAL BODY STYLE ************************/
/* *****************  START FOOTER STYLE ************************/
.footer-shell[b-z44geejtu9] {
  background-color: #313131;
  color: #e7e7e7;
  font-size: 0.8rem;
  height: 30px;
  text-align: center;
  bottom: 0 !important;
  width: 100%;
  line-height: 30px;
  /* Vertically center the text there */
}
.footer[b-z44geejtu9] {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
  padding-bottom: 0;
  vertical-align: bottom;
  clear: both;
  border-collapse: collapse;
  overflow: hidden;
}
.footer > p[b-z44geejtu9] {
  /*position: absolute;*/
  bottom: 0;
  margin: 0;
  background-color: #313131;
  color: #e7e7e7;
  display: block;
  height: 30px;
  width: 100%;
  padding-top: 8px;
  text-align: center;
}
/* *****************  START FOOTER STYLE ************************/
/* /Shared/Layouts/NavMenu.razor.rz.scp.css */
/* *****************  START NAVIGATION STYLE ************************/
.offcanvas-header[b-tew6jn11am] {
  height: 55px;
}
.logo img[b-tew6jn11am] {
  width: auto;
  height: 24px;
  cursor: pointer;
  outline: none !important;
  border: 0 !important;
}
.other-apps img[b-tew6jn11am] {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
.app-title[b-tew6jn11am] {
  line-height: 24px;
  font-size: 21px;
}
.btn:focus-visible[b-tew6jn11am] {
  outline: auto;
}
.main-nav-shell[b-tew6jn11am] {
  background-color: #fff;
  height: 55px;
}
.main-nav-shell nav.navbar[b-tew6jn11am] {
  height: 55px;
  padding-top: 0;
  padding-bottom: 0;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav[b-tew6jn11am] {
  background-color: #ed1a3b;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav .dropdown[b-tew6jn11am] {
  display: block;
  height: 100%;
  position: relative;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav .dropdown:hover .dropdown-toggle[b-tew6jn11am] {
  background-color: #e6e6e6;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav .dropdown .dropdown-menu[b-tew6jn11am] {
  border-top-width: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 0px;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav .dropdown .dropdown-menu li[b-tew6jn11am] {
  height: 44px;
  font-size: 0.9rem !important;
  border-left-width: 0;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav li[b-tew6jn11am] {
  height: 55px;
  cursor: pointer;
  background-color: none;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav li.active > a[b-tew6jn11am],
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav li.active > div > a[b-tew6jn11am] {
  background-color: #F2F2F2;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav li a[b-tew6jn11am] {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*color: #505050;*/
  text-transform: uppercase;
  font-weight: bold;
  background-color: none;
  padding: 0 10px;
  text-decoration: none;
}
.main-nav-shell nav.navbar div.navbar-collapse ul.navbar-nav li a:hover[b-tew6jn11am] {
  background-color: #e6e6e6;
}
.main-nav-shell .main-nav[b-tew6jn11am] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
.main-nav-shell .main-nav div:not(:last-child)[b-tew6jn11am] {
  margin-right: 10px;
}
/* *****************  END NAVIGATION STYLE ************************/
/* /Shared/LoginDisplay.razor.rz.scp.css */
 a[b-1a57v4oegp], button[b-1a57v4oegp] {
    color: white !important;
    cursor: pointer;
}
