/*Google search CSS*/

.gs-snippet, .gs-per-result-labels {
    margin-left: 9px;
}
.gsc-control-cse {
  font-family: HelveticaNeueLTStd-Roman, Helvetica, Arial, sans-serif !important;
  border-color: #FFFFFF;
  background-color: transparent !important;
}
.gsc-control-cse .gsc-table-result {
  font-family: HelveticaNeueLTStd-Roman, Helvetica, Arial, sans-serif !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #9EACAB !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; 
}
/*Modified from default.css*/
.gsc-search-box td {
     border: transparent !important;
}

.gsc-input input.gsc-input {
  background: none repeat scroll 0% 0% white !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding-top: 6px !important;
}
/*.gsib_a {
    padding-top: 2px !important;
}
.gsib_b {
    padding-top: 2px !important;
}*/
.gsst_a {
    padding-top: 5px !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  border-color: #9EACAB !important;
  background-color: #9EACAB !important;
  background-image: none !important;
}

/*Modified from default.css*/
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  width: 10px !important;
  margin-top:0px !important;
  margin-left:-9px !important;
  border-left: 2px solid white !important;
  padding: 8px 10px !important;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
  height: 17px !important;
  min-width: 15px !important;
}
/*Modified from default.css*/
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}
.gsc-input-box {
  border: 1px solid #9EACAB !important;
  background: #fff;
  height: 33px !important;
}

/*Modified from default.css*/
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: 1px solid #9EACAB !important;
  border-top-color: #9EACAB;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
/*Modified from default.css*/
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: 1px solid #9EACAB !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
/*Modified from default.css*/
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0px !important;
}
.gsc-tabHeader {
  height: 26px !important;
}
.gsc-tabHeader.gsc-tabhInactive {
  border-color: #CCCCCC;
  background-color: #FFFFFF;
}
.gsc-tabHeader.gsc-tabhActive {
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  border-bottom-color: #CCCCCC
}
.gsc-tabsArea {
  border-color: #CCCCCC;
}
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.gs-title {
    text-align: left !important;
    color: #007A97 !important;
    font-size: 14px !important;
}

.gsc-control-cse .gs-result .gs-title * {
  font-size: 14px !important;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 14px !important;
}

input.gsc-input,.gsc-input-box,.gsc-input-box-hover,.gsc-input-box-focus,.gsc-search-button { 
	box-sizing: content-box; 
	line-height: normal;
}
.gsc-results-wrapper-overlay {
    -webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 80% !important;
}
.gsc-above-wrapper-area-container {
    background-color: #007A97 !important;
    border-color: #017A97 !important; 
}
.gsc-result-info, .gsc-orderby-label {
    color: white !important;
}
.gsc-twiddleRegionCell, .gsc-twiddle-opened, .gsc-configLabelCell {
    display: none;
}

/*
@media only screen and (max-height: 600px) {
    .gsc-results-wrapper-overlay {
	height: 350px !important;
    }
    .gsc-modal-background-image-visible {
       height: 400px !important; 
    }
} 

@media only screen and (max-height: 900px) {
    .gsc-results-wrapper-overlay {
        height: 450px !important;
    }
    .gsc-modal-background-image-visible {
       height: 500px !important; 
    }
}

@media only screen and (max-height: 1200px) {
    .gsc-results-wrapper-overlay {
        height: 550px !important;
    }
    .gsc-modal-background-image-visible {
       height: 600px !important; 
    }
}

@media only screen and (max-height: 1500px) {
    .gsc-results-wrapper-overlay {
        height: 650px !important;
    }
    .gsc-modal-background-image-visible {
       height: 700px !important; 
    }
}
*/
.gsc-table-result > tbody > tr > td {
  font-size: 12px !important;
  border-color: #CCCCCC !important;
}

.gsc-inline-block {
    -webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box;
    box-sizing: content-box;
}
.gsc-webResult.gsc-result:hover, .gsc-imageResult:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
.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: #007A97 !important;
}
.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: #007A97 !important;
}
.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: #007A97 !important;
}
.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: #007A97 !important;
}
.gsc-cursor-page {
  color: #007A97 !important;
}
a.gsc-trailing-more-results:link {
  color: #007A97 !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #374C51  !important;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #CA5F14 !important;
}
.gs-webResult div.gs-visibleUrl-short {
  color: #CA5F14 !important;
}
.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: #FFFFFF;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #1a0dab !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #1a0dab !important;
}
.gsc-webResult.gsc-result.gsc-promotion {
  border-color: #F6F6F6;
  background-color: #F6F6F6;
}
.gsc-completion-title {
  color: #1155CC;
}
.gsc-completion-snippet {
  color: #333333;
}
.gs-promotion a.gs-title:link,.gs-promotion a.gs-title:link *,.gs-promotion .gs-snippet a:link  {
  color: #1a0dab !important;
}
.gs-promotion a.gs-title:visited,.gs-promotion a.gs-title:visited *,.gs-promotion .gs-snippet a:visited {
  color: #1a0dab !important;
}
.gs-promotion a.gs-title:hover,.gs-promotion a.gs-title:hover *,.gs-promotion .gs-snippet a:hover  {
  color: #1a0dab !important;
}
.gs-promotion a.gs-title:active,.gs-promotion a.gs-title:active *,.gs-promotion .gs-snippet a:active {
  color: #1a0dab !important;
}
.gs-promotion .gs-snippet, .gs-promotion .gs-title .gs-promotion-title-right, .gs-promotion .gs-title .gs-promotion-title-right * {
  color: #333333;
}
.gs-promotion .gs-visibleUrl,.gs-promotion .gs-visibleUrl-short  {
  color: #c3481e !important;
}

/* Remove IE9/10/11's "clear field" X button  */ 
input[type=text]::-ms-clear { 
    display: none; 
} 

/*Search Box*/
table.gsc-search-box td {
  vertical-align: top !important;
}