/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02/12/2015, 15:24:53
    Author     : Paulo Salinas
*/
.logo-circular {
    background: url(../images/logo-simbolo.png) no-repeat 15px 10px;
    display: block
}

.sit-veiculos {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sit-veiculos div {
    padding: 0 !important;
    margin: 0 2px 2px 2px !important;
    cursor: pointer;
}
body {
    font-size: 12px !important;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}