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 */
html,body{background-color:#E9EDF5;}
div.breadcrumb-x{background-color:#F8F9FB;border-color:#F8F9FB;}
*.btn.btn-primary, *.btn.btn-primary:not(.active), *.btn.btn-primary:hover, *.btn.btn-primary:hover:not(.active), *.btn.btn-primary:focus, *.btn.btn-primary:focus:not(.active){background-color:#4C6BBE;border-color:#4C6BBE;}
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#DBF4F7;border-color:#DBF4F7;}
div.ef-block, div.dashboard-panel div.panel-body{background-color:#DBF4F7;}
.navbar-inverse{background-color:#8ab9d0;border-color:#8ab9d0;}
iframe[name="pdfaccept"]{
  height: 120vh;
}
html.new-ui-html:root{--c-brand-primary:#dbf4f7;--c-brand-primary-darken-5:#d6eff2;--c-brand-primary-darken-7:#d4edf0;--c-brand-primary-darken-10:#d1eaed;--c-brand-primary-darken-15:#cce5e8;--c-brand-primary-darken-17:#cae3e6;--c-brand-primary-darken-20:#c7e0e3;--c-brand-primary-darken-25:#c2dbde;--c-brand-primary-lighten-7:#e2fbfe;--c-brand-primary-lighten-40:#ffffff;}
