.MessageSidePanel.hidden * {
	visibility: hidden;
	min-width: 0px;
	width: 0%;
}

.MessageSidePanel {
	max-width: 400px;
	min-width: 320px;
	visibility: visible;
	width: 30%;
}

.OTCSswitch {
    border-color: #a9a9a9;
    border-radius: 12px;
    font-size: 13px;
    height: 24px !important;
    width: 46px !important;
	margin: 1px 0px 0px 26px;
	cursor: pointer;
}

.OTCSswitch.OTCSswitch-on {
    background-color: #0072aa;
}

.OTCSswitch.OTCSswitch-off {
	border-color: #a9a9a9;
}

.OTCSswitch-off .OTCSswitch-handle-off {
    background: #fff;
    border-radius: 12px;
    color: #fff;
	background-color:  #666;
    font-size: 0;
    height: 3px;
    margin: 3px 3px 2px 20px;
    padding: 8px;
    width: 3px !important;
	background-image: url(images/notification_switch_x.svg);
	background-repeat: no-repeat;
}

.OTCSswitch.OTCSswitch-wrapper.OTCSswitch-on {
    background-color: #0072aa;
}

.OTCSswitch input[type=checkbox], .OTCSswitch input[type=radio] {
    cursor: pointer;
    filter: alpha(opacity = 0);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute !important;
    top: 0;
    z-index: -1;
}

.OTCSswitch-container {
    align-items: center;
    background-color: #0072aa;
	border-radius: 12px;
    display: flex;
    width: 44px !important;
	height: 22px;
	border: #a9a9a9 solid 1px;
}

.OTCSswitch-off .OTCSswitch-container{
	background-color: #666;
}

.OTCSswitch-on .OTCSswitch-handle-on {
    background-color: #fff;
    border-radius: 10px;
    color: #fff;
	background-color: #0072aa;
    font-size: 13px;
    font-size: 0;
    height: 7px;
    margin: 4px 3px;
    padding: 4px;
    width: 14px !important;
	background-image: url(images/notification_switch_check.svg);
	background-repeat: no-repeat;
}

.OTCSswitch-off .OTCSswitch-handle-on {
    background-color: #fff;
    border-radius: 10px;
    margin-left: -12px;
    left: 16px;
    width: 18px;
    position: relative;
}

.OTCSswitch-handle-off {
    background: #fff;
    border-radius: 12px;
    color: #fff;
    font-size: 0;
    height: 8px;
    margin: 2px 4px 2px 0px;
    padding: 4px;
    width: 8px !important;
}

.notifyJewelLocation {
	position: relative;
}

div#nav>ul#tGlobalMenus>li#notifyJewel.notifyJewelLocation>a>img {
	top: -2px;
	position: relative;
}

#notifyJewel a {
	padding: 0px;
	height: 35px;
}

#messageSidepanelFooter,
#NotificationCenterSettingsFooter {
	position: sticky;
	color: rgb(51, 51, 51);
	top: 100%;
	height: 48px;
	width: 100%;
	padding-left: 140px;
	background-color: #f4f4f4;
	z-index: 100;
	display: flex;
}

#messageSidepanelFooterButtons {
	right: 	0px;
	top: -2px;
	position: static;
}

.messageSidePanelpopup.wide #messageSidepanelFooterButtons {
	left: 410px;
	top: -2px;
	position: relative;
}

#messageSidepanelFooter button,
#NotificationCenterSettingsFooter button {
	position: relative;
	border-radius: 16px;
	min-width: 80px;
	padding: 0px 24px;
	margin: 10px 4px 28px 4px;
	height: 32px;
	justify-content: center;
	font-size: 14px;
	border: #232e72 1px solid;
	background-color: #fff;
	color: #232e72
}

#messageSidepanelFooter button:hover,
#NotificationCenterSettingsFooter button:hover {
	box-shadow: 0px 0px 0px 1px black inset
}

.notification_bellnotifyactive {
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 10px;
	margin-right: 10px;
}

.notificationBubbleContainer .badge {
	position: absolute;
	min-width: 17px;
	background-color: #d9001b;
	border: 1px solid #fff !important;
	border-radius: 16px;
	color: #fff;
	top: 0px;
	text-align: center;
	font-size: 11px !important;
	padding: 2px !important;
	display: none;
	right: -8px;
}

.notificationBubbleContainer .badge.overflow {
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 16px;
}

#MessageSidePanel.hidden {
	visibility: hidden;
	width: 0%;
}

#MessageSidePanel {
	right: 0px;
	visibility: visible;
	display: block;
	float: right;
	width: 30%;
	max-width: 400px;
	transition: width, 0.3s;
	position: fixed;
}

