body{	
	background: #fafafa;	
}

#info{
	color: #fff;
	background-color: #0854A0;
}

#content, .infoExp{
	color: #0854A0;
	border: 1px solid #0854A0;	
}

#content li { background: #0854A001; }
#content li:nth-child(odd) { background: #0854A018; }

.infoExp li { background: #0854A001; }
.infoExp li:nth-child(odd) { background: #0854A018; }

.refreshBtnList {
	color: #0854A0;
}

#options {
	color: #0854A0;
	border: 1px dashed #0854A0;
	background-color: #fff;
}

#optionLib, #contentLib, .InfoLib {
	color: #0854A0;
}

.accordion-item {
	background: #fafafa;
}
.accordion-button {
   color: #0854A0;
}

.form-check-input:checked {
    background-color: #0854A0;
    border-color: #0854A0;
}

.input-group .input-group-text{
	color: #0854A0;
}
.input-group input{
	color: #0854A0 !important;
}

.dynamicLi{
	color: #0854A0;
}


button.learn-more .circle {
	background: #0854A0;
}
button:hover .circle .icon.arrow {
background: #ffffff;
}
button.learn-more .circle .icon.arrow::before {
border-top: 0.125rem solid #ffffff;
border-right: 0.125rem solid #ffffff;
}
button.learn-more .button-text {
color: #0854A0;
}
button:hover .button-text {
color: #ffffff;
}

.txt_result {
	color: #0854A0;
}