﻿.login {
    max-width: 500px;
    margin: 12px auto;
    padding-top:50px;
}
p.header {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.login-form {
    background-color: rgb(234, 234, 234);
    border: solid 1px rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 12px rgba(0,0,0,0);
    padding: 20px 30px 20px;
    display: grid;
}
.admin-selection {
    background-color: rgb(234, 234, 234);
    border: solid 1px rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 12px rgba(0,0,0,0);
    padding: 20px 30px 20px;
    display: flex;
    align-items: center;
}

    .input-group {
      margin-top: 10px;
    } 
    
    .input-group-addon {
      background:#fff;      
      border-right: none;
    }
    
    input[type="email"], input[type="password"] {
      width: 100%;
      margin: 4px auto;
      height: 30px;
      font-size: 15px;
    }
    
    input[type="email"]:focus, input[type="password"]:focus {
      border-left: 3px solid #36c6d3;
      -webkit-transition:0.4s ease;
    }
    
    input[type="submit"]#login {    
      width: 100%;
      margin: 5px auto;
      margin-top: 20px;    
      text-align: center;
      height: 45px;
      color: #fff;
      background-color: #21569b;
      border-color: #357ebd;
      font-weight: bold;
    }
    
    .login-bar {
      margin-top: 10px;
      font-weight: normal;
      }

      input[type="checkbox"] {        
        margin-right: 5px;
      } 
         

.btn-primary {
    color: #fff;
    background-color: #234a7f !important;
    border-color: #234a7f !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    background-color: #234a7f;
    border-color: #2f517b;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.login-bar {
    text-align: center;
}
div#login-btn {
    padding-top: 20px;
    display: grid;
}


input#abbreviation {
    font-size: inherit;
}

input#ca-name {
    font-size: inherit;
}

input#parameters {
    font-size: inherit;
}
input#logo {
    font-size: inherit;
}
input#group-number {
    font-size: inherit;
}
.admin-row label input{
    color: rgba(0,0,0,0.5);
}

.admin-row label {
    color: rgba(0,0,0,0.5);
    margin-bottom: 10px;
    font-size: 1.5rem;
}

@media all and (max-width: 600px) {

.admin-row .details-left {
    flex-flow: column;
}

.form-side-right {
    width: 100%;
}

.form-side-left {
    width: 100%;
}
}

@media all and (min-width: 600px) {

.form-side-right {
    width: 49%;
}

.form-side-left {
    width: 49%;
}

}

.form-side-right {
    display: flex;
    flex-flow: column;
}

.form-side-left {
    display: flex;
    flex-flow: column;
}

.admin-row .details-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
}

.admin-row input {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 2px solid rgba(0,0,0,0.2);
    width: 100%;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 2rem;
    color: rgba(0,0,0,0.55)!important;
}

.boxed-row.input-box {
    display: flex;
    width: 100%;
    max-width: 800px;
}

.wide-row.admin-row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0px 30px 0px;
}


.wide-row.row-header {
    padding-top: 0px;
}
div#details > div.details-left {
    align-items: flex-end;
}

.WOED-inputs {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: 2px solid rgba(0,0,0,0.2);
    width: 40%;
}

.WOED-inputs {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border: 2px solid rgba(0,0,0,0.2);
    width: 40%;
}

div#details > div.details-left {
    display: flex;
    flex-flow: column;
}

.input-box label input {
    width: 100%;
    margin: 3px 0px;
    margin-left: 5px;
    min-height: 30px;
}
#details > input {
    margin-bottom: 10px;
    min-height: 30px;
}

.wide-row.row-header {
    padding-top: 0px;
}
.boxed-row.header-box {
    flex-flow: column;
    width: 1200px;
}

@media all and (max-width:400px) {
    #details > input {
        width: 100%;
    }
}

@media all and (min-width:400px) {
    #details > input {
        width: 48%;
    }

}


.disclaimer-button.btn.btn-default {
    background: green;
    margin-top: 10px;
}

.disclaimer-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.disclaimer-box {
    background: rgba(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: rgba(0,0,0,0.75);
    font-synthesis: 1.75rem;
    max-width: 500px;
}

/* Disclaimer */


/*Paramater list table start here*/

button#csv {
    float: right;
    margin-bottom: 20px;
}
table.tbplist tr {
    cursor: pointer;
}
table.tbplist {
	color:#666;
	background:#124;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    border-collapse: collapse;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
}
table.tbplist tr:first-child > td {
    padding: 10px!important;
}

@media all and (min-width: 800px) {

    table.tbplist tr:first-child > td:nth-child(1) {
    width: 40%;
    }

    table.tbplist tr:first-child > td:nth-child(2) {
    width: 30%;
    }

    table.tbplist tr:first-child > td:nth-child(3) {
    width: 15%;
    }
    
    table.tbplist tr:first-child > td:nth-child(4) {
    width: 15%;
    }
}
table.tbplist td {
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    padding: 5px 10px;
}

table.tbplist tbody tr:first-child td
{
    background: #124!important;
    color:#fff;
}

