﻿body {
    padding-top: 105px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.input-field {
    max-width: 310px;
}

.navbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffcfc+0,494949+100 */
    background: #fffcfc; /* Old browsers */
    background: -moz-linear-gradient(left, #fffcfc 0%, #494949 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fffcfc 0%,#494949 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fffcfc 0%,#494949 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcfc', endColorstr='#494949',GradientType=1 ); /* IE6-9 */
    padding: 10px;
}

.navbar img {
    margin-right: 30px;
}

.navbar span {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #404040;
}

.blue > li > a {
    background-color: blue;
    color: white
}

.dygraph-legend {
    border: solid 1px #808080;
    background-color: lightgray;
    border-radius: 5px;
    padding: 7px;
}

.dygraph-legend > span {
    display: block;
}

.input-group.date {
    max-width: 300px;
}