/*
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 : 12/Fev/2014, 12:21:05
    Author     : filipemurteira
*/


#pesquisaForm{
    margin-top: 15px;
}

#conteudo .pesquisaItem{
    padding-bottom: 15px;
    margin-bottom: 20px;
}

#pesquisaR{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 0px;
    font-size: 12px;
    color: #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#pesquisaForm .btn-default {
    color: #fff;
    background-color: #004D59;
    border-color: #004D59;
    border-left-width: 0px;
    border-radius: 0px;
}

@media all and (min-width:1200px){
    #pesquisaR{
        min-width: 300px;
    }
}

#pesquisaForm .form-control::-webkit-input-placeholder { color: #000000; }
#pesquisaForm .form-control:-moz-placeholder { color: #000000; }
#pesquisaForm .form-control::-moz-placeholder { color: #000000; }
#pesquisaForm .form-control:-ms-input-placeholder { color: #000000; }