/* Icon copy from ACTi_global.min.css */
/* Icon */
@font-face {
  font-family: 'icons';
  src:
    url('https://www.acti.com/corpweb/Public/aws_s3_buket/icons.ttf') format('truetype'),
    url('https://www.acti.com/corpweb/Public/aws_s3_buket/icons.woff') format('woff'),
    url('https://www.acti.com/corpweb/Public/aws_s3_buket/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.c-icon {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}
.c-icon--info:before {
  content: "\e928";
}
.c-icon--chevron-up:before {
  content: "\e924";
}
.c-icon--chevron-down:before {
  content: "\e925";
}
.c-icon--share:before {
  content: "\e923";
}
.c-icon--file:before {
  content: "\e926";
}
.c-icon--file-dwg:before {
  content: "\e927";
}
.c-icon--file-bmp:before {
  content: "\e90b";
}
.c-icon--file-tiff:before {
  content: "\e90c";
}
.c-icon--file-mpg:before {
  content: "\e90d";
}
.c-icon--file-rar:before {
  content: "\e90e";
}
.c-icon--file-link:before {
  content: "\e90f";
}
.c-icon--file-mp4:before {
  content: "\e910";
}
.c-icon--file-avi:before {
  content: "\e929";
}
.c-icon--file-doc:before {
  content: "\e911";
}
.c-icon--file-docx:before {
  content: "\e911";
}
.c-icon--file-ppt:before {
  content: "\e912";
}
.c-icon--file-pptx:before {
  content: "\e912";
}
.c-icon--file-xls:before {
  content: "\e918";
}
.c-icon--file-xlsx:before {
  content: "\e918";
}
.c-icon--file-gif:before {
  content: "\e919";
}
.c-icon--file-png:before {
  content: "\e91a";
}
.c-icon--file-xml:before {
  content: "\e91b";
}
.c-icon--file-apk:before {
  content: "\e91c";
}
.c-icon--file-exe:before {
  content: "\e91d";
}
.c-icon--file-txt:before {
  content: "\e91e";
}
.c-icon--file-jpg:before {
  content: "\e91f";
}
.c-icon--file-zip:before {
  content: "\e920";
}
.c-icon--file-pdf:before {
  content: "\e921";
}
.c-icon--file-msg:before {
  content: "\e900";
  color: midnightblue;
}
.c-icon--file-eml:before {
  content: "\e900";
  color: midnightblue;
}
.c-icon--open-in-new:before {
  content: "\e922";
}
.c-icon--link:before {
  content: "\e913";
}
.c-icon--save:before {
  content: "\e914";
}
.c-icon--add:before {
  content: "\e915";
}
.c-icon--copy:before {
  content: "\e916";
}
.c-icon--globe:before {
  content: "\e917";
}
.c-icon--play:before {
  content: "\e90a";
}
.c-icon--edit:before {
  content: "\e906";
}
.c-icon--delete:before {
  content: "\e907";
}
.c-icon--close:before {
  content: "\e908";
}
.c-icon--search:before {
  content: "\e909";
}
.c-icon--mail:before {
  content: "\e900";
}
.c-icon--phone:before {
  content: "\e901";
}
.c-icon--location:before {
  content: "\e902";
}
.c-icon--download:before {
  content: "\e903";
}
.c-icon--chevron-left:before {
  content: "\e904";
}
.c-icon--chevron-right:before {
  content: "\e905";
}
.c-icon--file-doc.c-icon--def-color,
.c-icon--file-docx.c-icon--def-color {
  color: #295598;
}
.c-icon--file-pdf.c-icon--def-color {
  color: #af0000;
}
.c-icon--file-ppt.c-icon--def-color,
.c-icon--file-pptx.c-icon--def-color {
  color: #cb4a32;
}
.c-icon--file-rar.c-icon--def-color {
  color: #74006d;
}
.c-icon--file-xls.c-icon--def-color,
.c-icon--file-xlsx.c-icon--def-color {
  color: #1f7244;
}
.c-icon--file-zip.c-icon--def-color {
  color: #ebbc0a;
}
.c-icon--file-bmp.c-icon--def-color,
.c-icon--file-dwg.c-icon--def-color,
.c-icon--file-gif.c-icon--def-color,
.c-icon--file-jpg.c-icon--def-color,
.c-icon--file-png.c-icon--def-color,
.c-icon--file-tiff.c-icon--def-color {
  color: #08b326;
}
.c-icon--file-mp4.c-icon--def-color,
.c-icon--file-mpg.c-icon--def-color {
  color: #ad00a2;
}
#aaDiv_main {
    display: inline-block;
    position: relative;
    z-index: 100;
    border: 1px solid #FFFFFF;
    border-bottom: 0;
	font-family: 'Open Sans', sans-serif;
    color: #535353;
	top: 10px;
}
/*
#aaDiv_main:hover, #aaDiv_main.hover, #aaDiv_main.mhover {
    border: 1px solid #afafaf;
    border-bottom: 0;
}
*/
.aa_bold{
	color: #00bcd4;
}
.aaSeachResultItem_groupwrapper{
	border-top: 1px solid #f2f2f2;
	overflow-y: hidden;
	transition: max-height 1.5s ease-in-out;
}
.aaSeachResultItem_groupwrapper:last-child{
	border-bottom: 1px solid #cccccc;
}
.aaSeachResultItem_title{
	font-size: 16px;
	font-weight: 600;
	padding: 8px;
	/* text-align: center; */
	background-color: #fafafa;
	border-bottom: 1px solid #f2f2f2;
}
.level3GroupTitle{
	font-weight: 400;
	font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
	padding: 4px 8px;
	background-color: #fafafa;
    cursor: pointer;
}
.level3GroupContent {
	overflow: hidden;
}
.aaSeachResultItem{
	/*
	padding:0.6em;
	position: relative;
	*/
	display:flex;
	position: relative;
	align-items: center;
	padding: 8px;
	min-height: 36px;
}
.aaSeachResultItem.internalYellow{
	background-color: #ffffe5 !important;
}
.aaSeachResultItem_imgwrapper{
	/*
	float: left;
	position: relative;
	height: 1px;
	*/
	flex:1;
	margin-right: 8px;
	display: flex;
	max-width: 32px;
	max-height: 32px;
	align-self: flex-start;
}
.aaSeachResultItem_img{
	width: 32px;
	height: 32px;
	object-fit: cover;
}
.aaSeachResultItem_imgwrapper .c-icon {
    width: 100%;
    font-size: 32px;
}
/* Icon copy from ACTi_global.min.css ------ END*/
#aaSaraImgWrapper{
	flex: 1;
	padding: 8px 0 8px 8px;
	display: flex;
	max-width: 40px;
}
#aaSaraImgWrapper img{
	align-self: baseline;
}
.aaTitleLink{
	color: rgb(53, 53, 53);
	font-size: 16px;
	font-weight: 600;
	display: block;
}
.aaTitleLink:hover{
	color: inherit !important;
}
.aaSeachResultItem_textWrapper{
	flex:6;
}
#aaDiv_FileOpen{
	max-height: calc(80vh - 90px);
	overflow-y: auto;
	position: relative;
}
#aaDiv_FileOpen.aaIframe::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	animation: c-spinner 1.1s infinite linear;
	border: 2px solid #f2f2f2;
	border-top-color: #a7a7a7;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.aaPreview{
	float: right;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.aaPreview:hover{
    color: #2196f3;
}

