body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.Ruralcat20 {
  width: 31%;
  float: left;
  display: block;
}

.Ruralcat80 {
  width: 80%;
  padding: 5%;
}

.box-search {
  background-color: #F5F5F5;
  padding: 1em;
  padding-bottom: 2em;
  padding-top: 2em;
}

fieldset.checkbox-mixed {
  margin-bottom: 2em;
}

.group_checkbox {
  font-size: 1.1em;
  font-weight: 400;
  padding-left: 0.5em;
  display: flex;
}

.lupa {
  color: #6F6F6F;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0em;
  background-image: url(../img/lupa.png);
  background-position: left;
  padding-left: 2em;
  background-repeat: no-repeat;
}

.form-cercador {
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
}

a.enllacdossier {
  width: 100%;
  display: block;
  margin-top: 1em;
  color: #BF0000;
  font-weight: 700;
  background-color: #f5f5f5;
  padding: 1em;
  text-align: center;
}

.label-bdt {
  width: 100%;
  clear: both;
  float: none;
  display: block;
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 1em;
  font-weight: 700;
  color: #6F6F6F;
}

label {
  color: #000000;
  font-weight: 400;
}

input[type=checkbox i] {
  border-color: #BF0000;
}

.checkbox-mixed ul.checkboxes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkbox-mixed ul.checkboxes li {
  padding: 0;
  padding-left: 1.5em;
}

.checkbox-mixed label {
  margin: 1px;
  padding: 4px;
}

.checkbox-mixed [role=checkbox] {
  display: inline-block;
  padding: 4px;
  cursor: pointer;
}

.checkbox-mixed [role=checkbox]::before {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3C/svg%3E");
}

.checkbox-mixed [role=checkbox][aria-checked=true]::before {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3Cpolyline points='4,8 7,12 12,5' fill='none' stroke='currentcolor' stroke-width='2' /%3E%3C/svg%3E");
}

.checkbox-mixed [role=checkbox][aria-checked=mixed]::before {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3Cline x1='5' y1='5' x2='12' y2='12' stroke='currentcolor' stroke-width='2' /%3E%3C/svg%3E");
}

.checkbox-mixed input:focus,
.checkbox-mixed [role=checkbox] {
  outline: none;
}

input[type=text] {
  min-height: 2.5em;
  font-size: 13px;
  border: #D7D3D3 solid 1px;
  width: 90%;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.3em;
}

input[type=checkbox] {
  accent-color: #BF0000;
  content: "";
  border: #BF0000;
  background-color: #BF0000;
  mix-blend-mode: multiply;
}

div#_com_adasasistemas_portlet_dossiersTecnics_DossiersTecnicsPortlet_INSTANCE_g6hyCJDJa4mZ_dossierTecnicCustomsSearchContainer {
  display: none;
  background-color: transparent !important;
}

.checkbox-mixed [role=checkbox]:focus,
.checkbox-mixed [role=checkbox]:hover {
  padding: 2px;
  border: 2px solid #BF0000;
  border-radius: 5px;
  background-color: #fff;
}

.checkbox-mixed label.focus,
.checkbox-mixed label:hover {
  padding: 2px;
  border: 2px solid #BF0000;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.flecha {
  display: block;
  margin-right: 0.5em;
}

fieldset {
  border: none;
  margin-bottom: 2em;
}

button.button.primary {
  background-color: #BF0000;
  padding: 0.5em;
  border: 1px solid;
  border-color: #BF0000;
  margin-right: 1%;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 0.3em;
}

.btn:focus, .btn.focus {
  box-shadow: none;
  outline: 0;
}

/*ESTILOS VISUALIZADOR */
.dossier_celda {
  float: left;
  width: 33%;
  position: relative;
  padding: 0.5em;
  height: 33em;
}

.dossier_celda_in {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.dossier_titol {
  min-height: 5em;
  color: #000000;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 1em;
}

.dossier_pie {
  margin-bottom: 0.4em;
  text-align: left;
  color: #6f6f6f;
  font-size: 0.9em;
  font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #D7D3D3;
}

/*ESTILOS paginador */
.btn-secondary {
  background-color: #ffffff;
  color: #6F6F6F !important;
  border: 1px solid #6F6F6F;
}

.secondary {
  background-color: #ffffff;
  color: #6F6F6F !important;
  border: 1px solid #6F6F6F;
  padding: 0.5em;
  margin-right: 1%;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  border-radius: 0.3em;
}

.btn-secondary:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.lfr-search-container {
  margin-top: 2em;
  overflow: auto;
  width: 100%;
  font-size: 0.8em;
  padding: 1em;
  display: block;
  min-height: fit-content;
}

.btn:not(:last-child) {
  margin-right: 0.5em;
}

.lfr-search-container .lfr-pagination-config {
  margin-top: 2em;
}

.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #BF0000;
  font-weight: 800;
}

.taglib-page-iterator .search-results {
  font-size: 1.1em;
  float: right;
  line-height: normal;
  margin-left: 0em;
}

.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6f6f6f;
  font-size: 1.2em;
}

/*ESTILOS AJUSTES RESPONSIVE */
@media only screen and (max-width: 600px) {
  .Ruralcat20 {
    width: 100%;
    float: none;
    display: block;
  }
  .Ruralcat80 {
    width: 100%;
    float: none;
    display: block;
  }
}