/*
 Theme Name:     PSA New
 Theme URI:      http://www.potatoessa.com.au
 Description:    A copy of the Potatoes SA new website template to keep styling consistent
 Author:         Chris Williams
 Author URI:     https://www.arris.com.au/mc
*/

.body .container {
  background-image: url('images/leaves.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.header .nav li a {
  background-image: url('images/white-80.png');
  margin-left: 10px;
}

.navigation a:link, .navigation a:visited {
  background-image: url('images/white-80.png') !important;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}
.navigation a:hover, .navigation li.current_page a {
  background-color: #699838 !important;
  color: #fff !important;
  background-image: none !important;
}
.navigation li.item-15 a {
  background-color: #396808 !important;
  color: #fff !important;
  background-image: none !important;
}

#user_value {
  margin-top: 10px;
  width: 60px;
  margin-left: 0.3em;
}
.btn-potato {
  background-color: #699838 !important;
  color: #fff !important;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  text-decoration: none !important;
  background-image: none !important;
  text-shadow: 0;
  padding: 5px 10px;
  display: inline-block;
}

table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
th {
  font-weight: bold;
  text-align: left;
  background-color: #699537;
  color: #fff;
}
td, th {
  padding: 3px 5px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.acknowledgements-logo, .acknowledgements-logo-tall {
    display: block;
    margin: 10px auto;
    width: auto;
  }
.acknowledgements-logo {
  height: 90px;
  width: auto;
}
.acknowledgements-logo-tall {
  height: 140px;
  width: auto;
}

.project-partners img {
  height: 60px;
  display: block;
  margin: 10px auto !important;
}

.hide {
  display: none;
}

#red,#yellow,#green {
  padding: 5px;
}
#red {
  background-color: #F1D7D7;
  color: #c17777;
}
#red table, #red td, #red th {
  border-color: #c17777;
}
#yellow {
  background-color: #FFFFD9;
  color: #9f9f49;
}
#yellow table, #yellow td, #yellow th {
  border-color: #9f9f49;
}
#green {
  background-color: #D9F3E5;
  color: #699375;
}
#green table, #green td, #green th {
  border-color: #699375;
}

#curve_chart {
    height: 300px;
    max-height: 80%;
}
.results_chart {
  height: 300px;
  max-height: 80%;
  width: 100%;
}

@media (min-width: 1024px) {
  .header .nav li a {
    background-image: url('images/white-80.png');
    margin-left: 0px;
  }
  .acknowledgements-logo, .acknowledgements-logo-tall {
    display: inline;
    margin: 0px 10px;
  }
  
  .project-partners img {
    height: 60px;
    display: inline;
    margin: 0px 20px 0px 0px !important;
  }
}