/*
Folha de estilos - Agenda Mastermaq
Criador  por: Leandro Eustáquio
Em: 23/04/2018
////////////////////////////////////////
 Atualizado em:24/04/2018
///////////////////////////////////////
*/

button:focus {outline:0 !important;}

#Calendario {
    max-width: 100%;
    margin: 0 auto;
  }

.fc-widget-header table tr th{
    border: transparent!important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.2em;
    background-color: #f2f1f1;
    padding: 5px;
}

.fc-day-number{
    font-size: 0.95em;
    cursor: pointer!important; 
}

.fc-day-header{
    font-size: 12px!important;
    padding: 5px!important;
    background-color: #303030;
    color:#fff;

}

.fc-basic-view .fc-body .fc-row {
    min-height: 2.5em!important;
    height: 2.5em!important;
}

.fc-widget-content{
    background-color: #fff;
}

tr:first-child>td>.fc-day-grid-event {
     margin-top: -5.9vh!important;
}

.fc-title{
    font-size: 11px!important;
}

.fc-event{
    margin: 0 auto!important;
}

.fc-month-view  .fc-event {
	background-color:transparent!important;
	border: 3px solid #d22128;
    border-radius: 78px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0.2em!important;
    background-color: #585858;
    padding: 5px;
    color: #fff;
}

.fc-toolbar.fc-header-toolbar h2{
    font-size: 18px;
    margin-top: 6px;
}


.fc button {
    height: auto!important;
    padding: 0.1em .6em!important;
}

.fc button {
    font-size: 0.8em!important;
}

.fc-header-toolbar button{
    margin-top: 4px!important;
}

/*Visão mês*/
.fc-month-view  .fc-time, .fc-month-view  .fc-title{
	display:none;
}

.fc-month-view .fc-day-grid-event{
	width: 25%;
}

.fc-month-view .fc-day-top, .fc-month-view .fc-day {
	height:9vh;
	text-align:center;
	padding-top:1.2vh;
}

.fc-month-view .fc-day-top a{
	display: block;
    height: 86%;
    z-index: 200;
    position: relative;
    margin: 0 auto;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none!important;
}

/*Fim visão mês*/

.fc-time-grid-event .fc-time {
    font-size: 1.05em!important;
    white-space: nowrap;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    padding: 2px 5px;
    font-weight: bold;
}

.fc-time-grid-event .fc-content{
	padding:5px;
}

.fc-time-grid-event .fc-time-grid-event{
	border: 1px solid #651013!important;
}


.fc-event, .fc-event-dot {
    background-color: #d22128!important;
}



.fc button.btn-calendario{
    background-color: #d22128!important;
    padding: 4px 10px!important;
    border-radius: 12px;
    color: #fff;
    border: transparent;
    font-size: 11px!important;
}

.fc button.btn-calendario:hover{
	background-color:#b0171d!important;
}

.fc-list-item{
    border-bottom: 1px dashed #ddd;
}

.fc-day-top{
    cursor: pointer;
}