.message-loading-message {
	top: 0;
	position: absolute;
	padding: 100px 0px;
	width: 100%;
	text-align: center;
	font-size: 26px;
}


.messageSidebarOverlay {
	position: fixed;
	/* Sit on top of the page content */
	display: none;
	/* Hidden by default */
	width: 100%;
	/* Full width (cover the whole page) */
	height: 100%;
	/* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	/* Black background with opacity */
	z-index: 20;
	/* Specify a stack order in case you're using a different order for other elements */
	cursor: default;
	/* Add a pointer on hover */
}

.messageSidebarOverlay.openDialog {
	z-index: 103;
}


/* Side slideout panel */
.messageSideHeader {
	border-bottom: 1px solid #999;
}

.messageSideSidebar {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-basis: 406px;
	min-width: 406px;
	border-right: 1px solid #999;
	background-color: #eee;
}


.messageSidePanelpopup {
	display: none;
	color: #333;
	line-height: 22px;
	z-index: 100;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	max-width: 400px;
	height: 100%;
	bottom: 0px;
	position: fixed;
	font-size: 14px;
}

#MessageSidePanel.wide {
	max-width: 800px;
}

#MessageSidePanelInner.expand {
	width: 320px;
}

.messageSidePanelInner {
	background-color: #ffffff;
	width: 100%;
	height: calc(100% - 112px);
	overflow-y: auto;
}

.messageSidePanelHeader,
#NotificationCenterSettingsHeader {
	background-color: #66d4d6;
	height: 64px;
	display: flex;
	flex: auto;
	overflow: hidden;
}

.messageSidePanelHeaderTitle,
#NotificationCenterSettingsHeaderTitle {
	margin: 0px 0 0px 16px;
	color: #003939;
	width: calc(100% - 22px);
	vertical-align: middle;
	display: inline-block;
	padding-right: 48px;
	height: 100%;
	overflow: hidden;
	max-height: calc(50vh - 80px);
}

.messagePanelSidebarCard {
	background-color: #eef2f4;
	border: 1px #eef2f4 solid;
	border-radius: 5px !important;
}

.messageSidePanelHeaderTitle h1,
#NotificationCenterSettingsHeaderTitle h1 {
	padding-top: 20px;
	font-size: 24px;
	margin-left: 5px;
	line-height: 24px
}

.notifybubble {
	display: block;
	visibility: hidden;
}

.messageSidePanelSetting {
	display: inline-block;
}

.csui-icon-v2 .csui-icon-v2-focus {
	stroke: none;
	fill: none;
}

.messageSideSectionTitleContainer {
	padding: 10px 36px 14px 12px;
	height: 16px;
	width: 100%;
	max-width: 400px;
	background: #e6f0d8;
	border-bottom: 1px solid #d7d7d7 !important;
	display: inline-block;
	cursor: pointer;
}

.message-icon-status-container {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
}

.message-summary-container {
	margin-bottom: 5px;
}

.message-summary-icon {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 6px;
	position: relative
}

.messageSideSectionTitle,
.messageSideSectionTitleContainer .count {
	font-size: 14px !important;
	max-width: 200px;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: break-word;
}

.XX_messageSidePanelpopup:before {
	position: absolute;
	content: '.';
	top: 0;
	left: 0px;
	height: 100vh;
	box-shadow: -14px 0px 17px 1px #ddd;
}

.messageSidebarHeader {
	text-align: center;
	line-height: 25px;
	color: #000;
	border-top: 1px solid #96D1EF;
	border-bottom: 1px solid #96D1EF;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

.messageSideListing {
	flex-grow: 1;
	overflow: hidden;
	overflow-y: auto;
}

.messageSideListing ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	height: 100%;
}

.messageSideSectionListingContainer {
	background-color: #fff;
}

.messageSideSectionListingContainer ol {
	margin: 0;
}

.messageSideListing .messageItem {
	position: relative;
	overflow: hidden;
	list-style-type: none;
	margin: 5px 3px 2px 3px;
	background-color: #eef2f4;
	border: 1px #eef2f4 solid;
	border-bottom: 1px solid #d7d7d7 !important;
	border-left: 4px transparent solid;
	padding: 12px 10px 2px 16px !important;
	text-align: left;
	font-size: 12px !important;
	line-height: 20px !important;
	cursor: pointer;
	white-space: normal;
}

.messageSideListing .messageItem.unread {
	border-left: 4px solid #7b9ab0 !important;
	font-weight: 680 !important;
	border-radius: 4px;
}

