.x-grid, .x-grid .x-view-item-focused, .x-grid :focus, .x-grid-item-focused, .x-grid-view, .x-grid-view:focus, .x-grid-view :focus {
	outline: none !important;
	outline-offset: 0 !important;
	outline-width: 0px!important;
}

.revalgrid-calc-row > .x-selmodel-checkbox .x-grid-checkcolumn {
	display: none;
}

.x-ie9m .x-btn-default-small-bc {
	background-position-y: -3px;
}


/* Padding for 1st element in detail dialogs */

.revalWindowForm .x-form-layout-wrap .x-container:first-child .x-table-layout {
	padding: 5px 5px 5px 10px;
}

/* except when: */

.revalWindowForm .x-form-layout-wrap fieldset .x-container:first-child .x-table-layout {
	padding: 0;
}


.x-form-layout-wrap {
	display: block;
}

.x-form-layout-wrap .x-column-header {
	/* border space in List Headers inside a dialog 0 (left/right) instad of 3 for its or defaults for 5 trm/ts */
	border-spacing: 0px !important;
}

/*
.x-form-text {
    display: inherit;
}
*/

.x-ie8 .x-window .x-panel-body-default {
	border: none;
}

/* Dynamic Input List cells require the following */

.x-form-item-body-grid-cell .x-form-trigger-wrap {
	display: table;
}

.x-form-text-field-body-default {
	min-width: 0px!important;
	max-width: 2000px!important;
}

.x-grid-cell-inner {
	min-height: 25px;
	display: block;
	white-space: pre;
	/* 	without these, multiple consecutive spaces are coalesced into a single space.  cf. RRD-8643	*/
}

/* User Defined Filter Window */

.x-reval-filter-form-text-small {
	width: 40px!important
}

.x-reval-filter-form-text {
	width: 120px!important
}

.x-reval-filter-form-text-large {
	width: 180px!important
}

.x-reval-filter-form-stringvalue {
	width: 260px !important;
}

.x-reval-filter-form-combovalue {
	width: 260px !important;
}

.x-grid-group-hd {
	padding: 7px 3px 7px 0px;
	width: 100%;
}

.x-hierarchy-row.x-hybridGroupCalcCol .x-grid-cell-inner {
	background: none;
}

.x-hybridGroupCalcCol .x-grid-group-title {
	float: left;
	position: absolute;
	/* if the column is too narrow, allow the calcpart and group part to overlap (and thereby prevent wrapping) */
}

.x-hybridGroupCalcCol .x-calcPart {
	float: right;
	padding-left: 12px;
	background-position-y: center !important;
	/* the value from the previous rule doesnt work well here */
}

/* Row Styles */

tr.LpFontUnderline, tr div.LpFontUnderline {
	text-decoration: underline !important;
}

tr.LpFontBold, tr div.LpFontBold {
	font-weight: bold !important;
}

tr.LpFontItalic, tr div.LpFontItalic {
	font-style: italic !important;
}

tr.LpAlignLeft, tr div.LpAlignLeft {
	text-align: left !important;
}

tr.LpAlignRight, tr div.LpAlignRight {
	text-align: right !important;
}

tr.LpAlignCenter, tr div.LpAlignCenter {
	text-align: center !important;
}

/* Special Rows */

.sRs .x-grid-group-title {
	font: inherit !important;
	color: inherit !important;
}

.sRs a {
	color: inherit !important;
	/*  We want every link to be underlined.  
		Thefore, we leave the text-decoration alone */
}

.x-grid-special-row {
	line-height: 21px;
	padding-left: 6px;
}

/* cell styles */

td.sFloatCell {
	text-align: right !important;
}

td.sFloatCell div {
	text-align: right !important;
}

td.sIntCell {
	text-align: right !important;
}

td.sIntCell div {
	text-align: right !important;
}

td.sCentered {
	text-align: center !important;
}

td.sCentered div {
	text-align: center !important;
}

td div.hierarchic div {
	text-align: left !important;
}

/* the previous rules are not relevant for hierarchic calc columns */

/* 
 * LiquiPlan Styles 
 */

td.LpFontUnderline {
	text-decoration: underline !important;
}

td.LpFontBold {
	font-weight: bold !important;
}

td.LpFontItalic {
	font-style: italic !important;
}

td.LpAlignLeft div {
	text-align: left !important;
}

td.LpAlignRight div {
	text-align: right !important;
}

td.LpAlignCenter div {
	text-align: center !important;
}

/* Remove the little square at the bottom left of a spreadsheet cell */

.x-ssm-extender-drag-handle {
	display: none;
}

.RevalPropertyGrid .x-form-trigger-wrap {
	display: table;
}

.RevalPropertyGrid .x-grid-editor .x-form-cb-wrap {
	text-align: left;
}

.RevalPropertyGrid .x-grid-editor .x-form-cb-default {
	margin-left: 7px;
}

.x-boundlist-list-ct .x-boundlist-item {
	white-space: pre;
}

/*
 * revaltable
 */

/* labelWidth within table layout: */

.revaltable td.revaltable-label {
	text-align: right;
	padding-bottom: 4px;
	white-space: nowrap;
}

/* END revaltable */

.x-form-item-label {
	width: auto !important;
	white-space: pre;
	text-align: right;
	padding-left: 5px !important;
	/* space to controls */
}

