@charset "UTF-8";
/*
 * jstree
 *
 * NOTARIOS
 */
/*@iconSpritePath:          "../images/glyphicons-halflings.png"; sprite de bootstrap por defecto.*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.headerGradientTable {
  background-color: #8fb5fa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a8c6fb), color-stop(49%, #a3c3fb), color-stop(50%, #8bb2fa), to(#9ebffb));
  background-image: -webkit-linear-gradient(#a8c6fb, #a3c3fb 49%, #8bb2fa 50%, #9ebffb);
  background-image: -moz-linear-gradient(top, #a8c6fb, #a3c3fb 49%, #8bb2fa 50%, #9ebffb);
  background-image: -ms-linear-gradient(#a8c6fb, #a3c3fb 49%, #8bb2fa 50%, #9ebffb);
  background-image: -o-linear-gradient(#a8c6fb, #a3c3fb 49%, #8bb2fa 50%, #9ebffb);
  background-image: linear-gradient(#a8c6fb, #a3c3fb 49%, #8bb2fa 50%, #9ebffb);
  background-repeat: no-repeat;
}
.aptdoTitular {
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #d6d9dd;
  margin-bottom: 5px;
}
.aptdoTitular span {
  color: #06358a;
}


