.phaseArea {
    display:none;
}
.cat, #currentPhase .phase {
    cursor: pointer;
}
#currentPhase .phase.locked {
    cursor: default;
}
.ui-datepicker-calendar {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E7E4E1;
    border-image: none;
    border-style: solid;
    border-width: 6px 0;
    margin: 20px auto;
    max-width: none;
    overflow: auto;
    padding: 30px 0 20px 1.78%;
    position: relative;
    width: 100%;
}
.ui-datepicker-header {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}
.ui-datepicker-calendar {
    max-width:500px;
}
.ui-datepicker-calendar .ui-state-default {
    display: block;
    font-size: 15px;
    left: 10%;
    line-height: 15px;
    position: absolute;
    top: 10%;
}
.ui-datepicker-calendar tbody td {
    background: none repeat scroll 0 0 #8BC369;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    height: 60px;
    margin: 0 2.04082% 10px 0;
    width: 12.2449%;
}
.ui-datepicker-calendar thead th {
    color:#888888;
    display: block;
    float: left;
    font-weight: 600;
    height: 20px;
    line-height: 1em;
    margin: 0 3.37662% 10px 0;
    position: relative;
    width: 10.9091%;
}
.ui-datepicker-calendar tbody td a {
    color: #ffffff;
}
.ui-datepicker-calendar .ui-datepicker-unselectable, .ui-datepicker-calendar .ui-state-disabled {
    background: none repeat scroll 0 0 #EFEDEA;
    color: #888888;
}
.ui-datepicker-calendar .ui-datepicker-unselectable a {
    color: #888888;
}

.ui-datepicker-calendar .available {
    font-size: 1.6em;
    right: 16.6667%;
    bottom: 10%;
    color: #48752C;
    font-weight: 600;
    line-height: 1em;
    position: absolute;
    display: block;
    cursor: pointer;
}
.ui-datepicker-calendar .ui-state-disabled {
    opacity: 0.3;
}
.ui-datepicker-calendar tbody td:hover {
    background: none repeat scroll 0 0 #E76B61;
}
.ui-datepicker-calendar tbody td:hover .available {
    color:#86312B;
}
.ui-datepicker-calendar tbody td:hover a {
    text-decoration: none;
}
#datePick .region {
    padding: 0;
}
.headline_appointments .appointment .links {
    cursor: pointer;
}
.ui-datepicker-next,.ui-datepicker-prev {
    color: #AAAAAA;
    font-weight: 400;
    width: 30.6122%;
    float: left;
    cursor: pointer;
    outline: 0 none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
.ui-datepicker-next {
    text-align: right;
    float:right;
}
.ui-datepicker-prev {
    text-align: left;
}
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
    text-indent: 0;
}
#doc-list-select {
    max-height: 530px;
    overflow-y: auto;
}
.appointment .image {
    width: 80px;
    height: 80px;
    background-position: center -12px;
}
.ui-menu .ui-menu-item {
    width: 305px;
}
.headline_appointments h3.date {
    margin-bottom: 0;
}
#displayCalendar .calendar .button {
    margin-bottom: 40px;
}
.headline_appointments.select-existing .appointment, .headline_appointments.existing .appointment {
    overflow: hidden;
}
.toimipisteButton {
    width:7em !important;
    top:21px !important;
    position:relative;
}
.appointment .stats {
        clear:both;
    }
@media screen and (min-width: 768px) {
    .appointment .stats {
        float:left;
        clear:none;
    }
}