table.dataTable tbody tr.aperta, table.dataTable tbody tr.shown {
	background: #f1f1f1;
}
table.dataTable tbody td.aperta {
	padding: 5px!important;
}

table.dataTable.noact tbody tr:hover {
  cursor: pointer;
  //background-color: #f1f1f1;
}
table.dataTable.noact tbody tr.aperta:hover {
  //background-color: #fafafa;
  cursor: auto;
}

table.dataTable.noact tbody tr.aperta:hover td table.detail tr {
  background-color: #ffffff;
  cursor: auto;
}

.table td { vertical-align: top; }
.table>tbody>tr>td.aperta { border-top: 2px dotted #ffffff; }

.table.detail>tbody>tr>td { border-top: 2px solid #fafafa; }
.table.detail>tbody>tr:first-child>td { border-top: 0px solid #fafafa; }

.list-group-item:first-child {
    border-top-left-radius: 0px; 
    border-top-right-radius: 0px; 
    border-top: 0;
}

table.dataTable tbody tr td i.icon-check {
  display: none;
}
table.dataTable tbody tr.selected td i.icon-check {
  display: block;
}

tr.group, tr.group:hover {
    background-color: #fff!important;
}
table.dataTable tr.group td {
    background-color: #fff!important;
}

.nav-tabs>li>a:hover {
     background: #ffffff; 
}

.btn-rounded {
    text-transform: uppercase;
}

.tab-content {
    padding: 0px;
}

li.disab {
  pointer-events: none;
  cursor: not-allowed;
}

.radio input[type=radio] {
	margin-left: 0;
	visibility: hidden;
}

span.scelto { background: #f1f1f1; padding: 2px; border-radius: 3px; border:1px solid #4E5E6A; }

.tab-panel label {
    font-weight: 400;
}

label {
    font-weight: 700;
}

label.radio.control-label:hover span { background: #f7f7f7; cursor: pointer; }

.table-responsive label { font-weight: 500; } 

.list-group-item h4 {
    line-height: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px;
}


select.largo {
	width: 100%;
}

img.myavatar { width: 60px; border-radius: 30px; }

.rosso { color: #48122b !important; }
.bianco { color: #e2d39a !important; }
.rose { color: #eea990 !important; }
.grey { color: #eeeeee !important; }

.dropzone {
    border: 0px; 
    border-radius: 0; 
    background: #ffffff; 
    padding: 0px; 
}
.dropzone .dz-message {
    background: #eeeeee;
    padding: 30px;
    margin: 15px;
    clear: both;
}

small.codice {
    margin-left: 25px;
    background: #ffffff;
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
}

ul.sub-menu li {
    background: #34425A;
}

body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu ul.sub-menu li a {
    text-align: left; 
    margin-left: 5px;
}

body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu ul.sub-menu li.active a:before {

}

td.details-control {
    text-align: center;
    cursor: pointer;
}
td.details-control:hover i:before {
    color: #7a6fbe;
    content: "\e080";
}
.no-padding-left { padding-left: 0px; }
.no-padding-right { padding-right: 0px;  }
/* remove X from locked tag */
.locked-tag .select2-selection__choice__remove{
  display: none!important;
}

.imgtestata {
    left: 0;
    position: absolute;
    z-index: 1;
    top: -15px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
}

div.note-other { float: right!important; }

div.removediv {
  text-align: center;
}
span.remove { cursor: pointer; }
span.add { cursor: pointer; }


.page-breadcrumb ol.breadcrumb li a, .page-breadcrumb ol.breadcrumb li.active, .page-breadcrumb ul li a {
    font-size: 18px;
    color: #333333;
}


div#wait {
  width: 100%; 
  height: 100%; 
  background: #f1f1f1; 
  position: absolute;
  opacity: 0.8; 
  top: 0;
  left: 0; 
  z-index: 90; 
  display: none;
  text-align: center;
}
div#progress {
  text-align: center;
  vertical-align: middle;
  font-size: 2em;
  margin-top: 10%; 
  display: none;
}

[data-href] {
  cursor: pointer;
}


.apri { cursor: pointer; }

textarea { resize: vertical; }

.linkedspan {
    cursor: pointer;
    background: #ddd;
    padding: 6px;
    border-radius: 5px;
}

th.prehead {
    padding: 5px!important;
    text-align: center;
    font-weight: 100;
    font-style: italic;
    border-top: 0;
  }
  
td.subtable { 
  padding:0!important;
  padding-bottom: 15px!important;
  padding-top: 15px!important;
  border-bottom:1px dotted #eee; }


.label.label-info {
    color: #5f5f5f!important;
    background: #f1f1f1!important;
}

.esito {
    margin-bottom: 15px;
}


p.sectionlabel {
  font-size: 13px;
  font-weight: 900;
  border-bottom: 1px solid #ddd;
  font-style: italic;
  padding-top: 15px;
}

.pagbot { margin-top: 13px; }

.fa-pencil:before { content: "\f303"; }
.fa-star-o:before { content: "\f005"; }
.fa-file-pdf-o:before { content: "\f1c1"; }

@media (max-width: 480px) {
.imgtestata {
    position: relative;
    text-align: center;
}




@media print{  /*Regola dedicata alla visualizzazione su carta*/
    body{
        margin:0px;
        padding:0px;
    }
}