body {
  margin: 0;
  padding: 0;
  font-family: "new-hero", "Segoe UI", "Segoe UI Web (West European)",
    "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue",
    sans-serif !important;
}

a {
  color: rgb(255, 189, 89);
}

img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: "new-hero", "Segoe UI", "Segoe UI Web (West European)",
    "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue",
    sans-serif;
  font-weight: 600; /* semibold */
}

button {
  font-weight: normal;
  font-size: 0.8em;
  cursor: pointer;
}

.ui-widget * {
  font-family: "new-hero", "Segoe UI", "Segoe UI Web (West European)",
    "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue",
    sans-serif !important;
}

.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid tr th.ui-th-ltr {
  border: solid 1px #ececec !important;
}

.ui-jqgrid tr.ui-state-hover td {
  border: solid 1px #363636 !important;  
  cursor: pointer;
}

.ui-jqgrid tr.highlighted td {
  color: #363636 !important;
  border: solid 1px rgb(255, 189, 89) !important;
}

.ui-jqgrid-title {
  font-weight: 600;
  font-size: 1.2em;
}

.ui-widget-header {
  background: #363636 !important;
  color: #f3f2f1 !important;
}

.ui-jqgrid.ui-widget-content {
  box-shadow: rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px 0px,
    rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px 0px;
  border: solid 1px #ececec !important;
}

.ui-widget-content {
  background: #f3f2f1 !important;
  color: #363636 !important;
}

.ui-jqgrid tr.ui-widget-content:nth-child(odd):not(.ui-state-hover):not(.highlighted) td {
  background: #fff !important;
}

.ui-widget-content .ui-state-hover {
  background: #363636 !important; /* gp charcoal */
  color: #f3f2f1 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  color: #363636 !important;
  font-weight: 600 !important; /* semibold */
  background: #ececec !important; /* gp cloud */
}

h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.4em;
}

fieldset {
  background-color: #363636;
  color: #f7f7f7;
  float: left;
  padding: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 320px;
  margin-top: 20px;
  border-radius: 4px;
}

fieldset ol {
  padding-left: 0;
}

fieldset ol label {
  margin-bottom: 5px;
}

fieldset h2 {
  padding: 0;
  margin: 0;
}

/* Begin Global CSS Functions */
.pointer {
  cursor: pointer;
}
.cursor-alias {
  cursor: alias;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-cell {
  cursor: cell;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.adminColor {
  /* color: dodgerblue !important; */
}
.experimentalColor {
  color: darkred !important;
}
.adminORMenu {
  color: black !important;
}
.adminRunnerMenu {
  color: darkblue !important;
}
.adminSettingMenu {
  color: dodgerblue !important;
}
.adminDataMenu {
  color: green !important;
}

/* End Global CSS Function */
#MainHeader {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #363636;
  width: 100%;
  height: 32px;
  z-index: 1000;
  color: #ffffff;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

#MainHeaderLogoContainer {
  /* flex-grow: 1;
  flex-basis: 0; */
}

#MainHeader #MainNavigation a {
  color: #f3f2f1;
  font-size: 14px;  
}

#logoutForm button {
  font-size: 12px;
  font-weight: normal;
}

#MainHeader #MainNavigation a:hover {
  color: rgb(255, 189, 89);
}

#MainHeaderNav {
  flex-grow: 1;
  flex-basis: 0;
}

#MainHeader a {
  text-decoration: none;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

#MainHeader #MainHeaderIcon {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  float: left;
  height: 24px;
  width: auto;
}

#MainHeader h1 {
  margin: 0;
  padding: 0;
  clear: none;
  color: #f3f2f1;
  text-decoration: none;
  font-size: 0.8em;
  float: left;
  text-transform: uppercase;
}

#MainHeader #MainHeaderLogInLink {
  margin: 0;
  /* flex-grow: 1;
  flex-basis: 0; */
  padding: 0;
  float: right;
  color: #f3f2f1;
  font-size: 0.8em;
  text-decoration: none;  
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
}

