
.calendar {
    float: left;
    position: relative;
    overflow: hidden;
}

.calendar__control {
    position: absolute;
    top: 39px;
    right: 0;
}
.calendar__control .control__select {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    color: #939597;
    text-align: right;
}
.calendar__control .control__select a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    color: inherit;
    text-decoration: none;
    margin-left: 7px;
}
.calendar__control .control__select a.is-active {
    color: #ff6600;
}
.calendar__control .control__temperature {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin-left: 30px;
}
.calendar__control .control__temperature label {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: left;
    width: 24px;
    height: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #939597;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding-top: 3px;
}
.calendar__control .control__temperature label.checked {
    background-color: mediumaquamarine;
    color: white;
}
.calendar__control .control__temperature .iradio {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.calendar__list {
    display: table;
    width: 100%;
    *zoom: 1;
    *display: inline;
    *zoom: 1;
    /*border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;*/
}
.calendar__list:after {
    content: " ";
    display: table;
    clear: both;
}

.calendar__item {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: left;
    width: 85px;
    height: 135px;
    background-color: white;
    padding-top: 5px;
    border: 1px solid #d2d2d2;
    /*border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;*/
    text-align: center;
    background: #EEF3F2;
}

.calendar__item:hover {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #9a2272;

    cursor: default;
}
.calendar__item .item__day {
    font-weight: 700;
    font-size: 10px;
    line-height: 14px;
    color: #1c6056;
    text-transform: uppercase;
}
.calendar__item .item__number {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #1c6056;
    text-transform: uppercase;
}
.calendar__item .item__image {
    padding: 1px 0;
}
.calendar__item .item__type {
    height: 10px;
    font-size: 9px;
    line-height: 12px;
    color: #939597;
    margin-top: -5px;
}
.calendar__item .item__temp {
    font-weight: 700;
    font-size: 17px;
    color: #04AAE3;
    padding-top: 2px;
}
.gray {
    background-color: #E4E4E4;
}

.holiday {
    background-color: mistyrose;
}

.month {
    clear: both;
    text-align: center;
    padding-top: 12px;
}
.month  h2 {
    font-size: 20px;
    font-weight: lighter;
}
.tmax {
    color: #9b1415;
}

.alert-info, .label-info, .label-info[href]:active, .label-info[href]:focus, .label-info[href]:hover, details.alert-info {
    background: #d7faff;
    border-color: #269abc;
}

.alert, .label {
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 0 4px;
}

.alert {
    padding: 15px;
    margin-bottom: 23px;
    border: 1px solid transparent;
}

.alert-info>:first-child:before {
    color: #269abc;
    content: "\e086";
}

.alert>:first-child:before {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    margin-left: -1.3em;
    position: absolute;
}