
.form-floating .form-control,
.form-floating .form-select {
    max-width: 100% !important;
    box-shadow: 2px 2px 5px lightgray, -2px -2px 5px gray;
    font-size: 12px !important;
    font-weight: bold;
}
.dataTable .form-control,
.dataTable .form-select {
    max-width: 100% !important;
    box-shadow: 2px 2px 5px lightgray, -2px -2px 5px gray;
    font-size: 12px !important;
}
.dataTable .btn {
    box-shadow: 0px 0px 0px lightgray, 0px 0px 0px gray;
    border-radius: 0px;
}
table.dataTable tbody th, 
table.dataTable tbody td {
    padding: 1px 2px !important;
}
table.dataTable {
    font-size: 11px !important;
}
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_info {
    font-size: 11px;
}
.error-failure-table {
    background-color: #ffffff !important;
    border-radius: 10px;
    box-shadow: 2px 2px 5px lightgray, -2px -2px 5px gray;
}
.btn {
    box-shadow: 2px 2px 5px lightgray, -2px -2px 5px gray;
    border-radius: 10px;
    line-height: 1.25 !important;
}
.tooltip-inner {
    background-color: #120a3d !important;
    color: #fff !important
}
.login-panel-width{
    width:25%;
}
.ccjp-mainpage-logo {
    height: 50px;
    box-shadow: 2px 2px 5px gray, -2px -2px 5px gray;
    border-radius: 5px;
}
.ccjp-logo{
    width:175px;
    height:75px;
}
.login-bg {
    background: linear-gradient(to right, rgba(0,112,173,0.2), rgba(18,171,219,0.2), rgba(0,112,173,0.2));
    background-attachment: fixed;
}
.bg-body {
    background-color: whitesmoke !important;    
}
td > input[type="date"].form-control,
td > input[type="text"].form-control {
    width: 135px !important
}

.table-responsive {
    position: relative;
}

.dataTables_filter {
    display: none;
}
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    text-align: center;
}

    #loader .spinner-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.welcome-container {
    background-image: url('/images/CCJPLogo.jfif');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 2rem;
    height: 100%;
    width: 100%;
}
body {
    font-family: sans-serif;
    font-style: normal;
    font-size: medium;
    color: #000;
}
a.nav-link{
    color: #000 !important;
}

.global-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    text-align: center;
}

.global-loader-transform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mh-70vh {
    max-height: 70vh;
    overflow: auto;
    height: 70vh;
    display: flex;
}

.fs-12 {
    font-size: 12px;
}

.tbl-min-width {
    min-width: 1200px;
}

.display-none {
    display: none
}
.form-floating > label {
    font-size:14px;
}
.field-validation-error{
    font-size:10px;
}