/*
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 : May 22, 2018, 7:13:48 PM
    Author     : ALL-IN-DESIGN
    Location   : SÃO PAULO - BRAZIL
    Contact    : www.all-in-design.com.br
*/
.azul_oficial {
    color: #0D47A1;
}

.azul_oficial_background {
    background: #0D47A1;
}

.verde_oficial {
    color: #96bf3b;
}

.verde_oficial_background {
    background: #96bf3b;
}

.verde_main_menu {
    color: #4CAF50;
}

.verde_main_menu_background {
    background: #4CAF50;
}

.tomato {
    color: tomato !important;
}

.tomato_background {
    background: tomato;
}

.cinza_escuro {
    color: #999;
}

.cinza_escuro_background {
    background: #666;
}

.cinza_claro {
    color: #f2f2f2;
}

.cinza_claro_background {
    background: #f2f2f2;
}

.preto_medio_background {
    background: #333;
}

.orange {
    color: orange;
}

.alert {
    color: tomato;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.font_roboto {
    font-family: 'Roboto', sans-serif;
}

.font_kaushan {
    font-family: 'Kaushan Script', cursive;
}

.radius_20 {
    -webkit-border-radius: 10px;
}

