.lost-password-sso 
{
	text-align:center;
	width:300px;
	font-family: OpenSans;
	font-size:12px;
}

.lost-password-sso span {
	text-decoration:underline;
	color: rgb(102, 102, 102);
	cursor:pointer;
}

.lost-password-sso span:hover
{
	text-decoration:none;
}

.recentdeals_container
{
	width:100%;
	height:100%;
	display:table-cell;
	padding:6px;
	overflow:hidden;'
}

.recentdeals_element
{
	width:200px;
	height:74px;
	border:1px solid #C0C0C0;
	display:inline-block;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:8px;
	/* box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3); */
	/* box-shadow: 0px 0px 0px 3px #E8E8E8;*/
	padding:6px;
	cursor: pointer;
	position: relative;
}

.recentdeals_element_logo
{
	position:absolute;
	left:10px;
	top:10px;
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:20px;
}

.recentdeals_element_logo > img
{
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	transform: translate(-50%, 0%);
	object-fit: cover;
}

.recentdeals_element_text
{
	position:absolute;
	left:56px;
	top:10px;
	width:148px;
	height:70px;
	overflow:hidden;
	color: #808080;
	user-select: none;
	font-family: OpenSans;
	font-size: 12px;
}


.recentdeals_element_text > span
{
	font-weight: bold;
	user-select: none;
}



.recentdeals_element:hover
{
	background-color: #f8f8f8;
}



.pdf-page-canvas {
    display: block;
    margin: 5px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }


.toolbar-deals-search {
  outline: 0 !important;
  border-radius: 4px !important;
  line-height: normal !important;
  height: 26px !important;
  width: 400px !important;
  border: 1px solid #e1e1e1 !important;
  color: #000 !important;
  background-color: #f1f1f1 !important;
  padding: 0px 2px 0 24px !important;
  margin: 0 0 10px 0 !important;
  font-size: 13px !important;
}

.toolbar-deals-search:focus {
  border: 1px solid #0175ff !important;
  background-color: #ffffff !important;
}

.toolbar-deals-search-icon {
  position: absolute;
  top: 7px;
  left: 4px;
  color: gray;
}


.chart-selected {
	border: 1px solid #0175FF !important;
	box-shadow: 0px 1px 4px rgba(1, 117, 255, 0.7);
}

.chart-draggable {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 300px;
  height: 240px;
  background: white; /* #FAFAFA; */
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #E2E2E2;
  overflow: hidden;
}

.chart-draggable[charttype=html] {
	background-color: #FCFCFC !important;
	border: 1px dashed #C0C0C0 !important;
 }

.chart-draggable[charttype-view=html] {
	background: transparent !important;
	border-radius: 0px !important;
	border: 0px !important;
}

.chart-draggable.is-pointer-down {
  background: #E2E2E2;
}
.chart-draggable.is-dragging { 
	background: #E0E0E0;
	/* opacity: 0.7;  */
}


.chart-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  cursor: move;
  border-radius: 12px;
  padding:4px;
  user-select: none; /* Standard */
}

.chart-handle:hover{
	background-color: #E0E0E0;
}


.chart-kpicard {
  font-family: OpenSans;
  font-size:32px;
  color: rgb(1, 117, 255);
  text-align:center;
  vertical-align:middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  height:100%;
  overflow : hidden;
}

.chart-title {
  position: absolute;
  top: 6px;
  left: 28px;
  right: 28px;
  height: 24px;
  font-family: OpenSans;
  font-size:14px;
  line-height:20px;
  text-align:center;
  vertical-align:middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow : hidden;
}


.chart-menu {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  cursor: hand;
  border-radius: 12px;
  padding:4px;
  user-select: none; /* Standard */
}

.chart-menu:hover{
	background-color: #E0E0E0;
}


.chart-table {
	table-layout: fixed;
	width: 95%;
}


.chart-table div {
	width: 100%;
	padding: 4px;
	font-family: OpenSans;
	font-size: 12px;
	color: rgb(102, 102, 102);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow : hidden;
}

.chart-ok {
  position: absolute;
  top: 4px;
  right: 32px;
  width: 24px;
  height: 24px;
  cursor: hand;
  border-radius: 12px;
  text-align:center;
  vertical-align:middle;
  line-height:24px;
  font-size:14px;
  user-select: none; /* Standard */
}

.chart-ok:hover{
	background-color: #E0E0E0;
}


.chart-cancel {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 24px;
  height: 24px;
  cursor: hand;
  border-radius: 12px;
  text-align:center;
  vertical-align:middle;
  text-align:center;
  line-height:24px;
  font-size:14px;
  user-select: none; /* Standard */
}

