@charset "UTF-8";
@import url("icons.css");
.icon-close:hover,
.icon-cross:hover {
  cursor: pointer;
}

/*PARA PRUEBAS*/
/*RESET*/
.hidden {
  display: none;
}

#clonnables {
  display: none;
}

#wrapperValidate {
  display: none;
}

input[readonly]:not(.hasDatepicker),
select[readonly],
select.readonly {
  background: #e9ecef !important;
}

ul {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.w-33 {
  width: 33%;
}

.msg {
  font-family: "Open Sans Condensed";
}

.bounce {
  display: inline-block;
  position: relative;
  -moz-animation: bounce 1s infinite linear;
  -o-animation: bounce 1s infinite linear;
  -webkit-animation: bounce 1s infinite linear;
  animation: bounce 1s infinite linear;
  colr: 0;
}

.action {
  max-width: 100%;
  text-align: center;
  background: #f6c90e;
  display: inline-block;
  padding: 10px 20px;
  border-color: #d8d8d8 #d1d1d1 #bababa;
  border-style: solid;
  border-width: 1px;
  font-size: 1rem;
  color: #000;
  cursor: pointer;
  border-radius: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-decoration: none;
  box-shadow: 0 10px 6px -6px #777;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition-duration: 0.3s;
  border: 0;
}

.action:hover {
  transform: scale(0.95);
  text-decoration: none;
  box-shadow: 0 7px 6px -6px #777;
  color: initial;
}

@-webkit-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce {
  0% {
    top: 0;
  }
  50% {
    top: -0.2em;
  }
  70% {
    top: -0.3em;
  }
  100% {
    top: 0;
  }
}
/*VARIABLES*/
.btn-link,
.btn-link:hover,
.btn-link:focus {
  color: #000;
  text-decoration: none;
}

.bg-black {
  background: #000;
}

.text-muted {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.link-green {
  -moz-box-shadow: inset 0px 1px 0px 0px #a4e271;
  -webkit-box-shadow: inset 0px 1px 0px 0px #a4e271;
  box-shadow: inset 0px 1px 0px 0px #a4e271;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
  background: -moz-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -o-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: -ms-linear-gradient(top, #89c403 5%, #77a809 100%);
  background: linear-gradient(to bottom, #89c403 5%, #77a809 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#89c403", endColorstr="#77a809",GradientType=0);
  background-color: #89c403;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
  border: 1px solid #557325;
  display: inline-block;
  cursor: pointer;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #528009;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.link-green:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
  background: -moz-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -o-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: -ms-linear-gradient(top, #77a809 5%, #89c403 100%);
  background: linear-gradient(to bottom, #77a809 5%, #89c403 100%);
  color: #000;
  background-color: #77a809;
  transform: scale(0.9);
}

.link-green:active {
  position: relative;
  top: 1px;
}

#progress {
  height: 2rem;
}

#progress .progress-bar.progress-bar-success {
  background-color: #f6c90e;
}

#progress .progress-bar p {
  font-size: 1rem;
}

.subheading {
  background: #fff;
  margin: 0 auto;
  width: fit-content;
  font-weight: bold;
  padding: 0.5rem;
  margin: 1rem auto;
  border: 4px double #000;
  box-shadow: 0 10px 6px -6px #777;
  margin-bottom: 2rem;
}

#errors {
  border-color: #f6c90e;
  border-style: double;
  margin-top: 1rem;
  margin-bottom: 3rem;
  background: #eee;
  padding: 1rem;
}

#errors #tituloError p {
  font-size: 1rem;
  font-weight: bolder;
  text-decoration: underline;
}

#errors #viewerrors {
  background: #fff;
  border: 1px solid #ff0000;
  list-style: none;
  padding: 20px;
}

#errors #viewerrors span {
  color: red;
  padding-right: 10px;
  font-size: 1rem;
}

#errors .wrapper-errors {
  padding: 2rem;
}

.mensajeOk,
.mensaje {
  border-color: #000;
  border-style: double;
  border: 4px double #f6c90e;
  margin-top: 2rem;
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}

.mensajeOk a,
.mensaje a {
  text-decoration: underline;
}

.mensajeOk a:hover,
.mensaje a:hover {
  color: #000;
}

textarea {
  padding-left: 0.5rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

#notSession {
  display: none;
  color: red;
}

/*GRADIENT*/
/*MIXINS*/
html {
  font-size: 16px;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

.link_dark {
  color: #343a40;
  display: inline-block;
}

.link_dark.rounded {
  box-shadow: 0 10px 6px -6px #777;
  border-radius: 100% !important;
  border: 1px solid #ccc;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  margin-top: -47px;
  background: #f0f0f0;
}

.link_dark.rounded > span {
  font-size: 40px;
}

.link_dark.rounded:hover {
  transform: scale(0.9);
  background: #f6c90e;
}

.link_dark:hover {
  color: #000;
}

.vertical-aligned {
  display: table;
}

.vertical-aligned > span {
  display: table-cell;
  vertical-align: middle;
}

hr.vacia,
hr.puntos {
  display: none;
}

li {
  display: inline-block;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.wrapperImagenBg {
  background: #fff;
}

table {
  border-collapse: inherit;
  width: 100%;
  padding: 1rem;
}

table th {
  text-align: center;
  padding: 1rem;
  font-weight: 100;
  background: #000;
  color: #fff;
}

table tbody {
  background: #fff;
  box-shadow: 0 10px 6px -6px #777;
}

table tbody .thtitle {
  font-weight: 900;
}

table tbody tr {
  margin: 1rem;
}

table tbody tr:nth-child(even) {
  background: #f0f0f0;
}

table tbody td {
  padding: 0.75rem;
}

table tbody td[colspan="2"] {
  font-weight: 900;
  background: #f6c90e;
}

table [class^=iconsEditar_],
table .iconshistorico {
  text-align: center;
  padding: 0.25rem;
}

table [class^=iconsEditar_] a,
table .iconshistorico a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid darkgray;
  padding: 0.5rem;
  width: 45px;
  height: 45px;
  text-decoration: none;
  box-shadow: 0 10px 6px -6px #777;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

table [class^=iconsEditar_] a:hover,
table .iconshistorico a:hover {
  transform: scale(0.9);
  color: #000;
}

table [class^=iconsEditar_] [class^=icon-],
table .iconshistorico [class^=icon-] {
  font-size: 1.75rem;
}

table,
th,
td {
  border: 1px solid darkgray;
}

header {
  margin-bottom: 1rem;
  background: #fff;
  color: #fff;
}

header .filaTop {
  text-align: center;
}

header .filaBottom {
  box-shadow: 0px 10px 30px -2px rgba(0, 0, 0, 0.75);
  background: #f6c90e;
}

header #menuNavegacion {
  text-align: center;
  font-family: "Open Sans Condensed";
}

header #menuNavegacion strong {
  display: block;
  padding: 1rem;
  color: #343a40;
  font-family: "Kaushan Script", cursive;
  font-size: 2rem;
}

header #menuNavegacion .menu_nivel2 {
  display: inline-block;
}

header #menuNavegacion .menu_nivel2 li {
  display: block;
  vertical-align: top;
  padding: 0 0.5rem;
  margin: 0 1rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  border-radius: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #fff;
  border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  header #menuNavegacion .menu_nivel2 li {
    display: inline-block;
  }
}
header #menuNavegacion .menu_nivel2 li .btn,
header #menuNavegacion .menu_nivel2 li > a {
  padding: 0;
}

header #menuNavegacion .menu_nivel2 li .btn > span:not(.counter),
header #menuNavegacion .menu_nivel2 li > a > span:not(.counter) {
  display: inline-block;
  padding: 0.5rem;
  padding-top: 0.3rem;
}

header #menuNavegacion .menu_nivel2 li.accordion .btn {
  display: block;
  margin: 0 auto;
}

header #menuNavegacion .menu_nivel2 li .categorizacion {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 0.5rem;
  background: #000;
  border: 1px solid #fff;
}

header #menuNavegacion .menu_nivel2 li .categorizacion.show {
  display: inline-block;
}

header #menuNavegacion .menu_nivel2 li .categorizacion a {
  color: #fff;
}

header #menuNavegacion .menu_nivel2 li .categorizacion a:first-child {
  margin-top: 0.5rem;
}

header #menuNavegacion .menu_nivel2 li .categorizacion a:last-child {
  margin-bottom: 0.5rem;
}

header #menuNavegacion .menu_nivel2 li .categorizacion a:hover {
  background: #343a40;
}

header #menuNavegacion .menu_nivel2 li [class^=icon-] {
  display: inline-block;
  font-size: 24px;
  vertical-align: baseline;
}

header #menuNavegacion .menu_nivel2 li [class^=icon-]:before {
  vertical-align: -webkit-baseline-middle;
}

header #menuNavegacion .menu_nivel2 li:hover {
  transform: scale(0.9);
  text-decoration: none;
}

header #menuNavegacion .menu_nivel2 li .text {
  vertical-align: -webkit-baseline-middle;
  text-transform: capitalize;
}

header #menuNavegacion .menu_nivel2 .counter {
  position: absolute;
  z-index: 9;
  top: -10px;
  font-size: 0.75rem;
  right: 18px;
  color: #fff;
}

header #menuNavegacion .menu_nivel2 .counter:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 100%;
  z-index: -1;
  right: -7px;
  top: -1px;
}

header #menuNavegacion .menu_nivel2 .acordeonsuper .super {
  background: #000;
}

header #menuNavegacion .menu_nivel2 .acordeonsuper .super > a {
  display: block;
  color: #fff;
  background: #000;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

header #menuNavegacion .menu_nivel2 .acordeonsuper .super > a:hover {
  background: #343a40;
}

header #menuNavegacion li {
  display: inline-block;
}

header #menuNavegacion li a {
  color: #000;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 8 px;
}

header #headerLogo {
  display: inline-block;
  padding: 1rem;
}

