
:root {
    --scpFileVersion: '2025.07.11';
}

/*loading frame after button click on webform and entityForms - START*/
.submitting-frame {
    position: fixed;
    background-color: rgba(0, 0, 0);
    padding-top: calc(50% - 150px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
}
.submitting-spinner {
    position: relative;
    text-align: center;
    color: #fff;
}

:root {
    --portalThemeColor9: #43631C;
    --scpDarkGreen: #004d44;
    /*--scpLightGreen: #006658;*/
    --scpColorWhite: #FFFFFF;
    --scpAlertInfoBorder: #8A7742;
    --scpCardHover: #fffbf2;
    --scpPearlFooter: #f6f4ef;
    --scpGoldSeparatorFooter: #a39161;
    --scpYellowFocus: #ffdd00;
    --scpBlackText: #0b0c0c;
    --scpLightGrayPanel: #F7F7F8;
    --scpGrayBorder: #babec4;
    --scpAlertPrimaryBorder: #008971;
    --scpPrimaryBGColor: #f0fff7;    
    --scpGreyTextColor: #51555e;
    --scpLightGrayBorder: #b1b4b6;
    --scpDisabledColor: #A1A6AF;
    --scpButtonPrimaryHover: #003630;
    --scpGreyLight: #D8DADF;
    --scpButtonPrimaryDisabledBorder: #252526;
    --scpRedErrorColor: #d4351c;
    --scpLink: #2c55a2;
    --scpLinkHover: #15387C;
    --scpLinkFocus: #0b0c0c;
    --scpLinkVisited: #4C2C92;
    --scpHintText: #686D78;
    --scpPopoverBorder: #8A8A8A;
    --scpProgressActiveOutline: #ccdbda;


    /* ALERTS START */
    --scpAlertSuccessBorderColor: #93e891;
    --scpAlertSuccessBGColor: #F4FFF1;
    --scpAlertSuccessColor: #00703c;

    --scpAlertInfoBorderColor: #B6D6FB;
    --scpAlertInfoBGColor: #F2F9FF;
    --scpAlertInfoColor: #2C55A2;
    
    --scpAlertWarningBorderColor: #FFFAC4;
    --scpAlertWarningBGColor: #FFFCEB;
    --scpAlertWarningColor: #99681F;
    
    --scpAlertErrorBorderColor: #FAAFA3;
    --scpAlertErrorBGColor: #FFF4F2;
    --scpAlertErrorColor: #9A1A04;
    /* ALERTS END */

    /* BADGES START */
    --scpBadgeDefaultBGColor: #2C55A2;
    --scpBadgeDefaultColor: #FFFFFF;
    
    --scpBadgeGreyBGColor: #E9EAED;
    --scpBadgeGreyColor: #3A3C41;
    
    --scpBadgeGreenBGColor: #f4fff1;
    --scpBadgeGreenColor: #00703c;
    
    --scpBadgeTurquoiseBGColor: #BFE3E0;
    --scpBadgeTurquoiseColor: #10403C;
    
    --scpBadgeOrangeBGColor: #FCD6C3;
    --scpBadgeOrangeColor: #6E3619;
    
    --scpBadgePinkBGColor: #F7D7E6;
    --scpBadgePinkColor: #80224D;
    
    --scpBadgePurpleBGColor: #DBD5E9;
    --scpBadgePurpleColor: #3D2375;
    
    --scpBadgeBlueBGColor: #D4E8FD;
    --scpBadgeBlueColor: #15387C;
    
    --scpBadgeYellowBGColor: #FFFAC4;
    --scpBadgeYellowColor: #584915;
    
    --scpBadgeRedBGColor: #FDD1CA;
    --scpBadgeRedColor: #741201;
    /* BADGES END */
    
    /* --bs-alert-border-radius: 2px; */

    --bs-breadcrumb-divider: '\F285';

    --scpOptionalFieldLabelsEN: ' (optional)';
    --scpOptionalFieldLabelsIE: ' (ie-optional)';
	
}
.modal {
    --bs-modal-width: 600px;
}
@media (min-width: 992px) {
    .modal-sm {
        --bs-modal-width:500px;
    }
   .modal-lg {
    --bs-modal-width: 850px;
    }
    .modal-xl {
    }
}

@media (min-width: 1200px) {
    .modal-sm {
        --bs-modal-width:500px;
    }
    .modal-xl {
    }
    .modal-lg {
    }
}
.containerSection > .row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
    margin-bottom: 1.5rem;
}
.lookup-modal .modal .modal-lg {
    --bs-modal-width: 600px;    
}

/****************************************/
/* GENERAL START */
/****************************************/
body, div, a, span {
    font-family: Lato;
}
.container {
    max-width: 1152px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 10.5px;
    font-family: Lato;
    /* padding-top: 5px; */
}
.page-header p {
	font-size: 18px;
}
.debug .custom-sitetitle::after {
    Content: var(--scpFileVersion);
}
body .pageContentWithBG {
    background: no-repeat bottom /100% url("/background.png");
    /* background-size: cover; */
    /* margin-top: 50px; */
    /* margin-bottom: 100px; */
    /* padding-bottom: 100px; */
}
hr {
    margin-bottom: 2rem;
}
.rowMain {
    padding-bottom: 50px;
}
.renderAsModal .rowMain {
    padding-bottom: 0px;
}
.private-mode-banner:has(~ * .renderAsModal) {
    display: none;
}
.crmEntityFormView {
    border: none;
}
.tab-pane{
    margin: 30px 0px;
    /* display: block; */
}
.narrowCrmEntityFormView .tab-pane{
    margin: 30px;
}
.narrowCrmEntityFormView .crmEntityFormView {
    background-color: inherit;
    border: none;
}
.noEntityFormBackground .crmEntityFormView, .entitylist {
    background-color: inherit;
    border: 0px;
}
.hiddenEntityFormFieldset .crmEntityFormView .entity-form {
    display: none;
}
.narrowCrmEntityFormView .tab-content {
    /* margin: 0 auto 0 auto; */
    /* padding-bottom: 50px; */
    /* width: 640px; */
    background-color: #FFFFFF;
    color: #000000;
    border: 1px solid var(--scpGreyLight);
    border-radius: 10px;
}
.tab-commands-container-top,
.tab-commands-container-bottom {
    padding: 0;
}
.MyCustomTabs{
    /* border: none; */
    margin: 0 auto 0 auto;
    /* border: none; */
}
#MyCustomTabListContent{
    /* padding-right: 40px; */
    /* border-bottom: none; */
}
.crmEntityFormView, .entitylist {
    /* margin-bottom: 50px; */
    /* max-width: 1152px; */
    /* border-bottom: 1px solid var(--scpLightGrayBorder); */
}
:not(.narrowCrmEntityFormView) .crmEntityFormView fieldset {
    /* max-width: 568px; */
}

.columnBlockLayout {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}
.hidden {
    display: none;
}
.containerSection {
    padding: 0px 0 50px 0;
}
.renderAsModal .containerSection {
    padding-bottom: 0px;
}



/* LOADING SPINNER START */
.formLoadingSpinner {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.95;
  background-color: #fff;
  z-index: 99;
}
.form-loading {
  /* display: flex !important; */
  /* width: 100%; */
  /* height: 100%; */
}
.spinner-border {
}
.formLoadingSpinner .spinner-border,
.form-loading .spinner-border {
    --bs-spinner-width: 4rem;
    --bs-spinner-height: 4rem;
    z-index: 100;
}
html[dir=ltr] .form-loading {
    /*left: 47%;
    top: 35%;*/

	left: 48%;
    top: 30.2%;
}
.form-loading .fa-spinner:has(~ .modalLoadingSpinner) {
    display: none;
}
/* LOADING SPINNER END */




/* LINKS START */

a {
    color: var(--scpLink);
    /* text-underline-offset: 5px; */
    /*height: 29px;
    display: inline-block;*/
    /* text-decoration-thickness: 1px; */
}
.popover a {
    color: var(--scpGreyLight);
}
.popover a:focus {
    color: var(--scpGreyTextColor);
}
.text-primary {
    color: var(--scpLink) !important;
}
a:not(.btn):hover {
    color: var(--scpLinkHover);
    text-decoration-thickness: 2px !important;
}
a:focus {
    color: var(--scpLinkFocus);
    /* background-color: var(--scpYellowFocus); */
    /* text-decoration-thickness: 3px; */
}
a:not(.btn):visited {
    color: var(--scpLinkVisited);
}
a ~ i {
    font-size: 26px;
    position: relative;
    top: 6px;
    color: var(--scpLink);
}
/* LINKS END */

/* AUTHENTICATION START */
.authError {
    margin: 100px 100px;
}
.authError h1 {
    text-align: center;
    margin: 50px;
}
.authError p {
    text-align: center;
}
/* AUTHENTICATION END */


/* GENERAL END */


