body         { font-family: Calibri; font-size: 10 pt; color:#333333; background-repeat: no; margin: 0 }


/*
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5;
}
*/


.text {
	text-align: center;
}

body {
	height: 100%;
	display: flex;
	flex-direction: column;
}

/****************STRUTTURA DASHBORD AD/UT SI PUO USARE ANCHE AL POSTO DELLE TABELLE***************/
.wrapper {
	display: flex;
	/* justify-content: center; */
}

.container {
  /* background-color: lightgray; */
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
}

.colonna-madre {
  flex-basis: auto;
  /* background-color: lightgray; */
  display: flex;
  flex-direction: column;
}

.colonna-interna {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.colonna-interna .colonna {
  flex-basis: auto;
}

.riga {
  /* background-color: lightblue; */
  padding: 7px;
}
/****************STRUTTURA DASHBORD AD/UT SI PUO USARE ANCHE AL POSTO DELLE TABELLE***************/


/*-------------------------------CURSORI ------------------------------------*/             
div.pointer     { cursor: pointer; }
/*-------------------------------CURSORI ------------------------------------*/             



/*-------------------------------ICONE LISTE POLIZZE ------------------------------------*/             

.iconf-container {
  position: relative;
}

.iconsmall-overlay {
  position: absolute;
  bottom: 0;
  right: -5%;
  font-size: 0.5em; /* Modifica la dimensione della seconda icona come preferisci */
}

.iconcoass-overlay {
  position: absolute;
  bottom: 0;
  left: -2%;
}

.icontext-overlay {
  position: absolute;
  top: 20%;
  left: 10%;
  font-size: 0.7em;
  font-weight: bold;
}

/*-------------------------------ICONE LISTE POLIZZE ------------------------------------*/ 



/*-------------------------------MSGBOX ------------------------------------*/             


#msg_box_UT {
width:95%;
background: #C3FDB8; 
padding:5 5 5 5 ;
border: 1px solid #515151;
border-radius: 3px;

}


#msg_box_AD {
width:95%;
background: #E9F5F5; 
padding:5 5 5 5 ;
border: 1px solid #515151;
border-radius: 3px;

}

/*-------------------------------MSGBOX ------------------------------------*/             


/*-------------------------------WPANEL ------------------------------------*/      

.testo-wp {
  font-size: 12px;
  margin-left: 5px;
}

/*-------------------------------WPANEL ------------------------------------*/     


/*************************LOGIN FORM UT*************************************************/


.logo {
	margin-bottom:	7%;
}

