html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

body {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10.5px;
  background: black;
  color: white;
  height: 100vh;
}

#peiDataBox {
  padding: 0;
  margin: 0;
  background: none;
}

.container {
  max-width: 100%;
  padding: 0;
}

svg {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.customScroll {
  overflow-y: auto;
  height: 100%;
}

.customScroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #2a2a2a;
}

.customScroll::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.customScroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #505050;
}

input[type=range] {
  -webkit-appearance: none;
  height: 5px;
  background: #505050;
  border-radius: 5px;
  background-image: linear-gradient(#9ed7db, #9ed7db);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #9ed7db;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #9ed7db;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #9ed7db;
  cursor: ew-resize;
  transition: background 0.3s ease-in-out;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #db611f;
}

input[type=range]::-moz-range-thumb:hover {
  background: #db611f;
}

input[type=range]::-ms-thumb:hover {
  background: #db611f;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  border: none;
  background: transparent;
}

input[type=range]::-ms-track {
  -webkit-appearance: none;
  border: none;
  background: transparent;
}

#okta-login-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
#okta-login-container .pageBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #f0f0f0;
  background-image: linear-gradient(0deg, #01295f 49.5%, #9ed7db 49.5%, #9ed7db 50.5%, #f0f0f0 50.5%);
}
#okta-login-container #okta-sign-in.auth-container.main-container {
  border: none;
  padding: 0;
  margin: 0 auto;
  box-shadow: 0 0 3px 2px rgba(31, 31, 31, 0.05);
  border: 1px solid #d1d1d1;
  text-align: center;
  max-width: 330px;
}
#okta-login-container #okta-sign-in.auth-container.main-container .okta-sign-in-header {
  background: url("../imgs/logoPEI-dark.svg") no-repeat center center;
  background-size: auto 95px;
  height: 160px;
  border: none;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content {
  padding: 0 35px 25px;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form h2 {
  margin: 0 0 15px;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #01295f;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form .okta-form-label {
  padding: 0;
  margin-bottom: 5px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #01295f;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form .o-form-fieldset .okta-form-input-field {
  box-shadow: 1px 2px 2px 1px rgba(31, 31, 31, 0.05);
  border: 1px solid #d1d1d1;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form .o-form-fieldset .okta-form-input-field input {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form .custom-checkbox {
  width: 130px;
  margin: 0 auto;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form .custom-checkbox label {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #01295f;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form .o-form-button-bar input.button {
  width: 150px;
  border: none;
  height: 35px;
  line-height: 35px;
  background: #db611f;
  color: white;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#okta-login-container #okta-sign-in.auth-container.main-container .auth-content form .o-form-button-bar input.button:hover {
  background: #01295f;
}

#waiting {
  width: 100%;
  height: 100vh;
  background: #2a2a2a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  -webkit-animation: fadeIn .5s forwards;
  -moz-animation: fadeIn .5s forwards;
  -o-animation: fadeIn .5s forwards;
  animation: fadeIn .5s forwards;
}
#waiting p {
  color: #db611f;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 15px;
}
#waiting .spinner {
  -webkit-animation: rotate 2.5s infinite linear 0s;
  -moz-animation: rotate 2.5s infinite linear 0s;
  -o-animation: rotate 2.5s infinite linear 0s;
  animation: rotate 2.5s infinite linear 0s;
  width: 110px;
  height: 110px;
  background: url("../imgs/spinnerPEI.svg") no-repeat center center;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-moz-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#header, #sidebar, #mainChart, #extraChart, #footer {
  position: relative;
}

#dashboard {
  display: grid;
  grid-template-columns: 200px 3fr 2fr;
  grid-template-rows: 90px 1fr;
}
#dashboard.collapseL {
  grid-template-columns: 17px 3fr 2.45fr;
}

