.SIAIWizardStepType
{
	position: relative;
	cursor: pointer;
	margin-bottom: 2px;
	color: black;
	overflow: hidden !important;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 10pt;
	/* min-height: 22px; */
}
.SIAIWizardStepType:hover
{
	background-color: #1899c1;
	color: white;
}
.SIAIWizardStepType.info
{
	padding-left: 30px;
	background-image: url('/modules/dashboards/images/icon_date.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: 15px 15px;
}
.SIAIWizardStepType.datacollection
{
	padding-left: 30px;
	background-image: url('/modules/dashboards/images/icon_list.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: 15px 15px;
}
.SIAIWizardStepType.summary
{
	padding-left: 30px;
	background-image: url('/modules/ai_tools/images/summary-icon.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: 15px 15px;
}
.SIAIWizardStepType.analysis
{
	padding-left: 30px;
	background-image: url('/modules/ai_tools/images/analysis-icon.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: 15px 15px;
}

.SIAIWizardStepType.results
{
	padding-left: 30px;
	background-image: url('/modules/ai_tools/images/results-icon.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	background-size: 15px 15px;
}

.SIAIWizardDataCollectionSectionItem
{
	height: 24px;
	cursor: row-resize;
}
.SIAIWizardDataCollectionSectionItem.selected
{
	background-color: #308e75;
	color: white;
}
.SIAIWizardDataCollectionSectionItem:hover
{
	background-color: #cdcdcd;
}
.SIAIWizardDataCollectionSectionItem.selected:hover
{
	background-color: #005e45;
}

.SIAIWizardDataCollectionSectionItemTitle 
{
	font-size: 12px;
	display: inline-block;
	margin-top: -8px;
	width: 260px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}

.SIAIWizardDataCollectionSectionItem .deleteSection
{
	float:right;
	cursor: pointer;
}

.SIAIWizardDataCollectionSectionItem .deleteAnalysisStep
{
	float:right;
	cursor: pointer;
}

.SIAIWizardListItemAnnotationBlank {
	background-color: white;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardListItemAnnotationGreen {
	color:white;
	background-color: #549b2a;;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardListItemAnnotationBlue {
	color:white;
	background-color:#1c5e99;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardListItemAnnotationOrange {
	color:white;
	background-color:#e8782d;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardListItemAnnotationRed {
	color:white;
	background-color:#9b1e62;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardListItemAnnotationYellow {
	color:white;
	background-color:#f7bf4d;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardListItemAnnotationPurple {
	color:white;
	background-color:#a442f5;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardListItemAnnotationBlank {
	color:transparent;
	background-color:transparent;
	font-size:8px;
	border-radius:8px;
	display:inline-block;
	padding: 2px;
	position: relative;
	top: -5px;
	width:12px;
}

.SIAIWizardDataCollectionSectionIcon
{
	height:16px;
	width:16px;
	margin-top: 4px;
}

#addContent, #addInput
{
	border-radius: 0;
	border-width: 1px;
	font-size: 10px;
}

#addContent:hover, #addInput:hover
{
	font-size: 10px;
}

.SIAIWizardDataCollectorInputOption
{
	margin-bottom:8px;
}

.SIAIWizardOption input {
	height: 25px;
	padding: 0 5px 0 5px;
	width: 200px;
	margin-bottom: 8px;
}

.SIAIWizardOption textarea {
	padding: 5px;
	margin-bottom: 8px;
}

.SIAIWizardDataCollectorInputOption input
{
	height: 25px;
	padding: 0 5px 0 5px;
	width: 200px;
	margin-bottom: 8px;
}

.ui-dialog .ql-editor h1
{
	font-size: 2em;
	font-weight: 800;
	color: black;

}

.ui-dialog .ql-editor h2
{
	font-size: 1.5em;
	font-weight: 800;
	color: gray;
	text-align: unset;
}

.ui-dialog .ql-editor h3
{
	font-size: 1.17em;
	font-weight: 800;
	color: black;
}

.SIUserDashboardDesignTool .ql-editor h3
{
	background: unset !important;
	background-color: unset !important;
	border-bottom: unset !important;
}

.SIAIWizardStepType 
{
	height: 16px;
	width: 497px;
}

.DisabledButton
{
	cursor: not-allowed !important;
	background-color:#adadad !important;
	color: #e5e5e5 !important;
	border: solid 1px #adadad !important;
}

.SIAIWizardButton {
    background-color: #308e75;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: solid 1px #308e75;
    border-radius: 0px;
    cursor: pointer;
	margin: 6px;
}

#infoContainer {
	padding: 0;
	overflow:hidden;
}

.tooltip-content {
	font-size: 10px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1005;
	max-width: 200px;
}

div#container .ql-editor input, textarea, select {
	padding: 6px;
}

#draganddrophandler 
{
	border: dashed 2px #ededed; 
	width: 98%;
	height: 75%;
	color: #ededed;
	font-size: 24px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

#draganddrophandler:hover
{
	color:#308e75;
	border-color: #308e75;
}

#draganddrophandler div
{
	text-align:center;
}

#pickedFile 
{
	width: 100%;
}

#statusArea {
	vertical-align: middle;
	text-align: right;
	font-style: italic; 
	font-size: 10px;
	padding-right: 8px;
	width: 35%;
}

.AINewMessageAttachIndicator {
	display:none;
	margin-left: 8px;
	padding-left: 16px;
	cursor: pointer;
	background-image: url('/modules/ai_tools/images/attach.png');
	background-repeat: no-repeat;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.AINewMessageLabel {
	display:inline-block;
}

.SIAIChatInterface_HelpIcon
{
    position: absolute;
    left: -10px;
    top: 0px;
    width: 42px;
    height: 39px;
    background-image: url(/modules/text_analytics/images/corner_help.png);
    background-repeat: no-repeat;
    cursor: pointer !important;	
}

#uploadButtonPopupMenu td:hover
{
	background-color:#adadad;
}

#dropTarget {
	display: flex;
    width: 99%;
    justify-content: center;
    align-items: center;
    height: 48px;
    border: 4px dashed #adadad;
    color: #adadad;
    font-size: 15pt;
    font-weight: bold;
}

.dropTargetDragOver
{
	color:#308e75 !important;
	border-color:#308e75 !important;
}

.AIAssistantChat #side1::-webkit-scrollbar-track
{
	padding-right:4px;
	border-radius:6px;
}

#WizardDragDropLoadingSpinner
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content: center;
	background-color: rgb(191,191,191,0.5);
	z-index:100;
}

.SIUserDashboardTileWidgetArea
{
	height:169px;
}

.SIAIWizardDataCollectorInputOptionLabel
{
	font-weight: bold;
}

.AIQueryingIndicator:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis steps(4,end) 900ms infinite;      
	animation: ellipsis steps(4,end) 1200ms infinite;
	content: "\2026"; /* ascii code for the ellipsis character */
	width: 0px;
  }
  
  @keyframes ellipsis {
	to {
	  width: 1.25em;    
	}
  }
  
  @-webkit-keyframes ellipsis {
	to {
	  width: 1.25em;    
	}
  }

  .SIAIWizardDesignButton
{
	position: absolute;
	top: 10px;
	right: 177px;
	background-color: #308e75;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: solid 1px #308e75;
	border-radius: 0px;
	cursor: pointer;
}
.SIAIWizardShareButton
{
	position: absolute;
	top: 10px;
	right: 90px;
	background-color: #308e75;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: solid 1px #308e75;
	border-radius: 0px;
	cursor: pointer;
}
.SIAIWizardSaveButton
{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #308e75;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: solid 1px #308e75;
	border-radius: 0px;
	cursor: pointer;
}
.SIAIWizardMainArea
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 10px);
	height: 100%;
	overflow: auto;
}
.SIAIWizardMainArea.DesignMode
{
	width: calc(100% - 546px);
}
.SIAIWizardMainAreaMainArea
{
	overflow: auto;
}
.SIAIWizardDesignArea
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 546px;
	height: 100%;
	border-left: solid 2px #e5e5e5;
	overflow: hidden;
	display: none;
}
.SIAIWizardDesignArea.DesignMode
{
	width: 546px;
	display: block;
}
.SIAIWizardWidgetInfoTitle
{
    font-weight: 800 !important;
    font-size: 14px;
    border-bottom: dotted 3px #adadad;
    padding-bottom: 4px;
    padding-top: 4px;
	padding-right: 10px;
    color: #23a2a7;
}

button.greenButton
{
	cursor: pointer;
    background-color: #308e75;
    color: white;
    padding: 4px;
    padding-left: 8px;
    padding-right: 0px;
    padding-right: 8px;
    border-radius: 0px;
    height: 30px;
}