body .ui-message {
	width: 100%;
}

.noPaddingUl {
	list-style: none;
	padding: 0;
}



body .ui-panelgrid .ui-panelgrid-cell {
	border: none;
}

body .ui-fieldset {
	margin-top: 10px;
}

body .ui-panel {
	margin-top: 10px;
}

body .ui-inputfield {
	padding: 0.500em;
}

body .ui-panelgrid .ui-panelgrid-cell {
	padding: 4px 0px;
}

.ui-datatable tbody>tr:hover {
	background: #cfcfcf !important;
}

.layout-config .layout-config-content .layout-config-button {
	left: -41px;
}

.icon-export-table {
	height: 24px;
	margin-right: 5px;
}

.box-image {
	height: 90% !important;
}

.layout-dashboard .overview-box.messages .box-image {
	align-items: center;
}

.red {
	color: red !important;
}

.redBold {
	color: red !important;
	font-weight: bold;
}

.amber {
	color: #ffbf00 !important;
}

.yellow {
	color: #daa520 !important;
}

.green {
	color: #007500 !important;
}

.purple {
	color: #bb00ff !important;
}

.black {
	color: #000000 !important;
}

.FontBold {
	font-weight: bold;
}

.panelGridLabel {
	padding-top: 5px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
}

body .ui-button {
	margin: 3px;
	border-radius: 4px !important;
}

body .ui-tabs-nav li {
	border-radius: 2px !important;
}

body .ui-fieldset-legend {
	border-radius: 4px !important;
} 

@media ( min-width : 900px) {
	.layout-topbar .layout-topbar-wrapper .layout-topbar-right .layout-topbar-actions>li>ul
		{
		left: -121px;
	}
}

.labelColumn {
	width: 210px;
}

.panelDica tbody>tr>td {
	background-color: transparent !important;
}

.Fs18 {
	font-size: 18px;
}

.login-body .login-wrapper .login-panel {
	width: 60% !important;
	background-color: #eceef2;
	padding: 140px 4% 140px 5%;
}

.login-body .login-wrapper .login-image {
	overflow: hidden;
	width: 40% !important;
	background-size: cover;
	background-repeat: no-repeat;
}

@media ( max-width : 992px) {
	.login-body .login-wrapper .login-panel {
		width: 100% !important;
	}
	.login-body .login-wrapper .login-image {
		display: flow-root;
	}
}

.dashboard .team .ui-panel-content {
	padding: 0;
}

.dashboard .team ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dashboard .team ul li {
	padding: 16px;
	border-left: 3px solid rgba(0, 0, 0, 0);
}

.dashboard .team ul li:after {
	content: "";
	display: table;
	clear: both;
}

.dashboard .team ul li:hover {
	background-color: #f2f3f3;
	border-color: #e3e3e3;
}

.dashboard .team ul li .team-box {
	display: inline-block;
	vertical-align: middle;
}

.dashboard .team ul li .team-member {
	text-align: left;
	display: block;
	font-weight: 600;
	color: #212121;
}

.dashboard .team ul li img {
	width: 35px;
	height: 35px;
	vertical-align: middle;
	display: inline-block;
}

.dashboard .team ul li a {
	display: block;
	float: right;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	margin-left: 6px;
	text-align: center;
	margin-top: 4px;
}

.dashboard .team ul li a i {
	line-height: inherit;
	font-size: 22px;
	color: #ffffff;
}

#layout-right-sidebar .submenu-content.settings {
	padding: 0 11px;
}

#layout-right-sidebar .submenu-content {
	list-style-type: none;
}

#layout-right-sidebar .submenu-content ul {
	padding: 0;
}

#layout-right-sidebar .submenu-content .sales-settings {
	background-color: #d5e6d8;
	color: #2e8540;
	text-align: center;
	width: 80px;
	height: 74px;
}

#layout-right-sidebar .submenu-content .sales-settings i {
	font-size: 30px;
}

#layout-right-sidebar .submenu-content .sales-settings span {
	color: #2e8540;
	font-weight: 600;
}

#layout-right-sidebar .submenu-content span {
	display: block;
	font-size: 12px;
	color: #212121;
}

.reviews-content ul:hover {
	background-color: #f2f3f3;
	border-color: #e3e3e3;
}

.dashboard .timeline.ui-panel .ui-panel-content {
	position: relative;
}

.dashboard .timeline.ui-panel .ui-panel-content .timeline-line {
	position: absolute;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -1px;
	background: #dddddd;
	top: 0;
}

.dashboard .timeline ul {
	list-style-type: none;
	padding: 0;
	position: relative;
}

.dashboard .timeline ul li {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.dashboard .timeline ul li .timeline-message {
	width: 45%;
	overflow: hidden;
	position: relative;
}

.dashboard .timeline ul li .timeline-message img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 0;
}

