﻿body {
    font-family: Helvetica !important;
}
.tablecss {
    border: 2px solid black;
    table-layout: fixed;
}
    .tablecss th {
        border: 2px solid black;
        font-size: 14px;
        font-weight: 700 !important;
    }
    .tablecss td {
        border: 2px solid black;
        font-size: 6px;
    }

.tables {
    border: 2px solid #F74F00;
}
    .tables th {
        border: 2px solid #F74F00;
        background-color: #F74F00;
        color:white;
        font-size:24px;
    }
    .tables td {
        border: 2px solid #F74F00;
        font-weight:bold;
        font-size:14px;
    }

.tablevessel {
}
    .tablevessel th {
        border: 1px solid #F74F00;
        font-size:14px;
    }
    .tablevessel td {
        border: 1px solid #F74F00;
        font-size:12px;
    }

.dataTables_filter {
    display: none;
}
.border-3 {
    border-width: 3px !important;
}
table.dataTable thead th {
    border-bottom: none;
}

table.dataTable tfoot th {
    border-top: none;
    border-bottom: 1px solid #111;
}
table.dataTable thead td {
    border-bottom: none;
}

table.dataTable tfoot td {
    border-top: none;
    border-bottom: 1px solid #111;
}
.backgr {
    background: url('../../Images/bg.jpg');
   background-attachment:fixed;
     background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgSizer {
    background: url('../../Images/bg.jpg') no-repeat center;
    height: 100%;
    width: 88%;
    top: 0%;
    left: 6%;
    position: absolute;
    background-size: 100% 100%;
}

.tablelog {
    padding-left: 15% !important;
}
        .tablelog th
        {

        }
    .tablelog td {
    }