.ng-hide{
    display: none;
}
.ngw-clearfix{
    clear: both;
}
.ngw-row{
    border-radius: 10px;
    box-shadow: 5px 10px 30px 0px #e2e2e2;
    padding: 10px;
    clear: both;
    position: relative;
    min-height: 100px;
}
.ngw-messagesbox{
    float: left;
    width: 100%;
}
.ngw-buttons{
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.ngw-settings, .ngw-warning{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
}
.ngw-settings-opacity, .ngw-warning-opacity{
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    border-radius: 10px;
}
.ngw-settings-content,
.ngw-warning-content {
    text-align: center;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.ngw-warning-content{
	z-index: 11;
	padding: 5px 20px;
}
.ngw-warning-content p{
	font-size: 16px;
    vertical-align: middle;
    top: 50%;
    padding: 0;
    position: relative;
    margin: -2.2em 0 0 0;
    line-height: 1.5em;
}
.ngw-warning-content .ngw-warning-close{
	float: right;
	cursor: pointer;
}
.ngw-settings-content form > input[type="text"], 
.ngw-settings-content form > select.ngw-select{
    background: #FFF;
    color: #000;
    opacity: 1;
    text-align: center;
    margin-bottom: 5px;
    width: auto;
    padding: 5px;
    border: none;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}
.ngw-reload, .ngw-wrench{
    float: right;
    cursor: pointer;
    margin-right: 5px;
    background: url("../images/icons.png");
    width: 20px;
    height: 20px;
}
.ngw-close{
    background: url("../images/icons.png");
    position: absolute;
    background-position: 40px 0;
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
    display: inline-block;
    cursor: pointer;
}
.ngw-confirm{
    background: url("../images/icons.png");
    position: absolute;
    background-position: 20px 0;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    cursor: pointer;
}
.ngw-pin{
    background: url("../images/icons.png");
    background-position: 0 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}
.ngw-reload{
    background-position: 80px 0;
}
.ngw-wrench{
    background-position: 60px 0;
}
.ngw-col{
    float: left;
}
.ngw-container{
    color: #FFF;
    background-size: 100%;
    background-color: #444;
}
.ngw-container.Error{
    color: #FFF;
    background-position: 0 3770px;
}
.ngw-container.Rain span,
.ngw-container.Clear span, .ngw-container.Sun span,
.ngw-container.Clouds span, .ngw-container.Mist span,
.ngw-container.Haze span, .ngw-container.Snow span,
.ngw-container .Thunderstorm span
{
    color: #FFF;
}
/* Background rules */
.ngw-container.Clear, .ngw-container.Sun{background-image: url("../images/sun.jpg");}
.ngw-container.Rain{background-image: url("../images/rain.jpg");}
.ngw-container.Clouds{background-image: url("../images/clouds.jpg");background-position:center;}
.ngw-container.Haze{background-image: url("../images/haze.jpg");background-position:center;}
.ngw-container.Mist{background-image: url("../images/mist.jpg");}
.ngw-container.Snow{background-image: url("../images/snow.jpg");}
.ngw-container.Thunderstorm{background-image: url("../images/thunderstorm.jpg");background-position: center bottom;}
.ngw-container.Hurricane{background-image: url("../images/hurricane.jpg");background-position: center bottom;}

.ngw-container:before {
    display: table;
    content: " ";
}
.ngw-spinner{
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.ngw-spinner > img {
    top: 50%;
    left: 50%;
    margin: -16px;
    position: absolute;
    z-index: 10;
}
.ngw-icon, .ngw-temp{
    text-align: right;
}
.ngw-container .ngw-icon > i {
    font-size: 70px;
}
.ngw-container .ngw-temp > span{
    font-size: 30px;
    font-weight: bold;
}
.ngw-location {
    text-align: right;
}
.ngw-container .ngw-updatedAt{
    text-align: right;
}
.ngw-container .ngw-updatedAt > *{
    text-transform: uppercase;
    font-size: 10px;
}