.messageSideListing .messageItem.unread.message_type_alert {
	border-left: 4px solid #df6800 !important;
}

.messageSideListing .messageItem.unread.message_type_success {
	border-left: 4px solid #067d14 !important
}

.messageSideListing .messageItem.unread.message_type_error {
	border-left: 4px solid #df3324 !important
}

.messageSideListing .messageItem:hover {
	background-color: #d0d0e0;
}

.messageSideListing .messageItem .messageDelete {
	float: right;
	height: 20px;
	width: 20px;
}

.notificationItemDisableContainer {
	position: relative;
	top: 50%;
}

.notificationItemDisable,
.notificationItemDisableContainer {
	float: right;
	height: 20px;
	width: 20px;
}


.NotificationCenterDialog {
	box-shadow: 0px 0px 10px 1px #333;
	display: block;
	visibility: visible;
	width: 480px;
	height: 215px;
	right: calc(50% - 240px);
	top: calc(50% - 125px);
	margin: 30px auto;
	background-color: #fff;
	position: fixed;
	border-bottom: 4px solid #111B57;
	border-radius: 2px;
	z-index: 103;
	font-family: "OpenText Sans", Helvetica, Arial, sans-serif;
}

.NotificationCenterDialogHeader,
.NotificationCenterDialogBody {
	padding: 20px 24px 12px 24px;
}

.NotificationCenterHeaderTitle {
	font-size: 18px;
}

#NotificationCenterDialogSimple {
	white-space: pre-wrap;
	max-height: calc(100vh - 206px);
	overflow: overlay;
	word-wrap: break-word;
	text-overflow: ellipsis;
}

.NotificationCenterDialogFooter {
	position: absolute;
	width: 100%;
	height: 32px;
	bottom: 0px;
    padding: 16px 24px 16px 0px;
	margin-top: 20px;
}

.NotificationCenterDialogFooter button {
	float: right;
	border-radius: 16px;
	min-width: 80px;
	height: 32px;
	padding: 0px 24px;
	margin: 0px 10px 10px 10px;
	border: solid 1px;
}

.NotificationCenterDialogFooter button:focus {
	box-shadow: inset white 0 0 1;
}

.NotificationCenterDialogFooter button:nth-child(2) {
	background-color: #232e72;
	color: #fff;
}

.NotificationCenterDialogFooter button:nth-child(2):hover {
	background-color: #171f4c;
}

.NotificationCenterDialogFooter button:first-child:hover {
	box-shadow: 0px 0px 0px 1px black inset
}

#NotificationCenterQuestionIcon {
	background-image: url('images/notification_question.svg');
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 8px;
}

#NotificationCenterInfoIcon {
	background-image: url('images/notification_information.svg');
	background-repeat: no-repeat;
	display: inline-block;
	height: 24px;
	width: 24px;
	margin-right: 8px;
}

.NotificationCenterDialog.hidden {
	display: none;
	visibility: hidden;
}



.messageSidePanelClose,
.NotificationSettingsClose {
	background-image: url('images/action_close_max32.svg');
	background-size: 32px 32px;
	background-repeat: no-repeat;
	padding: 16px;
	margin: 16px 0px 16px 0px;
	right: 16px;
	position: relative;
}

#NotificationCenterSettingsPipelineName {
	display: flex;
}

.messageSidePanelClose:hover,
.messageSidePanelClose:focus,
.NotificationSettingsClose:hover
 {
	background-image: url('images/action_close32.svg');
	background-size: 32px 32px;
	background-repeat: no-repeat;
}

.NotificationSettingsClose:focus {
	background-image: url('images/action_close32.svg');
	background-size: 32px 32px;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

.notificationCenterSettingsOpen {
	background-image: url('images/notification_gear.svg');
	background-size: 32px 32px;
	background-repeat: no-repeat;
	padding: 16px;
	margin: 16px 0px 16px 0px;
	right: 22px;
	position: relative;
}

.insightsGear {
	background-image: url('images/notification_gear.svg');
	background-size: 32px 32px;
	background-repeat: no-repeat;
	padding: 16px;
	float: right;
	position: relative;
}

.notificationCenterSettingsOpen:hover,
.notificationCenterSettingsOpen:focus {
	background-image: url('images/notification_gear_hover.svg');
	background-size: 32px 32px;
	background-repeat: no-repeat;
}

.NotificationsCenterProviderOptions .chevron {
	left: -33px;
	position: relative;
}
#NotificationsBackButton {
	background-image: url('images/notification_back.svg');
	background-size: 28px 28px;
	background-repeat: no-repeat;
	padding: 0px 18px 0px 10px;
	margin: 18px 0px 18px 20px;
}

