/* .ui-diagram-element { */
/*     border: 0.1em dotted #E5E4E2; */
/*     background-color: #EFEEEC; */
/*     width: 14em; */
/*     height: 4em; */
/*     text-align: center; */
/*     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8); */
/*     user-select: none; */
/* } */
    
.ui-diagram-element {
        width: 14em;
        height: 4em;
        line-height: 1em;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;

        background-color: #98AFC7;
        color: #ffffff;
        user-select: none;
}

.ui-diagram-nao-iniciado {
    background-color: #9CB071;
    color: #ffffff;
    border-color: #7ab02c;
}

.ui-diagram-iniciado {
    background-color: orange;
    color: #ffffff;
}

.ui-diagram-finalizado {
    background-color: #9CB071;
    color: #ffffff;
    border-color: #7ab02c;
}

.flow-label {
    font-size: 24px;
    font-weight: bold;
    color: #816A51;
}


.gaia-linha-expandida-content {
    background-color: #EEEEEE !important;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-color: gray;
}

.gaia-area-content-white {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    margin-bottom: 3px;
    padding-bottom: 5px;
    border-color: gray;
}

.ui-selectonelistbox.styleGaia {
	width: 100% !important;
	height: 70px !important;
}

.ui-autocomplete-input {
	width: 100% !important;
	display: block !important;
}

.ui-selectonemenu.ui-state-default.styleGaia{
	display: block !important;
}

.ui-autocomplete-panel {
	max-height: 50% !important;
}
.ui-selectonemenu.ui-state-disabled.styleGaia{
	border-color: #2e3436;
	border-radius: 0 0 0 0;
	opacity: .50 !important;
	box-shadow: none !important;
	display: block !important;
	color: black !important;
	width: 100% !important;
	background-color: gray !important;
}

.ui-datalist.styleGaia .ui-datalist-data {
    border: 0 !important;
    border-color: transparent;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 10px !important; 
}

.ui-datatable.styleNada .ui-datatable-data .ui-expanded-row  {
    border: 0 !important;
    border-color: transparent;
	margin: 0 !important;
	margin-bottom: 10px !important; 
	padding: 0 !important;
}

.tooltip-main {
	
  border-radius: 50%;
  font-weight: 700;
  background: #f3f3f3;
  border: 2px solid #008d4c;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
  align-content: stretch;
}

.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 14px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #008d4c;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #008d4c;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #008d4c;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #008d4c;
}

.tooltip-inner {
  font-size: 14px;
  padding: 10px 15px 10px 20px;
  background: #E5FFCC;
  color: #000000;
  border: 2px solid #008d4c;
  text-align: left;
   max-width: 450px;
   white-space:pre-wrap;
}

.tooltip.show {
  opacity: 1;
}

.form-control.styleGaiaTextArea {
	height: 24px;
	padding: 22px 22px;
}

.ui-panel-content.styleGaiaBlockAlerta {
	
	padding: 5px 5px;
	display: block;
	float: left;
}

.coluna-grid80 {
	width: 80% !important;
}

.coluna-grid20 {
	padding-left: 10px;
}
