body {
  font-family: Roboto, sans-serif;
}

html,
body {
  min-height: 100%;
  position: relative;
  height: 100%;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#report_1_chart_1,
#report_1_chart_2,
#report_1_chart_3,
#report_1_chart_4 {
  margin-top: 20px;
  width: 100%;
}

.params {
  display: inline-block;
  max-width: 49%;
  position: absolute;
  margin-top: 20px;
  margin-left: 150px;
  color: #666;
  font-family: Roboto;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}
.params div {
  font-size: 1.5em;
}
.cl {
  clear: both;
}
#report_1_chart_2 {
  height: 350px;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 50px;
}
.title h2 {
  text-align: center;
  margin-bottom: 0px;
}

.title h3 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 5px;
}
.title h3 .period {
  font-size: 19px;
}

td.total_count span {
  font-weight: bold;
  text-align: right;
  padding-right: 100px;
  position: absolute;
  right: 0px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 4px;
}
table.jqplot-cursor-legend,
table.jqplot-table-legend {
  border: 0;
}
table.jqplot-cursor-legend,
table.jqplot-table-legend {
  font-size: 1em;
}

.jqplot-table-legend.jqplot-table-legend-label a {
  padding: 0 0.6em 0 0.2em;
}
.jqplot-table-legend.jqplot-table-legend-label a:hover {
  text-decoration: none;
  cursor: default;
}

.table.border-bottom > tbody > tr > td {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.table.border-bottom > tbody > tr.noborder > td {
  border: 0;
}
.error {
  color: red;
}
.navbar-default {
  background-color: #262e41;
  border: 1px solid #262e41;
}

a.navbar-brand {
  background-image: url(/img/logo.png);
  display: block;
  width: 239px;
  height: 69px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px 0;
  margin-left: 15px !important;
}

.navbar-header span {
  display: inline-block;
  position: absolute;
  margin: 22px 0 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 19px;
  line-height: 20px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.mr-15 {
  margin-right: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mtb-10 {
  margin: 10px 0;
}
.line {
  height: 2px;
  background-color: #262e41;
}
.bg-classes p {
  padding: 10px;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #262e41;
  color: #333;
}
.table.data tbody tr td {
  color: #333;
  border-top: 1px solid #f7f7f7;
}

.table.data tbody tr.status_warning td {
  background-color: #fcf8e3;
  color: #333;
}

.nav > li > a {
  padding: 0;
}

.nav-tabs>li>a{
  padding: 10px 15px;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

/* admin landings */
.landing-parameters .panel-body{
  display: none;
}

.landing-parameters .opened .panel-body{
  display: block;
}

.landing-parameters .items-list .panel-heading{
  cursor: pointer;
}

.items-list .panel{
  position: relative;
  cursor: pointer;
}

.delete_item{
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  right: 10px;
  top: 5px;
}

/* admin landings end */