/* background */
#patternWrapper{/*background-image:linear-gradient(180deg,#c25929,#64ab5e);*/background: url("https://elibrarykefri.remotexs.co/sites/default/files/styles/panopoly_image_original/public/kefri_login_bg_1.jpg");
 background-color: #cccccc;}
#patternBottomBarContents{color:white;}
#patternBottomBar{background-color:#64ab5e;margin-top:0;}
.foswikiFormSteps{border:none;background:none;display:}
.foswikiRight{display:none;}
/* end of background */
/* CSS Cookbook: PatternSkinCssCookbookHideActions */

/* Hide action buttons for guests, and for logged in users without change permission */
.foswikiHasNoChangePermission.foswikiLoggedIn .foswikiRequiresChangePermission #patternBottomBar { display: none; }
.foswikiHasNoChangePermission.foswikiGuest .foswikiRequiresChangePermission { display: none; }

/* end of hide actions to guests */

/* hide left bar */

#patternOuter {margin-left:0;}
#patternSideBar {display:none;}
/* for the content left margin use a bit smaller margin */
#patternMainContents {padding-left:2em; /*S6*/}

/* end of hide left bar */

/* hide top bar */
/* copy the styles from viewtopbar.pattern.tmpl */
#patternTopBar, #patternClearHeaderCenter, #patternClearHeaderLeft, #patternClearHeaderRight, #patternTopBarContents {height:0;}
#patternTopBar, #patternTopBarContents {display:hidden;}
#patternSideBar {/* dynamic background image set in topic or write a hard coded image location here */background-attachment:relative; background-position:1em 11px; background-repeat:no-repeat; border-top:0px;}

/* end of hide top bar */
