*{
    box-sizing: border-box;
}
body {
    background: #fdfcfd;
    position: relative;
    min-height: 100vh;
    padding-top: 50px;  /* same height as the navbar height */
    padding-bottom: 35px;  /* same height as the footer height */
}
header {
    position: absolute;
    width: 100%;
    top: 0; /* start at the top */
}
.container-fluid{
    padding-left:50px;
    padding-right:50px;
}
.banner-card{
    margin-bottom: 30px;
}
footer {
    position: absolute;
    bottom: 0; /* stick to the bottom */
    width: 100%;
    height: 35px; /*same as the height of logo */
}
.content-border {
    background-color: whitesmoke;
    border: 1px solid dimgray;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 1px dimgray;
}
.card{
    margin: 0px auto;
    background: lightgreen;
    border-radius: 25px;
    border: none !important;
}
.card-item {
    height: 150px;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 13px 1.25rem;
}
.dashboard {
    /* background: url('../images/bg_dash.jpg'); */
    background: #fff;
    border: 2px solid;
    padding: 10px;
    border-radius: 25px;
    margin-top: 1%;
    padding: 55px 51px;
}
input#id_upload {
    color: #fff;
}
.vehicle_purchase_form .delete-row,
.maintain_form .delete-row {
    font-size: 30px !important;
}
.bg-dark {
    background-color: #143e88 !important;
    border-radius: 5px;
    color: #fff !important;
}
table thead{
    background: rgb(227, 227, 227);
}
table tbody{
    background: #f9f9f9;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #9cb3ca !important;
    padding: 2px 8px;
}
.table thead th {
    vertical-align: middle !important;
    border-bottom: 2px solid #b6babe;
}
.table-responsive {
    overflow-x: auto;
}
.vehicle_tab_detail table th, td{
    padding-left: 10px;
}
.middle_colon{
    padding: 10px;
}
.card{
    background: transparent !important;
    background-color: #043131;
}
.row no-gutters justify-content-center{
    background: url('../images/login.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    font-size: 20px;
}
.dbg a img{
    width: 75px;
}
.dbg a .car-report{
    width: 105px;
}
.dashboard_bg{
    /* background: url('../images/bg_dash.jpg') !important; */
    background: url('../images/bg.svg') !important;
    /* background: #fff !important; */
    opacity: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}
/* .dashboard_bg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
} */
.all_car{
    height: 75px;
    width: 110px;
}
.dashboard_item{
    background: #31b0cf !important;
    box-shadow: 2px 2px 10px 2px #31b0cf;
    text-decoration: none !important;
    transition: linear .5s;
}
.dashboard_item h4 {
    color: #000 !important;
}
.dashboard_item:hover{
    box-shadow: 3px 3px 10px 3px #143e88;
    background: #143e88 !important;
}
.dashboard_item:hover h4 {
    color: #fff !important;
    transition: linear .5s;
}
label {
    display: inline-block;
    margin-bottom: .2rem;
    color: #000;
    font-size: 18px;
}
input, textarea, select {
    color: rgb(35, 35, 35);
    border-radius: 4px;
    border: 1px solid #888;
    padding: 6px;
    font-size: 16px !important;
}
.form-control-file, .form-control-range {
    background: rgb(105, 104, 104);
}
.row-body {
    background: #7FC7D9;
    padding: 10px;
    border-radius: 5px;
    color:#000 !important;
}
h3.text-white {
    color: #000 !important;
}
form.bg-dark.text-whitesmoke.d-print-none.p-2 {
    padding: 20px !important;
}
.background-vehicle-form{
    padding: 0px 8%;
}
.select2-container .select2-selection--single {
    height: 42px !important;
}
input, textarea, select{
    display: block;
    width: 100%;
    padding: 5px;
}
input[type="file"]{
    background: white;
    padding: 4px !important;
}
.badge {
    display: inline-block;
    padding: 0.15em 0.15em;
    font-size: 125%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    margin-top: 3px;
    transition: color .15s
}
.delete-row{
    font-size: 20px !important;
}

.header_item{
    display: flex;
    justify-content: space-between;
    background: lightgreen;
}
.header_item a{
    background: lightgreen;
    padding: 5px 20px;
}
.header_item a.active{
    background: greenyellow !important;
}
.header_item a:hover{
    background: greenyellow !important;
}

.select2-container {
    width: 100% !important;
}
input, textarea, select {
    color: black;
}
#div_id_files div{
    color: #fff !important;
    position:  relative !important;

}
#div_id_photo1 div{
    color: #fff !important;
    position:  relative !important;
}
#div_id_photo2 div{
    color: #fff !important;
    position:  relative !important;
}
#div_id_upload_reg div{
    color: #fff !important;
    position:  relative !important;
}
#div_id_upload_fitness div{
    color: #fff !important;
    position:  relative !important;
}
#div_id_upload_tax div{
    color: #fff !important;
    position:  relative !important;
}
#div_id_upload_license div{
    color: #fff !important;
    position:  relative !important;
}
#div_id_driver_photo div{
    color: #fff !important;
    position:  relative !important;
}
#div_id_driver_signature div{
    color: #fff !important;
    position:  relative !important;
}
input[type="file"] {
    background: #adb6be;
}
.header_footer{
    color: white !important;
}
/* Carousel */
div#carouselExampleIndicators {
    text-align: center;
}
div#carouselExampleIndicators img{
    height: 250px;
    width: 480px;
}
.btn{
    border-radius: 0px !important;
}
.btn-light {
    background-color: #ffcf31;
    border-color: #fbcd4f;
}
/* tabs */
.vehicle_tabs{
   background: #ececec;
   text-align: center;
}
.vehicle_tabs .nav-link{
    display: block;
    width: auto;
    transition: all linear 0.3s;
}
.vehicle_tabs a.nav-link.active {
    border-bottom: 3px solid;
    background: #f1dea6;
    font-size: 20px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.dropdown-menu{
    padding: 0 !important;
}
/* Date Picker Over Ride */
.flatpickr-current-month .numInputWrapper {
    position: absolute;
    top: 8px !important;
}
/* navbarDropdown */
#navbarDropdown{
    position: relative;
}
#navbarDropdownCount{
    position: absolute;
    top: 0px;
    right: 25px;
    background: rgb(170, 28, 28);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.ui-datepicker .ui-datepicker-title {
    display: flex !important;
}