table.tbplist tbody tr th
{
    padding:10px;
    border-left: 1px solid #e0e0e0;
    background: #124!important;
    color:#fff;
}

#map 
{
    position: absolute;
    top: 60px;
    bottom: 0;
    width: 100%;
    height: 100%;
}
div#nodata {
    text-align: center;
    color:#21569b;
    font-size: 1.4em;
    padding-bottom: 10px;
}

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}

.input-row2{
	margin-bottom: 20px;
    }

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
}
.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #eff;
}
.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}
.highcharts-subtitle {
font-size:16px;
}


.summary table {
    width: 100%;
    font-size: 1.5rem;
    margin: 0 auto;
    border:1px solid rgba(0,0,0,0.10)!important;
}
.summary tr:nth-child(2n) {
    background-color: rgba(0,0,0,0.05);
}
.summary th, .has-wide-table div#HTMLPreview td {
    border: 1px solid rgba(0,0,0,0.10)!important;
    border-spacing: 1px!important;
    border-collapse: collapse!important;
    padding: 3px 5px;
}
.summary th {
    background-color: rgba(33,86,155,0.95);
    color: rgba(255,255,255,0.95);
    padding: 10px 5px!important;
    text-align: left;
}


img.ABCA {
    width: 1000px;
    height: 1200px;
}
diclamer {
    padding-left: 20px;
    padding-top: 40px;
    font-family:sans-serif, Lato, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    display:flex;
}
.scoial-icons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.scoial-icons a{
	display: flex;
	align-items: center;
	margin: 0 2px;

}
.meter-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: rgba(220,220,220,1);
}

@media all and (max-width: 768px) {

.logo {
    margin-top: 20px;
    position: relative!important;
    height: auto!important;
    line-height: 0!important;
}

.menu-button {
    display: none!important;
}

.header-container>.top-header .top-nav {
    height: auto!important;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px!important;
    padding-top: 20px!important;
    text-align: center;
}
aside {
	position: relative!important;
	display: block!important;
	width: 100%!important;
	height: auto!important;
	overflow: hidden;
}

#nav-container ul {
	height: auto!important;
}

#nav-container>.nav-wrapper {
    height: auto!important;
}
}

.two-vbars.disclamer-container {
    padding: 40px 0px;
}

    .two-vbars.disclamer-container .diclamer {
        margin-bottom: 30px;
    }

@media all and (min-width: 800px) {

    .two-vbars.disclamer-container .diclamer {
        width: 28%;
    }

    .two-vbars.disclamer-container .watershed-container {
        width: 70%;
    }
}

.watershed {
    height: 800px;
    width: 700px;
}
.newsform{
 padding-top: 0px !important;
 height:100%;
 width:100%;
}
.newsletter {
    float: right;
    padding-right: 40px;
    padding-top: 20px !important;
}
.media-icons {
    width: 20px;
    height: 20px;
    margin-top: 20px;
    float:right;
    margin-right:3px;
 }
.floodicons {
    width: 110px;
    height: 101px;
   float:right;
}
.page.page-content-section {
	padding-top: 0px;
}

.graph-date-row {
   padding-top: 40px;
   padding-bottom:40px;
}

button {
       background-color:rgba(33,86,155,1)!important;
       border-radius: 8px!important; 
       color:#fff!important;
}


.button-class1 {
     background-color:rgba(33,86,155,1);
       border-radius: 8px; 
       color:#fff;
        display: flex;
       margin: 20px;
       width:20%;
}

img#ItemPreview {
    height:450px;
    width:920px;
 }

    .popup-screen {
        display: flex;
        width: 100%;
        height: 100%;
        position: fixed;
        align-items: center;
        justify-content: center;
        background: rgba(50,50,50,0.95);
        top: 0px;
        left: 0px;
        z-index: 1;
    }

div#close.button-class1 {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#close.button-class1 i {
    display: inline-flex;
    line-height: 0;
    margin-right: 5px;
}

.popup-content-wrapper {
    width: 80%;
    max-width: 500px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 60px 30px 30px 30px;
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    background-image: url(../images/warning.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center top 20px;
}
    .popoup-message {
        width: 100%;
        font-size: 1rem;
        font-family: inherit;
        height: auto;
    }

    .popoup-message h3 {
        font-size: 1.55rem;
        color: rgba(0,0,0,0.75);
        margin: 10px 0 20px;
        text-align: center;
        padding-top:25px;
        }

    .close-popup.button-class1 {
        align-self: flex-end;
        display: flex;
        padding: 10px;
        height: auto;
        font-weight: 600;
        border-radius: 8px; 
    }

    div#close {
    font-size: 1.55rem;
    font-family: inherit;
     cursor: pointer; 
    
}

.hide-this {
    display: none!important;
}


#bookmark-this {
  padding: 5px 10px;
  background-color: #f0ad4e;
  border: 1px solid #eea236;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#bookmark-this:hover {
  background-color: #ec971f;
  border: 1px solid #d58512;
  text-decoration: none;
}

#bookmark-this:active {
  background-color: #ec971f;
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

input#searchLocations {
    color: gray;
     width: 30%!important;
    margin-bottom: 10px;
}

