:root 
{
    --mdc-theme-primary: #FBBA00;
    --mdc-theme-primary-opacity: rgba(251, 186, 0, 0.1);
    --mdc-theme-primary-opacity-02: rgba(251, 186, 0, 0.2);
    --mdc-theme-primary-light: #F2F2F2;
    --mdc-theme-primary-dark: #B0B0B0;
    --mdc-theme-secondary: #FBBA00;
    --mdc-theme-secondary-light: #ff87b0;
    --mdc-theme-secondary-dark: #4C4C4C;
    --mdc-theme-text-primary-on-primary: #FFFFFF;
    --mdc-theme-primary-bg: #FBBA00;
}

.mdc-dialog__surface_brDialog
{
	min-width: 800px !important;
	max-width: 100% !important;
}

.ecoworkflow-toolbar-section
{
	align-items: center;
}


#subFilterToolbar {
	position:relative !important;
}

.flip-180
{
  -webkit-transform: rotate(180deg);     /* Chrome and other webkit browsers */
  -moz-transform: rotate(180deg);        /* FF */
  -o-transform: rotate(180deg);          /* Opera */
  -ms-transform: rotate(180deg);         /* IE9 */
  transform: rotate(180deg);  
  transition: 0.25s ease-in-out;
}

.eco-upload-remove-file .mdc-fab .mdc-fab__icon
{
	display: unset !important;
}

