.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 */

#wizard-dxf2gml-capas {
  text-align: center;
}

.sel-tipo {
  border-radius: 12px;
  cursor: pointer;
  display: inline-block;
  min-width: 160px;
  padding: 20px;
}

#wizard-admin-documentos-pubpriv .activo,
#wizard-admin-documentos-globalut .activo{
  background-color: #BCE2A3;
  border: solid 1px #80C552;
  color: white;
}

span.admin-lock-open,
span.admin-lock2,
span.admin-globe,
span.admin-map {
  font-size: 5em;
}

#parcela {
   margin-right: 5%;
}

.publicas-privadas,
.globales-ut{
  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: 35%;
}

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;
}

.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; */
  background:rgba(255, 255, 255, .6);
  width:100%;
  height:100%;
  z-index:99999;
}



#wizard-admin-documentos-gestor{
  overflow: hidden
}

#wizard-opciones-admin-documentos{
  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;	
	position: absolute;
	top: 30px;
	left: 205px;
}

.layers-title-group{
width: 157px;
    margin-left: 45px;
}
