.comm-page-custom-terms-of-use,
.comm-page-custom-error-maintenance {
	background-image: url('/sfsites/c/resource/PPL_SFID_WhiteCircleBackground') !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: right !important;
	height: 100% !important;
}

.comm-page-custom-terms-of-use .cCenterPanel,
.comm-page-custom-error-maintenance .cCenterPanel {
	width: 390px !important;
}

.comm-page-custom-terms-of-use .uiOutputRichText img,
.comm-page-custom-error-maintenance .uiOutputRichText img,
.comm-page-custom-update-password img {
	width: 30% !important;
}

/* Update password page */
.comm-page-custom-update-password .forceCommunityRichText {
	color: white !important;
}

.comm-page-custom-update-password a {
	color: rgb(255,113,51) !important;
}

.comm-page-custom-update-password a:hover {
	text-decoration: underline !important;
}

.comm-page-custom-update-password .siteforceContentArea,
.comm-page-custom-update-password .siteforceDesignTimeRegion {
	width: 500px !important;
}

.comm-page-custom-update-password .cPPL_General_Footer a {
	color: #C5C5C5 !important;
}

.comm-page-custom-password-updated .cCenterPanel {
	width: 720px;
}

/* Case details page */
.comm-page-detail-500 .uiOutputRichText {
	padding: 1.5rem !important;
}

/* Performer claims instructions on Case details page */
.comm-page-detail-500 .test-id__section-content.slds-section__content.section__content {
    padding: 0 !important;
}

/* Case comments related list on Case details page */
.forceCommunityRelatedRecords .outputLookupLink {
	pointer-events: none !important;
	border: none !important;
	color: currentColor !important;
}

/* My User Details on profile header */
.menuList .profile,
.comm-page-usersettings .tabs__nav,
.comm-page-usersettings .locationSection,
.comm-page-usersettings .profileVisibilitySection,
.comm-page-usersettings .hidecancelsavebutton {
	display: none !important
}

.comm-page-usersettings h1 {
	visibility: hidden !important;
}

.comm-page-usersettings h1:before {
	content: 'My User Details' !important;
	visibility: visible !important;
}

.message:nth-of-type(2) {
  display: none;
}

/* Remove empty container from page to prevent scrollbars */
.DESKTOP.uiContainerManager {
	display: none !important;
}
/* Change highlight color */
::selection {
	background-color: rgb(255, 113, 51, 0.5) !important;
}


/*dropdown arrows on related list*/
.comm-page-detail-500 .forceVirtualActionMarker{
	display: none;
}

/*dropdown arrows on comment details*/
.comm-page-relatedlist .forceVirtualActionMarker{
	display: none;
}

/*Body text on new comment*/
.comm-page-detail-500 .slds-modal__container .forcePageBlockSectionRow:nth-of-type(2){
    display:none;
}

/*Checkboxes on new comment*/
.comm-page-detail-500 .label,
.comm-page-detail-500 .slds-modal__container .forcePageBlockSectionRow:nth-of-type(2),
.comm-page-detail-500 .slds-modal__container .forcePageBlockSectionRow:nth-of-type(3),
.comm-page-relatedlist .label,
.comm-page-relatedlist .slds-modal__container .forcePageBlockSectionRow:nth-of-type(2),
.comm-page-relatedlist .slds-modal__container .forcePageBlockSectionRow:nth-of-type(3){
    display:none;
}

.comm-page-detail-500 .initialSortDesc:nth-of-type(2){
	display: none;}

.comm-page-detail-500 .slds-card__body td:nth-of-type(1){
	display: none;
}

.comm-page-relatedlist .slds-cell-edit:nth-of-type(2){
	display: none;
}

.comm-page-relatedlist .slds-align-bottom:nth-of-type(2){
	display: none;
}

.comm-page-relatedlist .slds-dropdown-trigger{
	display: none;
}

/*Remove public*/
th[title="Public"],
td[data-label="Public"]{
	display:none;
}

/*Move header on Claim Details page*/
.comm-page-detail-500 span.test-id__section-header-title:nth-of-type(1){
	position: relative;
	left: -5px;
}

/*Remove field label from Case Comment history table*/
.comm-page-relatedlist th[title="Field"],
.comm-page-detail-500 th[title="Field"]{
  display:none;
}

/*Remove Case from breadcrumb list*/
.comm-page-relatedlist .slds-breadcrumb li:nth-of-type(1){
	display: none;
}

/*Removed hyperlink functionality from users in Case Comment table*/
.comm-page-relatedlist .slds-table a{
  color: inherit;
  text-decoration: inherit;
  pointer-events: none;
  cursor: default;
}

/*Remove last modified for Queires>Case>Attachment page*/
th[title="Last Modified"]{
	display: none;
}

/*Move related list on claims detail page*/
.comm-page-detail-500 .container.forceRelatedListSingleContainer{
	position: relative;
	left: 7px;
}
/*
.comm-page-detail-500 .forcePageBlockItem:nth-of-type(1) div:nth-of-type(1){
	background: red;
}
*/

/*
.comm-page-detail-500 .test-id__field-label-container:nth-of-type(1){
	background: cyan;
}
*/

/*
.comm-page-detail-500 .slds-form .test-id__field-label-container{
	background: red;
	content: 'test content';
	font-size: 12px;
	word-wrap: none;
}*/