.aaSeachResultItem:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0%;
	border-bottom: 1px solid #f2f2f2;
}
.aaSeachResultItem:last-child:before{
	border-bottom: 0px;
}
.aaSeachResultItem_textContent{
	color: #535353;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.aaShowMore{
	text-align: center;
	/* background: rgb(225, 225, 239); */
	padding-bottom: 0.1em;
	padding: 8px;
	cursor: pointer;
}
.aaShowMore:hover{
	color: #2196f3;
}
.aaShowMore .c-icon {
	font-size: 24px;
}
.aaShowMore p {
	display: flex;
	justify-content: center;
	align-items: center;
}
.aaShowMore.waiting .c-spinner {
	visibility: visible;
}
.aaShowMore .c-spinner {
    margin-left: 4px;
    visibility: hidden;
}
.aaShowMore:before{
	
/* content:"" */
}
.aaShowMore:before:hover{
	content:"";
	background-color: red;
}
#aaDiv_Action {
    vertical-align: middle;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #cccccc;
    white-space: nowrap;
    border-radius: 20px;
    padding: 2px 15px 0px 15px;
	width: 100%;
}
.aaDiv_Action>input  {
    margin: 1px;
    padding: 6px 0 8px 6px;
    font-size: 16px;
    outline: none;
    border: none !important;
    width: calc(100% - 15px);
	background-color: inherit;
}
.aaDiv_Action > button {
    background: none !important;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
	position: relative;
    top: 0px !important;
}

.aaDiv_Action > img {
	width: 22px;
	max-width: 22px;
	height: 22px;
}