#MainHeader #MainHeaderLogInLink a {
  color: #f3f2f1;
  text-decoration: none;
}
#MainHeader #MainHeaderLogInLink a:hover {
  color: rgb(255, 189, 89);
  text-decoration: none;
}
#MainHeader #MainHeaderLogInLink button {
  color: #f3f2f1;
  background-color: inherit;
  text-align: right;
  font-weight: bold;
}

#MainContent {
  width: 100%;
  margin: 0;
  padding: 0;
}

#MainContent #Companyname {
  display: block;
  color: #003256;
  font-size: 1.4em;
  font-weight: bold;
}

#MainContent #Purpose {
  display: block;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

#Breadcrumb {
  margin-top: 15px;
  margin-bottom: 10px;
}

#PageContent {
  margin: 0;
  padding: 0;
  padding-left: 10px;
  margin-top: 40px;
  float: left;
}

#PageContent.navigationOffset {
  margin-left: 70px;
}

#PageContent .contentArea {
  background-color: #d3e3ef;
  color: #222222;
  float: left;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 300px;
  max-width: 300px;
}

#PageContent .contentAreaHighlight {
  background-color: #003256;
  color: #f7f7f7;
}

#PageContent .contentArea h3 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.1em;
}

#PageContent .contentArea h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}

#PageContent .contentArea ul {
  margin-left: 5px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 0px;
}

#PageContent .measureBoxes .contentArea {
  min-height: 200px;
  width: 300px;
  color: #2c2c2c;
  float: left;
  margin-right: 10px;
}

#PageContent .measureBoxes .green {
  background-color: #b0db53;
}

#PageContent .measureBoxes .red {
  background-color: lightcoral;
}

#PageContent .measureBoxes .yellow {
  background-color: #fff02b;
}

#PageContent .measureBoxes h3 {
  margin: 0;
  height: 40px;
}

#PageContent .columnToggle {
  margin-top: 5px;
  margin-bottom: 10px;
}

#PageContent .columnToggle span {
  margin-right: 10px;
  color: #888888;
  cursor: pointer;
}

#PageContent .columnToggle span.active {
  color: #2c2c2c;
}

#PageContent .contentArea .statusTiles {
  float: left;
  width: 100%;
}

#PageContent .contentArea .statusTiles .statusTile {
  float: left;
  width: 65px;
  height: 65px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}

#PageContent .contentArea .statusTiles .statusTile div:nth-child(1) {
  font-size: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
}

#PageContent .contentArea .statusTiles .statusTile div:nth-child(2) {
  font-size: 0.65em;
  text-transform: uppercase;
}

#PageContent .contentArea .statusTiles .complete {
  background-color: #80b60c;
}

#PageContent .contentArea .statusTiles .onTarget {
  background-color: #b0db53;
}

#PageContent .contentArea .statusTiles .nearTarget {
  background-color: #fff02b;
}

#PageContent .contentArea .statusTiles .offTarget {
  background-color: lightcoral;
}

#PageContent .contentArea .statusTiles .notStarted {
  background-color: #fff02b;
}

#PageContent #Homepage .contentArea {
  width: 300px;
  min-width: 300px;
}

#PageContent #Homepage .tile {
  display: inline-block;
  text-decoration: none;
}

#PageContent #Homepage a img {
  text-decoration: none;
  border: none;
}

#PageContent #Homepage .homeBoxes.blue {
  background-color: #8eb4e3;
  min-height: 200px;
  margin-bottom: 0;
  float: none;
}

#PageContent #Homepage .homeBoxes.title {
  background-color: #1f497d;
  color: #ffffff;
  font-size: 1.2em;
  float: none;
}

#PageContent #Homepage .homeBoxes .progressbar {
  background-color: #b9cde5;
  width: 80%;
  display: inline-block;
  margin-right: 5px;
}

#PageContent #Homepage .homeBoxes .progress-value {
  background-color: #1f497d;
  /*text-align: right;*/
}

#PageContent #Homepage .homeBoxes .progress-label {
  display: inline-block;
  font-weight: bold;
}

