/*
(c) 2018 NIBIO.no
Author: Tor-Einar Skog <tor-einar.skog@nibio.no>
*/


body {
  padding-top: 50px; 
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}


.navbar-inverse, .navbar-brand, .navbar-header {
    background-color: #00594e;
    border-color: #00594e;
    color: white !important;
    text-decoration: none;
}

.navbar-nav .active a {
    background-color: #00594e !important;
}

.navbar-brand a {
    position: relative;
    top: -5px;
}

.navbar-brand img {
    height: 35px;
    position: relative;
    top: -5px;
}

#serviceTitle {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 15px;
}

footer {
    padding: 15px;
    min-height: 50px;
    vertical-align: middle;
    background-color: #00594e;
    border-color: #00594e;
    color: white !important;
}

a {
    text-decoration: underline;
    
}

footer a, a:hover {
    color: white;
}

footer a:hover {
    font-weight: bold;
}

input:invalid {
  border: 1px solid red;
}

#airTempVal, #windSpeedVal, #manureTotalAmmoniaNVal, #totalNVal, #dryMatterRateVal, #manureAmountVal {display: none;}