/*
Note: you'll also need to update the following images to match your site's theme...

/Templates/_images/button_send.gif
/Templates/_images/button_login.gif
/Templates/_images/button_save.gif
/Templates/_images/Icon_Back.png
/Templates/_images/Logo-Client.png
*/

a                { color: #005DAA; }
a:hover, a:focus { color: #005DAA; }

/* login screen */
	.full-page.login-page { background: #F3F0F3; }                                        /* body background on the login page */

/* global items */
	.sidebar .logo { background-color: #e1251b; } /* top left logo area above the navigation */
	.navbar        { background-color: #e1251b; } /* top bar above the content */
	.Breadcrumb > span a { color:#ffffff; }       /* breadcrumbs in the top bar */
	.sidebar       { background-color: transparent; } /* navigation sidebar */


/* navigation */
	.sidebar .RadMenuStatic .rmVertical .rmLink { color: #3B3B3B; background: transparent; border-left-color: #ECECEC; }
	.sidebar .RadMenuStatic .rmVertical .rmLink:hover,
	.sidebar .RadMenuStatic .rmVertical .rmLink.MenuSelected, 
	.sidebar .RadMenuStatic .rmVertical .rmLink[MenuSelected='true'],
	.sidebar .RadMenuStatic .rmVertical .rmLink.SelectedParent1 { color: #E1271D; background: #ECECEC; border-left-color: #E1271D; }

	.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: #E1271D; }

/* home icons */
	.CategoryList .ThumbWrapper                           { background: #000E25; }
	.CategoryList .ListItem:nth-child(4n+2) .ThumbWrapper { background: #E1251B; }
	.CategoryList .ListItem:nth-child(4n+3) .ThumbWrapper { background: #444444; }
	.CategoryList .ListItem:nth-child(4n+4) .ThumbWrapper { background: #A0A0A0; }

/* buttons */
	/* "portal" and "admin" homepage buttons */
		.login-page a.HomeButton { background: #005DAA; color: #fff; }
	
	/* "new" buttons */
		.NewSlideButton,
		a.NewEventButton,
		a.NewLink,
		a.NewPost { background: #005DAA; color: #ffffff; }

	/* social media */
		.SocialMediaAuthentication a           { background-color: #005DAA; color: #ffffff; } /* authenticate buttons */
		.SocialMediaAuthentication a.Remove    { background-color: #DD1D16; color: #ffffff }  /* remove authentication buttons */
		.ModerateFeedList li a                 { background-color: #005DAA; color: #ffffff; } /* moderate a feed button */
		.ModerateFeedItems span.buttons a.Save { background-color: #005DAA; color: #ffffff; } /* save moderation */
		.ModerateFeedItems span.buttons a.Back { background-color: #333; color: #ffffff; }    /* cancel moderation */

	/* "edit" buttons */
		.ManageEventList .Controls a.Edit,
		.ManageTopicList .Controls a.Edit,
		.PlaylistEditor.ListView li a:after,
		.InformationBarList li div.Edit a { background: #005DAA; color: #ffffff; }

	/* 'Click for full screen' button on the webview page */
		.HTMLContent a.WebViewFullScreen { background: #005DAA; color: #ffffff; }
		
	/* Login module buttons */
		.LoginBorder input[type=image] ,
		.Logout .LogoutButton  input[type=image],
		.ProfileManager input[type=image].EnquiryButton { background-color: #005DAA; }

		
@media (max-width: 992px) {
	.full-page.login-page { background: #F3F0F3; } /* body background on the login page */

	.sidebar .LoginButton {	background: #e2211c; color: #ffffff !important; }
	.sidebar .LoginButton:after { color: #ffffff; }	/* the "Logout" text */
}
