/*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;
}
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;
}

.counter-tab{
    background-color: green;
    color: #ffffff;
    PADDING-LEFT: 5PX;
    PADDING-RIGHT: 5PX;
    border-radius: 20px;
}

.badge_in_evidenza{
    background:#ffecaa;
    padding:6px;
    border-radius:10px;
    font-weight:bold;
    line-height: 22px;
}


/*  square inlista..    */
.square{
    min-width: 24px;
    max-width: 100%;
    height: 24px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin: auto;
}

.inlista{
    background-color: #FFCF0E;
}

.inprelista{
    background-color: #21A8F6;
}

.incarico{
    background-color: #1aa213;
}

.dimessi{
    background-color: #1F66C4;
}

.elegibile{
    background-color: #ff7f27;
}

.nonelegibile{
    background-color: #c3c3c3;
}

.accetta_posto_letto{
    background-color: #7ed957;
}

.btnElencoListe{
    cursor: pointer;
    position: relative;
    margin:auto;
    width: 40px;
}
.counter{
    position: absolute;
    bottom: -6px;
    right: -5px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: green;
    color: white;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.counter-large{
    /*position: absolute;*/
    bottom: -4px;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: green;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-top: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.out_asl{
    background: orange !important;
}

.in_asl{
    background: green !important;
}