#NotificationsBackButton:hover,
#NotificationsBackButton:focus
 {
	background-image: url('images/notification_back_hover.svg');
	background-size: 28px 28px;
	background-repeat: no-repeat;
}

.delete-icon-container {
	float: right;
	height: 20px;
	width: 20px;
}

.messageSideListing .messageItem:hover span.messageDelete,
.messageSideListing .messageItem span.messageDelete:focus {
	background-image: url('images/notification_cancel32.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 12px;
	width: 12px;
	margin: 4px 4px 2px 2px;
}

.messageSideListing .messageItem .delete-icon-container:hover,
.messageSideListing .messageItem .delete-icon-container:focus
 {
	visibility: visible;
	outline: 1px solid #2e3d98 !important;
	border-radius: 50%;
	background-color: #eef2f4;
}

.messageSideListing .messageItem.selected,
.messageSideListing .messageItem:focus {
	background-color: #e0e0e9;
	border-right: 4px solid #2e3d98;
}

.messageSideListing .messageIcon {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
}

.messageSideListing span.messageIcon.icons {
	width: 36px;
	height: 36px;
}

.messageSideListing .messageIcon icons {
	width: 32px;
	height: 32px;
}

.messageSidebarHeader {
	border-bottom: 1px solid #ccc;
}

.messageSideListing .messageIcon.icon .summary-icon-status-container {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px !important;
	height: 16px !important;
}

.loadingMessagePanel {
	position: absolute;
	padding: 50px 100px;
	border: 3px #454545 solid;
	display: none;
	z-index: 100;
	background-color: #ffffff;
}

.loadingMessagePanel>div {
	font-size: 16px;
	color: #333333;
}

.messageSideNoMessageIcon,
#NotificationCenterSettingsBWSEmptyIcon,
#NotificationCenterSettingsEmptyIcon {
	height: 77px;
	width: 110px;
	background-image: url('./images/notifications_empty.svg');
	background-repeat: no-repeat;
}

.messageSideNoMessageIcon {
	margin: 0% 40% 15px 20%;
}

.messageSideNoMessageContainer {
	position: absolute;
	top: 44%;
	left: 30%;
	z-index: 4;
}

.messageSideNoUnreadMessage,
.messageSideNoMessage {
	top: 0;
	text-align: center;
	display: none;
	font-size: 16px;
	white-space: normal;
	background-color: #fff;
}

.messageSideNoMessageContainer.details {
	left: 40%;
}

/* Message Panel */
.messagePanelOverlay {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 500ms;
	opacity: 1;
	color: #FFFFFF;
}

.messagePanel {
	margin: 50px auto;
	background-color: #fff;
	position: relative;
	height: calc(100vh - 100px);
	width: calc(100vw - 100px);
	line-height: 30px;
	max-width: 1600px;
	font-family: Arial;
	font-size: 16px;
	overflow: hidden;
	color: #333;
	white-space: normal;
}

.messagePanelHeader {
	text-align: center;
	height: 25px;
	line-height: 25px;
	color: #000;
	background-color: #EAF6FC;
	border-top: 1px solid #96D1EF;
	border-bottom: 1px solid #96D1EF;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.messagePanelToolbar {
	position: absolute;
	right: 30px;
}

.messagePanelNoMessage {
	font-size: 18px;
	font-weight: bold;
}

.messagePanelNoMessage {
	display: none;
}

.messagePanelContents {
	width: 0px;
	position: fixed;
	top: 64px;
	height: 100%;
	right: 0%;
	border: 1px #f2f2f2 solid;
	background-color: #fff;
	display: hidden;
	visibility: hidden;
}

.messagePanelSidebar.hidden {
	visibility: hidden;
}

#MessagePanelContents {
	border: #fff;
}

#MessagePanelContents.wide {
	width: 481px;
	right: 0px;
	transition: visbility, 0.3s;
	visibility: visible;
}

/* Sidebar */
.messagePanelSidebarHeader {
	border-bottom: 1px solid #999;
}

.messagePanelSidebar {
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	border-right: 1px solid #999;
}

.messagePanelChickletTitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
}

.messagePanelCountBadges {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.messagePanelCountBadge {
	flex-grow: 1;
	text-align: left;
	padding: 2px 4px;
	min-width: 16px;
	line-height: 16px;
	font-weight: bold;
	font-size: 16px;
}

.messagePanelCountBadge.unread {
	flex-grow: 0;
	text-align: center;
	background-color: #dc0d17;
	color: #fff;
	padding: 3px 1px;
	-webkit-background-clip: padding-box;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: normal;
	min-height: 13px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	position: relative;
	font-size: 12px;
	bottom: 1px;
}

.messagePanelListing {
	flex-grow: 1;
	overflow: hidden;
	overflow-y: auto;
}


.messagePanelListing ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	height: 100%;
}