.ecoworkflow-headline, .eco-workflow-data-card-headline, .mdc-dialog__title
{
	user-select: none;
	color: var(--mdc-theme-primary,#000000) !important;
}

.eco-workflow-data-card-content
{
	max-height: calc(100vh - 310px);
    overflow: auto;
    overflow-x: hidden;
}

.eco-workflow-data-card-content-deployment
{
	max-height: calc(100vh - 360px);
    overflow: auto;
    overflow-x: hidden;
}

.ecoworkflow-usertasktype-headline-inner-container, .ecoworkflow-headline-inner-container
{
	/* width: calc(100% - 90px); */
	max-height: 75px;
}

.ecoworkflow-headline
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.ecoworkflow-menu-username-entry .eco-menu-label
{
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
}

.ecoworkflow-version-label-container
{
	text-align: center;
}

.not-visible
{
	display: none !important;
}

.searchHolder
{
	padding: 0 8px !important;
	display: inline-flex;
}

.searchButton, .searchCancel, .attributeSearchCancel, .attributeSearchButton
{
	min-width: unset !important;
}

.searchButton, .searchCancel
{
	margin-top: 15px;
}

.attributeSearchCancel, .attributeSearchButton
{
	
}

.searchButton, .attributeSearchButton
{
	color: var(--mdc-theme-primary, #000000);
    font-size: 0.875rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.08929em;
    text-decoration: none;
    padding: 0 8px 0 8px;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 64px;
    height: 36px;
    border: none;
    outline: none;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 2px;
}

.eco-workflow-data-card-headline-desc
{
	user-select: none;
	color: var(--mdc-theme-primary-dark,#000000);
}

.eco-workflow-menu .mdc-menu-surface--anchor .mdc-menu
{
	width: 230px;
}

.eco-menu-label
{
	max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mdc-dialog
{
	z-index: 9000;
}

.mdc-top-app-bar
{
	background-color: 	var(--mdc-theme-primary-dark,#FFFFFF);
}

*
{
	-webkit-overflow-scrolling: touch;	
}

body
{
	background-color: var(--mdc-theme-primary-light,#000000);
}

::-webkit-scrollbar {
    width: auto;
    height: auto;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
}

.ecoworkflow-logo-image
{
	width: 45px; 
	height: 45px; 
	background-image: url(../images/ecoworkflow-logo.png); 
	background-repeat: no-repeat; 
	background-size: 45px;	
}

.ecoworkflow-drawer-h1
{
	color: #FFFFFF;
	margin: auto auto;
	font-size: 20pt;
	font-weight: bold;
}

.mdc-fab__icon
{
	color: #FFFFFF;
}

.mdc-fab__icon-inverted
{
	color: var(--mdc-theme-primary,#000000) !important;
}

.ecoworkflow-drawer__drawer
{
	min-width: 290px !important;
	max-width: 290px !important;	
}

.app-fab--absolute {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  height:48px;
  width:48px;
  background-color: var(--mdc-theme-primary,#000000);
}

@media(min-width: 1024px) {
   .app-fab--absolute {
    	bottom: 3rem;
    	right: 3rem;
    	height:48px;
  		width:48px;
  		color: #FFFFFF;
	  background-color: var(--mdc-theme-primary,#000000);
	}
}

.mdc-top-app-bar-shade
{
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

#mainToolbar .mdc-button
{
	min-width:48px;
	width:48px;
	padding: 0px;
}

.ecoworkflow-toolbar-logo
{
	height: 36px !important;
	width: 36px !important;
	margin:0;
	padding:0;
}

.mdc-theme-text-primary-on-primary
{
	ackground-color: var(--mdc-theme-text-primary-on-primary,#000000); 
} 

.mdc-theme-primary-bg
{
	background-color: var(--mdc-theme-primary-bg,#FFFFFF); 
}

.eco-main
{
	position: absolute;
    top: 64px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}


#ecoUserMenu
{
	margin-top:auto;
	margin-bottom:auto;
}

.ecoworkflow-file-control-container
{
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
	position: inherit;
}

.ecoworkflow-file-control-label
{
	display: inline-block;
	margin-bottom: 10px;
}

.ecoworkflow-version
{
	font-size: 8pt;
}

.mdc-snackbar
{
	z-index: 999;
}

.ecoworkflow-settings
{
	margin-left: -48px;
    height: 48px;
    margin-top: 24px;
    margin-right: -14px;
}

.ecoworkflow-settings-button, .ecoworkflow-modeler-button, .ecoworkflow-designer-button, .ecoworkflow-report-button
{
	color: #FFFFFF !important;
    height: 48px;
    float:right;
	min-width: 20px !important;
}

.eco-workflow-settings-data-card
{
	max-width: 800px !important;
}

.ecoworkflow-card
{
	border-radius: 0px 24px;
}

.ecoworkflow-card
{
	background-color: #ffffff;
}

.ecoworkflow-card-name, .ecoworkflow-card-process-name
{
	max-width: 260px;
}

.ecoworkflow-overview-card
{
	max-width: 370px;
}

.ecoworkflow-processflow-card
{
	height: 160px;
}

.ecoworkflow-card-icon
{
	font-size: 40px;
	color: #ffffff;
}

.ecoworkflow-pointer-label
{
	cursor: pointer;
}

.ecoworkflow-menu
{
	padding: 6px !important;
}

.bold-text {
	font-weight: bold !important;
}

.eco-workflow-title-area
{
	width: calc(100% - 100px);
	text-align: center;
}

.eco-workflow-page-title
{
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	user-select: none;
	color: #FFFFFF;
	font-size: 15pt;
	white-space: nowrap;
}

#eco-bottom-menu, #eco-right-menu
{
	position: fixed;
    background-color: transparent;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
}

#eco-bottom-menu
{
    bottom: 5px;
    left: calc(50% - 40px);
    height: 0px;
    width: 50px;
    padding-top: 4px;
    border-bottom: 24px solid var(--mdc-theme-primary-dark,#FFFFFF);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 4;
}

#eco-right-menu
{
	padding-top: 4px;
    width: 0px;
	top: calc(50% - 32px);
    right: 0;
    border-right: 34px solid var(--mdc-theme-primary-dark,#FFFFFF);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
	z-index: 1;
}

#eco-bottom-menu > i
{
	padding-top: 2px;
}

#eco-right-menu > i
{
	padding-left: 7px;
	
}

#eco-bottom-menu > i, #eco-right-menu > i
{
	user-select: none;
}

.right-menu-open
{
	right: 635px !important;
	z-index: 3 !important;
}

.right-menu-line-open
{
	width: 635px !important;
	z-index: 2 !important;
}

#eco-bottom-menu-line, #eco-right-menu-line
{
    overflow: hidden;
	position: fixed;
	background-color: var(--mdc-theme-primary-dark,#FFFFFF);
 	box-shadow:  0 -3px 4px 0px rgba(0,0,0,.2), 
    			 0 4px 5px 0 rgba(0,0,0,.14), 
    			 0 1px 10px 0 rgba(0,0,0,.12);
}

#eco-bottom-menu-line
{
    bottom: 0px;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 3;
}

#eco-right-menu-line
{
	right: 0px;
	top: 0;
	width: 5px;
    height: 100%;
}

#eco-left-menu-line
{
	overflow: hidden;
	position: fixed;
	background-color: #ffffff;
 	box-shadow:  0 0px 0px 0px rgba(0,0,0,.2), 
    			 0 4px 5px 0 rgba(0,0,0,.14), 
    			 0 1px 10px 0 rgba(0,0,0,.12);
	left: 0px;
	top: 64px;
	width: 0px;
    height: 100%;
    z-index: 3;
}

.mdc-top-app-bar-shade
{
	box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
            
.ecoworkflow-drawer-logo
{
	height:100px;
}

.ecoUserMenu_icon
{
	color: #FFFFFF !important;
	height:auto;
	width: auto;
}

.eco-workflow-card-icon
{
	user-select: none;
	font-size: 80px;
	color: #ffffff;
}

.eco-workflow-card-media
{
	text-align: center;
	background-color: var(--mdc-theme-primary,#ffffff);
}

.eco-workflow-data-card
{
	/*padding: 16px !important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    min-width: 750px;*/
    
	margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
}

.mdc-text-field__searchValue
{
	margin-top: unset !important;
}

.eco-workflow-description-card
{
	user-select: none;
	padding: 10px;
	color: var(--mdc-theme-secondary-dark, #000000);
}

.mdc-menu__items, .mdc-list-item, .ecoworkflow-card-details-info
{
	color: var(--mdc-theme-secondary-dark, #000000) !important;
}

.eco-workflow-description-card__actions
{
	align-self: center;
	text-align: center;
}

.eco-workflow-description-card-cell
{
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.eco-workflow-overview-card
{
	min-width: 250px;
	max-width: 350px;
	margin: auto;
	margin-top: 20px;
}

.eco-workflow-overview-description-card-primary
{
	min-height: 90px;
}

.ecoworkflow-details-card-container
{
	margin-left: 30px;
	margin-right: 30px;
}

.ecoworkflow-details-card
{
	width: calc(100vw - 20%);
    min-width: 400px;
    max-width: 1024px;
}

.ecoworkflow-extended-generated-component-container-table
{
	/*display: inline-block;*/
	position: relative;
	max-width: calc(100vw - 48px);
}

.eco-workflow-overview-card__actions
{
	align-self: center;
}

.ecoworkflow-form-field
{
	width: 100%;
}

.ecoworkflow-layout-grid
{
	padding:0 !important;
	margin-left: 16px;
	margin-right: 16px;
}

.eco-workflow-version-label
{
	color: #ffffff;
	font-size: 9pt;
}

.mdc-dialog__actions
{
	text-align: right;
	margin-top: 20px;
}

.ecoworkflow-error-text
{
	color: red !important;
	border-bottom-color: red !important;
}



.ecoworkflow-radio-container, .ecoworkflow-multiselect-control-container, .ecoworkflow-custom-label-container
{
	margin-bottom: 20px;
	width: 100%;
}

.ecoworkflow-radio-container
{
	display: inline-block;
}

.ecoworkflow-custom-label
{
	word-break: break-word;
}

.ecoworkflow-multiselect-button-group-container
{
	margin-top: 5px;	
}

.ecoworkflow-multiselect-button-group-label
{
	margin-bottom: 5px;
}

.eco-mdc-label
{
	color: rgba(0, 0, 0, 0.6) !important;
}

.mdc-filedownload-icon
{
	color: rgba(0, 0, 0, 0.6) !important;
}

.mdc-floating-label, .mdc-text-field-helper-text, .eco-workflow-label, .mdc-dialog__actions
{
	user-select: none;
}

.mdc-radio-form-field label
{
	color: rgba(0, 0, 0, 0.6) !important;
}

.eco-workflow-label
{
	color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.6));
}

.eco-workflow-note-button
{
	padding: unset !important;
	min-width: unset !important;
	height: unset !important;
}

.ecoworkflow-primary-action-container
{
	position: relative;
}

.ecoworkflow-note-button-container
{
    position: absolute;
    top: 9px;
    right: 9px;
}

.run-note-button-animation
{
	animation: note-button-animation 1s 2;
}


@keyframes note-button-animation 
{
 	0%{     color: red;    }
    49%{    color: rgb(255,0,0,0.2); }
    50%{    color: rgb(255,0,0,0.8); }
    99%{    color: rgb(255,0,0,0.2);  }
    100%{   color: red;    }
}

.ecoworkflow-primary-action-container, .ecoworkflow-card-details-link:hover, .ecoworkflow-card-details-link, .details-link-container
{
    border-radius: 0px 24px 0px 0px;
}
 
.ecoworkflow-card-details-link:hover
{
	cursor: pointer;	
}

.font-line-through
{
	text-decoration: line-through;
}

.flag-icon
{
	width: 50px;
	height: 20px;
}

.mdc-tab-bar-bottom
{
	position: fixed;
	bottom: 5px;
}

.add-new-attribute-fab
{
	height: 48px !important;
    width: 48px !important;
    
	bottom: 5rem !important;
	right: unset !important;
	left: 150px !important;
}

.add-new-fab
{
	left: 210px !important;
	right: unset !important;
}

.connections-fab
{
	right: unset !important;
	left: 3rem !important;
}

#add-new, #add-new-attribute
{
	background-color: var(--mdc-theme-primary,#000000);
}

.eco-workflow-overview-description-card
{
	min-width: 200px;
	max-width: 300px;
	margin: auto;
	margin-bottom: 25px;
}

.eco-workflow-workflow-diagram-user-attribute-menu-button
{
	position: fixed;
    background-color: transparent;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    
    width: 0px;
    border-left: 15px solid var(--mdc-theme-primary,#FFFFFF);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
	margin-right: 10px;
}

#attributeMenuButton > i
{
	margin-top: 3px;
	margin-left: -16px;
	font-size: 15px;
}

.eco-workflow-attribute-menu__header-content
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 16px;
	color: #ffffff;
}


.eco-workflow-attribute-menu__header
{
	height: 52px;
	width: 100%;
	background-color: var(--mdc-theme-primary,#000000);
	box-shadow: inset 2px 4px 2px 0px rgba(0, 0, 0, 0.2)	
}

.eco-workflow-workflow-diagram-user-attribute-container
{
	overflow: auto;
	overflow-x: hidden;
	height: calc(100% - 158px);
}

.eco-workflow-workflow-diagram-user-attribute-chip-set
{
	display: block !important;
}

.attribute-list-item
{
	width: 200px;
	background-color: var(--mdc-theme-secondary-dark,#000000) !important;	
}

.attribute-list-item .eco-mdc-chip__text
{
	width: 100%;
	text-align: center;
	max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eco-workflow-workflow-diagram-user-attribute-list:last-of-type
{
	margin-bottom: 180px;
}

.attribute-list-item .eco-mdc-chip__trailing_icon
{
	color: rgba(172, 172, 172, 0.8);
}

.attribute-list-item .ecoworkflow-mdc-chip__trailing_icon_selectable
{
	color: #ffffff !important;
}

.attribute-list-item .eco-mdc-chip__icon_container
{
	margin-right: 10px;	
}

.attribute-list-item .eco-mdc-chip__icon_container .eco-mdc-chip__icon
{
	color: #ffffff !important;
}

.attribute-list-item .eco-mdc-chip__text
{
	color: #ffffff;
}

.ecoworkflow-attribute-fab
{
    color: #FFFFFF;
    background-color: var(--mdc-theme-primary,#000000);
	top: 70px;
    left: 15px;
    z-index: 4;
    height: 40px;
    width: 40px;    
}

.ecoworkflow-attribute-fab .mdc-fab__icon
{
	font-size: 16pt;
}

.ecoworkflow-zoomer {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.ecoworkflow-zoomer > .openseadragon-container {
    background-color: #9F9F9F !important;
}

.ecoworkflow-zoomer-container
{
	padding: 8px;
    padding-bottom: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ecoworkflow-zoomer-main
{
	min-height: calc(100vh / 2 - 40px);
    position: relative;
}

.ecoworkflow-zoomer-menu .material-icons
{
	width:auto;
	height:auto;
}

.ecoworkflow-zoomer-menu
{
    position: absolute;
    display: inline-block;
    left: calc(100% - 90px);
    top: calc(100% - 60px);
    z-index: 1;
}

.ecoworkflow-zoomer-download-button
{
	z-index: 1;
}

.ecoworkflow-select-container
{
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}

.ecoworkflow-select-container .mdc-select
{
	width: 100%;
}

.ecoworkflow-drawer__header
{
	height: 140px;
	padding: 16px;
}

.ecoworkflow-extended-generated-component-container
{
	
	padding-left: 2px;
    padding-right: 2px;
    min-width: 100px;
}

.eco-workflow-workflow-businessrule-table-row-panel .ecoworkflow-extended-generated-component-container
{
	display: table-cell;
	vertical-align: top;
}

.eco-workflow-workflow-businessrule-table-row-panel
{
	overflow-x:auto;
	overflow-y: hidden;
}

.eco-workflow-workflow-businessrule-table-row-panel .mdc-text-field--textarea .mdc-text-field__input
{
	padding: 0 !important;
}

.ecoworkflow-extended-generated-component-container-width
{
	width: 90%;
	position: relative;
}

.ecoworkflow-extended-generated-component-container .mdc-select
{

}

.ecoworkflow-checkbox-container
{
	width: 100%;
}

.ecoworkflow-switch-container
{
	width: 100%;
	white-space: nowrap;
}

.eco-workflow-designer-modeler-output-chip
{
	background-color: #294a7b !important;
}

.ecoworkflow-textlist-readonly-container
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.ecoworkflow-textlist-readonly-label
{
	
}

.ecoworkflow-textlist-readonly-scrollable-container
{
	max-height: 320px;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 25px;
}

.ecoworkflow-textlist-readonly-item-container
{
	margin-top: 5px;
}

.ecoworkflow-textlist-readonly-item
{
	
}

.ecoworkflow-task-user-container
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.ecoworkflow-task-user-chip-container
{
	margin-top: 10px;
}

.ecoworkflow-task-user-chip
{
	
}

.ecoworkflow-task-role-container
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.ecoworkflow-task-role-chip-container
{
	margin-top: 10px;
}

.ecoworkflow-task-role-chip
{
	
}

.feedbackPanel
{
	 list-style-type: none;
	 line-height: normal;
	 padding:0px;
	 margin:0px;
	 color: var(--mdc-theme-error,rgba(176,0,32,1));
	 width:100%;
	 text-align: center;
}

.eco-feedback
 {
 	height:64px;
 	font-size: 10pt;
 	margin-top:24px;
 }
 
 .ecoworkflow-tasktype-headline-container
{
	height: 70px;
}

.ecoworkflow-tasktype-headline-inner-container
{
	line-height: 40px;
    margin-top: 16px;
}

.eco-workflow-tasktype-process-color-square
{
	width: 70px;
	height: 70px;
	text-align: center;
	margin-right: 20px;
	float: left;
}

.eco-workflow-tasktype-icon
{
	color: #ffffff;
	margin-top: 15px;
	font-size: 40px;
}

.ecoworkflow-alert-dialog .mdc-dialog--open
{
	z-index: 9999 !important;
}

.eco-workflow-taskvaluedefinition-drop-fieldset-disabled
{
	background-color: #B0B0B0 !important;
}

.mdc-table-required
{
	border:1px solid red;
}

.ecoworkflow-attribute-card-container
{
	position: relative;
	//height: 100%;
	margin-left: 250px;
	margin-right: 30px;
	//max-width: calc(100% - 480px);
}