/*SEARCH FORM*/
#searchForm {
  width:100%;
  position:relative;
  top:0;
}
#searchForm * { display:inline-block; }
#searchForm:after { clear:both; }
#searchForm .searchLabel {
  width:1px;
  text-align:right;
  padding-right:5px;
  visibility:hidden;
}
#searchForm .searchBox {
  /*border:1px #298DB5 solid;*/
  border:1px #4b8fa4 solid;
  color: #01396e;
  padding: 9px;
  position:absolute;
  z-index:90;
  top:0;
  left:0;
  height:35px;
  width: 90%;
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -o-calc(100% - 20px);
  width:calc(100% - 20px);
}
#searchForm .searchBtn {
  width:45px;
  height:63px;
  position: absolute;
  top:-7px;
  border: 0;
  background: transparent;
  right:0;
  z-index:91;
}
#searchForm .searchBtn img {
  position:relative;
  top:5px;
  width:100%;
  border: 0;
  background: transparent;
}
#searchForm .foundText {
  font-size:75%;
  position:relative;
  right:5px;
  top:60px;
  font-style:italic;
  width:100%;
  text-align:right;
}
#searchForm .foundText .tryagain {
  font-weight:bold;
  color:#Af2501;
}
#searchForm .foundText .clearSearchText { display:inline-block; }
#searchNews, #searchImages, #searchVideos {
  width: 250px;
  height: 60px;
  display:inline-block;
  vertical-align:top;
}
@media screen and (max-width: 630px) {
#searchNews, #searchImages, #searchVideos { width:100%; }
}
/*#searchImages { clear:both; height:80px; }*/
#searchPeople {
  clear:both;
  height:80px;
}
#searchPeople #searchForm .searchBox {
  margin-left:10px;
  width: 100%;
}
/* FORMS GENERAL*/
.pageContent input, .pageContent select, .pageContent textarea {
/*  border: 1px #298DB5 solid;*/
  border: 1px #4b8fa4 solid;
  color: #01396e;
  font-family: Roboto, Helvetica, sans-serif;
  background-color:white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pageContent input {
  padding:9px;
  height: 35px;
}
.pageContent select { /*background: url("/images/general/layout/form-input/arrows_select_box.png") no-repeat 90% 10px; -webkit-appearance: none; -o-appearance: none;*/
  height: 55px;
  padding: 9px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
option[disabled="disabled"]:disabled {
  font-size:80%;
  font-style:italic;
  color:gray;
}