.messagePanelListing .messageItem {
	position: relative;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 4px transparent solid;
	padding: 25px 20px 15px 30px;
	text-align: left;
	font-weight: normal;
	cursor: pointer;
}

.messagePanelListing .messageItem.unread {
	font-weight: bold;
	border-left: 4px #3366cc solid;
}

.messagePanelListing .messageItem:hover,
.messagePanelListing .messageItem:focus {
	background-color: #b2bec5;
}

.messagePanelListing .messageItem.selected {
	background-color: #cbd3d9;
}


.messagePanelListing .messageElementContent {
	position: relative;
	font-size: 14px;
	line-height: 1.3em;
	margin-bottom: 10px;
	overflow: hidden;
	max-height: 3.5em;
}

.messagePanelListing .messageElementContent:after {
	content: ".";
	position: absolute;
	left: 0;
	top: 0px;
	height: 3.5em;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
	color: rgba(0, 0, 0, 0);
	width: 100%;
}

.messagePanelListing .messageItem:hover .messageElementContent:after {
	background-image: linear-gradient(rgba(208, 208, 224, 0), #d0d0e0);
}

.messagePanelListing .messageItem.selected .messageElementContent:after {
	background-image: linear-gradient(rgba(224, 224, 233, 0), #e0e0e9);
}

.messagePanelListing .messageItem:hover .messageIcon {
	visibility: hidden;
	transition: 0.5s;
}

.messagePanelListing .messageElementSystem {
	display: flex;
	clear: both;
	justify-content: space-between;
	font-size: 14px;
}

.messagePanelListing .notifyElementName {
	color: #66c;
}

.messageItem .notifyElementSystem {
	float: right;
}

/* Message details section */

.messagePanelDetails {
	flex-grow: 1;
	text-align: left;
	overflow-y: auto;
	word-wrap: break-word !important;
	font-size: 12px;
}

.message-message-container {
	padding-left: 43px;
	font-weight: lighter;
}

.notifyElementDate {
	font-weight: lighter;
	top: -4px;
	position: relative;
	color: #6e6e6e;
	padding-right: 6px;
}

.messagePanelDetails .messageWrapper {
	padding: 40px 80px;
}

.messagePanelDetails .messageHeader {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.messagePanelDetails .messageSubject {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0;
}

.sourceIcons {
	position: relative;
	float: right;
	display: flex;
	height: 22px;
}

.messageSideSectionTitleContainer .chevron {
	margin: 0px 20px 0px 6px;
	background-image: url('images/chevron.svg');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
}

#NotificationCenterSettingsRightPanel .chevron{
	background-image: url('images/chevron.svg');
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0px;
	top: 5px;
}

.chevron ~ span {
	left: -20px;
	position: relative;
}

#NotificationCenterSettingsRightPanel .chevron.collapsed {
	transform: rotate(90deg);
}

.chevron.expanded {
	transform: rotate(180deg);
	transition: transform, 0.2s;
}

.chevron.collapsed {
	transform: rotate(90deg);
	transition: transform, 0.2s;
}

.chevron.collapsed ~ .optionDescription {
	display: none;
}

.messageSideSectionTitleContainer .deleteAll {
    position: relative;
    top: -5px;
    background-image: url(images/notifications_trashcan.svg);
    background-repeat: no-repeat;
    padding: 6px;
    height: 20px;
    width: 20px;
}

.messageText p span,
.messageSubject p span {
	word-wrap: break-word;
}

.messageSubject p {
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.messageText p {
	margin-bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notifyElementWrap .messageSubject span {
	font-size: 14px !important;
	color: #333;
}


.messagePanelDetails .messageMetadataRow {
	display: flex;
	justify-content: space-between;
}

.messagePanelDetails .messageMetadataItemLabel {
	color: #999;
	margin-right: 20px;
}

.messagePanelDetails .messageMetadataItemValue.messageFrom {
	font-weight: bold;
	color: #66c;
}

.messagePanelDetails .messageMultipart {
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

.messagePanelDetails .messageContent {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 14px;
}

.messagePanelDetails .messageMultipart:last-child {
	border-bottom: 1px solid #999;
}

.messagePanelCountBadge.noUnreadCount {
	visibility: hidden;
}

.message-thread-details-header {
	background: #f2f2f2;
	padding: 10px 10px 7px 15px;
	height: auto;
	overflow: visible;
	font-size: 14px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.message-thread-details-item {
	border-bottom: 1px solid #d7d7d7 !important;
	cursor: default;
	background: #fff;
	padding: 12px 0px 3px !important;
	margin: 0px 0px 0px 15px !important;
	font-size: 13px !important;
	line-height: 20px !important;
	display: flex;
}

.details-message-container {
	margin-bottom: 5px !important;
	display: flex;
}

.details-message-text a {
	word-break: break-all;
	text-decoration: underline;
	font-weight: bold;
	display: contents;
}

.details-message-text a:hover {
	color: #23527c;	
}

.details-message-text a:focus {
	outline: 1px solid #2e3d98 !important;
	text-decoration: none;
}


.details-message-text ol,
.details-message-text ul {
	padding-left: 21px;
	margin-top: 15px;
	width: 95%
}

.details-message-text ol {
	list-style-type: decimal
}

.details-message-text ul {
	list-style-type: initial
}

.details-message-text hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: none
}

.details-message-text b {
	font-weight: 700 !important
}

ol.message-thread-details-collection {
	overflow-x: hidden;
}

ol.message-thread-details-collection {
	list-style: none;
	padding: 0;
	margin: 0px;
	height: calc(100vh - 112px);
	overflow-y: auto;
}

.message-thread-time-container {
	float: right !important
}

.message-thread-time-text span {
	color: #757575
}

.message-thread-details-icon {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px !important;
	position: relative
}

.message-thread-details-icon-container {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.message-thread-details-icon-container,
.message-thread-details-icon-container span {
	width: 40px !important;
	height: 40px !important
}

.message-thread-details-icon-status-container {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px !important;
	height: 16px !important
}

.details-message-container .details-message-text {
	text-align: start !important;
	font-size: 12px !important;
	line-height: 18px !important;
	word-wrap: break-word;
	white-space: normal;
}

.details-message-text span {
	display: contents;
}

.details-message-text p {
	width: 400px;
}

.details-message-text p span {
	word-wrap: break-word;
}

.details-message-text p span {
	overflow-wrap: anywhere;
	word-break: break-word;
	display: block;
	white-space: normal;
	overflow-wrap: break-word;
}

.details-message-container .group-details-subject-text span,
.details-message-container .group-details-time-text span,
.details-message-container .iwatch-details-header,
.details-message-container .summary-heaader-title,
.details-message-container .summary-message-text span,
.details-message-container .summary-subject-text span,
.details-message-container .summary-time-text span {
	text-align: start !important;
    font-family: 'OpenTextSans-Regular', 'OpenText Sans', sans-serif !important;
    word-wrap: break-word !important;
	font-size: 12px
}

.details-time-text {
	font-family: 'OpenTextSans-Regular', 'OpenText Sans', sans-serif !important;
	font-size: 13px;
	bottom: 0px;
	position: relative;
}

div.details-time-container div.details-time-text p {
	color: grey;
	margin-bottom: 5px;
}

.details-time-container {
	position: sticky;
	right: 5px;
	height: 20px;
	top: 100%;
}

#message-thread-details .details-message-text span > a {
	font-weight: bold;
	text-decoration: underline;
}

#message-thread-details .details-message-text span > a:hover {
	color: #23527c
}

.message-icon-status-container {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
}

.messageSideListing .messageIcon {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
}


.messagePanelSidebar .messageIcon {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
}


.messagePanelSidebar span.messageIcon.icons {
	width: 36px;
	height: 36px;
}

.messagePanelSidebar .messageIcon icons {
	width: 32px;
	height: 32px;
}

.messagePanelSidebar .messageIcon.iconState_error,
.messageSideListing .messageIcon.iconState_error {
	background-image: url('images/notification_error.svg');
}

.messagePanelSidebar .messageIcon.iconState_alert,
.messageSideListing .messageIcon.iconState_alert {
	background-image: url('images/notification_warning.svg');
}

.messagePanelSidebar .messageIcon.iconState_confirmation,
.messageSideListing .messageIcon.iconState_confirmation {
	background-image: url('images/notification_success.svg');
}


.messagePanelSidebar .messageIcon.icon .summary-icon-status-container {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px !important;
	height: 16px !important;
}

.notifyElementDate {
	float: right;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.messageSidePanelInner div.loader {
	margin: auto;
	position: relative;
	border: 12px solid #d6d5e8;
	border-left: 12px solid #2e3d98;
	transform: translateZ(0);
	-webkit-animation: load8 1s infinite linear;
	animation: load8 1s infinite linear;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}

.messageSidePanelInner div.load-container .outer-border {
	-webkit-animation: delayWheel 2525ms forwards;
	animation: delayWheel 2525ms forwards;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	border: 5px solid #fff;
	box-shadow: 0 0 0 17px #fff inset;
	border-radius: 100%;
	z-index: 101;
}

.messageSidePanelInner .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}



.message-details-items-show-more,
.message-summary-items-show-more {
	background: #fff;
	padding: 12px 10px 20px !important;
	margin-left: 10px !important;
	font-size: 13px !important;
	line-height: 20px !important;
	cursor: pointer;
}


.message-details-items-show-more-text,
.message-summary-items-show-more-text {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin: 0 !important;
}

.message-summary-items-show-more-text span a {
	color: #337ab7 !important;
	text-decoration: none;
}

.message-summary-items-show-more-text span a:hover {
	color: #23527c !important;
	text-decoration: underline !important;
}

.details-message-container .details-message-text a {
	color: #337ab7 !important;
	text-decoration: underline;
}

.details-message-container .details-message-text a:hover {
	color: #23527c !important;
}

.NotificationCenterSettings.hidden {
	display: none;
	visibility: hidden;
	width: 0px;
	transition: width 0.7s, display 0.7s;
}

#showMoreDetails {
	text-align: center;
	vertical-align: baseline;
	padding: 20px;
	margin: 2px 0px 3px 14px;
}

li>#showMoreDetails a {
	color: #337ab7;
	font-size: 13px;
}

li>#showMoreDetails a:hover {
	text-decoration: underline;
}

