.item_chat_add input {
    width: 100%;
    border: none;
    border-top: solid 2px #8d8d8d;
    height: 40px;
    padding: 5px;
}

.item_chat_box {
    max-height: 150px;
    overflow-y: scroll;
}

.vessel_chat_message_border, .item_chat_message_border {
    border-top: dashed 1px #8d8d8d;
}

.vessel_chat_message, .item_chat_message {
    padding: 5px;
}

.message-owner {
    font-weight: bold;
    font-style: italic;
}
.font-xs {
    font-size: 11px;
}



/* NEW VESSEL LIST */

.vessel_list .vessel_box{
    border: 3px solid #666a6d;
    -webkit-border-radius:20px !important;;
    -moz-border-radius:20px !important;;
    border-radius:20px !important;
    margin-bottom:20px;
}

.vessel_list .vessel_header{
    border-bottom: 3px solid #666a6d;
    line-height:18px;
    font-size:18px;
    font-weight:bold;
    background: #e0e0e0;
    -webkit-border-top-left-radius-radius:17px !important;
    -moz-border-radius-topleft:17px !important;
    border-top-left-radius: 17px !important;
    -webkit-border-top-right-radius-radius:17px !important;
    -moz-border-radius-topright:17px !important;
    border-top-right-radius: 17px !important;
}
.vessel_list .vessel_title{
    padding:10px;
}
.vessel_list .header_button{
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}

.vessel_list .vessel_body{
    min-height:200px;
    padding:10px;
}

.vessel_list .vessel_division_right{
    border-right:dotted 2px #8d8d8d !important;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.vessel_list .vessel_division_bottom{
    border-bottom:dotted 2px #8d8d8d !important;
    padding-bottom:10px;
    margin-bottom:10px;
}


.invoice_table td{
    padding:3px;
}
.invoice_table td:first-of-type {
    text-align: right;
}

.table_item_files {
    min-width: 165px;
}