/*
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 : 20/06/2016, 16:58:54
    Author     : Thiago Aguiar
*/

.cadastro .ui-inputfield.ui-state-default {
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #fff !important;
    border: none !important;
}

.cadastro .ui-inputfield.ui-state-focus{
    background-color: #FFFACD !important;
    border: 1px solid #0C0 !important;
    /*border: 1px solid #0C0 !important;*/
}

.index .ui-inputfield .ui-state-default {
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: white !important;
    border: none !important;
}
