.sapMTextAreaInner{ 
	font-family: Consolas !important; 
}

body{ 
	font-family: '72 Brand'; 
}

.cfg{ 
	margin-left: 5px; 
	margin-right: 15px; 
	margin-top: 20px; 
	margin-bottom: 20px; 
}

.panel{ 
	margin-left:1%; 
}

.dialog{
	height: 50%; 
	width: 50%;
}

.right_justify{ 
	justify-content: right !important;
}

.right_inline{ 
	float: right !important;
	display: inline !important; 
}

.left_inline{ 
	float: left;  
	display: inline; 
}

.right_inline_margin{ 
	float: right; 
	display: inline; 
	margin-left: 20px;
}

.bottom_margin{
	margin-bottom: 20px;
}

.node{
	display: block; 
	width: 100%; 
	margin-left: 10px; 
	margin-top: 3px;

}

.node_root{
	display: block; 
	width: 100%; 
	margin-left: -7px; 
	margin-top: 3px;
}

.expander{ 
	width: 25px; 
	cursor: pointer !important; 
}

.expander:hover{ 
	width: 25px; 
	cursor: pointer 
	!important; 
	background-color: lightgray; 
}

.description_margin{
	margin-bottom: 15px;
}

.title_margin{ 
	padding-top: 13px; 
	margin-right: 8px; 
	margin-bottom: 0px !important;
}

.object_margin{ 
	padding-top: 9px; 
	margin-right: 8px; 
}

.status_text{ 
	position: relative; top: -7px; 
	margin-left: 46px; 
}

.custom_button{ 
	background-color: #0070f2 !important; 
	color: white !important; 
	height: 27px !important; 
	border-radius: 0.3rem !important; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	font-size: 0.85rem; 
	cursor: pointer; 
}

.custom_button_text{ 
	color: white !important; 
	padding-left: 1px; 
	font-family: "72-SemiboldDuplexfull" !important; 
	cursor: pointer !important; 
}

.custom_button:active{ 
	background-color: white !important; 
	color: #0070f2 !important; 
	height: 27px !important; 
	border: 2px solid #0070f2 !important; 
	border-radius: 0.3rem !important; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 3px; 
	font-size: 0.85rem; 
	cursor: pointer;  
}

.custom_buttont::selection{ 
	color: #0070f2 !important; 
	background: #0070f2 !important; 
}

.custom_button_text:active{ 
	color: #0070f2 !important; 
	font-family: "72-SemiboldDuplexfull" !important; 
	cursor: pointer !important; 
}

.refresh_button{ 
	display: inline; 
	float: right !important;
	bottom: 3; 
	position: relative; 
	height: 30px; 
}

.log_label{ 
	display: inline; 
	float: left !important; 
	top: 25px; 
	margin-right: 5px; 
	position: relative; 
}

.status_title{ 
	margin-top: 30px; 
	margin-bottom: 5px; 
}

.color_red{
	color: red !important;
}

.color_yellow{
	color: yellow !important;
}

.color_green{
	color: green !important;
}

.color_blue{
	color: blue !important;
}

.maxWidthDialog {
    max-width: 800px !important; 
}

.maxWidthAlert {
    max-width: 400px !important; 
}

.roundedTopPanel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dialogPopUp {
	max-width: 400px !important;
}

.customAlertIcon .sapMDialogIcon {
  color: orange;
}

.customErrorIcon .sapMDialogIcon {
  color: red;
}

.customGreenIcon .sapMDialogIcon {
  color: green;
}

.customInfoIcon .sapMDialogIcon {
  color: lightblue;
}

.colorGrey{
	color: grey !important
}

.colorOrange{
	color: orange !important
}

.colorGreen{
	color: green !important
}

.icon-spacing {
  margin-right: 0.5rem;
}


.greyIconButton .sapMBtnIcon {
    color: grey !important;
}


.buttonGrey .sapMBtnInner {
    color: grey !important;
}


.noBottomBorder {
    border-bottom: none !important;
}

.customTextAreaFont .sapMTextAreaInner {
    font-family: "72", "72-Regular", Arial, sans-serif !important;
}

.process_executor {
	margin-top: 0.5rem;
}