#PageContent #Homepage .contentArea .statusTiles {
  float: none;
  display: inline-block;
  width: 65px;
}

#Homepage .task-tile-direction-indicator {
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin-left: 1.4em;
  /*margin-top: 0.4em;*/
  background-image: url(images/home-tasks-summary.png);
  /*background-size: 15em 14em; */
  background-repeat: no-repeat;
  width: 15em;
  height: 14em;
}

#Homepage .task-tile-direction-indicator .value1 {
  position: relative;
  left: 0.1em;
  top: 0.8em;
  font-size: 2em;
}

#Homepage .task-tile-direction-indicator .value2 {
  position: relative;
  left: -0.6em;
  top: 4.9em;
  font-size: 2em;
}

fieldset input[type="text"],
fieldset input[type="password"],
.contentArea input[type="text"],
.contentArea input[type="password"],
.contentArea select {
  display: block;
  font-size: 1.2em;
  margin-right: 16px;
}

fieldset input[type="text"],
fieldset input[type="password"],
.contentArea input[type="text"],
.contentArea input[type="password"] {
  width: 250px;
}

.contentArea input[type="submit"],
button,
fieldset input[type="submit"] {
  display: inline-block;
  background-color: rgb(255, 189, 89);
  border: 0;
  border-radius: 4px;
  padding: 8px 16px;
  /*padding-top: 4px;
    padding-right: 16px;
    padding-bottom: 4px;
    padding-left: 16px;*/
  /* margin-bottom: 5px; */
  /* font-size: 1em; */
  color: #000000;
  min-width: 100px;
}

.btn-primary {
  background-color: rgb(255, 189, 89) !important;
  color: #000000 !important;
  border: 0  !important;
  border-radius: 4px  !important;
  padding: 8px 16px;
  box-shadow: 0 !important;
}

#MainNavigation {
  float: left;
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}

#MainNavigation img {
  border: 0;
  padding: 0;
  margin: 0;
}

#MainNavigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#MainNavigation ul li {
  float: left;
  margin-right: 20px;
  /* font-size: 1em; */
  padding-bottom: 4px;
  text-transform: uppercase;
}

#MainNavigation ul li a {
  text-decoration: none;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

#MainNavigation ul li a:hover {
  text-decoration: none;
}

#MainNavigation ul li a:active {
  text-decoration: none;
  color: rgb(255, 189, 89);
}

#Navigation {
  width: 70px;
  float: left;
  background-color: #235579;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  position: fixed;
  top: 32px;
  left: 0;
  text-align: center;
  color: #eeeeee;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 10px;
}

#Navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#Navigation ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

#Navigation ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: white;
  cursor: pointer;
  padding-bottom: 8px;
  text-decoration: none;
}

#Navigation ul li a:hover {
  background-color: #003256;
}

#Navigation ul li img {
  padding: 8px;
  padding-bottom: 0;
  border: 0;
}

#ThreeColumnLayout {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#ThreeColumnLayout .col1 {
  flex-basis: 0;
  flex-grow: 1;
}

#ThreeColumnLayout .col2 {
  flex-basis: 0;
  flex-grow: 1;
}

#ThreeColumnLayout .col3 {
  flex-basis: 0;
  flex-grow: 1;
}

#MobileMenuLink {
  padding: 6px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

#MobileMenuCancelLink {
  cursor: pointer;
  background-color: #444444;
  color: #cccccc;
  float: right;
  margin: 10px;
  padding: 6px;
  font-weight: bold;
}

#MobileMenu {
  background-color: #cccccc;
  position: fixed;
  top: 35px;
  left: 0;
  margin: 0;
  width: 100%;
}

#MobileMenu ul {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: none;
}

#MobileMenu ul li {
  margin: 0;
  padding: 0;
}

#MobileMenu ul li a {
  display: block;
  padding: 8px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  background-color: #003256;
}

