body.siteforce-Modal-Open {
    overflow: visible!important;
}

html {
    background: rgb(244, 244, 244);
	height: 100%;
}

.salesforceIdentityLoginForm2 div:nth-child(5){
	text-align: center;
}

@media only screen and (min-width: 64.0625em) {
    .forceCommunityRecordHomeTabs .recordHomePrimaryContent {
    	width: 100%!important;
	}
}

@media only screen and (max-width: 480px){
    .cCommunityThemeLayout .slds-m-horizontal_small .homeStyle{
        padding: 0;
    }
    
    .cCommunityThemeLayout .slds-m-horizontal_small .contentStyle{
      	padding: 0;  
    }
}
/* ALL EVENTS PAGE */
.comm-page-custom-all-events .tileMenuItemList {
    justify-content: center;
}
/*.comm-page-custom-all-events .tileMenuItemList .slds-size_1-of-1 {
	background-color: transparent;
    width: 19%;
}*/

.slds-align--absolute-center.imagePreview.noImage {
	height: 0;
}

/* CLOUDGAIA EVENTS PAGE */
.slds-size_1-of-1.slds-small-size_1-of-2.slds-medium-size_1-of-3.slds-large-size_1-of-4 {
   width: 19%; 
}

/* CLOUDGAIA EVENTS LISTS */
.comm-page-list-a1M .siteforceSldsTwoCol48Layout.siteforceContentArea .slds-col--padded.slds-large-order--2.comm-layout-column{
    width: 83.3333333333%;  
}
.comm-page-list-a1M .siteforceSldsTwoCol48Layout.siteforceContentArea .slds-col--padded.slds-large-order--1.comm-layout-column{
    width: 16.6666666667%;
}

.navTileLink {
    border-radius: 24px;
}

a.referVisionMobile.slds-text-align_right.slds-float_right.slds-text-title.slds-text-link {
    display: none;
}

.forceCommunitySection .ui-widget,
.comm-layout-column .ui-widget {
    box-shadow: 0 3px 6px rgba(0,0,0,0.161);
    border-radius: 10px;
    background: white;
}

.profileName {
    color:#0B3862;
}

.slds-icon-utility-notification {
    color:#0B3862;
}
.forceCommunityGlobalSearchInput {
	background: #0B3862;
}

.forceSearchInputDesktop .contentWrapper {
	background: white;
    border-radius: 25px;
}

.cb-section_row {
    background: rgb(244, 244, 244);
}

.dashboardHeader {
    display: none;
}

/* GENERIC RECORD LIST PAGE */
.slds-card.forceListViewManager{
    padding: 20px;
}

/* Remove  button of contact starndard component - community */
.comm-page-detail-810 .ThemeLayout .forceHighlightsPanel .actionsContainer .branding-actions {
    display: none;
}

/* Remove  button of case starndard component - community */
.comm-page-detail-500 .ThemeLayout .forceHighlightsPanel .actionsContainer {
    display: none;
}
/* Remove  button of case files - community */
.comm-page-detail-500 .ThemeLayout .forceRelatedListSingleContainer .forceRelatedListCardHeader .forceActionsContainer {
    display: none;
}

/* home components fix */
@media only screen and (min-width: 1024px){
    .comm-page-home .ThemeLayout .forceListViewManager {
        max-height: 770px;
    }
    .comm-page-home .ThemeLayout .forceListViewManager .forceListViewManagerPrimaryDisplayManager .listViewContent .uiScroller.scroller-wrapper.scroll-bidirectional{
        max-height: 600px;
    }
    .comm-page-home .ThemeLayout .cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12.slds-large-size_4-of-12 div[data-region-name="1"]:first-child,
    .comm-page-home .ThemeLayout .cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12.slds-large-size_4-of-12 div[data-region-name="1"]:first-child .ui-widget:last-child {
        height: 93.6%;
    }
}
/* Flow */
.comm-page-custom-request-information .ThemeLayout .flowruntime-input,
.comm-page-custom-request-information .ThemeLayout .flowruntimeInputWrapper .uiBlock {
    margin: auto;
}

.comm-page-home .ThemeLayout .cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12.slds-large-size_4-of-12 div[data-region-name="1"]:first-child, 
.comm-page-home .ThemeLayout .cb-section_column.slds-size_12-of-12.slds-max-medium-size_12-of-12.slds-large-size_4-of-12 div[data-region-name="1"]:first-child .ui-widget:last-child {
    height: 100%;
}

