.navbar-btn {
  margin-top: 13px;
}
.menu-seccion {
  z-index: unset;
}
.item-form {
  padding-top: 15px;
}
table > tbody > tr:hover {
  background-color: #5bc0de;
}

.btn-file {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  text-transform: none;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.grisado {
  background-color: #ccc;
  color: #aaa;
}

#captcha{
  width: 100%;
}

input[type="date"]{
  font-size: small;
}

.steps .step .description {
    padding-bottom: 10px;
}

.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel {
    margin-bottom: 30px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: -35px;
    margin-top: -25px;
}
.panel h4, .panel .h4 {
    font-size: 1.1em;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel .h1, .panel .h2, .panel .h3, .panel .h4, .panel .h5, .panel .h6 {
    font-weight: 500;
    line-height: 1.3;
    margin: .25em 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title a{
  float: left;
}

.solo_impresion{
  display: none;
}
.nombre_archivo {
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-inline .checkbox input[type="radio"] {
  margin-left: 10px;
}