/* line 10, ../sass/eurofins.scss */
.table td, .table th {
  padding: 5px .75rem 4px .75rem;
}

/* line 14, ../sass/eurofins.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ee7d0c;
  border-color: #ee7d0c;
}

/* line 20, ../sass/eurofins.scss */
.page-link {
  color: #ee7d0c;
}
/* line 22, ../sass/eurofins.scss */
.page-link:hover {
  color: #ee7d0c;
}

/* line 28, ../sass/eurofins.scss */
.btn-success, .btn-primary {
  color: #fff;
  background-color: #094897;
  border-color: #094897;
}
/* line 32, ../sass/eurofins.scss */
.btn-success:hover, .btn-primary:hover {
  color: #fff;
  background-color: #0065d2;
  border-color: #0065d2;
}

/* line 38, ../sass/eurofins.scss */
.btn-info, .btn-warning {
  color: #fff;
  background-color: #ee7d0c;
  border-color: #ee7d0c;
}
/* line 42, ../sass/eurofins.scss */
.btn-info:hover, .btn-warning:hover {
  color: #fff;
  background-color: #f76200;
  border-color: #f76200;
}

/* line 50, ../sass/eurofins.scss */
label {
  margin-bottom: 0rem;
  margin-top: .5rem;
}

/* line 55, ../sass/eurofins.scss */
.select-100 select {
  width: 100%;
}

/* line 60, ../sass/eurofins.scss */
#loginPage {
  background: url("../img/fondo-matrix.jpg") no-repeat;
  height: 91vh;
  background-size: cover;
}

/* line 66, ../sass/eurofins.scss */
.mover-tabla {
  margin-left: 81px;
  z-index: 9;
}

/* line 71, ../sass/eurofins.scss */
.login-wrap {
  width: 100%;
  margin: auto;
  max-width: 510px;
  min-height: 510px;
  position: relative;
  margin-top: 30px;
}

