/*
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 : 10/11/2016, 11:53:00 AM
    Author     : cdiaz
*/

.search-mod{
    height: 50px;
}
.search-btn-mod{
    height: 50px;
    width: 50px;
}

.gsc-search-button
{
    /*background-color: #1a4195;*/
    border-radius: 5px;

}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    /*background-color: #1a4195 !important;*/
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 32px !important;
    border-color: #1a4195 !important;
    filter: none;
}

.gsc-input-box{
    border: 0px !important;
}
input.gsc-input{
    border: 1px solid !important;
    font-size: 1.250em !important;
    height: 50px !important;
    border-color: rgba(0,0,0,.15) !important;
    padding: 10px !important;
}
.gsc-input-box-hover{
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
}
.gsc-input-box-focus{
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0) !important;
}
.gsib_a{
        padding: 0px 6px 0 !important;
}
.gsc-search-button{
    padding-top: 22px !important;
}
.gsc-cursor-page{
    font-size: 19px !important;
}

.context-parent, .context-brothers, .context-child {
    padding-top: 20px;
}