/*************************************/
/* GLOBAL PORTAL CSS VARIABLES */
/*************************************/
/* For the theme colors and fonts */

:root {
    /*Teal*/
    --HPSP-button-main-color: #007680;
    --HPSP-button-font-color: #fff;
    --HPSP-button-main-color-hover: #3d3d3d;
    --HPSP-button-font-color-hover: #3d3d3d;

    /* Teal */
    --HPSP-accordion-border-color: #E0E0E0;
    --HPSP-accordion-background-color: #FCFCFC;
    --HPSP-accordion-background-color-hover: #FFF;

    /* validation red */
    HPSP-invalid-error-color: #d60000;
}

.au-header.au-header {
    border-top-color: #005ea0;
}

.au-header.au-header {
    padding: 24px 0;
    padding: 1.5rem 0;
    border-top: 12px solid #005ea0;
}

.au-header {
    padding: 48px 0;
    padding: 3rem 0;
}

.au-header {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
}

.au-header {
    font-size: 1rem;
    line-height: 1.5;
    padding: 24px 0;
    padding: 1.5rem 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #3d3d3d;
    background: #fff;
}

.au-header__heading {
    font-weight: 700;
    line-height: 2.0;
    font-size: 2rem;
}

/*.au-btn, a.au-btn {
    background-color: #006FB0 !important;
    border: 3px solid #006FB0 !important;
}
*/
.btn-primary {
    color: #fff;
    background-color: #006FB0 !important;
}

.btn-transparent {
    color: #006fb0;
    background-color: transparent !important;
    border-color: #006fb0;

}

.btn-transparent:hover {
    color: #3d3d3d !important;
    background-color: #f1f1f1;
    border-color: #006fb0;
}

.btn-transparent:active {
    background-color: transparent !important;
    border-color: #006fb0;
}

.btn-transparent:focus {
    background-color: transparent !important;
    border-color: #006fb0;
}

.callout {
    border-left: 4px solid #1A8A96;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: #F1F1F1;
}

.callout>p {
    margin-bottom: 0px;
    padding: 12px;
}

.callout-container {
    display: flex;
    flex-direction: column;
    padding: 20px 26px 22px 29px;
    justify-content: center;
    align-items: center;
    Gap: 10px;
    display: flex;
    width: 690px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    color: #313131;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.304px;
}

.header1 {
    color: var(--colours-charcoal-1, #313131);
    /* H3 Semi bold 28 */
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
.h1 {
    font-size: 32px;
    font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 1px;
    margin-bottom: 15px;
    margin-left: 0px;
}

/* updates * from mandatory field to show text Mandatory */
.crmEntityFormView .cell div.info.required label:after {
    content: ' (mandatory)';
    color: red;
    font-weight: 400;
}

input[type=radio]+label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    z-index: 100;
    left: -23px;
    top: -5px;
    border: 3px solid transparent;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50%
}

input[type=radio]:checked+label:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    z-index: 100;
    left: -23px;
    top: -5px;
    border: 3px solid transparent;
    background-repeat: no-repeat;
    display: block;
    border-radius: 50%
}

input[type=radio]:disabled+label,
input[type=radio]:checked:disabled+label {
    color: grey
}

.common-link-button {
    background: none;
    border: none;
    padding: 0;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #006FB0;
    margin-bottom: 0.5em;
    margin-right: 1em !important;
}

.common-link-button:hover {
    font-weight: bolder;
}

.back-button {
    font-weight: 700;
}

.au-text-input {
    max-width: 100% !important;

}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #c71c22 !important;
}

/**********************************************/
styles for the MultiForm Step Progress Bar */ *********************************************/ .multi-progress-bar {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: #F3F3F3 1px solid;
}

ol.progress.left {
    margin: 0;
    padding: 0;
}

.multi-progress-bar li {
    padding: 0;
    margin: 0;
    height: 4.5em;
}


.multi-progress-bar li.current {
    background-color: rgba(0, 118, 128, 0.1);
    color: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.multi-progress-bar span {
    color: #darkgray;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.multi-progress-bar div.pg-tab {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 1em;
    height: 100%;
}

.multi-progress-bar div.current {
    border-left: #007680 5px solid;
}

div.pg-header {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
    margin: 0.25em 0.5em;
}

div.pg-tab>img {
    height: 1.2em;
    width: 1.2em;
}

.pg-tab:hover {
    background-color: rgba(0, 118, 128, 0.05);
}

.multi-progress-bar div.pg-tab-title {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0.25em;
}

span.pg-header-title {
    font-size: 1.3em;
    font-weight: 700;
    color: #222;
}

span.pg-tab-heading {
    font-weight: 500;
}

span.pg-tab-status {
    font-size: 0.95em;
    font-color: gray;
}

.au-control-input {
    padding-left: 1.3rem;
    padding-right: 1rem;
    font-weight: normal;
}

.html-required::after {
    content: "(mandatory)";
    color: red;
    font-weight: 400;
}

/*table {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
tbody {
  display: flex;
  width: 800px;
  position: relative;
  align-items: stretch;
  border: 1px solid black;

}
tr {
  flex-basis: 33.33333333%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 5px 10px;
}
tr + tr {
  border-left: 1px solid black;
}
th, td {
  flex-basis: 100%;
  text-align: left;
  display: flex;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
th {
  font-weight: bold;
}
*/
/**********************************************/
/* styles for the contact card (quick view) */
/**********************************************/
.crm-card {
    background: #F0F3F5;
    padding: 1em;
    margin-top: 1em;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;

}

.crm-card-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: left;
    gap: 5em;
}

.crm-card-col {
    flex-grow: 1;
}

.col-section {
    margin-left: 1em;
}

.crm-card-col>h2 {
    font-weight: 500;
    font-size: 1.2em;
}

.crm-card-field {
    margin-top: 1em;
}

.crm-card-field>h3 {
    font-size: 0.9em;
    margin: 0;
}

.crm-card-field>label {
    color: #737373;
    font-size: 0.8em;
}

.crm-card-footer {
    margin-top: 1.5em;
    padding-top: 0.5em;
    color: #737373;
    font-size: 0.9em;
    border-top: #A0A0A0 solid 1px;
}

.numbersOnly::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*******************************************/
/* Document upload styles                  */
/*******************************************/

.field-label .document-upload-label {
    font-weight: normal !important;
}

.field-label .document-upload-required {
    color: red;
    font-weight: bold;
}

.add-folder {
    display: none;
}