/**************************************************************************************************************
CSS PANNELLO ANALISI
***************************************************************************************************************/
.panel-analisys-dlg
{
  min-width: 95% !important;
  min-height: 95%;
}
.panel-export-dlg
{
  min-width: 95% !important;
 
}
p.user-agency{
    font-size:smaller;
    font-weight: bold;
    color: #0fa1dc;
  }
  p.user-agency::before {
    font-family: "FontAwesome";
    content: '\f007';
    width: 42px;
    margin-right: 5px;
  
  }
  p.agency{
    font-size: small;
  }
  p.agency::before {
    font-family: "FontAwesome";
    content: '\f015';
    width: 42px;
    margin-right: 5px;
  
  }


  .buttons_sheet_app{
    text-align: right;
    width:40%;
   
  }
  div.signer_info{
    margin-right: 3%;
    width: 32%;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    padding-left: 12px;
  }

  .app-status-signer-completed{
    color:green;
    font-weight: bold;
  }
  .app-status-signer-inprogr{
    color:orange;
    font-style: italic;
    font-weight: bold;
  }
  .app-status-sigenr-expired{
    color:red;
    font-weight: bold;
  }
  .app-status-panel{
    padding:5px;
    
  }
  .md-select-value{
    color: #0fa1dc!important;
  }
  .opt-selected{
    font-weight: bold;
    color: #0fa1dc;
  }

  md-input-container.panel-analisys-info{
    float: left!important;
    width: 27%!important;;
    margin-right: 5%!important;;
    max-width: 65%!important;;
  }
  .app-panel-status-item{
    height:25%!important;
    margin-bottom: 11px;
  }

  md-option.next-status,
  md-option.prev-status{
    background: #add8e645;
  }
  md-option.next-status{
    color:green;
  }
  md-option.next-status::before{
    font-family: "FontAwesome";
    content: '\f061';
    width: 24px;
    margin-right: 5px;
  }
  md-option.prev-status{
    color: #8b006c;
  }
  md-option.prev-status::before{
    font-family: "FontAwesome";
    content: '\f060';
    width: 24px;
    margin-right: 5px;
  }
  span.event-span-time{
    font-size: smaller;
    font-weight: bold;
    font-style: italic;
  }
  span.event-span-time::before{
    
    font-family: "FontAwesome";
    content: '\f017';
    width: 24px;
    margin-right: 5px;
    color:dodgerblue;
  }
  .last-envelop{
    color:darkolivegreen;
    font-weight: bold;
    
  }
  .last-envelop::before{

    font-family: "FontAwesome";
    content: '\f044';
    width: 24px;
    margin-right: 5px;
      }