.ml5 {
	margin-left: 5px;
}

/* Estilo para poner mayus en fullcalendar js*/
.fc-toolbar {
    text-transform: capitalize !important;
}

.fc-event:hover{
	cursor: pointer !important;
	background: #d1ecf1 !important;
	color: #17a2b8 !important;
}

.select2-container .select2-selection--single{
	height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px !important;
}