.portal-label { 
    font-size: 12px; 
}

.mini-icon-btn{
  width:40px;
  height:26px;
}

.btn {
    margin-bottom: 4px;
}

.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:65px;
  padding-bottom:10px;
}

.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;
}

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

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

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

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

.input_search{
  font-weight:normal;
}

/* Button Tiles Mobile */
.btn-tile{
  width: 130px;
  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.portaldev.it/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%;
  height: 100%;
  border: 1px solid #d2d6de;
}

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

.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;
}


/* 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:10%;
  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;
}