/*
*  CSS Document - Google Search
*  Autor: Andressa Kroeff Pires (SINFO)
*  E-mail: andressa@info.ufrn.br
*  Data: 02/12/2010
*/

.cse * {
    clear: none !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    width: 100%;
    padding: 1% 0 0;
    background-color: #ffffff !important;
    border: none !important;
}

.gsc-control-cse {
font-family: 'Arial', Geneva, sans-serif;
font-size: 14px;
line-height: 15pt;
border-color: #ffffff;
background-color: #ffffff;
width:auto;
}

/* tamanho textos */
.cse .gs-title, .gs-title, .cse div.gs-title, div.gs-title, .cse .gs-snippet, .gs-snippet {
	font-size: 14px;
	line-height: 18px;
}


.gstl_50 {
  position: relative;
}
.gsib_a {
  padding: 0 !important;
}
.gsib_b {
  position: absolute;
  right: 4px;
  top: 4px;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  border: unset;
  background: unset
}

.gsc-input-box-hover,
.gsc-input-box-focus {
  box-shadow: unset;
}

input.gsc-input {
	background: none repeat scroll 0 0 #f3f3f3 !important;
  border: 1px solid #747477 !important;
  border-radius: 5px !important;
  display: inline-block !important;
  float: none !important;
  padding: 5px !important;
  vertical-align: top !important;
	color: #575759 !important;
	font-size: 14px !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
input.gsc-input:hover,
input.gsc-input:focus {
	border-color: #74cbf1!important;
}

button.gsc-search-button {
    background-color: #FFD220;
	padding: 2px 5px 3px;
	width: 70px;
	height: 23px;
	margin: 0;

	font-family: 'Tahoma', Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: 700;
}

button.gsc-search-button {
  background: none repeat scroll 0 0 #4b4b4b;
	border: medium none;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	float: right;
	height: 32px;
	width: 80px;
}


button.gsc-search-button:hover,
button.gsc-search-button:focus {
  background: #74cbf1; /* Old browsers
	background: -moz-linear-gradient(top,  #74cbf1 0%, #069bdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74cbf1), color-stop(100%,#069bdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #74cbf1 0%,#069bdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #74cbf1 0%,#069bdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #74cbf1 0%,#069bdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #74cbf1 0%,#069bdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74cbf1', endColorstr='#069bdb',GradientType=0 ); /* IE6-9 */
}

div.gsc-clear-button {
	margin-left: 6px;
	margin-right: 2px;
	padding-left: 7px;
}

.gcsc-branding {
	margin-top: 3px;
}

.gsc-wrapper, .gsc-thinWrapper {
display: block;
float: none;
margin: 0px auto;
padding: 0 5px 0 0;
width: 98%;
color: #484848;
}

.gsc-adBlock, .gsc-adBlockVertical {
display: none;
float: none;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    background-color: #e0ecf1 !important;
    border: 1px solid #0587bf !important;
    text-align:center;
}

.gsc-tabHeader.gsc-tabhInactive {
border-color: #BADBF4;
background-color: #FFFFFF;
}
.gsc-tabHeader.gsc-tabhActive {
border-color: #BADBF4;
background-color: #BADBF4;
}
.gsc-tabsArea {
border-color: #BADBF4;
}

.gsc-webResult.gsc-result {
	border-bottom: 1px dotted #C2DFEF;
	background-color: #FFFFFF;
	padding: .5em 0 1em;
}
.gsc-webResult.gsc-result:hover a.gs-title,
.gsc-webResult.gsc-result:hover a.gs-title b{
    color: #035274 !important;
}
.gsc-webResult.gsc-result:hover img.gs-image,
.gsc-webResult.gsc-result:hover img.gs-promotion-image{
    border-color: #035274;
    opacity: 1;
}
.gsc-webResult:after{
    clear: none !important;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page, .gsc-results .gsc-cursor-page.gsc-cursor-current-page{
    background-color: #0587bf !important;
    color: #FFFFFF !important;
	border-radius: 5px;
}

a.gs-title, a.gs-title:link, a.gs-title:visited, a.gs-title:active, a.gs-title:link b, a.gs-title:visited b, a.gs-title:active b {
color: #0587bf !important;
font-weight: 700;
font-size:15px !important;
}
a.gs-title:hover,  a.gs-title:hover b{
color: #035274 !important;
}

.gsc-cursor-page {
color: #0093DD;
}
a.gsc-trailing-more-results:link {
color: #0093DD;
}

.gs-webResult.gs-result .gs-snippet {
color:#575759;
}
.gs-webResult.gs-result .gs-visibleUrl, .gs-webResult.gs-result .gs-visibleUrl-short {
    font-size: 13px;
    color: #86cbe9 !important;
}

.gs-webResult.gs-result .gs-visibleUrl-short {
display: none;
}
.gs-webResult.gs-result .gs-visibleUrl-long {
display: block;
}
.gsc-cursor-box {
border-color: #B9DAF4;
}
.gsc-results .gsc-cursor-page {
border-color: #ffd220;
background-color: #FFFFFF;
}
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #5d7e6e;
    background-color: #5d7e6e;
}

.gs-promotion.gs-result {
border-color: #B9DAF4;
background-color: #FFFFFF;
}
.gs-promotion.gs-result a.gs-title:link {
color: #0093DD;
}
.gs-promotion.gs-result a.gs-title:visited {
color: #0093DD;
}
.gs-promotion.gs-result a.gs-title:hover {
color: #0093DD;
}
.gs-promotion.gs-result a.gs-title:active {
color: #0093DD;
}
.gs-promotion.gs-result .gs-snippet {
color: #666666;
}
.gs-promotion.gs-result .gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl-short {
color: #E88739;
}


.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
padding:0;
}

.gsc-result-info {
    color: #6C6C6C;
}

.gs-result img.gs-image, .gs-result img.gs-promotion-image {
  height:70px;
	border: 1px solid #D6D6D6;
}

.gs-result img.gs-image:hover, .gs-result img.gs-promotion-image:hover {
	border-color: #035274;
}

.gsc-control-cse div {
    width: auto;
    padding-left: 0px;
}
.gsc-control-cse:after {
    display: inline !important;
}

.cse .gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    display: block;
    background-color: #f3f3f3!important;;
    border: 2px solid #74cbf1!important;;
    border-radius: 5px;
    padding: 20px !important;
    text-align: center !important;
    width: 100% !important;
    color: #bb454d;
}

