@page {
    size: Letter;
    margin: 0.4in 0.4in 0.4in 0.4in;
    @top-right{
        content: "Page " counter(page) " of " counter(pages);
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
}

.report-container {
    background: #fff;
    padding: 20px;
}

.logo {
    display: table;
    margin: 0 auto;
}

.logo img {
    position: relative;
    left: -21px;
}

.vessel-box {
    padding: 10px;
    margin: 0 -20px;
    text-align: center;
}

.vessel-box h1,
.vessel-box h4,
.vessel-box p {
    margin: 0;
}

.vessel-box h1 {
    margin-bottom: 20px;
    position: relative;
}

.vessel-box h4 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.vessel-box p {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px 30px;
    border: 4px solid #333;
}

.table-data {
    margin: 20px 0;
}

.table-data .list-item {
    margin-bottom: 50px;
}

.table-data .list-item .title h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    border-bottom: 2px solid #15304E;
    padding-bottom: 15px;
    color: #15304E;
}

.table-data .list-item .sub-title h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    color: #15304E;
}

.table-data .list-item .sub-title h5 span {
    width: 15px;
    height: 15px;
    /* background: #15304E; */
    display: inline-block;
    margin-right: 8px;
}

.table-data .list-item .list-item-block {
    border-bottom: 1px solid #333;
    margin: 0;
    padding: 20px 0;
}

.table-data .list-item .list-item-block .gallery {

}

.table-data .list-item .list-item-block .gallery .image {
    display: inline-block;
    text-align: center;
}

.table-data .list-item .list-item-block .gallery .image .tile {
    padding: 10px;
    border: 1px solid #dcdcdc;
    margin: 10px 10px 10px 10px;
}

.table-data .list-item .list-item-block .gallery .image .tile img {
 width: 340px;
}

.table-data .list-item .content .item {
    clear: both;
}

.table-data .list-item .content .item p {
    margin: 10px 0;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.table-data .list-item .content .item p strong {
    color: #15304E;
}

.table-data .list-item .content .item .left {
    float: left;
    width: 40%;
}

.table-data .list-item .content .item .right {
    float: left;
    width: 60%;
}

.table-data .list-item .list-item-block .condition-block {
    margin: 30px 0;
}


.list-table {
    border-collapse: collapse;
    width: 100%;
}

.list-table td,
.list-table th {
    border: 1px solid #dcdcdc;
    padding: 8px;
}

.list-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: #15304E;
}

