.table{
    min-height: 20px;

    width:98%;
    margin-left: 1%;
    margin-right: 1%;
    border-left-color: #CCCCCC;
    border-left-style: solid;
    border-left-width: 1px;

}

.rows{
    overflow-y: scroll;
    min-height: 200px;
    max-height: 400px;
    /*max-height: 100px;*/
    border-bottom: #CCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;

}

.tableHeader{
    width:100%;
    height:22px;
    line-height: 22px;
    background-color: #CCCCCC;
    font-size: 11px;
    text-transform: uppercase;
    color:#666;
    text-align:left;
}
.tr:not(.tableHeader):not(.table_divisorio):not(.title_tipologia):hover{
    background-color: #FFC42B !important;
}
.tr{
    width:100%;
    text-align:left;
    line-height:22px;
    height:22px;
    min-height:22px;
    /*cursor: pointer;*/
    /*max-height:10%;*/
    /*padding-left: 1%;*/
}

img.action_icon{
    height: 18px;
}

.td{
    float:left;
    /*height:100%;*/
    overflow: hidden;
    height: 22px;
}


.td_100{
    width: 100% !important;
}
.td_10{
    width: 10% !important;
}
.td_2{
    width: 2% !important;
    text-align: center;
}
.td_3{
    width: 3% !important;
    text-align: center;
}
.td_4{
    width: 4% !important;
    text-align: center;
}
.td_5{
    width: 5% !important;
    text-align: center;
}
.td_7{
    width: 7% !important;
}
.td_8{
    width: 8% !important;
}
.td_12{
    width: 12% !important;
}
.td_13{
    width: 13% !important;
}
.td_14{
    width: 14% !important;
}
.td_15{
    width: 15% !important;
}
.td_16{
    width: 16% !important;
}
.td_19{
    width: 19% !important;
}
.td_20{
    width: 20% !important;
}
.td_24{
    width: 24% !important;
}
.td_25{
    width: 25% !important;
}
.td_27{
    width: 27% !important;
}
.td_30{
    width: 30% !important;
}
.td_32{
    width: 32% !important;
}
.td_33{
    width: 33% !important;
}
.td_34{
    width: 34% !important;
}
.td_35{
    width: 35% !important;
}
.td_40{
    width: 40% !important;
}
.td_46{
    width: 46% !important;
}
.td_50{
    width: 50% !important;
}
.td_60{
    width: 60% !important;
}
.td_70{
    width: 70% !important;
}
.td_75{
    width: 75% !important;
}
.td_80{
    width: 80% !important;
}
.td_90{
    width: 90% !important;
}
.td_95{
    width: 95% !important;
}
.td_right{
    text-align: right;
}


.contratti_item .td{
    width: 100%;
}

.trSelected{
    background-color: #EEDCDC;
}

.conta_righe_tabella{
    float: left;
}

.conta_righe_tabella_filtro{
    float: left;
    margin-left: 5px;
}

.section_title .title{
    float: left;
    margin-left: 5px;
    /*padding-left: 5px;*/
}

.td.links{
    text-align: right !important;
    padding-right: 10px;
    box-sizing: border-box;
}

.row_selected{
    /*background-color: #9cefa6 !important;*/
    background-color: #d6ef4b !important;
}

.row_selected .td.item_type {
    color: black !important;
}

.title_apri_chiudi{
    text-align: left;
    padding-left: 1%;
    font-size: 13px;
    background-color: #FFF;
    color: #999;
    width: 97%;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
}

.apri_chiudi, .apri_chiudi_opzioni_sim, .apri_chiudi_mvno_cdr, .apri_chiudi_ticket_mvno, .apri_chiudi_listino_mvno{
    float: left;
    margin-right: 15px;
}
