﻿@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

#weather-widget {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.weather {
    background: url(../images/spacer.gif);
    width: 290px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    margin: 0 0 0 0;
    text-align: left;
}

#changeloc {
    /* font-family: 'Roboto Light', Arial, Helvetica, sans-serif; */
    /* font-size: 1.125rem; */
    /* line-height: 1.25; */
    /* position: relative; */
    /* float: left; */
    /* left: 0; */
    /* top: 0px; */
    /* z-index: 2; */
    /* text-decoration: none; */
    border: 1px solid #fff;
}

.button-weather:before {
    content: '\f124';
    font-family: 'fontAwesome';
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-right: 8px;
}

.conditionImage {
    position: absolute;
    top: 45px;
    left: 110px;
    z-index: 20;
    width: 180px;
    height: 125px;
    background: url(weather-sprite01.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    -webkit-transition: all .75s ease-in;
    -moz-transition: all .75s ease-in;
    -ms-transition: all .75s ease-in;
    -o-transition: all .75s ease-in;
    transition: all .75s ease-in;
}

#forecast .conditionImage {
    width: 140px;
    height: 85px;
}
/*.weather:hover .conditionImage {
	-webkit-transform: translate(0,-5px);
}*/
/* Conditions */
.weather .conditionImage.Clear {
    background-position: 0 0;
}

.weather .conditionImage.PartlyCloudy {
    background-position: -200px 0;
}

.weather .conditionImage.Cloudy {
    background-position: -400px 0;
}

.weather .conditionImage.LightRain {
    background-position: -600px 0;
}

.weather .conditionImage.Rain {
    background: url(weather-sprite02.png);
    background-position: 0 0;
}

.weather .conditionImage.HeavyRain {
    background: url(weather-sprite02.png);
    background-position: -200px 0;
}

.weather .conditionImage.LightSnow {
    background: url(weather-sprite02.png);
    background-position: -400px 0;
}

.weather .conditionImage.Snow {
    background: url(weather-sprite02.png);
    background-position: -600px 0;
}

.weather .conditionImage.HeavySnow {
    background: url(weather-sprite03.png);
    background-position: 0 0;
}

.weather .conditionImage.Fog {
    background: url(weather-sprite03.png);
    background-position: -200px 0;
}

.weather .conditionImage.Tstorms {
    background: url(weather-sprite03.png);
    background-position: -400px 0;
}

.weather .conditionImage.LightIce {
    background: url(weather-sprite03.png);
    background-position: -600px 0;
}

.weather .conditionImage.Ice {
    background: url(weather-sprite03.png);
    background-position: -800px 0;
}

#forecast .conditionImage {
    top: -3px;
    left: 5px;
    background-size: 150% 35% !important;
    background-repeat: no-repeat;
}
/* Forecast Conditions */
.weather #forecast .conditionImage.Clear {
    background-position: 11px 0;
}

.weather #forecast .conditionImage.PartlyCloudy {
    background-position: -38px 0;
}

.weather #forecast .conditionImage.Cloudy {
    background-position: -89px 0;
}

.weather #forecast .conditionImage.LightRain {
    background-position: -145px 0;
}

.weather #forecast .conditionImage.Rain {
    background-position: 11px 0;
}

.weather #forecast .conditionImage.HeavyRain {
    background-position: -38px 0;
}

.weather #forecast .conditionImage.LightSnow {
    background-position: -87px 0;
}

.weather #forecast .conditionImage.Snow {
    background-position: -144px 0;
}

.weather #forecast .conditionImage.HeavySnow {
    background-position: 20px 0;
}

.weather #forecast .conditionImage.Fog {
    background-position: -23px 0;
}

.weather #forecast .conditionImage.Tstorms {
    background-position: -68px 0;
}

.weather #forecast .conditionImage.LightIce {
    background-position: -110px 0;
}

.weather #forecast .conditionImage.Ice {
    background-position: -151px 0;
}

.settings #settingsWeather {
    display: block;
    /* width: 100%; */
    z-index: 505;
}

.settings #changeloc {
    display: none;
}
/* Disables */
.locationTitle label, .tempFaenheit, .tempFaenheit label, .tempCelcius, .condition, .condition label, .wind, .precipitation, .humidity, .visibility, .atmosphericPressure, .cloudCover, #forecast, #forecastLinkXY, .weatherLocation, .weatherLocation1, .tempCelciusHigh, .tempCelciusLow {
    display: none;
}

.weather > .wind, .precipitation, .humidity, .visibility, .atmosphericPressure, .cloudCover {
    padding: 3px 10px;
    background: rgba(255,255,255,0.5);
    margin-bottom: 1px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-shadow: 1px 1px rgba(255,255,255,0.7);
}

.weather:hover #forecast, .weather:hover #poweredBy {
    display: block !important;
}

