    body{
      font-size: 0.7em;
      font-family: Arial, Helvetica, sans-serif;
    }   
   input.form-control{
      font-size: 1em;
    }
    .content-header{
	  padding: 4px .5rem;
    }
    .form-control {
    display: block;
    width: 100%;
    height: calc(1.75rem + 0.5px);
    padding: .2rem .8rem;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: 400;*/
    /* line-height: 1.5; */
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    select#regionSalario.custom-select{
      width: 100%;
      height: calc(1.75rem + 0.5px);
      padding: .375rem 1.75rem .375rem .75rem;
      font-size: 0.8em;
    }
    .botones{
      width:2.3em;
      height:auto;
    }
    .botonesgrandes{
      width:3.6em;
      height:auto;
    }
    .not-active {
      pointer-events: none;
    }
    .activo{
      background: #EFEFEF;
      color: #000000;
    }
    select.custom-select.personalizado{
    	width: 100%;
      height: calc(1.75rem + 0.5px);
      padding: .375rem 1.75rem .375rem .75rem;
      font-size: 0.9em;
    }
    .table td, .table th{
      padding: .5rem;
      }
    .modalPersonalizado {
        font-size: 1em;
    }
    .botones-modales{
      width: 70px;
      height: 30px;
    }
    .nuevo{
      	font-size: 0.8em;
    }
    .botones-datatables{
      width:4.2em;
      height:auto;
    }
    select.combos.custom-select{
      width: 100%;
      height: calc(1.75rem + 0.5px);
      padding: .375rem 1.75rem .375rem .75rem;
      font-size: 1em;
    }
    
