body {
    padding-top: 50px;
    background-color: #eee;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
    border: 0;
}

.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f6f6f6;
}

.btn-xs {
    padding: 3px 6px;
}body {
  color: #797979;
  background-color: #edf0f0;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}
body, html {
  overflow-x: hidden;
}

.badge {
display: inline-block;
min-width: 10px;
padding: 3px 6px;
font-size: 13px !important;
font-weight: normal;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-color: #777777;
border-radius: 2px;
}
.badge-danger{
    background-color: #cb2a2a;
}
.badge-info{
    background-color: #1ca8dd;
}

.bg-primary{
    background-color: rgba(59, 192, 195, 0.8);
}
.bg-success{
    background-color: rgba(51, 184, 108, 0.8);
}
.bg-info{
    background-color: rgba(28, 168, 221, 0.8);
}
.bg-warning{
    background-color: rgba(235, 193, 66, 0.8);
}
.bg-danger{
    background-color: rgba(203, 42, 42, 0.8);
}
.bg-muted {
    background-color: #d0d0d0;
}
.bg-inverse {
    background-color: rgba(20, 8, 45, 0.8);
}
.bg-purple {
    background-color: rgba(97, 92, 168, 0.8) !important;
}
.bg-pink {
    background-color: rgba(241, 60, 110, 0.8);
}
.white-bg{
    background-color: #ffffff;
}
.bg-fb{
    background-color: #3b5998;
}
.bg-gp{
    background-color: #dd4b39;
}
.bg-tw{
    background-color: #00aced;
}
.bg-dribbble{
    background-color: #ea4c89;
}

div.js-panel-resp {
    max-height: calc(100vh - 100px);
}

div.js-panel-body-w-footer {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

div.js-panel-body-wo-footer {
    max-height: calc(100vh - 170px);
    overflow-y: auto;
}

div.js-panel-body-w-big-footer {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
}
.relatorio-card {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    padding: 30px 15px 30px 15px;
    margin-bottom: 10px;
}

.relatorio-card .rel-label {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}

.relatorio-card .rel-value {
    text-align: right;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -2px;
    margin-bottom: 0;
    font-weight: 300;
    text-shadow: none;
}

.relatorio-card .rel-sublabel {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
}
.home-wrapper {
    margin-top: 50px;
    width: 775px;
    display: block;
    height: 500px;
}

.home-editor {
    border: 1px solid #F1F1F1;
    padding: 5px;
    border-radius: 2px;
    height: 80%;
    background-color: white;
}

.home-toolbar {
    width: 100%;
}

/*# sourceMappingURL=app-10bcc192bdd654ddf0d6.css.map*/