/****************************************/
/* ENTITYGRID START */
/****************************************/
/* ENTITYGRID TOP TOOLBAR BUTTONS START */
.customTop-toolbar-actions {
    margin-top: 10px;
    margin-bottom: 40px;
}
.entity-grid .customTop-toolbar-actions + .view-toolbar .create-action,
.entity-grid .view-toolbar:has(+.customTop-toolbar-actions) .create-action
{
    display: none;
}
.entity-grid .customTop-toolbar-actions + .view-toolbar {
}
/* ENTITYGRID TOP TOOLBAR BUTTONS END */
/* ENTITYGRID VIEWSELECT START */
.entity-grid .view-toolbar.grid-actions {
    padding-bottom: 0px;
}
.entity-grid .view-toolbar.grid-actions,
.subgrid .view-toolbar.grid-actions{
    border: 0;
    margin-bottom: 0px;
}
.sharepoint-grid .view-toolbar.grid-actions{
    padding-top: 10px;
}
.entity-grid .view-toolbar.grid-actions.clonedAndMovedToBottom,
.subgrid .view-toolbar.grid-actions.clonedAndMovedToBottom{
    display: none;
}

.sharepoint-grid .view-toolbar.grid-actions:not(.originalButMovedToBottom) .add-folder.btn-info:not(.disabled) {
    border-color: #004d44;
    border-radius: 4px;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #004d44;
    color: #FFFFFF;
}
.entity-grid .view-select,
.subgrid .view-select {
    /* border: 0; */
    border-bottom: 1px solid var(--scpLightGrayBorder);
    /* border-bottom: 0; */
    width: 100%;
}
.entity-grid .view-toolbar:not(:has(.view-select)) {
    /* border-bottom: 1px solid var(--scpLightGrayBorder); */
    /* border-bottom: 0; */
    /* border-top: 1px solid var(--scpLightGrayBorder); */
    /* border-top: 0; */
}
.entity-grid .view-pagination,
.sharepoint-pagination {
    margin-bottom: 10px;
}
.entity-grid .view-pagination + .view-toolbar,
.sharepoint-pagination + .view-toolbar.grid-actions {
    border-bottom: 0;
    /* border-top: 1px solid var(--scpLightGrayBorder); */
    /* border-top: 0; */
}
.sharepoint-pagination{
    margin-top: 15px;
}
.entity-grid .view-pagination + .view-toolbar a.btn.action:first-child,
.sharepoint-grid .sharepoint-pagination + .view-toolbar a.btn.action:first-child{
    margin-left: 0px;
}
.entity-grid .toolbar-actions,
.subgrid .toolbar-actions {
    margin-top: 10px;
    margin-bottom: 10px;
}
.entity-grid .view-select .nav-link:not(.active),
.subgrid .view-select .nav-link:not(.active){
    padding-left: 20px;
    padding-right: 20px;
    padding: 8px 20px;
}
.entity-grid .view-select .nav-item:not(.active),
.subgrid .view-select .nav-item:not(.active) {
    background-color: #fff;
    margin-right: 5px !important;
}
.entity-grid .view-select .nav-item.active + .nav-item:not(.active),
.subgrid .view-select .nav-item.active + .nav-item:not(.active) {
    margin-left: 5px !important;
}
.entity-grid .view-select .nav-link,
.subgrid .view-select .nav-link{
    font-size: 20px;
    color:  var(--scpBlackText);
    text-decoration: underline;
    background-color: var(--scpLightGrayPanel);
    text-underline-offset: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.entity-grid .view-select .nav-link:not(.active):hover,
.subgrid .view-select .nav-link:not(.active):hover {
    /*text-decoration: underline;*/
}
.entity-grid .view-select .nav-link:not(.active):focus,
.subgrid .view-select .nav-link:not(.active):focus {
    /*background-color: var(--scpYellowFocus);
    text-decoration: underline;*/
}
.entity-grid .view-select .nav-link.active,
.subgrid .view-select .nav-link.active {
    text-decoration: none;
    background-color: #fff;
    text-underline-offset: 0;
    border-color: var(--scpLightGrayBorder);
    border-bottom: none;
    padding-bottom: 14px;
    /* top: 6px; */
    /* margin-bottom: 0px; */
    /* display: block; */
    /* margin: 8px 19px 14px 19px; */
    padding: 8px 19px 14px 19px;
    /* display: inline; */
}
.entity-grid .view-select .nav-link:focus, .entity-grid .view-select .nav-link:hover,
.subgrid .view-select .nav-link:focus, .subgrid .view-select .nav-link:hover {
    border-color: var(--scpLightGrayPanel);
}
.entity-grid .view-select .nav-link.active:focus,
.subgrid .view-select .nav-link.active:focus {
    /*background-color: var(--scpYellowFocus);
    text-decoration: underline;*/
    /* color: var(--scpLinkFocus); */
    /* background-color: var(--scpYellowFocus); */
    /* background-color: var(--scpYellowFocus); */
    /* text-decoration: underline; */
    /* display: inline; */
    /* margin: 8px 19px 14px 19px; */
    /* padding: 0px; */
}
.entity-grid .view-select .nav-link.active:hover,
.subgrid .view-select .nav-link.active:hover {
    border-color: var(--scpLightGrayBorder);
    text-decoration: none !important;
}
/* ENTITYGRID VIEWSELECT END */

/* ENTITYGRID HEADER START */
.entity-grid .view-grid th a,
.subgrid .view-grid th a {
    font-size: 19px;
    color:  var(--scpBlackText);
    text-decoration: none;
}
.subgrid.disabled .view-grid th a,
.subgrid.disabled .view-grid td {
    color:  var(--scpDisabledColor);
}
/* ENTITYGRID HEADER END */
/* ENTITYGRID ROWS START */
.entity-grid .view-grid,
.subgrid .view-grid,
.tab-pane .forceGridBorders .entity-grid .view-grid,
.tab-pane .forceGridBorders .subgrid .view-grid
{
    border: 1px solid var(--scpLightGrayBorder);
    border-top: 0;
    padding: 0 20px;
}
/*.crmEntityFormView .subgrid .view-grid,*/
.gridAsList .entity-grid .view-grid,
.gridAsList .subgrid .view-grid
{
    border: 0;
    padding: 0;
}
.entity-grid .view-grid:first-child,
.subgrid .view-grid:first-child {
    border-top: 1px solid var(--scpLightGrayBorder);
}
.tab-pane .entity-grid,
.tab-pane .subgrid {
    border: none;
    padding: 0;
}
.tab-pane .entity-grid .view-grid,
.tab-pane .subgrid .view-grid {
    border: none;
    padding: 0;
}
.tab-pane.printableTabPane .subgrid {
    padding: 0;
}
.gridAsList .entity-grid .view-grid:first-child,
.gridAsList .subgrid .view-grid:first-child {
    border-top: 0;
}
.entity-grid .view-grid .table,
.subgrid .view-grid .table {
    margin-bottom: 5px;
}
.entity-grid .view-grid td,
.subgrid .view-grid td {
    font-size: 16px;
    color:  var(--scpBlackText);
}
.entity-grid .view-grid td a,
.subgrid .view-grid td a {
    text-decoration: none;
    font-size: 16px;
    color: var(--scpBlackText);
}
.entity-grid .view-grid td a.disabled,
.subgrid .view-grid td a.disabled {
	color: var(--scpDisabledColor);
}
.entity-grid .view-grid td a.dataChecker {
    font-size: 18px;
    color: #fff;
}
.entity-grid.disabled .view-grid td a,
.subgrid.disabled .view-grid td a,
.subgrid.disabled .view-grid td abbr {
	/* color: var(--scpGreyTextColor); */
	color: var(--scpDisabledColor);
}
.entity-grid .view-grid td:last-child a:not([disabled]),
.subgrid .view-grid td:last-child a:not(.disabled) {
    text-decoration: none;
    font-size: 16px;
    color: var(--scpLink);
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 0;
    /* background-color: transparent; */
}
.entity-grid .view-grid td:last-child .dropdown-menu a .fa-solid,
.subgrid .view-grid td:last-child .dropdown-menu a .fa-solid {
    padding-right: 5px;
}
.entity-grid .view-grid > table > thead > tr > th,
.subgrid .view-grid > table > thead > tr > th {
    border: none;
    padding-left: 0px;
}
.sharepoint-grid .view-grid > table > thead > tr > th {
    padding-top: 0;padding-bottom: 0;
}
.entity-grid .view-grid > table > tbody > tr > td,
.subgrid .view-grid > table > tbody > tr > td {
    vertical-align: middle;
    /* border: none; */
    /* border-top-width: 1px; */
    border-bottom-width: 0px;
    border-top: 1px solid var(--scpGrayBorder);
    padding-left: 0px;
}
.crmEntityFormView .sharepoint-grid .view-grid > table > tbody tr td {
    padding: 6px;
}
.crmEntityFormView .printableTabPane .sharepoint-grid .view-grid > table > tbody tr td.postedon {
    padding-left: 0;
}
.entity-grid .view-grid > table > tbody > tr > td:first-child,
.subgrid .view-grid > table > tbody > tr > td:first-child {
    padding-left: 0px;
}
.entity-grid .view-grid > table > tbody > tr > td:last-child,
.subgrid .view-grid > table > tbody > tr > td:last-child {
    padding-right: 0px;
}
.table {
    --bs-table-striped-bg: transparent;
}

.sharepoint-data .view-grid tbody tr td .sharepoint-custom-icon {
    /* margin-top: 7px; */
    position: relative;
    top: 4px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:  transparent;
}
/* ENTITYGRID ROWS END */

/* ENTITYGRID ACTIONS START */
.entity-grid .view-grid tbody tr td:last-child .dropdown button,
.subgrid .view-grid tbody tr td:last-child .dropup button,
.subgrid .view-grid tbody tr td:last-child .dropdown button {
    display: none;
}
.entity-grid .view-grid tbody tr td:last-child .dropdown-menu,
.subgrid .view-grid tbody tr td:last-child .dropdown-menu {
    display: contents;
    position: relative;
    border: none;
    background: none;
}
.entity-grid .view-grid tbody tr td:last-child .dropdown-menu .dropdown-item:hover,
.subgrid .view-grid tbody tr td:last-child .dropdown-menu .dropdown-item:hover {
    background: none;
    text-decoration-thickness: 2px;
}

.noVisibleActionsOnGrid.entity-grid .toolbar-actions .btn,
.noVisibleActionsOnGrid .subgrid     .toolbar-actions .btn,
.noVisibleActionsOnGrid.entity-grid .customTop-toolbar-actions .btn,
.noVisibleActionsOnGrid.subgrid     .customTop-toolbar-actions .btn,
.noVisibleActionsOnGrid .sharepoint-grid .view-toolbar.grid-actions .btn,
.noVisibleActionsOnGrid.entity-grid .view-grid tbody tr td:last-child .dropdown,
.noVisibleActionsOnGrid .subgrid .view-grid tbody tr td:last-child .dropup,
.noVisibleActionsOnGrid .subgrid .view-grid tbody tr td:last-child .dropdown {
    display: none;
}
.entity-grid .view-grid thead tr th.actionColumn,
.entity-grid .view-grid thead tr th.actionColumn{
	font-size: 19px;
}
/* ENTITYGRID ACTIONS END */

/* ENTITYGRID PAGINATION START */
.pagination .page-item.disabled:first-child .page-link,
.pagination .page-item.disabled:last-child .page-link{
    background-color: transparent;
	/* color: var(--scpGreyTextColor); */
	color: var(--scpDisabledColor);
}
.pagination .page-item .page-link {
    color: var(--scpBlackText);    
    text-decoration: none;
}
.pagination .page-item.active .page-link{
    color: #fff;  
}
.pagination > li > a,
.pagination > li > span {
    width: 38px;
    height: 38px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    border-color: transparent;
    border-radius: 0;
    border: none;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: var(--scpBlackText) !important;
    border-radius: 2px;
}
.page-link:focus {
    box-shadow: none;
}
.pagination .page-link {
    border-radius: 0;
    font-size: 16px;
    padding-top: 8px;
}
/* ENTITYGRID PAGINATION END */

.crmEntityFormView td.cell.sharepoint-documents {
    display: inline-table;
    margin-bottom: 30px;
}
.crmEntityFormView td.cell.sharepoint-documents.hidden {
    display: none;
}

.gridRowCount {
    display: none;
}

/* ENTITYGRID CAPTIONS START */
.table>:not(caption)>*>.informationIcon {
    padding: unset;
    background-color: unset;
    border-bottom-width: unset;
    box-shadow: unset;
}
/* ENTITYGRID CAPTIONS END */

/* ENTITYGRID END */


/****************************************/
/* BOOTSTRAP START */
/****************************************/
.badge:not(.rounded-pill) {
    border-radius: 4px;
    padding: 7px 10px;
}
.badge, .badge.badgeColor {
    float: none;
    font-size: 16px;
}
.badge.bg-scp-default {
    color: var(--scpBadgeDefaultColor);
    background-color: var(--scpBadgeDefaultBGColor);
}
.badge.bg-scp-grey {
    color: var(--scpBadgeGreyColor);
    background-color: var(--scpBadgeGreyBGColor);
}
.badge.bg-scp-green {
    color: var(--scpBadgeGreenColor);
    background-color: var(--scpBadgeGreenBGColor);
}
.badge.bg-scp-turquoise {
    color: var(--scpBadgeTurquoiseColor);
    background-color: var(--scpBadgeTurquoiseBGColor);
}
.badge.bg-scp-orange {
    color: var(--scpBadgeOrangeColor);
    background-color: var(--scpBadgeOrangeBGColor);
}
.badge.bg-scp-pink {
    color: var(--scpBadgePinkColor);
    background-color: var(--scpBadgePinkBGColor);
}
.badge.bg-scp-purple {
    color: var(--scpBadgePurpleColor);
    background-color: var(--scpBadgePurpleBGColor);
}
.badge.bg-scp-blue {
    color: var(--scpBadgeBlueColor);
    background-color: var(--scpBadgeBlueBGColor);
}
.badge.bg-scp-yellow {
    color: var(--scpBadgeYellowColor);
    background-color: var(--scpBadgeYellowBGColor);
}
.badge.bg-scp-red {
    color: var(--scpBadgeRedColor);
    background-color: var(--scpBadgeRedBGColor);
}
/* BOOTSTRAP END */


/****************************************/
/* NAVBAR START */
/****************************************/

.nav-item .dropdown-toggle::after {
    display: none;
}

.navbar .menu-bar > .navbar-nav > li > a i.bi-chevron-down {
    margin-left: 8px;
}

.navbar-dark .navbar-brand a img {
    height: 40px;
    width: auto;
    margin: 0 10px 0 0;
}


.navbar .divider-vertical{
    display: none;
}
.navbar .strong-divider-vertical{
    display: list-item;
}
.static-top.navbar .menu-bar > .navbar-nav > .strong-divider-vertical {
    height: 32px;
    border-right: 0.5px solid var(--scpColorWhite);
    margin: 0px 10px;
    top: 6px;
    position: relative;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

.static-top.navbar-dark {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav > li > a:hover {
    background-color: inherit;
}

/* NAVBAR MAIN START */
.static-top.navbar-dark .navbar-brand a:not(.btn):hover {
    text-decoration: none !important;
}
.mainNavbar.navbar-dark {
    min-height: 85px;
}
.mainNavbar.navbar .menu-bar > .navbar-nav.weblinks {
    min-height: 45px;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li {
    padding: 0;
    margin: 0;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li.languageToggle {
    margin-right: 20px;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a {
    font-size: 16px;
    font-weight:  normal;
    top: 3px;
    left: 0px;
    margin: 0;
    padding: 9px 8px 6px 8px;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a:hover {
    border-radius: 2px;
    top: 4px;
    padding: 8px 8px 7px 8px;
    text-underline-offset: 6px;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a:focus{
    border-radius: 5px;
    border: 4px solid var(--scpYellowFocus) !important;
    outline: none;
    top: 6px;
    left: -0.75px;
    text-underline-offset: 6px;
    padding: 3px 4.5px 4px 6px;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a:not(.dropdown-toggle):focus{
    left: 0;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li.signInSignOut > a,
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a.signInSignOut{
    border-radius: 4px;
    top: 4px;
    padding: 7px 8px 5px 8px;
    border: 2px solid var(--scpColorWhite) !important;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a.signInSignOut:hover {
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li.signInSignOut > a:focus,
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a.signInSignOut:focus{
    border-radius: 5px;
    border: 4px solid var(--scpYellowFocus) !important;
    top: 4px;
    left: 0px;
    padding: 5px 6px 3px 6.25px;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a:hover i:before {
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a.signInSignOut:hover i:before {
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a:focus i:before {
    top: 1px;
    position: relative;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li.signInSignOut > a:focus i:before,
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a.signInSignOut:focus i:before{
    top: 0px;
    position: relative;
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > a:active {
    text-underline-offset: 6px;
}
.navbar-nav>li>.userProfileName,
.navbar-nav>li>.userOrganisation
{
    padding-top: 14.5px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: var(--scpColorWhite);
}
.mainNavbar.navbar .menu-bar > .navbar-nav > li > span.text {
    font-size: 16px;
    /*line-height: 21px;*/
    position: relative;
    top: 6px;
    padding-top: 6px;
}
.navbar-nav>li>.userProfileName
{
    font-weight:  700;
    /* margin-left: 20px; */
    /* margin-right: 10px; */
}
.navbar-nav>li>.userOrganisation
{
    font-weight:  normal;
    /* margin-left: 10px; */
    margin-right: 20px;
}
/* NAVBAR MAIN END */



/* NAVBAR SECONDARY START */
.secondaryNavbar.navbar-dark {
    background-color: var(--scpDarkGreen);
    padding: 0px 0px 5px 0px;
    /* max-height: 51px; */
    margin: 0px 0px 0px 0px;
}
.secondaryNavbar.navbar .menu-bar > .navbar-nav > li > a {
    border-radius: 2px;
    top: 5px;
    margin: 0px 5px 0px 5px;
    height: 45px;
    padding: 8px 8px 8px 8px;
}
.secondaryNavbar.navbar .menu-bar > .navbar-nav > li > a:hover {
    border-radius: 2px;
    top: 4px;
    padding: 9px 8px 9px 8px;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px !important;
}
.secondaryNavbar.navbar .menu-bar > .navbar-nav > li > a:focus{
    border-radius: 5px;
    outline: none;
    border: 4px solid var(--scpYellowFocus) !important;
    top: 1px;
    left: 0px;
    margin: 0px 2.5px 0px 2px;
    text-underline-offset: 8px;
    padding: 9px 8px 9px 8.08px;
}
.secondaryNavbar.navbar .menu-bar > .navbar-nav > li > a:focus i:before{
    top: 0.5px;
    top: 1px;
    position: relative;
}
.secondaryNavbar.navbar .menu-bar > .navbar-nav > li > a:active {
    /*text-decoration: none !important;*/
    text-underline-offset: 8px;
}
.secondaryNavbar.navbar .navbarMenu > .settingsNavBar .strong-divider-vertical {
    margin-left: 20px;
    margin-right: 20px;
    top: 9px;
}
/* NAVBAR SECONDARY END */


/* NAVBAR SECONDARY DROPDOWN START */
.navbar-dark .navbar-nav .show.dropdown-menu {
    background-color: var(--scpLightGrayPanel);
    border: none;
    border-radius: 0px;
}
.navbar-dark .navbar-nav .show.dropdown-menu > li > a {
    color: #000;
}
/* NAVBAR SECONDARY DROPDOWN END */


/* NAVBAR SECONDARY NOTIFICATIONS START */
.navbarNotificationWebLink .badge {
    /* margin-left: 5px; */
    color: var(--scpDarkGreen) !important;
    font-size: 14px;
    font-weight: 700;
    bottom: 3px;
    position: relative;
}
/* NAVBAR SECONDARY NOTIFICATIONS END */

/* NAVBAR TOGGLER BUTTON START */
.navbar-dark .navbar-toggler:hover {
    background-color: var(--scpDarkGreen);
    border-color: var(--scpDarkGreen);
}
.navbar-dark .navbar-toggler .navbar-toggler-icon {
}

/* NAVBAR TOGGLER BUTTON END */

/* NAVBAR END */




/****************************************/
/* FOOTER START */
/****************************************/
.footer {
    color: #000;
    border-top: 1px solid var(--scpGoldSeparatorFooter);
    height: 181px;
    /* height: 170px; */
}
.footer .footer-bottom {
    background-color: var(--scpPearlFooter);
    min-height: 180px;
}
.footer .departmentLogo{
    /* width: 335px; */
    /* height: 100px; */
}
.footer-bottom {
    padding: 24px 0 44px 0;
}
.footer-bottom a {
    color: var(--scpBlackText);
    text-underline-offset: 8px;
    height: 28px;
    display: inline-block;
}
.footer-bottom a:hover {
}
.footer-bottom a:focus {
    color: var(--scpLinkFocus);
    background-color: var(--scpYellowFocus);
}
.footer-bottom a:active {
}
.footer .footerLink {
    margin-bottom: 14px;
    /* padding-bottom: 16px; */
}
.footer .footerLink:last-child {
    margin-bottom: 0px;
    /* padding-bottom: 0px; */
}
/* FOOTER END */





/****************************************/
/* ALERTS START */
/****************************************/

.alert.ctaCard i {
    color: var(--scpBlackText);
}

/* CTACARDS guidance-column START */
.view-grid_cardsContainer {
    padding-left: 0px;
    padding-right: 0px;
}
.guidance-column {
    /* margin-bottom: 60px; */
}
.guidance-column .ctaCard {
    min-height: 233px;
}
.guidance-column .ctaCard.alert-info {
    --bs-alert-border-color: #badbcc;
    --bs-alert-bg: #fff;    
}
/* CTACARDS guidance-column END */


/* CTACARDS quickMenuSection START */
.quickMenuSection {
    /* margin-bottom: 60px; */
}
.quickMenuSection .ctaCard {
    min-height: 277px;
    /* margin: 10px; */
}

.quickMenuSection .ctaCol:nth-child(2) > .ctaCard {
    /* margin: 0 15px 40px 15px; */
}
.quickMenuSection .ctaCard.alert-primary {
    border-color: var(--scpAlertPrimaryBorder);
}
.quickMenuSection .alert-heading .badge.bg-scp-green {
    float: none;
    background-color: var(--scpDarkGreen) !important;
    bottom: 4px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    color: #fff;
}
/* CTACARDS quickMenuSection END */


/* CTACARDS quickLinksSection START */
.quickLinksSection {
    /* margin: 60px 0 60px 0; */
}
.quickLinksSection h4 {
    /* margin-top: 50px; */
}
.quickLinksSection .ctaCard {
    padding: 0 0 0 0;
    margin: 40px 0px 0 0px;
    min-height: 203px;
    border-bottom: 1px solid var(--scpGrayBorder);
    border-radius: unset;
    margin: 0;
}
.quickLinksSection .ctaCol:first-child .ctaCard {
    /* margin-right: 20px; */
}
.quickLinksSection .ctaCol:nth-child(2) > .ctaCard {
    /* margin: 0px 10px; */
    /* position: relative; */
}
.quickLinksSection .ctaCol:last-child .ctaCard {
    /* margin-left: 20px; */
}
/* CTACARDS quickLinksSection END */


/* ALERTS START */
.alert {
    border-radius: 2px;
    padding: 10px 37px;
    /* width: 100%; */
}
.alert .heading {
    left: -24px;
    position: relative;
}
.alert i {
    margin-right: 8px;
    -webkit-text-stroke: 0.5px;
}
.alert .alert-heading {
    font-weight: 700;
}
.alert h3 {
    font-weight: 700;
}
.alert p {
    font-size: 16px;
    margin-bottom: 0.25rem;
}
/* ALERTS INFO START */
.alert-info {
    color: var(--scpAlertInfoColor);
    border: 1px solid var(--scpAlertInfoBorderColor);
    background-color: var(--scpAlertInfoBGColor);
}
.alert-info * {
    color: var(--scpAlertInfoColor);
}
/* ALERTS INFO END */
/* ALERTS SUCCESS START */
.alert-success {
    border: 1px solid var(--scpAlertSuccessBorderColor);
    background-color: var(--scpAlertSuccessBGColor);
}
.alert-success * {
    color: var(--scpAlertSuccessColor);
}
/* ALERTS SUCCESS END */
/* ALERTS DANGER START */
.alert-danger {
    border: 1px solid var(--scpAlertErrorBorderColor);
    background-color: var(--scpAlertErrorBGColor);
}
.alert-danger * {
    color: var(--scpAlertErrorColor);
}
/* ALERTS DANGER END */
/* ALERTS WARNING START */
.alert-warning {
    border: 1px solid var(--scpAlertWarningBorderColor);
    background-color: var(--scpAlertWarningBGColor);
}
.alert-warning * {
    color: var(--scpAlertWarningColor);
}
/* ALERTS WARNING END */
.ctaCard.alert {
    border-radius: 10px;
    padding: 20px;
    height: 219px;
    position: relative;
}
.ctaCard.alert.slim {
    height: 150px;
    min-height: auto;
}
.ctaCard.alert.alert-light {
    border-radius: 0;
    padding: 10px 0px;
}
.ctaCard.alert-info:hover {
    background-color: var(--scpCardHover);
}
.ctaCard.alert-info {
    border: 1px solid var(--scpAlertInfoBorder);
}
.ctaCard.alert-info {
    background-color: var(--scpColorWhite);
}
.ctaCard.alert-primary {
    background-color: var(--scpPrimaryBGColor);
}
.ctaCard .alert-heading {
    color: var(--scpBlackText);
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
.ctaCard p {
    font-size: 16px;
    color: var(--scpBlackText);
    margin-top: 10px;
    /* min-height: 118px; */
    /* min-height: 33px; */
    /* text-overflow: ellipsis; */
    max-height: 72px;
    overflow: hidden;
    /* white-space: nowrap; */
}
.ctaCard .alert-link {
    color: var(--scpLink);
    text-underline-offset: 8px;
}
.alert-dismissible .btn-close {
    padding: 1rem 1rem;
    color: var(--scpBlackText);
    opacity: 1;
    font-size: 15px;
}
.alert>.btn-close:focus {
    outline: none;
}
.ctaCard .alert-link:visited {
    color: var(--scpLinkVisited);
}

.ctaCard .ctaLink {
}
.ctaCard .ctaLink {
    bottom: 5px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
}
.quickMenuSection .ctaCard .ctaLink,
.guidance-column .ctaCard .ctaLink
{
    bottom: 14px;
}
.ctaCard .alert-link {
    height: 29px;
    max-width: 321px;
}
.quickMenuSection .ctaCard .alert-link {
    max-width: 290px;
}
.ctaCard .alert-link {
    height: 29px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 320px;
    text-overflow: ellipsis;
}
.ctaCard .alert-link ~ i {
    font-size: 26px;
    position: relative;
    top: -5px;
    margin-left: 5px;
    color: var(--scpLink);
}
.ctaCard .alert-link ~ i.bi-arrow-right-short.externalLink {
    rotate: -45deg;
    display: inline-block;
}
.ctaCard.alert-primary .alert-link {
    color: var(--scpDarkGreen);
}
.ctaCard.alert-primary .alert-link ~ i {
    color: var(--scpDarkGreen);
}
.ctaCard .alert-link:hover {
    color: var(--scpLinkHover);
    text-decoration-thickness: 3px !important;
}
.ctaCard .alert-link:focus {
    color: var(--scpLinkFocus);
    background-color: var(--scpYellowFocus);
    text-decoration-thickness: 3px;
}
/* ALERTS END */


/****************************************/
/* PAGE STRUCTURE START */
/****************************************/

/* BREADCRUMB START */
.breadcrumb {
    padding: 8px 0;
    /* margin-bottom: 20px; */
}
.breadcrumb li a {
    margin-left: 0px !important;
    /* padding-left: 0px !important; */
    /* padding: 2px 0px !important; */
    font-weight: 400;
    font-size: 16px;
    color: var(--scpBlackText);
}
.breadcrumb > .active {
    color: var(--scpBlackText);
    font-weight: 400;
    /* text-decoration: underline; */
}
.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
	font-family: bootstrap-icons !important;
    font-size: 12px;
    position: relative;
    top: 4px;
    color: var(--scpGreyTextColor);
}
/* BREADCRUMB END */



/* PAGE HEADING START */
.notificationBanner{
    /* margin-top: 60px; */
    padding-top: 60px;
}
.notificationBanner .alert {
    /* padding-right: calc(var(--bs-gutter-x)* .5); */
}
.notificationBanner .notificationBody .ck-content,
.notificationBanner .notificationBody .ck-content *
{
    color: var(--scpAlertSuccessColor);
    font-size: 16px !important;
}
.notificationsList .notificationBody .ck-content,
.notificationsList .notificationBody .ck-content *
{
    font-family: Lato !important;
    font-size: 16px !important;
    font-weight: inherit;
    text-underline-offset: 4px;
}
.notificationBanner .notificationBody .ellipsisToggle {
    font-family: Lato !important;
    font-size: 16px !important;
    color: var(--scpAlertSuccessColor);
    /* margin-left: 5px; */
}
/* PAGE HEADING END */



/* PAGE COPY START */

/* PAGE COPY END */




/* PAGE CONTAINER START */
/* PAGE CONTAINER END */

/* PAGE STRUCTURE END */


/****************************************/
/* ENTITY FORM START */
/****************************************/
.crmEntityFormView .actions {
    border-top: 0;
}
.section-title .legendTitle {
    font-weight: 700;
    font-size: 32px;
    color: var(--scpBlackText);
}
.narrowCrmEntityFormView .tab-pane .section-title .legendTitle {
    padding: 30px 0;
}
.confirmForm .section-title .legendTitle {
    /* font-weight: 700; */
    /* font-size: 20px; */
    /* color: var(--scpBlackText); */
    /* height: 70px; */
}
.confirmForm .section-title .legendSectionLink {
    font-weight: 400;
    font-size: 18px;
    color: var(--scpLink);
    height: 50px;
    height: 70px;
    margin-right: 25px;
    text-underline-offset: 5px;
}
.tab-command-prev a {
    color: var(--scpBlackText);
    font-size: 16px;
    text-underline-offset: 4px;
}
.tab-command-prev a i {
    -webkit-text-stroke: 0.5px;
    margin-right: 5px;
}
.crmEntityFormView .cell {
    padding: 0 0 30px 0;
    margin: 0;
}
.crmEntityFormView .subgrid-cell {
    display: block;
}
.crmEntityFormView .subgrid-cell.hidden {
    display: none;
}
.crmEntityFormView .checkbox-cell {
    display: grid;
}
.crmEntityFormView .checkbox-cell.checkboxConfirmationCell {
    display: block;
}
.crmEntityFormView .checkbox-cell.checkboxConfirmationCell .table-info {
    margin-left: 15px;
}
.resultBanner {
    background-color: var(--scpAlertSuccessColor);
    /* min-height: 254px; */
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* color: var(--scpBlackText); */
    padding: 40px 0;
}
.resultText {
    /* background-color: var(--scpAlertSuccessColor); */
    min-height: 210px;
    display: grid;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    color: var(--scpBlackText);
    font-size: 20px;
}
.resultText div {
    text-align: left;
}
.resultBanner span {
    margin-top: auto;
    margin-bottom: auto;
    color: var(--scpColorWhite);
}
.resultBanner .resultOutcome {
    font-size: 48px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 700;
}
.resultBanner .resultNumber {
    font-size: 36px;
    margin-left: 100px;
    margin-right: 100px;
    max-width: 400px;
}
.resultBanner .resultID {
    font-size: 36px;
    font-weight: 700;
}
.resultTextNextStep {
    font-weight: 700;
    font-size: 24px;
}
.crmEntityFormView .custom-validation-summary.validation-summary h2{
    font-weight: 700;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 10.5px;
}
.crmEntityFormView .validation-summary.alert a{
    text-underline-offset: 4px;
    margin-left: 0;
    font-size: 16px;
    color: var(--scpAlertErrorColor) !important;
}
.crmEntityFormView .validation-summary.custom-validation-summary .validation-header span{
    display: none;
}
/* PRINTABLE ENTITY FORM START */
.crmEntityFormView .printableTabPane {
    border: 2px solid var(--scpGrayBorder);
}
.renderAsModal .crmEntityFormView .printableTabPane {
    border: none;
}

.crmEntityFormView .printableTabPane fieldset {
    /* margin-left: 20px; */
    /* margin-right: 20px; */
}
.crmEntityFormView .printableTabPane fieldset legend {
    background-color: var(--scpLightGrayPanel);
    padding-left: 20px;
    height: 70px;
    margin: 0;
    /* vertical-align: middle; */
}
.crmEntityFormView .printableTabPane fieldset legend .legendTitle {
    font-size: 20px;
    /* margin: 15px 0 15px 0; */
    /* padding: 30px 0 30px 0; */
    color: var(--scpBlackText);
    height: 70px;
}


.crmEntityFormView .printableTabPane fieldset table.section {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
}
.crmEntityFormView .printableTabPane fieldset table.section tr {
    border-bottom: 2px solid var(--scpLightGrayBorder);/*#ddd*/
}
.crmEntityFormView .printableTabPane fieldset table.section tr:last-child {
    border-bottom: none;
    /* padding-left: 20px; */
}
.crmEntityFormView .printableTabPane fieldset table.section tr td .table-info {
    /* max-width: 200px; */
    /* display: table-column; */
    /* vertical-align: middle; */
}

.printableTabPane .crmEntityFormView .actions {
}
.crmEntityFormView .printableTabPane .cell {
    margin: 0;
    padding: 0;
    /* vertical-align: middle; */
}
.crmEntityFormView .printableTabPane .cell .form-control.readonly,
.crmEntityFormView .printableTabPane .cell .form-control[readonly],
.crmEntityFormView .printableTabPane .cell .form-control.readonly ~ .printableTextArea,
.crmEntityFormView .printableTabPane .cell .form-control[readonly] ~ .printableTextArea
{
    position: relative;
    /* top: 6px; */
    padding-top: 5px;
    margin-bottom: 10px;
}
.crmEntityFormView .printableTabPane .cell .form-control.integer[readonly] ~ .printableTextArea
{
	float: right;
}
.crmEntityFormView .printableTabPane .tableMatrix .cell .form-control[readonly] ~ .printableTextArea {
	padding-top: 12px;
}
.crmEntityFormView .printableTabPane .cell .form-control[readonly] ~ .printableTextArea ~ .text-muted {
	padding-top: 0px;
	position: relative !important;
	top: -10px !important;
	left: unset !important;
}
.crmEntityFormView .printableTabPane .tableMatrix .cell .form-control[readonly] ~ .printableTextArea ~ .text-muted {
	padding-top: 10px;
	position: unset !important;
	top: unset !important;
	left: unset !important;
}

.printableTabPane .control [disabled],
.printableTabPane .control .disabled,
.printableTabPane .control .sharepoint-grid .view-toolbar.grid-actions .btn-info.disabled{
    color: #000000;
}
.printableTabPane .cell .control {
    /* padding-left: 0; */
    min-height: 50px;
}
.crmEntityFormView .printableTabPane .checkbox-cell {
    display: flex;
}

/* PRINTABLE ENTITY FORM END */


/* ENTITY FORM PROGRESS START */
#MyCustomTabNavigation {
    padding-left: 50px;
}  
.MyCustomTabList {
    padding-left: 40px;
    border-left: 1px solid var(--scpGrayBorder);
}  
.MyCustomTabList .nav-item {
    display: -webkit-box;
    padding: 1rem 0;
    position: relative;
}
.MyCustomTabList .nav-item a.active.nav-link[role="tab"]{
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    color: var(--scpBlackText);
}
.MyCustomTabList .nav-item a.nav-link[role="tab"]:not(.active){
    font-size: 16px;
    font-weight: normal;
    font-family: Lato;
    color: var(--scpBlackText);
}
.MyCustomTabList .nav-item .step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--scpGreyTextColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 1;
    left: 0px;
}
.MyCustomTabList .nav-item .step .stepNumber {
    position: relative;
    left: -1px;
}
.MyCustomTabList .nav-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 19px;
    top: 50px;
    bottom: -18px;
    width: 2px;
    background: var(--scpGreyTextColor);
}
/*
.MyCustomTabList .nav-item.active {
    background-color: var(--scpDarkGreen);
}
.MyCustomTabList .nav-item.completed {
    background-color: var(--scpDarkGreen);
}
.MyCustomTabList .nav-item.error {
    background-color: var(--scpRedErrorColor);
}
.MyCustomTabList .nav-item.valid .step {
    background-color: #198754;var(--scpRedErrorColor);
}*/
/* Select the center element's previous siblings */
.MyCustomTabList .step:has(+ .nav-link.active) {
    background-color: var(--scpDarkGreen);
    border-radius: 50%;
    border: none;
    outline: 7px solid var(--scpProgressActiveOutline);
    width: 40px;
    height: 40px;
    left: 0px;
}
.MyCustomTabList .nav-item .stepIcon {
    display: none;
}
.MyCustomTabList .nav-item.valid .stepNumber {
    display: none;
}
.MyCustomTabList .nav-item.valid .stepIcon {
    display: inline-block;
    top: 3px;
    position: relative;
    /* font-size: 24px; */
}
/* ENTITY FORM PROGRESS END */

/* ENTITY FORM END */


/****************************************/
/* BUTTONS START */
/****************************************/
.btn {
    height: 40px;
    padding-top: 5px;
    font-size: 18px;
}
.btn-lg {
    padding-top: 11px;
}
.btn-secondary.btn-lg {
    padding-top: 8px;
}
input[type=button].btn-lg {
    padding-top: 8px;
}
.btn-lg {
    height: 51px;
    /* font-size: 16px; */
}
.btn-sm {
    height: 33px;
    padding-top: 7px;
    font-size: 14px;
}
.btn ~ .btn {
    margin-left: 28px;
}
.btn.btnNoMargins {
    margin-left: 0px;
}
.btn:has(> i) {
    padding-top: 0px;
}
.btn-lg:has(> i) {
    padding-top: 3px;
}
.btn:hover {
}
.btn-primary:hover {
    background-color: var(--scpButtonPrimaryHover);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn,
.sharepoint-grid .view-toolbar.grid-actions .add-folder.disabled
{
	/* color: var(--scpGreyTextColor); */
	color: var(--scpDisabledColor);
    background-color: var(--scpGreyLight);
    border: none;
    border-bottom: 2px solid var(--scpButtonPrimaryDisabledBorder);
    border-radius: 4px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #FFFFFF;
    background-color: var(--scpButtonPrimaryHover);
}

.btn:focus,
.btn:active,
.btn-primary:focus,
.btn-primary:active {
    outline: 3px solid var(--scpYellowFocus);
    outline-offset: 0px;
}
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--scpButtonPrimaryHover);
}
.btn-default {
    color: var(--scpDarkGreen);
}
.btn-secondary, .btn-for-file-input {
    color: var(--scpDarkGreen);
    border-width: 2px;
}
.btn-secondary:hover, .btn-default:hover, .btn-for-file-input:hover {
    background-color: var(--scpPrimaryBGColor);
    color: var(--scpDarkGreen);
}
.btn-secondary:focus, .btn-default:focus, .btn-for-file-input:focus,
.btn-secondary:active, .btn-default:active, .btn-for-file-input:active{
    background-color: var(--scpPrimaryBGColor) !important;
    border-color: var(--scpBlackText);
    color: var(--scpDarkGreen) !important;
}
.btn i {
    -webkit-text-stroke: 0.5px;
    /* margin-left: 5px; */
    font-size: 26px;
    position: relative;
    top: 3px;
    margin: -2px;
}
.btn i.removeMarginLeft {
    margin-left: -10px;
}
.btn i.removeMarginRight {
    margin-right: -10px;
}

/* BUTTON ARROWS START */
.btnWithArrowRight {
	display: inline-block;
}
.btnWithArrowRight input[type=button] {
	padding-right: 40px;
}
.btnWithArrowRight::after {
	font-family: bootstrap-icons !important;
	content: "\F135";
	font-size: 18px;
	font-weight: 700;
	position: relative;
	top: 6px;
	left: -45px;
	color: #ffffff;
	-webkit-text-stroke: 0.5px;
	font-size: 26px;
	font-weight: 400;
}
.btnWithArrowRight:has(.btn.disabled)::after,
.btnWithArrowRight:has(.btn:disabled)::after
{
	color: var(--scpDisabledColor);
	opacity: 0.3;
}
.form-custom-actions .btnWithArrowRight::after {
    top: 12px;
    left: -40px;
}
/* BUTTON ARROWS END */

/* BUTTONS END */


/****************************************/
/* FIELDS START */
/****************************************/
.crmEntityFormView .cell .field-label {
    font-size: 20px;
    color: var(--scpBlackText);
    font-family: 'Lato';
    max-width: 95%;
}
.crmEntityFormView.originalRequiredFieldMarkingsHidden .cell div.table-info.required label:after {
    content: none;
}
.crmEntityFormView.originalRequiredFieldMarkingsHidden .cell:not(.customValidationFixedRequired) div.table-info:not(.required):not(.disabled) label:not([readonly]):after {
    content: var(--scpOptionalFieldLabelsEN);
}
html[data-lang=ga] .crmEntityFormView.originalRequiredFieldMarkingsHidden .cell:not(.customValidationFixedRequired) div.table-info:not(.required):not(.disabled) label:not([readonly]):after {
    content: var(--scpOptionalFieldLabelsEN);
}
.form-control{
    font-size: 18px;
    border-radius: 0;
    border: 2px solid #000;
    padding: 8px 11px;
}
.form-control[type=email] + .control{
    padding: 12px 0;
}
input.form-control{
    height: 40px;
}
select.form-control{
    height: 45px;
}
textarea.form-control {
    height: 140px;
}

/* INLINE EDITING FIELDS START */
.view-grid input.form-control{
    height: 40px;
    padding: 5px 9px;
}
.view-grid select.form-control{
    height: 40px;
    padding: 5px 9px;
}
/* INLINE EDITING FIELDS END */


.control:not(.hasErrors) input.form-control:focus,
.control:not(.hasErrors) select.form-control:focus,
.control:not(.hasErrors) textarea.form-control:focus {
    outline: none;
}
.control:not(.hasErrors) input.form-control:not(.readonly):focus,
.control:not(.hasErrors) select.form-control:not(.readonly):focus,
.control:not(.hasErrors) textarea.form-control:not(.readonly):focus {
    outline: 3px solid var(--scpYellowFocus);
    outline-offset: 0px;
    border: 4px solid #000;
    padding: 6px 9px;
}
.control:not(.hasErrors) select.form-select.is-valid:not(.readonly):focus {
    padding-right: 60px;
}
.charCounter {
    font-size: 18px;
}
.printableTabPane .charCounter {
    display: none;
}
input.form-control,
.datetimepicker .input-group-addon.btn
{
    border: 2px solid #000;
}
select.form-control{
    background-repeat: no-repeat;
    background-position: right 0.15rem center;
    background-size: 16px 12px;
    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");
    /* content: "\e70d"; */
    /* padding-right: 7px; */
}
/*this seems to fail the css validation, need to chenck what was this for*/
/*
not(.grid-actions) .input-group .btn {
    height: 40px;
    border-radius: 0;
}*/
.btn.btn-default.clearlookupfield, .btn.btn-default.launchentitylookup {
    /* line-height: 2.72; */
    height: 40px;
    border-radius: 0;
    border: 2px solid #000;
}
.entitylist-search input {
    border-radius: 3px;
    border: 1px solid var(--scpBlackText);
}
.entitylist-search input:focus {
    outline: 3px solid var(--scpYellowFocus);
    outline-offset: 0px;    
}


/* NUMBER START */
input.integer{max-width: 104px;}
/* NUMBER END */

/* MONEY START */
.input-group-text {
    height: 40px;
    border: 2px solid #000;
    border-radius: 0;
}
.input-group-text ~ input.money{max-width: 200px;}

.form-readonly .input-group-text,
.printableTabPane .input-group-text {
    border: none;
    background-color: transparent;
    height: auto;
    padding: 5px 0 0 0;
}
.form-readonly .input-group-text,
.printableTabPane .money .input-group-text {
    display: none;
}
/* MONEY END */

/* POPOVERS START */
.informationIcon {
    margin-left: 3px;
    color: var(--scpDarkGreen);
}
[disabled=disabled] .informationIcon,
.disabled .informationIcon{
    color: var(--scpDisabledColor);
}
a.informationIcon:hover,
a.informationIcon:focus{
    margin-left: 3px;
    color: var(--scpButtonPrimaryHover);
}
/*https://mdbootstrap.com/support/standard/popover-arrow/*/
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after, .bs-popover-top>.popover-arrow:after {
    border-top-color: #000;
    bottom: 2px;
}
.popover-body {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    position: relative;
}
/* POPOVERS END */

/* CHECKBOX START */
input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
	border: 2px solid #000;
	width: 40px;
	height: 40px;
	margin-top: 0px;
	/* padding-top: 1.5px; */
	display: block;
}
input[type=checkbox]:before {
	font-size: 44px;
	font-weight: 700;
	color: transparent;
	display: block;
	top: -5px;
	left: -4px;
	position: relative;
}
.checkbox input[type=checkbox]:checked:before {
	font-family: bootstrap-icons !important;
	content: "\F26E";
	color: black;
}
input[type=checkbox]:focus {
    outline: 3px solid var(--scpYellowFocus);
    outline-offset: 0px;
    border: 4px solid #000;
    padding-left: 0px;
    /* padding-top: 0px; */
}
input[type=checkbox]:focus:before {
    top: -6.5px;
    left: -6px;
}
.crmEntityFormView .cell.checkbox-cell label {
    position: relative;
    top: 5px;
}
.crmEntityFormView .cell.checkbox-cell .table-info {
    margin-top: 10px;
}
.crmEntityFormView .printableTabPane .cell.checkbox-cell .table-info {
    margin-bottom: 10px;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.table-info {
    padding-left: 0px;
}
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell.hasErrors div.table-info {
    padding-left: 10px;
}
/* CHECKBOX END */
/* RADIO START */
input[type=radio] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;	
}
input[type=radio]:checked:before {
	font-family: bootstrap-icons !important;
	content: "\F287";
	font-size: 18px;
	font-weight: 700;
	color: transparent;
	/* display: block; */
	/* width: 40px; */
	/* height: 40px; */
	/* border: 2px solid #000; */
	/* border-radius: 20px; */
	/* margin-right: 7px; */
	/* padding-top: 1px; */
	/* padding-left: 1px; */
}
input[type=radio] {
	border: 2px solid #000;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	padding-top: 8.25px;
	padding-left: 9px;
}
input[type=radio]:before:focus {
	/* padding-top: 3px; */
	/* padding-left: 1px; */
}
input[type=radio]:checked:before {
	color: black;
}
input[type=radio]:focus {
    outline: 4px solid var(--scpYellowFocus);
    /* outline-offset: 0px; */
    border: 4px solid #000;
    border-radius: 20px;
    padding-top: 6.5px;
    padding-left: 7.25px;
}
.crmEntityFormView .boolean-radio label {
    position: relative;
    top: 5px;
    font-size: 20px;
}
/* RADIO END */


/* PICKLIST (dropdown/radio/checkbox) START */
.picklist {
}
span.picklist {
    margin-top: 0px;
}
span.picklist label {
   font-size: 20px;
}
span.picklist.horizontal {
    display: flex;
}
span.picklist.vertical {
}
span.picklist label {
    padding-top: 7px;
    margin-right: 10px;
}
span.picklist.vertical label {
    top: 16px;
}
span.picklist.vertical input[type=radio]:checked+label {
}
span.picklist input[type=radio] {
    display: block;
}
html[dir=ltr] .crmEntityFormView .cell
span.picklist.horizontal input[type="radio"]:checked {
    top: 1px;
    position: relative;
    margin-top: 1px;
}

span.picklist.vertical .verticalRadio {
    display: flex;
    margin: 5px 5px;
}



/* PICKLIST END */


/* MSOS START */
.msos-container {
    font-family: "Lato";
    font-size: 16px;
}
.msos-container:not(.msos-disabled),
.msos-container:not(.msos-disabled).msos-active,
.msos-container:not(.msos-disabled).msos-focused {
    height: 80px;
    border: 2px solid #000 !important;
}
.msos-caret-container {
    min-height: 35px;
}
.msos-glyph {
}
.msos-caret-button .msos-glyph:after {
	font-size: 10px !important;
	font-weight: bold;
	right: 2px;
	position: relative;
}
.msos-open .msos-caret-button .msos-glyph:after {
}
.msos-container:not(.msos-disabled).msos-focused {
    outline: 3px solid var(--scpYellowFocus);
    outline-offset: 0px;
    border: 4px solid #000;  
}
/* MSOS END */
/* FILEUPLOAD START */
.container-file-input {
}
/* FILEUPLOAD END */

/* FIELDS PLACEHOLDERS START */
.form-control::placeholder {
    color:  var(--scpHintText) !important;
    opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color:  var(--scpHintText) !important;
}
/* FIELDS PLACEHOLDERS END */

/* FIELDS DISABLED START */
/*.info.disabled .field-label, .textarea.disabled ~ .charCounter, span[disabled] label {
    color: var(--scpGreyTextColor);
}*/
.crmEntityFormView div.table-info.disabled .field-label,
input.disabled,
select.disabled
textarea.disabled,
.picklist[disabled] label, .picklist.disabled label,
.disabled ~ .charCounter
{
	/* color: var(--scpGreyTextColor); */
	color: var(--scpDisabledColor);
}
input.form-control[disabled], input.form-control.disabled,
.picklist[disabled] input[type=radio], .picklist.disabled input[type=radio],
textarea.form-control[readonly], textarea.form-control.disabled,
select.form-select[disabled], select.form-select.disabled,
.control .checkbox input[type=checkbox][disabled], .control .checkbox input[type=checkbox].disabled,
.control .boolean-radio input[type=radio][disabled], .control .boolean-radio input[type=radio].disabled,
.datetimepicker .input-group-addon.btn[disabled], .datetimepicker .input-group-addon.btn.disabled,
.lookup.form-control-cell select.form-control.lookup[disabled], select.lookup.form-control-cell .form-control.lookup.disabled,
.lookup.form-control-cell .input-group .form-control.lookup[disabled], .lookup.form-control-cell .input-group .form-control.lookup.disabled,
.lookup.form-control-cell .input-group .form-control.lookup[disabled] ~ .btn, .lookup.form-control-cell .input-group .form-control.lookup.disabled ~ .btn,
.money .input-group-text.disabled,
dummyElement
{
	/* color: var(--scpGreyTextColor); */
	color: var(--scpDisabledColor);
    border: 2px solid var(--scpDisabledColor);
    outline: none;
    box-shadow: none;
}
.control .checkbox input[type=checkbox][disabled]:before, .control .checkbox input[type=checkbox].disabled:before,
.control .boolecheckboxan-radio input[type=radio][disabled]:before, .control .boolean-radio input[type=radio].disabled:before,
dummyElement {
	/* color: var(--scpGreyTextColor); */
	color: var(--scpDisabledColor);
}
.lookup.form-control-cell .input-group .form-control.lookup {
    /* color: var(--scpGreyTextColor); */
    color: var(--scpBlackText);
}
.disabled::placeholder {
    color: var(--scpDisabledColor) !important;
    opacity: 1; /* Firefox */
}
.disabled::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--scpDisabledColor) !important;
}

.crmEntityFormView .printableTabPane div.table-info.disabled .field-label {
    color: var(--scpBlackText);
}
.text-muted {
    color: var(--scpDisabledColor) !important;
}
/* FIELDS DISABLED END */

/* FIELDS HELP START */
.helpContent {
    font-size: 20px;
    background-color: #fff;
    padding: 0;
}
.helpContent:has(label) {
}
.helpContent .helpContentLabel a {
    padding: 0;
}
.helpContent .helpContentLabel {
    padding: 0;
    background-color: transparent;
}
.helpContent .helpContentLink {
    padding: 5px 0;
    background-color: transparent;
}
.helpContent .helpContentLink a {
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    padding: 5px 0;
}
.helpContent .helpContentLink a::before {
    content: '\F5E3';
    font-family: 'bootstrap-icons';
    display: inline-block;
    rotate: 180deg;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.helpContent .helpContentLink a.collapsed::before {
    rotate: 90deg;
    position: relative;
    top: -2px;
}
.helpContent .helpContentLink a:hover {
}
.helpContent .helpContentLink a:focus {
    color: var(--scpLinkFocus);
    background-color: var(--scpYellowFocus);
    /* text-decoration-thickness: 3px; */
    border-bottom: 4px solid #000;
    /* text-decoration: none; */
    text-decoration: none !important;
}
.helpLinkCollapse {
    padding: 0 !important;
    padding-top: 2px !important;
    background-color: transparent !important;
}
.helpLinkCollapse .helpCollapseContent {
    padding-left: 17px;
    border-left: 5px solid var(--scpLightGrayBorder);
}
/* FIELDS HELP END */

/* FIELDS END */

/* SPECIAL FIELDS START */
.autoaddress-control {
    max-width: unset;
    font-size: 18px;
    -moz-box-sizing: border-box;
}
.autoaddress-control .autoaddress-text-box {
    font-size: 20px;
}
.autoaddress-control .autoaddress-options-msg.error, .autoaddress-control .autoaddress-options-msg.info, .autoaddress-control .autoaddress-options-msg.success, .autoaddress-control .autoaddress-options-msg.warning {
    font-size: 18px;
    border-radius: 2px;
}
.autoaddress-control .autoaddress-options-container .autoaddress-options-list li a {
    font-size: 18px;
}
.autoaddress-control .autoaddress-options-msg.error {
    background: var(--scpAlertErrorBGColor);
    border-color: var(--scpAlertErrorBorderColor);
    border-left-color: var(--scpAlertErrorColor);
    color: var(--scpAlertErrorColor);
}
.autoaddress-control .autoaddress-options-msg.info {
    background: var(--scpAlertInfoBGColor);
    border-color: var(--scpAlertInfoBorderColor);
    border-left-color: var(--scpAlertInfoColor);
    color: var(--scpAlertInfoColor);
}
.autoaddress-control .autoaddress-options-msg.success {
    background: var(--scpAlertSuccessBGColor);
    border-color: var(--scpAlertSuccessBorderColor);
    border-left-color: var(--scpAlertSuccessColor);
    color: var(--scpAlertSuccessColor);
}
.autoaddress-control .autoaddress-options-msg.warning {
    background: var(--scpAlertWarningBGColor);
    border-color: var(--scpAlertWarningBorderColor);
    border-left-color: var(--scpAlertWarningColor);
    color: var(--scpAlertWarningColor);
}
.autoaddress-control .autoaddress-options-container .autoaddress-options-tabs li a.selected {
    border-top: 2px solid var(--scpAlertInfoBorderColor);
    color: var(--scpAlertInfoColor);
}
.autoaddress-control .autoaddress-options-container .autoaddress-options-list li a:hover,.autoaddress-control .autoaddress-options-container .autoaddress-options-list li.active a {
    background: var(--scpAlertInfoColor);
    color: #fff
}

select.socialMediaIcons {
    font-family: 'Lato', 'bootstrap-icons';
}
/* SPECIAL FIELDS END */


/****************************************/
/* VALIDATIONS START */
/****************************************/
.validators .error.text-danger{
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.text-danger{
    color: var(--scpRedErrorColor) !important;
}
.errorTabFlag{
    color: var(--scpRedErrorColor);
    display: none;
}

/* VALIDATION SUMMARY START */
#MessagePanel.message {
    background-color: var(--scpAlertErrorBGColor);
    border-color: var(--scpAlertErrorBorderColor);
    border-radius: 0;
    color: var(--scpAlertErrorColor) !important;
}
#MessagePanel .btn-close {
    background-color: var(--scpAlertErrorBGColor);
}
#MessagePanel #MessageLabel {
}
#MessagePanel #MessageLabel .text-danger {
    color: var(--scpAlertErrorColor) !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
#MessagePanel #MessageLabel .messageTitle {
    font-size: 18px;
    margin-left: 5px;
}
#MessagePanel #MessageLabel span.bi {
    color: var(--scpAlertErrorColor) !important;
    font-size: 20px;
    -webkit-text-stroke: 0.5px;
    /* font-weight: 700; */
}
#MessagePanel #MessageLabel:focus-visible {
    outline: none;
}
/* VALIDATION SUMMARY END */

.cell .table-info {
    padding-left: 0;
    /* display: inline-block; */
}
.cell .control {
    padding-left: 0;
    /* min-height: 90px; */
    padding-top: 10px;
}

/* INLINE VALIDATION START */
.cell.hasErrors .table-info {
    padding-left: 10px;
    border-left: 5px solid var(--scpRedErrorColor);
    display: flex;
}
.cell.hasErrors .table-info.form-subgrid-heading {
	margin-bottom: unset;
}
.cell.hasErrors .control {
    padding-left: 5px;
    border-left: 5px solid var(--scpRedErrorColor);
    display: grid;
}
.crmEntityFormView .cell .control.hasErrors textarea,
.crmEntityFormView .cell .control.hasErrors select,
.crmEntityFormView .cell .control.hasErrors .msos-container,
.crmEntityFormView .cell .control.hasErrors input {
    border-color: var(--scpRedErrorColor);
}
.crmEntityFormView .cell .control.hasErrors .lookup-modal input {
    border: 1px solid var(--scpBlackText);
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}
.crmEntityFormView tr {
    /* padding-bottom: 40px; */
    /* display: grid; */
    /* margin-bottom: 40px; */
}
.control.hasErrors .charCounter {
    color: var(--scpRedErrorColor);  
}
/* INLINE VALIDATION END */


/* VALIDATIONS END */

/****************************************/
/* TABLEMATRIX VALIDATION START */
/****************************************/
.tableMatrix .validators .error.text-danger {
    display: none !important;
}
.tableMatrix .row:not(:last-child) {
    border-bottom: 1px solid var(--scpGrayBorder);
}
.tableMatrix .row.header .col {
    /* margin-left: 15px; */
}
.tableMatrix .cell {
    padding: 10px 0px 10px 10px;
    /* margin-left: 15px; */
}
.tableMatrix .cell .control {
    padding-top: 0px;
    float: right;
    display: flex;
}
.tableMatrix .matrixLabel.disabled,
.tableMatrix .matrixLabelTop.disabled
{
	color: var(--scpDisabledColor);
}
.printableTabPane .tableMatrix .cell .control {
	display: block;
}
.tableMatrix .cell .control input.integer {
    max-width: 110px;
    margin-left: 15px;
}
.tableMatrix .cell .control.hasErrors input.integer {
    margin-left: 0px;
}
/* TABLEMATRIX VALIDATION END */


/****************************************/
/* OUTER MODAL START */
/****************************************/
.modal-content {
    border: 1px solid var(--scpGrayBorder);
}
.modal-content .modal-header {
    background-color: var(--scpDarkGreen);
    
}
.modal-content .modal-header .modal-title,
.modal-content .modal-header .btn-close,
.modal-content .modal-header .form-close {
    color: #fff;
    font-size: 32px;
    position: relative !important;
    /* top: 0 !important; */
    /* right: 0px !important; */
    /* float: none; */
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}
.modal-content .modal-header .modal-title .fa.fa-edit {
    display: none;
}
.modal {
    font-size: 20px;
}
.modal h1 {
    font-size: 32px;
}
.modal span[role=checkbox].fa.fa-fw {
    width: 20px;
    height: 20px;
}
.modal .view-search .query.form-control {
    font-size: 18px !important;
}
/* OUTER MODAL END */

/* INNER MODAL/iFrame START */
body > .container.wrapper-body {
    --bs-gutter-x: 2.5rem;
    /* padding: 0; */
}
body > .container.wrapper-body .crmEntityFormView {
    border: none;
}
/*
body.renderPageAsModal .private-mode-banner {
    display: none;
}
body.renderPageAsModal .header {
    display: none;
}
body.renderPageAsModal .page-heading {
    display: none;
}
body.renderPageAsModal #content-wrap {
    padding-bottom: 0px;
}
body.renderPageAsModal .containerSection {
    padding-bottom: 0px;
}
body.renderPageAsModal .rowMain {
    padding-bottom: 0px;
}
body.renderPageAsModal footer {
    display: none;
}
body.renderPageAsModal .crmEntityFormView .printableTabPane {
    border: none;
}
*/
/*
body.renderPageAsModal .crmEntityFormView .printableTabPane fieldset table.section {
    margin-left: 0px;
    margin-right: 0px;
    width: calc(100%);
}/*
/* INNER MODAL/iFrame END */



/****************************************/
/* NOTIFICATIONS START */
/****************************************/
.customList.notificationsList {
}
.customList.notificationsList .list-group {
}
.customList.notificationsList .list-group-item {
    border: none;
    border-top: 1px solid var(--scpGrayBorder);
    border-bottom: 1px solid var(--scpGrayBorder);
    padding-left: 0;
    padding-right: 0;
}
.customList.notificationsList .list-group-item h3 {
    font-weight: 700;
    color: #000;
    margin: 15px 0;
}
.customList.notificationsList .list-group-item h3 .badge {
    float: right;
}
.customList.notificationsList .list-group-item .notificationBody {
    color: var(--scpBlackText);
    font-size: 16px;
    margin: 10px 0;
}
.customList.notificationsList .list-group-item .notificationBody .ellipsisToggle {
    font-size: 16px;
} 
.customList.notificationsList .list-group-item .datetimeValue {
    color: var(--scpHintText);
    font-size: 14px;
    margin: 10px 0;
}
.customList.notificationsList .list-group-item .notificationAction {
    margin: 10px 0;
}
.customList.notificationsList .list-group-item .notificationAction a {
    font-size: 20px;
    font-weight: 400;
    text-underline-offset: 5px;
    display: inline-block;
    text-decoration-thickness: 1px;
    margin-left: 0;
}
.customList.notificationsList .list-group-item .notificationAction a:hover {
}
.customList.notificationsList .list-group-item .notificationAction a:focus {
    color: var(--scpLinkFocus);
    background-color: var(--scpYellowFocus);
}
.readNotificationsTitle {
    font-size: 28px;
    font-weight: 700;
    margin: 60px 0 40px 0;
}
/* NOTIFICATIONS END */


/* LETTERS START */
.letter {
	font-size: 16px;
}
.letter * {
	font-size: 16px;
}
.letter .scoreCriteriaTable {
}
.letter .scoreCriteriaTable thead th:first-child,
.letter .scoreCriteriaTable tbody td:first-child
{
	padding-left: 0px;
}
/* LETTERS END */



/****************************************/
/* SPECIAL MODALS START */
/****************************************/

/* SHAREPOINT ADD FILE START */
.modal-add-file {
    font-size: 18px;
}
.modal-add-file div.checkbox label {display: flex;}
.modal-add-file div.checkbox input[type=checkbox] {
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.modal-add-file div.checkbox input[type=checkbox]:before {
    font-size: 30px;
    top: -2px;
    left: -1px;
    /* position: relative; */
}
.modal-add-file div.checkbox input[type=checkbox]:focus:before {
    top: -3.5px;
    left: -3px;
}
.cell .modal-add-folder .add-folder .table-info {
    padding-left: calc(var(--bs-gutter-x)* .5);
}
/* SHAREPOINT ADD FILE END */

/* SPECIAL MODALS END */


/* TOASTS START */
.toast-header .bi {
    width: 20px;
}
.toast-header .btn-close {
}
/* TOASTS END */



/* LIQUID PAGES START */

/* LIQUID PAGINATION START */
.liquidPagination > li > a.page-link-prev,
.liquidPagination > li > a.page-link-next {
    /* width: 140px; */
}
/* LIQUID PAGINATION END */



/* LIQUID ACCORDION START */
.accordion-button:not(.collapsed)::after {
    order: -1;
    margin-right: 0.5em;
}
.accordion-button::after {
    margin-left: 0px;
    margin-right: 0.5em;
    order: -1;
}
/* LIQUID ACCORDION END */




/* LIQUID PAGES END */



/* FOOTER ON THE BOTTOM START */
/* https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/ */
.bodyContent {
  position: relative;
  /* min-height: 99.6vh; */
  /* min-height: 98.9vh; */
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 181px;    /* Footer height */
}
#content-wrap:has(.renderAsModal) {
  padding-bottom: 0px;    /* Footer height */
}

footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 181px;            /* Footer height */
}
/* FOOTER ON THE BOTTOM END */


