
body {
	font-family: sans-serif;
	font-size: 20px;
        padding: 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width:30%;

    margin-right: 10px;
}

.footer {
	border-radius: 5px;
        border: 0px solid #426e74;
        padding: 10px; 	
	list-style-type: none;
	top-margin: 20px;
	padding: 5;
    color: #FFF;
	background: #426e74;
	width: 100%;
	text-align: right;
}

.footer a {
    text-decoration: none;
    color: #FFF;
}

.footer a:visited {
    text-decoration: none;
    color: #FFF;
}

.dash_1 img {
	border: solid 1px #000;
}


.logo_banner {
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 4px;
    	border-radius: 5px;
	    width: 100%;
	    text-align: right;

}

.wizard-bar {
    border-radius: 5px;
    background-color: #DDD;
    padding: 5px;
}


.object_info_display {
    margin-bottom: 5px;
}

.object_info_display .label {
    font-style: italic;
    font-weight: normal;
}

.object_info_display .value {
    font-size: larger;
}

.page_main_content {
	width: 95%
}

.section1 {
	margin: 10px;
	border-radius: 5px;
        border: 1px solid #73AD21;
        padding: 10px; 
        height: 300px;
        width: 400px;
}

.section2 {
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #73AD21;
    padding: 10px;
    height: 300px;
}

td a {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}


.title {
	font-size: 23px;
	font-weight: bold;
        color: #666;
	padding-bottom: 20px;


}

.subtitle {
	font-size: 15px;
        font-weight: bold;
}

.texticon_large {
    text-align: center; 
    color: #ACA; 
    font-size: 125pt;
}

.texticon_small {
    text-align: center; 
    color: #ACA; 
    font-size: 100pt;
}


.textbox_control input {
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 10px;
        width: 300px;
}

.textbox_control textarea {
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 10px;
        width: 400px;
}

.select_control select {
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 10px;
        width: 300px;
}

.textbox_caption {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 10pt;
}

.select_caption {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 10pt;
}

.radio_caption {
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 10pt;   
}

.radio_control input {
    display: inline;
}

.password_control input {
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 10px;
        width: 300px;
}

.password_caption {
        margin-bottom: 10px;
    font-size: 12pt;
}


.submit_control input {
	font-size: 18px;
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        width:170px
}

.simple_list li
{
    border-radius: 2px;
    border: 1px solid #73AD21;
    padding:15px; 	
    list-style-type: none;
    margin: 5px;	
    background: #ACA;
    font-weight: bold;
    width:400px;
}

.group_list li {
    list-style-type: none;
}

.sub_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #666;  
}

.sub_nav li {
    float: left;
}


.sub_nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    width: 150px;
}

.sub_nav li a:hover {
    background-color: #111;
}

.sub_nav ul:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sub_nav li:last-child {
    border-left: solid 1px #000;
}

.sub_nav li:first-child {
    border-right: solid 1px #000;
}