.x-form-item-default {
	margin-right: 5px !important;
	/* space between controls */
}

.x-ie8 .x-form-text-default {
	padding-bottom: 5px;
	/* move to the center (text in dropdowns...) */
}

.x-ie8 .ExtMessageBox, .x-ie9 .ExtMessageBox {
	white-space: nowrap !important;
	/* Needed for IE8.  Without this, the message is cut off */
}

/* 
	The following removes the "X" icon in IE
	that is supposed to "clear the input field".
	This clear icon has some issues ( RRD-15819 )
	due to which it was decided to remove it entirely
	
	Cf: http://stackoverflow.com/q/14007655 and 
		http://stackoverflow.com/q/20473413
 */

::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.x-form-itemselector-add {
	background-image: url(../style/icons/SymRight.gif);
}

.x-form-itemselector-addAll {
	background-image: url(../style/icons/SymRightAll.gif);
}

.x-form-itemselector-remove {
	background-image: url(../style/icons/SymLeft.gif);
}

.x-form-itemselector-removeAll {
	background-image: url(../style/icons/SymLeftAll.gif);
}

.x-form-itemselector-vertical-add {
	background-image: url(../style/icons/SymDown.gif);
}

.x-form-itemselector-vertical-addAll {
	background-image: url(../style/icons/SymBottom.gif);
}

.x-form-itemselector-vertical-remove {
	background-image: url(../style/icons/SymUp.gif);
}

.x-form-itemselector-vertical-removeAll {
	background-image: url(../style/icons/SymTop.gif);
}

/* disable treeview icons (folder, leaf) */

.revalGroupTabPanel .x-tree-view .x-tree-icon {
	display: none !important;
}

.x-form-fieldcontainer.revalRequired {
	font-weight: normal;
}

.x-tagfield-input-field {
	width: 0.01px;
}

.sNoticeNotCurrent {
	color: darkgray;
}

.sNoticeNotAcknowledged {
	color: orange;
}

