/*html {
  font-size: 11px;
}*/
.t-Form-fieldContainer--floatingLabel .apex-item-textarea {
	font-size: 1.4rem;
}
/* MODIFICA STILE POPUP JAVASCRIPT */
body .ui-dialog .ui-dialog-titlebar {
	background-color: #4396d6;
}
body .ui-dialog .ui-dialog-title {
	color: white;
}
.ui-dialog--notification .ui-dialog-content p {
	font-size: 1.4rem;	
	margin-top: 20px;
}
button {
    text-transform: uppercase;
}
body .ui-dialog--notification.ui-dialog .ui-dialog-content {
	height: auto !important;
	padding-bottom: 25px;
}
/* FINE MODIFICA STILE POPUP JAVASCRIPT */
.uppercase {
    text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.buttonInBody {
	margin: 1rem 0;
	width: 100%;
}
.buttonOnRightOfTitle {
	float: right;
    margin-bottom: 0 !important;
}
.t-Region-header {
	background-color: #f0f8ff;
}
.t-Region-title {
	width: 100%;
}
.nodatafound {
	font-size: 16px;
}
.oj-inputsearch.oj-disabled input {
	border: thin solid #eee;
	background-color: #fff;
}
#P18_DIAGNOSI_DIMISSIONE_DISPLAY {
	width: 100% !important;
}
#cke_P18_DIAGNOSI_DIMISSIONE {
	width: calc(100% - 2px) !important;
}
@media print {
	#t_Header img {
		width: 100% !important;
	}
	#t_Body_nav, 
	.t-Header-navBar, 
	.noPrint, 
	#apexDevToolbar, 
	footer, 
	button {
		width: 0 !important;
		display: none !important;
	}
	#t_Body_content {
		margin: 0 !important;
	}

}


.badge_in_evidenza{
    background:#ffecaa;
    padding:6px;
    border-radius:10px;
    font-weight:bold;
    /*line-height: 22px;
    */
}

.counter-large{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: green;
  color: white;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  padding: 0px 4px 2px 4px;
}