
.req-row-added    { background-color: #e6ffed !important; }
.req-row-updated  { background-color: #fff9e6 !important; }
.req-row-deleted  { background-color: #ffecec !important; color: #606060 !important; }
.req-row-none    { background-color: transparent !important; }
.req-row-deprecated  { background-color: #F0F0F0 !important; }

.req-cell-deleted { text-decoration: line-through; color: #606060 !important; }
.req-cell-changed { background-color: #fff2cc !important; }

.tag-added {
	background-color: #2ecc71;
	color: #fff;
}

.tag-updated {
	background-color: #f1c40f;
	color: #000;
}

.tag-deleted {
	background-color: #e74c3c;
	color: #fff;
}


.tag-domain {
	background-color: #574964;
	color: #fff;
}

.tag-table {
	background-color: #9F8383;
	color: #fff;
}

.tag-workflow {
	background-color: #C8AAAA;
	color: #fff;
}

.tag-dependency {
	background-color: #FFDAB3;
	color: #000;
}

.tag-metadata {
	background-color: #C8AAAA;
	color: #000;
}

.tag-relationship {
	background-color: #FFDAB3;
	color: #000;
}

.tag-status {
	background-color: #ECF3FE;
	color: #000;
}

.tag-priority {
	background-color: #DDE3E9;
	color: #000;
}

.tag-category {
	background-color: #F4DED1;
	color: #000;
}

.tag-is-main-table {
	background-color: #F4DED1;
	color: #000;
}

.tag-related-requirement {
	background-color: #F2F0EC;
	border: 1px solid #c0c0c0 !important;
	color: #000;
}

.chat_button {
	display: inline-block;
	border: 0px;
	font-family: OpenSans;
	font-size: 12px;
	border-radius: 12px;
	line-height: 24px;
	height: auto;
	padding-left: 12px;
	padding-right: 12px;
	padding-top:2px;
	padding-bottom:2px;
	box-sizing: border-box;
	background-color:#2F9EEE;
	color: white;
	cursor: pointer;
}

.chat_button: hover {
	background-color: #2685C4;
}


.builder-tag {
	position: absolute;
	right: 12px;
	top: 6px;
	border-radius: 8px;
	width: auto;
	padding: 3px 12px 3px 12px;
	border: 0px;
	white-space: nowrap;
	cursor: default;
	font-family: OpenSans;
	font-size: 10px;
	line-height: 100%;
	height: 16px;
	box-sizing: border-box;
}

.builder-tags {
	position: absolute;
	right: 12px;
	top: 6px;
}

.builder-tags >div {
	display: inline-block;
	border-radius: 8px;
	width: auto;
	padding: 3px 12px 3px 12px;
	border: 0px;
	white-space: nowrap;
	cursor: default;
	font-family: OpenSans;
	font-size: 10px;
	line-height: 100%;
	height: 16px;
	box-sizing: border-box;
	margin-left:8px;
}


.builder-inline-tags {
	margin-top: 4px;
}

.builder-inline-tags >div {
	display: inline-block;
	border-radius: 8px;
	width: auto;
	padding: 3px 12px 3px 12px;
	border: 0px;
	white-space: nowrap;
	cursor: default;
	font-family: OpenSans;
	font-size: 10px;
	line-height: 100%;
	height: 16px;
	box-sizing: border-box;
	margin-right:8px;
}

.builder-objective-flags {
	position: absolute;
	top: 8px;
	right: 16px;
	font-family: OpenSans;
	color: #27251E;
	font-size: 12px;
}


.builder-acceptable-criteria {
	font-family: OpenSans;
	color: #27251E;
}

.builder-acceptable-criteria div[followup] {
	display: flex;
	align-items: flex-start;
	font-family: OpenSans;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #DBD9D4;
}

.builder-acceptable-criteria div[followup] > div {
	line-height: 16px;
	cursor: pointer;
	flex: 1 1 auto;
	min-width: 0; 
}

.builder-acceptable-criteria div[followup] > span {
	margin-left: 4px;
	margin-right: 4px;
	flex-shrink: 0;     
}


.builder-drop-files {
	position:absolute;
	top:-1px;
	left:-1px;
	width:100%;
	height:100%;
	z-index:10000;
	background-color: rgba(255, 255, 255, 0.5);
	border:2px dotted #269DF0;
	border-radius: 16px;
}

.builder-drop-files span {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	font-family: OpenSans;
	font-size: 32px;
	font-weight: bold;
	color: #D9EAFF;
}
	
.builder-menu-agents {
	background-size:40px;
	background-repeat:no-repeat;
	background-position:left middle;
	padding-left: 48px;
	height:54px;
	font-family: OpenSans;
}

.builder-menu-agents >div {
	vertical-align: middle;
}

.builder-menu-agents div[name] {
	color: #27251E;
	font-size: 14px;
}

.builder-menu-agents div[position] {
	color: rgb(115, 116, 133);
	font-size: 12px;
}

.builder-chatbot-button-icon {
	width: 20px;
	height: 20px;
	padding: 8px;
	border-radius: 50%;
	border: 1px solid transparent;
	text-align:center;
}

.builder-chatbot-button-icon:hover {
	background-color: #F1F1F1;
}

.builder-chatbot-button-icon il {
	cursor: pointer;
	font-size: 20px;
}



.builder-chatbot-button-icon-alt {
	width: 20px;
	height: 20px;
	padding: 8px;
	border-radius: 50%;
	background-color: #269DF0;
}

.builder-chatbot-button-icon-alt:hover {
	background-color: #1F84C6;
}

.builder-chatbot-button-icon-alt il {
	cursor: pointer;
	font-size: 20px;
	color:white;
}

.builder-thread-body-gallery {
	position: relative;
	overflow: hidden;
}

.builder-thread-body-images {
	height: 150px;
	display: flex;
	gap: 12px;
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	padding-bottom: 4px;
}

/*
.builder-thread-body-images::-webkit-scrollbar { 
	display: none; 
}

.builder-thread-body-images {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
*/

.builder-thread-body-images img {
	height: 100%;
	width: auto;
	flex: 0 0 auto;
	display: block;
	scroll-snap-align: start;
	cursor: pointer;
	border-radius: 8px;
}

.builder-thread-body-images {
	position: relative;
}

.builder-thread-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10000;
	width: 20px;
	height: 20px;
	padding: 8px;
	border-radius: 50%;
	background-color: white;
	border: 1px solid #C0C0C0;
	cursor: pointer;
	color: rgb(115, 116, 133);
}

.builder-thread-nav:hover {
	background-color: #F1F1F1;
}

.builder-thread-nav il {
	font-size: 20px;
}


.builder-threads-sources {
	padding:8px;
	font-family: OpenSans;
	font-size: 14px;
	color: rgb(115, 116, 133);
}


.builder-threads-sources div[title] {
}

.builder-threads-sources div[source] {
	margin-top: 8px;
	padding: 8px;
	cursor: pointer;
}


.builder-threads-sources div[source] > div[header] {
	color: rgb(39, 37, 30);
}	

.builder-threads-sources div[source]:hover {
	background-color: #F1F1F1;
	border-radius: 8px;
}
	


.builder-threads-source {
	table-layout:fixed;
	width:100%;
	height:100%;
	border-collapse: collapse;
	font-family: OpenSans;
}

.builder-threads-source tr[header] {
	height: 44px;
	border-bottom: 1px solid #EFEFEF;
}

.builder-threads-source tr[header] td {
	position: relative;
}

.builder-threads-source tr[header] div[sources] {
	line-height: 44px;
	font-size: 16px;
	padding-left:4px;
	color: rgb(39, 37, 30);
}

.builder-threads-source tr[header] div[close] {
	position: absolute;
	top: 4px;
	right: 8px;
}

.builder-threads-source tr[body] {
}

.builder-thread-body-banner {
	font-family: OpenSans;
	position:relative;
	width:100%;
	height:36px;
}

.builder-thread-body-banner div[download] {
	position: absolute;
	left: 4px;
	top: 0px;
}

.builder-thread-body-banner div[copy] {
	position: absolute;
	left: 40px;
	top: 0px;
}

.builder-thread-body-banner div[sources] {
	position: absolute;
	left: 80px;
	top: 0px;
	font-size: 14px;
	line-height:36px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.builder-thread-body-banner div[sources]:hover {
	background-color: #F1F1F1;
	border-radius: 18px;
}


.builder-thread-body-banner div[up] {
	position: absolute;
	right: 40px;
	top: 0px;
}

.builder-thread-body-banner div[down] {
	position: absolute;
	right: 4px;
	top: 0px;
}

.builder-thread-body-tooltip {
	position:absolute;
	width: 350px;
	border-radius: 12px;                          /* rounded corners */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);  /* x, y, blur, color */
	background: #fff;
	z-index:10000;
	cursor:pointer;
	font-family: OpenSans;
	padding:12px;
}

.builder-thread-body-tooltip div[title] {
	font-size: 14px;
	color: rgb(39, 37, 30);
}

.builder-thread-body-tooltip div[title]:hover {
	color: rgb(1, 117, 255);
}

.builder-thread-body-tooltip div[snippet] {
	font-size: 12px;
	color: rgb(115, 116, 133);
}

.builder-thread-body-followup {
	font-family: OpenSans;
	color: #27251E;
}

.builder-thread-body-followup div[title] {
	font-size: 16px;
	line-height: 30px;
	font-weight: 600; 
	margin-top: 12px;
	margin-bottom: 8px;
}


.builder-thread-body-followup div[followup] {
	display: flex;
	align-items: flex-start;
	font-family: OpenSans;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid #DBD9D4;
}

.builder-thread-body-followup div[followup] > div {
	line-height: 24px;
	cursor: pointer;
	flex: 1 1 auto;
	min-width: 0; 
}

.builder-thread-body-followup div[followup] > span {
	margin-left: 4px;
	margin-right: 4px;
	flex-shrink: 0;     
}

.builder-thread-body-followup div[followup] > div:hover {
	color: rgb(1, 117, 255);
}

.builder-allthreads {
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	overflow-x:auto;
}

.builder-allthreads > div {
	max-width:800px;
	width:100%;
	margin: auto;
}

.builder-allthreads-element {
	width: 100%;
	position: relative;
	font-family: OpenSans;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 4px;
	cursor: pointer;
}

.builder-allthreads-element > div[name] {
	width: 100%;
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
}

.builder-allthreads-element > div[name]:hover {
	color: rgb(1, 117, 255);
}

.builder-allthreads-element > div[description] {
	width: 100%;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 20px;
	color: rgb(115, 116, 133);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;   /* max 2 lines */
	overflow: hidden;
	text-overflow: ellipsis;
}

.builder-allthreads-element > div[date] {
	font-family: OpenSans;
	font-size: 11px;
	line-height: 20px;
	color: rgb(115, 116, 133);
}


.builder-thread-body-container {
	position: relative;
	top: 0px;
	width: 100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	overflow-x:auto;
	box-sizing: border-box;
}

.builder-thread-body-container >div {
	position: relative;
	left:50%;
	transform: translate(-50%,0%);
	width: 650px;
	max-width: 90%;
	padding-bottom:200px;
	box-sizing: border-box;
}


.builder-thread-body-answer {
	font-family: OpenSans;
	font-size: 14px;
	line-height: 24px;
	color: #27251E;
	margin-bottom:16px;
	box-sizing: border-box;
}


.builder-thread-body-answer span[sourceid] {
	color: #27251E; /* white; */
	font-family: OpenSans;
	font-size: 8px;
	font-weight: bold;
	border-radius: 4px;
	background-color: #EAE8E4; /* #269DF0; */
	cursor: pointer;
	padding: 4px;
	margin-left:3px;
	vertical-align: top;
}

.builder-thread-body-answer span[sourceid]:hover {
	background-color: #F2F0EC; /*white; */
}



.builder-thread-body-prompt {
	background-color: #F2F0EC;
	border-radius: 8px;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 24px;
	color: #27251E;
	margin-left: 100px;
	margin-top: 16px;
	margin-bottom:16px;
	padding:12px;
	box-sizing: border-box;
}

.builder-new-thread-container {
  position: absolute;
  top: 40%;
  left: 50%;
  width:60%;
  max-width: 650px;
  min-width: 400px;
  transform: translate(-50%, -50%);
}

.builder-new-thread-logo-container {
	width: 100%;
	height: 140px;
	position: relative;
}

.builder-new-thread-logo {
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	transform: translate(-50%, -50%);
	position: absolute;
	border: 0px;
	padding:2px;
	cursor:pointer;
}

.builder-new-thread-logo:hover {
	border: 2px dotted #C0C0C0;
	padding:0px;
}


.builder-new-thread-logo img {
	object-fit: contain;
	width: 100%;
	height:100%;
}

.builder-new-thread-label {
	width: 100%;
	text-align:center;
	padding:16px;
	font-family: OpenSans;
	font-size: 28px;
}

.builder-new-thread-prompt {
	position:relative;
	width: calc(100% - 32px);
	/* height: 80px; */
	background-color: white; /*#FAFAFA;*/
	border:1px solid #C0C0C0;
	border-radius: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 40px;
	/* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); */
}

.builder-new-thread-prompt textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 60px;
	max-height: 350px;      /* max height */
	overflow-y: auto;       /* scrollbar after max height */
	resize: none;       
	border: 0px;
	background: transparent;
	font-family: OpenSans;
	font-size: 14px;
	outline: 0 !important;
}


.builder-thread-scrollto {
	position: absolute;
	left:50%;
	transform: translate(-50%,0%);
	z-index: 10000;
	width: 20px;
	height: 20px;
	padding: 8px;
	border-radius: 50%;
	background-color: #FAF8F5;
	border: 1px solid #C0C0C0;
	cursor: pointer;
	color: rgb(115, 116, 133);
	text-align: center;
}


.builder-thread-scrollto:hover {
	background-color: #F1F1F1;
}

.builder-thread-scrollto il {
	font-size: 20px;
}



.builder-chatbot-moreinfo-agent {
	height:54px;
	position:relative;
}


.builder-chatbot-moreinfo-agent div[icon] {
	position: absolute;
	top:0px;
	left: 0px;
	width: 40px;
	height: 40px;
}

.builder-chatbot-moreinfo-agent div[props] {
	position: absolute;
	top:4px;
	left: 46px;
	width: 100px;
	font-family: OpenSans;
	vertical-align: middle;
}

.builder-chatbot-moreinfo-agent div[name] {
	color: #27251E;
	font-size: 12px;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.builder-chatbot-moreinfo-agent div[position] {
	color: rgb(115, 116, 133);
	font-size: 12px;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}




.builder-chatbot-moreinfo-file {
	height:54px;
	position:relative;
}


.builder-chatbot-moreinfo-file div[icon] {
	position: absolute;
	top:0px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-color:#E2E2E2;
	border-radius: 50%;
	text-align: center;
}


.builder-chatbot-moreinfo-file div[icon] >il {
	font-size: 20px;
	color: #27251e;
	padding:8px;
}

.builder-chatbot-moreinfo-file div[props] {
	position: absolute;
	top:4px;
	left: 46px;
	width: 200px;
	font-family: OpenSans;
	vertical-align: middle;
}

.builder-chatbot-moreinfo-file div[name] {
	color: #27251E;
	font-size: 12px;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.builder-chatbot-moreinfo-file div[size] {
	color: rgb(115, 116, 133);
	font-size: 12px;
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}




.builder-chatbot-moreinfo {
	min-height:0px;
	max-height: 300px;
	overflow:hidden;
	overflow-y:auto;
	box-sizing: border-box;
}



.builder-chatbot-moreinfo > div
{
	height:50px;
	display:inline-block;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:8px;
	background-color:#F5F3F1;
	position: relative;
	padding:4px;
	box-sizing: border-box;
	overflow:hidden;
}


.builder-chatbot-moreinfo > div[agent]
{
	width: 180px;
}

.builder-chatbot-moreinfo > div[file]
{
	width: 280px;
}

.builder-chatbot-moreinfo div[close]
{
	position: absolute;
	right: 8px;
	top: 12px;
	width: 24px;
	height:24px;
	color: #27251e;
	font-size: 10px;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	padding:4px;
}

.builder-chatbot-moreinfo  div[close]:hover
{
	background-color: #E2E2E2;
}

.builder-thread-prompt {
	position: absolute;
	bottom:16px;
	left:calc(50% - 4px); /* some space (4px) to align with body taking into account elevator */
	transform: translate(-50%,0%);
	width: 652px; 
	max-width: 90%;
	background-color: white; /*#FAFAFA;*/
	border:1px solid #C0C0C0;
	border-radius: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	padding-bottom: 40px;
	box-sizing: border-box;
/* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); */
}

.builder-thread-prompt textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 60px;
	max-height: 350px;      /* max height */
	overflow-y: auto;       /* scrollbar after max height */
	resize: none;       
	border: 0px;
	background: transparent;
	font-family: OpenSans;
	font-size: 14px;
	outline: 0 !important;
}




.builder-threads-home {
	padding:2px;
}

.builder-threads-home div {
	line-height: 24px;
	font-family: OpenSans;
	font-size: 14px;
	color: #27251E;
	padding: 4px;
	margin: 2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow : hidden;
	user-select: none;
}


.builder-threads-home div[selected] {
	background-color: #EAE8E4;
	border-radius:4px;
}

.builder-threads-home div[command]:hover {
	background-color: #EAE8E4;
	cursor: pointer;
	border-radius:4px;
}

.builder-threads-home-lastthreads {
	margin-left:10px !important;
	border-left:1px solid #E2E2E2;
	padding:0px !important;
	margin-right:0px !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.builder-threads-home-lastthreads > div {
	font-size:14px;
}


.builder-leftbar-home {
	padding:2px;
}

.builder-leftbar-home div {
	line-height: 24px;
	font-family: OpenSans;
	font-size: 14px;
	color: #27251E;
	cursor: pointer;
	padding: 4px;
	border-radius:4px;
	margin: 2px;
	user-select: none;
}

.builder-leftbar-home div[selected] {
	background-color: white !important;
	color: black;
/*	
	background-color: #D9EAFE !important;
	color: rgb(1, 117, 255);
*/	
}

.builder-leftbar-home div:hover {
	background-color: #EAE8E4;
}


.favorites_container {
	width:100%;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	overflow-x:auto;
/*	
	background-color:white;
*/	
	font-family: OpenSans;
	font-size: 14px;
	cursor: default;
	padding-top: 8px;
	padding-bottom: 8px;
	box-sizing: border-box;
}

.anylist_empty {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: OpenSans;
	font-size: 24px;
	text-align: center;
	color: rgb(115, 116, 133);
}

.favorites_container div[expanded]
{
	padding: 8px;
}

.favorites_container div[expanded] > span
{
	background-image: url(../images/smallcollapse.png);
	background-position: right 4px center;
	background-repeat: no-repeat;
	border-radius: 6px;
	padding: 8px;
	padding-right:20px;
	user-select: none;
	cursor: pointer;
}

.favorites_container div[expanded] > span:hover
{
	background-color: #EAEAEA;
}

.favorites_container div[collapsed]
{
	padding: 8px;
}

.favorites_container div[collapsed] > span
{
	background-image: url(../images/smallexpand.png);
	background-position: right 4px center;
	background-repeat: no-repeat;
	border-radius: 6px;
	padding: 8px;
	padding-right:20px;
	user-select: none;
	cursor: pointer;
}

.favorites_container div[collapsed] > span:hover
{
	background-color: #F1F1F1;
}


.applications_container
{
	width:100%;
	height:100%;
	/*display:table-cell; */
	padding:12px;
	overflow:hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

.applications_element
{
	width:300px;
	height:158px;
	border:1px solid #EEECEA;
	background-color:white;
	border-radius: 12px;
	margin-right:12px;
	margin-bottom:12px;
	/* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); */
	/* box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3); */
	padding:6px;
	position: relative;
	display:inline-block;
	cursor: pointer;
	transform: scale(1);            /* Base size */
	transition: transform 0.2s ease-out;
}

.applications_element:hover
{
	transform: scale(1.06);         /* Slightly bigger on hover */
	/* background-color: #f8f8f8; */
}



.applications_element_logo
{
	position:absolute;
	left:10px;
	top:10px;
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:20px;
}

.applications_element_logo > img
{
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	transform: translate(-50%, 0%);
	object-fit: cover;
}

.applications_element_text
{
	position:absolute;
	left:56px;
	top:10px;
	width:230px;
	height:148px;
	color: #808080;
	user-select: none;
	font-family: OpenSans;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}


.applications_element_text > span
{
	font-weight: bold;
	user-select: none;
	line-height:20px;
}


.applications_element_text > p
{
	overflow:hidden;
	line-height:16px;
	margin:0px;
}




.agents_body {
	width:100%;
	height:100%;
	padding:6px;
	overflow:hidden;
	overflow-y: auto;
	display:table-cell;
	overflow:hidden;
}

.agents_body_element {
	width:240px;
	height: 130px;
	border:1px solid #C0C0C0;
	display:inline-block;
	margin-right:4px;
	margin-bottom:4px;
	border-radius:2px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	padding:6px;
	cursor: pointer;
	position: relative;
}


.agents_body_element_logo
{
	position:absolute;
	left:10px;
	top:16px;
	width:40px;
	height:40px;
	overflow:hidden;
	border-radius:20px;
}

.agents_body_element_logo > img
{
	position:absolute;
	top:0;
	left:50%;
	height:100%;
	transform: translate(-50%, 0%);
	object-fit: cover;
}

.agents_body_element_text
{
	position:absolute;
	left:56px;
	top:12px;
	width:188px;
	height:120px;
	overflow:hidden;
	text-overflow: ellipsis;
	color: #808080;
	user-select: none;
	font-family: OpenSans;
	font-size: 11px;
	line-height:16px;
}


.agents_body_element_text > span
{
	font-weight: bold;
	user-select: none;
	font-size: 12px;
	line-height:20px;
	white-space: nowrap;
}


.agents_body_element:hover
{
	background-color: #f8f8f8;
}


.application_body {
	width:100%;
	height:100%;
	padding:12px;
	overflow:hidden;
	overflow-y: auto;
	box-sizing: border-box;
	
}

.application_chat {
	width:100%;
	height:100%;
}

.application_element {
	margin-right:8px;
	margin-bottom:8px;
	border:1px solid #EEECEA;
	background-color:white;
	border-radius: 12px;
	padding: 8px;
	width: calc(100% - 40px);
	min-height: 40px;
	box-sizing: border-box;
	font-family: OpenSans;
	font-size: 12px;
	position: relative;
	display:inline-block;
	cursor: pointer;
	transform: scale(1);            /* Base size */
	transition: transform 0.2s ease-out;
	user-select: none;
}

.application_element:hover
{
	transform: scale(1.01, 1);         /* Slightly bigger on hover */
	/* background-color: #f8f8f8; */
}
	
.application_element div[collapse] {
	color: #27251E;
	font-size: 12px;
	padding: 4px;
}


.application_element div[expand] {
	color: #27251E;
	font-size: 12px;
	padding: 4px;
}

.buildapp {
	position: absolute;
	right: 100px;
	top: 16px;
	height: 32px;
	border-radius: 6px;
	box-sizing:border-box;
	padding-left:12px;
	padding-right:12px;
	background-color: #269DF0;
	color: white;
	text-align: center;
	cursor: pointer;
}

.buildapp:hover {
	background-color: #1F84C6;
}

.buildapp > span
{
	line-height: 32px;
	font-family: OpenSans;
	font-size: 14px;
	user-select: none; /* Standard */
}


.testapp {
	position: absolute;
	right: 100px;
	top: 16px;
	height: 32px;
	border-radius: 6px;
	box-sizing:border-box;
	padding-left:12px;
	padding-right:12px;
	background-color: #269DF0;
	color: white;
	text-align: center;
	cursor: pointer;
}

.testapp:hover {
	background-color: #1F84C6;
}

.testapp > span
{
	line-height: 32px;
	font-family: OpenSans;
	font-size: 14px;
	user-select: none; /* Standard */
}
