@media screen and (min-width: 992px) {
	.layout-wrapper.layout-slim .layout-sidebar {
		width: 7rem !important;
	}
	.flex-lg {
		display: flex;
	}
}

@media screen and (max-width: 991px) {
	.p-grid {
		margin: 0;
	}
	.layout-content {
		padding: 0rem !important;
	}
	.no-cell {
		display: none;
	}
	.fc-button-group, .fc-right {
		white-space: nowrap;
	}
	.layout-config-button {
		visibility: hidden;
	}
}

body .ui-datascroller .ui-datascroller-content {
	border: none !important;
}

.ui-datascroller-item .p-grid .p-col {
	padding: 1rem 0rem !important;
}

body .ui-datagrid .ui-datagrid-content {
	border: none !important;
	background: none !important;
	padding: 0;
}

body .ui-datagrid .ui-datagrid-content .ui-g .enquete {
	margin-bottom: .5em;
	margin-right: .5em;
	margin-left: .5em;
}

body .ui-datagrid .ui-datagrid-content .ui-g div:first-child .enquete {
	margin-left: 0;
}

body .ui-datagrid .ui-datagrid-content .ui-g div:last-child .enquete {
	margin-right: 0;
}

.ui-datagrid-column {
	padding: 0px !important;
}

.enquete {
	padding: 0px !important;
}

.disciplinaLink {
	margin: 7px;
	padding: 5px;
	font-weight: bold;
	max-width: fit-content;
	min-width: 100%;
}

.disciplinaLink:hover, .widget-feature-box:hover {
	background: #DCDCDC !important;
	border-radius: 5px;
	cursor: pointer;
}

.feed {
	min-width: 70%;
}

.disciplinas {
	max-width: 30%;
}

.disciplinaSigla {
	font-size: 18px;
}

.grande {
	font-weight: bold;
	font-size: 16px;
}

.mr-2 {
	margin: 2px !important;
}

.negrito {
	font-weight: bold;
}

.justificado {
	text-align: justify;
}

.icone-disciplinas {
	max-height: 80px;
	max-width: 100%;
}

.borda {
	border-radius: 4px;
}

.borda:hover {
	background: #dbdbdb;
	color: black;
}

.espaco-total {
	width: 100% !important;
}

.espaco-campo {
	margin-bottom: 7px;
}

.centralizado {
	text-align: center;
}

.alinha-centro-v {
	display: flex;
	align-items: center;
}

.d-list-item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.texto-comunicadofeed {
	word-break: break-word;
}

.fc-scroller {
	height: 100% !important;
}

.wizardRematricula .ui-wizard-step-titles {
	display: none !important;
}

/* Configuração de links especiais 02 */
a.special-b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

a.special-b:visited {
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

a.special-b:hover {
	font-size: 11px;
	color: #3399CC;
	text-decoration: underline;
}

a.special-b:active {
	font-size: 11px;
	color: #3399CC;
	text-decoration: none;
}

/* Configuração de links especiais 03 */
a.special-c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

a.special-c:visited {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

a.special-c:hover {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

a.special-c:active {
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.cardReduzido {
	padding: 0.25rem !important;
}

body .p-colPaddingReduzido {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1rem;
	padding-right: 0.5rem;
}

@media screen and (max-width: 991px){
	body .p-colPaddingReduzido{
		padding: 0 1em;
	}
}

.cardDisciplina {
	min-width: 300px;
}

.nowrap {
	white-space: nowrap;
}

.break-line {
	word-break: break-word;
}

.alinhado-centro {
	text-align: center;
}

.alinhado-direita {
	text-align: right;
}

iframe {
	max-width: 100%;
}

td>.ui-column-title {
	display: none;
}

.situacao {
	border-bottom: 1px solid #dee2e6;
	text-align: justify;
	padding-bottom: 5px;
}

.left5 {
	margin-left: 5px;
}

.situacao>div {
	border-radius: 3px;
}

.no-break-word {
	word-break: normal;
}

.border-bottom-cinza {
	border-bottom: 1px solid #dee2e6;
}

.btn-vermelho {
	background: #D32F2F !important;
	color: #ffffff !important;
	border: 1px solid #D32F2F !important;
}

.texto-vermelho {
	color: #D32F2F;
}

.flex-lg .full-select {
	padding: 0 .5em;
}

.diploma .flex-lg .full-select {
	padding: 0;
}

.flex-lg .full-select:first-child {
	padding-left: 0;
}

.flex-lg .full-select:last-child {
	padding-right: 0;
}

.mb-10px {
	margin-bottom: 10px;
}

.nao-gostou {
	color: #A9A9A9 !important;
}

.reacao {
	text-transform: uppercase;
	padding: 0.5em;
	border-radius: 4px;
}

.reacao:hover {
	font-weight: bold;
}

.flex {
	display: flex;
	align-items: center;
}

.flex .ui-selectbooleancheckbox {
	display: flex;
	width: fit-content;
}

.rodape-comunicado {
	margin-top: 0.5em;
	padding: 0.5em 0;
	border-top: 1px solid #A9A9A9;
	display: flex;
	justify-content: space-evenly;
}

.rodape-comunicado>div {
	text-align: center;
}

#root-recuperar {
	height: 100%;
	display: flex;
	align-items: center;
}

#root-recuperar>div {
	width: 100%;
}

.link-hover-bold:hover {
	font-weight: bold;
}


.ui-message:empty {
	display: none;
}

.agrupar-text-botao {
	display: flex;
}

.agrupar-text-botao input[type=text], .agrupar-text-botao textarea {
	width: 100%;
	border-radius: 4px 0 0 4px;
}

.agrupar-text-botao button {
	border-radius: 0 4px 4px 0;
}

body .ui-datatable .ui-datatable-data > .cor {
	color: #000;
}

body .ui-menu .ui-menu-list .separador-menu {
	border-bottom: 1px solid #ced4da;
}

.app-novo .layout-wrapper .layout-content-wrapper	 {
	padding-top: 0;
}

.app-novo .layout-wrapper .layout-content-wrapper .layout-topbar {
	display: none;
}

.app-novo .layout-sidebar {
	display: none;
}

@media screen and (min-width: 992px) {
	.app-novo .layout-wrapper.layout-static .layout-content-wrapper {
		margin-left: 0;
	}
}

.ui-blockui-content {
	background: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}