header #headerLogo .logo-wrapper {
  background: transparent url("/resources/imgs/header_logo_spain.png") no-repeat 0 0;
  width: 65px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
}

header #headerLogo #headerTituloPagina {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-family: "Kaushan Script", cursive;
  font-size: 3rem;
}

header #header_menusecundario li {
  display: inline-block;
}

header #header_menusecundario li a {
  color: #000;
}

header #header_menusecundario #menuLogOut {
  background: #343a40;
  display: table;
  width: 100%;
  font-family: "Open Sans Condensed";
}

@media screen and (max-width: 768px) {
  header #header_menusecundario #menuLogOut {
    display: block;
  }
}
header #header_menusecundario #menuLogOut li {
  display: table-cell;
  font-size: 1.1rem;
  -webkit-box-shadow: inset 0px 0px 0px 1px #343a40;
  -moz-box-shadow: inset 0px 0px 0px 1px #343a40;
  box-shadow: inset 0px 0px 0px 1px #343a40;
}

@media screen and (max-width: 768px) {
  header #header_menusecundario #menuLogOut li {
    display: inline-block;
  }
}
header #header_menusecundario #menuLogOut li:hover {
  background: #fff;
  cursor: pointer;
}

header #header_menusecundario #menuLogOut li .dropdown.show {
  background: #fff;
  border-top: 1px solid #fff;
}

header #header_menusecundario #menuLogOut li:hover a, header #header_menusecundario #menuLogOut li .dropdown.show a {
  color: #000;
  text-decoration: underline;
}

header #header_menusecundario #menuLogOut li.user-item {
  background: #DDDDDD;
  color: #000;
  /* height: 70px; */
  padding: 0 1.5rem;
}

header #header_menusecundario #menuLogOut li.user-item:hover {
  cursor: inherit;
}

@media screen and (max-width: 768px) {
  header #header_menusecundario #menuLogOut li.user-item {
    display: block;
    padding: 0.75rem 1.5rem;
  }
  header #header_menusecundario #menuLogOut li.user-item + li {
    display: block;
  }
}
header #header_menusecundario #menuLogOut li a {
  color: #fff;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  width: 100%;
}

header #header_menusecundario #menuLogOut li a:hover {
  text-decoration: underline;
  color: #000;
}

header #header_menusecundario #menuLogOut li:last-of-type:hover {
  background: #eee;
  -webkit-box-shadow: inset 0px 0px 0px 3px #343a40;
  -moz-box-shadow: inset 0px 0px 0px 3px #343a40;
  box-shadow: inset 0px 0px 0px 3px #343a40;
}

header #header_menusecundario #menuLogOut li:last-of-type:hover a {
  color: #000;
}

#menuLogOut .dropdown-menu.show {
  top: -3px !important;
  border-radius: 0;
}

header #header_menusecundario #menuLogOut li a + .dropdown-menu.show a {
  color: #000;
}

#content {
  box-shadow: 16px 11px 30px -2px rgba(0, 0, 0, 0.75);
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 2;
  margin-bottom: 1rem;
  /*porposal form unpublish y status*/
  /*GESTIÓN DE ETIQUETAS*/
  /*LISTADO DE EMPRESAS*/
  /*informes*/
  /*FAQ*/
}

#content input[type=text],
#content input[type=password] {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  overflow: visible;
}

#content input[type=checkbox], #content input[type=radio] {
  margin-top: 15px;
  margin-left: 5px;
  box-sizing: border-box;
  padding: 0;
  width: auto;
}

#content select {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(2.25rem + 2px);
}

#content .login.skewed {
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  -ms-transform: skew(-40deg, 0deg);
  -o-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  padding: 1rem 0;
  margin: 0 auto;
  background: #fff;
  width: 60%;
  box-shadow: 16px 11px 30px -2px rgba(0, 0, 0, 0.75);
  font-size: 1.5rem;
}

#content .login.skewed input[type=password],
#content .login.skewed input[type=text] {
  display: inline-block;
}

#content .login.skewed form.straightened {
  margin: 1rem auto;
}

#content .login.skewed form.straightened .formLista_nivel1 {
  width: 40%;
  margin: 0 auto;
}

#content .login.skewed form.straightened .formLista_nivel1 .box_form {
  text-align: left;
}

#content .login.skewed form.straightened .formLista_nivel1 .box_form .campoUnTercio {
  width: 200px;
}

#content .login.skewed form.straightened .formLista_nivel1 .box_form:last-child .campoUnTercio {
  width: 156px;
}

#content .login.skewed form.straightened .btn_enviar_login {
  width: 125px;
}

#content .login.skewed form.straightened .btn_enviar_login:hover {
  background: #f1e767;
  background: -moz-radial-gradient(center, ellipse cover, #f1e767 0%, #f6c90e 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f1e767), color-stop(100%, #f6c90e));
  background: -webkit-radial-gradient(center, ellipse cover, #f1e767 0%, #f6c90e 100%);
  background: -o-radial-gradient(center, ellipse cover, #f1e767 0%, #f6c90e 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f1e767 0%, #f6c90e 100%);
  background: radial-gradient(ellipse at center, #f1e767 0%, #f6c90e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f1e767", endColorstr="#f6c90e", GradientType=1 );
}

#content form.straightened {
  -webkit-transform: skew(40deg, 0deg);
  -moz-transform: skew(40deg, 0deg);
  -ms-transform: skew(40deg, 0deg);
  -o-transform: skew(40deg, 0deg);
  transform: skew(40deg, 0deg);
  text-align: center;
}

#content form.straightened li {
  display: block;
}

#content form.straightened li label {
  padding-right: 10px;
}

#content .user-data {
  background: #f0f0f0;
  border: 3px solid #f6c90e;
}

@media screen and (min-width: 1200px) {
  #content #appcontent {
    min-height: 333px;
  }
}
#content #appcontent .title {
  text-align: center;
  position: relative;
}

#content #appcontent .title + #getStatusHistory {
  margin-bottom: 2rem;
}

#content #appcontent h2.subtitle {
  text-align: center;
  font-size: 1.5rem;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  margin-bottom: 0;
  font-family: "Open Sans Condensed", sans-serif;
}

@media screen and (min-width: 768px) {
  #content #appcontent h2.subtitle {
    color: #fff;
  }
}
#content #appcontent .icon-trazado {
  font-size: 66px;
  color: transparent;
}

@media screen and (min-width: 768px) {
  #content #appcontent .icon-trazado {
    font-size: 80px;
    color: #000;
  }
}
#content #appcontent .wrapper .inner {
  background: #fff;
  padding: 1rem;
  text-align: center;
  border: 3px solid #f6c90e;
}

#content #appcontent .welcome > p {
  padding: 1rem;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  margin-bottom: 0;
}

#content #appcontent .welcome .user-data li {
  display: block;
}

#content #appcontent .welcome .user-data li b {
  font-weight: 400;
}

#content #appcontent .componente_BOXintroduccion {
  text-align: center;
  position: relative;
  overflow: hidden;
}

#content fieldset {
  padding: 1rem;
  background: #eee;
  margin-bottom: 4rem;
  position: relative;
}

#content fieldset legend {
  background: #343a40;
  color: #fff;
  padding: 1rem 1.5rem;
}

#content #porposal_form_unpublish {
  display: none;
}

#content #rejectPorposal li,
#content #unpublishPorposal li {
  width: 100%;
}

#content #rejectPorposal li label,
#content #unpublishPorposal li label {
  display: block;
}

#content #rejectPorposal li textarea,
#content #unpublishPorposal li textarea {
  width: 100%;
}

#content .common.ofertasAlta i[data-toggle=tooltip] {
  display: block;
  position: absolute;
  font-size: 1rem;
  right: 1rem;
  z-index: 998;
}

#content .common.ofertasAlta i[data-toggle=tooltip]:hover {
  cursor: help;
}

#content .common.ofertasAlta .bg-dark i[data-toggle=tooltip] {
  color: #fff;
}

#content .common.empresaAlta #enterpriseForm .formLista_nivel1,
#content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 {
  margin-left: -15px;
  margin-right: -15px;
}

#content .common.empresaAlta #enterpriseForm .formLista_nivel1 .box_form,
#content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .box_form {
  width: 100%;
  padding-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  #content .common.empresaAlta #enterpriseForm .formLista_nivel1 .box_form,
  #content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .box_form {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .common.empresaAlta #enterpriseForm .formLista_nivel1 .box_form:last-child,
  #content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .box_form:last-child {
    width: 100%;
  }
  #content .common.empresaAlta #enterpriseForm .formLista_nivel1 .box_form #agencyContainer .box_form,
  #content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .box_form #agencyContainer .box_form {
    padding-left: 0;
    width: 100%;
  }
}
#content .common.empresaAlta #enterpriseForm .formLista_nivel1 .box_form input,
#content .common.empresaAlta #enterpriseForm .formLista_nivel1 .box_form select,
#content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .box_form input,
#content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .box_form select {
  width: 100%;
}

#content .common.empresaAlta #enterpriseForm .formLista_nivel1 .box_form input[type=checkbox],
#content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .box_form input[type=checkbox] {
  width: auto;
}

#content .common.empresaAlta #enterpriseForm .formLista_nivel1 .togglepass.action,
#content .common.empresaAlta #enterpriseLandingForm .formLista_nivel1 .togglepass.action {
  margin: 15px;
  width: 30%;
  display: block;
}

#content .common.empresaAlta a > [class^=icon-],
#content .common.empresaAlta button > [class^=icon-] {
  padding-right: 1rem;
}

#content .form .title {
  font-family: "Lato" sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

#content .form.porposal label {
  text-align: left;
}

#content .form.porposal textarea {
  padding: 0.5rem;
}

#content .form.porposal .form_tituloGrupo {
  text-align: left !important;
}

