
/*

# Top tab tag nav */
.sg-top-tab-tag-nav {
	display: block;

	padding: 10px;

	text-align: right;
	z-index: 10;
	position: relative;

	position: absolute;

	top:0;
	right: 30px;

	padding-top: 0;
}

	 .sg-top-tab-tag-nav > a {
		 /*
		margin-left: 5px;
		margin-right: 5px;


		*/

		border-radius: 0;
		margin-left: 1px;


		/*background-color: rgba(255,255,255,.8);*/


		font-weight: 400;


		box-shadow: none !important;
         }




/*
# ON states */
/*	Note: Not sure if this state stuff makes sense in this file ... hmmm...  */
#live-style-guide-page-id #live-style-guide-button-id {
	color: var(--crm-secondary-color-700);

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--crm-secondary-color-500);
}


#generate-spend-plan-report-page-id #configuration-examples-button-id,
#budget-reports-page-id #configuration-examples-button-id,
#allocation-of-resources-page-id #configuration-examples-button-id,
#spend-plan-page-id #configuration-examples-button-id,
#spend-plan-detail-page-id #configuration-examples-button-id,
#execution-page-id #configuration-examples-button-id {
	color: var(--crm-secondary-color-700);

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: var(--crm-secondary-color-500);
}





