

/* GENERAL */
#liquid_form div.notifications {
    display: none !important;
}


/* T&C */
div.instructions > div > ul {
    margin-left: 20px;
}

legend.section-header h2 {
    display: inline;
    font-weight: normal;
}

.section-header {
    background-clip: border-box;
    background-color: #E0E0E0;
    border-left: 6px solid #000;
    margin-bottom: 23px;
    margin-left: 0px;
    margin-top: 23px;
    padding: 0 0 0 15px;
}

.accept_tc {
    padding-top:1px;
    padding-bottom: 30px;
}

fieldset {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    border: 0 !important;
}


.accept_tc > label > input[type=checkbox] {
    margin-right: 10px;
}


.tc_captcha_label {
    padding-top: 20px;
}

.RadCaptcha input[type=text] {
    margin-top: 5px;
}

.captcha-cell a{
    margin-top: 20px; /* space out the links since they are very tight */
}

/* PROFILE */
.eipr_field_err {
    float: left;
    width: 100%;
    font-size: 19px;
    margin-bottom: 5px;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* #eipr_commlanguage {
    width: 30% !important;
} */

/* #emailaddress1,#crdac_businesslegalname,#eipr_businessoperatingname,#address1_line1,#address1_line2 {
    width: 80% !important;
} */

/* #eipr_country {
    width: 40%;
} */

/* #eipr_province, #eipr_uscountrystate {
    width: 50%;
    text-align: left;
}
#address1_postalcode {
    width: 60%;
    text-align: center;
}
table[data-name='province_postalcode'] td.clearfix:nth-child(2) > div:nth-child(1) {
    width: 110%;
} */

table.section input,
table.section select {
    width: 100%;
}


#sessionExpModal
{
    top: 70px;
    overflow: hidden;
}
#sessionExpModal > div.modal-dialog > div.modal-content
{
    background-color: white;
}
#sessionExpModal > div.modal-dialog > div.modal-content > div.modal-body {
    overflow: visible;
    position: relative;
    padding: 30px;
}

/* 1234 */
/* ACC NUMBERS */
#Subgrid_account_numbers > div > section.modal.modal-form.modal-form-insert,
#Subgrid_account_numbers > div > section.modal.modal-delete,
#Subgrid_Files > div > section.modal.modal-delete
/* #Subgrid_account_numbers section[aria-label^="Delete"],
#Subgrid_account_numbers section[aria-label^="Supprimer"], */
#Subgrid_account_numbers section[class*="modal-error"]
{
    overflow: hidden;
}

#Subgrid_account_numbers > div > section.modal.modal-form.modal-form-insert > div.modal-dialog > div.modal-content,
#Subgrid_account_numbers > div > section.modal.modal-delete > div.modal-dialog > div.modal-content,
#Subgrid_Files > div > section.modal.modal-delete > div.modal-dialog > div.modal-content,
/* #Subgrid_account_numbers section[aria-label^="Delete"] > div.modal-dialog > div.modal-content,
#Subgrid_account_numbers section[aria-label^="Supprimer"] > div.modal-dialog > div.modal-content, */
#Subgrid_account_numbers section[class*="modal-error"] > div.modal-dialog > div.modal-content
{
    background-color: white;
}

#Subgrid_account_numbers > div > section.modal.modal-form.modal-form-insert > div.modal-dialog > div.modal-content > div.modal-body,
#Subgrid_account_numbers section[class*="modal-error"] > div.modal-dialog > div.modal-content > div.modal-body
 {
    overflow: visible;
    position: relative;
    padding: 0px;
}

#Subgrid_account_numbers > div > section.modal.modal-form.modal-form-insert > div.modal-dialog > div.modal-content > div.modal-body > div.form-loading,
#Subgrid_account_numbers section[class*="modal-error"] > div.modal-dialog > div.modal-content > div.modal-body > div.form-loading {
    position: absolute;
    top: 40%;
    left:45%;
}

/* action button for the modal only */
#Subgrid_account_numbers form#content_form > div > div > div.actions {
    padding: 10px 0 0 0;
    margin: 0px;
}
#Subgrid_account_numbers form#content_form > div > div > div > div.tab.cleafix {
    margin: 0px;
}

#Subgrid_account_numbers > div > section.modal.modal-form.modal-form-insert > div.modal-dialog > div.modal-content > div.modal-body iframe:first-of-type
{
    height: 280px;
}


/* for smaller screens like mobile handheld devices */
@media (max-width: 576px) {
 #Subgrid_account_numbers > div > section.modal.modal-form.modal-form-insert > div.modal-dialog > div.modal-content > div.modal-body iframe:first-of-type
 {
    height: 70vh !important;
 }
}
/* re-style the val summary icon */
#ValidationSummaryEntityFormControl_EntityFormView > h2 > span {
    display: none;
}

