/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.03.16., 8:50:52
    Author     : user
*/

.filters{
    background: #beedd2;
    font-size: 14px;
}

.filters li {
    list-style-type: none;
}

.filters button
{
    padding: 0;
    color: #000000;
}

.filters button:hover
{
    padding: 0;
    color: #000000;
    text-decoration: underline;
}

.year{
    background: #beedd2;
    text-align: center;
    font-size: 20px;
}

.year input{
    background: #9BD5DE;
    font-size: 20px;
    width: 120px;
}

.months{
    float: left;
    width: 20%;
    overflow: auto;
    background: #beedd2;
}

.months ol{
    padding: 0;
}

.months li{
    text-align: center;
    list-style-type: none;
    font-size: 14px;
    font-weight: bolder;    
}

.months li .god{
    text-align: center;
    list-style-type: none;
    font-size: 18px;
    margin: 2px;
    font-weight: bolder;    
}

.monthdays{
    list-style-type: none;
    padding: 0;
    border: 2px  black solid;
}

.monthdays li{
    list-style-type: none;
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}

.monthdays li .happened {
    color: red
} 

.monthdaysactive{
    list-style-type: none;
    padding: 0;
    border: 2px  black solid;
    background: #9BD5DE;
}

.monthdaysactive li{
    list-style-type: none;
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 2px;
    font-size: 12px;
}

.monthdaysactive li .happened {
    color: red
} 

.days{
    background: #beedd2;   
    padding: 0;
    margin: 0;
}

.days p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.days ol {
    padding: 0;
    margin: 0;
    /*
    height: 500px;
    width: 900px;
    */
    width: 80%;
    overflow: auto;
}

.days div{
    overflow: auto;
    height: 150px;
}

.days li.daysactive{
    list-style-type: none;
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 5px;
    color: black;
    font-size: 12px;
    padding: 5px;
    border: 2px  red solid;
    background: #9BD5DE;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 20%;
    text-align: center;
    margin: 5px;
    color: black;
    font-size: 12px;
    padding: 5px;
    border: 2px  black solid;

}