#content .form.porposal .positioned-icon {
  position: absolute;
  top: -30px;
  color: #fff;
  background: #000;
  padding: 10px;
  font-size: 40px;
}

#content .form.porposal #clanguage .formLista_nivel1 {
  padding: 10px 0;
  margin-top: 20px;
}

#content .form.porposal #clanguage label {
  width: 13%;
}

#content .form.porposal #clanguage select {
  width: 70%;
  float: right;
  margin-top: 0.5rem;
}

#content .form.porposal #clanguage.w-delloc-button select {
  width: 40%;
  display: inline-block;
  margin: 0 10px;
  float: none;
}

#content .form.porposal #clanguage .deletelanguage {
  display: inline-block;
  margin: 0 1rem;
}

#content .form.porposal .tipo-oferta .formLista_nivel1 {
  width: 100%;
}

#content .form.porposal .tipo-oferta .formLista_nivel1 .box_form {
  width: 100%;
}

#content .form.porposal .tipo-oferta .formLista_nivel1 .box_form .title {
  display: inline-block;
  margin-bottom: 0;
}

#content .form.porposal .tipo-oferta .formLista_nivel2 {
  display: inline-block;
  justify-content: center;
  width: 95%;
}

#content .form.porposal .tipo-oferta .formLista_nivel2 .col100 {
  width: 100%;
  display: block;
  justify-content: center;
  align-items: baseline;
}

@media screen and (min-width: 768px) {
  #content .form.porposal .tipo-oferta .formLista_nivel2 .col100 {
    display: flex;
  }
  #content .form.porposal .tipo-oferta .formLista_nivel2 .col100 div {
    padding-right: 4rem;
    display: inline-block;
  }
  #content .form.porposal .tipo-oferta .formLista_nivel2 .col100 div input[type=radio] {
    margin-top: 8px;
    margin-right: 5px;
    float: left;
  }
}
#content .form.porposal .tipo-oferta .box-form {
  width: 100%;
}

#content .form.porposal .col-md-6 .botonera {
  display: flex;
  justify-content: center;
}

#content .form.porposal .col-md-6 a {
  display: inline-block;
  margin: 1rem;
  text-align: center;
}

#content .form.porposal .formLista_nivel1 {
  margin-top: 30px;
}

#content .form.porposal .basic_data > li:first-child {
  background: #000;
  margin-top: 20px;
  padding: 1rem;
}

#content .form.porposal .basic_data > li:first-child p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

#content .form.porposal .basic_data > li:first-child > span {
  color: #fff;
  font-size: 1.25rem;
}

#content .form.porposal .basic_data .campoDesactivado {
  display: inline-block;
  color: #fff;
}

#content .form.porposal .basic_data li {
  display: block;
  width: 100%;
  padding-top: 1rem;
}

#content .form.porposal .basic_data input,
#content .form.porposal .basic_data textarea {
  width: 100%;
}

#content .form.porposal .basic_data #minPrice {
  width: 20%;
  margin: 0 10px;
  display: inline;
}

@media screen and (min-width: 768px) {
  #content .form.porposal .basic_data #minPrice {
    width: 10%;
  }
}
#content .form.porposal .inline-check .col31 {
  padding-right: 2rem;
}

#content .form.porposal .inline-check .col31 input {
  margin-right: 1rem;
}

#content .form.porposal .location_data .ofertaLugar_lugaresSeleccionadosListado li {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #content .form.porposal .location_data .btn_anadir {
    float: right;
  }
}
#content .form.porposal .location_data #municipalitiesContainer {
  min-height: 100px;
  border: 1px solid #ccc;
}

#content .form.porposal .location_data #municipalitiesContainer li {
  overflow: hidden;
  padding: 0 1rem;
  display: block;
}

#content .form.porposal .location_data #municipalitiesContainer li .btn_delete {
  display: inline-block;
  float: right;
}

#content .form.porposal .location_data #municipalitiesContainer li .btn_delete span {
  font-size: 1rem;
  color: red;
}

#content .form.porposal .location_data label {
  display: block;
}

#content .form.porposal .location_data #municipalitiesFinder {
  float: left;
  width: 60%;
}

#content .form.porposal #cgeofer #coordinatesContainer {
  width: 100%;
}

#content .form.porposal #cgeofer .formLista_nivel1 .box_form input.btn_anadir {
  float: left;
  margin-bottom: 2rem;
}

#content .form.porposal #cgeofer #ol-map {
  width: 70%;
  float: right;
}

#content .form.porposal #cgeofer #ol-map .pnoa-switch {
  bottom: 0.5rem;
  width: 60px;
  height: 44px;
  left: 0.5em;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 4px;
  padding: 2px;
  color: white;
  cursor: pointer;
  border: 1px solid #ddd;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 16px 2px rgba(0, 0, 0, 0.75);
}

#content .form.porposal #cgeofer #ol-map .pnoa-switch.pnoa-icon {
  background-image: url(../imgs/MapaPNOA.jpg);
}

#content .form.porposal #cgeofer #ol-map .pnoa-switch.osm-icon {
  background-image: url(../imgs/MapaOSM.jpg);
}

#content .form.porposal #cdates .box_form {
  vertical-align: top;
  padding: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #content .form.porposal #cdates .box_form {
    width: 25%;
  }
}
#content .form.porposal #cdates .box_form:first-child, #content .form.porposal #cdates .box_form:nth-child(2) {
  margin-left: -1rem;
  padding-top: 0;
}

#content .form.porposal #cdates .box_form:last-child {
  width: 93%;
  vertical-align: -webkit-baseline-middle;
  background: #000;
}

@media screen and (min-width: 768px) {
  #content .form.porposal #cdates .box_form:last-child {
    width: 50%;
  }
}
#content .form.porposal #cdates .box_form:last-child label {
  color: #fff;
}

#content .form.porposal #cdates .box_form:last-child textarea {
  width: 100%;
}

#content .form.porposal #cduracion {
  margin-top: 30px;
}

#content .form.porposal #cduracion select + span {
  display: block;
}

@media screen and (min-width: 768px) {
  #content .form.porposal #cduracion select + span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #content .form.porposal #cduracion {
    margin-top: 0;
  }
}
#content .form.porposal .list-duracion {
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  #content .form.porposal .list-duracion {
    width: 50%;
  }
}
#content .form.porposal .list-duracion .box_form:first-child {
  margin-left: -1rem;
}

#content .form.porposal .list-duracion .box_form label {
  display: block;
}

#content .form.porposal .list-duracion .box_form select {
  display: inline-block;
  width: 5rem;
}

#content .form.porposal .list-duracion .box_form select + span {
  padding-left: 0.5rem;
}

#content .form.porposal .images-upload ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

#content .form.porposal .images-upload ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

#content .form.porposal .images-upload :-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

#content .form.porposal .images-upload :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

#content .form.porposal .images-upload .formLista_nivel1 .box_form {
  width: 100%;
}

#content .form.porposal .images-upload .multimedia-alert {
  font-size: 0.75rem;
}

#content .form.porposal .images-upload #notSession {
  width: 100%;
  text-align: center;
}

#content .form.porposal .images-upload .image-container li {
  border: 1px solid #000;
  padding: 1rem;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

#content .form.porposal .images-upload .image-container li img {
  display: inline-block;
}

#content .form.porposal .images-upload .image-container label {
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}

#content .form.porposal .images-upload textarea {
  display: block;
  width: 100%;
  padding: 0.5rem;
}

#content .form.porposal .images-upload .imgposition {
  display: inline-block;
  width: 50px;
}

#content .form.porposal .images-upload .btn_delete {
  position: absolute;
  right: 2rem;
  top: 1rem;
  z-index: 999;
}

#content .form.porposal .images-upload .btn_delete span {
  font-size: 1.5rem;
}

#content .form.porposal .images-upload .btn_delete:hover {
  cursor: pointer;
}

#content .form.porposal #flistacategorias .card-columns {
  padding-left: 0 !important;
  column-count: 1;
}

@media screen and (min-width: 768px) {
  #content .form.porposal #flistacategorias .card-columns {
    column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  #content .form.porposal #flistacategorias .card-columns {
    column-count: 3;
  }
}
#content .form.porposal #flistacategorias li.card {
  padding: 1rem;
}

#content .form.porposal #flistacategorias li.card > label {
  margin-left: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #content .form.porposal #flistacategorias li.card > label {
    margin-left: 0;
  }
}
#content .form.porposal #flistacategorias li.card > input {
  margin-top: -2rem;
}

@media screen and (min-width: 640px) {
  #content .form.porposal #flistacategorias li.card > input {
    margin-top: 15px;
  }
}
#content .form.porposal #flistacategorias li.card ul {
  margin-top: 1rem;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  #content .form.porposal #flistacategorias li.card ul {
    margin-top: 0;
  }
}
#content .form.porposal #flistacategorias li.card ul li label {
  max-width: 80%;
}

#content .form.porposal #flistacategorias li.card ul li input {
  margin-top: 17px;
}

#content .form.porposal #flistacategorias li:not(.card) {
  display: block;
}

#content .form.porposal #flistacategorias li:not(.card) ul {
  padding-left: 1rem;
}

#content .form.porposal #flistacategorias li:not(.card) label {
  padding-left: 1rem;
  margin-top: 0.5rem;
}

#content .form.porposal #flistacategorias li:not(.card) input {
  float: left;
}

#content .form.porposal .oferta_preserva .btn_anadir {
  float: left;
}

#content .form.porposal .oferta_preserva input {
  width: 100%;
}

#content .form.porposal .oferta_preserva .list {
  margin-left: 2rem;
  padding-left: 2rem;
}

#content .form.porposal .oferta_preserva .list .list-item {
  padding-bottom: 1rem;
}

#content .form.porposal .oferta_preserva .list .list-item p {
  margin-bottom: 0;
}

#content .form.porposal .oferta_preserva .list .list-item:first-child {
  border-bottom: 1px dotted #000;
}

