html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1:focus {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.app-button {
  background-color: #a70d34;
  width: 100%;
}
.app-button:disabled {
  background-color: #a70d34;
  opacity: 0.65;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-control {
  padding: 0.2rem;
}
.form-control.read-only {
  background-color: #e9ecef;
  opacity: 1;
}

.main-page-template, .header-footer-template {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  overflow: hidden;
  align-items: stretch;
  height: 100vh;
}
.main-page-template .header, .header-footer-template .header {
  flex-shrink: 1;
  width: auto;
  height: auto;
}
.main-page-template .content, .header-footer-template .content {
  width: auto;
  height: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0px;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.main-page-template .footer, .header-footer-template .footer {
  flex-shrink: 1;
  width: auto;
  height: auto;
}

.header-footer-template {
  height: 100%;
}

.fill-container {
  width: 100%;
  height: 100%;
}

.toolbar {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0.1rem 1rem;
}
.toolbar .toolbar-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 10px;
  cursor: default;
}
.toolbar .toolbar-button.zero-margin {
  margin: 0;
}
.toolbar .toolbar-button img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: calc(3rem - 10px);
  max-height: calc(3rem - 10px);
}
.toolbar .toolbar-button i {
  font-size: 2rem;
  color: rgb(33, 37, 41);
}
.toolbar .toolbar-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.toolbar .toolbar-button.selected {
  border: 1px solid blue;
}
.toolbar .btn {
  margin-left: 0.5rem;
}

.action-toolbar {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0.1rem 0.5rem;
}
.action-toolbar .btn {
  padding: 0.2rem 0.75rem;
  margin-left: 0.5rem;
}

.datagrid-toolbar {
  background-color: transparent;
  border: 1px solid gray;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.datagrid-group-title {
  display: flex;
  align-items: end;
  background-color: rgba(167, 13, 52, 0.3);
  border: 1px solid gray;
  height: 2.5rem;
  padding: 5px;
  font-weight: bold;
}

.datagrid-group-separator {
  background-color: transparent;
  border: 1px solid gray;
  height: 2.5rem;
}

.fixed-width-datagrid-container {
  height: 100%;
}

.datagrid-border {
  border: 3px solid gray;
  border-color: rgba(167, 13, 52, 0.5);
  padding: 0;
  margin: 10px;
  width: calc(100% - 20px);
}

.icon-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 10px;
  cursor: default;
}
.icon-button svg, .icon-button img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: calc(2rem - 6px);
  max-height: calc(2rem - 6px);
}
.icon-button i {
  font-size: 1.75rem;
  color: rgb(33, 37, 41);
}
.icon-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.section-border {
  border: 2px solid rgba(167, 13, 52, 0.5);
  border-radius: 12px;
  background-color: rgba(167, 13, 52, 0.1);
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

.required-field:after {
  color: red;
  content: "*";
  display: inline;
}

/*# sourceMappingURL=app.css.map */
