/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css"); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

:root {
	--colorGrey: #57595c;
	--cinzaFraco: #6c757d;
	--cinzaForte: #495057;
	--colorBlueLight: #0388e5;
	--colorRedLight: #eb7070;
}

.m-5 { margin: 5px !important; }

.mt-5  {	margin-top: 5px !important;	}
.mt-10 {	margin-top: 10px !important;	}
.mt-15 {	margin-top: 15px !important;	}
.mt-20 {	margin-top: 20px !important;	}

.mb-5  {	margin-bottom: 5px !important;		}
.mb-10 {	margin-bottom: 10px !important;	}
.mb-15 {	margin-bottom: 15px !important;	}
.mb-20 {	margin-bottom: 20px !important;	}

.mr-5  {	margin-right: 5px !important;	}
.mr-10 {	margin-right: 10px !important;	}
.mr-15 {	margin-right: 15px !important;	}
.mr-20 {	margin-right: 20px !important;	}

.ml-5  {	margin-left: 5px !important;	}
.ml-10 {	margin-left: 10px !important;	}
.ml-15 {	margin-left: 15px !important;	}
.ml-20 {	margin-left: 20px !important;	}

.py-0 { padding-top: 0; padding-bottom: 0; }
.px-0 { padding-left: 0; padding-right: 0; }

.pt-0 { padding-top: 0 }
.pb-0 { padding-bottom: 0 }
.pl-0 { padding-left: 0 }
.pr-0 { padding-right: 0 }

.w-full {
	width: 100%;
}

/*
	Arquivo feito para inserir os novos .css internos, para não ficar confuso com o estilo.css que não será mais usado
*/

/* MODO DEBUG */
/* .wrapper .topbar .topbar-title:after { */
/*     content: 'AMBIENTE DE TESTE'; */
/*     margin-left: 230px; */
/*     background: red; */
/*     border-radius: 10px; */
/*     padding: 0.5rem; */
/* } */

/* força a busca em SelectOneMenu para preencher todo o campo disponível */
.ui-selectonemenu-filter-container {
	width: 100%;
}

.selectonemenu-inline {
	vertical-align: top !important;
}


.div-checkbox-multiple  .ui-selectcheckboxmenu {
	height: 30px;
}

.div-checkbox-multiple .ui-selectcheckboxmenu-multiple-container.ui-inputfield {
	width: 100%;
    display: inline-flex;
   	padding: 0.4rem 0.3rem !important;
    
}

.div-checkbox-multiple .ui-selectcheckboxmenu-multiple-container .ui-selectcheckboxmenu-token {
    overflow: unset;
}

/*---------------------------------------------------------------------------------------------*/
/* Style de placa */

.divPlaca {
    background: white;
    color: black;
    border: 1px double black;
    font-weight: 900;
    height: 34px;
    width: 70px;
    margin: 4px auto;
}

.divPlaca .header {
    height: 12px;
   background: blue;
}

.divPlaca .header span {
	font-family: 'Roboto', 'Helvetica Neue', sans-serif;
	text-transform: none;
	text-align: center;
	color: white;
	display: flex;
	font-size: 0.70rem;
	height: 12px;
	justify-content: space-between;
}

.divPlaca .header .titulo {
	margin-left: 8px;
}

.divPlaca .texto {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-size: 1.05rem;
    text-align: center;
    display: block;
    margin-top: 2px;
}

/*---------------------------------------------------------------------------------------------*/

/* Card com layout novo */
.card-novo {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background-color: #ffffff;
    padding: 1em;
    margin-top: 10px;
    display: grid;
}

.card-novo-first {
	margin-top: 0px;
}

.card-title {
	border-bottom: 2px solid #E6E9ED;
	padding-top: 0;
}

.card-title .title {
	font-size: 15px;
	color: var(--colorGrey);
	font-weight: 600;
}

.card-novo .subtitle {
	font-size: 14px;
	color: var(--colorGrey);
	font-weight: 600;
}

.card-body {
	padding: 0;
}

