   :root {
    --mdc-theme-primary: #01232f;
    --mdc-theme-background: #E0E0E0;
  }

  div > img {
    max-width: 100%;
    max-height: 100%;
  }

  main {
    margin: 0px auto;
  }

  .alarmflag{
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
  }

  .analysis-container-grey {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    background-color: rgba(230, 230, 230, 0.80); 
  }

  .analysis-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 1px;
    margin-bottom: 1px;
    height: 30px;
    width: 100%;
    color: rgb(40, 40, 40); 
    /*rgba(230,230,230,1);*/
    background-color: rgba(140, 140, 140, 1); 
    /*rgba(2, 35, 48, 1);*/
  }

  

  .button-container {
    min-height:30px;
    background-color:  rgba(230, 230, 230, 0.80); 
    /*rgba(2, 35, 48, 1);*/
  }

  .cell25 {
    width: 25%;
  }
  .cell75 {
    width: 75%;
  }

  .cell-margin {
    margin-bottom: 20px;
  }

  .cellMiniText {
    font-size: 10px;
  }

  .chart-container {
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
    margin-top: 5px;
    width: 90%;
  }

  .clearButton {
    border-width: 0px;
    min-height: 25px;
    height:100%;
    width: 45%;
    position: relative;
    float:right;
    color: rgb(210, 210, 210) !important;
    background-color: rgba(40, 40, 40, 1) !important;
    /*rgba(3, 40, 58, 0);*/
  }

  .clearButton:hover {
    border-width: 0px;
    min-height: 30px;
    position: relative;
    float:right;
    color: rgb(20, 20, 20) !important;
    background-color: rgba(90, 90, 90, 0.8) !important;
  }

  .data-container {
  }

  .fill {
    height: 400px;
  }

  .flex-container{
    display: flex;
    justify-content: space-between;
  }

  .flex-container-spacearound{
    display: flex;
    justify-content: space-around;
  }

  .footer {
    background-color: rgba(0,0,0,1);
    color: white;
    height: 50px;
  }

  .graphs-container {
    float: left;
    width:100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(230, 230, 230, 0.80);
  }

  .graphButton {
    height: 30px;
    margin: 1%;
    width: 98%;
  }

  .gm-style {
    margin: 0;
    padding: 0;
  }

  .gm-style-iw {
    margin: 0;
    padding: 0;
  }

  .gm-style-iw-c {
    margin: 0;
    padding: 0;
  }

  .gm-style-iw-d {
    margin: 0;
    padding: 0;
  }

  h1 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 24px;
  }
  h2 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 20px;
  }

  .heightadjust {
    height: 200px;
  }

  .hide {
    display: none;
  }


  .imagePopUp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(0,0,0,0.8);
    no-repeat center;
    background-size: cover;
  }

  .imagePopUpInner {
    width: 100%;
    overflow: auto;
  }

  @media (max-width: 768px){
    .imagePopUp {
      display: none;
    }

    .imagePopUpInner {
      display: none;
    }
  }

  input[type=number] {
        margin-right: -20px;
  }

  .iphonePadAdjust {
    padding-top: 20px;
    background-color: rgba(2, 35, 48, 1);
  }

  .iphoneStatus {
      /* ... */
      /* Status bar height on iOS 10 */
      padding-top: 20px;
      /* Status bar height on iOS 11.0 */
      padding-top: constant(safe-area-inset-top);
      /* Status bar height on iOS 11+ */
      padding-top: env(safe-area-inset-top);
  }

  .li-grid {
      display: inline-block;
      vertical-align: top;
  }

  .leakInd-container {
    border-radius: 6px;
    border: 1px;
    border-color: rgba(20, 20, 20, 0.2);
    border-style: solid;
  }

  .legend {
    min-width: 100px;
    max-width: 200px;
    width:20%;
    border-radius: 8px;
    float: left;
    margin: 5px;
    text-align: center;
  }

  .legend-container {
    float: left;
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-around;
  }

  .map-container {
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10px;
    margin-top: 5px;
    width: 90%;
    height: 200px;
    background-color: rgba(230, 230, 230, 0.80);
  }

  .mappage {
    min-width: 400px;
    min-height: 400px;
    width: 100%;
    height: 100%;
  }

  .mdc-background {
    background-color: rgba(200, 200, 200, 0.80);
    height: 100%;
  }

  .mdc-button--raised:active {
    background-color: rgba(180,180,180,1);
  }

  .mdc-card {
    padding: 8px;
    border-radius: 8px;
    min-height: 70px;
  }

  .mdc-card-border-green {
    border: 4px;
    border-color: rgba(0, 80, 0, 1);
    border-style: solid;
  }

  .mdc-card-border-grey {
    border: 4px;
    border-color: rgba(0, 80, 0, 1);
    border-style: solid;
  }

  .mdc-card-border-purple {
    border: 4px;
    border-color: rgba(80, 80, 0, 1);
    border-style: solid;
  }

  .mdc-card-border-red {
    border: 4px;
    border-color: rgba(80, 0, 0, 1);
    border-style: solid;
  }

  .mdc-card-border-yellow {
    border: 4px;
    border-color: rgba(80, 80, 0, 1);
    border-style: solid;
  }

  .mdc-card-border-grey {
    border: 1px;
    border-color: rgba(80, 80, 80, 0.40);
    border-style: solid;
  }

  .mdl-data-table tbody tr:nth-child(2n) {
    background-color: rgba(240, 240, 240, 0.80);
  }
  .mdl-data-table tbody tr:nth-child(2n+1) {
    background-color: rgba(220, 220, 220, 0.80);
  }
  .mdl-data-table thead tr {
    background-color: rgba(30, 30, 30, 0.80);
  }
  .mdl-data-table thead th {
    color: rgba(210, 210, 210, 1);
    font-weight: normal;
  }

  .moreinfo {
    background-color: rgba(220, 220, 220, 0.80);
  }

  .my-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: rgba(2, 35, 48, 1);
  }

  .not-acked {
    -webkit-animation:ACK 1s infinite;
    -moz-animation:ACK 1s infinite;
    -ms-animation:ACK 1s infinite;
    -o-animation:ACK 1s infinite;
    animation:ACK 1s infinite;
  }

  @-webkit-keyframes ACK {
    0%, 80% {
      background-color: #ef5350;
    }
    81%, 100% {
      background-color: rgba(220, 220, 220, 0.80); 
    }
  }

  @-webkit-keyframes ACK-IND {
    0%, 80% {
      background-color: #000000;
    }
    81%, 100% {
      background-color: #FFFFFF;
    }
  }
  .padding-20 {
    padding-top: 20px;
  }

  .padding-40 {
    padding-top: 40px;
  }

  .photoButton {
    border-width: 0px;
    min-height: 28px;
    margin: 1px;
    width: 45%;
    position: absolute;
    color: rgb(210, 210, 210) !important;
    background-color: rgba(40, 40, 40, 1) !important;
    /*rgba(3, 40, 58, 0);*/
  }

  .photoButton:hover {
    border-width: 0px;
    min-height: 28px;
    margin: 1px;
    position: absolute;
    color: rgb(20, 20, 20) !important;
    background-color: rgba(90, 90, 90, 0.8) !important;
  }

  .photoFeedbackButton{
    width: 30%;
    height: 80%;
  }

  .photo-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
  }
  .photo-container img {
    width: 100%;
  }

  #popupImg{
    max-width: 5000px;
    max-height:4000px;
  }
  img#popUpImg{
    max-width: 5000px;
    max-height:4000px;
  }

  .sensorInd-container {
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
    padding:0px;
    width: 49%;
    height: 20px;
  }

  .sensorInd-black {
    background-color: rgba(0, 0, 0, 0.80);
    min-width:3px;
    max-width:3px;
    height: 70%;
    width:3px;
    border-radius: 1px;
  }

  .sensorInd-black-noack {
    min-width:3px;
    max-width:3px;
    height: 70%;
    width:3px;
    border-radius: 1px;
    -webkit-animation:ACK-IND 1s infinite;
    -moz-animation:ACK-IND 1s infinite;
    -ms-animation:ACK-IND 1s infinite;
    -o-animation:ACK-IND 1s infinite;
    animation:ACK-IND 1s infinite;
  }

  .sensorInd-green {
    background-color: rgba(0, 200, 0, 0.80);
    height: 40%;
    min-width:1px;
  }

  .sensorInd-red-left {
    background-color: rgba(200, 0, 0, 0.80);
    height: 40%;
    min-width:5px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .sensorInd-red-middle {
    background-color: rgba(200, 0, 0, 0.80);
    height: 40%;
    min-width:1px;
  }

  .sensorInd-red-right {
    background-color: rgba(200, 0, 0, 0.80);
    height: 40%;
    min-width:5px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .shape-diamond {
    width: 0;
    max-width:20%;
    height: 0;
    max-height: 24px;
    border: 12px solid transparent;
    border-bottom-color: rgb(196, 139, 196);
    position: relative;
    top: -12px;
    text-align: center;
    text-indent: -4px;
    z-index: 100;
    color: black;
    line-height: 1.75;
    }

  .shape-diamond:after {
    content: '';
    position: absolute;
    left: -12px;
    top: 12px;
    width: 0;
    max-width:20%;
    height: 0;
    max-height: 24px;
    border: 12px solid transparent;
    border-top-color: rgb(196, 139, 196);
    text-align: center;
    z-index: -1;
    }

  .shape-square {
    width: 24px;
    max-width:20%;
    height: 24px;
    max-height: 24px;
    background: red;
    text-align: center;
    line-height: 1.75;
    }

  .shape-bgsquare {
    width: 24px;
    height: 24px;
    background: black;
    }

  .shape-triangle-down {
    width: 0;
    max-width:20%;
    height: 0;
    max-height: 24px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid orange;
    text-align: center;
    text-indent: -4px;
    line-height: 2.5;
    }

  .shape-triangle-up {
    width: 0;
    max-width:20%;
    height: 0;
    max-height: 24px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid yellow;
    text-align: center;
    text-indent: -4px;
    line-height: 2.5;
    }

  .table-config {
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0);
  }

  .table-cell-wrap {

  }

  .titlebar {
    height: 40px;
  }

  .ul-grid {
      margin: 0 auto;
      text-align: center;
  }

  .upload-container {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 45%;
    background-color: rgba(230, 230, 230, 0.80);
  }

  .width100 {
    width:100%;
  }

  .zoom {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .zoom_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }

/*******************************************************************************
  RICARDO M.
  This section is where I will be adding the additional CSS in order to start to
  update some of the visuals of the HTML elements that we are using
*******************************************************************************/

/****************************************
****************************************/