﻿
.HeaderLogo {
  float: left;
  background-color: #555555;
  Border-Color: #171e24;
  border-width: 4px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.LogonLogo {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: white;
}

.LogonFlag {
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  background-color: transparent;
  max-width: 100px;
  opacity:0.1;
}

.LogonRegionText {
  width: 100%;
  padding-top: 5px;
  color:white;
  text-align:center;
  font-weight:bold;
}

.RegionHyper1 {
  width: 100%;
  padding-top: 5px;
  color: white;
  text-align: center;
}


.nav {
  width: 100%
}

body {
				background-color: #202930;
}

h1, h2, h3{
				color: #FFF;
}

.navbar {
				border: 0;
				border-top: 2px solid #E2E2E2;
				border-bottom: 2px solid #E2E2E2;
				background-color: #E2E2E2;
				padding-top: 1px;
				padding-bottom: 1px;
}


.NavMenuLink {
  font-size: 1.2em;
  padding: 5px;
}

  .NavMenuLink:hover {
    background-color: #eeeeee !important;
  }

.activePage {
				background-color: #C2C2C2;
				border-left: 1px solid #2C2C2C;
				border-top: 1px solid #2C2C2C;
				border-right: 1px solid #2C2C2C;
				border-radius: 7px 7px 0 0;
}

.navbar-default {
				color: #333;
}

.navbar-default {
  color: #333;
}

  .navbar-default .navbar-nav > li > a {
    color: #333;
  }

.navbar-default .navbar-nav > li > a:hover {
				color: #000;
    background-color: #C2C2C2;
    border-radius: 7px 7px 0 0;
}

.dropdown-item {
  width: 100%;
  padding: 10px;
  color: #333;
}

.dropdown-menu {
  min-width: 300px
}

.DivLogonCont {
  /*width: 100%;*/
  border: solid 1px #E2E2E2;
  border-radius: 20px;
  padding: 5%;
  margin-bottom: 40px;
  background-color: #2C2C2C;
  /*box-shadow: 10px 10px 8px #dddddd;*/
}

.AccountHeaderText {
  font-size: 2.0em;
  font-weight: bold;
  padding-bottom: 2%;
  color: #FFFFFF;
}

.AccountSubHeaderText {
  font-size: 1.2em;
  padding-bottom: 1%;
  color: #d9dce1;
}

.AccountFormField {
  padding-bottom: 1%;
  color: #d9dce1;
}

.AccountFormButton {
  background-color: #023C52;
  background-image: linear-gradient(#023C52, #17A3E1);
  color: white;
  font-weight: bold;
  border: 1px solid grey;
}

  .AccountFormButton:hover {
    background-image: linear-gradient(#17A3E1,#023C52);
    border: 1px solid White;
  }


.AccountFormButtonDisabled {
  background-color: lightgray;
  color: white;
  font-weight: bold;
}

.AccountFormButtonRed {
  background-color: #023C52;
  background-image: linear-gradient(#023C52, #e14617);
  color: white;
  font-weight: bold;
}



.FormValidError {
  color: red;
}

.DivPageContent {
  min-height: 500px;
}

.FooterBar {
  border: 0;
  border-top: 2px solid #202930;
  border-bottom: 2px solid #202930;
  background-color: #202930;
  padding-left: 6px;
  margin-top: 4px;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.table-stripedOverride > tbody > tr:nth-child(even) > td, .table-stripedOverride > tbody > tr:nth-child(even) > td {
  background-color: #E2E2E2;
}

.table-stripedOverride > tbody > tr:nth-child(odd) > td, .table-stripedOverride > tbody > tr:nth-child(odd) > td {
  background-color: #C8C8C8;
}

.Overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 300%;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 1.0;
  z-index: 1000;
}

.PopUpPanel {
  margin: 0 auto;
  position: relative;
  background-color: white;
  top: 30px;
  left: auto;
  right: auto;
  z-index: 2001;
  padding: 10px;
  min-width: 600px;
  max-width: 800px;
  -moz-box-shadow: 3.5px 4px 5px #000000;
  -webkit-box-shadow: 3.5px 4px 5px #000000;
  box-shadow: 3.5px 4px 5px #000000;
  border-radius: 5px;
  -moz-border-radiux: 5px;
  -webkit-border-radiux: 5px;
  border: 1px solid #CCCCCC;
  opacity: 1.0;
}

.PopUpTitle {
  background-color: #E2E2E2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.RowEdit {
  padding-top: 5px;
}

.cmdButton {
  background-color: #88D0E0;
  color: white;
  border: solid 1px transparent;
}

  .cmdButton:hover {
    background-color: #1d5bb8;
    font-weight: bold;
    border: solid 1px DarkBlue;
  }

.ConcatCont {
				font-size: 1.5em;
				color: #d9dce1;
}
.GridIconLink  {
  height: 28px;
  margin: 1px;
}
.GridIconLink img {
  height: 28px;
  margin: 1px;
}

.GridIconLink50 {
  height: 50px;
  margin: 15px;
}

  .GridIconLink50 img {
    height: 50px;
    margin: 15px;
  }

.gridHeaderCenter {
  text-align: center !important;
  border-left: solid 1px GhostWhite;
}

.gridColStatus {
  border-right: solid 1px #555;
  border-bottom: solid 1px #555;
}


.ReportRow:hover {
  border-top: solid 2px #202930;
  border-Bottom: solid 2px #202930;
}


.DeviceDataHeader {
  font-size: 1.2em;
  font-weight: normal;
  color: #d9dce1;
}
.DeviceDataHeaderHyp{
  text-decoration: underline;
}
.DeviceDataHeaderHyp:visited  {
  text-decoration: underline;
}


.RadMap .k-marker.k-i-marker-my-custom-shape-ok:before {
  color: green;
}

.RadMap .k-marker.k-i-marker-my-custom-shape-alert:before {
  color: red;
}

.k-chart-tooltip {
  font-weight: bold !important;
  font-size: 1.2em !important;
  border: solid 1px grey !important;
}

.divSampleGraph {
  background: url(images/SampleWatermark.png) no-repeat;
}

.AlgoImage1 {
  max-width: 100%;
}

.AlgoDescription {
				font-size: 1.0em;
				color: #d9dce1;
				background-color: #1e344b;
				padding-top: 3px 6px 20px 6px;
}

.AlgoDescRed {
				color: #e51d41;
				font-weight: 900;
}

.AlgoDescGreen {
				color: #639a01;
				font-weight: 900;
}

.AlgoDescBlack {
				color: white;
				font-weight: 900;
}

.PanelUpperHeader {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #e5e5e5;*/
  /*background-image: linear-gradient(to bottom, #cccccc, #e5e5e5);*/
}

  .PanelUpperHeader h1 {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
  }

.PanelHeader {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #e5e5e5;*/
  /*background-image: linear-gradient(to bottom, #cccccc, #e5e5e5);*/
}

.HeaderPanelIcon {
  font-size: 20px;
  padding: 5px;
}

  .HeaderPanelIcon:hover {
    color: white;
    background-color: #23527c;
    transition: 1.0s;
  }


.minibutton {
  background-color: #e5e5e5;
  background-image: linear-gradient(to bottom, #cccccc, #e5e5e5);
  border-radius: 5px;
  padding: 10px;
}


.MaintenanceGrid {
  width: 100%;
}

.DataGridColHdr {
  background-color: #e5e5e5;
  background-image: linear-gradient(to bottom, #cccccc, #e5e5e5);
}

.GridViewEditIcon {
  font-size: 15px;
  padding: 3px;
}

  .GridViewEditIcon:hover {
    color: white;
    background-color: #23527c;
    transition: 1.0s;
  }

.MaintenanceEdit {
  width: 100%;
  max-width: 1200px;
}

.DivEditLabel {
  padding: 5px;
  text-align: left;
  color: #d9dce1;
}

.DivEditField {
  padding: 5px;
  text-align: left
}

.LabelSelectMini {
  color: #d9dce1;
}

.LabelSelectForm {
  color: #555;
}

.EditArrow {
  font-size: 30px;
  padding: 3px;
}

  .EditArrow:hover {
    color: white;
    background-color: #23527c;
    transition: 1.0s;
  }

.EditArrowDiv {
  text-align: center;
  padding-top: 10px;
}


.CustListPanel {
  height: 100%;
}

.CustEditPanel {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 1px lightblue;
  background-color: azure;
}

.CustEditListbox {
  width: 100%;
  height: 100% !important;
  font-size: 1.25em;
  overflow-x:auto;
}

.CustEditIcon {
  font-size: 30px;
  padding: 10px;
}

.CustListHeader {
  font-size: 1.5em;
  font-weight: bold;
  color: #d9dce1;
}

.CustListHeaderForm {
  font-size: 1.5em;
  font-weight: bold;
}

.EditCustRow {
  padding-bottom: 10px;
}

.PipeConditionMainImg {
  width: 100%;
}

.PipeConditionSliceImg {
  height: 20px;
  width: 100%;
}

.ChartHeight {
  height: 500px !important;
}

.ChartPanel {
  border-bottom: solid 1px grey;
  margin-bottom: 50px;
  text-align: center;
  background-color: #303030;
}

.GraphInfoIcon {
  float: left;
  /* display: inline-block; */
  font-size: 1.5em;
  color: darkblue;
  white-space: pre-line;
  padding-right: 10px;
  cursor: pointer;
  z-index: 1;
}

.fa-info {
  color: white;
  font-size: 0.5em;
  padding-right: 10px;
  z-index: 2;
}

.GmapInfoContainer {
  width: 550px;
  margin-left:0;
  margin-right:0;
}

.GraphInfoPanel {
  z-index: 10000;
  white-space: pre-line;
}

.GraphInfoText {
  display: inline-block;
  width: 80%;
  margin-top: -20px;
  font-size: 0.9em;
  color: #d9dce1;
  visibility: hidden;
}

.device-image {
  max-height: 250px;
  max-width: 423px;
}

.GmapInfoHeader {
  background-color: lightblue;
  width: 100%;
  font-size:1.3em;
  font-weight:bold;
  padding: 5px;
  text-align:center;
}

.GmapInfoLink {
  padding-top: 5px;
}

.GmapInfoLeft {
  font-size: 1.0em;
  padding:0;
}

.GmapInfoBold {
  font-weight:bold;
}

.GmapInfoImage {
  margin-top:20px;
  
  width: 100%;
}

.GmapInfoNote {
  clear: both;
  width: 100%;
  height: 30px;
  font-weight: 400;
}

.GmapInfoFooter {
  clear: both;
  width: 100%;
  background-color: lightblue;
  height: 20px;
}

#waveform {
  width: calc(99% - 20px);
  color: #d9dce1;
  margin-left: 20px;
  border-left: solid 1px white;
  border-Bottom: solid 1px white;
}

#wave-timeline {
  width: calc(99% - 20px);
  color: #d9dce1;
  margin-left: 20px;
}

#waveform2{
  width: calc(99% - 20px);
  color: #d9dce1;
  margin-left: 20px;
  border-left: solid 1px white;
  border-Bottom: solid 1px white;
}

#wave-timeline2 {
  width: calc(99% - 20px);
  color: #d9dce1;
  margin-left: 20px;
}

.WaveSurferButton {
  margin-top: 4px;

}

.PipeConditionAxisImg {
				width: 100%
}


.ddaCmdSelected {
  border-top: solid 2px lightblue;
  border-left: solid 2px lightblue;
  border-right: solid 2px lightblue;
  background-color: #555555;
}
.ddaCmdSelected:hover {
  border-top: solid 2px lightblue;
  border-left: solid 2px lightblue;
  border-right: solid 2px lightblue;
}

.ddaCmdUnSelected {
  border-top: solid 2px darkgrey;
  border-left: solid 2px darkgrey;
  border-right: solid 2px darkgrey;
  background-color:#333333;
}

.ddaDateLabel {
  font-size: 1.2em;
  color: white;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
}

.ddaDateBox {
  width: 100px;
  float: left;
  margin-right:20px;
  padding:5px;
  border-radius:3px;
}

.PipeConditionAxisImg {
  width: 100%;
}
.riTextBox {
  padding: 3px;
  border-radius:3px;
}

.cmdWarning {
  background-color: darkred;
  color: white;
}
.cmdWarning:hover{
  background-color:red;
  color:white;
}
.DivDataReset {padding: 10px;}

DevEditPanelBar {
  background-color: darkred;
  color: white
}

.DiagsUpperDiv {
  background-color: ghostwhite;
  margin: 15px;
  padding: 10px;
}

.TableRawDataFilesHdr {
  font-weight: bold;
}
.TableRawDataFilesHdr td {
  padding: 3px;
  font-weight: bold;
}

.TableRawDataFiles td {
  padding: 3px;
  font-size:0.8em;
  width:100%;
}

.TableRawDataFiles {
  background-color: ghostwhite;
  border: 1px solid grey;
}
.SysLogCell {
  background-color: lightpink !important;
  font-weight: bold;
  word-wrap: break-word;
}

.GridFixed {
  word-wrap: break-word;
}

#DdpRadListBox .rlbSelected {
  background-color:#e5e5e5;
  border: solid 1px grey;
}

#DdpRadListBox .rlbHovered {
  background-color: ghostwhite;
  border: solid 1px black;
  font-weight:bold;
}

