/*
body{
		font-family: Roboto,Helvetica,Arial,sans-serif !important;
	}
	
.dropdown-menu {
	font-size:14px !important;
}

.form-control {
	font-size:14px !important;	
}

.btn{
	font-size:14px !important;
}
*/

body{
	font-size:14px !important;
	color:#585858 !important;
	position:relative;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
}

div#ddlDownloadPdf .dropdown-menu li a {
	white-space: normal !important;
}

.docsContentRow .fulltext pre{
	font-family: "Roboto",Helvetica,Arial,sans-serif;
    background-color: white !important;
    border: none;
    border-radius: 0px;
    color: #585858;
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
    padding: 0.5px;
    word-break: normal;
    word-wrap: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    overflow: hidden;	
}
.xs-btn-content {
    background-color: #eeeeee;
    border-color: #c8c8c8;
    box-shadow: 0 -3px 0 #dfdfdf inset;
    color: #555555;
}

.xs-btn-content:hover, .xs-btn-content:focus{
	color:#000000;
}

/*
li > a{
	word-wrap: break-word; 
	white-space: normal !important;
}

.dropdown-menu{
	 max-width:102%;
	 overflow-x: hidden;
	 
	 width:100% !important;
	 height: auto;
	 max-height: 300px;max-height: 100px;
 }  */
 
 #docViewPdfHits{
	 overflow-x: hidden;
	 overflow-y: auto;
	 height: auto;
	 
 }