.gs-webResult, .gs-promotion {
    margin-left: 0 !important;
}

.cse .gsc-webResult, .gsc-webResult, .gsc-webresult .gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column {
    border-bottom: 1px dotted #FFFFFF;
    border-color: #FFFFFF;
    padding: 0.6em 0 1em;
}

.gsc-expansionArea > .gs-bidi-start-align {
  text-align: center;
}

.gsc-results .gsc-cursor-box {
    margin-top: 20px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  background-color: #0587bf !important;
  color: #fff;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #035274;
  cursor: pointer;
  display: inline;
  margin-right: 8px;
  text-decoration: none !important;
  border-radius: 5px;
  font-weight: bold;
  padding: 6px 8px !important;
  font-size: 16px;
}

.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #035274 !important;
  color: #333;
  text-shadow: none !important;
}

.gsc-result-info {
    color: #676767;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 22px;
    text-align: left;
}


.cse .gsc-results, .gsc-results {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: -5px;
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    margin: 0 !important;
    color: #bb454d !important;
    font-weight: bold;
    font-size: 12px;
    padding: 25px !important;
    background: #f3f3f3 !important;
    border: 2px solid #d4aaac !important;
    border-radius: 5px;
    width:100%;
}

.gsc-above-wrapper-area {
    border-bottom: none !important;
    padding: 5px 0;
}

.cse .gsc-cursor-page, .gsc-cursor-page{
     padding: 1px 5px !important;
}

table.gsc-table-result .gsc-table-cell-thumbnail.gsc-thumbnail,
table.gsc-table-result .gsc-table-cell-thumbnail.gsc-thumbnail > .gs-image-box.gs-web-image-box.gs-web-image-box-landscape,
table.gsc-table-result .gsc-table-cell-thumbnail.gsc-thumbnail > .gs-image-box.gs-web-image-box.gs-web-image-box-landscape > a.gs-image {
  display: flex;
}

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
  width:150px !important;
  max-width: 150px !important;
  height:90px !important;
  max-height:100px !important;
  object-fit: cover !important;
}
.gs-result img.gs-image, .gs-result img.gs-promotion-image {
  height:90px !important;
}
.gsc-webResult.gsc-result {
  display: flex !important;
  flex-direction: row !important;
}
.gsc-selected-option-container {
  padding-left: 8px !important;
}
.gsc-input-box {
  margin-right: 20px;
}

.gs-no-results-result {
  margin: auto !important;
  display: block;
  width:50% !important;
}