.RadGridHeader {
  font-weight:bold;
  font-size:1.2em;
}


.RadGridEditPanel {
  background-color: #dddddd;
  width: calc(99% - 50px);
  padding: 10px 10px 10px 10px;
  margin: 20px 50px 20px 40px;
  border: solid 1px black;
}

.GridEditPanelRow {
  margin-left: 0px !important;
  margin-right: 0px !important;

}
.GridEditPanelTitle {
font-size:1.5em;
font-weight:bold;
}

.pnlPlayAudio {
  margin-bottom:10px;
}
.Height100pc {
  height:100%;
}

.LabelBigBold {
  font-weight: bold;
  font-size: 1.2em;
  color: white;
  margin: 10px 10px 10px 10px;
}

.centerHeaderText {
  text-align: center !important;
}

.DashLeakEventsCounters {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

.ReportiFrame {
  width: 100%;
  height: calc(100% - 150px);
}

#deviceFilter .row {
  margin-bottom: 2px;
}

.btn-sm {
  background-color: #023C52;
  background-image: linear-gradient(#023C52, #17A3E1);
  color: white;
  font-weight: bold;
}

#deviceFilter {
  background-color: white;
}

.DisplayNone {
  display: none
}

.OnepxPaddingLeftRight {
  padding-left: 1px;
  padding-right: 1px
}


