@charset "utf-8";
/* CSS Document */

body { 
	background-color: #D0E7DC;
	/*background-color: #F7F4F4;*/
}


.item_companyLogo {
	background-color: #D0E7DC;
}
.item_companyLogo img {
	padding-top: 3px;
	padding-bottom: 3px;
}


.navbar { background-color: #D0E7DC !important; }

.li-lft-pad li {
	padding-left: 1em;
}

.obi_showCleanAnchor a {
	text-decoration: none;
	/*color: grey;*/
}
.obi_standardIconImg img {
	width: 25%;
	height: auto;
	padding-bottom: 10px;
}
/*
.obi_standardIconImgSmall img {
	width: 15%;
	height: auto;	
}

.obi_docprofile img {
	width: 95%;	
	height: auto;
}
*/
.obi_image img {
	width: 95%;
	height: auto;
}

/*
.obi_image70 img {
	width: 70%;
	height: auto;
}
*/


.obi_image_rounded img {
	border-radius: 50%;
	width: 80%;	
	height: auto;	
}

.obi_affiliates img {
	width: 40%;
	height: auto;
	padding: 10px;
}

/*obi_iconsandText start ------------------- */
.parent {
	display: flex;
}
.child1 img {
	width: 120px;
	height: auto;
	padding-right: 25px;
}
/*obi_iconsandText end ------------------- */

.obi_socialBarTop img{
	width: 30px;
	height: auto;
	padding-right: 5px;	
}
.obi_socialBarTop a { 
	text-decoration: none;
	color: rgba(33,37,41,0.75);
}

.obi_footer {
	/*background-color: antiquewhite;*/
	background-color: #D0E7DC;
}
.obi_footer img {
	width: 30px;
	height: auto;
	padding-right: 5px;
}

.obi_footer a { 
	text-decoration: none;
	color: rgba(33,37,41,0.75);
}


@media (max-width:576px){
	.dropdown-item::after{
		transform: rotate(90deg);
	}
}