header#header {
  border-bottom: 1px solid #505050;
  grid-column: 2/4;
  grid-row: 1;
  background: #1f1f1f;
  padding: 0 30px;
  display: flex;
}
header#header .left, header#header .right {
  display: flex;
  align-items: center;
}
header#header .left {
  flex: 1;
}
header#header .left #clientLogo {
  width: 180px;
  padding-right: 30px;
}
header#header .left div#breadcrumb_div {
  width: -moz-calc(100% - 180px);
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  height: 25px;
}
header#header .left div#breadcrumb_div g rect {
  stroke: none;
  fill: transparent;
  rx: 4;
}
header#header .left div#breadcrumb_div g .breadcrumbLabel {
  fill: white;
  text-decoration: underline;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
}
header#header .left div#breadcrumb_div g .breadcrumbArrow {
  fill: #9ed7db;
}
header#header .left div#breadcrumb_div g #breadcrumbRect0 {
  fill: #9ed7db;
}
header#header .left div#breadcrumb_div g #breadcrumbLabel0, header#header .left div#breadcrumb_div g #breadcrumbIcon0 {
  fill: #1f1f1f;
  text-decoration: none;
}
header#header .left div#breadcrumb_div g:hover .breadcrumbLabel {
  fill: #9ed7db;
}
header#header .left div#breadcrumb_div g:hover #breadcrumbRect0 {
  fill: #db611f;
}
header#header .left div#breadcrumb_div g:hover #breadcrumbLabel0, header#header .left div#breadcrumb_div g:hover #breadcrumbIcon0 {
  fill: white;
}
header#header .right {
  flex: 0 0 540px;
  justify-content: end;
}
header#header .right #actions select, header#header .right #actions button {
  border: none;
  background: #db611f;
  height: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0 8px;
  width: 135px;
  display: inline-block;
  margin-left: 5px;
}
header#header .right #actions button {
  width: 105px;
  position: relative;
  text-align: right;
}
header#header .right #actions button svg {
  fill: white;
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  left: 10px;
}
header#header .right #actions button span {
  justify-content: end;
}
header#header .right #actions button:hover {
  background: #9ed7db;
  color: #1f1f1f;
}
header#header .right #actions button:hover svg {
  fill: #1f1f1f;
}
header#header .right #peiLogo {
  width: 110px;
  margin-left: 20px;
}

#sidebar {
  text-align: left;
  background: #1f1f1f;
  grid-column: 1;
  grid-row: 1/3;
  padding-right: 17px;
}
#sidebar div#header_div {
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}
#sidebar .dragHandle {
  right: 0;
}
#sidebar h2 {
  display: inline-block;
  text-align: left;
  color: #db611f;
  font-size: 12px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 900;
  margin: 0 0 15px;
}
#sidebar h2 span {
  color: #9ed7db;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
#sidebar g {
  display: block;
  margin-bottom: 8px;
  display: flex;
}
#sidebar g input[type=radio] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
#sidebar g span, #sidebar g label {
  margin: 0;
  vertical-align: middle;
  line-height: 1.2em;
}
#sidebar #functionalBox {
  height: 135px;
  width: 100%;
  background: black;
  padding: 20px 10px;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -ms-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
