﻿
/* Usati per caricamento immagini in scheda articolo */
/*
.input-group input[disabled].form-control {width: 8em;}
.input-group input[disabled]+input { width: 20em;}
.input-group input[disabled]+input+span.input-group-btn { width: 1em;}
.input-group { width: 29em;}
*/

/* Usati per elenco tag in scheda cliente */
.list-group input[type=radio] {
    display: none;
}
.list-group input[type=radio]:checked+label {
    background-color: #d9edf7;
}
.list-group label.list-group-item button {
    float: right;
    border: none;
    background-color: transparent;
    visibility: hidden;
}
.list-group input[type=radio]:checked+label button{
    visibility: visible;
}
.col-buttons{
    text-align: right;
}
table.table-bordered2{border: 1px solid #ccc;}
.panel-heading h3 { margin-top: 5px; margin-bottom: 5px;}
.panel-heading h4 { margin-top: 3px; margin-bottom: 3px;}
        
.form-group {
    margin-bottom: 5px;
}
td.number, th.number{
    text-align: right;
}

.submenu-heading {
    padding: 5px 20px 1px;
    margin: 5px 0 0 0;
    border-top: 1px solid #eee;
    opacity: 0.7;
    font-weight: 600;
    font-size: 14px;
}



.panel-login {
    background: rgba(245, 245, 245, 0.5);
}

.ico24 {
    width: 24px;
    height: 24px;
}