.tr.ticket.ticket_private{
    background-color: #e6e6e6;;
}

.tr.ticket .td.ticket_status{
    /*width: 30px;*/
    width: 5%;
    text-align: center;    
}

.tr.ticket .td.ticket_status img{
    margin-top: 2px;
}

.tr.ticket .td.dt_created{
    width: 13%;
    text-align: center;
}

.tr.ticket .td.dt_created_user{
    width: 12%;
    text-align: center;
}

.tr.ticket .td.ticket_number{
    width: 12%;    
    /*    text-align: center;*/
}

.tr.ticket .td.link{
    width: 30px;
}
.tr.ticket .td.item_type{
    width: 6%;        
    text-align: center;
}

.tr.ticket .td.item_type_user{
    width: 8%;        
    text-align: center;
}

.tr.ticket .td.user{
    width: 20%;    
    text-transform: uppercase;    
}

.tr.ticket .td.links{
    width: 10%;    
}

.tr.ticket .td.subject{
    width: 40%;        
}

/*#item_info .rows .td.subject{
    width: calc(60% - 30px);
}*/

.tr.ticket .td.subject_user{
    width: 38%;        
}

.senza_barra{
    width: calc(100% - 17px);    
}

#open_reply_form{
    margin-top: 10px;
    width: 80px;
}


.form.apertura_guasto{
    width: 600px;
    /*height: 585px;*/
    margin-top: 15px;
    color: black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

form label.error{
    color: #ff0000;
}

.form div{
    min-height: 30px;
    line-height: 15px;
}

.form .left{
    float: left;
    width: 35%;
}

#elenco_anagrafiche_offerte_esistenti .left{
    float: left;
    width: 35%;
}

.form .right select{
    width: 100%;
}

.form .right{
    float: right;
    width: 65%;
}

#elenco_anagrafiche_offerte_esistenti .right{
    float: right;
    width: 65%;
}

#elenco_anagrafiche_offerte_esistenti .right select{
    width: 99%;
}

.form .sino{
    float:left;
    width:60px; 
    text-align: left;
}

.form.apertura_guasto textarea{
    width: 100%;
    height: 100px;
    box-sizing: border-box;
}

.form.apertura_guasto .submit{
    float: right;
    margin-top: 10px;
}

/*
 * ARTICOLI
 */

/*.ticket_article_item{
    width:100%;
    min-height: 200px;
    max-height: 300px;
    float: left;
        margin-bottom: 15px;    
    border-bottom: aqua;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}*/


/*.ticket_article_item.plink .tt_header{
    color: #666;
    background-color: #d6ef4b;
}*/
/*.ticket_article_item .tt_header{    
    height:54px;
    line-height:27px;
    width:100%;
    float: left;    

    font-size: 11px;    
    text-transform: uppercase;        
    color: #666;
    background-color: #CCC;
}*/
/*
.ticket_article_item .created_by{
    width:59%;
    margin-left: 1%;
    height:27px;            
    float: left;
}*/
/*
.ticket_article_item .created_time{
    width:35%;
    height:27px;        
    float: left;
    text-align: right;
}

.ticket_article_item .open_message{
    width:5%;    
    float: left;    
}

.ticket_article_item .open_message img{
    float: right;
    cursor: pointer;
}


.ticket_article_item .text_preview{
    height:27px;        
    float: left;
}

.ticket_article_item .subject{
    width:75%;
    height:54px;    
    line-height:18px;    
    float: right; 
    font-size: 12px;
    text-align: justify;
}

.ticket_article_item .body{
    width:100%;
    float: left;
    min-height: 146px;
    max-height: 250px;
    overflow-y: auto;    
    border-left-width: 1px;
    border-left-style: solid;
    border-color: aqua;

}*/


.ticket_selected .inviata {
    width: 30px;
    text-align: center;
}

.ticket_selected .sender {
    width: 180px;
}

.ticket_selected .subject {
    width: 386px;
}

.ticket_selected .attachments {
    width: 20px;
}

.ticket_selected .attachments img{
    margin-top: 3px;
    margin-left: 3px;
}

.ticket_selected .created_time {
    width: 103px;
}

.ticket_selected .apri { 
    width: 100px;
}

/*.ticket_selected .open_message { 
    width: 30px;
    text-align: right;
}*/

.rows_ticket_selected{
    border: #CCC;
    border-style: solid;
    border-width: 1px;
    margin-top: 15px;
    float: left;
    width: 750px;
}

.tr.ticket_selected{
    cursor: pointer;
}

.ticket_selected_row .body{
    height: 400px;
    overflow-y: scroll;
    border-bottom-color: #CCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #CCC;
    border-top-style: solid;
    border-top-width: 1px;

}

#attachments_list{
    display: none;
    border: 1px #dadada solid;
    width: auto;
    height: auto;
    z-index: 20;
    position: absolute;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px -5px #888888;
    right: 0;
    margin-right: 33px;
    padding-right: 25px;
}

.form_risposta_ticket{
    margin-top: 20px;
    height: auto;
    float: left;
    width: 50%;
}

.form_risposta_ticket textarea{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
}

.form_risposta_ticket button{
    float: right;
    margin-top: 5px;
}

#add_attachment{
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    width: 90px;
}

#add_attachment_element{
    height: 25px;
    line-height: 25px;
}

#new_attachment file{
    width: 368px;
}

#remove_attachment{
    cursor: pointer;
}

/* 
* PAGE INFO
*/

#item_info .riga_info{
    width:100%;
    line-height: 26px;
    height: 26px;

}

#item_info .rows{
    border-left: #CCC;
    border-left-style: solid;
    border-left-width: 1px;
}

.riga_info .label{
    float: left;
    width: 21%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 26px;
    height: 26px;
}

#item_info .riga_info .label.ticket_create_title{
    width: 100%;
}

.riga_info .value{
    float: left;
    width: 79%;
    line-height: 26px;
    height: 26px;
}

.riga_info select[name=ping_enabled]{
    margin-top:5px;
}

.riga_info.indirizzo{
    height: 52px !important;
}

#item_info .riga_info .value button{
    height: 20px;
    margin-top: 3px;
    float: left;
}

#info_codice_segreto{
    float: left;
}

.deviazione_inserita{
    height: 80px !important;
}

.deviazione_inserita table th, .deviazione_inserita table td {
    padding: 0px 10px;
}

.tabella_ticket_mvno  #ticket_table{
    width: 100% !important;
    max-width: none;
}

.tabella_ticket_mvno .label{
    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;
}
/*.nome_apertura{
    width: 50% !important;
}*/
.block_in_line{
    display:inline-block;
    height:100%;
    width:100%;
}