body {
    font-family: 'PT Sans',Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #626264;
    margin: 0;
    padding: 0;

}
.mini-cal{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-family: Verdana, sans-serif;
    padding-bottom: 0em;
    background: url('//tnme.md/sites/tnme/themes/tnme/images/imgo.jpg');
    color: #fff;
    overflow: auto;
}

#calTitle{
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.12em;
    text-align: center;
    padding: 0.4em 1em;
    padding-top: 0.8em;
    font-weight: bold;
}

#calTitle button{
    outline: none;
    display: block;
    border: 0.1em solid #ddd;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px; 
    line-height: 50px;
    border-radius: 50%; 
    background-color: #c6aa85;
}

#calTitle button svg{
    width: 30px;
    height: 30px;
}

#calTitle button:hover{
    background: #bc9e78;
}

#calThead, #calTbody{
    display: flex;
    flex-wrap: wrap;
    padding: 0.1em;
}

#calThead{
    color: #fff;
    margin-top: 0.4em;
    align-items: center;
    text-align: center;
    font-size: 0.88em;
}

#calThead > div, #calTbody .a-date{
    box-sizing: border-box;
    flex: 1;
    min-width: calc(100% / 7);
    max-width: calc(100% / 7);
    width: calc(100% / 7);
    text-align: center;
    padding: 0;
}

#calThead > div{
    font-weight: 700;
    font-size: 1.1em;
    padding: 0.2em 0.2em;
}

/* #calTbody{
    color: #ddd;
} */

#calTbody .a-date > span{
    display: block;
    font-size: 1em;
}

#calTbody .a-date{
    cursor: default;
    padding: 0;
    position: relative;
    background-color: transparent;
    color: inherit;
    padding: 0.1em;
    border: 0.1em solid transparent;
    outline: none;
    font-size: 0.9em;

}
#calTbody .a-date:not(.event)
{
        pointer-events: none;
        color: white;
}

#calTbody .a-date.event{
    color: #c75028;
    cursor: pointer;
    font-weight: 700;
}


#calTbody .a-date.blurred{
    opacity: 0.5;
    pointer-events: none;
}

/* #calTbody .a-date.event:before{
    content: '';
    position: absolute;
    top: 0.2em;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fffc23;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
} */

/* #calTbody .a-date.current{
    border-color: #fffc23;
    outline: none;
    outline: 0;
} */

/* #calTbody .a-date.current.event{
    background-color: #fffc23;
    color: #000;
} */

#calTbody .a-date.event.active-date{
    background: #c75028;
    color: white;
}



.calTFooter{

    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding:0em 1em 0.8em 1em;
    overflow: auto;
  
}
#line{
    margin-bottom: 0.8em;
}

.calTFooter #calLink{
    background: #c75028;
    color: #fff!important;
    padding: 0 2em;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.calTFooter #calLink:hover{
    background-color: #C04F29;
}

.calTFooter #eventTitle{
     font-weight: 700;
    color: #fff!important;
    cursor: pointer;
    text-decoration: none;
}

#ip-event-date{
    width: 100%;
}
#ip-event-date-date{
    float: left;
    width: 50%;
        color: #c75028;
    font-weight: 700;

}
#ip-event-date-time{
    float: left;
    width: 50%;
        text-align: right;
            color: #c75028;
    font-weight: 700;
}
#ip-event-div{
    float: left;

    width: 100%;
   /*  margin-top: 15px; */

}
#ip-event-button{
    float: right;

}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}  
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