#content .form.porposal .oferta_preserva .list .list-item:nth-child(2) {
  margin-top: 1rem;
}

#content .form.porposal .oferta_preserva .list .list-item .label_book {
  text-decoration: underline;
}

#content .form.porposal .oferta_preserva .list .list-item .btn_anadir {
  margin-right: 1rem;
}

#content .form.porposal .oferta_preserva .list .list-item .collapse {
  padding-top: 1rem;
  padding-left: 0;
}

#content .form.porposal .oferta_preserva .list .list-item > [class^=icon-], #content .form.porposal .oferta_preserva .list .list-item [class*=" icon-"] {
  font-size: 2rem;
  position: absolute;
  left: 1rem;
}

#content .form.porposal .oferta_preserva .list .list-item button > [class^=icon-], #content .form.porposal .oferta_preserva .list .list-item button [class*=" icon-"] {
  font-size: 1rem;
  -webkit-transform: translate(0, 33%);
  -moz-transform: translate(0, 33%);
  -ms-transform: translate(0, 33%);
  -o-transform: translate(0, 33%);
  transform: translate(0, 33%);
  padding-right: 0.3rem;
}

#content .form.porposal .oferta_preserva .formLista_nivel2 > span {
  display: inline-block;
  vertical-align: bottom;
}

#content .form.porposal .oferta_preserva .formLista_nivel2 div {
  position: relative;
}

#content .form.porposal .oferta_preserva .formLista_nivel2 input {
  width: 100%;
}

#content .form.porposal .oferta_preserva .formLista_nivel2 .label_book .btn {
  vertical-align: inherit;
  text-decoration: underline;
  font-weight: 900;
  padding-left: 0.5rem;
}

#content .form.porposal .adminTags fieldset {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  #content .form.porposal .adminTags fieldset {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #content .form.porposal .adminTags .col-md-6:first-child {
    padding-right: 5px;
  }
  #content .form.porposal .adminTags .col-md-6:nth-child(2) {
    padding-left: 5px;
  }
}
#content .form.porposal .adminTags h2 {
  padding: 2rem;
  background: #fff;
  text-align: center;
  font-weight: 600;
}

#content .form.porposal .adminTags #tags_zonas .positioned-icon,
#content .form.porposal .adminTags #flistacategoriasext .positioned-icon {
  right: 1rem;
}

#content .form.porposal .adminTags #flistacategoriasext label {
  width: 80%;
  padding-left: 1rem;
}

#content .form.porposal .adminTags #flistacategoriasext input {
  width: auto;
  float: left;
  margin-top: 12px;
}

#content .form.porposal .adminTags li {
  width: 100%;
}

#content .form.porposal .adminTags li input {
  width: 100%;
}

#content .form.porposal .adminTags #sicategoriesContainer .buttonContainer,
#content .form.porposal .adminTags #externalSitesContainer .buttonContainer,
#content .form.porposal .adminTags #silocationsContainer .buttonContainer {
  display: inline-block;
  width: auto;
  border: 1px solid #ccc;
  padding: 0.5rem 0.75rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

#content .form.porposal .adminTags #sicategoriesContainer .buttonContainer .removeico > span,
#content .form.porposal .adminTags #externalSitesContainer .buttonContainer .removeico > span,
#content .form.porposal .adminTags #silocationsContainer .buttonContainer .removeico > span {
  font-size: 1rem;
  color: red;
  padding: 0.5rem;
}

#content .form.porposal .adminTags #sicategoriesContainer .buttonContainer .removeico > span:hover,
#content .form.porposal .adminTags #externalSitesContainer .buttonContainer .removeico > span:hover,
#content .form.porposal .adminTags #silocationsContainer .buttonContainer .removeico > span:hover {
  cursor: pointer;
}

#content .form.porposal .btns {
  text-align: center;
}

#content .form.porposal .btns > a:not(.link-green),
#content .form.porposal .btns > button {
  max-width: 200px;
  margin: 15px;
}

@media screen and (min-width: 768px) {
  #content .form.porposal .btns > a:not(.link-green),
  #content .form.porposal .btns > button {
    width: 15%;
  }
}
#content .form.porposal .botonera span {
  vertical-align: middle;
}

#content .form.porposal .botonera [class^=icon-], #content .form.porposal .botonera [class*=" icon-"] {
  font-size: 2rem;
  padding-right: 0.5rem;
}

#content .form.porposal .botonera.row.justify-content-around {
  max-width: 100%;
}

#content.bg-secondary-color {
  background: #DDDDDD;
}

#content.bg-terciary-color {
  background: #f0f0f0;
}

#content .form {
  font-family: "Lato", sans-serif;
}

#content .form .btn-group {
  text-align: center;
  position: absolute;
  bottom: -74px;
  width: 100%;
}

#content .rememberpwd {
  display: block;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  width: fit-content;
  margin: 1rem auto;
  padding: 0.5rem;
}

#content .rememberpwd:hover {
  color: #fff;
  background: #000;
}

#content fieldset {
  min-height: 120px;
  padding: 1rem;
}

#content #presentacion {
  margin-bottom: 15px;
}

#content .welcome {
  background: #eee;
}

#content .welcome #cstr,
#content .welcome #lstr,
#content .welcome #esstr {
  width: 100%;
  display: inline-block;
  height: 46px;
}

#content .welcome #appendform,
#content .welcome #updateform {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  #content .welcome #appendform > input:first-child,
  #content .welcome #updateform > input:first-child {
    width: 82%;
    margin-right: 0.75rem;
  }
}
#content .welcome #appendform .action,
#content .welcome #updateform .action {
  width: 100%;
  display: inline-block;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  #content .welcome #appendform .action,
  #content .welcome #updateform .action {
    width: 15%;
  }
}
#content .report-tags table tr td:first-child {
  width: 8%;
}

#content .report-tags table tr td:last-child {
  width: 6%;
}

#content .ofertasListado table,
#content .report table,
#content .welcome table,
#content .empresasListado table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9rem;
  padding: 1rem;
  border: 1px solid darkgray;
}

#content .ofertasListado table th,
#content .report table th,
#content .welcome table th,
#content .empresasListado table th {
  text-align: center;
  padding: 1rem;
}

#content .ofertasListado table tbody,
#content .report table tbody,
#content .welcome table tbody,
#content .empresasListado table tbody {
  background: #fff;
  box-shadow: 0 10px 6px -6px #777;
}

#content .ofertasListado table tbody .thtitle,
#content .report table tbody .thtitle,
#content .welcome table tbody .thtitle,
#content .empresasListado table tbody .thtitle {
  font-weight: 900;
}

#content .ofertasListado table tbody tr,
#content .report table tbody tr,
#content .welcome table tbody tr,
#content .empresasListado table tbody tr {
  margin: 1rem;
}

#content .ofertasListado table tbody tr > th,
#content .report table tbody tr > th,
#content .welcome table tbody tr > th,
#content .empresasListado table tbody tr > th {
  background: #000;
  color: #fff;
  font-weight: 100;
}

#content .ofertasListado table tbody tr > th a,
#content .report table tbody tr > th a,
#content .welcome table tbody tr > th a,
#content .empresasListado table tbody tr > th a {
  color: #fff;
}

#content .ofertasListado table tbody tr:nth-child(even),
#content .report table tbody tr:nth-child(even),
#content .welcome table tbody tr:nth-child(even),
#content .empresasListado table tbody tr:nth-child(even) {
  background: #f0f0f0;
}

#content .ofertasListado table tbody tr > td,
#content .report table tbody tr > td,
#content .welcome table tbody tr > td,
#content .empresasListado table tbody tr > td {
  padding: 0.75rem;
  line-height: 1.5;
}

#content .ofertasListado table tbody td[colspan="2"],
#content .report table tbody td[colspan="2"],
#content .welcome table tbody td[colspan="2"],
#content .empresasListado table tbody td[colspan="2"] {
  font-weight: 900;
  background: #f6c90e;
}

#content .ofertasListado table,
#content .ofertasListado th,
#content .ofertasListado td,
#content .report table,
#content .report th,
#content .report td,
#content .welcome table,
#content .welcome th,
#content .welcome td,
#content .empresasListado table,
#content .empresasListado th,
#content .empresasListado td {
  border: 1px solid darkgray;
}

#content .ofertasListado [class^=iconsEditar_] span {
  font-size: 1.75rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}

#content .ofertasListado .statusicon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding: 1rem 0.25rem;
}

@media screen and (max-width: 800px) {
  #content .ofertasListado .statusicon {
    display: inline-block;
    width: auto;
  }
}
#content .ofertasListado .statusicon.status3 {
  background: #ff5000;
}

#content .ofertasListado .statusicon.status0unpublished {
  background: #FFDE00;
}

#content .ofertasListado .statusicon.status0published {
  background: #00FF00;
}

#content .ofertasListado .statusicon.status0 {
  background-color: #AB206B;
  color: #fff;
  /*creada*/
}

#content .ofertasListado .statusicon.status3 {
  background-color: #ff5000;
  color: #fff;
  /*modificada*/
}

#content .ofertasListado .statusicon.status10 {
  background-color: #FFA500;
  /*pendiente validación Admin*/
}

#content .ofertasListado .statusicon.status20 {
  background-color: #FF0000;
  /*rechazada Admin*/
  color: #fff;
}

#content .ofertasListado .statusicon.status30 {
  background-color: #FFA500;
  /*pendiente validación Supervisor*/
}

#content .ofertasListado .statusicon.status40 {
  background-color: #FF0000;
  /*rechazada Supervisor*/
}

#content .ofertasListado .statusicon.status50 {
  background-color: #0000FF;
  /*Pendiente Publicacion*/
}

#content .ofertasListado .statusicon.status60 {
  background-color: #00FF00;
  /*publicada*/
}

#content .ofertasListado .statusicon.status70 {
  background-color: #FFF;
  /*despublicada*/
}

