/*
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 : 20 janv. 2016, 14:52:08
    Author     : vincent
*/

.mc-main .my-calendar-header, .mc-main .mc_bottomnav {background-color:rgba(10,10,10,0.7); padding:10px; margin-bottom:2px;}
.mc-main .maybe-hide {position:relative!important; width:auto; height:auto;}
.my-calendar-prev {float:left; border:none; background:none;}
.my-calendar-next {float:right; border:none; background:none;}
.my-calendar-nav  a {background:none!Important; border:none!Important; color:#fff!important; font-size:18px; position:relative; top:16px;}
.my-calendar-nav a span {display:none;}
.my-calendar-nav a:after {font-size:40px!important;}
.my-calendar-nav a:before {font-size:40px!important;}
.my-calendar-header > div:nth-of-type(1), .mc_bottomnav > div:nth-of-type(1) {width:100%;}
.my-calendar-nav ul li, .mc-main .category-key ul li, .mc-main .mc-export ul li,.my-calendar-header > div, .mc_bottomnav > div {margin:0;}
.mc-main caption {    position: absolute;
    top: 40px;
    left: 0px;
    width: 70%;
    left:15%;
    background: none;
    text-align: center;
    font-size: 20px!important;
    text-transform: uppercase;
    font-weight: bold;}

.mc-main th {border:none; background:none; color:#000!important;}
.mc-main tr td {border:4px solid transparent;}
.mc-main .mc-date {background:rgba(0,50,90,0.3); padding:12px; font-weight:bold; color:#fff;}
.mc-main .has-events .mc-date {background-color:#0088d0;}
.mc-main table .current-day .mc-date {background:rgba(10,20,20,0.5)!important;}
.my-calendar-nav .my-calendar-next a,.my-calendar-nav .my-calendar-prev a {font-size:0px;}

.mc-main div.loading {width:100%; background-color:rgba(10,10,10,0.7); padding:40px; margin-bottom:2px; color:#fff; font-weight:bold; text-align:center; font-size:14px; max-height:80px; transition:all 100ms ease-out;}