.weather:hover .wind:hover, .weather:hover .precipitation:hover, .weather:hover .humidity:hover, .weather:hover .visibility:hover, .weather:hover .atmosphericPressure:hover, .weather:hover .cloudCover:hover {
    background: rgba(0,0,0,.66);
    color: #fff;
    text-shadow: none;
}

    .weather:hover .wind:hover label, .weather:hover .precipitation:hover label, .weather:hover .humidity:hover label, .weather:hover .visibility:hover label, .weather:hover .atmosphericPressure:hover label, .weather:hover .cloudCover:hover label {
        color: #ccc;
    }

.tempFaenheit, .condition {
    display: block;
}

.weather > .locationTitle, .weather > .tempFaenheit, .weather > .condition, .weather > #forecastLinkXY {
    /* margin-left: 139px; */
}

#forecastLinkXY {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.wind {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cloudCover {
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.weatherLocation1 {
    margin: 10px 0 0 0;
}

.locationTitle {
    margin-top: 5px;
    width: 80%;
    min-height: 41px;
    max-height: 51px;
    overflow: hidden;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Roboto Light', sans-serif;
    color: #cfcfcf;
}

.dayOfWeek {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    text-align: center;
}

.tempFaenheit {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    line-height: 56px;
    font-weight: 300;
    color: #FFF;
}

.weatherLabel {
    display: none;
}

.weather > .tempFaenheit .unit {
    /* position: absolute; */
    /* top: 26px; */
    /* right: 78px; */
    margin-left: -17px;
    font-size: 17px;
    line-height: 20px;
    color: #c5c5c5;
}

.condition {
    color: #999999;
    font-size: 18px;
    line-height: 19px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0px 0 0 0;
    width: 53%;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#forecast .condition {
    display: none;
    font-size: 10px;
    line-height: 14px;
    width: 86px !important;
    height: auto !important;
    /*overflow: visible;
	white-space: normal;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#forecast {
    display: block;
    width: 311px;
    /* top: 213px; */
    /* left: 0; */
    /* border-radius: 5px; */
    /* background: #6a6764; */
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    /* -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3); */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.3); */
    behavior: url(PIE.htc);
    z-index: 250;
    height: 70px;
    box-sizing: border-box;
}

.forecastDay {
    width: 51px;
    height: 100%;
    float: left;
    position: relative;
    padding: 10px 5px 10px 5px;
    border-left: 1px #777 dashed;
    border-radius: 5px;
    overflow: hidden;
}

    .forecastDay .condition {
        margin-top: 0px;
    }

    .forecastDay:nth-child(odd) {
        /*background: #f8fef6; /* Old browsers */
        /*background: -moz-linear-gradient(top, #f8fef6 0%, #ffffff 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fef6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* Opera11.10+ */
        /*background: -ms-linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* IE10+ */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fef6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        /*background: linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* W3C */
    }

    .forecastDay:first-child {
        border-left: none;
    }

    .forecastDay .conditionImage {
        position: relative;
        top: 0;
        margin: 0 0px -70px -20px;
    }

.tempFarenheitHigh {
    font-size: 13px;
    font-weight: 400;
    color: #adadad;
    /*text-shadow: 1px 1px rgba(255,255,255,1);*/
    /* letter-spacing: -2px; */
    float: left;
}

.tempFarenheitLow {
    font-size: 13px;
    font-weight: 400;
    color: #d5d5d5;
    /* text-shadow: 1px 1px rgba(255,255,255,1); */
    /* letter-spacing: -2px; */
    margin-left: 10px;
    float: left;
}

.dayOfWeek {
}

.weatherLocation {
    height: 40px;
    padding: 5px 0 0 0;
    margin: 0px;
}

    .weatherLocation input {
        display: block;
        width: 160px;
        height: 28px;
        margin: 0px;
        padding: 1px 0px 0px 5px;
        font-style: italic;
        background-color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #ccc;
        border-width: 0px;
        border: 1px #ccc solid;
        /* background-image: url(../images/icon_return.png); */
        /* background-repeat: no-repeat; */
        /* background-position: right center; */
        behavior: url(PIE.htc);
    }

    .weatherLocation #weatherZipSubmit {
        display: none;
        float: left;
        width: 25px;
        height: 22px;
        margin: 0px;
        padding: 0px;
        color: #FFFFFF;
        cursor: pointer;
    }

        .weatherLocation #weatherZipSubmit:hover {
            background-position: 0px -22px;
        }

.forecastLink {
    text-decoration: none;
}

    .forecastLink:hover {
        text-decoration: underline;
    }

#poweredBy {
    display: none;
    position: absolute;
    left: 31px;
    top: 8px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 25px;
    text-align: left;
    font-size: 10px;
    z-index: 1000;
    color: #9e9e9e;
}

    #poweredBy a {
        font-size: 10px;
        color: #d8d8d8;
    }

        #poweredBy a:hover {
            color: #fff;
        }

#widgetcontent .Button1 {
    border-color: #FFF;
    color: #FFF;
    position: relative;
    display: inline-block;
    color: #FFF;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #FFF;
    text-transform: inherit;
    min-width: 0;
    behavior: url(PIE.htc);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

    #widgetcontent .Button1:hover {
        color: #FFF;
        background-color: #ed1c24;
    }
