@inject IConfiguration configuration @ {
    var idEmpresa = configuration.GetValue<string>("ConfiugracionTipoEmpresa:IdEmpresa");
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    text-align: center;
    margin-bottom: 20px;
}

h7 {
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.dx-fileuploader-wrapper {
    border: 1px solid #d3d3d3;
    margin: 20px 0px 0px 0px;
}