/*Google search CSS*/

#cse {
    position: absolute;
    top: 74px;
    right: 115px;
    width:250px;
    height:25px;
    z-index:999;
}
@media (max-width: 800px)  {
    #cse {
        top: 108px;
        left: 9px;
    }
}
@media (max-width: 600px)  {
    #cse {
        left: 2px;
    }
}

.gs-snippet, .gs-per-result-labels {
    margin-left: 9px;
}
.gsc-control-cse {
  font-family: "RobotoRegular", arial, helvetica, clean, sans-serif !important;
  border-color: #FFFFFF;
  background-color: transparent !important;
}
.gsc-control-cse .gsc-table-result {
  font-family: "RobotoRegular", arial, helvetica, clean, sans-serif !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  border-color: #CCCCCC;
}
/*Modified from default.css*/
.gsc-input input.gsc-input {
  background: none repeat scroll 0% 0% white !important;
  font-size: 12px !important;
  padding: 0px;
}
.gsib_a {
    padding-top: 2px !important;
}
.gsib_b {
    padding-top: 2px !important;
}
.gsst_a {
    padding-top: 3px !important;
}

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

/*Modified from default.css*/
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  padding: 4px 6px 3px 6px!important;
  margin-top:0px !important;
}
/*Modified from default.css*/
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px !important;
}
.gsc-input-box {
  border: 1px solid #D9D9D9;
  background: #fff;
  height: 20px !important;
}


/*Modified from default.css*/
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: 1px solid #CCC !important;
  border-top-color: #a3a3a3;
  -moz-box-shadow: inset 0 1px 2px rgba(128,128,128, 0.9) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(128,128,128, 0.9) !important;
  box-shadow: inset 0 1px 2px rgba(128,128,128, 0.9) !important;
  outline: none;
}
/*Modified from default.css*/
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus {
  border: 1px solid #a3a3a3 !important;
  -moz-box-shadow: inset 0 1px 2px rgba(128,128,128, 0.9) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(128,128,128, 0.9) !important;
  box-shadow: inset 0 1px 2px rgba(128,128,128, 0.9) !important;
  outline: none;
}
/*Modified from default.css*/
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0px !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;
}
.gsc-results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 80%;
  -webkit-box-shadow: 0px 3px 10px rgba(128,128,128, 0.9) !important;
  -moz-box-shadow: 0px 3px 10px rgba(128,128,128, 0.9) !important;
  -ms-box-shadow: 0px 3px 10px rgba(128,128,128, 0.9) !important;
  -o-box-shadow: 0px 3px 10px rgba(128,128,128, 0.9) !important;
  box-shadow: 0px 3px 10px rgba(128,128,128, 0.9) !important;
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 70%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');
}

.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: #1a0dab !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: #1a0dab !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: #1a0dab !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: #1a0dab !important;
}
.gsc-cursor-page {
  color: #1a0dab !important;
}
a.gsc-trailing-more-results:link {
  color: #1a0dab !important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  color: #333333;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #c3481e !important;
}
.gs-webResult div.gs-visibleUrl-short {
  color: #c3481e !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;
}