.NotificationCenterSettings {
	position: fixed;
	display: block;
	visibility: visible;
	height: 100vh;
	width: 800px;
	transition: width 0.7s, display 0.7s;
	background-color: #ffff;
	z-index: 101;
	top: 0;
	right: 0;
}

#NotificationCenterSettingsBody {
	height: calc(100% - 112px);
	display: flex;
}

#NotificationCenterSettingsRightPanel {
	width: 100%;
	padding: 7px 20px 0px 26px;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 14px;
	font-weight: 400;

}

#NotificationCenterSettingsRightPanel h3 {
	font-size: 18px;
	color: #00498f;
	margin: 7px -3px 0px;
}

.NotificationsCenterProviderOptions form {
	padding: 6px 17px;
}

#NotificationCenterSettingsRightPanel p,
#NotificationCenterSettingsRightPanel label {
	font-size: 14px;
	font-weight: 100;
	line-height: 19px !important;
	padding-left: 3px;
}

#NotificationCenterSettingsBody ol {
	list-style: none;
	margin: 0px;
}

.NotificationsCenterSettingsProviderDescription p {
	top: 5px;
	position: relative;
}

.optionDescription {
	margin-left: 26px;
	padding-top: 5px;
}

.optionDescription input[type="checkbox"] + label {
	margin: 0px;
	top: 3px;
	position: relative;
}

