.content-wrapper {
	padding-top: 20px;
}
.pace-running:after{
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1039;
	background: #fff;
	top: 0;
	left: 0;
}
.swal2-container{
	z-index: 1038 !important;
}
.tox-notifications-container{
	display: none !important;
}
.select2{
	width: 100% !important;
}
.tab-pane{
	padding: 40px 0;
}
.radio-btn{
	padding: 5px;
    background: #ccc;
}
.radio-btn input{
	visibility: hidden;
}
.radio-btn.checked{
	background: blue;
	color: #fff;
}
.legenda{
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.fc-daygrid-event{
	white-space: inherit;
}

/** Correções **/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15%;
}
.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single {
    border-radius: .25rem;
}
