
* {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

textarea, input {
    -webkit-touch-callout: text !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

html, body, .wrapper {
    width: 100%;
    height: 100%;
    font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
}
a.wrapper {
    display: block;
    cursor: pointer !important;
    text-decoration: none;
    color: inherit;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.map-wrapper {
    height: 100%;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 100%;
    z-index: -100;
}

.left {
    box-shadow: 7px 0 4px -2px #666666;
    float: left;
    height: 100%;
    position: relative;
    width: 185px;
    z-index: 2;
}

.left-middle {
    overflow: hidden;
}

.middle {
    float: left;
    width: 185;
    height: 100%;
    position: relative;
    box-shadow: 7px 0 4px -2px #666666;
    z-index: 1;
}

.right {
    float: left;
    width: 185px;
    height: 100%;
    color: #fff;
    background-color: #464646;
    z-index: 0;
}

.weather-city {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 0 3px;
}

.weather-icon {
    float: left;
    height: 68px;
    width: 68px;
}

.weather-temper{
    color: #FFFFFF;
    float: right;
    font-size: 46px;
    padding-top: 14px;
    width: 85px;
}

.weather-feels {
    clear: both;
    width: 100%;
    font-size: 14px;
    padding-right: 3px;
    text-align: right;
/*    vertical-align: bottom;*/
}

.right-top {
    height: 100%;
    color: #464646;
}

.right-top-wrapper {
    height: 50%;
    padding-bottom: 1px;
    position: relative;
}

.right-bottom, .right-middle {
    height: 100%;
}

.right-bottom-wrapper {
    height: 25%;
    padding-top: 1px;
}

.right-middle-wrapper {
    height: 25%;
    padding-top: 1px;
    padding-bottom: 1px;
}

.weather-precip {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 5px 3px 3px 12px;
}
.weather-precip div{
    text-align: center;
}
.weather-sky {

    font-size: 14px;
    padding: 0 3px 3px 12px;
}

span.forecast-link {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 100%;
    margin-left: 10px;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
}


.right-middle, .right-bottom {
    position: relative;
}
.triangle-bottomright  {
    position: absolute;
    right: 0;
    bottom: 0;
}

#logo-image {
    position: absolute;
    text-decoration: none;
}

/* cursors */

.wrapper .leaflet-clickable {
    cursor: pointer;
}
.wrapper .leaflet-container {
    cursor: pointer;
}
.wrapper .leaflet-popup-pane,
.wrapper .leaflet-control {
    cursor: pointer;
}
.wrapper .leaflet-dragging,
.wrapper .leaflet-dragging .leaflet-clickable,
.wrapper .leaflet-dragging .leaflet-container {
    cursor: pointer;
}
