	
.UIWeatherForcast_Default{
	float: right;
            position: absolute;
right: 325px;
    bottom: 32px;
}
.UIWeatherForcast {
        position: relative;
}
.UIWeatherForcast .main {
        height: 40px;
    text-align: left;
    cursor: pointer;
        padding-right:5px;
}
.UIWeatherForcast .info-name {
        font-size: 14px;
        font-style: normal;
        line-height: 3.3;
        color: #717985;
        margin-left: 14px;
        font-weight: 400;
}
.UIWeatherForcast .info-temp {
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        
        color: #717985;
        margin-left: 10px;
}
.UIWeatherForcast  .info-icon {
        width: 18px;
        height: 18px;
        margin-left: 7px;
        filter: invert(45%) sepia(13%) saturate(767%) hue-rotate(175deg) brightness(95%) contrast(94%);
}
.UIWeatherForcast  .info-icon.dizzle{
        content: url(images/rainy.png);
}
.UIWeatherForcast  .info-icon.cleansky{
        content: url(images/clean-sky.png);
}
.UIWeatherForcast  .info-icon.cloudy{
        content: url(images/cloud.png);
}
.UIWeatherForcast  .info-icon.rainny{
        content: url(images/rainny.png);
}
.UIWeatherForcast  .info-icon.stormy{
        content: url(images/thunderstorm.png);
}
.UIWeatherForcast .info-a:hover {
        text-decoration: none;
}
.UIWeatherForcast  .more-info {
        width: 250px;
        padding: 10px;
        border: 1px solid #EEEEEE;
        border-radius: 5px;
        margin-top: 8px;
        position: absolute;
        background-color: #FFF;
        max-height: 500px;
        z-index: 9999;
        display:none;
}
.UIWeatherForcast .div-more-info {
        max-height: 400px;
        overflow: auto;
        margin-top: 10px;
}
.UIWeatherForcast  .temperature-search {
        font-size: 14px;
        font-weight: 400;
        color: #3B4E68;
        padding: 8px 10px;
        border: 1px solid #D9D9D9;
        width: 100%;
        border-radius: 5px;
        line-height: 16px;
}
.UIWeatherForcast  .list-temperature {
        list-style: none;
        padding: 0;
        margin: 0;
}
.UIWeatherForcast  .list-temperature li {
        padding: 3px 0px;
}
.UIWeatherForcast .list-temperature img.info-icon {
        float: right;
        margin-right: 10px;
        margin-top: 5px;
        background-color: transparent;
}
.UIWeatherForcast  i.fa.fa-caret-down {
        color: #717985;
        /* margin-left: 16px; */
        /* float: right; */
        margin-top: 4px;
        /* margin-right: 5px; */
        margin-left: 5px;
}
@media only screen and (max-width: 768px){
        .UIWeatherForcast {
                margin-right: 10px;
                margin-left: 10px;
                overflow: auto;
                position: static;
                height: 40px;
        }
        .UIWeatherForcast .more-info {
                left: 0;
        }
        .UIWeatherForcast .main {
                width: 100%;
                border: none;
                display: inline-flex;
                align-items: center;
                padding: 0;
                justify-content: flex-start;
                background: none;
        }
        .UIWeatherForcast .info-name {
                /* margin: 0; */
                font-family: Merriweather;
                font-style: normal;
                font-weight: normal;
                font-size: 13px;
                line-height: 18px;
                /* Grey 4 */
                color: #62748D;
                font-weight: 700;
                margin-left: 0;
        }
        .UIWeatherForcast .info-temp {
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 18px;
                text-transform: capitalize;
                color: #62748D;
                margin-left: 3px;
                /*! margin-top: 2px; */
        }
        .UIWeatherForcast .info-icon {
                width: 12px;
                height: 12px;
                margin: 0 5px;
        }
        .UIWeatherForcast i.fa.fa-caret-down {
                color: #7D92AE;
                font-size: 12px;
                margin-left: 5px;
                margin-top: 0;
        }
        .UIWeatherForcast{
        	display: none;
        }
}


