﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"]
{
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none
  }
}


.navbar-brand img {
    top: 10px;
    position: relative;
}

.navbar-brand {
    padding: 0px;
}

body {
    background-color: #444 !important;
}

.body-content {
    background: white;
    padding-top: 20px;
    overflow: auto;
}

footer {
    font-size: .7em;
    text-align: center;
    padding: 1em;
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
    color: #777;
}

.navbar-nav > li> a {
    padding-top: 25px;
    padding-bottom: 5px;

}

.flag {
    border: 1px solid black
}


.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    border-top: 2px #888 solid;
    border-bottom: 2px #888 solid;
}

.table thead th {
    color: #000;
    border-bottom: 2px #800 solid !important;
    text-align: left;
}

.table tbody tr:nth-child(odd) {
    background: #F7F6F3;
}

.wallboard-per-country {
    font-size: .9em;
}

.wallboard-per-country .table thead tr th {
    padding: 4px;
}

.wallboard-per-country .table tbody tr td {
    padding: 2px;
}

.wallboard-per-country div.panel-body {
    padding-top: 2px !important;
    padding-bottom: 5px !important;
}


.maximize {
    color: #bbb !important;
}

.report-frame {
    border: none;
    width: calc(100% + 30px);
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
     padding-right: -15px;
    position: relative;
}

.report-list {
    overflow: auto;
}

.report-list li {


}

div.caption
{
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

.row div {
    overflow: hidden;
}

canvas {
  width: 100%;
  height: auto;
}

.tab-content {
    margin-top: 20px;
    overflow: auto;
}