﻿@font-face {
  font-family: HelveticaNeue;
  src: url("/Content/fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("/Content/fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("/Content/fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: HelveticaNeue;
  src: url("/Content/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("/Content/fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("/Content/fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Helvetica Neue LT W01', 'Helvetica Neue', sans-serif;
  font-size: 12px;
  color: #555555; }

div.body-content {
  padding: 2px; }

/* Set width on the form input elements */
input,
select,
textarea {
  max-width: 280px; }

button, input, textarea, select {
  font-size: 14px; }

input[type=text], input[type=date], input[type=datetime], input[type=email], input[type=month] {
  border: 1px solid #999999;
  line-height: 1.7;
  padding: 2px; }

label, .label {
  color: #666;
  /* As per corp website */ }

h1 {
  font-weight: bold;
  font-size: 2rem;
  font-family: 'Helvetica Neue LT W01', 'Helvetica Neue', sans-serif;
  margin: 0; }

h2 {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: 'Helvetica Neue LT W01', 'Helvetica Neue', sans-serif;
  margin: 0; }

h3 {
  font-weight: bold;
  font-size: inherit;
  margin: 5px 0px 5px 0px; }

hr {
  border: 0;
  height: 2px;
  background-image: url(/Content/Images/divider.jpg); }

.page-header {
  line-height: 32px;
  min-height: 34px;
  color: white;
  background-color: #0079c1;
  padding: 5px;
  border: 1px solid #0079c1; }

.group-header {
  color: white;
  background-color: #009ddc;
  border: 1px solid #009ddc;
  width: 100%;
  line-height: 20px;
  padding: 5px; }

.page-div {
  border: 1px solid #0079c1;
  padding: 4px; }

.group-table {
  padding-bottom: 4px;
  padding-top: 4px; }

.columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  /* Set spaces between the columns only */ }
  .columns .columns--column {
    margin-left: 1px;
    margin-right: 1px; }
  .columns .columns--column:first-child {
    margin-left: 0px; }
  .columns .columns--column:last-child {
    margin-right: 0px; }

.rows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  /* Set spaces between the rows only */ }
  .rows .rows--row {
    margin-top: 1px;
    margin-bottom: 1px; }
  .rows .rows--row:first-child {
    margin-top: 0px; }
  .rows .rows--row:last-child {
    margin-bottom: 0px; }

/* jQueryUI overrides */
img.ui-datepicker-trigger {
  vertical-align: bottom; }

.copyright, .units-footer {
  text-align: center; }

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer; }

.not-active a, .not-active a:hover {
  color: black;
  pointer-events: none;
  cursor: default; }

.active a {
  color: blue;
  text-decoration: underline; }

a:hover, .active.a:hover {
  color: #999999; }

.wait-cursor *, .wait-cursor {
  cursor: progress !important; }

@media print {
  .print-hide {
    display: none; } }

#dataItemTreeContainer {
  background-color: #f2f6f9 !important;
  border: 1px solid #dcddde !important; }

ul.fancytree-container {
  border: none !important;
  background-color: inherit !important; }

/* button test */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
  min-width: auto;
  max-width: 100%;
  padding: 0.3rem 1rem;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  transition: 200ms all cubic-bezier(0.23, 1, 0.32, 1); }

button:disabled,
html input:disabled[type='button'],
input:disabled[type='reset'],
input:disabled[type='submit'] {
  opacity: 0.4; }

button::before,
html input[type='button']::before,
input[type='reset']::before,
input[type='submit']::before,
button::after,
html input[type='button']::after,
input[type='reset']::after,
input[type='submit']::after {
  line-height: 1;
  min-width: 1.35rem; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  text-align: center;
  color: white !important;
  background-color: #0079c1; }

button:hover,
html input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'] {
  background-color: #005990; }

.header-icon {
  width: 24px;
  height: 24px;
  margin: 4px; }

