/* Common */

.cpDialog {
	min-width: 360px !important;
}

.cpWideDialog {
	max-width: 650px !important;
	width: calc(100% - 80px);
}

.cpLeftAlignedCheckBox .sapMCbBg {
	left: 0px !important;
}

.cpToolBar {
	background: #FAFAFA !important;
}
.cpToolBar .sapMText {
	color: #333333 !important;
}
.cpToolBar .sapMTitle {
	color: #333333 !important;
}

.sapMPopover {
	box-shadow: 0 0.625rem 1.875rem 0 rgba(0,0,0,0.40), 0 0 0 1px rgba(0,0,0,0.40) !important;
}

.cpTitleText {
	font-weight: bold;
}
.cpTitleTextH1 {
	font-size: 1.7em;
}
.cpTitleTextH2 {
	font-size: 1.4em;
}
.cpTitleTextH3 {
	font-size: 1.1em;
}

.cpDisabledLabel {
	opacity: 0.5;
}

.cpTableFilterBar {
	background-color: #188092 !important;
}
.cpTableFilterBarLabel {
	color: #D1E8FF !important;
	font-style: italic !important;
}

.cpTableSettingsText {
	color: #32363A; /* @sapUIPrimary6 */
	line-height: 1.5 !important;
}

.cpFormFieldLabel {
	padding-top: 2px !important;
}