#content .ofertasListado .statusicon.status71 {
  background-color: #400080;
  /*descartada*/
  color: #fff;
}

#content .ofertasListado .statusicon.status0published {
  background-color: #00FF00;
  /*creada*/
}

#content .ofertasListado .statusicon.status0unpublished {
  background-color: #FFDE00;
  /*despublicada*/
}

.ofertasListado_iconsEditar {
  display: flex;
  justify-content: flex-end;
}

#content .ofertasListado .enteprise-details {
  width: 83%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

@media screen and (max-width: 800px) {
  #content .ofertasListado .enteprise-details {
    display: inline-block;
    width: auto;
  }
}
#content .ofertasListado #filtros {
  padding-bottom: 2rem;
}

#content .ofertasListado #filtros label {
  font-weight: bolder;
}

#content .ofertasListado #botonera {
  margin-bottom: 2rem;
}

#content .ofertasListado #colum1 > div {
  padding-bottom: 0.5rem;
}

#content .ofertasListado #colum1 > div label {
  font-weight: bolder;
}

#content .ofertasListado input,
#content .ofertasListado select {
  width: 95%;
}

#content .ofertasListado [class^=iconsEditar_],
#content .ofertasListado [class^=iconshistorico],
#content .ofertasListado .componente_INFORMES {
  width: auto;
  text-align: center;
  padding: 0.25rem;
}

#content .ofertasListado [class^=iconsEditar_] a,
#content .ofertasListado [class^=iconshistorico] a,
#content .ofertasListado .componente_INFORMES a {
  display: flex;
  border: 1px solid darkgray;
  padding: 0.5rem;
  width: 45px;
  height: 45px;
  text-decoration: none;
  box-shadow: 0 10px 6px -6px #777;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  transition-duration: 0.3s;
}

#content .ofertasListado [class^=iconsEditar_] a:hover,
#content .ofertasListado [class^=iconshistorico] a:hover,
#content .ofertasListado .componente_INFORMES a:hover {
  transform: scale(0.9);
  color: #000;
  cursor: pointer;
}

#content .ofertasListado [class^=iconsEditar_] [class^=icon-],
#content .ofertasListado [class^=iconshistorico] [class^=icon-],
#content .ofertasListado .componente_INFORMES [class^=icon-] {
  font-size: 1.75rem;
}

#content .ofertasListado #categories {
  padding: 0;
  height: 382px;
}

#content .ofertasListado #categories > option {
  position: relative;
  padding-left: 2rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

#content .ofertasListado #categories > option:first-child {
  padding-top: 0.5rem;
}

#content .ofertasListado #categories > option:hover {
  cursor: pointer;
  background-color: #f6c90e;
}

#content .ofertasListado #categories optgroup {
  margin-bottom: 10px;
}

#content .ofertasListado #categories optgroup option {
  margin-left: 2rem;
}

#content .ofertasListado #categories optgroup option:hover, #content .ofertasListado #categories optgroup option:focus {
  cursor: pointer;
  background: #ddd;
}

#content .ofertasListado .componente_INFORMES {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
}

#content .ofertasListado .componente_INFORMES a {
  width: 45%;
}

@media screen and (min-width: 800px) {
  #content .ofertasListado .componente_INFORMES {
    width: auto;
  }
}
#content .ofertasListado .componente_INFORMES a {
  margin-right: 0;
  border: 0;
}

#content .ofertasListado .componente_INFORMES [class^=icon-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

#content .ofertasListado .componente_INFORMES span {
  vertical-align: middle;
  font-weight: 400;
}

#content .ofertasListado #enterprisefinder {
  background: #fff;
  padding: 1rem;
  margin-top: 2rem;
  height: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 10px 6px -6px #777;
  border: 1px solid #000;
  margin-bottom: 1rem;
}

#content .ofertasListado #enterprisefinder #botonera {
  display: inline-block;
  float: right;
}

#content .ofertasListado #enterprisefinder a.button.action {
  float: left;
}

#content .ofertasListado #enterprisefinder form > div {
  padding-bottom: 1rem;
}

#content .ofertasListado .fila_desplegable > td {
  -webkit-box-shadow: inset 0px -12px 32px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -12px 32px -16px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -12px 32px -16px rgba(0, 0, 0, 0.75);
}

#content .ofertasListado .fila_desplegable .col-md-6 .item_titulo {
  padding: 0.5rem 1rem;
  background: #ddd;
  font-weight: 600;
  margin-bottom: 0;
}

#content .ofertasListado .fila_desplegable .col-md-6 .datos_list_paralelo {
  border: 1px solid #ddd;
  padding: 1rem 2rem;
  box-shadow: 0 10px 6px -6px #777;
  background: #fff;
}

#content .ofertasListado .fila_desplegable .capa_empresaVistaDatos b {
  display: block;
}

#content .ofertasListado .fila_desplegable .capa_empresaVistaDatos input {
  width: 100%;
}

#content .ofertasListado .fila_desplegable .capa_empresaVistaDatos #botonera {
  width: 100%;
  margin: 2rem 0 1rem 0;
}

#content .ofertasListado.admin td:first-child {
  width: 15%;
}

#content .ofertasListado.admin td:nth-child(2) {
  width: 25%;
}

#content .ofertasListado.admin td:last-child {
  width: 28%;
}

#content .ofertasListado.admin td:last-child ul {
  text-align: right;
}

#content .ofertasListado.admin .subheading {
  background: #f6c90e;
  padding: 0.5rem;
  display: inline-block;
  text-align: center;
}

#content .ofertasListado.admin .wrapper {
  margin-top: 2rem;
  border: 1px solid #000;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 10px 6px -6px #777;
}

#content .ofertasListado.admin .wrapper ul li {
  display: block;
}

#content .ofertasListado.admin .welcome {
  background: #fff;
}

#content .ofertasListado.admin .welcome input,
#content .ofertasListado.admin .welcome textarea {
  width: 100%;
}

#content .ofertasListado.admin #jsonUserForm {
  position: relative;
}

#content .ofertasListado.admin #jsonUserForm fieldset {
  padding-bottom: 5rem;
  margin-bottom: 0;
}

#content .ofertasListado.admin #jsonUserForm input {
  width: 100%;
}

#content .ofertasListado.admin #jsonUserForm .botonera {
  position: absolute;
  bottom: 0;
  right: 1rem;
}

#content .ofertasListado.admin + .wrapper {
  border: 1px solid #000;
  padding: 1rem;
  box-shadow: 0 10px 6px -6px #777;
}

#content .ofertasListado.admin + .wrapper li {
  display: block;
}

#content .ofertasListado.admin + .wrapper .enterpriseTotalContainer {
  border: 1px solid #f6c90e;
  margin-bottom: 1rem;
  padding: 0.25rem 1rem;
}

#content .ofertasListado.user td:first-child {
  width: 10%;
  text-align: center;
}

#content .ofertasListado.user td:first-child span {
  font-size: 1.75rem;
}

#content .ofertasListado.user td:last-child {
  width: 23%;
}

#content .ofertasListado.user td:last-child ul {
  text-align: right;
}

#content .ofertasListado.user .statusicon {
  height: 1rem;
  margin-right: 0.5rem;
  cursor: help;
  width: 20px;
}

#content .ofertasListado.user .enteprise-details {
  width: auto;
}

#content .ofertasListado.info td:last-child {
  width: 20%;
}

#content .ofertasListado.info td:last-child ul {
  text-align: right;
}

#content .admin.empresasListado #enterprisefinder .action {
  margin-bottom: 1rem;
}

#content .admin.empresasListado #botonera {
  margin-top: 1rem;
}

#content .admin.empresasListado .componente_TABLA table tbody th a {
  color: #fff;
}

#content .admin.empresasListado .componente_TABLA table tbody tr .celda_empresaNombre:hover {
  cursor: pointer;
}

#content .admin.empresasListado .componente_TABLA table tbody tr > td:last-child {
  width: 24%;
}

#content .admin.empresasListado .componente_TABLA table tbody tr > td:last-child ul {
  text-align: right;
}

#content .admin.empresasListado .componente_TABLA table tbody tr.fila_desplegable .item_titulo {
  font-weight: 700;
  border-bottom: 3px solid #f6c90e;
}

#content .admin.empresasListado .componente_TABLA table tbody tr.fila_desplegable .capa_empresaVistaDatos dd,
#content .admin.empresasListado .componente_TABLA table tbody tr.fila_desplegable .capa_empresaVistaDatos dt {
  text-align: left;
}

#content .admin.empresasListado .componente_TABLA table tbody tr.fila_desplegable .capa_empresaVistaDatos.enterpriseDisabledForm {
  padding-bottom: 1rem;
}

#content .admin.empresasListado .componente_TABLA table tbody tr.fila_desplegable .capa_empresaVistaDatos.enterpriseDisabledForm input {
  height: 45px;
  width: 100%;
}

.link-order {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-order {
  display: inline-block;
  margin-left: 10px;
}

.icon-flecha-rosa-01 {
  font-size: 10px;
  display: block;
}

.icon-flecha-rosa-01.up {
  transform: rotate(180deg);
}

#content .opciones {
  background: #fff;
  margin-top: 2rem;
  box-shadow: 0 10px 6px -6px #777;
  border: 1px solid #000;
}

#content .opciones .listadoInformesStl {
  list-style: bullet;
  padding: 1rem;
}

#content .opciones .listadoInformesStl li {
  display: block;
  padding-left: 3rem;
  position: relative;
  padding-bottom: 0.5rem;
}

#content .opciones .listadoInformesStl li:before {
  content: "";
  background: #f6c90e;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  position: absolute;
  left: 1rem;
  top: 0.75rem;
}

#content .opciones .listadoInformesStl li a {
  position: relative;
}

#content .opciones .listadoInformesStl li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #f6c90e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#content .opciones .listadoInformesStl li a:hover {
  color: #000;
}

