@charset "utf-8";
/* CSS Document */

body {
  background-color: beige;
  color: darkblue;
  font-size: 1.5rem;
  font-family:"brush-script-std","Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
header {
  width: 90%;
/*  background-color: var(--onpage);*/
  background-color: beige;
  color: darkblue;
  margin-left: 5%;
  margin-right: 5%;
  display: block;
  text-align: center;
  vertical-align: middle;
  flex-flow: column;
}
main {
  width: 90%;
  background-color: beige;
  text-align: center;
  min-height: 900px;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 20px;
  font-size: 0.8rem;
}

hr {;height:2px;border-width:0;color:grey;background-color:lightslategray;}
h1 {
  font-family: 'Brush Script MT', cursive;
	text-transform: uppercase;
	font-size: 2.0rem;
  font-weight: bolder;
	letter-spacing: 5px;
/*  text-shadow: 1px 1px 0px black;*/
	margin-bottom: .2rem;
}

h2 { font-style: italic;
 font-size: 1.5em; 
  font-weight: bold;
}

h3 {
  font-size: 1.0rem;
}

p {font-family: Helvetica, Arial}


main hr {width:50%; text-align: center;}

main form p {text-align: right;}




a:link {color: chocolate}
a:visited {color:darkgoldenrod;}
a:hover { color: darkred; background-color: beige;}
a:active {color: salmon; background-color: beige;}


a.button:link {color: floralwhite;}
a.button:visited {color:beige;}
a.button:hover { color:white; background-color: darkgoldenrod}
a.button:active {color: salmon; background-color: indianred}



.strong { margin: 5px 0px ;
  
}

.title { font-size: 2.0rem;}

.loginform {
  margin: 50px;
}

.submit {
  display: block; margin: 25px auto ;
}
.logo {
  display:block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;

}
.main_heading {
  display: block; text-align: center; width: 100%; padding-top: 10px;
}

.header_box { display: flex;}
.header_left {flex: 3; text-align: center;
  padding: 20px 0px ;  min-width:100px; }
.header_mid {flex:8; text-align: center; padding: 0px;  min-width:100px;}
.header_right{flex: 3; text-align: center;padding: 0px;min-width: 100px; }

.main_box { display: flex;}
.main_left {
  flex: 5; 
  border: thin solid moccasin; 
  min-height: 500px; 
  text-align: center;
  min-width: 300px; 
  background-color: mediumseagreen;
  position: relative;

}
.main_mid {flex:5;border: thin solid moccasin; min-height: 500px; text-align: center;padding: 5px; min-width: 300px; background-color: mediumturquoise; color:beige;}
.main_right{flex: 5; border: thin solid moccasin; min-height: 500px; text-align: center;padding: 5px;min-width: 300px; background-color: skyblue;}

.publicfeed {
  border: 1px solid #c9c3ba;
  padding: 0px 5px 5px; 
  background-color: mediumturquoise; 
  color: green;; 
}
.publicfeed.hide {display: none;}

.publicfeed #tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; }
.publicfeed ul#tabs li { display: inline; }
.publicfeed ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; }
.publicfeed ul#tabs li a:hover { background-color: #f1f0ee; }
.publicfeed ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; }



.manage_community{border: thin solid moccasin;text-align: center;padding: 0px 20px 20px; min-width: 300px; margin: 5px;}

.alert {color:white;}

/*Tablet View*/

@media (min-width: 768px)
{
}

/*Desktop View*/

@media (min-width: 1024px)
{
}

footer img {
  padding: 20px;
}

nav {
  width: 90%;
  font-size: 1rem;
  background-color: beige;
  margin-left: 5%;
  margin-right: 5%;
  padding-top:0px;
  display: block;
  text-align: right;
  padding-right: 40px;
  box-sizing: border-box;
}

footer {
    width: 90%;
  background-color: beige;
  height: 90px;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 100px;
  padding-bottom: 25px;
  font-size: 1rem;
  display: flex;
  justify-content: space-around;
  
}




