html.popup body {
	background-image:none;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,latin,greek);

body {
  background: #ddd;
  font-family: 'Open Sans', sans-serif;  
}

/*Box Titles*/
div.block .title {
  background:#FFF;
  border: 4px solid #ccc;
  border-bottom: 0px;
  position: relative;
  top: 8px; 
}

/*Box Content*/
div.block .content {
  border: 4px solid #ccc;
  box-shadow: 0 1px 1px rgba(0,0,0,0); /*shadow*/
  border-radius: 8px;
}

/*Handle in a different way blocks within a block*/
div.block div.block .content {
  border: 0px;
}

/*Hide top left radious when then block has a Header*/
div.block .blockHeader ~ .content {
  border-top-left-radius: 0px;
}

/*Consistency with toolbars*/
div.block .toolbar {
  border: 4px solid #ccc;
  border-bottom: 0px;
  border-top-left-radius: 8px; 
  border-top-right-radius: 8px;  
}

/* Hide radious on box after a toolbar*/
div.block .toolbar ~ .content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top:0px;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#0C1724;border-color:#0C1724;}
html.new-ui-html:root{--c-brand-primary:#0c1724;--c-brand-primary-darken-5:#07121f;--c-brand-primary-darken-7:#05101d;--c-brand-primary-darken-10:#020d1a;--c-brand-primary-darken-15:#000815;--c-brand-primary-darken-17:#000613;--c-brand-primary-darken-20:#000310;--c-brand-primary-darken-25:#00000b;--c-brand-primary-lighten-7:#131e2b;--c-brand-primary-lighten-40:#343f4c;}