#content .opciones .listadoInformesStl li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#content .module-acordion a {
  color: #000;
  text-decoration: underline;
  font-weight: bolder;
}

#content .module-acordion a:hover {
  cursor: pointer;
}

#content .module-acordion.map-mobile .collapse.show + .card-header {
  background: #f6c90e !important;
}

#content .module-acordion.map-mobile .item-list-mobile {
  background: #f6c90e;
  list-style: none;
  text-align: center;
}

#content .module-acordion.map-mobile .quote {
  text-align: center;
  border: 1px solid #000;
  font-style: italic;
}

#content .module-acordion.map-mobile .description {
  padding-left: 20px;
}

#content .module-acordion .card {
  border: 0;
}

#content .module-acordion .card-header {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #f6c90e;
  background: transparent;
  padding: 0 1.25rem;
}

#content .module-acordion .card-header::hover {
  cursor: pointer;
}

#content .module-acordion .card-header .mb-0:hover {
  cursor: pointer;
}

#content .module-acordion .card-header h5 .btn-link:hover {
  text-decoration: none;
  cursor: pointer;
}

#content .module-acordion .card-body ul.list-mobile {
  list-style: inside;
  list-style-type: circle;
  border: 1px solid #000;
}

#content .module-acordion .card-body p {
  background: #f6c90e;
}

#content .module-acordion .card-body p::before {
  content: "";
  height: 100px;
  width: 2px;
  color: #ddd;
}

#content .module-acordion .card-header h5 .btn-link {
  color: #000;
}

#content .module-acordion .faq .btn.btn-link {
  white-space: inherit;
  text-align: left;
}

#content .module-acordion .faq .card-header button {
  font-family: "Lato", sans-serif;
  padding: 20px 0;
  width: 100%;
}

#content .module-acordion .faq .card-header button .rombo-toggle {
  display: inline-block;
  position: absolute;
  top: 38%;
  right: 0;
  z-index: 99;
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -moz-transform: rotate(45deg) skew(15deg, 15deg);
  -ms-transform: rotate(45deg) skew(15deg, 15deg);
  -o-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
}

#content .module-acordion .faq .card-header button .rombo-toggle:hover {
  cursor: pointer;
}

#content .module-acordion .faq .card-header button .rombo-toggle.hidden {
  display: none;
}

#content .module-acordion .faq .card-header h5 {
  display: inline-block;
  width: 100%;
}

#content .module-acordion .faq .card-body {
  position: relative;
  background: #f6c90e;
}

#content .module-acordion .faq .card-body .rombo {
  display: none;
  position: absolute;
  top: 30%;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  -moz-transform: rotate(45deg) skew(15deg, 15deg);
  -ms-transform: rotate(45deg) skew(15deg, 15deg);
  -o-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
}

@media screen and (min-width: 800px) {
  #content .module-acordion .faq .card-body .rombo {
    display: block;
  }
}
#content .module-acordion .faq .card-body p {
  padding-left: 4rem;
}

#content #faqcontactform {
  padding: 2rem;
}

#content #faqcontactform h2 {
  font-weight: bolder;
}

#content #faqcontactform label {
  display: block;
  margin: 0.5rem 0;
}

#content #faqcontactform input {
  width: 100%;
}

#content #faqcontactform textarea {
  width: 100%;
}

#content #faqcontactform .action {
  margin: 1.5rem 0;
  display: block;
  width: auto;
  margin-left: auto;
}

#content legend.bg-white {
  color: #000;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  border: 4px double #343a40;
}

#content #contacts .wrapper-title {
  text-align: left;
}

#content #contacts .wrapper-title h1 {
  font-size: 2rem;
  margin: 1rem 0 2rem 0;
  font-family: "Kaushan Script", cursive;
}

#content #contacts .wrapper-title span {
  font-size: 1.5rem;
  padding-right: 1rem;
}

#content #contacts .admin-list > li {
  margin-bottom: 2rem;
  width: 100%;
  padding: 1rem;
  border: 2px solid #f6c90e;
}

#content #contacts .admin-list > li:first-child ul li:last-child {
  text-align: left !important;
}

#content #contacts .admin-list li {
  display: block;
}

#content #contacts .admin-list li ul li:last-child {
  text-align: right;
}

#content #contacts .admin-list .action {
  margin-top: 1rem;
}

#content .alerts-wrapper {
  margin: 1.5rem 0;
  background: #fff;
  padding: 1rem;
  border-color: #f6c90e;
  border-style: double;
}

#content .alerts-wrapper .icon-plus {
  padding-right: 1rem;
}

#content .alerts-wrapper strong {
  padding-left: 1rem;
}

#content #enterprisefinder #enterpriseFilter #filtros,
#content #enterprisefinder #enterpriseFilter #botonera,
#content #enterprisefinder #enterpriseFilter a.action {
  margin-bottom: 1rem;
}

#content #enterprisefinder #d_title,
#content #enterprisefinder #d_status {
  width: 100%;
}

#content #enterprisefinder input,
#content #enterprisefinder select {
  width: 100%;
}

#content #viewPorposal fieldset {
  background: #fff;
  border: 1px solid #f6c90e;
}

#content #viewPorposal label {
  font-weight: bold;
}

#content #viewPorposal h2.text-center {
  padding: 2rem;
  background: #fff;
  text-align: center;
  font-weight: 600;
  border: 1px solid #f6c90e;
}

#content #viewPorposal #idioma .box_form {
  width: 100%;
}

@media screen and (min-width: 800px) {
  #content #viewPorposal #idioma .box_form {
    width: 33%;
  }
}
#content #viewPorposal #idioma select {
  width: 100%;
}

#content #porposal_form_status {
  padding-top: 2rem;
}

#content #bookfilter .action {
  width: auto;
}

#content #bookfilter #filtros {
  border: 1px solid #000;
}

#content #bookfilter label {
  margin-top: 0.5rem;
}

#content #bookfilter select,
#content #bookfilter input {
  width: 100%;
}

#content #bookfilter .multiselect {
  height: 150px;
}

#content #bookfilter .row {
  background: #eee;
}

#content #bookfilter .row:nth-child(odd) {
  background: #ccc;
}

#content #bookfilter #initDateF,
#content #bookfilter #endDateF {
  width: 100%;
}

#content #bookfilter .ui-datepicker-trigger {
  bottom: 0;
}

#content #comocrear_csv_title {
  font-weight: bold;
  text-decoration: underline;
  font-size: 1rem;
}

#content #viewPublished #innerPublished {
  text-align: left;
}

#content #viewPublished #innerPublished .button.btn_delete {
  text-align: center;
  border: 1px solid #000;
  display: block;
  margin-left: auto;
  width: 2rem;
  margin-bottom: 1rem;
  height: 2rem;
  border-radius: 100% !important;
}

#content #viewPublished #innerPublished .button.btn_delete:hover {
  background: #f6c90e;
}

#content #viewPublished #innerPublished fieldset {
  border: 1px solid #ddd;
}

#content #viewPublished #innerPublished label {
  font-weight: bold;
}

#size {
  background: #f0f0f0;
  padding: 1rem;
  margin: 2rem 0;
  border: 1px solid #000;
}

#size #tbl_size table tbody tr > td:first-child {
  width: auto;
}

#size #tbl_size table {
  max-width: 100%;
}

#size #tbl_size table tbody td {
  padding: 0;
}

#ui-datepicker-div table tbody tr > td:first-child {
  width: auto;
}

#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-widget-header .ui-state-default {
  color: #000;
  border: 1px solid #000;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 1rem;
  top: 2.5rem;
  padding: 2px;
  background: #000;
  border: 1px solid #000;
}

.ui-datepicker-trigger:hover {
  cursor: pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color: #000;
}

#infoFilter ul {
  display: inline-block;
  padding: 2rem 0;
}

#infoFilter .action {
  display: inline-block;
}

#infoFilter .box_form {
  margin-right: 1rem;
}

#infoFilter .box_form .ui-datepicker-trigger {
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 800px) {
  #content .ofertasListado #porposals_list [class^=iconsEditar_] {
    width: auto;
  }
}
/*FOOTER LANDING*/
/*UPPER FOOTER Y FOOTER*/
.module-upperfooter {
  font-size: 0.8rem !important;
  padding: 20px;
}

.module-upperfooter .logo {
  text-align: center;
  padding-bottom: 20px;
}

.module-upperfooter .row > [class*=" col-"] {
  text-align: left;
}

.module-upperfooter .fa-mobile-alt {
  padding-left: 2px;
}

.module-upperfooter .tel {
  padding-left: 5px;
}

.module-upperfooter .icon-location {
  margin-left: -2px;
}

.module-upperfooter + .container {
  padding: 2rem 0;
}

.module-upperfooter,
.footer {
  text-align: center;
  background: #000;
  color: #ccc;
  font-size: 0.6rem;
}

.module-upperfooter li,
.footer li {
  list-style: none;
  line-height: 2.5;
  display: list-item;
}

.module-upperfooter li a,
.footer li a {
  color: #ccc;
}

.module-upperfooter [class^=icon-], .module-upperfooter [class*=" icon-"],
.module-upperfooter i.fas,
.module-upperfooter i.far,
.footer [class^=icon-],
.footer [class*=" icon-"],
.footer i.fas,
.footer i.far {
  font-size: 18px;
  padding-right: 10px;
}

.footer {
  padding-top: 10px;
}

.footer .nav-footer {
  text-align: right;
}

.footer .nav-footer ul {
  text-align: center;
}

.footer .nav-footer .nav-item {
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}

.footer .nav-footer .nav-item a {
  color: #ccc;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .module-upperfooter + .container {
    padding: 2rem 0;
  }
}
/*Tabla responsive*/
@media screen and (max-width: 800px) {
  table.resp {
    border: 0;
  }
  table.resp caption {
    font-size: 1.3em;
  }
  table.resp th {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.resp tr {
    box-shadow: 0 10px 6px -6px #777;
    display: block;
    margin-bottom: 0.625em;
  }
  table.resp td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    width: 100% !important;
  }
  table.resp td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.resp td:last-child {
    border-bottom: 0;
  }
}
/*MODALES*/
#viewCommonModal,
#viewStatusHistory,
#viewPublished,
#viewDeleteloc,
#wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow: scroll;
}