.cpViewFooterToolbar {
	background-color: #EFF4F9 !important;
	border: none !important;
	bottom: 51px !important;
	height: 55px !important;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.cpSmallList {
	background-color: #FFFFFF !important;
	border: solid 1px #D3D7D9 !important;
	max-height: 150px !important;
	overflow: hidden;
	overflow-y: auto;
}

/* Sorter dialog (replace the sapUiInvisibleText class with values from sapMGHLITitle class) */

.cpSortDialog .sapUiInvisibleText {
	color: #147575;
	display: block !important;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 2rem;
	margin: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Login view */

.cpLogin {
	background: #EDEFF0 !important; /* @sapUIPrimary4 */
}

.cpLoginContentHBox {
	height: calc(100% - 110px);
	margin: 40px 20px 0px 20px;
	min-height: 330px;
}
.cpLoginContentVBox {
	max-width: 400px;
	width: 100%;
}

.cpLoginText {
	color: #32363A; /* @sapUIPrimary6 */
	font-weight: bold;
}

.cpLoginButton .sapMBtnInner {
	color: #CAE4FB !important;
}
.cpLoginButton .sapMBtnInner:hover {
	color: #2C5B82 !important;
}

/* Status control */

.cpStatusLabel {
	color: #CAE4FB !important;
	margin: 5px 0px 0px 6px !important;
}

/* Presence control */

.cpPresenceMenuButton .sapUiIcon {
	font-size: 1.2em;
}
.cpPresenceMenuButton .sapMBtnContent {
	margin-left: 5px !important;
}
.cpPresenceMenuButtonIconAway .sapUiIcon {
	color: #FF8888 !important;
}
.cpPresenceMenuButtonIconTentative .sapUiIcon {
	color: #FABD64 !important;
}
.cpPresenceMenuButtonIconFree .sapUiIcon {
	color: #ABE2AB !important;
}
.cpPresenceMenuButtonIconConference .sapUiIcon {
	color: #D3D7D9 !important;
}

/* Wide popovers e.g Settings, AgentStatistics */

.cpWidePopover {
	max-width: 800px;
	width: calc(100% - 20px);
}
.cpWidePopoverFixedPanel .sapMPanelHeaderTB {
	border: none !important;
}
.cpWidePopoverFixedPanel .sapMPanelContent {
	border: none !important;
}

/* AgentStatistics */

.cpAgentStatsFirstColumn {
	min-height: 40px !important;
	min-width: 30px !important;
}

.sapMText[data-styleclass="cpPauseTimeNormal"] {
	color: #5899DA;
}
.sapMText[data-styleclass="cpPauseTimeWarning"] {
	color: #E78C07;
}
.sapMText[data-styleclass="cpPauseTimeCritical"] {
	color: #BB0000;
}

/* Home view */

.cpUserMenuPopover {
	max-width: 50%;
	min-width: 200px;
}

.cpTabItem {
	border: none !important;
	height: calc(100% - 52px) !important; /* Reserve space for bottom item container */
}

.cpFixedMessageStrip {
	left: calc(100% * 0.4) !important;
	position: absolute !important;
	top: 10px !important;
	width: calc(100% * 0.6 - 10px) !important;
	z-index: 999;
}

/* QueueLogin control */

.cpQueueTableStickyHeader {
	height: 93px;
	overflow-y: hidden;
	position: absolute;
	top: 0px;
}
.cpQueueTable {
	height: calc(100% - 93px);
	overflow-y: auto;
	position: absolute;
	top: 93px;
}

.cpQueueTypeIcon {
	color: #999999;
	font-size: 0.9em !important;
}

.cpQueueThresholdNormal {
	color: #2B7D2B !important;
	font-weight: bold !important;
}
.sapMText[data-styleclass="cpQueueThresholdNormal"] {
	color: #2B7D2B;
	font-weight: bold !important;
}
.cpQueueThresholdWarning {
	color: #E78C07 !important;
	font-weight: bold !important;
}
.sapMText[data-styleclass="cpQueueThresholdWarning"] {
	color: #E78C07;
	font-weight: bold !important;
}
.cpQueueThresholdCritical {
	color: #BB0000 !important;
	font-weight: bold !important;
}
.sapMText[data-styleclass="cpQueueThresholdCritical"] {
	color: #BB0000;
	font-weight: bold !important;
}

/* DestinationInput control */

.cpActionBar {
	border-top: solid 1px Silver;
	height: 53px;
	width: 100% !important;
	background: #FAFAFA;
	padding: 10px;
}
.cpActionBar .sapMFlexItemAlignAuto {
	width: 100% !important;
}
.cpActionBarButton {
	padding-right: 5px;
	padding-left: 5px;
}
.cpSearchResultPopover {
	max-width: 1024px;
	width: calc(100% - 20px);
}
.cpSearchResultPopover .sapUiLocalBusyIndicator {
	margin-top: 50px;
}

.cpCapabilityIcon {
	color: #999999;
	font-size: 0.9em !important;
}

/* DialPad view */

.cpKeypadKey {
	background: transparent;
	border: solid 1px Silver;
	border-radius: 5px;
	cursor: pointer;
	height: 50px;
	margin: 0px 3px 15px 3px;
	width: 80px;
}
.cpKeypadKey:hover {
	background: #FAFAFA;
}
.cpKeypadKey .sapMText {
	color: #2C5B82;
	cursor: pointer;
	font-weight: bold;
}
.cpKeypadKey .sapMLabel {
	color: Silver;
	cursor: pointer;
	font-weight: normal;
}
.cpKeypadKeyPressed {
	background: #FAFAFA;
}

/* Directory view */

.cpDirectoryEntriesTableStickyHeader {
	height: 93px;
	overflow-y: hidden;
}

.cpDirectoryEntriesTable {
	height: calc(100% - 93px - 55px); /* Include height from cpViewFooterToolbar */ 
	overflow-y: auto;
}

.cpDirectoryInitialSearchInfo {
	position: absolute;
	top: 140px;
	width: 100%;
}
.cpDirectoryInitialSearchInfo .sapUiIcon {
	color: #C0C0C0;
	font-size: 5em;
}

/* InteractionHistory fragment */

.cpInteractionHistoryTableStickyHeader {
	height: 93px;
	overflow-y: hidden;
}
.cpInteractionHistoryTable {
	height: calc(100% - 93px - 55px); /* Include height from cpViewFooterToolbar */ 
	overflow-y: auto;
}

.cpInteractionIcon {
	color: #999999;
	font-size: 1.0em !important;
}

.cpStatusTag .sapMGenericTagWrap {
	min-width: 100px !important;
}

/* InteractionDetails view */

.cpEmailDataField {
	background-color: #F4F4F4 !important;
	border: solid 1px #DFDFDF !important;
	padding: 4px;
	min-height: 20px !important;
}

/* Record control */

.cpRecordTitle {
	min-width: 80px !important;
}

/* Interactions */

.cpChatEndTranscriptContainer {
	min-height: 10px;
	height: calc(100% - 30px) !important;
	max-height: calc(100% - 30px) !important;
	border: none !important;
}

.cpChatTranscriptContainer {
	height: calc(100% - 15px) !important;
	max-height: calc(100% - 15px) !important;
	min-height: 10px;
	border: none !important;
	overflow-y: hidden;
}


.cpTranscriptParentBlock {
	overflow-y: auto;
    height: 100%;
}

.cpChatTranscriptBlock {
	height: calc(100% - 1px) !important;
	max-height: calc(100% - 1px) !important;
	min-height: 10px;
	border: none !important;
	overflow-y: hidden;
}

.sapEcfScriptGroupHeader {
	border: none !important;
	background-color: transparent !important;
}

.cpScriptPanelContainer {
	overflow-y: hidden;
}
.sapEcfScriptScrollContainer {
	border: none !important;
}

.cpInteractionButtonArea {
	background-color: #EFF4F9 !important;
	min-height: 65px;
}

.sapMListUl .sapEcfChatTranscriptRow {
	background-color: transparent !important;
	padding: 5px 5px 5px 10px !important;
}

.cpCallIcon {
	color: #F0F0F0;
	font-size: 5em;
}

.cpCallStateText {
	color: #2B7D2B;
	font-weight: bold;
	font-size: 1.1em;
}

.cpCallStateDefault {
	color: #333333 !important;
	font-weight: bold !important;
}
.cpCallStateActive {
	color: #2B7D2B !important;
}
.cpCallStateWarning {
	color: #E78C07 !important;
}
.cpCallStateCritical {
	color: #BB0000 !important;
}

.cpInteractionTitle {
	font-weight: bold;
	font-size: 1.8em;
}

.cpInteractionDuration {
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px;
}


.cpAutoWrapupText {
	font-weight: bold;
	color: black;
	font-size: 0.8em;
	padding: 2px;
}
.cpAutoWrapupTime {
	font-weight: bold;
	color: red;
	font-size: 0.8em;
	padding: 2px;
}

.cpInteractionContentText {
	font-size: 1.0em;
}

.cpInteractionButton {
	min-width: 70px;
	width: 100%;
}

.cpAcceptButton .sapMBtnInner {
	background-color: Green !important;
	border-color: Green !important;
	color: white !important;
}
.cpAcceptButton .sapMBtnInner:hover {
	background-color: DarkGreen !important;
	border-color: DarkGreen !important;
}

.cpIncomingInteractionIcon {
	font-size: 1.8em;
	margin-left: 32px;
	margin-right: 32px;
	min-height: 37px;
}

.cpIncomingIcons {
	height: inherit !important
}

.cpChatHeader {
	font-size: 0.8em;
}

.cpChatMsgRight {
	margin-right: 16px;
	margin-left: 48px;
	overflow: auto;
	white-space: normal !important; 
}

.cpChatMsgLeft {
	margin-left: 16px;
	margin-right: 48px;
	overflow: auto;
	white-space: normal !important; 
}
.cpChatTranscriptBubbleLeft {
	background: #FFFFFF;
	border: solid 1px #E0E0E0;
	border-radius: 8px 8px 8px 0px;
	color: BLACK;
	cursor: default;
	font-size: 0.9em;
	padding: 5px 15px 5px 15px;
}

.cpChatTranscriptBubbleRight {
	background: #E0E0E0;
	border: solid 1px #E0E0E0;
	border-radius: 8px 8px 0px 8px;
	color: BLACK;
	cursor: default;
	font-size: 0.9em;
	padding: 5px 15px 5px 15px;
}

.cpChatInput {
	height: calc(100% - 1px) !important;
	padding: 5px 16px 5px 16px;
}

.cpChatEditControl {
	max-height: calc(100% - 1px) !important;
	border: solid 1px #DFDFDF !important;
	overflow: hidden !important;
	min-height: auto !important; 
}


.cpChatButtonArea {
	padding: 0px 16px 0px 16px;
}

.cpChatSendButton {
	padding-right: 16px;
}

.cpChatTranscriptMsgHeader {
	color: #666666;
	cursor: default;
	font-size: 0.7em;
	margin-right: 3px;
	text-align: right;
}

.cpIncomingInteractionLabel {
	color: #999999;
}

.cpIncomingInteractionValue {
	color: #333333;
}

.cpScriptPanel .sapMPanelContent {
	height: calc(100% - 1px) !important;
	padding: 0px 0px 0px 16px;
}

.cpEmailContentArea {
	background-color: #F4F4F4 !important;
	border: solid 1px #DFDFDF !important;
}

.cpEmailAttachmentArea {
	border: solid 1px #DFDFDF !important;
	height: 90% !important;
}

.cpEmailEditContentArea {
	overflow: hidden;
	padding-top: 8px !important;
	padding-right: 1rem;
	padding-bottom: 8px !important;
	padding-left: 1rem;
}

.cpChatInputContentArea {
	overflow: hidden;
	padding-top: 8px !important;
	padding-right: 1rem;
	padding-bottom: 8px !important;
	padding-left: 1rem;
	min-width: 100%;
}

.cpEmailAttachmentContainerArea {
	padding-top: 1px !important;
	padding-bottom: 4px !important;
	padding-right: 16px;
	padding-left: 16px;
	min-height: 100px !important;
}

.cpEmailEditAttachmentContainerArea {
	padding-top: 1px !important;
	padding-bottom: 4px !important;
	padding-right: 16px;
	padding-left: 16px;
	height: 100px;
}

.cpEmailEditControl {
	max-height: calc(100% - 1px) !important;
	border: solid 1px #DFDFDF !important;
	overflow: hidden !important;
}

.cpEmailMessageStrip {
	top: -40px;
	position: absolute;
	width: 90%!important;
	margin-left: 16px;
}

.cpWrapupMessageStrip {
	top: -50px;
	position: absolute;
	width: 90%!important;
	margin-left: 16px;
}

.cpEmailButton {
	min-width: 70px;
	padding-right: 16px;
}

.cpEmailAddressButton {
	min-width: 45px;
	font-size: 0.8em !important;
	padding-right: 2px !important;
	padding-left: 2px !important;
}

.cpEmailAddressContainer {
	min-height: 90px !important;
}

.cpEmailAddressArea {
	border: none !important;
	padding-top: 8px;
}

.cpEmailEndedAddressArea {
	border: none !important;
}

.cpEmailAddressField {
	padding-left: 4px;
}

.cpEmailAddressForm {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	padding-top: 10px !important;
	padding-bottom: 4px !important;
}

.cpFormGrid .sapUiFormResGrid>div {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.cpEmailBodyContainer {
	padding-top: 4px !important;
	padding-bottom: 12px !important;
	padding-right: 16px;
	padding-left: 16px;
	min-height: 100px !important; 
}

.cpEmailInteractionButtonArea {
	background-color: #EFF4F9 !important;
	min-height: 54px;
}

.cpDurationContainer {
	padding-top: 4px !important;
	padding-bottom: 1px !important;
	padding-right: 16px;
	padding-left: 16px;
}

.cpQueueTblCell {
	min-width: 25px !important;
}

.sapUiMedia-Std-Phone .cpTableCell .sapMListTblCell {
	overflow: hidden;
	padding-right: 0.1rem;
	padding-left: 0.1rem;
}

.cpShellBar {
	background-color: #354A5F !important;
	color: #D1E8FF;
}

.cpShellBarButton .sapMBtnInner {
	color: #D1E8FF !important;
}
.cpShellBarButton .sapMBtnInner:hover {
	color: #2C5B82 !important;
}
.cpShellBarButton:hover .sapMBtnIcon {
	color: #2C5B82 !important;
}

.cpShellBarIcon .sapMBtnIcon {
	color: #D1E8FF !important;
}
.cpShellBarIcon:hover .sapMBtnIcon {
	color: #2C5B82 !important;
}

.cpReplyTemplatePopover .sapMPopoverScroll {
	max-width: 100% !important;
}

.cpReplyTemplateSearchArea {
	max-width: inherit;
}

.cpReplyTemplateSearchControl {
	padding-right: 4px;
	padding-left: 8px;
}

.cpReplyTemplateSelect .sapMSltMinWidth {
	min-width: 4.3rem;
}

.cpEAScroll {
	border: none !important;
	height: 100%;
}

.cpJoinedUpperForm .sapUiFormCLContainer {
	padding-bottom: 0px !important;
}
.cpJoinedLowerForm .sapUiFormCLContainer {
	padding-top: 0px !important;
}

.cpVideoRemote {
	height: 100%;
}

.cpVideoLocal {
	height: 25%;
	position: absolute;
	right: 40%;
	bottom: 10%;
}

.cpInteractionPanelContainer {
	overflow-y: hidden;
}

.cpInteractionPanel .sapMPanelContent {
	height: calc(100% - 1px) !important;
	padding: 16px 0px 0px 16px;
}

.cpInteractionPanelHeader {
	font-size: 14px !important;
	font-weight: bold;
}

.cpInternalRemarksEA {
	overflow: hidden !important;
}

.cpInternalRemarks {
	height: 400px;
	overflow: hidden !important;
	width: 400px; 
}

.cpInternalRemarksPrevious {
	height: calc(100% - 1px);
	overflow: auto;
	width: 95%;
	white-space: normal !important; 
}

.cpInteractionViewScrollableContentArea {
	border: none !important;
	height: calc(100% - 130px) !important; /* Reserve space for bottom item container */
}

.cpInteractionViewFixedBottomBar {
	border: none !important;
	border-top: solid 1px #D3D7D9 !important;
	bottom: 51px !important;
	height: 120px !important;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.cpEAInteractionViewFixedBottomBar {
	border: none !important;
	border-top: solid 1px #D3D7D9 !important;
	overflow: hidden;
	width: 100%;
}

.cpInitialInfoContainer {
	height: calc(100% - 1px);
	overflow: auto;
	width: 99%;
}
.cpInitialInfo {
	color: #32363A; /* @sapUIPrimary6 */
	line-height: 1.5 !important;
}
.cpInitialInfo span {
	color: #6A6D70 /* @sapUIPrimary7 */
}

.imagePreview {
	max-height: 420px !important;
	max-width: 420px !important;
}

.imageDisplay {
	max-height: 340px !important;
	max-width: 340px !important;
}

.wrapLongWord {
	overflow-wrap: break-word !important;
	word-wrap: break-word !important;
}

.cpErrorIcon {
	position: relative;
	cursor: default;
	text-align: center;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1;
	font-family: "SAP\2dicons";
}

.cpErrorIcon::before {
	content: "\e1ec";
	font-weight: normal;
	-webkit-font-smoothing: antialiased
}

.cpErrorText {
	color: #BB0000 !important;
	line-height: 1.5
}

.cpErrorFileName {
	color: BLACK !important;
	font-weight: bold;
}

.cpListMargin .sapUiSmallMarginTopBottom {
	margin-top: 4px!important;
	margin-bottom: 4px!important;
}

.cpConferenceArea {
	max-height: calc(100% - 1px) !important;
	overflow: hidden !important;
	min-height: auto !important; 
}
.cpConferenceScroll {
	border: none !important;
	height: 100% !important;
}

.cpAnswerInfoScroll {
	border: none !important;
	height: 50px !important;
	max-width: 300px !important;
}

.cpSideNavigation {
	background-color: white;
	border: solid 1px silver;
}

.cpMainSplitter {
	width: calc(100% - 50px);
}

.cpExtSplitter .sapUiLoSplitterContent { 
	overflow: hidden;
}

.cpExtensionAreaSplitterSecondary {
	padding-left: 3px;
	overflow-y: hidden;
}

.cpExtensionAreaHeader {
	min-width: 30px;
   }
   
.cpExtensionAreaControl {
 overflow-y: hidden;
}

.cpExtensionAreaScrollParent {
	overflow-y: auto;
}

.cpExtensionAreaScroll {
	border: none !important;
}

.cpSideNavigationItemDisabled .sapTntNavLIItem.sapTntNavLIItemDisabled {
	opacity: 40%;
}

.cpTabEnded .sapMITBFilterNeutral {
	color: #89919A !important;
	border-color: #89919A;
}

.cpTabEndedText .sapMITBFilterNeutral .sapMITBText{
	color: #89919A !important;
	border-color: #89919A;
}
.cpTabEndedText .sapMITBFilterNeutral .sapMITBText{
	color: #89919A !important;
	border-color: #89919A;
}
 
.cpTabEndedSelected .sapMITBSelected .sapMITBFilterNeutral {
	color: #ffffff !important;
}

.cpTab .sapMITBFilter .sapMITBText {
	color: #32363a;
}

.cpEAScript .sapEcfScriptGroupHeader {
	overflow-x: auto;
	white-space: normal !important; 
}

.cpVideoPanel .sapMPanelContent {
	height: calc(100% - 15px) !important;
	padding: 16px 0px 0px 16px;
	overflow-y: auto;
}

/* Extended icons */

@font-face {
	font-display: block;
	font-family: "SAP_CC365_icons";
	font-style: normal;
	font-weight: normal;
	src:
		url("fonts/SAP_CC365_icons.eot?3iek8k#iefix") format("embedded-opentype"),
		url("fonts/SAP_CC365_icons.svg?3iek8k#SAP_CC365_icons") format("svg"),
		url("fonts/SAP_CC365_icons.ttf?3iek8k") format("truetype"),
		url("fonts/SAP_CC365_icons.woff?3iek8k") format("woff");
}

[class^="sap-cc365-icon-"], [class*=" sap-cc365-icon-"] {
	font-family: "SAP_CC365_icons" !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.sap-cc365-icon-call-center2:before {
	content: "\e900";
	color: #346187;
}
.sap-cc365-icon-new-sms:before {
	content: "\e90f";
	color: #346187;
}
.sap-cc365-icon-add-notes:before {
	content: "\e910";
	color: #346187;
}
.sap-cc365-icon-campaign-call:before {
	content: "\e901";
	color: #346187;
}
.sap-cc365-icon-call-center:before {
	content: "\e902";
	color: #346187;
}
.sap-cc365-icon-mute:before {
	content: "\e903";
	color: #346187;
}
.sap-cc365-icon-stop-video:before {
	content: "\e904";
	color: #346187;
}
.sap-cc365-icon-call-transfer:before {
	content: "\e905";
	color: #346187;
}
.sap-cc365-icon-hangup:before {
	content: "\e906";
	color: #346187;
}
.sap-cc365-icon-callback:before {
	content: "\e907";
	color: #346187;
}
.sap-cc365-icon-call-hold:before {
	content: "\e908";
	color: #346187;
}
.sap-cc365-icon-new-email:before {
	content: "\e909";
	color: #346187;
}
.sap-cc365-icon-dialpad:before {
	content: "\e90a";
	color: #346187;
}
.sap-cc365-icon-outbound-chat:before {
	content: "\e90b";
	color: #346187;
}
.sap-cc365-icon-inbound-chat:before {
	content: "\e90c";
	color: #346187;
}
.sap-cc365-icon-inbound-email:before {
	content: "\e90d";
	color: #346187;
}
.sap-cc365-icon-outbound-email:before {
	content: "\e90e";
	color: #346187;
}