.sub_nav ul:last-child {

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.instructions {
        width: 50%;
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 15px;
        background-color: #EEE;
        border-left: 6px solid #f44336;
        margin-bottom: 15px;
}

.top_nav {
	border-radius: 5px;
    border: 0px solid #426e74;
    padding:1px;
	list-style-type: none;
	margin: 0px;
	background: #426e74;
	font-weight: bold;
}



.top_nav li {

    display: inline;
    border-radius: 3px;
    border: 2px solid #426e74;
    background-color: #426e74;
    padding: 5px;
    padding-left: 13px;
    padding-right: 13px;
    margin: 3px;
    

}
.top_nav a {

	text-decoration: none;
	color: #FFF;
}
.top_nav li:hover {
	color: #000;
     border: 2px solid #4f786a;
          /*  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
          

}

.network_card a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14pt;
}

.network_card {
    border-radius: 15px;
    background-color: lightblue;
    margin: 5px;
    padding: 5px;
    box-shadow: 5px 5px 5px #AAA;
    vertical-align: middle;
    font-size: 14pt;
}

.network_grid {
	text-align: center;
    display: grid;
	grid-gap: 25px;
    grid-template-columns: 23% 23% 23% 23%;
    border: dotted 2px #AAA;
    border-radius: 15px;
    background: #EEE;
    padding-bottom: 15px;
    padding-top: 10px;
}

.comment_grid {
    display: grid;
    grid-template-columns: 15% 85%;
    border-bottom: dashed #DDD 1px;
    margin-bottom: 10px;

}

#discussion_portal {
    height: 300px;

}

#chat_content {
    padding: 10px;
    border: solid 1px #000;
    border-radius: 10px;
    height: 100%;
    overflow: auto;
}

.chat_record {
    font-weight: bold;
}
#search_results li {

}

#selected_devices li {
    cursor: pointer;
}

#chat_input_box {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #000;
    color: #FFF;
    background: #000;
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
}

.comment_entry {
    margin-bottom: 10px;
    padding: 10px;
}

.comment_change_year {
    margin-top: 5px;
    font-weight: bold;
    padding-left: 5px;
    background: #CCC;
}

.comment_image {
    width: 100%;
}

.comment_content {
    font-size: 14pt;
    margin-top: 10px;
}

.comment_author_time {
    font-size: 10pt;
    font-style: italic;
    border-bottom: #CCC 1px dashed;
}

.report_entry {
    box-shadow: 3px 3px 5px #AAA;
    border-radius: 5px; 
    background-color: lightblue; 
    width: 90%; 
    margin-bottom: 10px; 
    padding: 8px;
    
}

.report_entry a {
    text-decoration: none;
    font-size: 12pt;
}

.alert_okay_button
{
	background: #AAFFAA;
    width: 45%;
	margin: 5px;
    height: 30px;
    line-height: 30px;
	border-radius: 10px;
        border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
        vertical-align: middle;

}

.alert_not_reporting_button
{
	text-align: center;
	background: #FFAAAA;
        height: 30px;
        line-height: 30px;
        width: 45%;
	margin: 5px;	
	border-radius: 10px;
    border: 1px solid #000000;
	font-weight: bold;
        vertical-align: middle;

}

.dashboard1 {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 5px;
  background-color: #fff;
  color: #444;
}

.dashboard2 {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5px;
  background-color: #fff;
  color: #444;
}

.dashboard3 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 15px;
  background-color: #fff;
  color: #444;
}



.graph_view {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-gap: 5px;
  background-color: #fff;
  color: #444;
}



.station_view_main {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 5px;
}




.dash_1
{
    margin: 10px;
    margin-left: 20px;
    border-radius: 5px;
    /* border: 1px solid #73AD21; */
    padding: 10px; 
    min-height: 500px;
	
}

.dash_1 table
{
	width: 100%;
}

.dash_1 th
{
    text-align: left;
    padding: 5px;  
    background-color: #666;
    color: white;

}



.dash_1  tr:nth-child(odd) {background-color: #EEE;}


.dash_1 td
{
        padding: 3px;
   
}

.login_layout {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-gap: 10px;
  background-color: #fff;
  color: #444;
}

.basic_layout {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 5px;
  background-color: #fff;
  color: #444;
}


.alert_okay
{
	background: #AAFFAA;
	margin: 1px;
	padding: 3px;
	border-radius: 3px;
    border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
}

.alert_not_reporting
{
	text-align: center;
	background: #FFAAAA;
	margin: 1px;
	padding: 3px;
	border-radius: 3px;
    border: 1px solid #000000;
	font-weight: bold;
}


.layout_single {
    padding: 10px;
    background-color: #fff;
    color: #444;

}

.site_layout {
  display: grid;
  grid-template-columns: 75% 25%;
  grid-gap: 5px;
  background-color: #fff;
  color: #444;
}

.public_report_layout {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 5px;
  background-color: #fff;
  color: #444;
}

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    min-height: 500px;
}

.tabcontent_open {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.reporting_interface {

}


.report_main_layout {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 5px;
  background-color: #fff;
  color: #444;
}

#report_builder_form_container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search_box_title {
    width:100%;
    text-align: right;
    background: #CCC;
    font-weight: bold;
    padding: 1px;
    
}


#search_forms li {
    background: lightblue;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
}

