/* 

This file is for CLIENT-SPECIFIC CSS needed for iMIS apps to work right. CSS intended 
to override styles from the scraped content should be in the /ATSResources/override.css 
file, so they are applied to other ATS apps that scrape as well.

*/
.RadTabStripTop_Metro .rtsLevel1, .RadTabStripTop_Metro .rtsLevel1 .rtsUL, .RadTabStrip_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #e9e9e9 !important;
}
.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    border: 1px solid #c5c5c5;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.RadTabStripTop_Metro .rtsLevel1 .rtsLink, .RadTabStripTop_Metro .rtsLevel1 .rtsUL .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsLink, .RadTabStrip_Metro .rtsLevel1 .rtsUL .rtsLink {
    text-transform: none;
    border-color: #c5c5c5;
	color: #333333;
    font-weight: bold;
}
.rtsUL li a {
    color: black !important;
}
a#ctl01_TemplateBody_WebPartManager1_gwpciPublicProfileLink_ciPublicProfileLink_LinkRepeater_ctl00_Link {
    background: none;
    border-color: none;
}
.PrimaryButton{
	background: #24b09b;
	text-shadow: 0 1px 0 #636363;
}
.PrimaryButton[disabled]{
	background: #24b09b;
}
/* Fix the mini profile background color */
.CalloutPart2 .panel-heading, .CalloutPart2 .panel-body {
    background-color: #e9e9e9;
	border-radius: 5px;
}