.card-body-center {
	padding: 0;
}

.card-body-center div {
	text-align: center;
}

.card-description {
	padding-bottom: 0.1em;
	color: var(--colorGrey);
	font-weight: 500;
}

.card-novo h2 {
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 0.1em;
    font-size: 15px;
    font-weight: bold;
}
.card-clear {
	box-shadow: none;
}

.flex-center {
	display: flex;
    justify-content: center;
}

.flex-space-between {
	display: flex;
    justify-content: space-between;
}

.flex-align-vertical {
	display: flex;
    align-items: center;
}

.flex-space-between-center {
	display: flex !important;
	justify-content: space-between;
    align-items: center;
}

.ui-flex {
	display: flex;
}


/* --------------------------------------------------------------------------------------------*/
/* Card indicador */

.card-indicador-small {
	height: auto !important;
}

.card-indicador-small .div-info .title {
	font-size: 20px !important;
}

.card-indicador {
    height: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}

.card-indicador .div-info {
    justify-content: space-between;
    display: flex !important;
	align-items: center;
	height: 55px;
}

.card-indicador .div-info .title {
	font-size: 30px;
	border-bottom: 0px;
    font-weight: normal;
}

.card-indicador .div-info .count {
	align-items: center;
	color: #ffffff;
    font-size: 24px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 0.5rem;
}

.card-indicador .div-info .count-blue {
	background-color: #007be5;
}

.card-indicador .div-info .count-red {
	background-color: #ef6262;
}

.card-indicador .div-info .count-green {
    background-color: #20d077;
}

.card-indicador .div-info .detail {
	color: #a4a4a4;
    display: block;
    margin-top: 8px;
}

.card-indicador .detail-bottom {
    display: block;
    width: 100%;
	text-align: center;
	color: #a4a4a4;
    display: block;
    margin-top: 10px;
}

/*---------------------------------------------------------------------------------------------*/
/* Card item-list */

.card-itemlist {
    border: 1.5px solid #d5d5d5;
    font-size: 11px;
    border-left: 4px solid;
    border-right: none;
    border-radius: 8px 0px 0px 8px;
    height: 100%;
    margin-top: 10px;
}

.card-itemlist .placa {
	font-size: 13px;
	font-weight: bold;	
}

.card-itemlist h2 {
	font-size: 13px;
	cursor: pointer;
}

.card-itemlist .full-width {
	display: block;
	margin-top: 3px;
}

.card-itemlist .situacao {
    float: right;
    padding: 0.2em 0.2em;
    color: white;
    border-radius: 6px;
}

/*---------------------------------------------------------------------------------------------*/

/*Classes da tabela padrão */
.ui-datatable.tabela-padrao {
	text-align: center;
}

/* Cabeçalho da tabela */
.ui-datatable.tabela-padrao thead th {
	background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #000000;
    text-align: center;
}

/* Retirar filtro da tabela */
.ui-datatable.tabela-padrao .ui-column-filter {
 display:none;
}

/* Retirar campo vazio em cinza que fica em cima do header */
.ui-datatable.tabela-padrao .ui-datatable-header {
	display: none;
}

.ui-datatable.tabela-padrao tfoot td {
	background-color: #ffffff;
    border: none;
    border-top: 2px solid #000000;
    text-align: center;
}

/* Preenche em branco o campo vazio em cinza que fica em cima do header, quando tem scrollable */
.ui-datatable.tabela-padrao .ui-datatable-scrollable-header {
    background-color: white;
}

/* Classe para conseguir adicionar uma tabela que precise utilizar o header */
.ui-datatable.tabela-show-header .ui-datatable-header {
	display: unset !important;
	padding: 0;
}
/*---------------------------------------------------------------------------------------------*/

/*Classes da tabela  */
.ui-datatable.tabela-noheader-nopad tbody {
	display: block;
}

.ui-datatable.tabela-noheader-nopad .ui-datatable-data > tr > td {
	padding: 0.2rem;
}