#sidebar #functionalBox.closed {
  height: 60px;
}
#sidebar #functionalBox.closed .trigger:before {
  content: "\e904";
}
#sidebar #functionalBox .trigger {
  cursor: pointer;
  position: relative;
}
#sidebar #functionalBox .trigger:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #9ed7db;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
#sidebar #functionalBox .trigger:hover h2 {
  color: #9ed7db;
}
#sidebar #functionalBox .panel {
  width: 100%;
}
#sidebar #functionalBox .panel .slider_span {
  display: block;
  margin-bottom: 10px;
}
#sidebar #functionalBox .panel .slider_span label, #sidebar #functionalBox .panel .slider_span input, #sidebar #functionalBox .panel .slider_span span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#sidebar #functionalBox .panel .slider_span label {
  width: 40px;
  padding-right: 5px;
}
#sidebar #functionalBox .panel .slider_span input {
  width: 90px;
}
#sidebar #functionalBox .panel .slider_span span {
  padding-left: 5px;
}
#sidebar #functionalBox .panel g {
  margin-bottom: 0;
}
#sidebar #groupsBox {
  flex: 1 1 20%;
  width: 100%;
  padding: 20px 10px;
}
#sidebar #groupsBox #group_div {
  height: -moz-calc(100% - 35px);
  height: -webkit-calc(100% - 35px);
  height: calc(100% - 35px);
}
#sidebar #curatedBox {
  flex: 1 1 40%;
  width: 100%;
  padding: 20px 10px;
  overflow: hidden;
  background: black;
}
#sidebar #curatedBox #curated_div {
  height: -moz-calc(100% - 35px);
  height: -webkit-calc(100% - 35px);
  height: calc(100% - 35px);
}
#sidebar #wellsBox {
  flex: 1 1 40%;
  width: 100%;
  padding: 20px 10px;
  overflow: hidden;
}
#sidebar #wellsBox .wellSearch {
  position: relative;
  margin-bottom: 20px;
}
#sidebar #wellsBox .wellSearch input {
  background: #f0f0f0;
  color: #1f1f1f;
  border: 1px solid #353535;
  padding: 0 30px 0 8px;
  width: 100%;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
#sidebar #wellsBox .wellSearch button {
  background: none;
  color: #1f1f1f;
  border: none;
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 14px;
  position: absolute;
  right: 1px;
  top: 1px;
}
#sidebar #wellsBox .wellSearch button:hover {
  color: #db611f;
}
#sidebar #wellsBox .wellSearch button:focus {
  outline: 1px dotted #353535;
}
#sidebar #wellsBox #well_div {
  height: -moz-calc(100% - 85px);
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
}

#mainChart {
  grid-column: 2;
  grid-row: 2;
  background: #2a2a2a;
  height: -moz-calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
}
#mainChart #chart_div {
  height: -moz-calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
  width: 100%;
  text-align: center;
}
#mainChart #minimapWrap {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #505050;
  border-left: none;
  background: #434343;
}
#mainChart #minimapWrap #minimap_div {
  width: 100px;
  height: 100px;
  margin: 5px auto;
}

#extraChart {
  grid-column: 3;
  grid-row: 2;
  background: #2f2f2f;
  height: -moz-calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
  padding-left: 17px;
  border-left: 1px solid #505050;
}
#extraChart .inner {
  overflow-y: auto;
}
#extraChart .inner .selectView {
  text-align: center;
  margin: 30px 0 20px;
}
#extraChart .inner .selectView select#extraChartSelect {
  border: none;
  background: #db611f;
  height: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  padding: 0 8px;
  margin: 0 auto;
}
#extraChart .inner #extra_chart_div {
  overflow-y: auto;
  text-align: center;
  height: -moz-calc(100vh - 90px);
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
  width: 100%;
}
#extraChart .inner #extra_chart_div text {
  fill: white;
  opacity: 1;
}
#extraChart .inner #extra_chart_div text.barTitleextra_chart_div {
  fill: #db611f;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
}
#extraChart .inner #extra_chart_div text.stackOptionsText, #extraChart .inner #extra_chart_div text.barOptionsText {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
}
#extraChart .inner #extra_chart_div text.stackOptionsText:hover, #extraChart .inner #extra_chart_div text.barOptionsText:hover {
  fill: #db611f;
}
#extraChart .inner #extra_chart_div text.menuSpacer {
  fill: #999999;
}
#extraChart .inner #extra_chart_div text.legendLabel {
  text-transform: uppercase;
  font-size: 9px;
}
#extraChart .inner #extra_chart_div .axis line {
  display: none;
}

.dragHandle {
  background: #353535;
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0;
}
.dragHandle span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #505050;
  color: #999999;
  font-size: 13px;
  width: 100%;
}
.dragHandle:hover span {
  background: #9ed7db;
  color: white;
}
.dragHandle.expand span {
  transform: rotate(180deg);
}

.d3_tooltip {
  visibility: hidden;
  background: white;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px;
  position: absolute;
  text-align: left;
  pointer-events: none;
  width: auto;
  height: auto;
  margin-right: 80px;
}