form {
  display: inline-block;
  margin: 5px;
  outline:none;
  padding: 25px;
  background-color:   mediumturquoise;
}

.button {
  display: inline-block;
  margin: 0px 5px;
  border: 1px solid;
  color: floralwhite;
  background-color: saddlebrown;
  text-decoration: none;
  padding: 5px 30px;
  border-radius: 4px;
  box-shadow: 0 3px 4px 1px black;
  transition: 0.5s;
  font-size: 1.0rem;
  flex: 7;
  text-align: center;
  z-index: 100;
}


table { border:0; border-collapse: collapse;}

th	{ background: mediumturquoise; color: darkblue; border: 0px; margin: 0px;}
.main_left th {background: beige}
td	{ background: mediumturquoise ; color:darkblue; border: 0px; margin: 0px;}
.main_left td {background: beige}
tr {margin: 0px; border: 0px;}
td p {font-size: 0.7rem;}



.main_left table{
  margin-left: auto; 
  margin-right: auto;
  border: solid  thin saddlebrown;
  font-size: 0.9rem;
  text-align: left;
}

th {width: 45%; text-align: center;}


.button_right {
  text-align: right;
}


.copyright {
  text-align: center;
  font-size: 0.7rem;
}

.table_form{
  border:none;
  padding: 5px;
  margin: 0px;
}

input {
  background-color: beige;
}

#publicfeed {
  width:auto;
  height:600px;
  line-height:3em;
  overflow:scroll;
  padding:5px;
  margin: 1em;
  background: beige;
  color: darkblue;
}


nav.button { 
  vertical-align: bottom;  
}

.article_left {
  display: inline-block;
  padding: 0.7em;
  opacity: 1.0;
}

.article_right {
  display: inline-block;
  padding: 0.7em;
  opacity: 0.1;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


.inclusive {
  background-image: url("../images/leaves.jpg");
}

.main_left img { 
  height: 30%;
  width: 90%;
  margin: 30px;
}


.indexpage {
  background-image: url("../images/bread.jpg");
  
}

.header_mid img {
  vertical-align: middle; margin-top: 40px;
}
footer a{
  flex: auto;  
}

.tabheader {
  position: absolute;
  top:0px;
  display: flex;
  font-size: 0.6rem;
  margin: 0px;
  padding: 0px;
  border: none;
}

.tab {
  background-color: beige;
  color: black;
  padding:10px;
  border:medium solid black;
  border-bottom: none;
  margin:0px;
  flex: 7;
  text-align: center;
  height: 25px;
  z-index: 50;
  font-size: 1.0rem;
  font-weight: bold;
}

.tab-panel {
  display: block;
  visibility: hidden;
  background-color: beige;
  color: darkblue;
}





#buspanel {
  visibility: visible;
  border-left:medium solid black;
  border-bottom:medium solid black;
  border-right:medium solid black;
}

.tabheader2 {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
}



.buttoncontainer {
  position: absolute;
  display: flex;
  width: 98%;
  left: 1%;
  top: 50px;
}

.paneltabs {
  display: flex;
  position: absolute;
  top:45px;
  left: 1%;
  width: 98%;
}



.panelcontents {
  background-color: beige;
  position: absolute;
  color: black;
  display:block;
  top: 90px;
  padding: 5px;
  border: medium solid black;
  width: 98%;
  left: 1%;
  box-sizing:border-box;
  
}

#prodpanel {
  visibility: visible;
  border-left:medium solid black;
  border-bottom:medium solid black;
  border-right:medium solid black;  
}

#bustab {
  border-bottom: none;
  z-index: 70;
}

#prodtab {
  border-bottom: none;
  z-index: 70;
}

.panelcontents form {
  padding: 10px;
  background-color: beige;
}

.formline {
  display: flex;
  border: thin solid red;
}

.formelement {
  flex: 7;
  border: thin solid green;
}
