/*
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.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

.btn--flat.btn--blueC {
    color: #000000 !important;
    background-color: transparent !important;
    font-size: 14px !important;
    line-height: 8px !important; 
    box-shadow: 0 !important;
    width: 100%;
    height: 40px;
}
.btn--flat.btn--blueC:after {
    font-family: FontAwesome;
    /*Check-square*/
    content:"\f046";
}

.btn--flat.btn--redC {
    color: #000066 !important;
    background-color: transparent !important;
    font-size: 14px !important;
    line-height: 8px !important; 
    box-shadow: 0 !important;
    width: 100%;
    height: 40px;
}

.btn--flat.btn--redC:after {
    font-family: FontAwesome;
    /*square*/
    content:"\f096";
}