@keyframes private {
    0% {
        color: #3e76b7;
    }
    49% {
        color: #3e76b7;
    }
    50% {
        color: #ffffff;
    }
    100% {
        color: #ffffff;
    }
}

#warningJully2 {
    margin: 0px auto;
    padding: 0.5em;
    font-size: 1.3em;
    background-color: #3e76b7;
    color: #ffffff;
    animation-name: private;
    animation-duration: 1s;
    animation-iteration-count: 2;
    animation-fill-mode: forwards;
    border-radius: 0.5em;
}

.dispoContainer {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    position:relative;
}

.dispoGabari {
    width: 100%;
}

.dispoActList {
    float:left;
    text-align: right;
    padding-top: 48px;
    margin-right: 20px;
    width: 100px;
    line-height: 26px;
    padding-right: 10px;
    color: #3e76b7;
    font-size: 12px;
}

.dispoSliderContainer {
    position: relative;
    overflow: hidden;
}

.dispoSlider {
    width: 32000px;
    position: relative;
}

.dispoMonth {
    float: left;
    margin-right: 30px;
}

.dispoNewMonth {
    float: left;
    margin-right: 30px;
    border-left: solid 1px #3e76b7;
}

.month {
    height: 24px;
    color: #3e76b7;
    padding-left: 5px;
    position: relative;
}

.dateCell {
    font-size: 14px;
    width: 24px;
    height: 24px;
    float: left;
    text-align: center;
    margin: 1px;
    color: #3e76b7;

}

.dispoCell {
    font-size: 14px;
    width: 24px;
    height: 22px;
    padding-top: 2px;
    float: left;
    text-align: center;
    margin: 1px;
    color: #ffffff;  
}

.dayCell {

}

.lastDayCell {
    margin-right: 12px;
}

.indispo {
    background-color: #b13535;
}

.dispo {
    background-color: #229f27;
}

#ui {
    text-align: center;
}

.dispoPrevNext {
    width: 34px;
    height: 38px;
    display: inline-block;
    cursor: pointer;
}

.dispoPrevNext:hover {
    opacity: 0.8;
}

.dispoPrev {
    background-image: url('pics/bt_prev_blue.png');
}

.dispoNext {
    background-image: url(pics/bt_next_blue.png);
}

#waitGif {
    background: url(pics/download.gif);
    width: 41px;
    height: 37px;
    margin: 0px auto;
}

.paragInfo {
    background-color: #229f27;
    color: aliceblue;
    padding: 1em;
    display: inline-block;
    border-radius: 1em;
    font-weight: bold;
    margin: 0.1em;
    width: 100%;
    text-align: center;
}

.paragInfo2 {
    /*background-color: #9f9522;*/
    color: rgb(8, 142, 21);
    padding: 1em;
    display: inline-block;
    border-radius: 1em;
    font-weight: bold;
    margin: 0.1em;
    width: 100%;
    text-align: center;
}

.infoLogo {
    font-family: icons2;
    font-size: 1.2em;
    transform: rotate(15deg);
    display: inline-block;
}

