/* -----------------------------------------
Edit Mode Tweaks
-----------------------------------------*/
body.ulogged { padding-top: 0px; }
 body.ulogged main#top {top: 48px !important;}
body.ulogged, body.editmode * {transition: 0;}
 body.ulogged, body.editmode main.main * {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
}   
 
body.ulogged nav.fancynavbar {
  top: 48px;
  height: 96vh;
}


body.ulogged nav.navbar {
	top: 48px;
	
}
 
body.editmode #side-panel {top: 48px !important;}

 
.ccm-edit-mode-disabled-item.bold {font-weight: 400; text-align: left; }



 
/*Bootstrap4 fixes 
https://www.concrete5.org/community/forums/customizing_c5/bootstrap-4-css-and-other-display-errors
*/

div.ccm-panel-content ul.nav, div.ccm-panel-content menu {
    display:block;
}

#ccm-theme-grid-edit-mode-row-wrapper {
    display: flex;
    width:100%;
}

.ccm-edit-mode-block-menu.popover, .popover  {visibility: visible;}