#report_builder_add_form {
    background: lightblue;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #AAA;
}

.search_result_item {
    margin: 5px;
    padding: 5px;
    border: solid 1px #AAA;
    border-radius: 5px;
    font-size: 8pt;
}


.search_controls {
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #73AD21;
    padding: 10px; 
    background: #EEE;
}

#report_builder_form_container select {
    width:100%;
}

.error {

        width: 50%;
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 15px;
        background-color: #ffdddd;
        border-left: 6px solid #f44336;
        margin-bottom: 15px;

}

.error_item {
        font-weight: bold;
        color: #F00; 
        padding-bottom: 20px;
}

.notice_box {
        width: 50%;
        border-radius: 5px;
	border: solid 1px #AAA;
        padding: 15px;
        background-color: #AAFFAA;
        border-left: 6px solid #f44336;
        margin-bottom: 15px;
}

.form_group {
    margin-left: 20px;
}

.labels {
    font-size: 16pt;
    color: #000;
}

.form_group input[type="text"] {
    border-width: 0px;
    border-bottom: dashed 0px #AAA;
    text-align: left;
    width: 300px;
    color: #666;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yes_button {
    cursor: pointer;
    font-weight: bold;
    background-color: #0F0; 
    margin-left: 5px; 
    margin-right:5px; 
    padding-left: 25px; 
    padding-right: 25px;
    padding-top:5px;
    padding-bottom:5px;
    border-top:  solid 1px #AFA;
    border-left: solid 1px #AFA;
    border-bottom: solid 1px #0D0;
    border-right: solid 1px #0D0;
}

.no_button {
    cursor: pointer;
    font-weight: bold;
    background-color: #F00; 
    margin-left: 5px; 
    margin-right:5px; 
    padding-left: 25px; 
    padding-right: 25px;
    padding-top:5px;
    padding-bottom:5px;
    border-top:  solid 1px #FAA;
    border-left: solid 1px #FAA;
    border-bottom: solid 1px #D00;
    border-right: solid 1px #D00;
}

.submit_button {
    font-size: 18px;
    border-radius: 5px;
    border: solid 1px #AAA;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    width:170px
}

.plain_button {
    background-color: #AAA; 
    margin-left: 5px; 
    margin-right:5px; 
    padding-left: 25px; 
    padding-right: 25px; 
    border-top:  solid 1px #DDD;
    border-left: solid 1px #DDD;
    border-bottom: solid 1px #888;
    border-right: solid 1px #888;
    cursor: pointer;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 500px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    margin: 5px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.chip_grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 33% 33% 33%;
    vertical-align: top;
    text-align: top;
}

.db-networksummary {
    display: grid;
    grid-template-columns: 66% 33%;
    grid-gap: 5px;
    border: solid 1px #DDD;
    border-radius: 3px;
    padding-bottom: 15px;
    padding-top: 10px;
    height: 400px;
    overflow: auto;
}

.db-graphsummary {
    border: solid 1px #DDD;
    border-radius: 3px;
    padding-bottom: 15px;
    padding-top: 10px;
    height: 400px;
    overflow: auto;
}

.db-networksummary-header {
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.15em;
}

.db-networksummary-item-header {
    margin: 2px;
    font-size: 1em;
}
.db-graphsummary-item-header {
    margin: 2px;
    font-size: 1em;
}
.db-networksummary-item {
    text-align: center;
    align-content: center;
}

.db-graphsummary-row {
}
.db-graphsummary-row:hover {
}


