.wizard > .steps {
	position: relative;
	display: block;
	width: 100%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
   float: left;
}

.wizard > .steps > ul > li {
   width: 20%;
}

.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0;
}

.wizard > .steps .current span,
.wizard > .steps .current span:hover,
.wizard > .steps .current span:active {
  background: #80C552;
  color: #fff;
  cursor: default;
}

.wizard > .steps span,
.wizard > .steps span:hover,
.wizard > .steps span:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard > .steps .disabled span,
.wizard > .steps .disabled span:hover,
.wizard > .steps .disabled span:active {
  /*background: #eee;
  color: #aaa;
  cursor: default;*/
  display: none;
}

.wizard > .steps span,
.wizard > .steps span:hover,
.wizard > .steps span:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}


.wizard form > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard form > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
  float: left;
}

.wizard ul > li, .tabcontrol ul > li {
  display: block;
  padding: 0;
}

.wizard form > .actions input[type="button"],
.wizard > .actions input[type="button"]:hover,
.wizard > .actions input[type="button"]:active {
  background: #eee;
  color: #aaa;
}

.wizard form > .actions input[type="submit"],
.wizard > .actions input[type="submit"]:hover,
.wizard > .actions input[type="submit"]:active {
  background: #eee;
  color: #aaa;
}

.wizard form > .actions input[type="button"],
.wizard > .actions input[type="button"]:hover,
.wizard > .actions input[type="button"]:active {
  background: #1AB394;
  border: 0px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard form > .actions input[type="submit"],
.wizard > .actions input[type="submit"]:hover,
.wizard > .actions input[type="submit"]:active {
  background: #1AB394;
  border: 0px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard form > .actions input[type="button"]:disabled,
.wizard form > .actions input[type="button"]:disabled:hover,
.wizard form > .actions input[type="button"]:disabled:active {
  background: #ccc;
  border: 0px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard form > .actions input[type="submit"]:disabled,
.wizard form > .actions input[type="submit"]:disabled:hover,
.wizard form > .actions input[type="submit"]:disabled:active {
  background: #ccc;
  border: 0px;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.adjuntarFichero{
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.fondoFormularioAsistente{
  background: #eee;
  border: solid 1px #eee;
  margin: 30px auto 20px;
  border-radius: 5px;
  min-height: 280px;
}

.btn-ayuda{
  margin-right: 30px;
}


/* Fichero Ajunto Asistente */

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    color: red;
}

.inputfile + label {
  cursor: pointer; /* "hand" cursor */
}

.inputfile-4 + label figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d3394c;
  display: block;
  padding: 5px 10px;
  margin: 0 auto 10px;
  font-size: 26px;
  color: white;
}

.inputfile-4 + label {
  color: #d3394c;
}

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}

.inputfile-4:focus + label, .inputfile-4.has-focus + label, .inputfile-4 + label:hover {
   color: #722040;
}

.inputfile-4:focus + label figure, .inputfile-4.has-focus + label figure, .inputfile-4 + label:hover figure {
   background-color: #722040;
}

#adjuntarFichero {
  padding: 80px;
  text-align: center;
}


/* Asistente publico o privado */

.publicas-privadas {
    padding: 40px;
    text-align: center;
}

.centrar-fichero {
    padding: 4%;
    text-align: center;
}

#wizard-dxf2gml-pubpriv .activo {
    background-color: #BCE2A3;
    border: solid 1px #80C552;
    color: white;
}

#wizard-dxf2gml-capas {
  text-align: center;
}

.sel-tipo {
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  min-width: 160px;
  padding: 20px;
}

#wizard-dxf2gml-parcelas-edificios .activo,
#wizard-dxf2gml-pubpriv .activo{
  background-color: #BCE2A3;
  border: solid 1px #80C552;
  color: white;
}

span.admin-lock-open, span.admin-lock2 {
    font-size: 5em;
    text-align: center;
}

span.vaccei-parcelas,
span.vaccei-edificios {
  font-size: 5em;
}

#parcela {
   margin-right: 5%;
}

.parcelas-edificios{
  padding: 40px;
  text-align: center;
}

/* Capas */


div#wizard-dxf2gml-capas,
div#wizard-dxf2gml-parcela{
  padding-top: 40px;
  text-align: center;
}


#wizard-dxf2gml-capas label,
#wizard-dxf2gml-parcela label{
  margin-right: 30px;
}

.wizard-dxf2gml-refpar {
    width: 320px;
    position: relative;
    padding-top: 30px;
    left: 40%;
}

input#refpar {
    text-align: center;
}

.contenedor-valida {
  display: none;
  margin: 0px 10px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: #BCE2A3;
  height: 120px;
  padding: 20px 6px;
  position: relative;
  text-align: center;
  top: 25px;
}

/* Edificios */

#wizard-dxf2gml-edificio{
  padding:20px 30px;
}

.bg-green {
  background-color: #80C552 !important;
  padding: .2em .4em .2em;
  font-size:12px;
}

#wizard-dxf2gml-edificio .row{
  margin-bottom: 30px;
}

#wizard-dxf2gml-sig-edificios .row{
  margin: 40px 0px;
}

.margenEdificios {
  padding: 1%;
  margin: 3%;
}

.margenProv {
  margin-top: 40px;
  margin-left: 40%;
}


.margenMuni {
  margin-left: 40%;
  margin-top: 30px;
}

/* Footer */

.box-footer {
	text-align: right;
}

/* Imagen de carga */

#loading-div{
  width: 300px;
  height: 150px;
  background:transparent;
  text-align:center;
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left:-150px;
  margin-top: -100px;
  padding-top:20px;
  color:#1AB394;
  font-weight:normal;
}
#loading-div-background {
  display: none;
  position: fixed;
	top: 0;
  left: 0;
  /*top:0;
  left:0; */
  background:rgba(255, 255, 255, .9);
  width:100%;
  height:100%;
  z-index:99999;
}



#wizard-admin-capas-gestor,
#wizard-admin-documentos-gestor{
  overflow: hidden
}

#wizard-opciones, #wizard-opciones-dxf2gml{
	padding: 6px 10px;
	margin-top: 20px;
	list-style: none;
	background: #eee;
  border: solid 1px #eee;
	border-radius: 4px;
	font-size: 12px;
	font-weight:bold;
}


.label-ccyd {
  float: right;
  margin-top: 5px;
}
/*
select{
	border-color: #d2d6de;
  padding: 6px 12px;
}*/

.select2-container{
	width:300px !important;
}
#selectTablas option{
	padding: 5px 10px;
}
#selectTablas{
	border-color: #d2d6de;
	width:100%;
}

#nombreTabla{
  padding-left: 15px;
}

.nombreTabla{
	margin-top:0;
	padding: 6px 10px;
	background: #eee;
	border: solid 1px #eee;
	border-radius: 4px;
	/* text-align: center; */
}
.divaliasTabla{
	display:none;
}
#listadoCampos{
	margin-top:5px;
}


.titulo-grupo{
  height: 15px;
  color: orange;
  padding-right: 15px;
}

.subtitulo-grupo{
  height: 15px;
  padding-right: 15px;
}

.titulo {
  font-weight: bold;
  padding-right: 11px;
}

.subtitulo {
  padding-right: 11px;
}

.etiquetaFichero{
  position: absolute;
  top: 37px;
  left: 18px;
}


/*loadin de bootstraptables-*/
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}