.optionDescription label {
	margin-top: 5px;
	margin-left: 2px;
}

#NotificationCenterSettingsLeftPanel li.selected {
	background-color: #eef2f4;
	border-left: 4px solid #232e72;
	font-weight: bolder;
}

#NotificationCenterSettingsBody input[type=checkbox]~span {
	font-size: 14px;
}

#NotificationCenterSettingsBody select {
	width: 80%;
	height: 30px;
}

h3:hover select {
	height: 10px;
}

#NotificationCenterSettingsBody a {
	color: #337ab7;
}

.NotificationCenterSettingProviderPane {
	padding-top: 10px;
}

.NotificationCenterSettingProviderItemContainer {
	font-size: 14px;
	border-top: 1px solid #e6e7e8;
	padding: 10px 24px 10px 24px;
}

#NotificationCenterSettingsLeftPanel {
	border-right: solid 1px #e6e7e8;
}

#NotificationCenterSettingsLeftPanel ol {
	white-space: normal;
	min-width: 240px;
}

#NotificationCenterSettingsLeftPanel li {
	min-height: 26px;
	border-top: solid 1px #e6e7e8;
	width: 240px;
}

#NotificationCenterSettingsLeftPanel p {
	margin: 0;
}

#NotificationCenterSettingsLeftPanel div {
	padding: 15px 15px 15px 30px !important;
}

.NotificationCenterSettingProviderItemContainer:hover,
.NotificationCenterSettingProviderItemContainer:focus {
	background-color: #bac9ce;
}

.NotificationCenterSettingProviderItemContainer {
	top: 60%;
}

