/* Stile preso dalla seguente pagina https://bootsnipp.com/snippets/featured/support-glyph-and-fa-icon-inside-input */
.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

/**
.div-filtri {
    max-height: 200px;
    overflow-y: hidden;
}
*/
.div-filtri
{
    min-width:250px; height:150px;
    padding:1px 0;
    font-size:12px;
}
 
.div-filtri-inner
{
    height: 150px;
    overflow:auto;
    margin:2px 2px 0; 
    padding-right:2px
}
.rowFilter {
    padding: 2px !important;
    vertical-align: "center"
}

.thGrid {
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #96b5cf 100%);
    background-image:      -o-linear-gradient(top, #FFFFFF 0%, #96b5cf 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#96b5cf));
    background-image:         linear-gradient(to bottom, #FFFFFF 0%, #96b5cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ff96b5cf', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;
    color: #000000;
}
.thGrid:hover,
.thGrid:focus {
    background-color: #96b5cf;
    background-position: 0 -15px;
    cursor: pointer;
}

.table-edit-buttons>thead>tr>td, .table-edit-buttons>tbody>tr>td {
    padding-left: 2px;
    padding-right: 2px;
}

/*
.table-fixed thead {
    width: 97%;
  }
  .table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
  }
  .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
  }
  .table-fixed tbody td, .table-fixed thead > tr> th {
    float: left;
    border-bottom-width: 0;
  }
*/

.alert-file-upload {
    padding: 5px;
    margin-bottom: 5px;
}