/********************************
 --> Utility Classes
********************************/
.overflow-hidden {
    overflow: hidden;
}

/********************************
 --> Layout
********************************/

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #c6c6c6;
    color: #aaa;
}
body {
    font-family: 'maven_proregular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 62.5%;
    line-height: 1.3;
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #c6c6c6;
    color: #4e4e4e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content {
    width: 100%;
    min-width: 1024px;
    margin: 0 auto;
    padding: 20px;
    padding-top: 90px;
}
.contentShift {
    transform: translateY(36px);
}
.contentPrint {
    padding-top: 20px !important;
}
.page {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    z-index: 15;
}
.navLogo {
    background-image: url('/img/ugu-logo.png');
    background-repeat: no-repeat;
    background-size: 136px;
    background-position: center;
    width: 168px;
    height: 60px;
}
.pageHeader {
    padding: 10px;
    height: 48px;
    background: var(--blueLite);
    color: #fff;
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pageHeader h1 {
    line-height: 30px;
}
.pageHeader h2 {
    line-height: 25px;
}
.pageSubHeader {
    padding: 5px 10px;
    height: 32px;
    background: var(--green);
    color: #fff;
}

/********************************
 --> Fonts & Typography
********************************/

h1 {
    font-family: 'maven_proregular';
    font-size: 3.2em;
}
h2 {
    font-family: 'maven_proregular';
    font-size: 2.6em;
}
h3 {
    font-family: 'maven_proregular';
    font-size: 2.2em;
}
h4 {
    font-family: 'maven_proregular';
    font-size: 1.8em;
}
h5 {
    font-family: 'maven_proregular';
    font-size: 1.5em;
}
h6 {
    font-family: 'maven_proregular';
    font-size: 1.2em;
}
.hBold {
    font-family: 'maven_probold' !important;
}
p {
    font-family: 'droid_sans_monoregular';
}
.pBold {
    font-weight: bold;
}
.p35 {
    font-size: 3.5em;
}
.p30 {
    font-size: 3em;
}
.p24 {
    font-size: 2.4em;
}
.p20 {
    font-size: 2em;
}
.p18 {
    font-size: 1.8em;
}
.p16 {
    font-size: 1.6em;
}
.p14 {
    font-size: 1.4em;
}
.p12 {
    font-size: 1.2em;
}
.p11 {
    font-size: 1.1em;
}
.p10 {
    font-size: 1em;
}
.p09 {
    font-size: 0.9em;
}
u,
.underline {
    text-decoration: underline;
}
/* input,
select {
    font-family: 'droid_sans_monoregular';
    font-size: 1.2em;
} */
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

/********************************
 --> Colours
********************************/

:root {
    --orange: #ee8a1e;
    --white: #ffffff;
    --red: #e74927;
    --green: #8fc549;
    --blueLite: #1db0da;
    --blueDark: #005995;
    --blueGrey: #668ab0;
    --greenDark: #6dc26d;
    --yellow: #efb310;
    --orange: #ee8a1e;
    --red: #e74927;
    --ink: #1c273a;
    --grey3: #e9e9e9;
    --grey4: #ddd;
    --grey5: #c6c6c6;
    --grey6: #aaa;
    --grey8: #8e8e8e;
    --greyA: #4e4e4e;
}

.cWhite {
    color: #e9e9e9 !important;
}

.cOrange {
    color: #ee8a1e;
}
.cRed {
    color: #e74927;
}
.cGreen {
    color: #8fc549;
}
.cBlueLite {
    color: #1db0da;
}
.cBlueDark {
    color: #005995;
}
.bgBlueLite {
    background: #1db0da;
}
.bgBlueDark {
    background: #005995;
}
.bgBlueGrey {
    background: #668ab0;
}
.bgGreen {
    background: #8fc549;
}
.bgYellow {
    background: #efb310;
}
.bgOrange {
    background: #ee8a1e;
}
.bgRed {
    background: #e74927;
}
.bgBlueLiteI {
    background-color: #1db0da !important;
}
.bgOrangeI {
    background: #ee8a1e !important;
}
.bgGreenI {
    background: #8fc549 !important;
}
.bgInk {
    background: #1c273a;
}
.bgWhite {
    background: #fff;
}
.bgGrey3 {
    background: #e9e9e9;
}
.bgGrey4 {
    background: #ddd;
}
.bgGrey5 {
    background: #c6c6c6;
}
.bgGrey6 {
    background: #aaa;
}
.colourBlock {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 12px;
}
.gradient3 {
    background: linear-gradient(to bottom, #aaa 0%, #c6c6c6 100%);
}
.gradient5 {
    background: linear-gradient(to bottom, #013b82 0%, #005995 100%);
}
.gradientX {
    background: #ff0;
}

/********************************
 --> Buttons
********************************/

.link-button {
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 10px;
    background: #8e8e8e;
    border: none;
    color: #fff;
    font-size: inherit;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
}
.btnStretch {
    width: 100%;
}
.link-button:hover {
    opacity: 0.8;
}
.link-button:active {
    opacity: 0.6;
}
.btnTiny {
    padding: 4px 8px;
}
.btnA {
    background: #ddd;
    border: none;
    color: #4e4e4e;
}

/********************************
 --> Inputs
********************************/
/* 
input[type='text'],
input[type='email'],
input[type='password'] {
    width: 180px;
    border-radius: 4px;
    padding: 1px 6px;
    color: cInk;
    border-radius: 4px;
    padding: 6px 10px;
    padding-top: 5px;
    background: #fff;
    border: none;
    font-size: inherit;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
}
input[type='text']::-webkit-input-placeholder {
    color: var(--grey6);
}
input[type='text']::-moz-placeholder {
    color: var(--Grey6);
}
.inputLong {
    width: 400px !important;
}
.inputShort {
    width: 80px !important;
} */

/* select {
    border-radius: 4px;
    padding: 1px 6px;
    color: cInk;
    border-radius: 4px;
    padding: 4px 10px;
    background: #fff;
    border: none;
    font-size: inherit;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
}
.selectShort {
    min-width: auto !important;
    width: 60px !important;
} */
.date-input {
    width: 100px;
    color: #1c273a;
    padding: 6px 10px;
    background: #fff;
    border: 0.5px solid #aaa;
    font-size: inherit;
    border-radius: 3px;
  }
  
.basic-input {
  width: 180px;
  color: #1c273a;
  padding: 6px 10px;
  background: #fff;
  border: 0.5px solid var(--grey6);
  font-size: inherit;
  border-radius: 3px;
}

.basic-select {
    color: #1c273a;
    padding: 6.8px 10px;
    border: 0.5px solid var(--grey6);
    font-size: inherit;
    border-radius: 3px;
    box-sizing: content-box;
    appearance: auto;
    -webkit-appearance: auto;
  }

/********************************
 --> Utilities
********************************/

.positionRelative {
    position: relative;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.spacer2 {
    height: 2px;
}
.spacer5 {
    height: 5px;
}
.spacer10 {
    height: 10px;
}
.spacer20 {
    height: 20px;
}
.spacerWidth10 {
    display: inline-block;
    width: 10px;
}
.hoverOpacity:hover {
    opacity: 0.6;
    cursor: pointer;
}
.inline {
    display: inline;
}
.inlineBlock {
    display: inline-block;
}
.inlineSpacer10 {
    display: inline-block;
    width: 10px;
}
.inlineSpacer15 {
    display: inline-block;
    width: 15px;
}
.inlineSpacer30 {
    display: inline-block;
    width: 30px;
}
.verticalMiddle {
    vertical-align: middle;
}
.marginLeft20 {
    margin-left: 20px;
}
.borderRight0 {
    border-right: none !important;
}
.borderTransparent1 {
    border: 1px solid transparent;
}
.colWrapper {
    width: 100%;
    white-space: no-wrap;
}
.col3 {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
.col26 {
    display: inline-block;
    width: 26%;
    vertical-align: top;
}
.col48 {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.clear {
    clear: both;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textRight {
    text-align: right;
}
.padding4 {
    padding: 4px;
}
.padding6 {
    padding: 6px;
}
.padding8 {
    padding: 8px;
}
.padding20 {
    padding: 20px;
}
.paddingBot4 {
    padding-bottom: 4px !important;
}
.paddingTop4 {
    padding-top: 4px !important;
}
.paddingSides8 {
    padding-left: 8px;
    padding-right: 8px;
}
.marginAuto {
    margin: 0 auto;
}
.opacity0 {
    opacity: 0;
}
.warningMsg {
    text-align: center;
    color: red;
}
.clickLink {
    cursor: pointer;
    text-decoration: underline;
}

/********************************
    --> Status Box
********************************/

.statusBox {
    width: 120px;
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.statusBoxGrid {
    /* margin: auto auto; */
    margin: auto auto;
    font-weight: 600;
    width: 100px;
    height: 25px;
    padding: 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    color: #fff;  
    border-radius: 4px;
}

.flex-center {
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
}

.GOOD {
    background-color: var(--green);
}

.BAD {
    background-color: var(--red);
}

.NOT-CONNECTED {
    background-color: var(--grey8);
}

.statusBoxStretch {
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
.statusBoxSmall {
    width: 80px;
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
.statusBoxTiny {
    width: 18px;
    display: inline-block;
    padding: 2px 0px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin-left: 1px;
}
.statusBoxGridBAD {
    background-color: var(--red);
    margin-top: 9px;
}
.statusBoxGridGOOD {
    margin-top: 9px;
    background-color: var(--green);
}
.statusBoxGridAuto {
    margin: 2px 0;
    /* margin: auto auto; */
    font-weight: 600;
    /* width: auto; */
    max-width: auto;
    height: 90%;
    padding: 2px 2px;
	display: flex;
    /* display: inline-block; */
    align-items: center;
    justify-content: center;
    align-self: center;
	color: #fff;
	background-color: var(--grey8);
	border-radius: 4px;
}

.statusBoxOnline,
.statusBoxGOOD,
.statusBox1 {
    background-color: var(--green);
}
.statusBoxDarkBlue {
    background-color: var(--blueDark);
}
.statusBoxBlueGrey {
    background-color: var(--blueGrey);
}
.statusBoxOrange {
    background-color: var(--orange);
}
.statusBoxGreyA {
    background-color: var(--greyA);
}
.statusBoxYellow {
    background-color: var(--yellow);
}
.statusBoxOffline {
    background-color: var(--red);
}
.statusBoxBAD {
    background-color: var(--red);
}
.statusBox0 {
    background-color: var(--red);
}
.statusBoxOFFLINE {
    background-color: var(--grey8);
}
.meterStatusGood,
.meterStatusGOOD {
    background-color: var(--green);
}
.meterStatusOffline,
.meterStatusDECOMMISSIONED {
    background-color: var(--grey8);
}
.meterStatusWarn {
    background-color: var(--orange);
}
.meterStatusBad,
.meterStatusBAD {
    background-color: var(--red);
}
.meterEndOk {
    background-color: var(--green);
}
.meterEndLate {
    background-color: var(--red);
}
.meterEndOffline {
    background-color: var(--grey8);
}
.meterStatusBAD .statusBoxGrid {
    background-color: var(--red);
}

/********************************
    --> View Table
********************************/

.tableView {
    width: 100%;
}
.tableView th {
    min-height: 34px;
    padding: 4px 8px;
    background: var(--grey6);
    border-top: 1px solid var(--grey3);
    border-bottom: 1px solid var(--grey3);
    color: #fff;
    text-align: left;
    vertical-align: middle;
}
.tableView td {
    padding: 4px 8px;
    min-height: 34px;
    color: cInk;
    border: 1px solid var(--grey3);
    vertical-align: middle;
}
.width25P {
    width: 25%;
}
.width50P {
    width: 50%;
}
.width100 {
    width: 100%;
}
.dWarning {
    padding: 5px 10px;
    background-color: #ee8a1e;
    color: #fff;
    opacity: 0.8;
    border-radius: 4px;
}

/********************************
    --> Ag-Grid
********************************/

.ag-insight {
	/* --ag-header-height: 10px; */
	--ag-font-size: 10px;
	--ag-font-family: 'maven_proregular';
	--ag-header-background-color: #8fc549;
	--ag-header-foreground-color: #fff;
    --ag-secondary-foreground-color: #fff;
    /* --ag-foreground-color: #fff; */
	/* --ag-row-height: 40; */
}

.gridContainer {
    display: flex;
	flex-direction: column;
	height: 80vh;
    padding: 1rem;
	/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.gridEmpty {
    display: flex;
	flex-direction: column;
	height: 20vh;
}

.gridHeading {
	display: inline-block;
	text-align: center;
	font-family: 'maven_probold' !important;
	border-bottom: 2px solid var(--blueLite);
	margin: 0 auto;
}

.gridControls {
	display: flex;
	justify-content: space-between;
	margin: 0.5rem 0;
}

.gridControls label {
	display: flex;
	align-items: center;
    justify-content: center;
	margin: 0 0.1rem;
	padding: 0.5rem;
}

/* .gridControls .actions label > input {
	box-shadow: none;
	border: 0.5px solid #aaa;
	align-self: flex-start;
    font-weight: bold;
} */

.gridControls select, input {
	box-shadow: none;
	border: 0.5px solid #aaa;
	align-self: flex-start;
    font-weight: bold;
	/* border: 0.5px solid #1db0da; */
	/* border-radius: 0px; */
}

.csvOptions select, input {
    font-weight: normal;
}

.gridControls button {
	align-self: flex-start;
	/* width: 100px; */
}

.dataSelection {
	display: flex;
	justify-content: start;
}

.csvOptions {
	display: flex;
    align-items: center;
	justify-content: end;
    /* padding-right: 1rem; */
	/* padding: 0.5rem 0; */
}

.dataGrid {
    flex: 1 1 0px;
	width: 100%;
	height: 100%;
}

/********************************
    --> Dashboards
********************************/
.summary {
	display: flex;
	justify-content: space-between;
}

.summaryBox {
	/* border: 2px solid #c8c8c8; */
	/* border-radius: 8px; */
    padding: 1rem;
	margin-top: 10px;
	overflow: hidden;
	width: 49.6%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.summaryBoxFull {
    padding: 1rem;
	margin-top: 10px;
	overflow: hidden;
	/* width: 49.6%; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.summaryHeader {
	display: flex;
	justify-content: center;
	font-weight: bold;
}

.link {
    cursor: pointer;
}

.summaryContent {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 200px;
	padding: 10px;
}
.cardContainer {
	padding: 0.5rem 1rem;
}

.metricCard {
	width: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0.5rem;
}

.installationIssue {
	background-color: var(--red);
}

.connectivityIssue {
	background-color: var(--blueDark);
}

.metricCard h5 {
	font-size: 14px;
	font-weight: bold;
}

/********************************
    --> UI Boxes
********************************/

.dBox {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* border: 2px solid #C8C8C8; */
}
.dBoxC1 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.dBoxC2 {
    display: inline-block;
    width: 66%;
    vertical-align: top;
}
.dBoxC3 {
    display: inline-block;
    width: 32.6%;
    vertical-align: top;
}
.dBoxC50 {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.dBoxSpacer {
    display: inline-block;
    width: 1%;
    vertical-align: top;
}
.dBoxCol2 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.dBoxCol3 {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
}

/********************************
    --> UI Lists
********************************/

.dList li {
    width: 33.3%;
    display: inline-block;
    padding: 2px 8px;
    vertical-align: top;
    border: 1px solid var(--grey3);
    min-height: 50px;
}
.dList h5 {
    padding: 2px 6px;
    padding-left: 0px;
}
.dList .hBold {
    display: inline-block;
    border-bottom: 2px solid var(--blueLite);
}
.dList p {
    padding-top: 2px;
}
.dListSpacer {
    height: 2px;
}

/********************************
    --> UI Table
********************************/

.dTable {
    width: 100%;
}
.dTable td,
.dTable th {
    padding: 4px 8px;
    border: 1px solid var(--grey3);
    vertical-align: middle;
}

/********************************
    --> UI Selectable List
********************************/

.dSelect li {
    display: inline-block;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    padding: 4px 10px;
    cursor: pointer;
}
.dSelectActive {
    background-color: #1db0da;
}

/********************************
 --> Invoice Table
********************************/

.invoiceTbl {
    width: 100%;
    background: #e9e9e9;
    text-align: center;
    padding: 10px;
}
.invoiceTbl table {
    width: 100%;
}
.invoiceTbl td {
    padding: 4px 8px;
    text-align: right;
}
.invoiceTbl th {
    padding: 4px 8px;
}
.invoiceTbl tr td:first-child,
.invoiceTbl tr th:first-child {
    text-align: left;
}
.invoiceTbl tr:first-child {
    border-bottom: 2px solid #c6c6c6;
}
.invoiceTbl tr:last-child {
    border-top: 2px solid #c6c6c6;
    border-bottom: 2px solid #c6c6c6;
}
.invoiceTblNotes {
    text-align: left;
    padding: 5px 10px;
}
.invoiceTbl .fa-check {
    color: #8fc549;
}
.invoiceTbl .fa-times {
    color: #e74927;
}
.invoiceTblDetails tr {
    border: none !important;
}
.invoiceTblDetails th,
.invoiceTblDetails td {
    width: 14.28%;
    text-align: center !important;
    border: 1px solid #c6c6c6 !important;
    border-collapse: coll;
}

/********************************
 --> Table List (Used in Exceptions Page..)e
********************************/

.tableList {
    width: 100%;
}
.tableList th {
    padding: 4px;
    background: var(--green);
    color: #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.tableList th span {
    cursor: pointer;
}
.tableList td {
    padding: 2px 4px;
    background: var(--grey4);
    color: var(--ink);
    border: 1px solid #fff;
    cursor: pointer;
}
.tableList tr:hover td {
    background: var(--grey6);
}
.tableListRowProblem td {
    background-color: var(--orange) !important;
}
.tableListCellEllipsis {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:200px;
}
.tableListCellException {
    background-color: var(--orange) !important;
}
/*
.tableListCellTransparent td {
    background-color: transparent;
}
.tableExcBlock {
    width: 24px;
    text-align: center;
}
.tableExcHeadLite {
    background-color: cBlueLite !important;
    border: 2px solid cBlueLite !important;
    outline: 2px solid cBlueLite;
}
.tableExcRowLast td:nth-child(10) {
    border-bottom: 2px solid cBlueLite !important;
}
*/  
  
  