body {
  min-height: 1000px;
  padding-top: 60px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}

div.panel h3 { margin: 5px;}

table.table {margin-bottom: 2px;}

div.form-group-sm label {
  font-size: 12px;
}

div.panel-body {
  padding: 10px;
}

/* Test page icons color */
#testpage .glyphicon-ok { color: #5cb85c; }
#testpage .glyphicon-remove { color: #d9534f; }
#testpage .glyphicon { font-size: 1.4em; }

/* Jobs report icons color */
#jobsreport .glyphicon-play { color: #777; }                /* Running jobs */
#jobsreport .glyphicon-ok { color: #5CB85C; }               /* Completed jobs */
#jobsreport .glyphicon-time { color: #337AB7; }             /* Waiting jobs */
#jobsreport .glyphicon-remove { color: #D9534F; }           /* Failed jobs */
#jobsreport .glyphicon-off { color: #F0AD4E; }              /* Canceled jobs */
#jobsreport .glyphicon-warning-sign { color: #F0AD4E; }     /* Completed with errors */

img {
  margin-bottom: 20px;
}

[id^="chart"] {
  height: 300px;
  width: 100%;
}

.page-header { margin-top: 15px; }

.form-signin { margin-top: 100px; }

.pagination {
  margin: 2px 0 45px 0;
}

p.pagination {
  text-align: right;
  display: block;
  margin: 10px 0;
}