.DisplayNone {display:none}
.OnepxPaddingLeftRight {
  padding-left: 1px;
  padding-right: 1px
}


.ReportiFrame {
  width: 100%;
  height: calc(100% - 150px);
}

#deviceFilter .row {margin-bottom:2px;}
.btn-sm {
  background-color: #023C52;
  background-image: linear-gradient(#023C52, #17A3E1);
  color: white;
  font-weight: bold;
}
#deviceFilter {
  background-color: white;
}
.rightHeaderText {
  text-align: right !important;
}
.GridViewPages {
  padding-right: 5px;
  Font-Size: 1.5em;
 text-decoration:underline;
  letter-spacing:5px;
}

.MaxWidth200 {
  max-width: 200px
}
.MaxWidth300 {
  max-width: 300px
}
.MaxWidth400 {
  max-width: 400px
}

.LabelBoldBigger {
  font-size: 1.4em;
  font-weight: bold;
  color:white;
}
.Bold {font-weight: bold}
.TextRight {
  text-align: right
}
.TextCenter {
  text-align: center
}
.DeviceLabel1 {
  font-size: 14px;
  font-weight:bold;
  color: black;
  background-color: #ffffff;

}
.TablePairedDiags {
  background-color: ghostwhite;
  width:100%;
  border:1px solid grey;
}
.CellPairedDiagsHdr {
  padding: 5px;
  font-weight:600;
}
.CellPairedDiags {
  padding: 5px;
}
.GmapPersistImage {
  width: 100%;
  max-height:300px;
  
}