#viewCommonModal .inner,
#viewStatusHistory .inner,
#viewPublished .inner,
#viewDeleteloc .inner,
#wrapper .inner {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#viewStatusHistory .inner #msg_pushvalidaton,
#viewPublished .inner #msg_pushvalidaton,
#wrapper .inner #msg_pushvalidaton {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

#viewStatusHistory .inner.compare,
#viewPublished .inner.compare,
#wrapper .inner.compare {
  margin-top: 0;
  height: 70%;
}

#viewStatusHistory .inner.compare .col-md-6,
#viewPublished .inner.compare .col-md-6,
#wrapper .inner.compare .col-md-6 {
  border: 2px solid #000;
}

#viewStatusHistory .inner.compare .col-md-6:first-child,
#viewPublished .inner.compare .col-md-6:first-child,
#wrapper .inner.compare .col-md-6:first-child {
  background: #ccc;
}

#viewStatusHistory .inner.compare .col-md-6:first-child .title-compare,
#viewPublished .inner.compare .col-md-6:first-child .title-compare,
#wrapper .inner.compare .col-md-6:first-child .title-compare {
  background: #f6c90e;
}

#viewStatusHistory .inner.compare .errorfloat,
#viewPublished .inner.compare .errorfloat,
#wrapper .inner.compare .errorfloat {
  border: 4px double #f6c90e;
  padding: 1rem;
  margin-bottom: 2rem;
}

#viewStatusHistory .inner.compare .errorfloat #tituloError,
#viewPublished .inner.compare .errorfloat #tituloError,
#wrapper .inner.compare .errorfloat #tituloError {
  font-weight: bold;
}

#viewStatusHistory .inner.compare .errorfloat .iconError,
#viewPublished .inner.compare .errorfloat .iconError,
#wrapper .inner.compare .errorfloat .iconError {
  display: block;
}

#viewStatusHistory .inner.compare .title-compare,
#viewPublished .inner.compare .title-compare,
#wrapper .inner.compare .title-compare {
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  border: 2px solid;
  background: #fff;
  margin-top: 1rem;
}

#viewStatusHistory .inner.compare #type1,
#viewStatusHistory .inner.compare #type2,
#viewPublished .inner.compare #type1,
#viewPublished .inner.compare #type2,
#wrapper .inner.compare #type1,
#wrapper .inner.compare #type2 {
  display: inline-block;
}

#viewStatusHistory .inner.compare #type1 input,
#viewStatusHistory .inner.compare #type1 label,
#viewStatusHistory .inner.compare #type2 input,
#viewStatusHistory .inner.compare #type2 label,
#viewPublished .inner.compare #type1 input,
#viewPublished .inner.compare #type1 label,
#viewPublished .inner.compare #type2 input,
#viewPublished .inner.compare #type2 label,
#wrapper .inner.compare #type1 input,
#wrapper .inner.compare #type1 label,
#wrapper .inner.compare #type2 input,
#wrapper .inner.compare #type2 label {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

#viewStatusHistory .inner.compare fieldset,
#viewPublished .inner.compare fieldset,
#wrapper .inner.compare fieldset {
  margin-bottom: 1rem;
  border: 1px solid #000 !important;
}

#viewStatusHistory .inner.compare .formLista_nivel1 > li,
#viewPublished .inner.compare .formLista_nivel1 > li,
#wrapper .inner.compare .formLista_nivel1 > li {
  display: block;
}

#viewStatusHistory .inner.compare .formLista_nivel1 input,
#viewStatusHistory .inner.compare .formLista_nivel1 textarea,
#viewPublished .inner.compare .formLista_nivel1 input,
#viewPublished .inner.compare .formLista_nivel1 textarea,
#wrapper .inner.compare .formLista_nivel1 input,
#wrapper .inner.compare .formLista_nivel1 textarea {
  width: 100%;
}

#viewStatusHistory .inner.compare .formLista_nivel1 textarea,
#viewPublished .inner.compare .formLista_nivel1 textarea,
#wrapper .inner.compare .formLista_nivel1 textarea {
  height: 150px;
}

#viewStatusHistory .inner.compare .form_tituloGrupo,
#viewPublished .inner.compare .form_tituloGrupo,
#wrapper .inner.compare .form_tituloGrupo {
  font-weight: bold;
}

#viewStatusHistory .inner.compare #currentPorposal,
#viewStatusHistory .inner.compare #currentPublishedPorposal,
#viewPublished .inner.compare #currentPorposal,
#viewPublished .inner.compare #currentPublishedPorposal,
#wrapper .inner.compare #currentPorposal,
#wrapper .inner.compare #currentPublishedPorposal {
  width: 100%;
}

#viewCommonModal .botonera,
#viewStatusHistory .botonera,
#viewPublished .botonera,
#wrapper .botonera {
  padding-top: 1rem;
}

#viewStatusHistory #tableHist .fila_desplegable,
#viewPublished #tableHist .fila_desplegable,
#wrapper #tableHist .fila_desplegable {
  background: #f6c90e;
}

#viewStatusHistory .action span,
#viewPublished .action span,
#wrapper .action span {
  font-size: 1rem;
  padding-right: 1rem;
}

#viewCommonModal .inner,
#viewStatusHistory .inner,
#viewPublished .inner {
  width: 70%;
  /*margin-top: 5rem;*/
  max-height: 70%;
  overflow-y: scroll;
}

.overlay-validate .botonera .action {
  margin: 1rem;
}

.overlay-validate,
.overlay-rgpd {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: scroll;
}

.overlay-validate-modal,
.overlay-rgpd-modal {
  padding: 20px;
  border: 10px solid #f6c90e;
  margin: 0 auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari */
  -ms-transform: translateY(-50%);
  /* IE 9 */
  transform: translateY(-50%);
  transform: translateY(-50%);
  width: 69%;
  position: absolute;
  background-color: white;
  right: 0;
  bottom: auto;
}

/*RGPD*/
/*RGPD POPUP*/
.overlay-rgpd .rgpd-heading {
  font-size: 1rem;
  text-align: justify;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
}

.overlay-rgpd .rgpd-label {
  color: #000;
  font-weight: 600;
}

.overlay-rgpd .rgpd-btn.action {
  float: right;
}

.overlay-rgpd .rgpd-vertical-aligned {
  position: relative;
}

#com-terms,
#com-terms-opts {
  display: none;
}

#com-terms-opts {
  padding: 1rem 0 0 2rem;
}

#coms-consent:hover,
#coms-consent-additional:hover {
  cursor: pointer;
  text-decoration: underline;
}

.overlay-rgpd p {
  color: #000;
  margin-bottom: 5px;
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 5px;
  margin-left: 2rem;
  font-size: 0.75rem;
  text-align: justify;
}

.overlay-rgpd .rgpd-text {
  margin-top: 10px;
}

.overlay-rgpd .rgpd-vertical-aligned {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}

.overlay-rgpd .rgpd-heading {
  font-size: 1rem;
  text-align: justify;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
}

.overlay-rgpd .rgpd-input {
  width: auto;
  margin-right: 10px;
}

.overlay-rgpd .rgpd-label {
  color: #000;
  float: none;
}

.overlay-rgpd .action span {
  font-size: 1.25rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1200px) {
  .overlay-rgpd .overlay-rgpd-modal {
    margin-top: 300px;
  }
}
@media screen and (max-width: 800px) {
  .overlay-rgpd .overlay-rgpd-modal {
    margin-top: 600px;
    top: 20%;
  }
  .overlay-rgpd .overlay-rgpd-modal .action {
    width: 100%;
    clear: both;
    margin: 1rem 0;
  }
  .overlay-rgpd .overlay-rgpd-modal .action span {
    font-size: 1.25rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    height: 100%;
  }
  .overlay-rgpd .overlay-rgpd-modal {
    margin-top: 275px;
    top: 50%;
    width: 80%;
  }
  .overlay-rgpd .overlay-rgpd-modal .rgpd-vertical-aligned {
    padding: 0;
  }
  .overlay-rgpd .overlay-rgpd-modal .rgpd-vertical-aligned .rgpd-heading {
    margin: 0;
  }
  .overlay-rgpd .overlay-rgpd-modal .rgpd-vertical-aligned .lista_condiciones {
    padding-top: 1rem;
  }
  .overlay-rgpd .overlay-rgpd-modal .rgpd-vertical-aligned .lista_condiciones .rgpd-input {
    vertical-align: top;
    margin-top: 0.5rem;
  }
  .overlay-rgpd .overlay-rgpd-modal .rgpd-vertical-aligned .lista_condiciones .rgpd-label {
    width: 85%;
  }
  .overlay-rgpd .overlay-rgpd-modal .rgpd-vertical-aligned .action {
    width: 100%;
    clear: both;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 760px) {
  .overlay-rgpd .overlay-rgpd-modal {
    margin-top: 500px;
  }
}
@media screen and (max-width: 640px) {
  .overlay-rgpd .overlay-rgpd-modal {
    margin-top: 600px;
  }
}
@media screen and (max-width: 500px) {
  .overlay-rgpd .overlay-rgpd-modal {
    margin-top: 1100px;
    top: 0;
  }
}
@media screen and (max-width: 360px) {
  .overlay-rgpd .overlay-rgpd-modal {
    top: 50%;
  }
}
/*OPEN LAYERS*/
#markers {
  padding: 1rem;
}

#markers h1 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  border: 2px solid #ccc;
  padding: 1rem;
  margin-bottom: 0;
  border-bottom: 0;
}