.NotificationCenterSettingProviderItemContainer:hover .notificationItemDisable,
.NotificationCenterSettingProviderItemContainer .notificationItemDisable:focus
 {
	background-image: url('./images/notifications_trashcan.svg');
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	margin-top: 8px
}

.notificationItemDisableContainer:hover .notificationItemDisable,
.notificationItemDisableContainer:focus .notificationItemDisable {
	background-image: url('./images/notifications_trashcan_hover.svg');
}

.NotificationCenterSettingProviderItemContainer * {
	overflow: hidden;
	text-overflow: ellipsis;
}

.notificationItemDisableContainer {
	overflow: unset;
}

.NotificationCenterSettingProviderItemNameContainer {
	padding-bottom: 10px;
}

.NotificationCenterSettingProviderItemPathContainer {
	font-size: 12px;
	color: #757575;
}

.NotificationsCenterSettingsProviderDescription p {
	font-size: 14px;
	margin: 0px;
}

.NotificationsCenterProviderOptions {
	margin: 15px 0px 0px 15px;
}

.NotificationsCenterProviderOptions .checkboxContainer {
	padding: 8px 0px 8px 0px;
}

input[type="checkbox"]~span {
	margin-left: 5px;
}

.optionDescription select {
	border-radius: 5px;
}

#NotificationCenterSettingsRightPanel #NotificationCenterSettingsProviderMethodsRegion input[type=checkbox],
#NotificationCenterSettingsRightPanel #NotificationCenterSettingsProviderMethodsRegion input[type=checkbox]:before {
	accent-color: #11174d;
	width: 1.1em;
	height: 1.1em;
}

#NotificationCenterSettingsProviderMethodsRegion input[type=checkbox]:before {
	opacity: 0;
}

#NotificationCenterSettingsRightPanel #NotificationCenterSettingsProviderMethodsRegion input[type="checkbox"] {
	margin: 0;
}

#NotificationCenterSettingsProviderMethodsRegion .halfCheck input{
	z-index: -1;
	opacity: 0;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	right: 0px;
}

.halfCheckboxContainer {
	height: 0px;
	width: 0px;
}

.halfCheckboxContainer.halfCheck {
    height: 1.0em;
    width: 1.0em;
    background-image: url(images/notification_halfcheckmark.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    cursor: pointer;
	margin-right: 1px;
}

.halfCheckboxContainer.halfCheck.disabled {
	background-image: url('images/notification_halfcheckmark_disabled.svg');
}

.halfCheck .optionDescription {
	margin-bottom: 0px;
}

.optionTitleContainer {
	width: 100%;
}

.NotificationsCenterProviderOptions input.NotificationsCenterOption {
	top: -1px;
}

#NotificationCenterSettingsProviderMethodsRegion .NotificationsCenterProviderOptions input[type=checkbox].NotificationsCenterOption:disabled {
opacity: 1;
}

.optionDescription input[type="checkbox"] {
	position: relative;
    margin-right: 3px;
    margin-bottom: 2px;
    margin-left: 10px;
    margin-top: -2px;
	height: 14px;
	width: 14px;
}

#NotificationCenterSettingsRightPanel select[disabled] {
	background-color: #eee;
	color: #666;
	border: 1px solid #a7a9ac;
}

#NotificationCenterSettingsRightPanel > div {
	padding: 7.5px;
}

#NotificationCenterSettingsPipelineName h3 {
    position: relative;
    top: -5px;
    left: 3px;
}

#NotificationCenterSettingsEmpty.hidden {
	display: none;
	visibility: hidden;
}

button.hidden {
	visibility: hidden;
}

#NotificationCenterSettingsEmpty {
	display: block;
	visibility: visible;
	height: 80%;
	width: 100%;
}

#NotificationCenterSettingsBWSEmpty {
	display: block;
	visibility: visible;
	height: 50vh;
	width: 100%;
	border-top: 1px solid lightgray;
}

#NotificationCenterSettingsEmptyText {
	text-align: center;
	margin: 0px 20px 0px 20px;
}

#NotificationCenterSettingsEmptyText p {
	width: 330px;
	word-wrap: break-word;
	white-space: pre-line;
}

#NotificationCenterSettingsBWSEmptyIcon {
	margin: 120px 138px 16px 134px;
}

#NotificationCenterSettingsBWSEmptyText {
	text-align: center;
	white-space: pre-wrap;
}

#NotificationCenterSettingsEmptyIcon {
	margin: 150px 138px 16px 174px;
}

.messageSideNoMessageText {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
text-align: center;
}

@-moz-document url-prefix() {
	.NotificationCenterSettings select {
		padding-left: 6px;
	}
}