/* Cabecera */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.8rem;
  letter-spacing: -0.3px;
  font-weight: 400;
  line-height: 1.5;
}

.dropdown-menu {
    font-size: 0.8rem;
}

.btn {
    font-size: 0.8rem;
}

.table td, .table th {
    padding: .1rem !important;
}

/* tamaño iFrame bPopup */
.b-iframe{
	width:100%;
	min-width:1024px; 
	max-width:1200px; 
	min-height:600px; 
	max-height:800px;
}

.card{
  margin: 1em 0 !important;
}

.card-header{
  padding: 0 0 0 1em !important;
  background-color:#dcdcdc !important;
}

.card-title {
    margin-bottom: 0 !important;
}

.h5, h5 {
    font-size: 1rem;
    font-weight: bold;
}

.h6, h6 {
    font-size: 0.9rem;
    font-weight: bold;
}

.form-group {
  margin-bottom: 0.4em;
}

.form-control{
  padding: 0 !important;
  font-size: 0.9rem;
}

.col-form-label{
  padding: 0 !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 1.3rem !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
