body {
    background-color: #FFFFFF;
    background: white;
}

.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.navbar {
    background: #e3f2fd;
}

table#t01 {
    width: 100%;
}

table, th, td{
    border: 1px solid black;
}
th, td {
    padding: 5px;
    text-align: center;
    vertical-align: center;
}

th {
    padding: 5px;
    text-align: left;
}


h2 {
    border-bottom: 3px solid #FF6347;
}

.footer{
    background-color: #e3f2fd;
    margin-top: 30px;
    padding: 5px;
    text-align: center;
    width: 100%;
}

img.footerimage {
    height: 48px;
    vertical-align: middle;
    padding-left : 10px;
    padding-right : 10px;
}


[data-toggle=collapse] .fa:before {
  content: \f139;
}

[data-toggle=collapse].collapsed .fa:before {
  content: \f13a;
}


img.metricsimage {
    height: 470px;
    vertical-align: middle;
    padding-left : 10px;
    padding-right : 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

img.pipelineimage {
    display: block;
    padding-left : 200px;
    margin: 0 auto;
    margin-top: 30px;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

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

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

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.dataTables_wrapper {
    font-size: 14px;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 5px 20px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-inline button {
  padding: 10px 5px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  height:40px;
  margin-top: 5px;
  cursor: pointer;
}

.form-inline button:hover {
  background-color: royalblue;
}

@media (max-width: 1950px) {
  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}

.navbar {
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease;
  -o-transition:padding 0.2s ease;
  transition:padding 0.2s ease;
}


.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;
  -o-transition:padding 0.2s linear;
  transition:padding 0.2s linear;
}

.good {
  background-color:#86af49;
  }

.bad {
  background-color:#c94c4c;
  }

.acceptable {
   background-color: #FF9800;
  }

.my-legend .legend-title {
text-align: left;
margin-bottom: 8px;
font-weight: bold;
font-size: 90%;
}
.my-legend .legend-scale ul {
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.my-legend .legend-scale ul li {
display: block;
float: left;
width: 150px;
margin-bottom: 6px;
text-align: center;
font-size: 80%;
list-style: none;
}
.my-legend ul.legend-labels li span {
display: block;
float: left;
height: 15px;
width: 150px;
}
.my-legend .legend-source {
font-size: 70%;
color: #999;
clear: both;
}
.my-legend a {
color: #777;
}