﻿#calendar .row {
    margin-left: 0px;
    margin-right: 0px;
}
.monthBtn {
    /*width: calc( 100% / 8 );*/
    float: left;
    text-align: center;
    font-size: 1.5em;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 2em;
    text-decoration: underline;
    cursor: pointer;
}

.monthClick {
    /*color: #fcff65;*/
    color: #000000;
    font-size: 1.5em;
    text-decoration: none;
}

.monthClick:hover
{
    text-decoration: underline;
}

.activites {
    cursor: pointer;
}

    .activites img:hover {
        transition: 0.30s;
        -webkit-transition: 0.30s;
        -moz-transition: 0.30s;
        -ms-transition: 0.30s;
        -o-transition: 0.30s;
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.date {
    width: calc(100% /7.01 - 5px);
    display: block;
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #000000;
    font-size: 24px;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    height:90px;
}

.dateSquer {
    width: calc(100% /7.01 - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    text-align: center;
    /*background-color: #a2e59d;*/
    background-color: #999999;
    /*margin-right: 5px;
    margin-bottom: 5px;*/
    margin: 5px;
    line-height: 100%;
    font-size: clamp(28px, 2vw, 40px);
    vertical-align: middle;
    cursor: pointer;
    /*color: #009646;*/
    color: #FFFFFF;
    font-weight: bolder;
    /*padding-left: 0.85em;*/
    border-radius: 15px;
}

.today {
    /*color: #4c72d5;*/
    color: #000000;
}

.dayClick {
    /*background-color: #dec2c2;*/
    /*color: #9842ba;*/
    color: navy;
}

.dateSquer::after {
    content: ".";
    color: #0085c1;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    
}

.dayDetail {
    border: solid 0px white;
    /*background-color: #154e21;*/
    background-color: #999999;
    color: white;
    margin-top: 96px;
    /*max-height: 552px;*/
    overflow-y: auto;
    padding-top: 1em;
    margin-bottom: 5px;
}

    .dayDetail a.eventInList{
        /*color:white;*/
        color: #000000;
        font-size: 24px;
    }

    .dayDetail .eventListDate
    {
        color: #000000;
    }

    .dayDetail h3 {
        font-size: 1rem;
        margin-top: 0px;
        color: white;
    }

    .dayDetail .eventListDate p {
        font-size: 0.8rem;
        margin-top: 0px;
        font-weight: 100;
        color: white;
    }

.noClick {
    cursor: default;
    padding-left: 0px;
    background-color: #cccccc;
}

    .noClick::after {
        content: "";
        color: #ff6c88;
    }

.dateSquerWhite {
    background-color: #ffffff;
    color: #ff6c88;
}

.actConten {
    width: calc(100% - 5px);
    display: none;
    float: left;
    text-align: center;
    background-color: #ffffff;
    margin-top: -5px;
    margin-bottom: 5px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.table1 {
    width: 98%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .table1 th {
        padding: 5px;
        text-align: left;
        background-color: #fc92a6;
    }

    .table1 td {
        padding: 5px;
        text-align: left;
        vertical-align: top;
    }

        .table1 td:first-child {
            white-space: nowrap;
            width: 10%;
        }

        .table1 td:nth-child(2) {
            white-space: nowrap;
            width: 10%;
        }

        .table1 td:nth-child(3) {
            width: 10%;
        }

        .table1 td:nth-child(4) {
            width: 12%;
        }

        .table1 td:nth-child(5) {
            width: 15%;
        }

        .table1 td:nth-child(6) {
            width: 15%;
        }

        .table1 td:nth-child(7) {
            width: 8%;
            white-space: nowrap;
        }

        .table1 td:nth-child(8) {
            width: 8%;
            white-space: nowrap;
        }



.table2 {
    width: 98%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .table2 th {
        padding: 5px;
        text-align: left;
        background-color: #fc92a6;
    }

    .table2 td {
        padding: 5px;
        text-align: left;
        vertical-align: top;
    }

        .table2 td:first-child {
            white-space: nowrap;
            max-width: 100px;
        }

        .table2 td:nth-child(2) {
            white-space: nowrap;
        }

        .table2 td:nth-child(3) {
            width: 30%;
        }

        .table2 td:nth-child(4) {
            width: 30%;
        }

.table3 {
    width: 98%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .table3 th {
        padding: 5px;
        text-align: left;
        background-color: #fc92a6;
    }

    .table3 td {
        padding: 5px;
        text-align: left;
        vertical-align: top;
    }

        .table3 td:first-child {
            white-space: nowrap;
            max-width: 100px;
            width: 10em;
        }

        .table3 td:nth-child(2) {
            white-space: nowrap;
            width: 10em;
        }

        .table3 td:nth-child(3) {
            width: 20%;
        }

        .table3 td:nth-child(4) {
            width: 20%;
        }

        .table3 td:nth-child(5) {
            width: 20%;
        }

        .table3 td:nth-child(6) {
            width: 20%;
        }

        .table3 td:nth-child(7) {
            width: 10%;
        }

@media (max-width: 767px) {
    .dateSquer {
        width: calc(100% /7.01 - 6px);
        font-size: 1em;
        font-weight: 500;
        padding-left: 0em;
        margin: 3px;
        border-radius: 10px;
    }

    .actConten {
        font-size: 0.8em;
    }

    .dayDetail {
        height: auto;
    }
}

@media (max-width: 575px) {
    .dateSquer {
        font-size: 1em;
        font-weight: 900;
        padding-left: 0em;
    }

    .actConten {
        font-size: 0.5em;
    }

    .table1 th {
        padding: 5px;
        text-align: left;
        background-color: #fc92a6;
        width: 10em;
    }

    .table1 td {
        padding: 5px;
        text-align: left;
        width: 100%;
        white-space: normal;
    }

        .table1 td:nth-child(2) {
            white-space: normal;
            width: auto;
        }

    .table2 th {
        padding: 5px;
        text-align: left;
        background-color: #fc92a6;
        width: 10em;
    }

    .table2 td {
        padding: 5px;
        text-align: left;
        width: 100%;
        white-space: normal;
    }

        .table2 td:nth-child(2) {
            white-space: normal;
            width: auto;
        }

    .table3 th {
        padding: 5px;
        text-align: left;
        background-color: #fc92a6;
        width: 10em;
    }

    .table3 td {
        padding: 5px;
        text-align: left;
        width: 100%;
        white-space: normal;
    }

        .table3 td:nth-child(2) {
            white-space: normal;
            width: auto;
        }

    .monthBtn {
        /*width: calc( 100% / 7 );*/
        float: left;
        text-align: center;
        font-size: 1em;
        text-transform: capitalize;
        /*color: #ffffff;*/
        margin-bottom: 1em;
        text-decoration: underline;
        cursor: pointer;
    }

    .monthClick {
        /*color: #fcff65;*/
        font-size: 1.1em;
        text-decoration: none;
    }
}
