﻿/* This file should be used by councils to override default CMIS CSS      */
/* - CMIS_Global.css overrides (change colour scheme)                     */
/* - module.css overrides (change positioning on module pages)            */

/*------------------------------------*/
/* CMIS_People - Custom Styles        */
/*------------------------------------*/
/** Control the size of the image on the view person page **/
.ViewPersonWrapper .PenPic .PenPicResize { width: 100px; height : auto; }
.ViewPersonWrapper .PenPic .PenPicResize { width: auto; height : 200px; }
/** Change height if Ward names uses more than 2 lines **/
/** Change width to match the page width and image size required **/
.PE_People_PersonBlock {height: 230px; width: 160px;}
/** Fix width of CMIS Menu items **/
.sf-vertical, .sf-vertical li {width: 100%!important;}
/** Fix outside bodies letter filters width **/
.ViewBodies_Letter {width: 24.125px!important;}
.ViewBodies_DisabledLetter {width: 24.125px!important;}


.rcbSlide {position:absolute!important;}

.RadPanelBar {
	padding-left: 210px!important;
	width: 540px!important;
}

/* Prevents the add meetings wizard calendar from overflowing onto the menu */
div.CMIS_MultiPageWrapper.AddMeetingWizard { overflow: scroll; overflow-y: hidden; }

/* Hide Sub menus unless they are currently selected */
#Menu ul ul {Visibility:hidden;height:0px;}
#Menu ul .current > ul {Visibility:visible!important;height:auto!important;display:block!important;}
#Menu * {transition:none!important;opacity:1!important;}

#Menu ul ul ul {Visibility:hidden;height:0px;}
#Menu ul ul .current > ul {Visibility:visible!important;height:auto!important;display:block!important;}
#Menu * {transition:none!important;opacity:1!important;}

#Menu ul ul ul ul {Visibility:hidden;height:0px;}
#Menu ul ul ul .current > ul {Visibility:visible!important;height:auto!important;display:block!important;}
#Menu * {transition:none!important;opacity:1!important;}
