﻿
/*specifiche per sito*/

/*#region body 90% web-grid*/
@media (min-width: 992px) {
  .container {
    width: 99%;
   
  }
}
@media (min-width: 1200px) {
  .container {
    width:99%;
  }
}
.web-grid { text-align:center;}

.web-grid tbody td a:link{color:green!important}
.web-grid td a:visited{color:green!important}
.web-grid td a:hover{color:red!important}
/*#endregion body 90%*/


#auditchecklist-attachments {position:absolute; left:10px; margin-top:3px; background-color: #e8eef4; color:#000000; min-width:120px; border: 1px #5C87B2 solid; line-height: 2.8em;}

/*TODO?? integrare in bootstrapPdg??*/

.search-group{border:solid 1px #fff;text-align:left;padding-top:10px;margin-bottom:10px}