/*********************** left memnu ***********************/
	#divMenu{
		font-family:"aleoregular",serif !important;
		    z-index: 100 !important;
	}
	.gisNavMenuHead
	{
	    padding-top:12px;
	    padding-left:15px;
	    padding-bottom:4px;
	    font-size:18px; 
	    font-weight:400; 
	    color:#585858;
	}
	.gisNavMenuItem
	{
	    width:100%;
	    padding-top:4px;
	    padding-left:15px;
	    padding-right:10px;
	    padding-bottom:4px;
	    font-size:16px;  
	    color:#118289;
	}
	.gisNavMenuItem:hover
	{
	    background-color:white;
	    text-decoration:none;
	}
	.gisNavMenuItem>a{
		color:#118289;
	}
	.gisNavMenuItem>a:hover{
		text-decoration:none !important;  
	}
	.gisNavMenuItemSelected
	{
	    width:100%;
	    padding-top:4px;
	    padding-left:15px;
	    padding-bottom:4px;
	    font-size:16px;  
	    color:#585858;
	    /*background-color:white;*/
	    border-left:4px solid #585858;
	    text-decoration:none !important;  
	}
	.gisNavMenuItemSelected:hover
	{
	    background-color:white;
	    text-decoration:none !important;
	}
	.gisNavMenuItemSelected>a{
		color:#585858;
	}
	
	.gisNavMenuItemSelected>a:hover{
		color:#585858;
		text-decoration:none !important;  
	}
	
	
	/****************** content ****************/
	#divContentRow a:not(.pendingLink,.ra-ai-button-link):hover{
		color:#1b3c72 !important;
	}
	
	
	.quickSearchPanel{
		margin-bottom: 10px !important;
	}
	.container-fluid{
		font-family: "Roboto",Helvetica,Arial,sans-serif !important;
		font-size:14px;
	}
	/*
	#docsGridContainer{
		font-family: Roboto,Helvetica,Arial,sans-serif !important;
	}
	#divMenu{
		font-family: Roboto,Helvetica,Arial,sans-serif !important;
	}
	*/
	.docSeg-TitleText{
		font-family:"aleoregular",serif !important;
		color:#118289 !important;
		font-size:20px !important;
		font-weight: normal !important;
	}
	
	.docsContentRow>.docSegGrid{
		padding-left:0;
	}
	
	#mainContentRight2{
		margin-left:0;
	}
	
	.docSegRow > div{
		font-size:14px !important;
		line-height:17px !important;
	}
	
	.docsContentRow>.docSegGrid>.docSegRow{
		padding-left:0;
		font-size:14px !important;
	}
	
	.segColL{
		font-weight:normal;
	}
	
	#container{
		padding-left:0;
	}
	
	
	 .docSegRow.treeNode.expanded, span.treeNode.expanded {
      background: transparent url("../../images/gis/collapse.gif") no-repeat scroll 1px 5px;
      cursor: pointer;
      }

      .docSegRow.treeNode.collapsed, span.treeNode.collapsed {
      background: transparent url("../../images/gis/expand.gif") no-repeat scroll 1px 5px;
      cursor: pointer;
      }
      
      .segNodeTitle{
      	padding-left:15px;
      }
	
	/********  right panel ********/
	
	.panel-right{
		margin-top:5px;
	 	background-color: #f9f9f9 ; 
	 	width:100%;
	 	border-top: 3px solid #cccccc; 
	}
	
	#divRelatedLI{
		border-bottom: 2px solid #dbdbdb; 
		padding-bottom:6px;
	}

	.relatedTopic{
		padding-top:5px;
		padding-top:3px;
		font-size:22px;
		color:#585858;
		font-family:"aleoregular",serif;
		font-weight:normal !important;
	}

	.relatedExternal{
		padding-top:5px;
		padding-top:3px;
		font-size:16px;
		color:#585858;
		font-family:"aleoregular",serif;
		font-weight:normal !important;
	}
	
	#divShowMoreNews{
		padding-top:10px;
		cursor:pointer;
	}
	
	#btnShowMoreNews{
		color:#2469A3;
		padding-right:3px;
	}
	
	#ddLI{
	font-size:14px;
	}
	
	#ddCrossSearch{
		font-size:14px;
	}
	
	.newsItem{
		padding-top:8px;
		padding-bottom:8px;
	}
	.newsItem title {
	    display: block;
	}	
	
	/********** content for documents with tabs  ********************/
	.docTitle{
		color:#585858 !important;
	}
	
	.subItemLabel{
		color:#585858 !important;
	}
	
	/****************** mobile ***************************************/
	.xsClass{
	
	}
	
	.xsClass .docInfoName{
		width:100%;
	}
	
	.xsClass .docInfoValue{
		width:100%;
	}
	
	.xsClass .docSegRow > div{
		display:block;
	}
	
	.xsClass .segColL{
		width:100%;
	}
	
	.xsClass .segColR{
		width:100%;
	}
	
	.xsClass .segColpanelL{
		margin-left: 0px;
	}
	
	.xsClass .segColpanelR{
		margin-left: 0px;
	}
	
	#divMemFilterSpace{
		width:100px;
	}
	
	.xsClass #divMemFilterSpace{
		width:5px;
	}
	
	.xsClass .docVoteTallyLabel{
		width:52px;
	}
	
	#researchAssistantPanel {
		margin-top: 10px;
	    border: 1px solid #e7e7e7;
	    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
	    background: linear-gradient(to right, #f4f3ff, #e4f4ff);	    
	    margin-bottom: 10px;
	}
	#keyTakeAwayPanel, #keyConceptPanel, #researchTopicPanel{
		border: 1px solid #e7e7e7;
	    border-radius: 6px;
	    background-color: rgba(255, 255, 255, .7);
	    box-shadow: 6px 6px 8px 0 #f2eff2;
	    margin: 12px 8px;	
	}
	h5.raPanelHeading::before {
	    content: "";
	    width: 16px;
	    height: 16px;
	    background-image: url(../../images/ra-icon.png);
	    background-size: contain;
	    background-repeat: no-repeat;
	    margin: 2px 4px 0 0;
	    float: left;
	}
	#researchAssistantHeader{
		padding: 12px 8px;
		background-color: #fff;
		border-bottom: 1px solid #e7e7e7;
	}
	#researchAssistantHeader a#ra-collapse-link[aria-expanded='true']>img{
		transform: rotate(-90deg);
	}
	#researchAssistantHeader a#ra-collapse-link[aria-expanded='false']>img{
		transform: rotate(90deg);
	}	
	#researchAssistantHeader a{
		margin-left:10px;
	}
	#researchAssistantHeader a .uxf-info-circle{
		top:2px;
	}		
	.ra-use-tools{
		display: flex;
	    justify-content: flex-end;
	    position:relative;	
	}
	.ra-use-tools > .raCopy, .ra-use-tools > .raLike, .ra-use-tools > .raLikeFilled	{
		margin-right:10px;
	}
	.raInnerPanelDiv{
		padding-left: 5px;
	    padding-right: 5px;
	}
	.ra-disclaimer{
	    margin-top: 10px;
	    font-size: 75%;	
	}
	#ra-footer{
	    padding-top: 8px;
	    bottom: 0;
	    border-top: 1px solid #e7e7e7;
	    background-color: rgba(255, 255, 255, .7);
	    backdrop-filter: blur(8px);
	    padding: 8px;
	    z-index: 1001;
	    display: flex;
	    align-items: center;
	    flex-flow: wrap;
	    gap: 8px;	
	}
	#ra-footer .ra-ai-button {
	    display: flex;
	    align-items: center;
	    flex: 1 100%;
	    min-width: 0;
	}	
	#ra-footer .ra-ai-button a {
	    background: linear-gradient(to right, #2279b3, #6b68c0);
	    border-radius: 20px;
	    padding: 7px 10px;
	    color: #fff;
	    font-size: 13px;
	    text-decoration: none;
	    line-height: 16px;
	    display: block;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    flex-grow: 1;
	}
	#ra-footer .ra-ai-button a img {
	    padding-right: 7px;
	    float: left;
	}
	#researchAssistantFindingsOrConclusionsLink:hover, #researchAssistantFindingsOrConclusionsLink:focus, #researchTopicsLink:hover, #researchTopicsLink:focus {
	    color: #fff !important;
	}
	#ra-footer .ra-ai-button #overflow-button {
	    overflow: visible;
	    height: auto;
	    margin-left: 5px;
	    flex-grow: 0;
	}
	#keyConceptContainer .raEntityLink{
		/*color: #000;*/
	}
	#keyConceptContainer ol li::marker {
	    font-family: "Roboto-bold";
	    color: #000;
	}
	#researchTopicContainer li {
	    padding: 5px 35px 0 0;
	    position: relative;
	    color: #000;
	}	
	#researchTopicContainer  .circle-search-Btn-sml {
	    height: 30px;
	    min-width: 30px;
	    background-color: #cae9ff;
	    border: 1px solid #cae9ff;
	    border-radius: 50%;
	    border: 0;
	    color: #6a63ad !important;
	    display: inline-block;
	    text-align: center;
	    text-decoration: none;
	    padding: 0 !important;
	    position: absolute;
	    right: 0;
	    top: 10px;
	}
	#researchTopicContainer .circle-search-Btn-sml span.uxf-icon.uxf-search {
	    margin-top: 6px;
	}
	
	#researchTopicContainer .circle-search-Btn-sml:hover, #researchTopicContainer .circle-search-Btn-sml:focus {
	    border: 1px solid #6a63ad;
	    background-color: #6a63ad;
	}
	
	#researchTopicContainer .circle-search-Btn-sml:hover span.uxf-icon.uxf-search, #researchTopicContainer .circle-search-Btn-sml:focus span.uxf-icon.uxf-search {
	    margin-top: 5px;
	    color: #fff;
	}
	#researchAssistantPanel .tooltip-inner {
	    max-width: 200px;
	    padding: 3px 8px;
	    color: #fff;
	    text-align: center;
	    text-decoration: none;
	    background-color: #000;
	    border-radius: 4px;
	}
											

	.ra-use-tools #notification {
		position: absolute;
		top: 26px;
		right: 20px;
		padding: 10px;
		border-radius: 5px;
		background-color: #e6faff;
		border-color: #00dee6;
		color: #007997;
		border-width: 2px;
    	border-style: inset;
    	z-index: 1031;		
		display: none;
	}
	#researchTopicContainer .circle-search-Btn-sml>.uxf-icon.uxf-search	{
		width:16px;
		height:16px;
	}
	.raLoadingImageParent{
		display: flex;
		justify-content: center;
	
	}
	.raLoadingImageParent > .raLoadingImage{
		margin: auto;
		width:100px;
	}
	.user-question-bubble-wrapper {
	    display: flex;
	    flex-direction: row-reverse;
	    margin-bottom: 5px;
	}
	.user-question-bubble {
	    padding: 8px;
	    border-radius: 10px;
	    background-color: #dae0ff;
	    color: #000;
	    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
	    margin: 0 5px 10px 0;
	}
	#raAllPanelsWrapper .user-question-bubble-wrapper img {
	    margin-right: 5px;
    	height: 30px;
   		margin-top: 8px;
	}
	.raPanelContainer{
		padding-left:8px;
	}
	.raErrorMessage{
		color: #ab0000;	
	}
	.raPanelHeading{
		padding-left:8px;
	}
	#keyConceptContainer ol, #researchTopicContainer ol{
		padding-left: 15px;
	}												
	/****************** buttons **********************************/
	#showPDFTooltip{
		height:300px !important;
		overflow: scroll; 
		position:absolute !important;
		width:100% !important;
	}
	
	
	.focusItem:focus {
    outline: 1px dotted #212121;
	}
	
	#showPDFTooltip > div{
		background-color: #ffffff !important;
	}
	

	#powernotesiframewrap { padding: 0; } div#powernotepanel:empty + div { margin-top: -10px; }