/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ NAVIGATION MODULES ]--------------------------------------------------------------------- */

/*
	Default Class Selectors and ID Selectors have been created for you.
	Alter the Property and Value to reflect your design as required.
	Choose the Navigation settings that suits your design within Contegro Administration, 
	by changing the Module Settings on an individual page, or within the Template for a Global Setting.
	Encompases Bread Crumb, Navigation Modules.
	Prefix each Class Selector with a custom CSS class in the Module/Template Settings if required.
*/

/* === [ BREADCRUMB ] ============================== */

.Breadcrumb {
	padding: 0 0 0 0px;
	margin: 0 0 10px 10px;
	font-size: 11px;
	float: left;
}
	.Breadcrumb a { 
		margin: 0px 5px 0px 0px;
		border-bottom: 1px #999999 dotted;
		text-decoration: none;
	}
	.Breadcrumb a:hover {
		border-bottom: 1px #CCCCCC dotted;
	}
	
	.Breadcrumb > span a{
		text-decoration:none;
		border:  none;
		font-size: 18px;
	}
	.Breadcrumb > span a:hover{
		border-bottom:1px solid
	}	
	
	.Breadcrumb > span:first-child,
	.Breadcrumb > span + span + span{
		display:none;
	}	

/* -----[ NAVIGATION ]--------------------------------------------------------------------- */

