
.modal {
  margin:40px;
}

#empresario-form-modal .modal-body,
#demandante-form-modal .modal-body {
  padding: 15px !important;
  margin: 2em 5em;
}

 #empresario-form-modal .modal-footer,
 #demandante-form-modal .modal-footer{
  margin: 0 5em;
 }

.modal-body h3 {
  margin: 1em 0 1.5em 0;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;

}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}


.stepwizard .btn:focus,
.stepwizard .btn:active:focus,
.stepwizard .btn.active:focus,
.stepwizard .btn.focus,
.stepwizard .btn:active.focus,
.stepwizard .btn.active.focus {
  outline: none;
}

.summernote .note-editor .btn-default {
  background-color: #f8f9fa !important;
  border-color: #ddd !important;
  color: #444 !important;
}

#map-location {
  width: 100%;
  height: 250px;
  frameborder: 4px;
  border: 0;
}

/*** Campo autocomplete google maps ***/
.pac-container {
  z-index: 99999;
}

#register-form{
  margin-top: 2.7em;
}

.modal .radio {
  margin-top: 10px;
}

#schedule-modal {
  z-index: 9999 !important;
}

/* make sidebar nav vertical */
@media (max-width: 768px) {
  .modal {
    margin: 0;
  }

  #empresario-form-modal .modal-body, 
  #demandante-form-modal .modal-body {
    padding: 20px 30px 30px 30px !important;
    margin: 0;
  }

}


/* make sidebar nav vertical */
@media (max-width: 420px) {

 
  .portada h1 {
    font-size: 20px;
  }

}