#markers #help {
  border: 2px solid #f6c90e;
  padding: 1rem;
}

#markers #help ol {
  margin-bottom: 0;
}

#markers #markersContainer {
  background: #eee;
  padding: 2rem;
  border-right: 2px solid #ddd;
  border-left: 2px solid #ddd;
}

#markers #markersContainer #markersList {
  border: 2px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

#markers #markersContainer #markersList .icou {
  display: block;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-top: 2rem;
}

#markers #markersContainer #markersList .icou:not(:last-child) {
  border-bottom: 2px solid #ddd;
}

#markers #markersContainer #markersList .icou [class^=icon-] {
  font-size: 1.5rem;
  vertical-align: middle;
  padding-right: 2rem;
}

#markers #markersContainer #markersList .icou span {
  font-size: 1rem;
  padding-right: 1rem;
}

#markers #markersContainer #markersList .icou span:hover {
  cursor: pointer;
}

#markers #markersContainer #markersList .icou span.number {
  position: relative;
  z-index: 999;
}

#markers #markersContainer #markersList .icou span.number:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #f6c90e;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  right: 32%;
  bottom: -2px;
}

#markers #operations {
  background: #ddd;
  padding: 2rem;
  border: 2px solid #ccc;
}

@media screen and (min-width: 768px) {
  #markers #operations {
    display: flex;
    justify-content: space-between;
  }
}
#markers #operations .action {
  margin: 0;
  margin-bottom: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #markers #operations .action {
    width: auto;
  }
}
/*FORMULARIO DESDE SPAIN.INFO*/
#formularioContacto {
  padding: 0 2rem;
}

#formularioContacto .wrapper {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 10px 6px -6px #777;
}

#formularioContacto h1 {
  font-weight: bolder;
  background: #fff;
  padding: 1rem;
  margin-bottom: 0;
}

#formularioContacto img {
  margin-bottom: 1rem;
}

#formularioContacto [class^=icon-] {
  font-size: 1rem;
  padding-right: 1rem;
}

#formularioContacto .componente_BOXintroduccion {
  text-align: center;
}

#formularioContacto .componente_BOXformulario legend {
  box-shadow: 0 10px 6px -6px #777;
}

#formularioContacto .componente_BOXformulario .formLista_nivel1 .box_form {
  display: block;
}

#formularioContacto .componente_BOXformulario .formLista_nivel1 .box_form input {
  width: 100%;
  margin-bottom: 0.5rem;
}

#formularioContacto .componente_BOXformulario .formLista_nivel1 .box_form label {
  display: block;
}

#formularioContacto .componente_BOXformulario .formLista_nivel1 .box_form textarea {
  width: 100%;
}

#formularioContacto .componente_BOXformulario fieldset {
  margin-bottom: 0.5rem;
  padding-bottom: 2rem;
  box-shadow: 0 10px 6px -6px #777;
}

#formularioContacto .componente_BOXformulario .action {
  display: block;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#formularioContacto p {
  margin-bottom: 0;
}

#formularioContacto .data {
  padding: 1rem;
  background: #eee;
}

.custom-file-label::after {
  cursor: pointer;
  content: "examinar";
  background-color: #f6c90e;
}

.custom-file-input:hover {
  cursor: pointer;
}

.fieldError {
  font-size: 0.75rem;
  color: #ff0000;
  display: block;
}

.module-submit {
  padding: 40px;
}

.module-submit .btn.bg-primary {
  background: #f6c90e !important;
  border-radius: 20px;
  padding: 10px 20px;
}

/*NEW INPUT FILE*/
.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 40px;
  cursor: pointer;
}

.custom-file:hover {
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.custom-file-control:lang(es)::before {
  content: "Examinar";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
  background: #f6c90e !important;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control:lang(es)::after {
  content: "Seleccionar archivo...";
}

.rememberpass {
  padding: 3rem 0;
}

.rememberpass form {
  padding: 1rem 0;
}

.rememberpass form ul {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .rememberpass form ul {
    width: 82%;
    margin-right: 0.75rem;
  }
}
.rememberpass form ul .box_form {
  width: 100%;
}

.rememberpass form ul .box_form input {
  width: 100%;
  display: inline-block;
  display: inline-block;
  height: 46px;
}

.rememberpass .action {
  width: 100%;
  display: inline-block;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .rememberpass .action {
    width: 15%;
  }
}
.alertsList .alertElementdescription {
  padding-bottom: 1.5rem;
  display: block;
}

.componente_PAGINACION {
  height: 100%;
}

.componente_PAGINACION .row {
  height: 100%;
  padding-top: 1.5rem;
}

.componente_PAGINACION .row .text-right {
  padding-left: 0;
}

.componente_PAGINACION .gopage {
  text-align: center;
  z-index: 99;
  position: relative;
}

.componente_PAGINACION .gopage a {
  font-size: 0.75rem;
  padding: 0.5rem;
  position: relative;
}

.componente_PAGINACION .gopage a:hover {
  color: #000;
  font-weight: 600;
}

.componente_PAGINACION .gopage a:hover:before {
  content: "";
  position: absolute;
  height: 2rem;
  border: 1px solid #f6c90e;
  width: auto;
  border-radius: 100%;
  background: #fff;
  z-index: -1;
  right: 0;
  top: 0;
  padding: 0.5rem;
  left: 0;
  bottom: 0;
}

.componente_PAGINACION .prevpage a,
.componente_PAGINACION .firstpage a,
.componente_PAGINACION .nextpage a,
.componente_PAGINACION .lastpage a {
  color: #000;
  font-weight: bolder;
}

.componente_PAGINACION .prevpage a:hover,
.componente_PAGINACION .firstpage a:hover,
.componente_PAGINACION .nextpage a:hover,
.componente_PAGINACION .lastpage a:hover {
  color: #000;
}

.componente_PAGINACION .prevpage [class^=icon-],
.componente_PAGINACION .firstpage [class^=icon-],
.componente_PAGINACION .nextpage [class^=icon-],
.componente_PAGINACION .lastpage [class^=icon-] {
  font-size: 1.25rem;
  border-radius: 100%;
  background: #fff;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
}

.componente_PAGINACION .prevpage [class^=icon-]:hover,
.componente_PAGINACION .firstpage [class^=icon-]:hover,
.componente_PAGINACION .nextpage [class^=icon-]:hover,
.componente_PAGINACION .lastpage [class^=icon-]:hover {
  background: #f6c90e;
}

.componente_PAGINACION .prevpage,
.componente_PAGINACION .firstpage {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
  border: 2px solid #f0f0f0;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip-inner {
  border: 1px solid #ccc;
  background-color: #f0f0f0 !important;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

[aria-describedby|=tooltip] .bs-tooltip-top .arrow,
[aria-describedby|=tooltip] .bs-tooltip-right .arrow,
[aria-describedby|=tooltip] .bs-tooltip-bottom .arrow,
[aria-describedby|=tooltip] .bs-tooltip-left {
  background-color: #f0f0f0 !important;
}

[aria-describedby|=tooltip] .bs-tooltip-top .arrow::before,
[aria-describedby|=tooltip] .bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #ccc !important;
}

[aria-describedby|=tooltip] .bs-tooltip-right .arrow::before,
[aria-describedby|=tooltip] .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #ccc !important;
}

[aria-describedby|=tooltip] .bs-tooltip-bottom .arrow::before,
[aria-describedby|=tooltip] .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #ccc !important;
}

[aria-describedby|=tooltip] .bs-tooltip-left .arrow::before,
[aria-describedby|=tooltip] .bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #ccc !important;
}

.tooltip-inner {
  background-color: #f0f0f0 !important;
}

.far.fa-question-circle + .tooltip > .tooltip-inner {
  background-color: #f0f0f0 !important;
}

.far.fa-question-circle + .tooltip > .tooltip-arrow {
  border-top-color: #f0f0f0 !important;
}

/*otro*/
.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  border-top-color: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  border-right-color: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  border-right-color: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}

.tooltip .arrow::before {
  border-right-color: #ccc;
  border-left-color: #ccc;
}

.tool-xl {
  max-width: 500px;
  padding: 1rem;
  overflow: auto;
  position: relative;
  background: #f0f0f0;
  color: #000;
}

.tool-xl h2 {
  font-size: 1.5rem;
  color: #000;
}

@media (max-width: 500px) {
  .tool-xl {
    max-width: 360px;
  }
}
.tooltip-inner {
  max-width: none;
}

@media (min-width: 1200px) {
  #content #appcontent .welcome.min-content .text {
    padding: 7rem;
  }
}
#content_description textarea {
  height: 300px;
}

[draggable] {
  user-select: none;
}

/*nuevo multimedia*/
.multimediaUploadcontainer {
  display: block;
}

.multimediaUploadcontainer #video-url {
  width: 80%;
}

@media (min-width: 992px) {
  .multimediaUploadcontainer #video-url {
    width: 55%;
  }
}
.multimediaUploadcontainer .fileUploaddiv input {
  height: 0;
}

.multimediaUploadcontainer .fileUploaddiv.disabled {
  pointer-events: none;
}

.multimediaUploadcontainer .fileUploaddiv.disabled .file {
  opacity: 0.6;
  pointer-events: none;
  cursor: unset;
}

.multimediaUploadcontainer .fileUploaddiv.disabled input {
  pointer-events: none;
}

.multimediaUploadcontainer .videoUploaddiv label {
  margin-right: 15px;
}

.multimediaUploadcontainer .videoUploaddiv.disabled label {
  opacity: 0.6;
  pointer-events: none;
}

.multimediaUploadcontainer .videoUploaddiv.disabled #video-url {
  opacity: 0.4;
  pointer-events: none;
}

.multimedia-element {
  cursor: move;
}

@media (min-width: 500px) {
  .wrapper-xl-padding .text-center.pt-4 {
    padding: 7rem;
    line-height: 5;
  }
}


/*# sourceMappingURL=style.css.map */
