/* Custom nav menu icon (Font Awesome 5) */
/* Bargaining Module (Handshake) */
a.rtIn.BargainNavLink::before {
	content: "\f2b5" !important;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}



/* General */
  .TextButton.selected {
    background-color: #ffa90a;
    background-image: none;
    box-shadow: 2px 2px #999;
    }
	
	
.BargainingEmailContacts {
	display: none;
}
.BargainingButtons {
	display: inline-block;
}
.BargainingButtons.secondary {
	display: block;
}
#EmailMembersButton {
	background-color: #ae0808;
}



	
/* Contacts tab */
.AddContactCustom {
    display: none;
}

/* Coverage Tab*/
.OtherCoverageContainer {
	display: none;
}

/* Send comms page */

.BargainingContactsAll,
.BargainingContactsGroup {
	display: none;
}

.BargainingHeader {
	position: sticky;
	top: 0;
	z-index: 10;
}

.KeyInfoAlertZone {
	background: #fff;
}





.BargainingMainTabs {
    z-index: 10;
    position: relative;
    background: white;
}

/* Default milestones to hidden */
.TaskMilestoneButtons .TextButton {
	display: inline;
}

.BargainingMilestoneList {
	display: none;
}

.TaskMilestoneButtons #ViewTasksButton {
	display: none;
}

.TasksMilestones .iMIS-WebPart > div {
	margin-bottom: 0;
}

/* Align Back buttoin on notes/tasks screens */
#backBtn {
	margin-left: 10px;
	background-color: #85418f;
}

/* Align Back buttoin on notes/tasks screens */
#backBtn:hover,
#backBtn:focus {
	background-color: #fff;
	border: solid 1px #85418f;
	color: #85418f;
}


/* Expand CheckboxList height */
.BargainingMain .PanelFieldValue .CheckBoxList {
	min-height: 150px;
}


.SummaryTabs .FullWidth {
	word-wrap: anywhere;
}