.dashboard .timeline ul li .timeline-message span {
	position: relative;
	z-index: 10;
	display: block;
	padding: 7px;
}

.dashboard .timeline ul li .timeline-message span.love {
	color: #cd2026;
	background-color: #f8dede;
	font-weight: 600;
	text-align: right;
}

.dashboard .timeline ul li .timeline-message span.checked {
	font-weight: 600;
	color: #00a6d2;
	background-color: #e1f3f8;
}

.dashboard .timeline ul li .timeline-message span.event {
	color: #f39f19;
	font-weight: 600;
	background-color: #fff1d2;
}

.dashboard .timeline ul li .timeline-icon {
	z-index: 100;
	line-height: 30px;
}

.dashboard .timeline ul li .timeline-icon img {
	width: 30px;
	height: 30px;
}

.dashboard .timeline ul li .timeline-icon span {
	font-weight: 600;
	color: #5b616b;
}

.dashboard .timeline ul li.odd .timeline-icon {
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -16px;
}

.dashboard .timeline ul li.odd .timeline-icon span {
	float: right;
}

.dashboard .timeline ul li.odd .timeline-icon img {
	float: left;
	margin-right: 15px;
}

.dashboard .timeline ul li.odd .timeline-message {
	float: left;
}

.dashboard .timeline ul li.odd .timeline-message span {
/* 	padding: 15px; */
	text-align: right;
}

.dashboard .timeline ul li.even .timeline-icon {
	position: absolute;
	right: 50%;
	top: 30%;
	margin-right: -16px;
	text-align: right;
}

.dashboard .timeline ul li.even .timeline-icon span {
	float: left;
}

.dashboard .timeline ul li.even .timeline-icon img {
	float: right;
	margin-left: 15px;
}

.dashboard .timeline ul li.even .timeline-message {
	float: right;
}

.dashboard .timeline ul li.even .timeline-message span {
/* 	padding: 15px; */
}

.fa-stack[data-count]:after {
	position: absolute;
	right: 1%;
	top: -5%;
	content: attr(data-count);
	font-size: 36%;
	padding: 0.2em;
	border-radius: 250px;
	line-height: 1.485em;
	color: white;
	/* font-size: 9px; */
	background: rgba(255, 0, 0, 0.8);
	text-align: center;
	min-width: 1.9em;
	font-weight: bold;
}

.round-container-img {
	overflow: hidden;
	width: 10rem;
	border-radius: 50%;
}

.imagem-round {
	position: relative;
	width: 20rem;
	left: -5rem;
	text-align: center;
}

.layout-dashboard .profile .profile-header .profile-image img {
	width: auto;
	height: 160px;
}

