/* 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;
}
	
/* 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;
}