﻿ .etkinlik{

 }
.etkinlik h1{


}
.takvim {
    
    width: 388px !important;
    font-size: 14px;
    line-height: 35px;
    border: 0px !important;
    box-shadow: 0 0px 16px 0 rgba(58,95,149,.1);
}

.takvim_etkinlik {
    box-shadow: 0 0px 16px 0 rgba(58,95,149,.1);
    width: 388px;
}
.takvim tr{


}
.takvim td:nth-child(1n) {
    background-color:white !important;
   
}
.myCalendarSelector{
    background-color:gray !important;
}
.myCalendarTitle {
    background-color: white;
    border: 0px !important;
}
.takvim_etkinlik ul {
    padding: 0px;
    text-align: center;
}
.takvim_etkinlik span {
    display: block;
    border-radius: 86px;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}
.takvim_etkinlik li {
    list-style: none;
    width: 25%;
    display: inline-block;
    margin-top: 17px;
    margin-bottom: 13px;
    font-size: 14px;
   

}
.takvim_etkinlik ul li:nth-child(1n) span {
    background-color: grey;
} 
.takvim_etkinlik ul li:nth-child(2n) span{
    background-color:blue;
}
.takvim_etkinlik ul li:nth-child(3n) span {
    background-color: red;
}
.tarihs {
    display: block !important;
    font-weight: normal !important;
    color: black !important;
}
.myCalendarDay a{
    display:none;
}
.myCalendarToday a{
    display:none;
}
.egitim_renk {
    border: 1px gray solid;
    border-radius: 46px;
    width: 32px;
    height: 32px;
    background-color: blue;
    color: white !important;
}

.etkinlik_renk {
    border: 1px gray solid;
    border-radius: 46px;
    width: 32px;
    height: 32px;
    background-color: red;
    color: white !important;
}
.gecmis_renk {
    font-weight: bold;
    border: 1px gray solid;
    border-radius: 46px;
    width: 32px;
    height: 32px;
    background-color: gray;
    color: white !important;
}
.etkinlikler_satir {
    box-shadow: 0 0px 16px 0 rgba(58,95,149,.1);
     width:100%;
     margin-bottom:10px;
}
    .etkinlikler_satir .baslik {
        font-size: 13px;
        padding: 9px;
        font-weight: bold;
        color: #bc4077;
    }
    .etkinlikler_satir .icerik {
        padding: 8px;
        font-size: 14px;
        color: #686868;
    }
.etkinlik .table{
    width:100%;
}
.etkinlik .cell{
    vertical-align:top;
}
    .etkinlik .cell:first-child {
        width: 411px;
    }

@media (max-width:930px) {
    .etkinlik .cell{
        display:block !important;
        width:100% !important;
    }
    .takvim_etkinlik{
        width:100%;
    }
}