/* TOGGLE */
.aw-toggle {
	float: right;
	line-height: 5px;
	margin-right: 15px;
	margin-top: 13px;
	color: #fff;
}

/* MENU */
.aw-menu {
	font-size: 1.1em;
}

.aw-menu>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aw-menu>ul a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: 500;
	color: #373737;
}

/* Ajuste o estilo do tooltip */
.ui-tooltip {
	margin: 0 !important;
	padding: 5px 10px !important;
	position: absolute !important;
	z-index: 1000;
}

/* Ajuste o espaçamento entre as linhas */
.ui-panelgrid td {
	padding: 5px 0 !important; 
	line-height: 1.2 !important;
}

.aw-menu>ul i {
	margin-right: 6px;
}

.aw-menu>ul a:hover, .aw-menu>ul a:focus {
	background-color: #dfdfdf;
}

.aw-menu>ul .is-selected {
	border-left: 3px solid #1e94d2;
	background-color: #f3f3f3;
}

.aw-menu>ul .is-selected a {
	margin-left: -3px;
	color: #1e94d2;
}

/* PAGE-TITLE */
.aw-page-title {
	margin: 0;
	padding: 5px 0;
	font-size: 1.5em;
	color: #373737;
}

#btnADDHorario {
	background-color: #dfdfdf;
	size: 5px;
	width: 10%;
}

.ui-menu-list {
	position: absolute;
}

.ui-menu.ui-menubar {
	background-color: #4CAF50 !important;
	background-image: none !important;;
	border: #4CAF50 !important;;
	box-shadow: none !important;;
	background-repeat: none !important;;
}

.ui-class {
	top: 50%;
	left: 50%;
}

.ui-panel .ui-panel-content {
	padding: .5em 0em;
}

.ui-md-6 {
	width: 50%;
	height: min-content !important;
}

.hidden {
	display: none !important;
}

centered-dialog.ui-dialog {
    position: fixed !important; 
    top: 50% !important; 
    left: 50% !important;
    transform: translate(-50%, -50%) !important; 
    margin: 0 !important; 
}