/*remove padding from image in header so the image can be bigger*/
.header .navbar-brand{
    padding: 15px 15px 2px 15px;
}

form{
    margin:0;
    padding:0;
}

.hidden{
    display: none;
}

#content-container{
  position: relative;
}

.container{
    width: 95%;
}
/* Footer styling */
.footer {
    margin-top: 45px;
    padding: 35px 30px 36px;
    border-top: 1px solid #e5e5e5;
}

.footer p {
    margin-bottom: 0;
    color: #555;
}

.pagesplitter {
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    padding: 15px 0px 15px 0px;
    border-radius: 5px;
}

.btn-add-modeloutput {
    background-color: hsl(221, 37%, 36%) !important;
}

.sub-table thead {
    background: #e8e8e8 !important;
}

a.info{
   display: inline-block;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width:200px;
}


div.svg-tooltip {
    position: absolute;
    text-align: center;
    padding: 2px;
    font: 14pt sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}

div.alt-tooltip {
    position: absolute;
    text-align: center;
    padding: 2px;
    font: 14pt sans-serif;
    background: white;
    border: 1px solid lightgrey;
    border-radius: 4px;
    pointer-events: none;
}

div.alt-tooltip td{
    /*Not sure why, but the font in the alt-tooltip definition doesn;t work*/
    font-size: 70%;
}
div.alt-tooltip table tr:last-child{
    border-bottom: none;
}
div.alt-tooltip table tr{
    border-bottom: 1px solid #aaa;
}

.tooltip-inner  {
    white-space:normal; /* you can also try white-space: normal; */
    max-width:none;
}

/*HOWTO and ABOUT pages */
.blurb.outer {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}

.blurb .middle {
    display: table-cell;
    vertical-align: middle;
}

.blurb .inner {
    margin-left: auto;
    margin-right: auto;
    width: 80%/*whatever width you want*/;
    font-size:medium;
}

div.section{
  border: 1px solid #aaa;
  background-color: #F8F8F8;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

div.inner img{
  max-width:100%;
  max-height:100%;
  padding: 5px;
  margin: 10px;
  border: 1px solid #e8e8e8;
}

.section label{
    margin-right: 5px;
}

/*Metrics*/
.env.negligible.adverse{
    background-color: rgb(190, 190, 190, 1) !important;
}
.env.minor.adverse{
    background-color: rgb(255, 255, 0, 1) !important;
}
.env.moderate.adverse{
    background-color: rgb(255, 192, 0, 1) !important;
}
.env.major.adverse{
    background-color: rgb(255, 0, 0, 1) !important;
}

.env.negligible.beneficial{
    background-color: rgb(190, 190, 0, 1) !important;
}
.env.minor.beneficial{
    background-color: rgb(153, 188, 120, 1) !important;
}
.env.moderate.beneficial{
    background-color: rgb(126, 210, 43, 1) !important;
}
.env.major.beneficial{
    background-color: rgb(32, 64, 0, 1) !important;
    color: white;
}


.cost .fa{
    color: #777777;
}

.costline {
    fill:none;
    stroke:steelblue;
    stroke-linejoin:round;
    stroke-linecap:round;
    stroke-width:1.5;
}

/*automatically add newlines for every form element*/
div.section form label{
    display:block;
    margin-top: 10px;
}
div.section form [value='Submit']{
    display:block;
    margin-top: 10px;
}

.about{
    font-size: 12pt;
    margin-right: 30px;
    margin-left: 30px;
}