.chart-cancel:hover{
	background-color: #E0E0E0;
}

.chart-code {
	position: absolute;
	left: 8px;
	right: 8px;
	top: 32px;
	bottom: 8px;
	font-family: OpenSans;
	font-size:12px;
	resize: none;
	border: 0px solid white;
	background-color: white;
	padding: 4px;
	outline-style:none;
}

.chart-container {
	position: absolute;
	left: 8px;
	right: 8px;
	top: 32px;
	bottom: 30px;
	font-family: OpenSans;
	font-size: 14px;
}

.chart-commands {
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: -8px;
	height: 30px;
	z-index:1000;
}

.chart-sources {
	position:absolute;
	bottom:16px;
	right:8px;
	/* max-width:100%; */
	font-family: OpenSans;
	font-size: 14px;
}


.chart-commands span {
	color: white; /* #333333; */
	font-family: OpenSans;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #0175FF; /*white; */
	cursor: pointer;
}

.chart-container span[fileid] {
	color: white; /* #333333; */
	font-family: OpenSans;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #0175FF; /*white; */
	cursor: pointer;
}

.micropulse {
	animation: pulse 1s ease infinite;
}


.microspin {
	animation-name: spin;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
/*	animation: spin 1s ease infinite; */
}

/* Creating the heartbeat effect*/
@keyframes pulse {
    0% { 
        transform: scale(1); 
  }
    50% {
        transform: scale(1.3); 
  }
  100% { 
        transform: scale(1); 
  }
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.drop_files_container {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index:1000;
	font-family: OpenSans;
	font-size: 32px;
	font-weight: bold;
	color: #D9EAFF;
}

.xls_topbar {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:40px;
	background-color:#FAFAFA;
	border-bottom: 1px solid #EFEFEF;
}

.xls_sheet_container {
	position:absolute;
	top:48px;
	bottom:38px;
	left:8px;
	right:8px;
	background-color:white;
	overflow:auto;
}

.xls_sheet_grid {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

.xls_sheet_grid table {
	table-layout:fixed;
	border-collapse:collapse;
}

.xls_sheet_grid td {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

.xls_sheet {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}

.xls_sheet div {
	position: absolute;
	box-sizing: border-box;
}


.xls_sheet div.lp {
	z-index: 0;
}

.xls_sheet div.hp {
	z-index: 1000;
}

.xls_sheet span {
	position: absolute;
	white-space: nowrap;
	padding:2px;
}

.xls_sheet span.l {
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	text-align:left;
}

.xls_sheet span.c {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align:center;
}

.xls_sheet span.r {
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	text-align:right;
}

.xls_sheet span.w {
	white-space: wrap !important;
}

.xls_tabs {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:30px;
	border-top:1px solid #E2E2E2;
}


.new_thread_block {
  position: absolute;
  top: 40%;
  left: 50%;
  width:60%;
  max-width: 800px;
  min-width: 400px;
  transform: translate(-50%, -50%);
}

.new_thread_logo_container {
	width: 100%;
	height: 140px;
	position: relative;
}

.new_thread_logo {
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	transform: translate(-50%, -50%);
	position: absolute;
	border: 0px;
	padding:2px;
	cursor:pointer;
}

.new_thread_logo:hover {
	border: 2px dotted #C0C0C0;
	padding:0px;
}


.new_thread_logo img {
	object-fit: contain;
	width: 100%;
	height:100%;
}

.new_thread_label {
	width: 100%;
	text-align:center;
	padding:16px;
	font-family: OpenSans;
	font-size: 28px;
}

.new_thread_container {
	position:relative;
	width: calc(100% - 32px);
	height: 80px;
	background-color: white; /*#FAFAFA;*/
	border: 2px solid #E2E2E2;
	border-radius: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 40px;
}

.new_thread_container textarea {
	width: 100%;
	height: 100%;
	border: 0px;
	background: transparent;
	resize: none;
	font-family: OpenSans;
	font-size: 14px;
	outline: 0 !important;
}

.thread_body_container {
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	overflow-x:auto;
	position: relative;
}

.thread_body_element {
	width: 90%;
	max-width: 1000px;
	min-width: 400px;
	border-bottom: 1px solid #E2E2E2;
	margin: 8px auto;
	position: relative;
}

.thread_body_element_title {
	width: 100%;
	font-family: OpenSans;
	font-size: 18px;
	padding: 4px 4px 0px 4px;
	position: relative;
	line-height: 28px;
}

.thread_body_element_content {
	position: relative;
	width: 100%;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 22px;
	padding: 4px;
	margin-bottom: 8px;
}


.thread_body_element_content span[fileid] {
	color: white; /* #333333; */
	font-family: OpenSans;
	font-size: 8px;
	font-weight: bold;
	padding: 4px;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	background-color: #7298FF; /*white; */
	cursor: pointer;
}

.thread_body_element_content span[fileid]:hover {
	background-color: #0175FF; /*white; */
}


/*
pre {
	background-color:#F3F3EE;
	padding:8px;
}

code {
	font-family: Courier New;
	font-size: 14px;
}
*/

.thread_body_element_bottom {
	width: 100%;
	height:40px;
	margin-bottom: 4px;
	position:relative;
}


.thread_body_element_bottom span {
	color: white; /* #333333; */
	font-family: OpenSans;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #0175FF; /*white; */
	cursor: pointer;
}


.thread_prompt_container {
	position:absolute;
	bottom:16px;
	left:50%;
	transform: translate(-50%,0%);
	width: 80%;
	max-width: 900px;
	min-width: 400px;
	height: 50px;
	background-color: white; /*#FAFAFA;*/
	border: 2px solid #E2E2E2;
	border-radius: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 40px;
	z-index: 10000;
	box-shadow: 0px 0px 0px 6px #E8E8E8;
}

/*
.thread_prompt_container:hover {
	box-shadow: 0px 0px 0px 6px #F3F5FF;
}
*/

.thread_prompt_container textarea {
	width: 100%;
	height: 100%;
	border: 0px;
	background: transparent;
	resize: none;
	font-family: OpenSans;
	font-size: 14px;
	outline: 0 !important;
}

.thread_prompt_container div[contentEditable] {
	width: 100%;
	height: 100%;
	border: 0px;
	background: transparent;
	resize: none;
	font-family: OpenSans;
	font-size: 14px;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: auto;
	outline: 0 !important;
}


.thread_prompt_container div[contentEditable] a {
	color: rgb(1, 117, 255);
	/* font-weight: bold; */
	text-decoration: none;
}
.thread_prompt_container div[contentEditable] a:hover {
	text-decoration: underline;
}

.thread_prompt_container div[contentEditable]:empty:before {
  content: attr(placeholder);
  color: rgb(115, 116, 133);
  font-style: italic;
  /*opacity: 0.8;*/
}



.deal_icon {
	content:url(images/DealSmallIcon.png);
}


.deal_folder {
	content:url(images/FileFolder3.png);
}

.deal_fileXXX {
	content:url(images/FileXXX3.png);
}

.deal_fileWord {
	content:url(images/FileWord3.png);
}

.deal_fileXLS {
	content:url(images/FileXLS3.png);
}

.deal_filePPT {
	content:url(images/FilePPT3.png);
}

.deal_filePDF {
	content:url(images/FilePDF3.png);
}

.deal_tab {
	background-image: url(images/DealSmallIcon.png);
	background-position:left middle;
	background-repeat: no-repeat;
	padding-left:20px;
}

.playground_tab {
	background-image: url(images/PlaygroundSmallIcon.png);
	background-position:left middle;
	background-repeat: no-repeat;
	padding-left:20px;
}

.checklist_table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.checklist_table td {
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding:4px;
	font-family: OpenSans;
	font-size: 12px;
}

.checklist_table textarea {
	resize: none;
	outline: none;
	border: none;
	width: 100%;
	height:100%;
	font-weight: bold;
	background-color: #E0E0E0;
}

.checklist_table div {
}

.checklist_table span {
	color: white; /* #333333; */
	font-family: OpenSans;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #0175FF; /*white; */
	cursor: pointer;
}

.relevance_high {
	background-color:#2BB178;
	border:1px solid #2BB178;
	border-radius:5px;
	font-family: OpenSans;
	font-size: 12px;
}

.relevance_medium {
	background-color:#F7BA08;
	border:1px solid #F7BA08;
	border-radius:5px;
	font-family: OpenSans;
	font-size: 12px;
}

.relevance_low {
	background-color:#F16B54;
	border:1px solid #F16B54;
	border-radius:5px;
	font-family: OpenSans;
	font-size: 12px;
}

.relevance_none {
	border:1px solid #C0C0C0;
	border-radius:5px;
	font-family: OpenSans;
	font-size: 12px;
}



.autocomplete-suggestions {
  position: absolute;
  border: 1px solid #ccc;
  border-radius:5px;
  background: white;
  max-height: 200px;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.autocomplete-suggestions li {
  padding: 5px 10px;
font-family: OpenSans;
font-size: 12px;

  cursor: pointer;
}

.autocomplete-suggestions li:hover {
  background-color: #f0f0f0;
}