/*
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 : 30/11/2016, 16:24:36
    Author     : Victor
*/

.fc-widget-header table thead {
    background: #1abc9c !important;
    color: #fff;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd !important;
}
.fc-content {
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 2px;
}
a.fc-time-grid-event.fc-v-event.fc-event.fc-start.fc-end.mat_calendar_event{
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;    
}
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.mat_calendar_event{
    border-color: #1abc9c !important;    
}
.fc-unthemed .fc-today {
    background: #f5fcfb !important;
}
.mat_event_single_holder.col-sm-12.mat_event_single_even.mat_event_completed {
    background: #fafefd;
}
.mat_event_buttons .btn {
    color: #fff;
    background-color: #1abc9c;
    border-color: #2e7667;
    border: 1px solid #1abc9c;
}
.compojoom-bootstrap .btn {
    color: #fff;
    background-color: #1abc9c;
    border-color: #2e7667;
    border: 1px solid #1abc9c;
}
.compojoom-bootstrap .btn:hover {
    background: #FFF;
    color: #1abc9c;
    border: 1px solid #1abc9c;
    border-radius: 4px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.qtip-default {
    border: 1px solid #1abc9c;
    background-color: #f5fcfb;
    color: #2f7667;
}
.mat_event_short_description strong {
    float: left;
    margin-right: 5px;
    color: #666;
}
.compojoom-bootstrap .mat_event_short_description {
    margin: 8px 0 -8px;
    width: 100%;
    float: left;
}
.compojoom-bootstrap .mat_event_short_description i.glyphicon.glyphicon-list-alt {
    float: left;
    margin-top: 4px;
    margin-right: 3px;
    color: #666;
}