.container_form {
	margin-top: 7%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.loginForm {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*************************LOGIN FORM UT*************************************************/

/*****************************WORK PANEL AD*****************************************/
.panel{
  margin-top: 3%;
}
.panel a {
  display: inline-block;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
/*****************************WORK PANEL AD*****************************************/

/**********************************STYLE MSG TRUE OR FALSE ******************************/
.saveMessage {
  right: 0;
  width: 50px;
  height: 40px;
  background-color: #44c767;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, width 0.5s ease-in-out;
}

.saveMessage.show {
  width: 250px;
  opacity: 1;
}

.errorMessage {
  right: 0;
  width: 50px;
  height: 40px;
  background-color: #FF0000;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, width 0.5s ease-in-out;
}

.errorMessage.show {
  width: 250px;
  opacity: 1;
}

.msgText {
  font-size: 14px;
  font-weight: bold;
  color: white;
}
/**********************************STYLE MSG TRUE OR FALSE ******************************/




    /*-------------------------------LAYOUT UT AND ADMIN------------------------------------*/  
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: 0.6s;
      z-index: 110;
  }

  .container_header {
      z-index: 10;
      min-height: 105px;
  }

  .CRB_body {
    margin: 0 auto;
  }

  .inside_footer {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: 0.6s;
      background-color: #07686b;
      z-index: 10;
  }


/*-------------------------------LAYOUT ------------------------------------*/   


/**********************MOD FRM SCHEDE***************************************************/

  .titleDiv{
    border: 1px solid rgba(34,36,38,.15);
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
  }

  .componentDiv{
    border: 1px solid rgba(34,36,38,.15);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  h3{
    margin-bottom: 0px;
    margin-top: 0px;
  }

/**********************MOD FRM SCHEDE***************************************************/




/**********************CTX_SK***************************************************/
.anagrafica a{
  display: inline-block;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




.anagrafica {
  margin: 0 auto;
  width: 80%;
}
/**********************CTX_SK***************************************************/


/*-------------------------------NCHAT ------------------------------------*/ 

.nchat_my_msg {
  font-size: 12px;
  color: rgb(0, 0, 0);
  font-style: italic;
  text-align: justify;
  
}

.nchat_oth_msg {
  font-size: 12px;
  color: rgb(7, 102, 165);
  font-style: italic;
  text-align: justify;
  
}

.nchat_AD_msg {
  font-size: 12px;
  color: rgba(0, 0, 0);
  font-style: italic;
  text-align: justify;
  
}


.nchat_all_msg {
  font-size: 12px;
  color: rgba(0, 0, 0);
  font-style: italic;
  text-align: justify;
  
}


.nchat_AD_msg_usr {
  font-size: 13px;
  color: rgba(0, 0, 0);
  font-weight: bold;
  
}


.nchat_my_msg_usr {
  font-size: 13px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  
}


.nchat_oth_msg_usr {
  font-size: 13px;
  color: rgb(7, 102, 165);
  font-weight: bold;
}


.nchat_all_msg_usr {
  font-size: 13px;
  color: rgba(0, 0, 0);
  font-weight: bold;
}


.nchat_paragrafo {
  padding: 2px;
}



/*-------------------------------NCHAT ------------------------------------*/ 

/*-------------------------------TOOLTIPS ------------------------------------*/ 


/*-------------------------------TOOLTIPS ------------------------------------*/             


.tooltip {
  position: relative;
  display: inline-block;
  
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: rgb(17, 97, 150);
  color: #ffffffef;
  font-size: 12px;
  text-align: left;
  border-radius: 6px;
  padding: 3px 3px 3px 3px;
  

  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/*-------------------------------TOOLTIPS ------------------------------------*/             


/*-------------------------------FORM ------------------------------------*/             


input[type=text] {
padding:4;
border:0;
border: 1px solid #AEAEAE;
font-size:10pt;

}

input.field_disattivato { 
background: #A0CFEC; 
border:0;
border: 1px dotted;
}

input.field_calcolato { 
background: #c3fdb8; 
border:0;
border: 1px dotted;
font-size:10pt;
}


input.field_evidenziato { 
background: #c3fdb8; 
border:0;
border: 1px solid;
font-size:10pt;
}


input.field_data { 
width:100;
padding:4;
cursor: pointer;
background-image: url("/CRB_APP/images/form_data.png");
background-position: right;
background-repeat: no-repeat;
text-align:left;
border: 1px solid;
border-color: #AEAEAE ;
font-size:10pt;
}

input.field_testo { 
padding:4;
text-align:left;
border: 1px solid;
border-color: #AEAEAE ;
font-size:10pt;
}


input.field_all_sx {text-align:right;}

/*-------------------------------FORM ------------------------------------*/             

testata {

  display: flex;
  position: fixed;
  top: 0;
  right: 0;  
  width: 100%;
  /* height: 40px; */
  z-index: 3;
  background: #336699;
  color: #FFFFFF;
  justify-content: center;
  align-items: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


pie_pagina_AD {

  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;  
  width: 100%;
  height: 30px;
  z-index: 3;
  background: #336699;
  color: #FFFFFF;
  justify-content: center;
  align-items: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

pie_pagina_UT {

  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;  
  width: 100%;
  height: 60px;
  z-index: 3;
  background: #F0F0F0;
  color: #666666;
  justify-content: center;
  align-items: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.sel_table {
    width: 800px;
    border-spacing: 1px solid #000;
    background-color: #FFF;
}
.sel_table tr {
    background-color: #FFF;
}

.sel_table tr:hover {
    cursor: pointer;
    background-color: #F0F0F0;
}


/*--------------DIALOG----------------*/

dialog {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

}


.nxalert {
  width: 50%;
  padding: 15px;
  position: absolute;
  border-left: 4px solid #bababa;
  background: #fefefe;
  color: #a1a1a1;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 16px
}

.nxalert .nxalert--close,
.nxalert .nxalert--icon {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px
}

.nxalert .nxalert--close_absolute,
.nxalert .nxalert--icon_absolute {
  position: absolute;
  top: 10px;
  right: 10px;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto
}

.nxalert .nxalert--icon {
  margin-right: 10px
}

.nxalert .nxalert--close {
  margin-left: 10px;
  opacity: .7;
  transition: .5s;
  cursor: pointer
}

.nxalert .nxalert--close:hover {
  opacity: 1
}

.nxalert .nxalert--content {
  width: 100%;
  line-height: 1.5
}

.nxalert .nxalert--buttons {
  width: 100%;
  margin-top: 10px
}

.nxalert_sm {
  padding: 10px;
  font-size: 14px
}

.nxalert_sm .nxalert--close,
.nxalert_sm .nxalert--icon {
  font-size: 16px
}

.nxalert_lg {
  font-size: 26px
}

.nxalert_lg .nxalert--close,
.nxalert_lg .nxalert--icon {
  font-size: 26px
}

.nxalert .hr {
  height: 1px;
  width: 100%;
  border: none;
  background: #ddd;
  margin: 10px 0
}

.nxalert_success {
  border-color: #2ed573;
  color:#666666;
}

.nxalert_danger {
  border-color: #ff4757;
  color:#666666; 
}

.nxalert_warning {
  border-color: #ffa502;
  color:#666666;
}


.nxalert_info {
  border-color: #71c9ff;
  color:#666666;
}

.nxalert_dark {
  border-color: #333;
  color:#FFFFFF;
}


@keyframes showAlert {
  from {
    opacity: 0;
    transform: translateY(-60px)
  }
  to {
    opacity: 1
  }
}

.nxalert {
  transition: .5s ease-in-out;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: hidden;
  animation-name: showAlert;
  animation-duration: .5s;
  animation-fill-mode: both
}

.nxalert.nxalert_none {
  display: none
}


/*--------------DIALOG----------------*/


tr.tabella_riga_attiva {
	background-color: #ABE6FE;
	color: #000000;
	font-weight: bold;
	font-size: small;
	
}
tr.tabella_riga_non_attiva {
	background-color: #FFFFFF;
	color: #336699;
	font-style: normal;
	font-size: small;
}

tr.tabella_testata {
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	font-size: small;
}
td.tabella_intestazione {
	font-size: small;
	font-weight: bold;
	color: #336699;
	background-color: #F2F2F2;
}



.icon.pulsing-icon {
  animation: pulsate 2s infinite;
}



@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

