.tooltip {
    text-align: left;
    position:relative;
    z-index: 1000;
}
.tooltip span {
    background-color: #313131;
    padding: 5px;
    color: #FFFFFF;
    display:none;
    z-index: 1000;
}

/* Toggle this class - hide and show the popup */
.tooltip .show {
    display: block;
    position: fixed;
    overflow: hidden;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@keyframes fadeIn {
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

#calendario, .gldp-flatwhite{
    width:250px ; 
    height:250px; 
    display: inline-block !important;
    position: inherit !important;
}