.headline1 {
	font-size: 36px;
	margin-top: 36px;
	margin-left: 36px;
	display: block;
	white-space: normal !important;
	font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.headline2 {
	font-size: 1.9em;
	font-weight: bold;
	display: block;
	margin-left: 36px;
	margin-top: 36px;
	margin-bottom: 24px;
	white-space: normal !important;
	font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.headline3 {
	white-space: normal !important;
	font-size: 1.2em;
	margin-left: 36px;
	margin-right: 24px;
	display: block;
	font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
}

.headline5 {
	margin-left: 36px;
	margin-top: 12px;
}

.headline6 {
	white-space: normal !important;
	display: block;
	padding-left: 60px;
	font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.9em;
	margin-top: 36px;
	font-weight: 500;
}

.headline7 {
	white-space: normal !important;
	display: block;
	padding-left: 60px;
	font-family: 'Segoe UI', 'Segoe', 'SegoeUI-Regular-final', Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.headline8 {
	margin-left: 60px;
	margin-top: 12px;
}

.headline9 {
	margin-left: 50px;
}

.headline10 {
	margin-left: 5px;
	margin-top: 12px;
}

.headline11 {
	display: inline !important;
}

/*.itsExtraButton .x-btn-button-default-toolbar-small {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    padding: 1px;
    border-radius: 3px;
}*/

.x-form-trigger {
	display: table-cell !important;
	min-width: 22px;
}

.menuCmb .x-form-trigger {
	display: none !important;
}


.RevalShowLink {}

.RevalDownloadLink {}

.RevalReportStatus {}

.RevalDynamicButton {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.RevalDynamicButton.x-item-disabled {
	color: lightgrey;
	text-decoration: none;
	cursor: none;
}

.tri-state {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
}

.fullwidth {
	width: 100%!important;
}

.x-form-text-default {
	background-image: none;
}

/* ITC Cockpit */

.tplvalue .x-panel-body {
	border-style: none;
}

.tplvalue label {
	text-align: right;
	padding-top: 4px;
	margin-right: 4px;
}

.tplValue-combo {
	margin-left: 5px;
}

.tplValue-days {
	margin-left: 5px;
}

.tplValue-day-Label {
	margin-left: 5px;
}

.tplValue-relative {
	margin-left: 5px;
}

.tplValue-relative label {
	padding-top: 0px;
}

.groupTabLeafnode {
	padding-left: 45px;
}

/* Style Hacks */

.x-form-trigger-wrap {
	width: auto !important;
}

.menuCmb .x-form-trigger-wrap {
	width: 100% !important;
	border: none;
}

.menuCmb .x-form-trigger-wrap-default, .menuCmb .x-form-trigger {
	background-color: white;
}

.searchButton .x-btn-default-small-tl, .searchButton .x-btn-default-small-bl, .searchButton .x-btn-default-small-tr, .searchButton .x-btn-default-small-br, .searchButton .x-btn-default-small-tc, .searchButton .x-btn-default-small-bc, .searchButton .x-btn-default-small-ml, .searchButton .x-btn-default-small-mr {
	background: none !important;
}

.searchButton .x-btn-default-small-ml, .searchButton .x-btn-default-small-mr {
	background: none !important;
}

.searchButton .x-frame-tl, .searchButton .x-frame-tr, .searchButton .x-frame-tc, .searchButton .x-frame-bl, .searchButton .x-frame-br, .searchButton .x-frame-bc {
	overflow: hidden;
	background-image: none !important;
}

.fancySearchBar .x-btn-default-small-mc {
	padding: 0;
	background: none !important;
}

.searchButton .activeicon {
	height: 25px !important;
	min-width: 25px !important;
	background-color: white;
}

.revalTab>.x-tab-bar, .revalTab>.x-panel-bodyWrap, .revalTab>.x-panel-bodyWrap>.x-tab-bar {
	width: 100%!important;
}

.hierarchic {
	min-height: 16px;
}

.asText .x-form-trigger-wrap {
	width: 100% !important;
}

.asText, .asText div .asText input, .asText .x-form-trigger-wrap-default, .asText.x-form-readonly .x-form-text-default {
	border-color: #FFF!important;
	background-color: #FFF!important;
}

.x-grid-cell-editor .x-form-layout-wrap, .x-grid-cell-editor .x-form-trigger-wrap {
	width: 100% !important;
}

.colortemplates-thumb-wrap, .chartselect-thumb-wrap {
	float: left;
}

.charts-icon {
	background-image: url("../style/icons/SymReport.gif") !important;
}

.powerSearch-icon {
	background-image: url("../style/icons/cloud-search-outline.png") !important;
}

.reval-inisible {
	display: none!important;
}

.x-form-trigger.fa {
	display: table-cell;
	background-image: url("../style/icons/SymTitle.gif") !important;
	padding-top: 5px;
}

.revalTab
/*,
 
 .revalTab > .x-panel-body,
 .revalTab > .x-panel-body > .x-panel,
  .revalTab > .x-panel-body > .x-panel > .x-panel-body,
.revalTab > .x-panel-body > .x-panel > .x-panel-body > .x-autocontainer-outerCt*/

	{
	width: auto !important;
	/* 	height: 100%!important;*/
}

.revalWindowForm>div {
	width: 100%;
}

div.DoubleListBig+div.DoubleListBig {
	margin-left: 10px!important;
}

.multiline .x-column-header-inner {
	min-height: 31px;
}

/*.x-column-header-inner {
  padding-left: 2px;
}*/

.sortingdisabled .x-column-header-inner:after {
	border: 1px solid transparent !important;
}

.x-column-header-last .x-column-header-trigger {
	display: block;
}

.widgetsetting_grid_btn {
	background: url("../style/icons/dashboard/grid_icon.png") no-repeat;
	height: 120px !important;
	width: 120px !important;
}

.widgetsetting_chart_btn {
	background: url("../style/icons/dashboard/chart_icon.png") no-repeat;
	height: 120px !important;
	width: 120px !important;
}

div.dash-LAYOUT_01 {
	background-image: url('../style/icons/dashboard/layout_01.png');
}

div.dash-LAYOUT_02 {
	background-image: url('../style/icons/dashboard/layout_02.png');
}

div.dash-LAYOUT_03 {
	background-image: url('../style/icons/dashboard/layout_03.png');
}

div.dash-LAYOUT_04 {
	background-image: url('../style/icons/dashboard/layout_04.png');
}

div.dash-LAYOUT_05 {
	background-image: url('../style/icons/dashboard/layout_05.png');
}

.x-title-text-dashboard {
	font-size: 11px;
}

.x-blankportlet {
	height: 1px !important;
	margin-top: 0px !important;
	visibility: hidden !important;
}

.x-blankportlet-header {
	display: none;
}

.x-gecko .x-grid-cell .x-form-trigger {
	display: table-cell !important;
}

.DlgDetailAcLayer>.x-panel-docked-left>.x-panel-body {
	border-right-width: 8px!important;
}

.x-form-fieldcontainer .x-btn {
	margin-left: 3px;
	margin-right: 3px;
	padding: 3px !important;
}

.x-ie8 .x-form-fieldcontainer .x-btn {
	padding: 0px !important;
}

.DlgRecordISSETTING .x-fieldset-default {
	min-width: 650px;
}

.revalProgress, .revalProgress .x-form-field {
	cursor: progress;
}

/* Pooling styles */

.x-fieldset-header .x-fieldset-header-text {
	float: none !important;
	display: inline !important;
	clear: left !important;
	white-space: nowrap;
}


.x-fieldset-collapsed.x-fieldset-default {
	border-width: 0px!important;
}

.x-fieldset-header-default>.x-fieldset-header-text {
	padding: 0px!important;
	padding-right: 15px!important;
}

.x-fieldset-header-tool-default {
	margin-top: 0px!important;
}

.x-ie10 .x-fieldset-default, .x-ie11 .x-fieldset-default, .x-ie .x-fieldset-default, .revalHgroupPanel>div>div>.x-fieldset-default {
	margin-top: 0px !important;
}

.revalHgroupPanel>div>div>.x-fieldset-default {
	margin-right: 4px !important;
	margin-left: 0px !important;
}

.x-toolbar-TopRibbon .x-btn-default-toolbar-small {
	background-color: transparent;
	border-color: transparent;
}

/* Icons for Investment Sweeping */

/* arrows for message direction */


td.sISInitializingListCell {
	text-align: right;
	background-image: url(../style/icons/ISInitializing.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQueuedForQuoteListCell {
	text-align: right;
	background-image: url(../style/icons/ISQueuedForQuote.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuotingListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoting.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuotedListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoted.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteCanceledListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteCanceled.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteRejectedListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteRejected.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteAccountLienExceededListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteAccountLienExceeded.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteLimitExceededListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteLimitExceeded.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteInsufficientBalanceListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteInsufficientBalance.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteTimedOutListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteTimedOut.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteCutOffTimeReachedListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteCutOffTimeReached.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteProductsAtThisTimeNotAvailableListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteProductsAtThisTimeNotAvailable.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISQuoteManuallyCanceledListCell {
	text-align: right;
	background-image: url(../style/icons/ISQuoteManuallyCanceled.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISCanceledDueRulesListCell {
	text-align: right;
	background-image: url(../style/icons/ISCanceledDueRules.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISCTACreationFailedListCell {
	text-align: right;
	background-image: url(../style/icons/ISCTACreationFailed.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISRequestForConfirmationListCell {
	text-align: right;
	background-image: url(../style/icons/ISRequestForConfirmation.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISConfirmationTimedOutListCell {
	text-align: right;
	background-image: url(../style/icons/ISConfirmationTimedOut.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISConfirmationCutOffTimeReachedListCell {
	text-align: right;
	background-image: url(../style/icons/ISConfirmationCutOffTimeReached.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISConfirmationQuoteNoLongerValidListCell {
	text-align: right;
	background-image: url(../style/icons/ISConfirmationQuoteNoLongerValid.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISConfirmationQueuedForReQuoteListCell {
	text-align: right;
	background-image: url(../style/icons/ISConfirmationQueuedForReQuote.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISConfirmationManuallyCanceledListCell {
	text-align: right;
	background-image: url(../style/icons/ISConfirmationManuallyCanceled.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISWaitForOrderTimeListCell {
	text-align: right;
	background-image: url(../style/icons/ISWaitForOrderTime.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISConfirmedQueuedForOrderListCell {
	text-align: right;
	background-image: url(../style/icons/ISConfirmedQueuedForOrder.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISOrderingListCell {
	text-align: right;
	background-image: url(../style/icons/ISOrdering.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISOrderedListCell {
	text-align: right;
	background-image: url(../style/icons/ISOrdered.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISOrderRejectedListCell {
	text-align: right;
	background-image: url(../style/icons/ISOrderRejected.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISOrderTimedOutListCell {
	text-align: right;
	background-image: url(../style/icons/ISOrderTimedOut.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISOrderCutOffTimeReachedListCell {
	text-align: right;
	background-image: url(../style/icons/ISOrderCutOffTimeReached.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISOrderManuallyCanceledListCell {
	text-align: right;
	background-image: url(../style/icons/ISOrderManuallyCanceled.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISEndedListCell {
	text-align: right;
	background-image: url(../style/icons/ISEnded.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

/* HRAutoHedge */

td.sISProcessingCreated {
	text-align: right;
	background-image: url(../style/icons/ISQuoted.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISHedgedInstrumentCreation {
	text-align: right;
	background-image: url(../style/icons/ISRequestForConfirmation.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISHedgedInstrumentNotCreated {
	text-align: right;
	background-image: url(../style/icons/ISCTACreationFailed.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISHedgedInstrumentCreated {
	text-align: right;
	background-image: url(../style/icons/ISOrderedInstrument.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISHedgeCreation {
	text-align: right;
	background-image: url(../style/icons/ISOrdering.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISHedgeNotCreated {
	text-align: right;
	background-image: url(../style/icons/ISOrderRejected.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISHedgeCreated {
	text-align: right;
	background-image: url(../style/icons/ISOrdered.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISProcessExposed {
	text-align: right;
	background-image: url(../style/icons/ISEnded.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sISProcessNotPossible {
	text-align: right;
	background-image: url(../img/std/ISCanceledDueRules.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

.x-box-scroller-toolbar-TopRibbon.x-box-scroller-left, .x-box-scroller-toolbar-TopRibbon.x-box-scroller-right {
	top: 0px;
	bottom: 0px;
	margin: 0px;
	height: 100%;
}

/*
 * this influences the overall toolbars hover behavior!!
 *
.x-btn-default-toolbar-small,
.x-btn-default-toolbar-small-ml, .x-btn-default-toolbar-small-mr,
.x-btn-default-toolbar-small-mc, .x-btn-default-toolbar-small-tl, 
.x-btn-default-toolbar-small-tr, .x-btn-default-toolbar-small-br, 
.x-btn-default-toolbar-small-tc, .x-btn-default-toolbar-small-bc 
{
	background-image: none !important;
	background-color: transparent !important;
}
*/

.menupane {
	background-image: url(../style/icons/ISOrderManuallyCanceled.gif)!important;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.stayright {
	left: 0px !important;
}

.x-form-display-field-default {
	padding: 4px 3px 0 2px;
	margin-top: 0;
	white-space: nowrap;
}

.x-form-fieldcontainer .x-box-target label.revallabel {
	padding: 4px 3px 0 3px;
}

label.revallabel {
	white-space: pre;
	display: block;
}


/* old container */

a.path {
	cursor: pointer;
	font-family: arial;
	color: #003366;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

.RevalMainMenuBar {
	height: 18px;
	zoom: 1;
	background: #bfcdd8;
}

.RevalNavContent {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: #cccccc 1px solid;
	;
}

.r-t {
	display: table;
	width: 100%;
}

.r-t-r {
	display: table-row;
}

.r-t-r span {
	display: table-cell;
}

.x-item-disabled span {
	filter: alpha(opacity=50) !important;
}

.x-message-box {
	white-space: pre-wrap;
}

.x-ie8 .x-message-box {
	white-space: pre;
}

.x-btn-inner {
	text-overflow: clip !important;
}

.x-form-fieldcontainer.x-form-item-no-label .x-form-item-body {
	height: 24px;
}

.revalUserBlock>div>div>div>div>label.revallabel {
	height: 29px;
	padding-top: 9px!important;
}

.x-form-cb-label {
	white-space: nowrap;
}

/*.revalBlock {
  border-spacing: 0px 1px;
}*/

.revalBlock.x-autocontainer-outerCt, .revalBlock>.x-panel-body>.x-autocontainer-outerCt {
	border-spacing: 0px;
}

.autoOverFlow .x-panel-body {
	overflow: auto;
	position: relative;
}

.activeicon {
	height: 36px !important;
	min-width: 36px !important;
	background-position: 0 0;
}

/* PrintPreview control for IE printing */

div.PrintPreview, div.PrintPreview * {
	visibility: hidden !important;
}

#PrintPreview, #PrintPreview-body {
	height: auto !important;
	display: inline-block !important;
}

#PrintPreview-innerCt, #mainDiv, #PrintPreview-outerCt {
	display: inline-block !important;
	visibility: hidden;
}

.ScreenTable {
	display: none !important;
}

/* Chart Selection: Dialog */

.chartselect-thumb {
	margin: 4px;
}

.chartselect-thumb-wrap {
	float: left;
	/*margin: 4px 0 4px 4px;
    padding: 5px;*/
}

.chartselect-x-clear {
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

.chartselect-type-over, .chartselect-type-selected, .chartselect-btn-over {
	background-color: #A6A6A6;
}

.chartselect-btn-templates {
	background-image: url("../style/icons/SymFolderClosed.gif");
}

.chartselect-btn-bar {
	background-image: url("../style/icons/SymSaeulen.gif");
}

.chartselect-btn-line {
	background-image: url("../style/icons/SymLinien.gif");
}

.chartselect-btn-pie {
	background-image: url("../style/icons/SymTorten.gif");
}

.chartselect-btn-vbar {
	background-image: url("../style/icons/SymBalken.gif");
}

.chartselect-btn-area {
	background-image: url("../style/icons/SymBereich.gif");
}

.chartselect-btn-donut {
	background-image: url("../style/icons/SymRinge.gif");
}

.chartselect-btn .x-btn-text {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #15428B;
}

table.chartselect-btn {
	padding: 2px 4px 2px 4px;
	left: 4px !important;
}

.chartselectNavPanel {
	background-color: #FFFFFF;
	padding: 0px;
}

.expand-all-menu-item {
	background-image: url("../style/icons/SymDownload.gif");
	background-repeat: no-repeat;
}

.collapse-all-menu-item {
	background-image: url("../style/icons/SymUpload.gif");
	background-repeat: no-repeat;
}

.search-next {
	background-image: url("../style/icons/SymRight.gif");
	background-repeat: no-repeat;
}

.search-prev {
	background-image: url("../style/icons/SymLeft.gif");
	background-repeat: no-repeat;
}

/* Worldmap */

.Worldmap path.country {
	fill: #D3D3D3;
	stroke: #999999;
}

.Worldmap circle {
	fill-opacity: 0.9;
}

.Worldmap circle.negativeValue {
	fill: #E85A4C;
}

.Worldmap circle.positiveValue {
	fill: #009788;
}

.Worldmap circle.zeroValue {
	fill: #888888;
}

.Worldmap path.active {
	fill-opacity: 0.5;
}

.Worldmap path.mouseover {
	fill-opacity: 0.5;
	cursor: pointer;
}

.Worldmap circle.active {
	stroke-width: 1px;
	stroke: white;
}

.Worldmap circle.mouseover {
	fill-opacity: 0.5;
	cursor: pointer;
}

.MouseoverText {
	position: absolute;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #979797;
}

/* Worldmap Detail Info */

.WorldmapDetailinfo {
	opacity: 0.8;
	width: 400px;
	background-color: white;
	box-shadow: 0px 0px 15px 3px #999999;
	border-radius: 4px;
	z-index: 99999999 !important;
	color: #979797;
}

.WorldmapDetailinfo .Negative {
	color: #E85A4C;
}

.WorldmapDetailinfo div.header {
	font-size: 18px;
	font-weight: bold;
	background-color: #D3D3D3;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}

.WorldmapDetailinfo div.header .headerbutton {
	font-size: 12px;
	font-weight: bold;
	background-color: #D3D3D3;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
	text-aling: right;
}

.WorldmapDetailinfo div.ClosingBalance {
	padding: 10px 10px 10px 10px;
	text-align: center;
	margin: 5px 5px 5px 5px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
}

.WorldmapDetailinfo div.ClosingBalance .Value {
	margin: 0px 0px 5px 0px;
}

.WorldmapDetailinfo div.ClosingBalance .Label {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.WorldmapDetailinfo div.ClosingBalance div.Value .Money {
	font-size: 18px;
	font-weight: bold;
}

.WorldmapDetailinfo div.ClosingBalance div.Value .Currency {
	font-size: 12px;
	font-weight: bold;
	top: -10px;
	position: relative;
	margin: 0px 0px 0px 3px;
}

.WorldmapDetailinfo div.Movements {
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	width: calc(100% - 10px);
	display: table;
}

.WorldmapDetailinfo div.Movements .Label {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.WorldmapDetailinfo div.Movements .Value {
	margin: 0px 0px 5px 0px;
	display: table-cell;
	text-align: right;
}

.WorldmapDetailinfo div.Movements div.Value .Money {
	font-size: 14px;
	font-weight: bold;
}

.WorldmapDetailinfo div.Movements div.Value .Currency {
	font-size: 10px;
	font-weight: bold;
	top: -4px;
	position: relative;
	margin: 0px 0px 0px 3px;
}

.WorldmapDetailinfo div.Institues {
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 5px 5px;
	width: calc(100% - 10px);
	display: table;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
}

.WorldmapDetailinfo div.Institue {
	display: table-row;
}

.WorldmapDetailinfo div.Institue .Label {
	display: table-cell;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}

.WorldmapDetailinfo div.Institue .Money {
	display: table-cell;
	padding: 0px 10px 10px 0px;
	text-align: right;
	font-size: 12px;
}

.WorldmapDetailinfo div.Institue .Chart {
	display: table-cell;
	padding: 0px 0px 10px 0px;
	width: 150px;
}

.WorldmapDetailinfo div.Institue .Chart .backgroundBar {
	fill: #F6F6F6;
}

.WorldmapDetailinfo div.Institue .Chart .positivBar {
	fill: #009788;
}

.WorldmapDetailinfo div.Institue .Chart .negativBar {
	fill: #E85A4C;
}

.WorldmapDetailinfo div.Date {
	padding: 10px 10px 10px 10px;
	text-align: center;
}

/* World Map - Progress Bar */

.media-controls {
	bottom: 9px;
	position: absolute;
	width: 100%;
}

.progressBar {
	bottom: 30px;
	position: absolute;
	width: calc(100% - 310px);
	height: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0.6;
}

.progressBar::-webkit-progress-bar {
	background-color: #D4D4D4;
	border-radius: 5px;
}

.progressBar::-webkit-progress-value {
	background-color: #016895;
	border-radius: 5px;
}

.progressBar:before {
	position: absolute;
	content: '';
	top: -10px;
	right: -15px;
	left: -15px;
	bottom: -10px;
	/* outline: 1px solid red; */
	z-index: 40;
}

div.media-controls button {
	height: 50px;
	width: 120px;
	border: 0;
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
	color: #979797;
}

div.media-controls button:after {
	bottom: 0px;
	position: absolute;
	text-align: center;
}

div.media-controls button.play {
	background-image: url("../style/icons/play_circle_outline_grey.svg");
}

div.media-controls button.pause {
	background-image: url("../style/icons/pause_circle_outline_grey.svg");
}

div.media-controls button.replay {
	background-image: url("../style/icons/play_circle_outline_grey.svg");
}

.display-data {
	font-family: "Helvetica Neue", "helvetica";
	font-size: 17px;
	font-weight: bold;
	color: #979797;
	position: absolute;
	bottom: 20px;
	right: 46px;
	width: 100px;
	background: rgba(255, 255, 255, 0.6) !important;
	border-width: 1px;
	border-style: solid;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	word-wrap: break-word;
}

.progressBarMouseOverText {
	font-family: "Helvetica Neue", "helvetica";
	font-size: 15px;
	font-weight: bold;
	color: #979797;
	position: absolute;
	bottom: 45px;
	left: 60px;
}

.progressBarMouseOverText.hidden {
	display: none;
}

.custom-tools-icons-its .x-tool-img {
	background-image: url("../style/icons/dashboard/tool-sprites-custom.png") !important;
}

.multipanesplitter {
	border-right: 1px solid #ccc !important;
}

.sMarginLeftFourPixels {
	margin-left: 4px !important;
}

.sDisclaimer {
	height: 72px !important;
	left: 0px!important;
	white-space: normal !important;
}

.x-grid-item-container {
	/* padding-left: 3px !important; */
	/* padding-bottom: 2px !important; */
	/* top: -10px !important; */
}

/*.x-grid-header-ct>div.x-box-inner {
	margin-left: 3px !important;
}*/

.sLocked .x-grid-item-container {
	padding-left: 0px !important;
}

.sLocked .x-grid-header-ct>div.x-box-inner {
	margin-left: 0px !important;
}

.sFirstCellInRibbonRightAligned table tr td:first-child {
	text-align: right;
}

.x-btn-group-body .x-table-layout .x-form-item-default {
	margin-right: 0px !important;
}

.gridnotifier .x-btn-button .x-btn-inner-plain-toolbar-small {
	margin-left: -4px;
	margin-top: -10px;
	color: black !important;
}

.dashboard-revalgridNotifications, .x-tool-revalgridNotifications {
	background-image: url(../style/icons/ic_notifications_active_black_18px.svg) !important;
}

.x-ie8 .x-tool-revalgridNotifications {
	background-image: url(../style/icons/ic_notifications_active_black_18px.png) !important;
	width: 16px;
}

.x-tbar-page-number input {
	font-size: 12px;
	margin-top: -2px;
}

.x-monthpicker-body {
	width: 225px !important;
}

.x-monthpicker-months {
	width: 110px !important;
}

.x-monthpicker-years {
	width: 110px !important;
}

.phototan {
	margin: 20px;
	width: 235px;
	height: 235px;
}

.base64img {
	margin: 20px;
	width: 1000px;
	height: 500px;
}

.DlgTOTPSetupLogin .base64img {
	margin: 20px;
	width: 350px;
	height: 350px;
}

.DlgTOTPSetupLoginITS .base64img {
	margin: 20px;
	width: 350px;
	height: 350px;
}

.DlgTOTPSetupLoginTRM .base64img {
	margin: 20px;
	width: 300px;
	height: 300px;
}

.DlgRegisterUserForTotp .base64img {
	margin: 20px;
	width: 350px;
	height: 350px;
}

/*
@font-face {
	font-family: "Roboto-Regular";
	src: url('../lib/fonts/Roboto-Regular.ttf') format("truetype");
}
@font-face {
	font-family: "Roboto-Bold";
	src: url('../lib/fonts/Roboto-Bold.ttf') format("truetype");
}

@font-face {
	font-family: "Lato-Regular";
	src: url('../lib/fonts/Lato-Regular.ttf') format("truetype");
}
@font-face {
	font-family: "Lato-Bold";
	src: url('../lib/fonts/Lato-Bold.ttf') format("truetype");
}
*/

/* light 300 */

@font-face {
	font-family: "OpenSans";
	src: url('../lib/fonts/OpenSans-Light.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
}

/* Regular 400 */

@font-face {
	font-family: "OpenSans";
	src: url('../lib/fonts/OpenSans-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
}

/* Bold 700 */

@font-face {
	font-family: "OpenSans";
	src: url('../lib/fonts/OpenSans-Bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* Light Italic */

@font-face {
	font-family: "OpenSans";
	src: url('../lib/fonts/OpenSans-LightItalic.ttf') format("truetype");
	font-weight: 300;
	font-style: italic;
}

/* Regular 400 Italic */

@font-face {
	font-family: "OpenSans";
	src: url('../lib/fonts/OpenSans-Italic.ttf') format("truetype");
	font-weight: 400;
	font-style: italic;
}

/* Bold 700 Italic */

@font-face {
	font-family: "OpenSans";
	src: url('../lib/fonts/OpenSans-BoldItalic.ttf') format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "SourceSans";
	src: url('../lib/fonts/SourceSans3-Light.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
}

/* Regular 400 */

@font-face {
	font-family: "SourceSans";
	src: url('../lib/fonts/SourceSans3-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
}

/* Bold 700 */

@font-face {
	font-family: "SourceSans";
	src: url('../lib/fonts/SourceSans3-Bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* Light Italic */

@font-face {
	font-family: "SourceSans";
	src: url('../lib/fonts/SourceSans3-LightItalic.ttf') format("truetype");
	font-weight: 300;
	font-style: italic;
}

/* Regular 400 Italic */

@font-face {
	font-family: "SourceSans";
	src: url('../lib/fonts/SourceSans3-Italic.ttf') format("truetype");
	font-weight: 400;
	font-style: italic;
}

/* Bold 700 Italic */

@font-face {
	font-family: "SourceSans";
	src: url('../lib/fonts/SourceSans3-BoldItalic.ttf') format("truetype");
	font-weight: 700;
	font-style: italic;
}



@font-face {
	font-family: "Roboto";
	src: url('../lib/fonts/Roboto-Light.ttf') format("truetype");
	font-weight: 300;
	font-style: normal;
}

/* Regular 400 */

@font-face {
	font-family: "Roboto";
	src: url('../lib/fonts/Roboto-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
}

/* Bold 700 */

@font-face {
	font-family: "Roboto";
	src: url('../lib/fonts/Roboto-Bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
}

/* Light Italic */

@font-face {
	font-family: "Roboto";
	src: url('../lib/fonts/Roboto-LightItalic.ttf') format("truetype");
	font-weight: 300;
	font-style: italic;
}

/* Regular 400 Italic */

@font-face {
	font-family: "Roboto";
	src: url('../lib/fonts/Roboto-Italic.ttf') format("truetype");
	font-weight: 400;
	font-style: italic;
}

/* Bold 700 Italic */

@font-face {
	font-family: "Roboto";
	src: url('../lib/fonts/Roboto-BoldItalic.ttf') format("truetype");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Manrope";
	src: url('../lib/fonts/Manrope.ttf') format("truetype");
}
/*
@font-face {
  font-family: "OpenSansCondensed-Light";
  src: url('../lib/fonts/OpenSansCondensed-Light.ttf') format("truetype");
}
@font-face {
  font-family: "OpenSansCondensed-Bold";
  src: url('../lib/fonts/OpenSansCondensed-Bold.ttf') format("truetype");
}
*/

.DSGVOOverlay {
	position: fixed;
	z-index: 10000000;
	opacity: 0.6;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	top: 0px;
	background-color: black;
}

.DSGVOContainer {
	z-index: 10000001;
	position: absolute;
	max-height: 90%;
	top: 50%;
	left: 50%;
	max-width: 90%;
	width: 1024px;
	background-color: white;
	transform: translate(-50%, -50%);
	overflow-x: auto;
}

.DSGVOContent {
	margin: 10px 40px 10px 40px;
	font-family: Arial;
	font-weight: normal;
}

.DSGVOContent>h1 {
	font-size: 30px;
	line-height: 40px;
	color: #1e90ff;
}

.DSGVOContent>h2 {
	font-size: 18px;
	line-height: 24px;
	color: #1e90ff;
}

.DSGVOContent>h3 {
	font-size: 14px;
	line-height: 20px;
	color: black;
}

.DSGVOContent>p {
	font-size: 14px;
	line-height: 20px;
	color: black;
}

.DSGVOContent>ul>li {
	font-size: 12px;
	line-height: 18px;
	color: black;
}

.DSGVOHeader {
	padding: 10px;
}

.DSGVOHeaderRight {
	padding: 10px;
	float: right;
}

.DSGVOHeaderRight > button {
    padding: 5px 10px;
	margin: 4px;
    background-color: white;
    border: 1px solid #1e90ff;
    outline: none;
    color: black;
    /* line-height: 25px; */
    font-size: 12px;
    border-radius: 15px;
    vertical-align: middle;
}
.DSGVOHeaderRight > button:hover {
	background-color: #1e70ff;
	color: white;
}

.DSGVOHeaderRight > .DSVGOPrimaryLangButton {
	background-color: #1e90ff;
	color: white;
}
.DSGVOHeaderRight > .DSVGOPrimaryLangButton:hover {
	background-color: #1e70ff;
}


.DSGVOFooter {
	height: 50px;
}

.DSGVOAccept {
	float: right;
	margin: 5px 10px 5px 10px;
	padding: 5px 15px 5px 15px;
	background-color: #1e90ff;
	border: none;
	outline: none;
	color: white;
	line-height: 25px;
	font-size: 15px;
	border-radius: 5px;
	vertical-align: middle;
}

.DSGVOAccept:hover {
	background-color: #1e70ff;
}

.DlgEffReportTemplates .x-fieldset .x-form-item span.x-form-item-label-inner {
	width: 150px !important;
}

.DlgEffReportTemplates .x-fieldset .x-form-item {
	line-height: 11px;
}

.DlgEffReportTemplates .x-fieldset .x-form-item-body-default {
	min-height: 11px
}

.opa20 {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.opa50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.x-tab-bar-left>.x-tab-bar-strip-grouptab {
	border-width: 0 0 0 0;
	width: 5px;
	margin-top: 1px;
}

.x-form-loading-trigger {
	width: 22px;
	background: 0 center url("../style/icons/loading.gif") no-repeat !important;
}

.checklistTransparentHeader .x-fieldset-default {
	background-color: transparent;
}

.wrappableHeader .x-column-header-text {
	overflow: unset;
	text-overflow: unset;
}

.wrappedLeftAligned {
	text-align: left !important;
}

.east-notification-border {
	box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

.east-notification-strip .x-tab-bar-horizontal .x-tab-bar-strip {
	width: 110%;
	bottom: -3px;
}

.east-notification-strip-with-tabs .x-tab-bar-horizontal .x-tab-bar-strip {
	width: 110%;
	bottom: 2px;
}

.westpanelborder {
	box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.4);
}

.multipleNoticeDisplay {
	display: table;
}

/* checkListItem(check-box) styles to combine */

.ExceptionRole .x-form-cb-label {
	color: rgb(200, 60, 60);
}

.SpecialRole .x-form-cb-label {
	color: rgb(20, 55, 180);
}

.checkListItemBold .x-form-cb-label {
	font-weight: bold;
}

.checkListItemItalic .x-form-cb-label {
	font-style: italic;
}

svg.nvd3-svg {
    height:auto !important;
}

.sWidth1024 {
	min-width: 1024px !important;
}

.kpiHyperLink .x-btn-inner.x-btn-inner-default-toolbar-large {
    font-size: 12px;
}

td.sKpiPositiveBgColor {
	background-color: #1e8246 !important;
}

td.sKpiNegativeBgColor {
	background-color: #e60000 !important;
}

td.sKpiWarningBgColor {
	 background-color: #fa8a02 !important;
}

td.sKpiNeutralBgColor {
	 background-color: #c7c6ca !important;
}

.kpiUpdateBgColor {
	 background-color: #e1ebfc !important;
}

tr.multiSelectSpecialRowCalc{
    padding-left: 24px;
}

td.sSingleDocumentCell {
	text-align: right;
	background-image: url(../style/icons/SymDocManager.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

td.sMultiDocumentCell {
	text-align: right;
	background-image: url(../style/icons/SymDocMultiManager.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.3em !important;
}

.unsaved_changes {
	text-align: right;
	background-color: #fa8a02!important;
	border: 2px solid #fa8a02;
	font-weight: bold !important;
	color: black;
	border-radius: 2px;
	height: 24px !important;
	margin-right: 5px;
	align-items : center;
	display: inline-flex;
	padding-left: 5px;
	padding-right: 5px;
}

.unsaved_changes:before {
	font-family: FontAwesome !important;
    content: "\f071" !important;
    padding-right: 5px;
}