/* line 79, ../sass/eurofins.scss */
.login-html {
  margin-top: 25%;
  height: 100%;
  position: absolute;
  padding: 90px 70px 50px 70px;
  background: #094897;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
/* line 86, ../sass/eurofins.scss */
.login-html h2 {
  margin-top: -14%;
  margin-bottom: 27px;
}
/* line 89, ../sass/eurofins.scss */
.login-html h2 img {
  max-width: 354px;
  max-height: 72px;
  width: 100%;
}

/* line 96, ../sass/eurofins.scss */
.login-html .sign-in-htm,
.login-html .for-pwd-htm {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

/* line 110, ../sass/eurofins.scss */
.login-html .sign-in,
.login-html .for-pwd,
.login-form .group .check {
  display: none;
}

/* line 115, ../sass/eurofins.scss */
.login-html .tab {
  font-size: 22px;
  margin-right: 15px;
  padding-bottom: 5px;
  margin: 0 15px 10px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #909090;
  cursor: pointer;
}

/* line 125, ../sass/eurofins.scss */
.login-html .sign-in:checked + .tab,
.login-html .for-pwd:checked + .tab {
  color: #fff;
  border-color: #ee7d0c;
  display: none;
}

/* line 132, ../sass/eurofins.scss */
.recuperar a {
  color: #ee7d0c;
}
/* line 134, ../sass/eurofins.scss */
.recuperar a:hover {
  text-decoration: underline;
}
/* line 137, ../sass/eurofins.scss */
.recuperar a:visited {
  color: #ee7d0c;
}

/* line 142, ../sass/eurofins.scss */
.login-form {
  min-height: 345px;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* line 150, ../sass/eurofins.scss */
.login-form .group {
  margin-bottom: 15px;
}

/* line 153, ../sass/eurofins.scss */
.login-form .group .label,
.login-form .group .input {
  width: 100%;
  color: #333;
  display: block;
}

/* line 159, ../sass/eurofins.scss */
.login-form .group .button {
  width: 100%;
  color: #fff;
  display: block;
}

/* line 164, ../sass/eurofins.scss */
.login-form .group .input {
  border: none;
  padding: 15px 20px;
  background: white;
}

/* line 170, ../sass/eurofins.scss */
.login-form .group .button {
  border: none;
  padding: 15px 20px;
  background: white;
}

/* line 175, ../sass/eurofins.scss */
.login-form .group input[data-type="password"] {
  text-security: circle;
  -webkit-text-security: circle;
}

/* line 179, ../sass/eurofins.scss */
.login-form .group .label {
  color: #aaa;
  font-size: 12px;
}

/* line 183, ../sass/eurofins.scss */
.login-form .group .button {
  background: #ee7d0c;
  border-radius: 0;
}

/* line 187, ../sass/eurofins.scss */
.login-form .group label .icon {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  background: white;
}

/* line 195, ../sass/eurofins.scss */
.login-form .group label .icon:before,
.login-form .group label .icon:after {
  content: '';
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

/* line 205, ../sass/eurofins.scss */
.login-form .group label .icon:before {
  left: 3px;
  width: 5px;
  bottom: 6px;
  -webkit-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}

/* line 212, ../sass/eurofins.scss */
.login-form .group label .icon:after {
  top: 6px;
  right: 0;
  -webkit-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
}

/* line 218, ../sass/eurofins.scss */
.login-form .group .check:checked + label {
  color: #fff;
}

/* line 221, ../sass/eurofins.scss */
.login-form .group .check:checked + label .icon {
  background: #1161ee;
}

/* line 224, ../sass/eurofins.scss */
.login-form .group .check:checked + label .icon:before {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

/* line 228, ../sass/eurofins.scss */
.login-form .group .check:checked + label .icon:after {
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

/* line 232, ../sass/eurofins.scss */
.login-html .sign-in:checked + .tab + .for-pwd + .tab + .login-form .sign-in-htm {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 236, ../sass/eurofins.scss */
.login-html .for-pwd:checked + .tab + .login-form .for-pwd-htm {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 241, ../sass/eurofins.scss */
.hr {
  height: 2px;
  margin: 60px 0 50px 0;
  background: rgba(255, 255, 255, 0.2);
}

/* line 246, ../sass/eurofins.scss */
.foot-lnk {
  text-align: center;
}

/* line 250, ../sass/eurofins.scss */
.bajar {
  margin-top: 10px;
}

/* line 254, ../sass/eurofins.scss */
body {
  font-family: "Lato", sans-serif !important;
}

/* line 258, ../sass/eurofins.scss */
.filter-bottom {
  position: relative;
}
/* line 260, ../sass/eurofins.scss */
.filter-bottom .botonera {
  position: absolute;
  top: 15px;
  z-index: 9999;
  max-width: 577px;
  width: 100%;
}
/* line 266, ../sass/eurofins.scss */
.filter-bottom .botonera .form-row {
  align-items: center;
  justify-content: center;
}
/* line 269, ../sass/eurofins.scss */
.filter-bottom .botonera .form-row .bt-naranja {
  background-color: #ee7d0c;
  border: none;
  margin-right: 15px;
  color: #fff;
  border-radius: 0;
}
/* line 276, ../sass/eurofins.scss */
.filter-bottom .botonera .form-row .btn-danger {
  border: none;
  margin-right: 15px;
  color: #fff;
  border-radius: 0;
}
/* line 283, ../sass/eurofins.scss */
.filter-bottom .botonera .form-row a .btn {
  background-color: #ee7d0c;
  border: none;
  color: #fff;
  border-radius: 0;
}

/* line 294, ../sass/eurofins.scss */
#mySidenav img {
  max-width: 30px;
  margin-right: 10px;
}
/* line 298, ../sass/eurofins.scss */
#mySidenav .ver {
  display: none;
}

/* line 304, ../sass/eurofins.scss */
#hola {
  background: #fff;
}

/* line 307, ../sass/eurofins.scss */
.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  top: 61px;
  left: 0;
  background-color: #094897;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 15px;
  z-index: 99;
}
/* line 318, ../sass/eurofins.scss */
.sidenav #cerrar {
  display: none;
  color: #fff;
  font-size: 29px;
  width: 100%;
  text-align: right;
  padding-right: 15px;
  padding-bottom: 10px;
  cursor: pointer;
}
/* line 329, ../sass/eurofins.scss */
.sidenav #abrir {
  color: #fff;
  font-size: 29px;
  padding-bottom: 10px;
  cursor: pointer;
  padding-left: 33px;
}

/* line 338, ../sass/eurofins.scss */
.sidenav a {
  padding: 20px 8px 20px 25px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: opacity ease-in-out 1s;
}
/* line 345, ../sass/eurofins.scss */
.sidenav a:hover {
  background-color: #ee7d0c;
  box-shadow: inset 0 0 6px #000;
}

/* line 351, ../sass/eurofins.scss */
.activo {
  background-color: #ee7d0c;
  box-shadow: inset 0 0 6px #000;
}

/* line 356, ../sass/eurofins.scss */
.sidenav a:hover {
  color: #f1f1f1;
}

/* line 360, ../sass/eurofins.scss */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* line 369, ../sass/eurofins.scss */
#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* line 374, ../sass/eurofins.scss */
#cabecera {
  width: 100%;
  background-color: #094897;
  color: #fff;
  height: 62px;
  /* box-shadow: 0px 1px 20px 0px #212529; */
  position: fixed;
  z-index: 9999;
  top: 0;
}
/* line 383, ../sass/eurofins.scss */
#cabecera .row {
  margin-left: 0px;
  margin-right: 0px;
}
/* line 387, ../sass/eurofins.scss */
#cabecera #cerrar {
  display: none;
}
/* line 389, ../sass/eurofins.scss */
#cabecera #cerrar i {
  font-size: 31px;
}
/* line 393, ../sass/eurofins.scss */
#cabecera #abrir, #cabecera #cerrar {
  margin-top: 20px;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  top: 14px;
  left: 15px;
}
/* line 401, ../sass/eurofins.scss */
#cabecera .logo {
  margin-top: 10px;
  margin-left: 7px;
}
/* line 405, ../sass/eurofins.scss */
#cabecera #usuarioLogin {
  position: absolute;
  right: 40px;
  top: 18px;
}
/* line 409, ../sass/eurofins.scss */
#cabecera #usuarioLogin a {
  color: #fff;
  margin-left: 15px;
}
/* line 412, ../sass/eurofins.scss */
#cabecera #usuarioLogin a:hover {
  color: #fff;
  text-decoration: none;
}
/* line 416, ../sass/eurofins.scss */
#cabecera #usuarioLogin a:visited {
  color: #fff;
}
/* line 419, ../sass/eurofins.scss */
#cabecera #usuarioLogin a i {
  font-size: 20px;
}