/* === [ Skin Resetting - Leave alone === Starts ] === */
	.RadMenuStatic .rmHorizontal .rmItem {clear: none; }
	.RadMenuStatic .rmItem {padding: 0; }
	.RadMenuStatic .rmHorizontal .rmItem {float: left; list-style: none outside none; }
	.RadMenuStatic .rmVertical .rmItem {list-style: none outside none; }
	.RadMenu .rmRootGroup .rmItem .rmGroup {padding-bottom: 0px; }
	ul.rmVertical {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
	ul.rmHorizontal { argin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }	
	.rmVertical .rmLink {float: none; }/* Must be Float=None so that Height is recognised */
	.rmText { cursor: pointer; cursor: hand; }
/* === [ Skin Resetting === Ends ] === */


/* === [ Wrapping Div's for styling ] === */
/* === [ Prefix with a custom CSS class in the Module/Template Settings if required ] === */
.Navigation {
	clear: both;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.TopLeft {
}
.TopRight {
}
.BottomLeft {
}
.BottomRight {
}
/* === [ Custom Title ] === */
.CustomTitle {
	padding: 4px 0px;
	clear: both;
	display: block;
}

/* === [ Slide Navigation (RadMenu) ] === */ 

/* === [ Wrapping Divs ] === */
/* === [ Style for backgrounds, heights & widths ] === */
	/* === [ Slide - Horizontal ] === */
	.RadMenu.RadMenu_SlideHorizontal {
		height: 32px;
		width: 100%;
	}
	/* === [ Slide - Vertical ] === */
	.RadMenu.RadMenu_SlideVertical {
		width: 100%;
	}

/* === [ Link Top/Bottom Padding, Background, Border, Width ] ===  */
.RadMenu .rmLink {
	background: #cfcfcf url(/Templates/_images/NavigationBlend.gif) repeat-x right center;
	color: #666666;
	text-decoration: none;
	width: 100%;
}
	/* === [ Slide - Horizontal ] === */ 
	.RadMenu .rmHorizontal .rmLink {
		padding: 8px 0px 8px 0px;
		min-width: 100px !important;
	}
		/* === [ Level 1 ] === */ 
		.RadMenu .rmHorizontal .rmVertical.rmLevel1 .rmLink {
			min-width: 150px !important;
		}
	/* === [ Slide - Vertical ] === */ 
	.RadMenu .rmVertical .rmLink {
		display: block;
		float: left;
		padding: 6px 0px 6px 0px;
		border-bottom: 1px solid #999999;
		border-top: 1px solid #EFEFEF;
		min-width: 230px !important;
	}
		/* === [ Level 1 ] ===  */
		.RadMenu .rmVertical.rmLevel1 .rmLink {
			min-width: 150px !important;
		}

/* === [ Link Left/Right Border ] ===  */
	/* === [ Slide - Horizontal ] === */
	.RadMenu .rmHorizontal .rmLink.rmRootLink {
		border-right: 1px solid #969696;
		border-left: 1px solid #EFEFEF;
	}
	
/* === [ Float Left or Right in Container ] === */
	/* === [ Slide - Horizontal ] === */
	.RadMenu ul.rmRootGroup.rmHorizontal {
		float: left;
	}	
/* === [ Group Left/Right Border ] ===  */
	/* === [ Slide - Horizontal ] === */
	.RadMenu .rmRootGroup.rmVertical,
	.RadMenu .rmVertical.rmGroup {
		background: #CCCCCC;
		border-right: 1px solid #999999;
		border-left: 1px solid #EFEFEF;
	}

/* === [ Link Left/Right Padding ] ===  */
/* === [ Normal ] ===  */
.RadMenu .rmHorizontal .rmText,
.RadMenu .rmVertical .rmLevel1 .rmText,
.RadMenu .rmVertical .rmLevel2 .rmText,
.RadMenu .rmVertical .rmLevel3 .rmText {
	padding: 0px 10px 0px 10px;
}
.RadMenu .rmVertical .rmText {
	padding: 0px 10px 0px 10px;
}

/* === [ Menu Selected State ] ===  */
/* === [ Normal ] ===  */
.RadMenu .rmLink.MenuSelected {
	background: #cfcfcf url(/Templates/_images/NavigationBlend-Selected.gif) repeat-x right center;
	color: #FFFFFF;
}
	/* === [ Level 1 ] ===  */
	.RadMenu .rmLevel1 .rmLink.MenuSelected {
	}
		/* === [ Level 2 ] ===  */
		.RadMenu .rmLevel2 .rmLink.MenuSelected {
		}
			/* === [ Level 3 ] ===  */
			.RadMenu .rmLevel3 .rmLink.MenuSelected {
			}

/* === [ Selected Parent State ] ===  */
/* === [ Normal ] ===  */
.RadMenu .rmLink.SelectedParent1 {
	background: #a8a8a8 url(/Templates/_images/NavigationBlend-On.gif) repeat-x right center;
	color: #FFFFFF;
}
	/* === [ Level 2 ] ===  */
	.RadMenu .rmLink.SelectedParent2 {
	}
		/* === [ Level 3 ] ===  */
		.RadMenu .rmLink.SelectedParent3 {
		}
			/* === [ Level 4 ] ===  */
			.RadMenu .rmLink.SelectedParent4 {
			}

/* === [ Hover State ] ===  */
/* === [ Normal ] ===  */
.RadMenu .rmLink.rmExpanded,
.RadMenu .rmLink.rmFocused,
.RadMenu .rmLink:hover {
		color: #FFFFFF;
		background: #a8a8a8 url(/Templates/_images/NavigationBlend-On.gif) repeat-x right center;
}
	/* === [ Level 1 ] ===  */
	.RadMenu .rmLevel1 .rmLink.rmExpanded,
	.RadMenu .rmLevel1 .rmLink.rmFocused,
	.RadMenu .rmLevel1 .rmLink:hover{
		color: #FFFFFF;
		background: #a8a8a8 url(/Templates/_images/NavigationBlend-On.gif) repeat-x right center;
	}
		/* === [ Level 2 ] ===  */
		.RadMenu .rmLevel2 .rmLink.rmExpanded,
		.RadMenu .rmLevel2 .rmLink.rmFocused,
		.RadMenu .rmLevel2 .rmLink:hover {
			color: #FFFFFF;
			background: #a8a8a8 url(/Templates/_images/NavigationBlend-On.gif) repeat-x right center;
		}
			/* === [ Level 3 ] ===  */
			.RadMenu .rmLevel3 .rmLink.rmExpanded,
			.RadMenu .rmLevel3 .rmLink.rmFocused,
			.RadMenu .rmLevel3 .rmLink:hover {
				color: #FFFFFF;
				background: #a8a8a8 url(/Templates/_images/NavigationBlend-On.gif) repeat-x right center;
			}
			
/* === [ Expand Indicator. Add image background or border ] ===  */
.RadMenu .rmVertical .rmText.rmExpandLeft,
.RadMenu .rmVertical .rmText.rmExpandRight {
	padding: 0 30px 0px 10px;
	background: url(/Templates/_images/NavigationArrow.gif) no-repeat right center;
}
	

	
/* === [ Static Navigation ] === */ 

/* === [ Wrapping Divs ] === */
/* === [ Style for backgrounds, heights & widths ] === */
	/* === [ Static - Horizontal ] === */
	.RadMenuStatic.RadMenu_SlideHorizontal {
		width: 100%;
		height: 28px;
	}
	/* === [ Static - Vertical ] === */
	.RadMenuStatic.RadMenu_SlideVertical {
		width: 100%;
	}

/* === [ Link Top/Bottom Padding, Background, Border, Width ] ===  */
.RadMenuStatic .rmLink {
	text-decoration: none;
	width: 100%;
}
	/* === [ Static - Horizontal ] === */
	.RadMenuStatic .rmHorizontal .rmLink {
		padding: 6px 0px 6px 0px;
		display: block;
		width: auto;
	}
		/* === [ Level 1 ] === */ 
		.RadMenuStatic .rmHorizontal .rmLevel1 .rmLink {
			width: 150px !important;
		}
	/* === [ Static - Vertical ] === */
	.RadMenuStatic .rmVertical .rmLink {
	  color: #FFFFFF;
	  margin: 5px 15px;
	  opacity: .86;
	  border-radius: 4px;
	      position: relative;
    display: block;
    padding: 10px 15px;
	}
		/* === [ Level 1 ] === */ 
		.RadMenuStatic .rmVertical .rmLevel1 .rmLink {
			width: 100% !important;
		}
	/* === [ Static - Horizontal ] === */
	.RadMenuStatic .rmHorizontal .rmLink.rmRootLink {

	}

/* === [ Link Left/Right Padding ] ===  */
/* === [ Normal ] ===  */
.RadMenuStatic .rmHorizontal .rmText,
.RadMenuStatic .rmHorizontal .rmVertical .rmLevel1 .rmText
.RadMenuStatic .rmHorizontal .rmVertical .rmLevel2 .rmText
.RadMenuStatic .rmHorizontal .rmVertical .rmLevel3 .rmText {
	padding: 0px 10px 0px 10px;
}
.RadMenuStatic .rmVertical .rmText {
	padding: 0px 10px 0px 10px;
}
	/* === [ Level 1 ] ===  */
	.RadMenuStatic .rmVertical .rmLevel1 .rmText {
		padding: 0px 10px 0px 20px;
	}
		/* === [ Level 2 ] ===  */
		.RadMenuStatic .rmVertical .rmLevel2 .rmText {
			padding: 0px 10px 0px 30px;
		}
			/* === [ Level 3 ] ===  */
			.RadMenuStatic .rmVertical .rmLevel3 .rmText {
				padding: 0px 10px 0px 40px;
			}
			
/* === [ Menu Selected State ] ===  */
/* === [ Normal ] ===  */
.RadMenuStatic .rmLink.MenuSelected {

}
	/* === [ Level 1 ] ===  */
	.RadMenuStatic .rmLevel1 .rmLink.MenuSelected {
	}
		/* === [ Level 2 ] ===  */
		.RadMenuStatic .rmLevel2 .rmLink.MenuSelected {
		}
			/* === [ Level 3 ] ===  */
			.RadMenuStatic .rmLevel3 .rmLink.MenuSelected {
			}

/* === [ Selected Parent State ] ===  */
/* === [ Normal ] ===  */
.RadMenuStatic .rmLink.SelectedParent1 {

}
	/* === [ Level 2 ] ===  */
	.RadMenuStatic .rmLink.SelectedParent2 {
	}
		/* === [ Level 3 ] ===  */
		.RadMenuStatic .rmLink.SelectedParent3 {
		}
			/* === [ Level 4 ] ===  */
			.RadMenuStatic .rmLink.SelectedParent4 {
			}

/* === [ Hover State ] ===  */
/* === [ Normal ] ===  */
.RadMenuStatic .rmLink.rmExpanded,
.RadMenuStatic .rmLink.rmFocused,
.RadMenuStatic .rmLink:hover {

}
	/* === [ Level 1 ] ===  */
	.RadMenuStatic .rmLevel1 .rmLink.rmExpanded,
	.RadMenuStatic .rmLevel1 .rmLink.rmFocused,
	.RadMenuStatic .rmLevel1 .rmLink:hover{

	}
		/* === [ Level 2 ] ===  */
		.RadMenuStatic .rmLevel2 .rmLink.rmExpanded,
		.RadMenuStatic .rmLevel2 .rmLink.rmFocused,
		.RadMenuStatic .rmLevel2 .rmLink:hover {

		}
			/* === [ Level 3 ] ===  */
			.RadMenuStatic .rmLevel3 .rmLink.rmExpanded,
			.RadMenuStatic .rmLevel3 .rmLink.rmFocused,
			.RadMenuStatic .rmLevel3 .rmLink:hover {

			}
			
/* === [ Expand Indicator. Add image background ] ===  */
.RadMenuStatic .rmVertical .rmText.rmExpandLeft,
.RadMenuStatic .rmVertical .rmText.rmExpandRight {

}

/* === [ UNIQUE NAVIGATION ] ============================== */

.NavigationUnique { /* unique navigation container */
            margin: 0;
            padding: 0;
}
            .navunique { /* individual link container */
                        text-transform: capitalize;
                        margin: 0;
                        padding: 0;
            }
                        .navunique a:link, 
                        .navunique a:visited, 
                        .navunique a:hover, 
                        .navunique a:active { /* individual links */
                                    font-size: 80%;
                                    color: #000;
                                    text-decoration: none;
                                    margin: 0;
                                    padding: 0 4px;
                                    border-left: 1px solid #000;
                        }
                        span.navunique:first-child a:link, 
                        span.navunique:first-child a:visited, 
                        span.navunique:first-child a:hover, 
                        span.navunique:first-child a:active { /* link inside the first individual link container */
                                    border-left: none; 
                        }
                        .navunique a:hover { /* non selected hover state */
                                    color: #ccc;
                        }
                                   .navunique a.MenuSelected:link, 
                                    .navunique a.MenuSelected:visited, 
                                    .navunique a.MenuSelected:hover, 
                                    .navunique a.MenuSelected:active { /* selected state */
                                                color: #ccc;
                                    }

	
.sidebar .RadMenuStatic.RadMenu_SlideVertical {
	padding: 20px 20px 10px 20px;
	border-bottom: 1px #E5E5E5 solid;
}
	.sidebar .Navigation + .Navigation .RadMenuStatic.RadMenu_SlideVertical {
		padding: 20px 20px 1px 20px;
	}

.sidebar .RadMenuStatic .rmVertical .rmLink {
	width: 100% !important;
    margin: 6px 0 0 0;
    opacity: 1;
    border-radius: 0;
    position: relative;
    display: block;
	border-radius: .5em;
    font-size: 14px;
    /*transition: background-color 0.15s;*/
}
	.sidebar .RadMenuStatic .rmVertical .rmLink.MenuSelected,
	.sidebar .RadMenuStatic .rmVertical .rmLink[MenuSelected='true'],
	.sidebar .RadMenuStatic .rmVertical .rmLink.SelectedParent1 {
		background: #E1271D !important;
		color: white !important;
	}
	.sidebar .RadMenuStatic .rmVertical .rmLink:hover {

	}

		.sidebar .RadMenuStatic .rmVertical .rmLink:hover:before,
		.sidebar .RadMenuStatic .rmVertical .rmLink.MenuSelected:before,
		.sidebar .RadMenuStatic .rmVertical .rmLink[MenuSelected='true']:before,
		.sidebar .RadMenuStatic .rmVertical .rmLink.SelectedParent1:before {
			color: white !important;
		}
		.sidebar .RadMenuStatic .rmVertical .rmLink:hover:before,
		.sidebar .RadMenuStatic .rmVertical .rmLink.SelectedParent1:before {
		}
	.sidebar .RadMenuStatic .rmVertical .rmLink:hover {
	}

.sidebar .RadMenuStatic .rmVertical                   .rmLink:before ,
.sidebar .RadMenuStatic .rmVertical .nav_uptimereport .rmLink[showattentionicon="true"]:after {
	display: inline-block;
	width: 1em;
	height: 1em;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	text-align: center;
	line-height: 1em;
	margin-right: 0.75em;
	font-weight: 900;
	color: #727272;
	content: '';
}

	.sidebar .RadMenuStatic .rmVertical                   .rmLink:hover:before ,
	.sidebar .RadMenuStatic .rmVertical .nav_uptimereport .rmLink[showattentionicon="true"]:hover:after {
		color: #E1271D !important;
	}

	.sidebar .RadMenuStatic .rmVertical                   .rmLink.MenuSelected:before ,
	.sidebar .RadMenuStatic .rmVertical                   .rmLink[MenuSelected='true']:before ,
	.sidebar .RadMenuStatic .rmVertical                   .rmLink.SelectedParent1:before ,
	.sidebar .RadMenuStatic .rmVertical .nav_uptimereport .rmLink.MenuSelected[showattentionicon="true"]:after ,
	.sidebar .RadMenuStatic .rmVertical .nav_uptimereport .rmLink[MenuSelected='true'][showattentionicon="true"]:after ,
	.sidebar .RadMenuStatic .rmVertical .nav_uptimereport .rmLink.SelectedParent1[showattentionicon="true"]:after {
		color: white !important;
	}




	.sidebar .RadMenuStatic .rmVertical .nav_home              .rmLink:before { content: "\f015"; }
	.sidebar .RadMenuStatic .rmVertical .nav_slidesprototype   .rmLink:before ,
	.sidebar .RadMenuStatic .rmVertical .nav_slidesold         .rmLink:before ,	
	.sidebar .RadMenuStatic .rmVertical .nav_slides            .rmLink:before { content: "\f302"; font-weight: normal; }
	.sidebar .RadMenuStatic .rmVertical .nav_menucsstest       .rmLink:before ,
	.sidebar .RadMenuStatic .rmVertical .nav_playlists         .rmLink:before { content: "\f0ca"; }
	.sidebar .RadMenuStatic .rmVertical .nav_informationbar    .rmLink:before { content: "\f05a"; }
	.sidebar .RadMenuStatic .rmVertical .nav_webview           .rmLink:before { content: "\f144"; font-weight: normal; }
	.sidebar .RadMenuStatic .rmVertical .nav_socialmediamashup .rmLink:before { content: "\f086"; font-weight: normal; }
	.sidebar .RadMenuStatic .rmVertical .nav_settings          .rmLink:before ,
	.sidebar .RadMenuStatic .rmVertical .nav_youraccount       .rmLink:before { content: "\f2bd"; font-weight: normal; }
	.sidebar .RadMenuStatic .rmVertical .nav_uptimereport      .rmLink:before { content: "\f3fd"; }
	.sidebar .RadMenuStatic .rmVertical .nav_admin             .rmLink:before { content: "\f0ac"; }
	.sidebar .RadMenuStatic .rmVertical .nav_helpcentre        .rmLink:before { content: "\f059"; font-weight: normal; }
	.sidebar .RadMenuStatic .rmVertical .nav_systemsettings    .rmLink:before { content: "\f013"; }


	.sidebar .RadMenuStatic .rmVertical .nav_uptimereport .rmLink[showattentionicon="true"]:after {
	    margin-right: 0;
	    margin-left: 0.5em;
	    content: "\f071";
	    color: #E1271D;
	}


.sidebar .RadMenuStatic .rmVertical .rmText {
	padding: 0; 
	font-weight: bold;
	position: absolute;
	left: 47px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.5s;
}
body.showMenu .sidebar .RadMenuStatic .rmVertical .rmText {
	opacity: 1;
}

body.noMenuAnimation * {
	transition: none !important;
}




/* to add to the react css */

/*
.system-settings-nav
	.system-settings-nav-item {
	position: relative;
}


.system-settings-nav
	.system-settings-nav-item > 
		.MuiSvgIcon-root {
	position: absolute;
	top: -2px;
	left: 0;
	transition: left 0.25s;
}
.system-settings-nav
	.MuiCollapse-entered
		.system-settings-nav-item > 
			.MuiSvgIcon-root {
	left: 0;
}
	*/

.system-settings-nav
	.system-settings-nav-item > 
		.MuiSvgIcon-root + 
			span {
	margin-left: 35px;
	width: 0;
	opacity: 0;
	transition: opacity 0.25s, width 0.25s;
}

/*
.system-settings-nav
	.system-settings-tree-view
		.MuiTreeItem-root[aria-expanded] > 
			.MuiTreeItem-content
				.MuiTreeItem-iconContainer {
	display: none !important;
	position: absolute;
	top: 10px;
	right: 7px;
}




body.showMenu .system-settings-nav
	.system-settings-nav-item > 
		.MuiSvgIcon-root {
	left: 0px;
}

body.showMenu .system-settings-nav
	.system-settings-nav-item > 
		.MuiSvgIcon-root + 
			span {
	width: 170px;
	opacity: 1;
	transition-delay: 0.25s;
}

body.showMenu .system-settings-nav
	.system-settings-tree-view
		.MuiTreeItem-root[aria-expanded] > 
			.MuiTreeItem-content
				.MuiTreeItem-iconContainer {
					display: block !important;
}

*/

@media (max-width: 992px) {
	.sidebar .nav > div + .RadMenuStatic.RadMenu_SlideVertical {
		padding-bottom: 70px;
	}
}