.portal-label { 
    font-size: 12px; 
    display: block;
    margin-bottom: 5px;
}

.portal-label-correlati { 
  font-size: 12px; 
  padding: 8px;
  width: 181px;
}

.invisible {
  visibility: hidden;
}

.mini-icon-btn{
  width:40px;
  height:26px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn {
    margin-bottom: 4px;
    border-radius: 0px;
}

.btn-primary[disabled] {
  background: #ccc !important;
  border-color: #ccc !important;
}

.btn-primary[disabled]:hover {
  background: #ccc !important;
}

.bg-default-gray {
  background-color:#ebeff5 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb-list {
  background-color: #eceff5;
  /* background-color: rgb(255, 255, 255); */
  /* color: #ddd; */
}

.flat-link {
  color:inherit;
}

/*
 Informazioni di stile per centrare verticalmente in pagina con la classe modal-dialog-centered
 eventuali modal
*/
.modal-content {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important; 
    width:100%;
  }
  
  .modal-dialog-centered {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:calc(100% - (.5rem * 2));
  }
  
  @media (min-width: 576px) {
    .modal-dialog-centered {
      min-height:calc(100% - (1.75rem * 2));
    }
  }

  .tabs{ 
    font-size: 12px; 
  }

/* FileIcons.org */
.fiv-viv { 
  font-size: 1.8em; 
}

.doc-field-container {
  /* height: auto !important; */
  height: 65px;
  padding-bottom:10px;
}

.doc-field-container .wysihtml5-toolbar,
.doc-field-container .wysihtml5-sandbox,
.doc-field-container iframe {
  width: 100% !important;
  box-sizing: border-box;
}

.doc-field-container-mobile{
  height:75px;
  padding-bottom:10px;
}

.doc-field-checkbox{
  padding-top:30px;
}

/*Google Maps*/
.googlemaps-container {
  height: 100%;
}

/*stile per rimuovere bordi alle tables*/
table.borderless td,table.borderless th{
  border: none !important;
}

/*stile per rimuovere bordi alle tables*/
table.gmaillabels td,table.gmaillabels th{
  border: none !important;
  cursor: pointer;
}

.GmailLabel{
  padding-left: 10px;
}

/*stile per lista file e cartelle modulo Dropbox*/
.dbox-borderless{
  border-left: 0 none;
  border-right: 0 none;
  height: 72px;
}

.dbox-container{
 height: 50px;
 display: table;
}

.dbox-element{
  display: table-cell;
  vertical-align: middle;
}

.dbox-link:link    {color:#000;}  /* unvisited link  */
.dbox-link:visited {color:#000;}  /* visited link    */
.dbox-link:hover   {color:#337ab7;}  /* mouse over link */
.dbox-link:active  {color:#000;}  /* selected link   */ 

.dbox-file-icon{
  padding-left: 20px;
  padding-right: 20px;
}

/* Icona attachments nella barra di menù in alto */
.attachments-blink {
  animation: blinker 3s linear infinite;
}

/* Icona running export nella barra di menù in alto */
.running-blink {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.attachments-folder{
  padding-top:3px;
  padding-right:8px;
}

.attachments-label{
  width:34px;
  height:17px;
  font-size:13px!important;
}

.diario-label{
  top:-10px!important;
  left:4px!important;
  width:15px;
  height:15px;
  font-size:10px!important;
}

/* Classi custom per Datatable */
.dt-doc-ragsoc{
  width: 140px !important;
}

.input_search{
  font-weight:normal;
}

/* Button Tiles Mobile */
.btn-tile{
  width: 150px;
  height: 70px;
  font-size: 14px;
  margin: 5px;
}

.btn-tile-span-icon{
  display:block;
  padding-bottom:5px;
}

/* Buone le immagini 001 e 009 */
.full-page-background{
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0;
  background: url(https://www.myportalcloud.com/img/login-bck/portal-bck-001.jpg) no-repeat center top; 
  position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: scroll;
}

/* signature pad */
.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  /* max-width: 700px; */
  max-height: 460px;
  background-color: #fff;
  padding: 16px;
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;
}

.signature-pad--body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* width: 97vw; */
  height: 100%;
  border: 1px solid #d2d6de;
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  /* width: 97vw; */
}

/*
@media (max-width: 800px) {
  .signature-pad--body
  canvas {
    width: 83vw;
  }

  .signature-pad--actions {
    width: 83vw;
  }
}
*/

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

/* GESTIONE TABS 
PER MANDARE A CAPO UN TABS, VOLENDO SI PUO' USARE "clear: both;"

Per la versione desktop si contaggia al momento un massimo di 8 tabs 
su di una singola riga (12%).

Per la versione mobile si considerano un massimo di 4 tabs per riga (24%)
*/
.desktop-tabs {
  width:8.5%;
  text-align: center;
}

.desktop-tabs a {
  display: inline-block;
  float: none;
  padding: 5px;
  text-decoration: none;
  width: 100%;
}

.mobile-tabs {
  width:24%;
   height: 40px;
  text-align: center;
}

.mobile-tabs a {
  display: inline-block;
  float: none;
  padding: 5px;
  text-decoration: none;
  width: 100%;
}

.input-as-label {
  color: #3c8dbc;
  font-weight: bold;
  border: none;
}

.input-as-label:read-only {
  background-color: #ffffff;
}

.dataTables_length{
  float:left;
}

.panel-acquisto{
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 3px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #f39c12;
}

.panel-vendita{
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 3px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #3c8dbc;
}

.textbox-acquisto{
  color: white;
  background-color:#f39c12 !important;
}

.textbox-vendita{
  color: white;
  background-color:#3c8dbc !important;
}

.lookup-del-button{
  height: 20px;
  padding: 0;
  width: 40px;
  margin-left: 5px;
  /* background-color: #d73925 !important; */
  background-color: #3c8dbc !important;
}

.lookup-del-button-icon{
  margin-top: -3px;
}

.lookup-select{
  margin-top: -7px;
}

.bootstrap-select > .dropdown-toggle {
  height: 32px;
}

.counter-field{
  margin-top: -5px;
}

/* HighLight Text on hover*/
.HL-text:hover{
  text-decoration: underline;
  color: #3C8DBC;
}

.active-menu{
  background-color: #dcdcdc6b;
}

.extrafieldsalert{
  margin-left: 5px;
  margin-top: -2px;
  background: red;
  animation: blinker 3s linear infinite;
}

.tiny-label{
  padding-top: 4px;
  font-weight: bold;
  font-style: italic;
  font-size: 12px;
  color: #3c8dbc;
}

/* *** SHAPES *** */
.oldprice-square {
	width: 20px;
	height: 20px;
	background: #ffe5c4;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.oldprice-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #ffbe6d;
}

.log-content{
  padding: 50px;
}

.actions-context-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #CCC;
  white-space: nowrap;
  font-family: sans-serif;
  background: #FFF;
  color: #333;
  border-radius: 5px;
  padding: 0;
}

.actions-context-menu li {
  padding: 8px 12px;
  cursor: pointer;
  list-style-type: none;
  transition: all .3s ease;
  user-select: none;
}

.actions-context-menu li:hover {
  background-color: #DEF;
}

/* *** SHAPES VERIFICA FATTURE ACQ *** */
.green-square {
	width: 20px;
	height: 20px;
	background: #daf3cd;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.green-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #b6f195;
}

.orange-square {
	width: 20px;
	height: 20px;
	background: #ffe5c4;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.orange-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #ffbe6d;
}

.red-square {
	width: 20px;
	height: 20px;
	background: #ffd2d2;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.red-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #ff9a9a;
}
.dt-button-background{
    background: #333!important;
    opacity: 0.7!important;
}
/* *** SHAPES VERIFICA FATTURE ACQ *** */

.docrighe-qta-color {
  background-color:#dddddd !important;
  font-weight: bold;
}

.acq-color {
  background-color: #f39d122a !important;
}

.ven-color {
  background-color:#3c8dbc29 !important;
}

/* BOTTONE CUSTOM addEvent di FullCalendar */
.fc-addEvent-button {
  background-color:#00a65a !important;
  border-color: #008d4c !important;
  width: 41px;
}

/* *** SHAPES CARTELLINO *** */
.readonly-square {
	width: 20px;
	height: 20px;
	background: #c7c7c7;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.readonly-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #c7c7c7;
}

.system-square {
	width: 20px;
	height: 20px;
	background: #35aed3;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.system-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #35aed3;
}

.usercreated-square {
	width: 20px;
	height: 20px;
	background: #DB3D6F;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.usercreated-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #DB3D6F;
}

.useredit-square {
	width: 20px;
	height: 20px;
	background: #edc8a9;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.useredit-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #edc8a9;
}

.approval-square {
	width: 20px;
	height: 20px;
	background: #ffa500;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.approval-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #ffa500;
}

.rejection-square {
	width: 20px;
	height: 20px;
	background: #ff000080;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.rejection-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #ff000080;
}

.reperibilita-square {
	width: 20px;
	height: 20px;
	background: #4cc45a;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.reperibilita-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #4cc45a;
}

.googlecalendar-square {
	width: 20px;
	height: 20px;
	background: #5116ff87;
	margin:0 auto;
	text-align: center;
	display:inline-block;
}

.googlecalendar-text{
  margin-top: -2px;
  margin-left: -19px;
  width: 400px;
  font-weight: bold;
  color: #5116ff87;
}

.dt-button-background{
    background: #333!important;
    opacity: 0.7!important;
}
/* *** SHAPES CARTELLINO *** */

/*** INPUT FIELD DI TIPO NUMERICO RIMUOVE BOTTONI INCREMENTO ***
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
/*** INPUT FIELD DI TIPO NUMERICO RIMUOVE BOTTONI INCREMENTO ***
*/

/* CSS PER CORREGGERE LO SLITTAMENTO A DESTRA DELLA COLVIS PER LA DATATABLE DI documenti.php*/
.documentColvisFixMarginLeft{
  margin-left: -540px !important;
}

/* Stile del bottone dei correlati  sulle tabelle 'anagrafica, documenti, processi'*/
.correlati-object, .correlati-object:focus, .correlati-object:active{
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.correlati-object:hover{
  background-color: #367fa9;
  border-color: #367fa9;
}

/* STILE CUSTOM PER IL CALENDARIO PRESENZE - FULLCALNDER */
.cartellino-totali-ore {
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
}

.fc-daygrid-day-events{
  margin-bottom: 0 !important; 
  min-height:0 !important;
}

.fc-view{
  padding-bottom: 30px !important;
}
.sidebar-menu > li > a {
    padding: 7px 5px 7px 15px;
}
td .btn {
    padding: 3px 5px;
}
#displayDriveFileList .info-box-icon{
    line-height: initial;
}

/* SU DISPOSITIVI MOBILE FORMATTA A MODO L'HEADERTOOLBAR DEL CALENDARIO */
@media(max-width: 767px) {
  .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-direction: column;
  }
}

input[disabled]{
  background-color:#eee !important;
  cursor: not-allowed !important;
}

/* FORZA IL FONT DI TUTTI I JSPANEL PER ALLINEARLO A QUELLO DI ADMINLTE */
.jsPanel, .jsPanel .jsPanel-hdr,.jsPanel .jsPanel-content,#jsPanel-replacement-container .jsPanel-replacement, .jsPanel-minimized-box .jsPanel-replacement, .jsPanel-minimized-container .jsPanel-replacement{
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}

.break-word{
  overflow-wrap: break-word;
  word-break: break-all;
  min-width: 120px;
}

.input-group-addon-portal{
  border: 0px !important;
  padding: 2px 6px;
  font-size: 12px;
}

.input-group-btn{
  font-size: 100% !important;
}

/*datatable righe selezionate*/
.tableSelectedRow{
  background-color:#007bcb29 !important;
}

.iti {
  width: 100% !important;
}

.iti__input {
  width: 100% !important;
}

.portaldocstatus .filter-option {
  color: #3c8dbc !important;
}

.log-content {
  font-size: 1.3; 
  line-height: 1.8;
  padding: 1.2rem;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "Segoe UI", sans-serif;
}

.log-text {
  font-size: 1.3; 
  font-family: Consolas, monospace;
  white-space: pre-wrap;
  line-height: 1.6;
  color: #222;
}

.log-html-text {
  font-size: 1.3;       
  line-height: 1.8;
  font-family: "Segoe UI", sans-serif;
  padding: 1rem;
  white-space: normal;
  word-break: break-word;
}

.jsPanel .jsPanel-hdr .jsPanel-titlebar button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
  padding: 0 0.5rem;
  transition: color 0.2s ease;
}

.jsPanel .jsPanel-hdr .jsPanel-titlebar button:hover {
  color: #0d6efd;
}

@media (max-width: 768px) {
  .log-content {
    font-size: 1rem;
  }
  .log-text {
    font-size: 1rem;
  }
}

.toggle-text {
    margin-left: 10px;
    color: #666;
    display: none; /* Inizialmente nascosto */
}

.arrow-icon {
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.arrow-icon.rotated {
    transform: rotate(-90deg);
}

.portal-span-label{
  display: inline-block; 
  width: 90px; 
  padding: .2em .6em .3em; 
  background-color: #00c0ef; 
  border-radius: .25em; 
  font-size: 75%; 
  font-weight: 700; 
  line-height: 1; 
  color: #fff; 
  text-align: center; 
  margin-right: 10px; 
  white-space: nowrap; 
  vertical-align: baseline;
}