/* line 425, ../sass/eurofins.scss */
#main {
  padding-top: 74px;
  padding-bottom: 25px;
}

/* line 429, ../sass/eurofins.scss */
#pie {
  width: 100%;
  background-color: #094897;
  color: #fff;
  height: 33px;
  box-shadow: 0px 1px 20px 0px #212529;
  position: relative;
  z-index: 9999;
}

/* line 440, ../sass/eurofins.scss */
.section-title h2 span {
  font-size: 25px;
  color: #094897;
  background-color: #fff;
  padding: 0 12px 0 0;
  font-weight: bolder;
}
/* line 448, ../sass/eurofins.scss */
.section-title hr {
  background: #ee7d0c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ee7d0c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ee7d0c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ee7d0c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='$naranja',GradientType=1 );
  /* IE6-9 */
  height: 7px;
  border: none;
  margin-top: -28px;
  margin-bottom: 32px;
}

/* line 461, ../sass/eurofins.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: 597px !important;
  width: 100% !important;
}
/* line 464, ../sass/eurofins.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #a9a9a9;
}

/* line 472, ../sass/eurofins.scss */
#personal-data img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 477, ../sass/eurofins.scss */
#personal-data input {
  width: 100%;
  padding-left: 5px;
  border: 1px solid #a9a9a9;
}
/* line 482, ../sass/eurofins.scss */
#personal-data .btn-naranja {
  width: 100%;
  background-color: #ee7d0c;
  border: none;
  margin-bottom: 14px;
}
/* line 487, ../sass/eurofins.scss */
#personal-data .btn-naranja:hover {
  box-shadow: inset 0px 0px 20px 7px #0000004f;
  border: none;
}
/* line 492, ../sass/eurofins.scss */
#personal-data select {
  border: 1px solid #a9a9a9;
}
/* line 495, ../sass/eurofins.scss */
#personal-data p {
  margin-top: 15px;
  margin-bottom: 37px;
  color: #979797;
}
/* line 500, ../sass/eurofins.scss */
#personal-data textarea {
  width: 100%;
}

/* line 504, ../sass/eurofins.scss */
.cuadros-certificados {
  margin-top: 20px;
}

/* line 507, ../sass/eurofins.scss */
#two-columns {
  margin-top: 20px;
}
/* line 508, ../sass/eurofins.scss */
#two-columns .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: 906px !important;
  width: 100% !important;
}
/* line 511, ../sass/eurofins.scss */
#two-columns .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #a9a9a9;
}
/* line 518, ../sass/eurofins.scss */
#two-columns img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 523, ../sass/eurofins.scss */
#two-columns input {
  width: 100%;
  padding-left: 5px;
  border: 1px solid #a9a9a9;
}
/* line 528, ../sass/eurofins.scss */
#two-columns .boton-naranja {
  float: right;
}
/* line 530, ../sass/eurofins.scss */
#two-columns .boton-naranja:hover {
  box-shadow: inset 0px 0px 20px 7px #0000004f;
}
/* line 535, ../sass/eurofins.scss */
#two-columns select {
  border: 1px solid #a9a9a9;
  width: 100%;
}
/* line 539, ../sass/eurofins.scss */
#two-columns p {
  margin-top: 15px;
  margin-bottom: 37px;
  color: #979797;
}
/* line 544, ../sass/eurofins.scss */
#two-columns textarea {
  width: 100%;
}

