body {
    /* 60px to make the container go all the way to the bottom of the topbar */
    /*padding-top: 60px;*/
    /* -- nova imagem --  */
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    color: rgb(5, 20, 31);
}

/* -- nova imagem --  */
/*
- Tipo de Letra – Fonte Regular (Calibri Light)
- Logo Kia
- Áreas com fundo cinzento R199 G200 B202
- Trocar logótipos das áreas (o Kia Marketing Center passa a ser, o Kia Studio Portugal)
- Trocar cor do texto preto para R5 G20 B31
 */
.login-title {
    color: rgb(5, 20, 31) !important;
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

.btn-default {
    color: rgb(5, 20, 31) !important;
}

#sidebar-wrapper {
    background-color: rgb(199, 200, 202);
}

#navbar {
    background-color: rgb(199, 200, 202);
}

.sidebar-nav li a {
    color: rgb(5, 20, 31) !important;
}

.panel-heading {
    background-color: rgb(199, 200, 202) !important;
}

.panel-heading h3 {
    color: rgb(5, 20, 31) !important;
}

.dataTables_empty {
    background-color: rgb(199, 200, 202);
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: rgb(5, 20, 31) !important;
}

/* -- nova imagem - end --  */

footer {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: small;
    margin: 0;
    position: fixed;
    right: 10px;
    bottom: 0;
    overflow: hidden;
}

[v-cloak] {
    display: none;
}

.dataTables_filter {
    float: right;
}

.datepicker {
    z-index: 9999 !important
}

/*
form .error input {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}

form .error .help-inline {
    color: #B94A48;
}
*/

.providers {
    margin: 5px 0;
    list-style: none;
}

.providers li {
    display: inline;
}

/*
.help-block {
    margin: -10px 0 10px 0;
    font-size: 10px;
    color: #ccc !important;
}
*/

h1 {
    margin-bottom: 20px !important;
}

.chart-legend ul {
    list-style: none;
}

.chart-legend li {
    text-align: left;
    font-size: smaller;
}

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}


.lista-pecas {
    padding-left: 10px;
}

.existencias-quantidade {
    background-color: lightgreen;
    text-align: center;
    font-weight: bolder;
}

.existencias-quantidade-sem-stock {
    background-color: red;
    text-align: center;
    font-weight: bolder;
}

.imob-mobilidade-col {
    min-width: 160px;
    /*max-width: 220px;*/
}

.img-center {
    margin: 0 auto;
}


.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.fee-apv-chart-container {
    padding: 50px;
}