.ColNoPadding {
  padding-left: 0px;
  padding-right: 0px
}

.RadGrid .rgRow > td {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.RadGrid .rgAltRow > td  {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.rgHeader{
  padding-left: 5px !important;
  padding-right: 5px !important;
}


.RadGrid .rgFooter > td {
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-weight:bold;
}

.ui-widget-header {
  border: 0px solid #777777;
  border-bottom: 1px solid #777777;
  background: #333333;
  color: #333333;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #009900;
    font-weight: normal;
    color: #ffffff;
    border-radius:5px 5px 0 0;
  }

.buttontab {
  display: inline-block;
  margin: 5px 1px 0px 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: auto;
  background-color: white;
  color: #333333;
  border-color:#444444;
}

.buttontabactive {
  background-color: green;
  color: white;
}
.labelconHide{
display:none;
font-size:0.5em;
color:darkgray
}

.ItemGreen {
  color: green
}
.ItemGreen {
  color: green
}

.ItemGreen {
  background-color: darkgreen;
  color:white;
  font-weight:bold;
}
.ItemBlue {
  background-color: navy;
  color:white;
  font-weight: bold;
}
.DashboardMapLegend {
  border-right: 1px solid #444444;
  padding: 5px;
  text-align:center;
}


.CaAssetCell {
  padding: 5px;
  min-width: 100px;
  width: 20%;
}

.CaFileCell{
padding:5px;
min-width:100px;
width:20%;


}

.GridPagerFooter td{
  padding-right: 8px;
  font-size:1.2em;

}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

  .nav > li > a {
  position: relative;
  display: block;
  padding: 15px 10px;
}
.PrivacyText{
  color: white;
}

.PrivacyTable {
  width:100%;
  background-color: lightgray;

}

  .PrivacyTable th{
    color:black;
      font-weight:bold;
  }

  .PrivacyTable td, .PrivacyTable th {
    padding: 10px;
    vertical-align: top;
  }