/* Cabeçalho da tabela */
.ui-datatable.tabela-noheader-nopad thead th {
	display: none;
}

/* Retirar filtro da tabela */
.ui-datatable.tabela-noheader-nopad .ui-column-filter {
	display:none;
}

/* Retirar campo vazio em cinza que fica em cima do header */
.ui-datatable.tabela-noheader-nopad .ui-datatable-header {
	display: none;
}

.ui-datatable.tabela-noheader-nopad tfoot td {
	display: none;
}

/* Preenche em branco o campo vazio em cinza que fica em cima do header, quando tem scrollable */
.ui-datatable.tabela-noheader-nopad .ui-datatable-scrollable-header {
    background-color: white;
}
/*---------------------------------------------------------------------------------------------*/

/*Classes da tabela  */
.ui-datatable.tabela-clear tbody {
	display: block;
}

.ui-datatable.tabela-clear .ui-datatable-data > tr > td {
	padding: 0.2rem;
	padding-top: 0.5rem;
	border: 0;
}

/* Cabeçalho da tabela */
.ui-datatable.tabela-clear thead th {
	display: none;
}

/* Retirar filtro da tabela */
.ui-datatable.tabela-clear .ui-column-filter {
	display:none;
}

/* Retirar campo vazio em cinza que fica em cima do header */
.ui-datatable.tabela-clear .ui-datatable-header {
	display: none;
}

.ui-datatable.tabela-clear tfoot td {
	display: none;
}

/* Preenche em branco o campo vazio em cinza que fica em cima do header, quando tem scrollable */
.ui-datatable.tabela-clear .ui-datatable-scrollable-header {
    background-color: white;
}

.ui-datatable.tabela-clear .ui-datatable-empty-message {
	display: none;
}

/*---------------------------------------------------------------------------------------------*/

/*Classes da tabela itemlist */

