/*
    Created on : 07/02/2018, 11:25:34
    Author     : ti2
*/

.cards_atalhos {
    background-color: #1F3F57;
}

.shl_azul_escuro {
    background-color: #181e28;
}

button.shl_azul_escuro:hover,
button.shl_azul_escuro:focus {
    background-color: #1F3F57;
}

.shl_verde_escuro {
    background-color: #5D8B40;
}

.shl_amarelo {
    background-color: #e09900;
    color: #000000;
}

button.shl_amarelo:hover,
button.shl_amarelo:focus {
    background-color: #e09910;
}

button.shl_verde_escuro:hover,
button.shl_verde_escuro:focus {
    background-color: #87B226;
}

.shl_verde_claro {
    background-color: #87B226;
}

button.shl_verde_claro:hover,
button.shl_verde_claro:focus {
    background-color: #5D8B40;
}

.field_botao .field_botao_item.transparente.shl_verde_claro {
    border: 2px solid #87B226;
    color: #87B226;
}

.field_botao .field_botao_item.transparente.shl_azul_escuro {
    border: 2px solid #181e28;
    color: #000;
    /*color: #181e28;*/
}

.shl_azul_escuro svg path {
    fill: #000;
}

.shl_verde_claro svg path {
    fill: red;
}