.dashboard .overview-box.monthly-green-alt {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #43437F;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #43437F 0%, #2E2ECC 100%);
	background: -webkit-linear-gradient(240deg, #43437F 0%, #2E2ECC 100%);
	background: linear-gradient(240deg, #43437F 0%, #2E2ECC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43437F',
		endColorstr='#2E2ECC', GradientType=1);
}

.dashboard .overview-box.monthly-green {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #737F5E;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #737F5E 0%, #A2CC5A 100%);
	background: -webkit-linear-gradient(240deg, #737F5E 0%, #A2CC5A 100%);
	background: linear-gradient(240deg, #737F5E 0%, #A2CC5A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737F5E',
		endColorstr='#A2CC5A', GradientType=1);
}

.dashboard .overview-box.monthly-gold {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #FFD700;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #FFD700 0%, #FFE34C 100%);
	background: -webkit-linear-gradient(240deg, #FFD700 0%, #FFE34C 100%);
	background: linear-gradient(240deg, #FFD700 0%, #FFE34C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD700',
		endColorstr='#FFE34C', GradientType=1);
}

.alinhaCentroTable {
	text-align: center;
}

.dashboard .overview-box.monthly-purple {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #7F267F;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #7F267F 0%, #CC00CC 100%);
	background: -webkit-linear-gradient(240deg, #7F267F 0%, #CC00CC 100%);
	background: linear-gradient(240deg, #7F267F 0%, #CC00CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F267F',
		endColorstr='#CC00CC', GradientType=1);
}

.dashboard .overview-box.monthly-marron {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #FF7F23;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #FF7F23 0%, #FFAC6F 100%);
	background: -webkit-linear-gradient(240deg, #FF7F23 0%, #FFAC6F 100%);
	background: linear-gradient(240deg, #FF7F23 0%, #FFAC6F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF7F23',
		endColorstr='#FFAC6F', GradientType=1);
}

.dashboard .overview-box.monthly-red {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #FF4500;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #FF4500 0%, #FF7D4C 100%);
	background: -webkit-linear-gradient(240deg, #FF4500 0%, #FF7D4C 100%);
	background: linear-gradient(240deg, #FF4500 0%, #FF7D4C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4500',
		endColorstr='#FF7D4C', GradientType=1);
}

.dashboard .overview-box.monthly-azul-fraco {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #32CCC3;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #32CCC3 0%, #509994 100%);
	background: -webkit-linear-gradient(240deg, #32CCC3 0%, #509994 100%);
	background: linear-gradient(240deg, #32CCC3 0%, #509994 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32CCC3',
		endColorstr='#509994', GradientType=1);
}

.dashboard .overview-box.monthly-marrom-fraco {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 10px 10px 10px 20px;
	background: #32CCC3;
	/* Old browsers */
	background: -moz-linear-gradient(240deg, #9E7C4C 0%, #CCBDA7 100%);
	background: -webkit-linear-gradient(240deg, #9E7C4C 0%, #CCBDA7 100%);
	background: linear-gradient(240deg, #9E7C4C 0%, #CCBDA7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9E7C4C',
		endColorstr='#CCBDA7', GradientType=1);
}

.BorderedBox {
	border: solid 1px #D9E3E8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 15px;
	width: 100%;
	text-decoration: none !important;
	float: left;
	text-align: center;
}

.EmptyBox10 {
	display: block;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.Fs40 {
	font-size: 40px !important;
}

.Fs14 {
	font-size: 14px !important;
}

.DispBlock {
	display: block;
}

.TexAlCenter {
	text-align: center;
}

.ui-selectonemenu {
	width: auto !important;
	padding-right: 2em !important;
}

/* Força SelectOneMenu a usar PrimeIcons */
body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  font-family: "primeicons" !important;
}

body .ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:before {
  content: "\e902"; /* código da seta PrimeIcons (pi pi-chevron-down) */
}

/* Força ícones de sort na tabela */
body .ui-sortable-column .ui-sortable-column-icon {
  font-family: "primeicons" !important;
}

body .ui-sortable-column .ui-sortable-column-icon:before {
  content: "\e915" !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image:before {
	font-family: "primeicons" !important;
	content: "\e989" !important;
}

body .ui-messages .ui-messages-info .ui-messages-info-icon:before {
	font-family: "primeicons" !important;
	content: "\e989" !important;
}



select#combo_certificados, select#combo_certificados-color {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(http://i62.tinypic.com/15xvbd5.png),
		-webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}

select#combo_certificados-color {
	color: #fff;
	background-image: url(http://i62.tinypic.com/15xvbd5.png),
		-webkit-linear-gradient(#779126, #779126 40%, #779126);
	background-color: #779126;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 15px;
	background-size: 16px;
}

/*.layout-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul,
	.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu>li>ul
	{
	max-height: 230px;
}*/
@media ( min-width : 993px) {
	.layout-menu-light.layout-slim .menu-wrapper .layout-menu-container .layout-menu>li>ul,
		.layout-menu-light.layout-slim-plus .menu-wrapper .layout-menu-container .layout-menu>li>ul
		{
		max-height: 230px;
	}
}

.imagem-round img {
	border-radius: 50%;
	width: 30%;
}

.rightpanel-header .cover .profile-image-icons img {
	border-radius: 50% !important;
	height: auto !important;
	max-height: none !important;
}

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

.user-msg, .watson-msg {
	font-size: 11pt;
	color: #323232;
	background-color: #00b4a0; /*#fef9fb;*/
	border-radius: 20px;
	margin: 0 5px 10px;
	padding: 10px 15px;
	position: relative;
	clear: both;
	line-height: 1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.user-msg {
	color: #fff;
	border-bottom-right-radius: 0;
	float: right;
	line-height: 1.2;
}

.user-msg:after {
	border-color: transparent #00b4a0 transparent transparent;
	border-style: solid;
	border-width: 0 15px 8px 0;
	bottom: -7px;
	content: ' ';
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
}

.watson-msg {
	border-bottom-left-radius: 0;
	float: left;
	background-color: #e7e9ec;
	white-space: pre-wrap;
	text-align: justify;
	line-height: 1.2;
}

.watson-msg:after {
	border-color: transparent transparent transparent #e7e9ec;
	border-style: solid;
	border-width: 0 0 8px 15px;
	bottom: -7px;
	content: ' ';
	height: 0;
	position: absolute;
	left: 0;
	width: 0;
}

.ui-confirmdialog-no {
	border: 1px solid #717171 !important;
	background-color: #717171 !important;
}


.selecOneButtonBancoHoras {
	display: flex; 
	gap: 16px;
	width: 350px !important;
}
