.responsive-calendar {
    padding:10px;
    border:1px solid #ddd;
    background-color:#f1f1f1;  
    border-radius:5px;  
}


/*ETKİNLİK - other_activity_panel*/
#other_activity_panel  {
    height:100%;
    margin-top:10px;
}

#other_activity_panel .media-object {
    height:50px;
    width:50px;
    margin-bottom:4px;
}

#other_activity_panel .media-body .title {
    margin:0;
    font-size:1.1em;
}

#other_activity_panel .panel-heading {
    /*font-size: 17px; 
    color:#543177;
    font-weight:600;*/
    
    font-size: 20px;
    color: #fff;
    background-color: var(--simurg-primary-k1);
    border-color: #e5e5e5;    
}

#other_activity_panel .media-list {
    padding-left: 0;
    list-style: none;
}
#other_activity_panel .media-list li {
    border-bottom:solid 1px #ddd;
}
#other_activity_panel li:last-child {
    border-bottom:0;
}
#other_activity_panel .media-heading a {
    text-decoration:none;
    font-size:14px;
    line-height:1.5em;
}


/*ETKİNLİK - simurg-etkinlikler-timeline*/

#simurg_etkinlikler_timeline .panel {
    border-radius:5px;
}

#simurg_etkinlikler_timeline .panel .panel-default{ border-color: #FD8881; }


#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+1) .panel-default{ border-color: #FDCC4C; }
#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+2) .panel-default{ border-color: #ADEEC3; }
#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+3) .panel-default{ border-color: #7AB8DD; }
#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+4) .panel-default{ border-color: #FD8881; }

#simurg_etkinlikler_timeline .panel-default .panel-heading{
    font-weight:600;
    font-size:1.2em;
}

#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+1) .panel-default .panel-heading{
    background: linear-gradient(60deg,#FDCC4C,#FFF68D);
}

#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+2) .panel-default .panel-heading{
    background: linear-gradient(60deg,#ADEEC3,#83C796);
}

#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+3) .panel-default .panel-heading{
    background: linear-gradient(60deg,#7AB8DD,#A9E3F7);
}

#simurg_etkinlikler_timeline .timeline-2 li:nth-child(4n+4) .panel-default .panel-heading{
    background: linear-gradient(60deg,#FF9389,#FF4E68);
}

#simurg_etkinlikler_timeline .timeline-2 li .timeline-time {
    color:var(--simurg-secondary-k1);
    font-weight:600;
}


#simurg_etkinlikler_timeline .timeline-2 li .timeline-time span {
    font-size: 0.8em;
    color:var(--simurg-primary-k1);
}

#simurg_etkinlikler_timeline .timeline-2 li .panel-body .etkinlik-resim {
    max-width:130px;
}

#simurg_etkinlikler_timeline .timeline-2 li .panel-body .etkinlik-konusmaci {
    font-weight:700;
    text-indent: -60px;
    padding-left: 60px;    
}
#simurg_etkinlikler_timeline .timeline-2 li .panel-body .etkinlik-konusmaci span  {
    font-weight:600;
    color:var(--simurg-primary-k1);
}


#simurg_etkinlikler_timeline .timeline-2 li .panel-body .etkinlik-link {
   margin:0;
}
