* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Tahoma', sans-serif;
  font-size: 12px;
}
.links {
  display: inline-block;
  vertical-align: middle;
}
.inputWrapUp {
  display: table-cell;
  width: 440px;
}
.firstSearch {
  display: table-cell;
  width: 80%;
  border: 2px solid #186ca3;
  border-radius: .25em;
  background-color: #fff;
  padding: 5px;
  vertical-align: middle;
}
.topSearchButton {
  display: table-cell;
  border: none;
  cursor: pointer;
  height: 24px;
  vertical-align: middle;
}
.topSearchButton img {
  max-width: initial;
}
.weatherIcon {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
}
.searchBox {
  width: 70%;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 55px;
  text-align: center;
}
.secondSearch {
  border: 1px solid #666;
  padding: .5em;
  font-size: 1.5em;
  border-right: none;
  font-weight: 300;
  line-height: 1.5em;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  font-size: initial;
}
.searchButton {
  width: 20%;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: #0071ba;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.logo {
  position: absolute;
  right: 9px;
}
.logoText {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 13px;
}
.image {
  background-image: url(../images/weatherlogo.png);
  width: 48px;
  height: 48px;
  float: right;
  padding-right: 165px;
  background-repeat: no-repeat;
}
.bottomMenu {
  position: absolute;
  bottom: 5px;
  right: 10px;
  /*text-align: right;*/
  /*margin-top: 15px;*/
  /*margin-bottom: 5px;*/
  /*margin-right: 10px;*/
}
.bottomMenu a {
  margin-left: 5px;
  color: rgba(0,0,0,.5);
  font-size: 12px;
}
.tiles {
  width: 70%;
  margin: 0 auto;
}
.tiles a {
  width: 16.6666%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.tiles a img {
  width: 100%;
}
.radio {
  padding-top: 4px;
}
.amazonIcon {
  height: 24px;
}
.searchButtonIcon path {
  fill: white;
}

.searchButtonIcon {
  width: 30px !important;
  height: 30px !important;
  margin-top: 6px;
}
.weatherPopUp {
  position: absolute;
  width: 515px;
  height: 194px;
  border: 1px solid;
  right: 178px;
}
.logoWeatherPopUp {
  background: url(../images/weatherlogo.png);
  width: 175px;
  height: 48px;
  background-repeat: no-repeat;
  margin-left: 3px;

}
.logoTextWeatherPopUp {
  position: absolute;
  top: 11px;
  left: 44px;
  font-size: 20px;
}
.logoTextWeatherPopUp,
.logoWeatherPopUp {
  display: inline-block;
}
.locationText {
  position: absolute;
  top: 20px;
}
.closeIcon {
  float: right;
  height: 21px;
  width: 21px;
  margin: 2px;
}
.locationNow {
  margin-left: 3px;
  font-style: oblique;
  color: #0071ba;
  font-weight: bold;
}
.weatherNow {
  display: inline-block;
  margin-right: 12px;
}
.leftSide {
  float: left;
  margin-right: 17px;
  border-right: 1px solid #D3D3D3;
  padding-right: 12px;
  height: 108px;
  max-width: 235px;
}
.param {
  float: right;
}
.weatherForWeek {
  float: left;
}
#templates {
  display: none;
}
.firstDay {
  float: left;
  margin-right: 15px;

}
.firstDay:last-child {
  margin-right: 0;
}
.firstDayName {
  margin-bottom: 10px;
}
.forecastLogo {
  margin-left: 16px;
  margin-top: 8px;
}
.degree,
.description,
.wind,
.humidity,
.firstDayImage {
  margin-bottom: 5px;
}
.bottomLinks {
  position: absolute;
  bottom: 35px;
  left: 30px;
}
.bottomLinks a {
  color: #0071ba;
}
.minTempF,
.minTempC {
  color: #a5a3a3;
}
.weatherPopUpFooter {
  position: absolute;
  bottom: 0;
  width: 95%;
  padding: 5px;
  background-color: #e7e7e7;
  margin-left: 13px;
  margin-bottom: 5px;
}
.source {
  float: right;
}
.source a {
  color: #0071ba;
}
.hidden {
  display: none;
}
.fahrenheit {
  display: inline-block;
  padding-right: 4px;
  border-right: 1px solid;
  color: #0071ba
}
.celsius {
 color: #0071ba
}
.fahrenheit,
.celsius {
  cursor: pointer;
}
.inFahrenheit .minTempC,
.inFahrenheit .maxTempC {
  display: none;
}
body:not(.inFahrenheit) .minTempF,
body:not(.inFahrenheit) .maxTempF {
  display: none !important;
}
body:not(.inFahrenheit) .tempF {
  display: none !important;
}
.inFahrenheit .tempC {
  display: none !important;
}
.wrapUpRight {
  position: absolute;
  right: 26px;
  top: 82px;
  text-align: center;
}
.locationRight {
  font-size: 22px;
}
.weatherRight {
  font-size: 16px;
  font-weight: 800;
}

.weatherInfo {
  margin: 40px 0;
  text-align: center;
}

.forecast {
  position: relative;
  display: inline-block;
  margin: 30px 0;
}

.dateNow,
.currentLocation {
  color: grey;
  font-size: 15px;
}

.currentWeather {
  position: absolute;
  left: -90px;
  top: -20px;
}

.day {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
}
.uninstallPopUp {
  background-color: white;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  width: 45%;
  height: 235px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: -117.5px;
  margin-left: -22.5%;

}
.closeIconUninstallPopUp {
  background: url("../images/closeIcon.png") no-repeat right;
  background-size: contain;
  width: 30px;
  height: 35px;
  float: right;
  cursor: pointer;
}
.headerUninstallPopUp {
  height: 35px;
  background-color: #06ae8e;
}
.contentUninstallPopUp {
  text-align: center;
}
.contentUninstallPopUp h2,
.reEnableDescription {
  margin-top: 15px;
}
.contentUninstallPopUp h2 {
  margin-bottom: 10px;
}
.uninstallDescription {
  margin-bottom: 20px;
}
.yesButton,
.noButton {
  width: 65px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  color: black;
  background-image: linear-gradient(180deg,#fefefe,#eee);
}
.yesButton {
  margin-right: 50px;
}
