/*
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 : 2019-01-31, 10:33:14
    Author     : Taras.Tiahur
*/
.fc-scroller{
    height: auto !important;
}

.fc-center h2{
    color: #000;
    font-size: 2em;
}
.fc-month-view span.fc-title{
    white-space: normal;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td{
    padding: 4px;
}
.fc-left .fc-prev-button, .fc-left .fc-next-button{
    background-image: none;
    border-radius: 100px!important;
    background-color: #D4213D;
    border-color: #D4213D;
    box-shadow: 0 4px 5px 0 rgba(156,39,176,.14), 0 1px 10px 0 rgba(156,39,176,.12), 0 2px 4px -1px rgba(156,39,176,.2);
    width: 35px;
    height: 35px;
    line-height: 30px;
    color: #D4213D;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    margin: 0px 0px 0px 7px;
}

.fc-today-button{
    background-image: none;
    border-radius: 100px!important;
    background-color: #D4213D;
    border-color: #D4213D;
    box-shadow: 0 4px 5px 0 rgba(156,39,176,.14), 0 1px 10px 0 rgba(156,39,176,.12), 0 2px 4px -1px rgba(156,39,176,.2);
    /*width: 60px;*/
    height: 35px !important;
    line-height: 30px;
    color: #D4213D;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    margin: 0px 0px 0px 7px;
}
.fc-button{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-image: none;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    cursor: pointer;
    border-color: #D4213D;
    color: #D4213D;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
}

.fc-state-active{
    color: #fff;
    background-color:  rgba(212,33,61, 0.9) !important;      
}

td.fc-widget-header{
    background-color: rgba(212,33,61, 0.03) !important;      
}
.fc-state-disabled{
    background-color: #eee;
}
.fc-list-item .fc-event-dot {
    background-color: rgba(1,1,1,0.0);
}
.fc-list-item:hover .fc-event-dot {
    background-color: #D4213D !important;
}
.list-group {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.legenda:hover{
    cursor: pointer;
}
legend{
    width:auto !important;
    margin: 0px 1px 2px 3px;
}
