/*
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 : Dec 4, 2015, 11:38:45 AM
    Author     : zackmitchell
*/

button.felix-button {
    width: 40px;
    height: 40px;
    padding: 0 12px;
    margin-bottom: 5px;
}

button.felix-button .fa {
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
}

button.felix-button.blue {
    background-color: #0092BF;
}

button.felix-button.red {
    background-color: #C91D1D;
}

button.felix-button.green {
    background-color: #64CE4C;
}

button.felix-button.yellow {
    background-color: #EBC247;
}

button.felix-button.default {
    background-color: #666;
}

button.disabled{
    opacity: 0.35 !important;
}