.db-postsummary {
	box-shadow: inset 3px 4px 5px #EEE;
    border: solid 1px #DDD;
    border-radius: 3px;
}


.db-networksummary-item-header {
    margin: 2px;
    font-size: 1em;
}


.grid-container {
    display: grid;
    grid-template-columns: 50% 25% 25%;
    grid-gap: 5px;
    border: dotted 2px #AAA;
    border-radius: 15px;
    background: #EEE;
    padding-bottom: 15px;
    padding-top: 10px;
}

.empty-summary {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 5px;

    padding-bottom: 15px;
    padding-top: 10px;
}

.grid-item {
    text-align: center;
    align-content: center;
}

.grid-header {
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.15em;
}

.grid-item-header {
    border: solid #EEE 1px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.15em;
}

.grid-item-header:hover {
    border: solid #AAA 1px;
}

.grid-item-header a {
    text-decoration: none;
}

.chip {
    text-align: center;

    padding: 0 25px;
    height: 150px;
    padding-top: 10px;
    font-size: 16px;
    border-radius: 15px;
    background-color: #f1f1f1;
}

.sensor_search {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: solid 1px #888;
    box-shadow: 5px 5px 5px #AAA;
}

.sensor_search li {

    background-color: #fff891;
    font-weight: bold;
    color: #000;
    padding: 5px;
    width: 500px;
    margin: 0px;
    border-bottom: dashed 1px #62a7dd;
}

.search_result_sensor_item {
    margin: 0px;
    padding: 5px;
    border-radius: 5px;
    font-size: 8pt;
}

.search_sensor_box {
    border: solid 1px #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #426e74;
    width: 550px;
    color: #FFF;
    padding: 0px;

    font-weight: bold;
    box-shadow: 5px 5px 5px #AAA;
}

.sensor_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sensor_list li {
    border: solid 1px #000;
    border-radius: 5px;
    background-color: #426e74;
    font-weight: bold;
    color: #FFF;
    padding: 5px;
    width: 500px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.sensor_list_item {
    margin: 0px;
    padding: 5px;
    border-radius: 5px;
    font-size: 8pt;
}

.sensor_list_item a {
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs-one{
    background: #eee;
    border-width: 1px;
    border-style: solid;
    border-color: #f5f5f5 #e5e5e5 #ccc;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    overflow: hidden;
    width: 100%;
}

#breadcrumbs-one li{
    float: left;
}

#breadcrumbs-one a{
    padding: .7em 1em .7em 2em;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #ddd;
    background-image: linear-gradient(to right, #f5f5f5, #ddd);
}

#breadcrumbs-one li:first-child a{
    padding-left: 1em;
    border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
    background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
}

#breadcrumbs-one a::after{
    z-index: 2;
    border-left-color: #ddd;
}

#breadcrumbs-one a::before{
    border-left-color: #ccc;
    right: -1.1em;
    z-index: 1;
}

#breadcrumbs-one a:hover::after{
    border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
    font-weight: bold;
    background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
    content: normal;
}


.db_row_100 {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    background-color: #FFF;
    margin-left: 20px;
}



.db_row_40_20_40 {
    display: grid;
    grid-template-columns: 60% 10% 20%;
    grid-gap: 10px;
    background-color: #FFF;
    margin-bottom: 60px;
    margin-top: 0px;
    margin-left: 20px;
    border: solid 1px #DDD;
    border-radius: 3px;
	box-shadow: inset 3px 4px 5px #EEE;
}



.db_row_33_33_33 {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 10px;
    background-color: #FFF;
    margin-bottom: 60px;
    margin-top: 10px;
    margin-left: 20px;
}

.db_row_66_33 {
    display: grid;
    grid-template-columns: 60% 30%;
    grid-gap: 10px;
    background-color: #FFF;
    margin-left: 20px;
}

.db_row_50_50 {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 5px;
    background-color: #FFF;
    margin-left: 10px;
    margin-top: 10px;
}
