body{
    font-family: 'Roboto', sans-serif;
}

/* .form-control{
    border: 1px solid #2FA4E7;
} */

.foto-persona-container img {
    border: 1px solid #01304d;
    border-radius: 2px;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height:40px;
  width: auto;
}

.app-logo {
    height: 100px;
    max-width: 100%;
}

.modal.loading .modal-content:before {
  content: 'Borrando...';
  text-align: center;
  line-height: 155px;
  font-size: 20px;
  background: rgba(0, 0, 0, .8);
  position: absolute;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #EEE;
  z-index: 1000;
}

.readonly-row {
  margin-bottom: 0px;
}

.footer {
  height: 56px;
}

.faq-nav {
  top:60px;
}

.dataTables_scroll th, .dataTables_scroll td { 
  white-space: nowrap; 
}

:target:before {
content:"";
display:block;
height:56px; /* fixed header height*/
}

div.dataTables_wrapper div.dataTables_info {
  padding-top:0.85em;
  white-space:normal
}

.vl{ 
  
  border:         none;
  border-left:    2px solid rgba(0,0,0,0.1);
  width:          2px;       
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Seleccionar";
}

td.details-control {
  cursor: pointer;
}