@import url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* Set the style to the entire control */
.RadSiteMap_MiraSiteMap
{
    color:#333333;
    width:80%;
}

/* Set the style for the links */
.RadSiteMap_MiraSiteMap .rsmManyLevels .rsmLink
{
    border-bottom:2px solid #cccccc;
}

.RadSiteMap_MiraSiteMap .rsmOneLevel .rsmLink,
.RadSiteMap_MiraSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink,
.RadSiteMap_MiraSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink,
.RadSiteMap_MiraSiteMap .rsmManyLevels .rsmLevel2 .rsmLink
{
    border:0;
    color:#333333
}

/* Set the style for hovering */
.RadSiteMap_MiraSiteMap .rsmOneLevel .rsmLink:hover,
.RadSiteMap_MiraSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink:hover,
.RadSiteMap_MiraSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink:hover,
.RadSiteMap_MiraSiteMap .rsmManyLevels .rsmLevel2 .rsmLink:hover
{
    color:black;
	background-color: #e6ecdb;
}

.RadSiteMap_MiraSiteMap .rsmLink:hover
{
    color:#878787
}

/* Disable hovering for the parent item */
html .RadSiteMap_MiraSiteMap .rsmLink:hover {
	color: white;
}

.RadSiteMap_MiraSiteMap .rsmLink,.RadSiteMap_MiraSiteMap .rsmTemplate
{
    color:#333333
}

/* Add padding and margin to the parent item */
DIV.RadSiteMap_MiraSiteMap
{
    margin-left: 30px;
    padding-bottom: 20px;
}

/* Set basic properties for the non-parent item items */
.RadSiteMap_MiraSiteMap .rsmLevel1 .rsmItem,
DIV.RadSiteMap_MiraSiteMap .rsmLink 
{
	color: #000000;
}

DIV.RadSiteMap_MiraSiteMap .rsmTemplate 
{
	color: #000000;
	background-color: #ECF2E1;
}

.RadSiteMap_MiraSiteMap .rsmLevel1 {
    background-color: #ECF2E1;
    border-radius: 5px;
}

/* Set the style for the Parent Level */
div.RadSiteMap_MiraSiteMap .rsmTemplate, 
div.RadSiteMap_MiraSiteMap .rsmLink 
{
	color: #ffffff;
    background-color: inherit;
    font-weight: normal !important;
 	font-size: 26px;
	padding:20px 0;
	border-bottom: 0;
}

/* Set the style for the 1st and 2nd level items */
 div.RadSiteMap_MiraSiteMap .rsmLevel1 .rsmTemplate
{
    width: 90%;
    margin: 0 auto !important;
    overflow: hidden;
    padding-bottom: 0 !important;
}

 div.RadSiteMap_MiraSiteMap .rsmLevel1 .rsmLink 
 {     
	font-size: 16px;
    padding: 0;
    width: 100%;
    display: block;
    text-align: left;
    background-color: #ecf2e1;
    color: #000000 !important;
    padding: 0 0 10px 0;
	line-height: 10px;
    border-bottom: #dbdcd9 1px solid !important;
}

div.RadSiteMap_MiraSiteMap .rsmLevel2 .rsmLink:hover 
div.RadSiteMap_MiraSiteMap .rsmThreeLevels .rsmLevel1 .rsmLink:hover, 
div.RadSiteMap_MiraSiteMap .rsmTwoLevels .rsmLevel1 .rsmLink:hover,
div.RadSiteMap_MiraSiteMap .rsmOneLevel .rsmItem .rsmLink:hover  
{
	background-color: #e6ecdb !important;
}

/* Set the border radius around ther perimeter of all items except for the parent  */
.RadSiteMap_MiraSiteMap .rsmLevel1 .rsmItem:first-child .rsmLink
{
 border-radius: 5px 5px 0px 0px; 
}

.RadSiteMap_MiraSiteMap .rsmLevel1 .rsmItem:last-child .rsmLink
{
 border-radius: 0px 0px 5px 5px; 
}

.RadSiteMap_MiraSiteMap .rsmLevel2 .rsmItem:first-child .rsmLink,
.RadSiteMap_MiraSiteMap .rsmLevel2 .rsmItem:last-child .rsmLink
{
    border-radius: 0px;
}

/*Added style to fix display issue with 2015 Q3 Release*/
.RadSiteMap .rsmThreeLevels > .rsmItem > .rsmLink
{
    border: none !important;
    font-size: 26px !important;
    padding: 20px 0px 20px 0px !important;
}

/* Remove the extra spacing between each item in Level 2 section */
html .RadSiteMap .rsmLevel2 .rsmItem {
	padding-bottom: 0;
}

/* Remove the border under the parent item. */
html .RadSiteMap_MiraSiteMap .rsmManyLevels .rsmLink {
	border: 0;
}

/* Set style for images to the left of each item */

.rsmItem a:before {
	content: "";
	width: 15px;
    font-family:FontAwesome;
    line-height:1;
    margin:12px;
    display:inline-block;
    text-decoration: none;
}

html .RadSiteMap .rsmLevel1 .rsmList .rsmItem {
	margin-left: 25px;
}

div.RadSiteMap_MiraSiteMap .rsmTemplate, div.RadSiteMap_MiraSiteMap .rsmLink {
    color: #000 !important;
    border-bottom: 0px !important;
}

.PMHomeTitle > a:before 
{
    padding-right: 15px;
    content:"\f015";
}
.PMHomeSiteConfig > a:before {
    content:"\f085";
}
.PMHomeEmailLookup > a:before {
    content:"\f0f6"
}
.PMHomeEmailTemplate > a:before {
    content:"\f022"
}
.PMHomeImpersonate > a:before {
    content:"\f007";
}
.PMHomeStatistics > a:before {
    content:"\f080";
}
.PMHomeList > a:before {
    content:"\f00b";
}
.PMHomeSearch > a:before {
    content:"\f002";
}
.PMHomeAssignChair > a:before {
    content:"\f105";
}
.PMHomeEmailTools > a:before {
    content:"\f003";
}
.PMHomeAssignSubmissions > a:before {
    content:"\f279"
}
.PMHomeReports > a:before {
    content:"\f02d";
}
.PMHomeBlastEmail > a:before {
    content:"\f0a1"
}
.PMHomeEventsAAG > a:before {
    content:"\f0db"
}
.PMHomeBatchAssignChair > a:before {
    content:"\f101";
}
.PMHomeEventHome > a:before {
    content:"\f0e8";
}
.PMHomeUnscheduled > a:before {
    content:"\f133"
}
.PMHomeEventConflict > a:before {
    content:"\f071"
}
.PMHomeIThenticate > a:before {
    content:"\f06e";
}
.PMHomeManageRating > a:before {
    content:"\f006";
}
.PMHomeRating > a:before {
    content:"\f123";
}
.ChairReviewerTools > a:before {
    content:"\f0e3";
}
.ChairManageReviewer > a:before {
    content:"\f0c0";
}
.ChairViewReivewer > a:before {
    content:"\f1fb";
}
.ChairBatchAssign > a:before {
    content:"\f074";
}