/*Place your CSS code here*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,latin,greek);
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


body {
/*  background-image:url('http://www.fademurforma.es/images/logoCI-horizontal.png');
    opacity:0.9;
  background-size:50%; */

  font-family: 'Nunito', 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;
}


#ef-navbar .container .navbar-header .ef-navbar-branch-name {

    color: #FFF;
}

/* DO NOT ADD/EDIT AFTER THIS LINE */
html,body{background-color:#F6F1E7;}
#ef-navbar, #ef-navbar li a.dropdown-toggle[aria-expanded="true"]{background-color:#B7B7B7;border-color:#B3B9D7;}
div.breadcrumb-x{background-color:#FFFFFF;border-color:#FFFFFF;}
div.ef-block, div.dashboard-panel div.panel-body{background-color:#FFFFFF;}
*.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:#663089;border-color:#663089;}
html.new-ui-html:root{--c-brand-primary:#b3b9d7;--c-brand-primary-darken-5:#aeb4d2;--c-brand-primary-darken-7:#acb2d0;--c-brand-primary-darken-10:#a9afcd;--c-brand-primary-darken-15:#a4aac8;--c-brand-primary-darken-17:#a2a8c6;--c-brand-primary-darken-20:#9fa5c3;--c-brand-primary-darken-25:#9aa0be;--c-brand-primary-lighten-7:#bac0de;--c-brand-primary-lighten-40:#dbe1ff;}