/* line 548, ../sass/eurofins.scss */
.centrar-logo {
  text-align: center;
}

/* line 551, ../sass/eurofins.scss */
img#logo {
  max-width: 230px;
  width: 100%;
}

/* line 556, ../sass/eurofins.scss */
.botones-logos .boton-naranja-nofloat {
  width: 100%;
  margin-bottom: 10px;
}
/* line 560, ../sass/eurofins.scss */
.botones-logos .btn-success {
  width: 100%;
}

/* line 564, ../sass/eurofins.scss */
.boton-naranja {
  background-color: #ef861d;
  color: #fff;
  float: right;
  margin-bottom: 30px;
}
/* line 569, ../sass/eurofins.scss */
.boton-naranja:hover {
  box-shadow: inset 0px 0px 20px 7px #0000004f;
  color: #fff;
}

/* line 575, ../sass/eurofins.scss */
.btn-naranja-filtro {
  width: 66px;
  background-color: #ee7d0c;
  border: none;
  margin-bottom: 10px;
  color: #fff;
  margin-left: 7px;
}
/* line 582, ../sass/eurofins.scss */
.btn-naranja-filtro:hover {
  box-shadow: inset 0px 0px 20px 7px #0000004f;
  border: none;
  color: #fff;
}

/* line 588, ../sass/eurofins.scss */
.btn-naranja-filtro-export {
  width: 118px;
  background-color: #ee7d0c;
  border: none;
  margin-bottom: 10px;
  color: #fff;
  position: absolute;
  top: 68px;
  right: 0px;
}
/* line 597, ../sass/eurofins.scss */
.btn-naranja-filtro-export:hover {
  box-shadow: inset 0px 0px 20px 7px #0000004f;
  border: none;
  color: #fff;
}

/* line 604, ../sass/eurofins.scss */
.exportresult {
  margin-top: 31px;
}

/* line 607, ../sass/eurofins.scss */
.separar-filtros {
  margin-bottom: 20px;
  padding: 15px !important;
}

/* line 612, ../sass/eurofins.scss */
.labelcheck {
  font-size: 14px;
}

/* line 615, ../sass/eurofins.scss */
.barra-filtros {
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.48);
  margin-bottom: 15px;
}
/* line 619, ../sass/eurofins.scss */
.barra-filtros .bootstrap-select {
  margin-bottom: 18px !important;
}
/* line 622, ../sass/eurofins.scss */
.barra-filtros img {
  margin-top: 9px;
  margin-left: 12px;
}
/* line 626, ../sass/eurofins.scss */
.barra-filtros .bajar {
  margin-top: 5px;
}
/* line 629, ../sass/eurofins.scss */
.barra-filtros .bajar-mas {
  margin-top: 9px;
}
/* line 632, ../sass/eurofins.scss */
.barra-filtros .subir-imagen {
  margin-top: -29px;
}
/* line 635, ../sass/eurofins.scss */
.barra-filtros .p-boton-a {
  position: absolute;
  margin-top: 25px;
}
/* line 639, ../sass/eurofins.scss */
.barra-filtros .espaciado {
  height: 15px;
}

/* line 643, ../sass/eurofins.scss */
.boton-naranja-nofloat {
  background-color: #ef861d;
  color: #fff;
  border: none;
}
/* line 647, ../sass/eurofins.scss */
.boton-naranja-nofloat:hover {
  box-shadow: inset 0px 0px 20px 7px #0000004f;
  border: none;
  color: #fff;
}

/* line 655, ../sass/eurofins.scss */
.backtolist a {
  float: right;
  margin-right: 15px;
  margin-top: 0px;
}

/* line 661, ../sass/eurofins.scss */
.actionlinks {
  margin-bottom: 50px;
  clear: both;
}

/* line 666, ../sass/eurofins.scss */
.boton-azul {
  background-color: #4d5f9b;
  color: #fff !important;
  float: right;
  margin-bottom: 30px;
}
/* line 671, ../sass/eurofins.scss */
.boton-azul:hover {
  box-shadow: inset 0px 0px 20px 7px #0000004f;
  color: #fff;
}

@media screen and (max-height: 450px) {
  /* line 679, ../sass/eurofins.scss */
  .sidenav {
    padding-top: 15px;
  }

  /* line 680, ../sass/eurofins.scss */
  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1367px) {
  /* line 684, ../sass/eurofins.scss */
  .portatil-no {
    display: none;
  }
}
