/*
    HELPERS CSS
    Contem Classes do Projeto
*/

/* Colunas */
.fluid { width: 100%; min-width: 980px; display: table; }
.wrap { width: 980px; display: table; margin: 0 auto; }

/* Aplica Border Box */
.boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fonte Padrão */
.font { font: 14px 'Lato', Arial, Helvetica, serif; }
.textomce * { font-size: 17px !important; }

/* Cores de Texto */
.txtWhite       { color: #ffffff !important; }
.txtGray        { color: #545d61 !important; }
.txtSilver      { color: #565656 !important; }
.txtBlue        { color: #4b89c6 !important; }
.txtRed         { color: #da5050 !important; }
.txtRedGray     { color: #c25f5f !important; }
.txtRedDarken   { color: #b23a3a !important; }
.txtBlack       { color: #000000 !important; }
.txtGrayDarken  { color: #424242 !important; }

/* Cores de Fundo */
.bgWhite        { background-color: #ffffff !important; }
.bgClouds       { background-color: #eef1f6 !important; }
.bgBlueDark     { background-color: #33507e !important; }
.bgBlueDarken   { background-color: #093563 !important; }
.bgGreen        { background-color: #8db36c !important; }
.bgWhiteDirt    { background-color: #ececec !important; }