@import url('https://fonts.googleapis.com/css?family=Ramabhadra&display=swap');

/* ul{
    margin: 0;
    padding: 0;
    list-style-type: none;

} */


ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fleet-img {
    border: 2px solid lightgray;
    padding: 6px;
}
.fleet-img img {
    opacity: 0.2;
}

.fleet-img:hover {
    background-color: rgba(155,205,50,.1);
}

.card-box {   
    -webkit-box-shadow: none;
    box-shadow: none !important;
   }
.fleet-img:hover img {
    opacity: 1;
}

/* ----------- */

.assignNewTrip-listing {
    border: 1px solid lightgray;
    padding: 10px;
    text-align: center;
    margin-bottom: 14px;
}

.assignNewTrip-listing a{
    color: #6c757d
}

.assignNewTrip-listing a img {
    width: 100%;
    height: 64px;
}


.assignNewTrip-listing a img{
    opacity: .2;
}
.assignNewTrip-listing:hover a img {
    opacity: 1;
}

.assign-trips-notifications .inbox-widget .inbox-item{
    border-bottom: 2px solid #e5e5e526 !important;
}
.alarming-notification {
    margin-left: 55px;
}
.assignDashboardCards .card-box {
    /* min-height: 358px !important; */
    /* padding-right: 0; */
    padding-top: 10px ;
    padding-bottom: 10px;
    /* background-color: red; */
}

.assignDashboardCards .ribbon-box .ribbon.float-right {
    margin-right: -4px;
    border-radius: 3px 0 0 3px;
}
.assigndashboard-cards-icons span i {
    color: #00aaf7 !important;
}
/* --------------------------- */


.listing ul li {
    display: inline-block;
    margin-bottom: 0;
    width: 60px;
    max-width: 100%;
    text-align: center;
    /* background-color: lightgoldenrodyellow; */
    padding: 12px;
}


.Vehicle-Expensecard-header{
    display: inline-block;
    width: 100%;
}


/* ======================= */

.inbox-item-img.fleetexpense img{
    width: 80px !important;
}

.inbox-widget .inbox-item .inbox-item-img.fleetexpense{
    width: 80px;
}
/* vehicleMaintenance.php page */





/* vehicleMaintenance.php page end */



/* vehicle services type page */
.ServicesType .product-action{
    right: -18px;
    top: -17px;


}

/* vehicle services type page  */



.dz-message.needsclick.text-center.upload-img {
    BORDER: 2px dashed;
    padding: 45px;
    border-color: #c8c2c2;
}

.approachingTrips{
border-bottom: 2px solid #d3d3d326;
}

.approachingTrips p{
    margin: 0;
    padding: 0;
}


.driverimg {
max-width:194px;}

.custom-control.custom-checkbox.selectionCheckBox {
    position: absolute;
    left: 4px;
    top: 8px;
}


/* ===============ASSIGN POPUP ________________ */

.popup_list p {
    color: #98a6ad !important;
    display: block;
    font-size: 13px;
}
.popup_list p {
    border-bottom: 1px solid #f1f1f17a;
    padding-bottom: 5px;
}
.modal-title span {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}



.inputFareCover {
    width: 70%;
}



li.nav-item a img {
    width: 70px;

}


.tempStyle{
display: inline-block;
width: 100%;
background-color: #ffffffa6 !important;
margin-left: 13px;
margin-right: 13px;
}


ul.nav.nav-tabs.nav-bordered.dynamicFareVehicles .nav-item {
    opacity: 0.33;
}

ul.nav.nav-tabs.nav-bordered.dynamicFareVehicles .nav-item:hover {
    opacity:1;
}
 
/*
Fixed Popup issue for angular bootstrapUI
*/
.bg-selection-color {
    background-color: #e5f1ff !important
}
.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.pac-container {
    z-index: 100000;
}

.bankedImg {
    position: absolute;
    opacity: 0.3;
    right: 20%;
}

.customInputFormControl {
    display: block;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
}

.loginbg {
    min-height: 100vh !important;
}

.textoverflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%
}