#etkinlikinner {
    min-height:268px !important;
}

.month {
    display:none;
}

.month.active {
    display:block;
}

.month_header {
    display:table;
    width:100%;
    text-align:center;
    margin-bottom:10px;
}

.month_header .month_left {
    display:table-cell;
    text-align:left;
    width:32px;
    padding:5px;
    cursor:pointer;
    cursor:hand;
}

.month_header .month_right {
    display:table-cell;
    text-align:right;
    width:32px;
    padding:5px;
    cursor:pointer;
    cursor:hand;
}

.month_header .month_title {
    display:table-cell;
    padding:5px;
    font-size: 16px;
    color: #00a6e4;
    text-align: center;
}

.month_content {
    text-align:center;
}

.day_container, .month_names {
    text-align:left;
    width:100%;
    margin:0px auto;
    position:relative;
}

.month_day, .month_names em {
    width:32px;
    display:inline-block;
    font-size:13px;
    font-weight:bold;
    color:#000;
    text-align:center;
    border-bottom:3px solid #fff;
}

.month_day label {
    display:block;
    text-align:center;
    padding:10px;
    padding-bottom:1px;
    padding-top:9px;
    cursor:pointer;
    cursor:hand;
    z-index:999;
}

.month_day.filled {
    background:#16804f;
    border-bottom:3px solid #159a59;
    color:#fff;
}

.month_day:hover {
    cursor:pointer;
    cursor:hand;
    border-bottom:3px solid #00a6e4;
}

.month_day.nulled:hover {
    cursor:not-allowed !important;
    border-bottom:3px solid #ffffff !important;
}

.month_day.filled:hover {
    background:#fff;
    border-bottom:3px solid #00a6e4;
    color:#000;
}

.month_hover {
    display:none;
    opacity:0;
    position:absolute;
    color:#fff;
    z-index:999;
    width:328px;
    margin-top:-10px;
}

.hover_up {
    width:100%;
    height:16px;
    background:url(upp.png) no-repeat left 15px bottom;
}

.month_hover h1 {
    margin:0px;
    padding:0px;
    padding:8px 10px;
    font-size: 16px;
    background: #16804f;
    color:#fff;
    text-align: left;
}

.month_hover a span {
    font-weight:bold;
}

.month_hover a {
    display:block;
    color:#fff;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
    background:#000;
    text-align:left;
    font-weight:300;
}

.month_hover a:last-child {
    padding-bottom:10px;
}

.month_day.filled:hover .month_hover {
    display:block;
}

@media(max-width:1000px) {
    .month_hover {
        left:0px;
        margin-left:-7px;
    }
}

/** SHORTCUT EKLEME */
.shortcut_container
{
    display:none;
    position:fixed;
    right:10px;
    bottom:20px;
    width:54px;
    height:auto;
    z-index:999;
    text-align:right;
}

.shortcut_icon
{
    display:block;
    width:48px;
    height:48px;
    border-radius:32px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    margin-top:10px;
    text-align:right;
    background-color:#fff;
}

.shortcut_icon:hover
{
    margin-left:-10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.shortcut_icon em
{
    position:fixed;
    font-size:10px;
    right:94px;
    margin-top:15px;
    text-align:right;
    color:#333;
    padding:5px;
    background:#fff;
    border-radius:5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    font-weight:bold;
}