/*
	
	Alfie WP Weather Admin Styling
	
*/

#location-search {
    position: relative;
}

#cities {
    position: absolute;
    background: white;
    width: 100%;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.2);
    top: 39px;
}

.loaded {
    padding: 10px 20px 20px 20px;
}

.loaded .item {
    border-bottom: 1px dashed #EFEFEF;
    margin: 0;
    padding: 0;
    line-height: 30px;
    cursor: pointer;
}

.loaded .item:hover {
    background: #fafafa;
}

.loaded .item a {

}

#location-input {
    display: none;
}

.fullwidth {
    width: 100%;
}

.aligncenter {
    text-align: center;
}

.mb20 {
    margin-bottom: 20px;
}
.alfie-location-type span {
    margin-right: 10px;
    padding-left: 2px;
    vertical-align: middle!important;
}
.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled] {
    color: #94cde7!important;
    background: #298cba!important;
    border-color: #1b607f!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1)!important;
    cursor: default;
}