/* Tabs CSS for Clermont's clermontbis theme */

.ig-tabs {
	width: 100% !important;
}

/* Tabs tablist */
.ig-tablist {
	height: 30px;
	border-bottom: 1px solid #1e847f;
}

.ig-tablist ul {
	padding-left: 0px;
}

.ig-tablist__item {
	margin: 0px 5px 0px 0px;
	float: left;
	list-style: none;
}

.ig-tablist__item button {
	float: left;
	height: 31px;
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px;
	border: 1px solid #1e847f;
	border-radius: 5px 5px 0px 0px;
	background-color: #1e847f;
	min-width: 80px;
	font-weight: bold;
	color: white;
}

.ig-tablist__item button[aria-selected="true"] {
	background-color: transparent;
	font-weight: bold;
	border-bottom: none;
	color: #1e847f;
}

.ig-tablist__item button:hover {
	cursor: pointer;
}

/* Tabs panels */

.ig-tabpanels {
	display: block;
	padding: 5px;
	border: 1px solid #1e847f;
	border-top: none;
	background-color: transparent;
}

.ig-tabpanels__item {
	/*display: block;*/
}
