.form-check-input-file {
    margin-right: 0.5rem;
}

.form-check-input-fileSelectAll {
    margin-right: 0.5rem;
}

.form-check-driver {
    margin-right: 0.5rem;
}

.form-check-driver-selectAll {
    margin-right: 0.5rem;
}

.form-check-vehicle {
    margin-right: 0.5rem;
}

.form-check-vehicle-selectAll {
    margin-right: 0.5rem;
}

.global-error {
    background-color: lightpink;
}

.page-width {
    width: 60%;
    alignment: center;
}

.page-banner {
    background-color: #01334c;
    max-height: 120px;
}

.page-header-title {
    color: white;
    font-size: xx-large;
}

.page-header-misc {
    color: white;
    font-size: small;
}

.contents-box {
    width:80%;
    height:200px;
    border:1px solid #000;
    overflow: auto;
}

.data-filter-box {
    width:350px;
    height:200px;
    border:1px solid #000;
    overflow: auto;
}

.btn-primary, .btn-primary:hover {
    color: #ffffff;
    background-color: #01334c;
}

.header-td {
    border: 0px;
}

.pagination>li>a, .pagination>li>span {
    border-radius: 50%
    !important;margin: 0 5px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: lightslategray;
    border-color: lightslategray;
}
.wrapper{
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.page-item.active .page-link {
    background-color: #01334c;
    border-color: #01334c;
}

.elog-pagination {
    width:60%;
    margin: 0 auto;
    text-align: center;
}
.centerAlign
{
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
}
.topnav-centered {
    text-align: center;
    margin: 0 auto;
}
.body-box{
    width: 100%;
    height: 100vh;
    overflow: auto;
}
.inputStyle{
    font-size:21px;
    font-weight: bolder;
    padding-top: 3px;
}
.passcodeStyle{
    font-size: 16px;
    margin: 0 auto;
    width: 120px;
    text-align:center;
    padding-top: 15px;
}
.passcodeMessage{
    width: 30vw;
    margin: 0 auto;
    padding-top: 5px;
    text-align:center;
}
A.banner-link {color:white;}
A.banner-link:link  {text-decoration: none; color: white;}
A.banner-link:visited {text-decoration: none; color: white;}
A.banner-link:hover {text-decoration: none; color: white;}
A.banner-link:active {text-decoration: none; color: white;}

A.body-link {color:#0074D4;}
A.body-link:link  {text-decoration: none; color: #0074D4;}
A.body-link:visited {text-decoration: none; color: #0074D4;}
A.body-link:hover {text-decoration: none; color: #0074D4;}
A.body-link:active {text-decoration: none; color: #0074D4;}

hr {
    border: 1px solid #7B8FA0;
}