/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */


/*colors
	logo burnt red= #78312B
	logo ..;. puce? = #9D906A
	*/
	
/******* CiviCRM Theme patches ************/
/* some of the default Bootstrap CSS settings cause problems with CiviCRM */
#crm-main-content-wrapper .label, .crm-section .label {
	color:black;
}

/*custom header */
.navbar-header {
	float-none;
	}

.rmha-title-text {
	color:#9D906A;	
}

.report-contents .crm-form-select {
	padding:0px !important;
}

/********** Block Styles ***********/

.block-attention {
	padding: 5%;
	background-color: #9D906A;
	color: white;
	border-color: #78312B;
	border-width: 2px;
}

/***************** FRONT PAGE *****************/
.front-content {
	font-size:1.3em;
}
/******** Membership Blocks ***********/
/* these blocks are specific to a view displaying Member and Membership information to authenticated users */

/* the membership summary block, likely in the primary sidebar */
.view-display-id-membership_summary_block  {
	
}

.view-display-id-membership_summary_block .views-row  {
	margin-top:15px;

}

/* the RMHA ID display */
.view-display-id-membership_summary_block .views-field-rmha-id-assigned-41 {
	font-size:1.2em;
}

/* the labels in the block */
.view-display-id-membership_summary_block .views-label {
	font-weight:200;
	
}

/* the content in the block */
.view-display-id-membership_summary_block .field-content {
	font-weight:400;
}


/* Member Directory */

/* the accordion label */
.member-directory .class-header {
	background-color:#78312B;
	border-radius:10px;
}

.member-directory .class-header .btn-link {
	color:white;
	width:100%;
	text-align:left;

	
}

/*the card body */
.member-directory .card-body {
	margin-left:5%;
}



/******** The printable Membership Card ********/
/* 96px = 1"   card size is 3 3/8 x 2 1/8 (3.375 x 2.125) or 324px x 204px; */

.view-display-id-page_8 .view-header {
	
}

.member-card {
	width:324px;
	border:1px solid #78312B;
	border-radius:15px;
	overflow:hidden;
	border-collapse:separate;
	padding:10px;
}

.member-card-logo {
	width:160px;
}

.member-card-title {
	font-weight:600;
	font-size:2em;
	text-align:center;
}

.member-card-name {
	font-size:24px;
	text-align:center;
}

.member-card-number, .member-card-type, .member-card-since, .member-card-expiration {
		font-size:14px;
}

.member-card .inner {
	padding-left:10%;
}

.member-card-address {
	font-size:1em;
	text-align:center;
}

.member-card address1 {
	padding-top:10px;
}