/**
 *ESTILOS PARA EDITAR SI NO SE USA COMPILADOR PARA SCSS
 */


 .countriesDiv .item-list ul {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;}
 .countriesDiv .item-list ul li{margin-left: 0!important;}
 .listado-event .event-li {
     background: url("/themes/custom/euroblind/img/bulletY.png") no-repeat left 8px;
     padding-left: 15px;
     margin-bottom: 1em;
 }
 .listado-event .event-li {margin-top: 4%;}
 .title-ev a {text-decoration: none;color: #01519A!important;font-weight!important: bold;text-transform: capitalize!important;padding: 0!important;}
 .listado-event .event-li .title-ev {color: #01519A;font-weight: bolder;}
 h3#month_title {padding-top: 2%;}
 .path-not-frontpage .view-last-news ul li.newsInt {background:none;margin-bottom: 4em;}
 .countries-list ul {padding: 0px 1.85em !important;}
 .calendar-calendar td a:hover {color: #eee;}
 .entityviewedit-form {background: none !important;}
 .proyects-layout-dos .layout__region{
 display: grid;
 grid-template-columns: 2.7fr 1.3fr;
 grid-template-rows: 1fr;
 grid-column-gap: 0px;
 grid-row-gap: 0px;}
 .proyects-layout-dos .layout__region .dos_columnas{grid-column-start: 1;grid-column-end: 2;}
 .proyects-layout-dos .layout__region .una_columna{grid-column-start: 1;grid-column-end: 4;}
 .path-not-frontpage .last-news-block ul > li{
 background: none !important;
 padding-left: 0  !important;
 margin-bottom: 0em;
 }
 #breadcrumb li:last-child {
     color: #01519A;
 }
 .page-node-type-article .node__content h3 span{font-weight:bold;}
 .page-node-type-news .node__content h1{font-size:1.563rem;}
 .page-node-type-news .node__content h1 span{font-weight:bold;}
 @media (min-width: 48.5em){#nice-menu-1 li ul{top:100%;}}
 #reorder-action-confirm-form #edit-list a.tabledrag-handle .handle {width: 22px;
 height: 22px;}
 #reorder-action-confirm-form .button{
 position: relative;  /* 1 */
   display: inline-block;
   box-sizing: border-box;
   padding: 4px 1.5em;  /* 4 */
   cursor: pointer;
   -webkit-transition: all 0.1s;
   transition: all 0.1s;
   text-align: center;
   text-decoration: none;
   color: #333;
   border: 1px solid #a6a6a6;
   border-radius: 20em;
   background-color: #f2f1eb;
   background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
   background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
   text-shadow: 0 1px hsla(0, 0%, 100%, 0.6);
   font-size: 14px;
   font-size: 0.875rem;  /* 5 */
   font-weight: 600;
   line-height: normal;  /* 2 */
   -webkit-appearance: none;  /* 3 */
   -moz-appearance: none;  /* 3 */
   -webkit-font-smoothing: antialiased;  /* 6 */
 }
 #reorder-action-confirm-form .button:hover,
 #reorder-action-confirm-form .button:focus {
   text-decoration: none;
   color: #1a1a1a;
   outline: none;
   background-color: #f9f8f6;
   background-image: -webkit-linear-gradient(top, #fcfcfa, #e9e9dd);
   background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
 }
 #reorder-action-confirm-form .button:hover {
   box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125);
 }

 /* Prevent focus ring being covered by next siblings. */
 #reorder-action-confirm-form .button:focus {
   z-index: 10;
   border: 1px solid #3ab2ff;
   box-shadow: 0 0 0.5em 0.1em hsla(203, 100%, 60%, 0.7);
 }
 #reorder-action-confirm-form .button:active {
   -webkit-transition: none;
   transition: none;
   border: 1px solid #a6a6a6;
   background-color: #dfdfd9;
   background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
   background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
   box-shadow: inset 0 1px 3px hsla(0, 0%, 0%, 0.2);
 }

 #reorder-action-confirm-form table{
  border-collapse: collapse;
  width:100%;
  margin-bottom:30px;
 }
 #reorder-action-confirm-form table thead > tr {
   border-bottom: 1px solid #000;
 }
 #reorder-action-confirm-form table thead th {
   text-transform: uppercase;
   color: #333;
   border: solid #bfbfba;
   border-width: 1px 0;
   background: #f5f5f2;
 }
 #reorder-action-confirm-form table tr {
   padding: 0.1em 0.6em;
   border-bottom: 1px solid #e6e4df;
 }

 /* SEARCH API */
 .search-apis .form-search {
  border: 1px solid #F0F0F0;
  border-bottom: 4px solid #01519A;
  width: 15em;
}
.search-apis .form-submit:hover, #search-block-form .form-submit:focus {
  color: #01519A;
}
.search-apis .form-submit {
  background: transparent;
  border: 0;
  color: #666666;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 1.250em;
  padding-right: 0;
}
.search-apis {
display: flex;
justify-content: flex-end;
align-items: center;
}
#block-euroblind-content .form-search {
  border: 1px solid #F0F0F0 !important;
  border-bottom: 4px solid #01519A !important;
  width: 15em;
}
#block-euroblind-content .form-submit:hover, #search-block-form .form-submit:focus {
  color: #01519A !important;
}
#block-euroblind-content .form-submit {
  background: transparent;
  color: #666666 !important;
  font-weight: bolder;
  border: 0 ;
  text-transform: uppercase ;
  font-size: 1.250em;
  padding-right: 0;
}
#block-euroblind-content .search-api-page-block-form-euroblind-search-api-page {
  border: 0 ;
  display: flex !important;
  align-items: center !important;
  padding-top: 1em;
}