.ui-datatable.tabela-itemlist {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

.ui-datatable.tabela-itemlist-paginator .ui-datatable-header {
    display: flex !important;
	width: 75%;	
    background: white;
    border: none;
    padding: 0;
}

.ui-datatable.tabela-itemlist-paginator .ui-paginator-top {
    width: 20%;
    position: relative;
    margin-top: -28px;
    float: right;
}

.ui-datatable.tabela-itemlist tr > td {
	padding: 0 !important;
}

/* Cabeçalho da tabela */
.ui-datatable.tabela-itemlist thead th {
	background-color: #ffffff;
    border: none;
    padding: 3px;
    padding-top: 0.5em;
}

/* Cabeçalho da tabela */
.ui-datatable.tabela-itemlist-nohead thead th {
	display: none;
}

/* Quando está com filtro selecionado */
.ui-datatable.tabela-itemlist thead th.ui-state-active {
	background-color: #ffffff;
}

/* Retirar filtro da tabela */
.ui-datatable.tabela-itemlist .ui-column-filter {
 display:none;
}

/* Retirar campo vazio em cinza que fica em cima do header */
.ui-datatable.tabela-itemlist .ui-datatable-header {
	display: none;
}

.ui-datatable.tabela-itemlist tfoot td {
    display: none;
}

/* Preenche em branco o campo vazio em cinza que fica em cima do header, quando tem scrollable */
.ui-datatable.tabela-itemlist .ui-datatable-scrollable-header {
    background-color: white;
}

.ui-datatable.tabela-itemlist .ui-paginator.ui-paginator-top {
    padding: 0;
    text-align: right;    
}

.ui-datatable.tabela-itemlist .ui-paginator-current {
    padding: 0;
    margin: 0 !important;
    margin-top: 5px !important;    
}

/*---------------------------------------------------------------------------------------------*/

/*Classes da tabela pequena */
.ui-datatable.tabela-pequena {
	text-align: center;
}

/* Cabeçalho da tabela */
.ui-datatable.tabela-pequena thead th {
	background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #000000;
    text-align: center;
    padding: 3px;
}

/* Colunas da tabela */
.ui-datatable.tabela-pequena .ui-datatable-data > tr > td {
	padding: 5px;
}

/* Retirar filtro da tabela */
.ui-datatable.tabela-pequena .ui-column-filter {
 display:none;
}

/* Retirar campo vazio em cinza que fica em cima do header */
.ui-datatable.tabela-pequena .ui-datatable-header {
	display: none;
}

.ui-datatable.tabela-pequena tfoot td {
	background-color: #ffffff;
    border: none;
    border-top: 2px solid #000000;
    text-align: center;
}

/* Preenche em branco o campo vazio em cinza que fica em cima do header, quando tem scrollable */
.ui-datatable.tabela-pequena .ui-datatable-scrollable-header {
    background-color: white;
}

/* Classe para conseguir adicionar uma tabela que precise utilizar o header */
.ui-datatable.tabela-pequena .ui-datatable-header {
	display: unset;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------*/

/* Classe do dialog */
.dialog-padrao .ui-dialog-titlebar {
    background-color: var(--colorBlueLight) !important;
    margin: 0px;
    border-bottom: 2px solid #d5d5d5 !important;
    padding: 0.5rem 1.2rem 0.5rem 1.2rem !important
}

.dialog-padrao .ui-dialog-titlebar span {
	font-size: 17px !important;
	color: white;
	font-weight: 600;
}

.dialog-padrao .ui-dialog-content {
    padding-bottom: 1.2rem !important;
}

/*---------------------------------------------------------------------------------------------*/

/* Classe do contextMenu, aplica o valor máximo necessário de acordo com os menus existentes */
.context-menu-padrao {
	width: max-content;
}

/*---------------------------------------------------------------------------------------------*/

/* Layout do toggle switch */
.toggle-switch {
/* 	font-size: 11px; */
	margin-top: 3px;
}

/*---------------------------------------------------------------------------------------------*/

/* Clase geral para definir uma margem right */
.margin-right-small {
	margin-right: 5px !important;
}

.margin-left-small {
	margin-right: 5px !important;
}

/*---------------------------------------------------------------------------------------------*/

/* Título usado nas páginas padrões */
.title-big {
	color: var(--colorGrey);
	font-size: 18px;
	font-weight: 600;
}

/* Título dos relatórios */
.title-relatorio {
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 0.1em;
    font-size: 20px;
}

/*---------------------------------------------------------------------------------------------*/

/* Classe para efetuar impressão */

.printMe {
	display: none;
}

@media print {
	.printMe {
		display: block;
	}
	
	.noPrint {
		display: none !important;
	}
	
	.noPrint div {
		display: none !important;
	}
	
	.ui-growl {
		display: none;
	}
	
	@page { 
	    size: auto;   /* auto is the initial value */ 
	
	    /* this affects the margin in the printer settings */ 
/* 	    margin: 25mm 25mm 25mm 25mm;   */
	} 
	
	body  
	{ 
	    /* this affects the margin on the content before sending to printer */ 
	 	margin: 0px;   
	}
	
	.main {
		margin: 0 !important;
		padding: 0 !important;
		flex: 0 !important;
		transition: none !important;
	}

	.capaImpressao {
		display: block !important;
		width: 210mm;
	}
	
	.card {
	  box-shadow: none;
	  border-radius: .25rem;
	  background-color: #ffffff;
	  padding: 1em;
	  margin-top: 16px; 
	  }
	
}

.capaImpressao {
	display: none;
}

.title-capa-frota {
	position: absolute; 
	width: 400px;
	height: 160px;
	left: 372px; 
	top: 670px; 
	font-size: 30pt; 
	font-family: "latoregular"; 
	font-weight: bolder; 
	text-align: center;
}

.textoCapaArquivoExpresso {
	position: absolute; 
	left: 70px; 
	top: 690px; 
	font-size: 30pt; 
	font-family: sans-serif; 
	font-weight: bolder; 
	text-align: center;
	width: 400px;
}

/*---------------------------------------------------------------------------------------------*/

/* botão com fundo branco e borda cor do template */
.ui-button.ui-state-default.white-button {
	color: #4e5159;
	background-color: #ffffff;
	border-color: #4e5159; 
}

/* botão com fundo branco e sem borda */
.ui-button.ui-state-default.white-button-clear {
	color: #4e5159;
	background-color: transparent;
	border-color: transparent; 
}


/*---------------------------------------------------------------------------------------------*/

/* FileUpload */

.fileupload-padrao .ui-fileupload-buttonbar {
	background-color: white !important;
	padding: 1rem 0rem 1rem 0rem !important;
	border:0 !important;
}

.fileupload-padrao .ui-fileupload-content {
	border: 1px solid #dee2e6 !important;
	min-height: 100px;
}


/* FILE UPLOAD RIGHT */
/* Hide the advanced buttons and progress */
.fileupload-simple-right .ui-fileupload-upload, .ui-fileupload-cancel, .ui-fileupload-progress {
    display: none;
}

.fileupload-simple-right .ui-fileupload-content {
	display: none;
}

.fileupload-simple-right .ui-fileupload-buttonbar {
    background: white !important;
    border: 0 !important;
    float: right !important;
    padding: 0 !important;
}

/* Remove some of the margin from the file name to align correctly */
.fileupload-simple-right .ui-fileupload-files {
    margin: 0;
}

/* FILE UPLOAD LEFT */
/* Hide the advanced buttons and progress */
.fileupload-simple-left .ui-fileupload-upload, .ui-fileupload-cancel, .ui-fileupload-progress {
    display: none;
}

.fileupload-simple-left .ui-fileupload-content {
	display: none;
}

.fileupload-simple-left .ui-fileupload-buttonbar {
    background: white !important;
    border: 0 !important;
    padding: 0 !important;
}

/* Remove some of the margin from the file name to align correctly */
.fileupload-simple-left .ui-fileupload-files {
    margin: 0;
}


/*---------------------------------------------------------------------------------------------*/

/* card lateral de agenda detalhada */
.card-menuitem {
    border: 1.5px solid #d5d5d5;
    font-size: 12px;
    border-left: 4px solid;
    border-right: none;
    border-radius: 8px 0px 0px 8px;
    height: 100%;
}

.card-menuitem h2 {
    font-size: 13px;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 0.1em;
    font-weight: bold;
}

.card-menuitem p {
   	text-align: left;
    height: 6px;
    font-size: 11px;
}

.card-menuitem span {
	position: sticky;
    top: 50%;
}

.card-menuitem .situacao {
    float: right;
    padding: 0.2em 0.2em;
    color: black;
    border-radius: 6px;
}

.scroll-list-menuitem {
float: left;
padding: 1%;
overflow: scroll;
overflow-x: hidden;
max-height: 100vh;
}

.card-agendadetalhada {
	color: #555;
}

.card-agendadetalhada div div {
	padding-top: 0;
}

.card-agendadetalhada div {
	padding-bottom: 2px;
}

.card-agendadetalhada .title-situacao {
    padding: 0.3rem;
    border-radius: 0.6rem;
    color: white;
    font-size: 1rem;
}

.card-vendas {
	color: #555;
}

.card-vendas div {
    padding: 0.2em;
}

.card-vendas .title-situacao {
    padding: 0.3rem;
    border-radius: 0.6rem;
    color: white;
    font-size: 1rem;
}

/*---------------------------------------------------------------------------------------------*/

/* Card do chat */
.chat-container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.chat-container::after {
  content: "";
  clear: both;
  display: table;
}

.chat-time-right {
  float: right;
  color: #aaa;
}

.chat-time-left {
  color: #aaa;
}

/*---------------------------------------------------------------------------------------------*/

/* CLASSES GERAIS */

/* Centralizador de texto */
.texto-centro {
	text-align: center !important;
}

.font-bold {
	font-weight: bold;
}

/* efetua a quebra da string caso ultrapasse */
.texto-break-line {
    word-break: break-all;
}

.border-right-gray {
	border-right: 1px solid rgba(0,0,0,.28);
}

/* asterisco do campo obrigatório, pra ficar em vermelho e mais visível */
.ui-outputlabel .ui-outputlabel-rfi {
	color: red;
}

/* Pra arrumar o margin dos icons bi utilizado em botão */
.bi.ui-icon {
    margin-top: -8px !important;
}

.ui-button-icon-only .fa {
	font-size: 1.2rem;
}

.ui-nofluid .ui-button {
	width: auto;
}

.card-evolucoes {
    box-shadow: rgb(10 37 64 / 35%) 0px 0px 6px 0px inset;
    border-radius: 0px 10px 0px 10px;
    border-top: 3px solid var(--colorBlueLight);
    padding: 0.5rem;
}

.card-evolucoes .full-width {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 6px;
	margin-bottom: 6px;
}

.card-evolucoes .full-width-block {
	margin-top: 6px;
	margin-bottom: 6px;
}

.card-evolucoes .situacao {
    float: right;
    padding: 0.2em 0.2em;
    color: white;
    border-radius: 6px;
}

.fieldset-small .ui-fieldset-legend {
    padding: 0.6rem !important;
}

.fieldset-small .ui-fieldset {
	padding: 0.3rem !important;
}

.text-info {
	padding: 0.25em 0.5rem;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	border-radius: 2px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-usuario-responsavel {
	background: #B3E5FC;
    color: #23547B;
}

.text-origemlead {
	background: #B3E5FC;
    color: #23547B;
}

.text-lembreteAzul {
	background: #B3E5FC;
    color: #23547B;
}

.text-lembrete {
	background: #FFCDD2;
    color: #C63737;
}

.text-green {
	background: #C8E6C9;
    color: #256029;
}

.text-blue {
	background: #B3E5FC;
    color: #23547B;
}

.text-red {
	background: #FFCDD2;
    color: #C63737;
}

.text-amarelo {
    background: #FEEDAF;
    color: #8A5340;
}

.text-yellow {
    background: #FEEDAF;
    color: #8A5340;
}

.text-black {
	background: #8b8787;
	color: #ebe0e0;
}

.text-purple {
    background: #ECCFFF;
    color: #694382;
}

.text-data-info {
	background: #FFD8B2;
	color: #805B36;
}

.text-data-agendada {
	background: #C8E6C9;
    color: #256029;
}

.text-servicos {
	background: #C8E6C9;
    color: #256029;
}

/*---------------------------------------------------------------------------------------------*/
/* Dashboard */

.div-info .title {
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
	font-size: 16px;
	padding: 0.3em;
}
	
.div-info .row-group {
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row-group .div-row-group {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
}

.div-info .bloco {
    display: block;
    margin: 10px 0;
    text-align: center;
    line-height: 1.5;
}

.div-info .bloco>.header {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.card-grafico .title {
	font-size: 15px;
	color: var(--colorGrey);
	font-weight: 600;
}

.card-grafico .title > i {
	font-size: 1em; 
	float: right;
	margin-right: 5px;
}

.tab-blue {
  background: var(--colorBlueLight) !important;
  color: white !important;
}

.tab-red {
  background: var(--colorRedLight) !important;
  color: white !important;
}


.titulo-tabela-dashboard {
	margin-left: 10px;
	font-size: 15px;
}


/*---------------------------------------------------------------------------------------------*/
/* Steps */

.steps-padrao {
	font-size: 14px !important;
}

.steps-padrao.ui-steps {
    margin-bottom: 10px;
    margin-top: -20px;
}

.steps-padrao.ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
	width: 40px;
	height: 40px;
	font-size: 20px;
}

.steps-padrao.ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
	background: #689f38;
	color: white;
}

/*---------------------------------------------------------------------------------------------*/
/* Card totalizador com progress bar */

.totalizadores {
	display: flex;
	flex-wrap: wrap;
}

.totalizadores .div-totalizador {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5rem;
}

.totalizadores .div-totalizador-left {
    display: flex;
    flex-direction: column;
    padding: 2rem 0rem 0.5rem 0rem;
    justify-content: space-evenly;
}

.totalizadores .card-totalizador {
    border-radius: 1rem 0 1rem 0;
    border-top: 4px solid;
}

.totalizadores .card-totalizador .title {
    align-self: center;
    font-weight: bold;
    font-size: 15px;
}

.totalizadores .card-totalizador .cabecalho {
   	justify-content: space-between;
    align-items: center;
	display: flex;
	margin-bottom: 10px;
}

.totalizadores .card-totalizador .texto-progress-bar {
   margin-bottom: 0.25rem !important;
   height: 22px;
}

/*---------------------------------------------------------------------------------------------*/
/* Menu button com apenas o Icon */

.menu-button-icon-only .ui-button {
	color: var(--cinzaFraco);
	border-radius: 50%;
    height: 2.357rem;
    background-color: transparent;
    border-color: transparent;
}

.menu-button-icon-only .ui-button.ui-state-hover {
  background: #e9ecef;
  color: #6c757d;
  border-color: #bcbfc2;
}

.menu-button-icon-only .ui-button.ui-state-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #bcbfc2;
}

.menu-button-icon-only .ui-button.ui-state-active, .menu-button-icon-only .ui-button.ui-state-down {
  background: #dee2e6;
  color: #6c757d;
}

.label-status-abler {
   	padding: 3px 5px 3px 6px !important;
    display: inline;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 2px;
    color: white !important;
    border-radius: 0.25rem !important;
}

.div-descricao-abler {
    max-height: 110px;
    overflow: scroll;
    overflow-x: hidden;
}

.div-descricao-abler p {
	font-size: 1rem !important;
}

.div-descricao-abler p span {
	font-size: 1rem !important;
}

.div-descricao-abler ul li span {
	font-size: 1rem !important;
}

/*---------------------------------------------------------------------------------------------*/
/* Panels */

.panel-minimizado .ui-panel-titlebar {
    padding: 0.5rem !important;
}

.panel-minimizado .ui-panel-content {
    border: 0 !important;
}

/*---------------------------------------------------------------------------------------------*/
.list-progress {
	color: #495057;
}

.list-progress .ui-progressbar .ui-progressbar-label {
    color: white;
}

.list-progress .div-top .numbers {
	float: right;
}

.list-progress .div-top .numbers .number {
    padding: 2px 3px 2px 3px !important;
    color: white !important;
    border-radius: 0.25rem !important;
}

/*---------------------------------------------------------------------------------------------*/

.text-outline {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    background-color: transparent;
    color: var(--primary-color);
    padding: 0.5rem;
}

.text-outline-green {
	border: 1px solid #256029;
    border-radius: 4px;
    background-color: transparent;
    color: #256029;
    padding: 0.5rem;
	
}

.span-flex-column3 {
	flex: 0 0 calc(33.33% - 10px); /* Cria 3 colunas com 10px de espaço entre elas */
	margin-bottom: 10px; /* Espaçamento entre as linhas */
}

.span-flex-column2 {
	flex: 0 0 calc(50% - 10px); /* Cria 3 colunas com 10px de espaço entre elas */
	margin-bottom: 10px; /* Espaçamento entre as linhas */
}

/*---------------------------------------------------------------------------------------------*/

.div-separator {
	display: flex;
    align-items: center;
    border-right: 2px solid #dee2e6;
    min-width: 50px !important;
    justify-content: center;
}

.div-separator .index {
	color: var(--colorGrey);
    font-size: 1.5rem;
    font-weight: 500;
	
}

.tabViewCustom.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-active {
	border: 1px solid #2196F3;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 0 !important;
}

.tabViewCustom.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header {
	border-bottom: 1px solid #2196F3 !important;
}

.tabViewCustom.ui-tabs-top > .ui-tabs-nav:before {
	border-bottom: 1px solid #2196F3 !important;
}