.pages-box {
    background: rgba(255,255,255,1);
    margin-left: 50px;
}


.dahboard-title-line2 {
    margin: 0px;
}

.dash-bord-heading-box span {
    font-size: 2rem;
    line-height: 1;
}

.dashborad-box img {
    height: auto;
    width: 80px;
}

.dahboard-title-line1 {
    font-size: 3rem;
    margin-bottom: 5px;
    line-height: 1
}

.dahboard-title-line2 {
    color: #999;
}

.dahboard-title-line1 {
    font-size: 3rem;
    margin-bottom: 5px;
    color: #4AACC5;
}

.dashborad-box {
    padding: 10px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.chart-container {
    padding: 30px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.dash-bord-icon img {
    width: unset;
    height: unset;
}

.dash-bord-icon {
    display: flex;
    width: 100px;
    align-items: center;
}

.dashborad-box {
    display: flex;
    justify-content: center;
    align-items: center;
}


.canvasjs-chart-credit {
    display: none;
}

.charts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
    height: auto;
    box-sizing: border-box;
}

@media all and (max-width: 500px) {
.single-chart-box {
    width: 100%;
}
}

@media all and (max-width: 800px) and (min-width: 500px) {
.single-chart-box {
    width: 30%;
}
}

@media all and (min-width: 800px) {
.single-chart-box{
    width: 48%;
}
}

.single-chart-box {
    margin-bottom: 4rem;
}

.canvasjs-chart-container canvas:nth-child(2){
    display: none;
}


.canvasjs-chart-container {
    position: relative !important;
    display: flex;
    height: auto;
    flex-flow: column;
}

.page.page-dashboard.ng-scope {
    max-width: unset;
}

canvas.canvasjs-chart-canvas,
canvas.canvasjs-chart-canvas {
    padding: 0px !important;
    position: relative !important;
    display: flex;
    height: 300px;
    width: 100%;
}



canvas.canvasjs-chart-canvas {
    padding-top: 40px;
    padding-left: 40px;
}

object {
    width: 1400px !important;
    height:100%;
}


.slimScrollDiv {
    display: initial;
}

#viewDiv {
      padding: 0;
      margin: 0;
      height: 100%;
      width: 100%;
    }

.active-submenu {
    border-left: 10px solid rgba(54,198,211,1);
}

#WQutrca li a span {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
#WQlrca li a span {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
#WQltvca li a span {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
#WQmvca li a span {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
#WQlprca li a span {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
#WQsvca li a span {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
#WQabca li a span {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-end;
}

.page.page.ng-scope {
 
}

div#QR {
    width: 1400px;
}
div#PP {
    width: 1500px;
}
div#HG {
    width: 1500px;
}


button#addButton {
    background-color:rgba(33,86,155,1);
    border-radius: 8px; 
    width:100%;
}
button#remove {
    background-color:rgba(33,86,155,1);
    border-radius: 8px; 
    width:100%;
}
button#plot {
       background-color:rgba(33,86,155,1);
       border-radius: 8px; 
       color:#fff;
}
button#change {
     background-color:rgba(33,86,155,1);
     border-radius: 8px; 
     color:#fff;
     display: none;
     justify-content: center;
      margin: 20px;
}
img {
    vertical-align: middle;
    height: 53px;
    width: 175px;
}
.plot-button-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px;
}


.page {
    padding: 2px 25px 55px!important;
    height: auto;
    width: 100%;
    max-width: 1040px;
}

@media all and (min-width: 500px) {

.two-vbars {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.two-vbars > div{
    width: 48%;
}
}
    
.tv-box {
    width: 100%;
    max-width: 1020px;
    padding: 40px;
    background: rgba(255,255,255,1);
}

@media all and (max-width: 500px) {

.vbar-left {
    margin-bottom: 30px;
}

.two-vbars {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.two-vbars > div{
    width: 100%;
}
}

.two-vbars > div select{
    width: 100%;
    min-height: 150px;
}

.app>.main-container>.nav-container {
    display: none;
    z-index: 11;
    position: static;
    float: left;
    width: 220px;
    border-width: 0 0px 0 0!important;
    border-style: solid;
    border-color: #1b1a1f;
}

.nav-wrapper select {
    width: 100%;
    height: auto;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

@media all and (min-width: 800px) {


.site-name {
    height: 100%!important;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    border-right: none !important;
}

.top-nav ul {
    height: 100% !important;
}

}

.nav-container {
    background-color:rgba(11,27,55,1)!important; 

}

.utrca-nav a{
    background-color: rgba(33,86,155,0.75)!important;
}

.ltvca-nav a{
    background-color: rgba(33,86,155,0.75)!important;
}

.lrca-nav  a{
    background-color: rgba(33,86,155,0.75)!important;
}

.mvca-nav a{
    background-color: rgba(33,86,155,0.75)!important;
}
.lprca-nav a{
    background-color: rgba(33,86,155,0.75)!important;
}
.svca-nav a{
    background-color: rgba(33,86,155,0.75)!important;
}
.abca-nav a {
    background-color: rgba(33,86,155,0.75) !important;
}