#aaInput_Search {
	/*
    margin: 1px;
    padding: 6px 0 8px 6px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: inherit;
	*/
} 

#aaInput_Search_Display {
    margin: 1px;
    padding: 4px 4px 4px 4px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    border: none;
    max-width: 30px;
}
#aaBtn_Rec {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    vertical-align: top;
	position: relative;
    top: 3px;
}
#aaBtn_Rec > img {
	width: 23px;
	max-width: 23px;
	height: 22px;
    border-left: 1px solid #CCC;
}
#aaBtn_Search {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    vertical-align: top;
	position: relative;
    top: 3px;
}
#aaBtn_Search > img {
	width: 22px;
	max-width: 22px;
	height: 22px;
}
#aaDiv_Result {
	transition: opacity 500ms ease 0s;
	opacity: 0;
	background: #fff;
	
	border-radius: 2px;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	border: 1px solid #cccccc;
	margin-right: -1px;
	z-index: -1;
	visibility: hidden;
	font-size: 14px;
	max-width: 957px;
	min-height: 50px;
	min-width: 350px;
	width: 100vw;
	box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 8px;
}
.aaDiv_Result_Widen{
	width: calc(100vw - 32px) !important;
	max-width: 957px !important;
}
#aaDiv_FileOpen__Close {
	cursor: pointer;
	display: flex;
	align-items: center;
}
#aaDiv_FileOpen__Close:hover{
	color: #2196f3;
}
#aaDiv_FileOpen__Close .c-icon--chevron-left {
    font-size: 24px;
}
.aaDiv_FileOpen__Return {
	display:flex;
	align-items: center;
	cursor: pointer;
}
.aaDiv_FileOpen__Return:hover {
	color: #2196f3;
}
.aaDiv_FileOpen__Download {
    padding: 8px;
    color: #535353 !important;
    display: flex;
    align-items: center;
}
.aaDiv_FileOpen__Download:hover {
	color: #2196f3 !important;
}
.aaDiv_FileOpen__Download .c-icon {
	font-size: 24px;
	margin-left: 4px;
}
#aaDiv_SaraResult{
	display: flex;
}
#aaDiv_Content {
    min-height: 10px;
    flex: 6;
    padding: 8px;
    font-size: 16px;
}
#aaDiv_Content * {
    font-family: 'Open Sans', sans-serif;
	vertical-align: middle;
}

#aaDiv_Content>p {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 5px 0;
	display: none;
}
/*
#aaDiv_main:hover > #aaDiv_Result, #aaDiv_main.hover > #aaDiv_Result, #aaDiv_main.mhover > #aaDiv_Result {
    visibility: visible;
}
*/
#aaDiv_LearnMore {
    margin-top: 10px;
    display: none;
}
.ra-link {
    line-height: 1.2;
}
.ra-showMore {
    margin-top: 6px;
    display: inline-block;
    background-color: #DDDDDD;
    padding: 5px 8px;
    border-radius: 2px;
}
#aaDiv_QuickSearch {
    display: none;
    min-height: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(80vh - 90px);
}
#aaDiv_QuickSearch::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #f2f2f2;
}
#aaDiv_QuickSearch::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
#aaDiv_QuickSearch::-webkit-scrollbar-thumb:hover {
  background-color: #a7a7a7;
}

.search-item {
    margin-top: 5px;
    padding-bottom: 5px;
}
.search-item .search-item-title {
    color: #008cba;
    text-decoration: none;
    line-height: inherit;
    font-family: 'Open Sans', sans-serif;
}
.search-item .search-item-desc {
    margin-top: 2px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    max-height: 40px;
}

#aaDiv_QuickSearch #search-more-result div {
    display: inline-block;
    border: 0px solid rgb(0, 0, 0);
    border-radius: 2px;
    color: rgb(33, 150, 243);
    padding: 8px;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    text-align: center;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin-right: 4px;
    background-color: #DDDDDD;
}
model.ra {
    color: #008cba;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
model.ra:hover {
    color: #0078a0;
}

/* Product popup title */
.sara-pTitle 
{
    width: 705px;
    font-size: 24px;
    font-weight: 300;
    padding: 2px 0 5px 15px;
    border-radius: 3px;
}
.sara-pTitle .pLink {
    text-decoration: blink;
}
.sara-pTitle .pName {
    vertical-align: middle;
    color: #222222;
}
.sara-pTitle .pStage {
    color: #7D7D7D;
    padding-left: 5px;
    font-size: 14px;
    vertical-align: middle;
}
.sara-pTitle .pShare {
    float: right;
}