#Subgrid_account_numbers .view-toolbar.grid-actions.clearfix,
#Subgrid_account_numbers .view-grid,
#Subgrid_account_numbers .view-empty.message {
    width: 100%;
    margin: auto;
}

/* #Subgrid_account_numbers .view-grid button.btn {
    display: none!important;
} */

#Subgrid_account_numbers .view-grid div.dropdown.action ul.dropdown-menu {
    display: block;
    position: relative !important;
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#Subgrid_account_numbers .view-grid td {
    padding-left: 30px;
}

#eipr_isvalid {
    display: none;
}

#error-modal-title {
    font-size: 21px;
}

/*UPLOAD*/
#ModalToShowErrorForFileType > div.modal-dialog {
    top: 75px;
}

#modal-content-new > div.error-modal-footer.modal-footer {
    height: 70px;
}

#file-type {
    padding: 20px;
}


#eipr_eiprportallanguage {
    display: none;
}

/*error summary*/
#ValidationSummaryEntityFormView {
    margin-top: 10px;
}

#grid_docFiles table a span.fa-solid.fa-trash-can {
    padding-left: 60px;
}

.limitWarningNote {
    display: inline-block;
    padding-top:25px;
}

#UpdateButton.submit-btn {
    display: none;
}


.loader_dots {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/dots-loader.gif) no-repeat center;
  }


#Subgrid_Files > div > div.view-grid.table-responsive > table > tbody > tr > td:nth-child(3) {
    padding: 0px;
}

#Subgrid_Files > div > div.view-grid.table-responsive > table > tbody > tr > td:nth-child(1) {
    padding-left: 25px;
}

/*
#Subgrid_Files section[aria-label^="Delete"],
#Subgrid_Files section[aria-label^="Supprimer"] {
    top: 70px;
    overflow: hidden;
}


#Subgrid_Files section[aria-label^="Delete"] > div.modal-dialog > div.modal-content,
#Subgrid_Files section[aria-label^="Supprimer"] > div.modal-dialog > div.modal-content
{
    background-color: white;
}*/

#ModalToShowErrorForFileLimit, #ModalToShowErrorForFileSize{
    padding-top: 185px;
}

.crmEntityFormView .cell div.table-info.required label:after {
    content: ' *';
    color: #A52A2A;
}

/* Submission Step Tabs - WCAG (AA/AAA) Compatibility */

ol.progress li:not(.active) span.number  {
    color:#000;
}

li.list-group-item.active {
    background-color: #1D588C;
}

/* Page Loading */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 1;
}

#loading-overlay.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader-wrapper img {
    max-width: 100px;
    height: auto;
    object-fit: contain;
}

div#instructions {
    text-align: left;
    background-image: linear-gradient(0deg, rgba(200, 198, 196, 0.06), rgba(200, 198, 196, 0.06));
    box-shadow: 0px 0px 10px #000000;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #c8c6c4;
    padding: 15px 15px 15px 15px;
    font-size: 16px;
}

.progress-input {
    width: 100%;
    height: 1.5rem;
    border: none;
    /* color: transparent; */
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    caret-color: transparent;
    pointer-events: none;
    background-color: #212529;
    border-radius: 0.5rem;
    overflow: hidden;
}

.progress-input::before { 
    content: attr(value);
    color: black;
    position: absolute;
    clear: rect(0 0 0 0);
}

@media (min-width: 768px){
    .list-group-item {
        width: 25%;
        word-break: auto-phrase;
    }
}

/* error styling - span validation errors from page validators */
/* .label.label-danger.text-wrap {
    display: inline-block;
    text-transform: lowercase;
} 

.label.label-danger.text-wrap::first-letter {
    text-transform: uppercase;
}  */

/* error styling - link validation errors from page validators */
/* .validation-summary a::first-letter {
    text-transform: uppercase;
}

.validation-summary a {
    display: inline-block;
    text-transform: lowercase;
} */

/* confirm dialog */
div#subConfirmHeader {
    background-color: #fff;
    opacity: 1 !important;
}

.btn-primary:disabled {
    color: #fff !important;
    background-color: #26374a !important;
    opacity: 1 !important;
}

.btn-primary:disabled {
    color: #fff !important;
    background-color: #26374a !important;
    opacity: 1 !important;
}

.btn-default:disabled {
    color: #335075 !important;
    background-color: #eaebed !important;
    opacity: 1 !important;
}

.modal-title-div {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    line-height: 1.2;
}

/* ACE Fixes - August 22, 2025 - Lang page displaying to the left at lower width */
#wb-bnr .row {
    display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

h2 {
    all: unset;
    font-size: 23px !important;
    font-weight: bold !important;
}

/* For larger screens keep your original offset */
@media (min-width: 481px) {
  #Subgrid_account_numbers section[class="modal-error"] {
    top: 70px;
  }
}

/* For small screens, reset it */
@media (max-width: 480px) {
  #Subgrid_account_numbers section[class="modal-error"] {
    top: auto;
    /* or top: 0; depending on desired look */
  }
}