/* Phones - inline content */
@media only screen and (min-width: 100px) {
  .screenOnly {
    display: none;
  }
  .mobileOnly {
    display: block;
  }

  #MobileMenuLink {
    display: block;
  }

  #PageContent {
    margin-right: 30px;
    margin-top: 40px;
  }

  #PageContent.navigationOffset {
    margin-left: 0;
  }

  /* TODO: Custom mobile navigation */
  #Navigation {
    display: none;
  }

  #InlineLayout > div,
  #ThreeColumnLayout .col1 {
    width: 100%;
    min-width: 150px;
    clear: both;
  }

  #InlineLayout > div .contentArea,
  #ThreeColumnLayout .col1 .contentArea {
    width: 100%;
    min-width: 100px;
    max-width: none;
  }

  #ThreeColumnLayout .col2 {
    width: 100%;
    min-width: 150px;
    clear: both;
  }

  #ThreeColumnLayout .col2 .contentArea {
    width: 100%;
    min-width: 100px;
    max-width: none;
  }

  #ThreeColumnLayout .col3 {
    width: 100%;
    min-width: 150px;
    clear: both;
  }

  #ThreeColumnLayout .col3 .contentArea {
    width: 100%;
    min-width: 100px;
    max-width: none;
  }
}

/* Tablets (iPad portrait 768px) */
@media only screen and (min-width: 750px) {
  .screenOnly {
    display: block;
  }
  .mobileOnly {
    display: none;
  }

  #MobileMenuLink {
    display: none;
  }

  #PageContent {
    margin-right: 0;
    margin-top: 40px;
  }

  #PageContent.navigationOffset {
    margin-left: 70px;
  }

  #Navigation {
    display: block;
  }

  #InlineLayout > div,
  #ThreeColumnLayout .col1,
  #ThreeColumnLayout .col2,
  #ThreeColumnLayout .col3 {
    clear: none;
  }

  #InlineLayout > div .contentArea {
    width: 300px;
    min-width: 300px;
  }

  #ThreeColumnLayout .col1 {
    width: 180px;
    min-width: 180px;
  }

  #ThreeColumnLayout .col1 .contentArea {
    width: 150px;
    min-width: 150px;
  }

  #ThreeColumnLayout .col2 {
    width: 285px;
    min-width: 285px;
  }

  #ThreeColumnLayout .col2 .contentArea {
    width: 255px;
    min-width: 255px;
  }

  #ThreeColumnLayout .col3 {
    width: 180px;
  }

  #ThreeColumnLayout .col3 .contentArea {
    width: 160px;
    min-width: 160px;
  }
}

/* Large tablet (iPad landscape 1024px) */
@media only screen and (min-width: 1005px) {
  #ThreeColumnLayout .col1 {
    width: 330px;
    min-width: 330px;
  }

  #ThreeColumnLayout .col1 .contentArea {
    width: 300px;
    min-width: 300px;
  }

  #ThreeColumnLayout .col2 {
    width: 330px;
  }

  #ThreeColumnLayout .col2 .contentArea {
    width: 300px;
    min-width: 300px;
  }

  #ThreeColumnLayout .col3 {
    width: 235px;
  }

  #ThreeColumnLayout .col3 .contentArea {
    width: 215px;
    min-width: 215px;
  }
}

@media only screen and (min-width: 1040px) {
  #ThreeColumnLayout .col3 {
    width: 270px;
  }

  #ThreeColumnLayout .col3 .contentArea {
    width: 250px;
    min-width: 250px;
  }
}

@media only screen and (min-width: 1320px) {
  #ThreeColumnLayout .col2 {
    width: 660px;
  }

  #ThreeColumnLayout .col3 {
    width: 220px;
  }

  #ThreeColumnLayout .col3 .contentArea {
    width: 200px;
    min-width: 200px;
  }
}

@media only screen and (min-width: 1420px) {
  #ThreeColumnLayout .col3 {
    width: 320px;
  }

  #ThreeColumnLayout .col3 .contentArea {
    width: 300px;
    min-width: 300px;
  }
}

@media only screen and (min-width: 1750px) {
  #ThreeColumnLayout .col2 {
    width: 990px;
  }
}
