/* Vyhladavanie top, update: 26.10.2017 */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Arial, sans-serif !important;
  border-color: transparent !important;
  background-color:transparent !important;
  padding: 0 !important;
  margin: 0 20px !important;
  text-align: left;
}
.gsc-control-cse .gsc-table-result {
  font-family: Arial, sans-serif;
  background: transparent;
}
.gsc-tabHeader.gsc-tabhInactive {
  border-color: #FF9900;
  background-color: transparent;
}
.gsc-tabHeader.gsc-tabhActive {
  background-color: #E9E9E9;
  border-top-color:  #FF9900;
  border-bottom-color: #E9E9E9;
  border-right-color: #E9E9E9;
}
.gsc-tabsArea {
  border-color: #E9E9E9;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: transparent;
  background-color: transparent;
}
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  border-color: #transparent;
  background-color: transparent;
}
.gsc-webResult.gsc-result.gsc-promotion:hover {
  border-color: transparent;
  background-color: transparent;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
  color: #190fab;
  text-decoration: none;
  font-size: 18px;
}
a.gs-title {
  float: left;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
  color: #660199;
}
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
  color: #244894;
  text-decoration: underline;
}
.gs-webResult.gs-result a.gs-title:active, .gs-webResult.gs-result a.gs-title:active b, .gs-imageResult a.gs-title:active, .gs-imageResult a.gs-title:active b {
  color: #244894;
}
.gsc-cursor-page {
  color: #244894;
}
a.gsc-trailing-more-results:link {
  color: #244894;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #000000;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #008000;
}
.gs-webResult div.gs-visibleUrl-short {
  color: #008000;
}
.gs-webResult div.gs-visibleUrl-short  {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-promotion div.gs-visibleUrl-long  {
  display: block;
}
.gsc-cursor-box {
  border-color: transparent;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #E9E9E9;
  background-color: transparent;
  color: #244894;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #FF9900;
  background-color: transparent;
  color: #244894;
}
.gsc-webResult.gsc-result.gsc-promotion {
  border-color: #336699;
  background-color: transparent;
}
.gsc-completion-title {
  color: #244894;
}
.gsc-completion-snippet {
  color: #000000;
}
.gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
  color: #0000CC;
}
.gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
  color: #660199;
}
.gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
  color: #0000CC;
}
.gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
.gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
  color: #008000;
}

/* Mobilna verzia */
@media(max-width: 600px) {

  .cse .gsc-control-cse, .gsc-control-cse {
    margin: 0 !important;
  }
  .gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b  {
    font-size: 14px;
    clear: both;
  }
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
	color: #4977B3;
  	background: #ecf2f6;
}
.gsc-completion-container td {
	padding: 1px 3px 0px 3px;
}
.gsc-completion-container {
	color: #737373;
	background: #fbfdfe;
	font-size: 13px;
	position: absolute;
	border: 1px solid #dee8ef;
	margin-left: 0;
	margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}