@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic,latin,greek);

body {
 /* background-image:url('https://www.fademurforma.es/images/FondoRetoRural.jpg');
    opacity:0.9;
  background-size:90%; */

  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:#5D005B;border-color:#5D005B;}
html,body{background-color:#F1F1F1;}
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:#F9A819;border-color:#F9A819;}
html.new-ui-html:root{--c-brand-primary:#5d005b;--c-brand-primary-darken-5:#580056;--c-brand-primary-darken-7:#560054;--c-brand-primary-darken-10:#530051;--c-brand-primary-darken-15:#4e004c;--c-brand-primary-darken-17:#4c004a;--c-brand-primary-darken-20:#490047;--c-brand-primary-darken-25:#440042;--c-brand-primary-lighten-7:#640762;--c-brand-primary-lighten-40:#852883;}
