
.forecast-body {
    margin: 0;
    padding: 0;
}
.forecast-box {
    background-color: #ffffff;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.2;
    margin: 0;
    max-width: 320px;
    min-height: 215px;
    min-width: 200px;
    position: relative;
}
.forecast-box .link-hidden {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 100%;
    z-index: 99;
}
.forecast-box .cf {
    clear: both;
}
.forecast-box .hidden {
    display: none;
    visibility: hidden;
}
.forecast-box-header {
    background-color: #074196;
    min-height: 22px;
}
.forecast-box-logo {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    height: 10px;
    line-height: 10px;
    padding: 6px 4px;
    text-transform: uppercase;
}
.forecast-box-logo .img {
    background-color: #fff;
    display: block;
    float: right;
    margin-right: -4px;
    margin-top: -6px;
    padding-left: 5px;
}
.forecast-box-main-image a img, .forecast-box-other-image a img, .img img, .img-link img {
    border: 0 none;
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
}
.forecast-box-search {
    border-bottom: 1px solid #c4c4ba;
    margin-bottom: 5px;
    padding: 10px 4px;
}
.forecast-box-search-title {
    color: #a5a5a5;
    display: block;
    float: left;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: lighter;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 50%;
}
.forecast-box-search-form {
    display: block;
    float: left;
    width: 50%;
}
.forecast-box-search-form .form {
    margin: 0;
    padding: 0;
}
.forecast-box-search-form .form-group {
    display: block;
    float: left;
    position: relative;
}
.forecast-box-search-form .form-group input {
    background-color: #eeeeee;
    border: 0 none;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #7f7f7f;
    font-size: 13px;
    height: 32px;
    padding: 6px 24px 6px 12px;
    position: relative;
    width: 100%;
    z-index: 999;
}
.forecast-box-search-form .form-group input:hover, .forecast-box-search-form .form-group input:focus {
    background-color: #e0e0e0;
}
.forecast-box-search-form .form-group .ui-autocomplete {
    background-color: #eeeeee;
    -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.25);
    display: none;
    font-size: 16px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
}
.forecast-box-search-form .form-group:hover .ui-autocomplete, .forecast-box-search-form .form-group:focus .ui-autocomplete {
    display: block;
}
.forecast-box-search-form .form-group .ui-autocomplete .ui-menu-item {
    color: #000000;
    margin-bottom: 5px;
    outline: 0 none;
    text-decoration: none;
}
.forecast-box-search-form .form-group .ui-autocomplete .ui-menu-item:hover, .forecast-box-search-form .form-group .ui-autocomplete .ui-menu-item:focus {
    color: #074196;
    text-decoration: underline;
}
.forecast-box-search-form .submit {
    background-color: transparent;
    background-image: url("/template/images/weather/ic-search.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 none;
    display: block;
    float: right;
    height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 9px;
    text-indent: -9999px;
    top: 7px;
    width: 18px;
    z-index: 1002;
}
abbr[title] {
    border: 0 none;
    cursor: help;
}
.forecast-box-main {
    display: block;
    float: left;
    min-height: 115px;
    padding: 8px 0 8px 4px;
    text-align: center;
    width: 94px;
}
.forecast-box-main-icon img {
    margin-top: -30px;
}
.forecast-box-main-title a {
    color: #000000;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
.forecast-box-main-temp, .forecast-box-other-temp {
    text-align: center;
}
.temp-high-wrap, .temp-low-wrap {
    display: inline-block;
    font-size: 18px;
}
.temp-high {
    color: #666666;
    display: inline-flex;
    font-size: 18px;
}
.forecast-box-main-temp .temp-high, .forecast-box-main-temp .temp-curr {
    color: #666666;
    font-size: 22px;
}
.sep {
    font-size: 16px;
    margin-left: -5px;
}
.temp-low {
    color: #3590e3;
    display: inline-flex;
    font-size: 14px;
    margin-left: -5px;
}
.forecast-box-other-date {
    color: #999999;
    font-size: 12px;
}
.forecast-box-other {
    border-left: 1px solid #c4c4ba;
    display: block;
    float: left;
    min-height: 115px;
    padding: 8px 4px;
    text-align: center;
    width: 65px;
}
.forecast-box-other-icon {
    height: 77px;
    vertical-align: middle;
}
.forecast-box-other-icon img {
    display: inline-block;
    margin-top: 10px;
}
.forecast-box-other-title a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.forecast-box-link a:hover, .forecast-box-main-title a:hover, .forecast-box-other-title a:hover {
    text-decoration: underline;
}
@media (max-width: 320px) {
.forecast-box-header {
    text-align: center;
}
.forecast-box-main {
    width: 100px;
}
.forecast-box-other {
    width: 57px;
}
}
