﻿h3, p, h5, td, p {
    color: #202739;
}

.head_logo {
    background-color: #1d283a;
    padding: 7px 0px 7px 0px;
}

.head_hr {
    padding: 5px auto;
    background-color: #35496c;
    min-height: 1em;
}

.head_title {
    background-color: white;
}

    .head_title h3 {
        margin-top: 10px;
        margin-bottom: 0px;
        letter-spacing: 3px;
        font-size: 22px;
    }

    .head_title p {
        border-bottom: 1px solid #ddd;
        padding-bottom: 6px;
        font-size: 13px;
    }

    .head_title h5 {
        font-weight: 600;
        font-size: 13px;
    }

.middle_content {
    margin: auto 0px;
    padding: 0px;
}

.table thead {
    background-color: #35496c;
}

.table tbody {
    background-color: white;
}

    .table tbody tr {
        border-right: 0px;
    }

    .table tbody tr {
        border-left: 0px;
    }

.table thead th:first-child {
    color: white;
    font-size: 14px;
    letter-spacing: 2px;
    padding-left: 14px;
    width: 102px
}

.table tbody td {
    font-size: 14px;
    letter-spacing: 2px;
}

    .table tbody td:first-child {
        padding-left: 14px;
        display: table-cell;
        vertical-align: middle;
    }

.footer h4 {
    text-align: center;
    font-size: 17px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.footer div {
    text-align: center;
}

.middle_proimage {
    padding: 1em 0em;
    background-color: #ebedec;
}

.highcharts-box {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgb(0,0, 0,0.8);
    z-index: 1001;
}

#highcharsContainer {
    display: flex;
    width: 100%;
    height: 100%;
}

.highcharts {
    background-color: white;
    width: 100%;
    margin: auto auto;
}

.serialNumber, .Record, .beltotal {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99900;
    background: rgba(0,0,0,.4);
    top: 0px;
    left: 0px;
    position: fixed;
    overflow: auto;
}
.record-head {
    padding: 7px;
    background-color: #35496c;
    border-bottom: 1px solid #7f7c7c;
    color: #fff;
    font-size: 16px; 
    letter-spacing: 2px;
    display:flex;
    justify-content:space-between;
}
.serialNumberContainer {
    width: 95%;
    height: auto;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.belContainer {
    width: 100%;
    height: auto;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}


.align-middle {
    vertical-align: middle !important;
}
.text-white {
    color:#fff;
}
.text-white:focus, text-white:hover {
    color: #fff;
} 