﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    /*font-family: 'Roboto', sans-serif !important;*/
    font-family: 'Rubik', sans-serif !important;
    font-size: 0.875rem !important;
}

.login-page, .register-page {
    background: #f3f3f3;
    /*height:auto !important;*/
}

.form-control-lg, .form-control {
    font-size: 14px !important;
}

.table
{
    width:100% !important;
}

.table td, .table th {
    padding: .50rem !important;
}

.commonLS {
    width: 420px;
}

    .commonLS .card, .commonLS .login-card-body, .commonLS .register-card-body {
        background-color: #fff;
    }

    .commonLS .login-box-msg, .commonLS .register-box-msg {
        font-size: 16px;
        font-weight: 300;
        color: #9a9a9a;
        margin-bottom: 10px;
    }

    .commonLS .card .card-body .formLinks a {
        color: #9a9a9a;
        font-size: 14px;
        transition: .3s all ease-in-out;
        font-weight: 400;
    }

        .commonLS .card .card-body .formLinks a:hover {
            color: #000;
            cursor: pointer;
        }

    .commonLS .card .card-body form {
        margin: 0px;
    }

        .commonLS .card .card-body form input, .commonLS .card .card-body form select {
            border-left: 1px solid #ced4da;
        }

        .commonLS .card .card-body form .input-group-text {
            background-color: #fff;
        }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #222c3c !important;
    color: #fff;
    border: 1px solid #222c3c !important;
}
.commonLS .card .card-body form button[type="submit"], .btn-primary:hover {
    background-color: #222c3c !important;
    color: #fff;
    border: 1px solid #222c3c !important;
}

.card-primary.card-outline {
    border-top: 3px solid #fe8d25;
}

.btn-warning, .btn-warning:hover, .bg-warning {
    background-color: #fe8d25;
    border: 1px solid #fe8d25;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #fe8d25;
}
/*#commonDBLayout .nav.nav-tabs{ border-right:none; border-bottom:none;}
    #commonDBLayout .nav.nav-tabs .nav-link.active {
        border-color: transparent;
        background-color: #e4e3e3;
        color: #000;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        font-weight: bold;
        border-radius: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
#commonDBLayout .nav.nav-tabs .nav-link:hover{background-color:#e4e3e3;}
#commonDBLayout .tab-content{background-color:#e4e3e3;}
#commonDBLayout .nav.nav-tabs .nav-link {
    text-transform: uppercase;
    color: #000;
    border: none;
    padding: 11px 13px;
    margin-bottom: 1px;
}
    #commonDBLayout .nav.nav-tabs .nav-link:hover {
        border-color: transparent;
        background-color: #e4e3e3;
        color: #000;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        font-weight: bold;
        border-radius: 0;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
#commonDBLayout .nav.nav-tabs .nav-link i{font-size:16px; min-width:22px; text-align:center;}*/
#commonDBLayout .chart.tab-pane {
    height: 230px !important;
}

#commonDBLayout .overviewContent .headSection .title small {
    font-size: 26px;
}

#commonDBLayout .overviewContent .headSection ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
    font-size: 18px;
}

    #commonDBLayout .overviewContent .headSection ul li span {
        font-size: 20px;
        color: #ec7100;
    }

#commonDBLayout .bodySection .dateRange .dateStart, #commonDBLayout .bodySection .dateRange .dateEnd {
    font-size: 24px;
    font-weight: 600;
}

#commonDBLayout .bodySection .dateRange .to {
    font-size: 20px;
    color: #ec7100;
}

#commonDBLayout .bodySection .rangeBar ul li {
    display: inline-block;
    /* background: -webkit-gradient(linear,0% 0%,0% 100%,from(#CCC),to(#C4C4C4)); */
    padding: 10px 25px;
    /*border-radius: 72px;*/
    border-radius: 5px;
    transition: .3s background ease-in-out;
    border: 1px solid #ececec;
    /*background: #eaeaea;*/
    background: #fff;
    width: 24%;
    text-align: center;
    border-left: 4px solid #A7A7A7;
    /*box-shadow: 0 0 10px #cecece;*/
}

    #commonDBLayout .bodySection .rangeBar ul li.active {
        /* background: -moz-linear-gradient(100% 100% 90deg,#2C2C2C,#494949);
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#494949),to(#2C2C2C));
        background: #222c3c;*/
    }

        #commonDBLayout .bodySection .rangeBar ul li.active .value {
            color: #ec7100;
        }

    /*#commonDBLayout .bodySection .rangeBar ul li.active .title, #commonDBLayout .bodySection .rangeBar ul li:hover .title {
            color: #ffffff;
        }*/

    #commonDBLayout .bodySection .rangeBar ul li:hover {
        cursor: pointer;
        /*  background: -moz-linear-gradient(100% 100% 90deg,#2C2C2C,#494949);
        background: -webkit-gradient(linear,0% 0%,0% 100%,from(#494949),to(#2C2C2C));
        background: #222c3c;*/
    }

    #commonDBLayout .bodySection .rangeBar ul li .title, #commonDBLayout .bodySection .rangeBar ul li .value {
        display: inline-block;
    }

    #commonDBLayout .bodySection .rangeBar ul li .title {
        color: #343a40;
        font-size: 12px;
        line-height: 18px;
        display: block;
    }

        #commonDBLayout .bodySection .rangeBar ul li .title span {
            display: block;
            font-size: 16px;
            line-height: 16px;
        }

    #commonDBLayout .bodySection .rangeBar ul li .value {
        font-size: 1.75em;
        color: #222c3c;
        /*font-weight: bold;*/
        line-height: 45px;
        margin-left: 5px;
    }

#commonDBLayout .bodySection .mpgValue {
    max-width: 110px;
    width: 100%;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#CCC),to(#C4C4C4));
    background: #eaeaea;
}

    #commonDBLayout .bodySection .mpgValue .value {
        font-size: 30px;
        color: #343a40;
        line-height: 40px;
    }

    #commonDBLayout .bodySection .mpgValue .unit {
        font-size: 14px;
        color: #343a40;
        line-height: 18px;
    }

.min-height {
    min-height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*box-shadow: 0px 0px 10px #cecece;*/
    border: 1px solid #e2e2e2;
}
/*
#commonDBLayout .bodySection .avgValue {
    max-width: 175px;
    width: 100%;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#CCC),to(#C4C4C4));
    background: #eaeaea;
    border-top:5px solid rgb(244,101,114);
    background: linear-gradient(30deg, rgba(244,101,114,1) 0%, rgba(252,162,144,1) 100%);*/
}

.avgValue-01 {
    border-top: 5px solid rgb(255,177,42) !important;
    /*background: linear-gradient(35deg, rgba(255,177,42,1) 0%, rgba(255,210,98,1) 100%) !important;*/
}

.avgValue-02 {
    border-top: 5px solid rgb(89,120,228) !important;
    /*background: linear-gradient(35deg, rgba(89,120,228,1) 0%, rgba(199,178,249,1) 100%) !important;*/
}

.d-left-border {
    border-left: 5px solid #FD9232 !important;
}

.d-left-border-02 {
    border-left: 5px solid #8973FF !important;
}

.d-left-border-03 {
    border-left: 5px solid #FF0000 !important;
}
.d-left-border-04 {
    border-left: 5px solid #c22626 !important;
}

#commonDBLayout .bodySection .avgValue .value {
    font-size: 1.75rem;
    color: #222c3c;
    line-height: 40px;
    width: 227px;
}

    #commonDBLayout .bodySection .avgValue .value i {
        /*font-size: 22px;
            color: #ec7100;
            vertical-align: top;
            position: relative;
            top: 8px;*/
        font-size: 20px;
        color: #222c3c;
        vertical-align: bottom;
        position: relative;
        bottom: 8px;
    }

#commonDBLayout .bodySection .avgValue .unit {
    font-size: 12px;
    color: #343a40;
    line-height: 18px;
}

#commonDBLayout .bodySection .milesTrackedValue .value {
    background: #ffffff;
    min-width: 24px;
    height: auto;
    margin: 0 2px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #222c3c;
    text-shadow: 0 -1px 0 #242424;
    border-radius: 2px;
    border: 1px solid #cccccc;
    display: inline-block;
    line-height: 26px;
}

#commonDBLayout .bodySection .milesTrackedValue .comma {
    vertical-align: middle;
    width: 5px;
    height: auto;
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    color: #595959;
}

#commonDBLayout .bodySection .milesTrackedValue .tracked {
    display: inline-block;
    line-height: 18px;
}

#commonDBLayout .bodySection .totalValue i {
    font-size: 28px;
    color: #ec7100;
    display: inline-block;
}

#commonDBLayout .bodySection .totalValue .numberVal {
    /*display: inline-block;
    font-size: 40px;
    color: #343a40;
    margin: 0 15px;
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 15px;
    background: #D37E33;
    margin-right: 10px;*/
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #DBA22E;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.totalValue {
    display: flex;
    align-items: center;
    /*flex: 1 1 18%;*/
margin-bottom:15px;
}

#commonDBLayout .bodySection .totalValue .textVal {
    display: flex;
    font-size: 12px;
    line-height: 14px;
    color: #222c3c;
    flex-direction: column;
    font-weight: 600;
}

#truckListingPage .headerWrap {
    background-color: #343a40;
    border-radius: 0;
}

    #truckListingPage .headerWrap .headerContent .titile h2 {
        color: #ffffff;
    }

        #truckListingPage .headerWrap .headerContent .titile h2 span {
            color: #fe8d25;
        }

    #truckListingPage .headerWrap .headerContent .titile .recordNumber ul li {
        display: inline-block;
        color: #fff;
        font-size: 17px;
        margin-right: 15px;
    }

        #truckListingPage .headerWrap .headerContent .titile .recordNumber ul li strong {
            color: #fe8d25;
        }

    #truckListingPage .headerWrap .searchBox input {
        background-color: #000000;
        color: #ffffff;
        border: 1px solid #fe8d25;
    }

#truckListingPage .truckList table th {
    border-top: none;
}

#truckListingPage .truckList .mpgNumber {
    font-size: 15px;
    width: 50px;
    font-weight: 500;
}

#truckListingPage .truckList .pagination .page-item .page-link {
    border-color: #ffbf84;
}

#truckListingPage .truckList .pagination .page-item.active .page-link {
    background-color: #fe8d25;
    border-color: #fe8d25;
}

#truckListingPage .filterWrapper .btn-link::after {
    display: none;
}

.border-radius4 {
    border-radius: 4px;
}

.truck-activity-popup {
    background: #fff;
    padding: 20px;
    color: #444;
    padding: 16px;
}

.truck-activity-popup {
    font-weight: 600;
    background: #eaeef3;
}

    .truck-activity-popup ul {
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

        .truck-activity-popup ul li {
            padding: 4px 0;
            font-weight: 400;
            width: 100%;
            display: flex;
            justify-content: space-between;
            color: #6f6e6e;
            font-size: 13px;
        }

            .truck-activity-popup ul li:nth-child(1) {
                padding: 0px;
            }
/*
.truck-activity-table{}
.truck-activity-table thead{}
.truck-activity-table thead tr{}
    .truck-activity-table thead tr th {
        font-weight: normal;
        padding: 4px 9px;
        vertical-align: middle;
    }
        .truck-activity-table thead tr th .show-select {
            width: 119px;
            padding: 4px;
            height: auto;
            margin: 0 10px;
            background: #b5b5b5;
            font-size: 14px;
            color: #000;
            outline: none;
            border-radius: 4px;
            border-color: #949494;
        }
.truck-activity-table tbody{}
.truck-activity-table tbody tr{}
    .truck-activity-table tbody tr td {
        padding: 4px 9px;
        font-weight: 400 !important;
        font-size: 14px;
        vertical-align: middle;
    }
.truck-activity-table tbody tr td a{ font-size:1.5em;}
.truck-activity-table tbody tr td.mpg{ font-weight:700!important; font-size:18px;}*/
.warning-active {
    background-color: #fe8d25 !important;
    border: 1px solid #fe8d25 !important;
}

.quick-section .collapse:not(.show) {
    display: block;
}

/************ Top section demo ************/
.top-section-tabs .nav.nav-tabs .nav-link {
    color: #636262;
    border: none;
    padding: 6px 20px;
    margin-bottom: 1px;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 18px;
}

    .top-section-tabs .nav.nav-tabs .nav-link.active, .top-section-tabs .nav.nav-tabs .nav-link:hover {
        color: #4c4a4a;
        border: none;
        padding: 6px 20px;
        margin-bottom: 1px;
        font-weight: 400;
        text-transform: capitalize;
        border-bottom: 2px solid #fd9232;
        border-radius: 0;
        background: transparent;
    }


.top-section-tabs .tab-content {
    background: #fff;
}


/************ left section demo ************/
.left-section-tabs .nav.nav-tabs {
    margin-top: 1em;
    border-bottom: 0px;
    margin-bottom: 15px;
}

    .left-section-tabs .nav.nav-tabs .nav-item {
        width: 100%;
    }

    .left-section-tabs .nav.nav-tabs .nav-link {
        color: #636262;
        border: none;
        padding: 10px 18px;
        margin-bottom: 1px;
        font-weight: 300;
        text-transform: uppercase;
        border-bottom: 2px solid rgba(0, 0, 0, 0);
        width: 100%;
        display: block;
        font-size: 15px;
    }

        .left-section-tabs .nav.nav-tabs .nav-link.active, .left-section-tabs .nav.nav-tabs .nav-link:hover {
            color: #fff;
            border: none;
            border-bottom: 2px solid #fd9232 !important;
            border-radius: 0;
            background: #222c3c;
            font-size: 15px;
        }


.left-section-tabs .tab-content {
    background: #fff;
}

.tab-content {
    background: #fff;
}


.dollor-icons {
    background: rgb(0 0 0 / 8%);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: block;
    margin: auto;
    line-height: 140px;
    font-weight: 500;
}

.membership-account small {
    color: #909090;
    font-size: 70%;
    font-weight: 400;
}

.membership-account .txt {
    color: #717171;
    line-height: normal;
    font-weight: 300;
    font-size: 19px;
}

.membership-account .amount {
    margin-top: 12px;
    font-size: 2.5em;
    font-weight: 600;
}

.card-section {
    box-shadow: none;
}

    .card-section .card-header {
        background: #f4f6f9;
        color: #000;
        padding: 10px;
        border-left: 2px solid #d06401;
        border-radius: 0;
        line-height: normal;
        border-bottom: 0;
    }

    .card-section .card-title {
        font-size: 1.2em;
    }

.custom-table {
    font-size: 15px;
    font-weight: 300;
    color: #505050;
}

    .custom-table thead {
        background: #eeeeef;
    }

        .custom-table thead tr th,
        .custom-table tbody tr td {
            padding: 8px;
            vertical-align: middle;
        }

    .custom-table tbody tr:nth-child(even) {
        background: #fbfbfb;
    }

    .custom-table tbody tr:hover {
        background: #eeeeef;
    }


/* Header Section Mofification */
.header-main-icon {
    /*background: rgba(255, 255, 255, .22);*/
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0;
    line-height: 40px;
    font-size: 13px;
}

    .header-main-icon:hover {
        color: #fe8d25;
    }

    .header-main-icon img {
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }

.user-section {
    border-left: 1px solid #646464;
    display: flex;
    align-items: center;
   /* padding-left: 2em;
    margin-left: 2em;*/
}

    .user-section .user-name {
        display: inline-block;
        margin-left: 16px;
        line-height: 18px;
        text-align: left;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
    }

        .user-section .user-name span {
            color: #fff;
            font-size: 12px;
        }

.main-footer {
    font-size: 13px;
    font-weight: 400;
}

.main-header {
    /*background-image: -webkit-linear-gradient(left,#475c82 0,#2d3440 100%);
    background-image: linear-gradient(to right,#475c82 0,#2d3440 100%);*/
    background: #222c3c;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.content-wrapper {
    background: #eaeef3;
}

.headerContent .truck-img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .headerContent .truck-img img {
        height: 43px;
        width: 36px;
    }

    .headerContent .truck-img i {
        font-size: 3em;
        color: #636262;
    }


.headerContent .title h2 {
    color: #636262;
    font-weight: 400;
    font-size: 15px;
}

.headerContent .title .recordNumber {
    color: #444343;
    margin-top: .1em;
}

    .headerContent .title .recordNumber label {
        margin-bottom: 0px;
        font-weight: 300;
        margin-right: 1.2em;
        display: flex;
        align-items: center;
    }

        .headerContent .title .recordNumber label strong {
            width: 25px;
            height: 25px;
            display: inline-block;
            background: #f37c0f;
            color: #fff;
            border-radius: 50%;
            text-align: center;
            font-weight: 500;
            font-size: 13px;
            line-height: 25px;
            margin-right: 5px;
        }

.customTable {
    color: #636262;
}

    .customTable thead tr th,
    .customTable tbody tr td {
        vertical-align: middle;
        padding: 15px;
        border: 0;
    }

/*.customTable tr th:nth-child(9)
{
    text-align:center;
}*/


#truck-specst .customTable tr th:nth-child(9) {
    text-align: left !important;
}

.table-border {
    border: 1px solid #f2f2f2;
}

.customTable thead tr th {
    font-size: 15px;
    font-weight: 500;
    color: #222c3c;
    border: 0;
    background: transparent;
    padding: 18px 15px;
}

.customTable tbody tr:hover,
.customTable tbody tr:active,
.customTable tbody tr:focus {
    background: #f7fbff;
}

.customTable tbody tr td {
    font-size: 14px;
    font-weight: 300 !important;
}

.customTable tbody tr:nth-child(odd) {
    background: #f5fafd;
    -moz-box-shadow: inset 0 0 20px 5px #f0f4f7;
    -webkit-box-shadow: inset 0 0 20px 5px #f0f4f7;
    box-shadow: inner 0px 0px 20px 5px #f0f4f7;
}


.customTable tbody tr td img {
    border-radius: 50%;
    height: 40px;
    height: 40px;
}

.customTable tbody tr td a {
    font-weight: 400;
    color: #333232;
    text-decoration: underline;
}

.customTable tbody tr td .mpgNumber {
    font-size: 14px;
}

/*ul.top-menu {
    margin-left: 3.5em;
}*/

    ul.top-menu li a {
        color: #fff !important;
        padding: .5em 1.1em !important;
    }

.sidebar-closed ul.top-menu {
    display: none;
}

.sidebar-open ul.top-menu {
    position: absolute;
    background: #343a40;
    color: #fff;
    top: 58px;
    left: 0;
    margin-left: 0 !important;
    display: block;
    width: 250px;
    z-index: 1080;
    height: 100vh;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
}

    .sidebar-open ul.top-menu li a {
        color: #fff !important;
    }

        .sidebar-open ul.top-menu li a i {
            width: 21px;
            margin-right: 8px;
            text-align: center
        }

#sidebar-overlay {
    z-index: 99;
}

.account-active {
    top: 48px;
    border-radius: 0;
    border: 0;
    padding: 0;
}

    .account-active .dropdown-item.active,
    .account-active .dropdown-item:active
    .account-active .dropdown-item:hover {
        background: #222c3c !important;
    }

.dropdown-login-section {
    height: 68px;
    background: url('../AdminLTE/img/road-bg.png');
}

.font15 {
    font-size: 15px !important;
}

.dateRange {
    font-size: 10px;
    color: #636262;
    font-weight: 400;
}

.graph_control {
    /* border-top: 1px solid #dee2e6;*/
    background: #222c3c;
}

    .graph_control ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .graph_control ul li {
            float: left;
            color: #fff;
        }

            .graph_control ul li a {
                color: #c7c7c7;
                display: inline-block;
                padding: 0em .4em;
                margin: .5em .5em;
                font-size: 13px;
            }

                .graph_control ul li a:hover {
                    background: #ec7100;
                    border-radius: 7px
                }

            .graph_control ul li.label {
                background: #ec7100;
                display: inline-block;
                padding: .5em .5em;
                margin-left: 10px;
                font-size: 13px;
            }

.graph-dropdwon {
    width: 480px;
    padding: 1em;
}

    .graph-dropdwon .go-btn {
        background: #222c3c;
        color: #fff;
        border-radius: 50%;
        height: 45px;
        width: 50px;
        margin-top: auto;
    }


.form-design-heading {
    color: #636262;
    font-weight: 300;
    font-size: 2em;
    background: #eaeef3;
    padding: .3em .5em;
    border-left: 2px solid #fa5900;
}

.form-design label {
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: .9em;
    color: #929292;
}

.form-design .save-btn {
    background: #222c3c;
    border-color: #222c3c;
}

.sign-up-label {
    font-weight: 400 !important;
    font-size: 15px;
}

.register-btn, .btn-primary {
    background-color: #222c3c !important;
    color: #fff;
    border: 1px solid #222c3c !important;
}

.graph_range form ul li a.active {
    color: #fff;
    background: #ec7100;
    border-radius: 4px;
}

.graph_toggle .tggl_mtc .active {
    color: rgba(0,234,255,1);
}

.graph_toggle .tggl_spd .active {
    color: rgba(240,255,9,1);
}

.graph_toggle .tggl_gvw .active {
    color: rgba(253,65,65,1);
}

.graph_toggle .tggl_mpg .active {
    color: rgba(113,255,183,1);
}

.graph_toggle ul li a:hover {
    background: transparent;
    color: inherit;
}

.truck-detail-items-value .totalValue {
    width: 33%;
    margin-bottom: 1rem;
}

.add-fuel-tabs a {
    border-radius: 0;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fuelup-tabs li a {
    border-bottom: 2px solid rgb(234, 234, 234) !important;
}

.add-fulesPopup .modal-content {
    background-color: #f5f4f4;
}

    .add-fulesPopup .modal-content .modal-header {
        background: #fff;
    }
/*.add-fulesPopup .modal-content .modal-title{  padding:10px;}
.add-fulesPopup .modal-content .close{ padding-top:28px;}*/
.add-fulesPopup .add-fuel-tabs a.warning-active {
    background-color: #222c3c !important;
    border: 1px solid #222c3c !important;
    color: #fff !important;
}

.addon-addRemove-icons {
    background: #fcfdff;
    font-size: 17px;
    cursor: pointer;
}

.totalCount {
    width: 33px;
    height: 30px;
    display: inline-block;
    background: #f37c0f;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    margin-right: 5px;
    font-family: 'Roboto', sans-serif !important;
}

.profile-dateheading {
    background: #eaeaea;
    border-left: 2px solid #fd9232 !important;
    width: 100%;
    display: block;
    color: #4c4a4a;
    padding: 10px;
    margin-bottom: 7px;
}

.profile-month-section {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    overflow: auto;
    padding: 10px 0;
}

    .profile-month-section .nav-link {
        display: block;
        padding: 0rem 1rem;
        color: #fff;
        background: #ec7100;
        border-radius: 4px;
        font-size: 14px;
        margin-right: 10px;
        text-align: center;
    }

        .profile-month-section .nav-link.disabled {
            color: #6c757d;
            pointer-events: none;
            cursor: default;
            background: #dedede;
        }

.profile-question {
    color: #636262;
    font-weight: 300 !important;
    font-size: 1.2em;
    margin-bottom: 0px;
}

.profile-question-txt {
    color: #252323;
    font-weight: 500;
    font-size: .7em;
    user-select: none;
}

.profile-fixed-section {
    /*position: fixed;*/
    width: 304px;
    border: 1px solid #eaeaea;
    margin-left: 29px;
}

    .profile-fixed-section table {
        width: 100%;
        font-size: 14px;
    }

        .profile-fixed-section table thead tr th,
        .profile-fixed-section table tbody tr td,
        .profile-fixed-section table tfoot tr td {
            background: #eaeaea;
            padding: 8px;
            color: #5f5d5d;
            font-weight: 400;
        }

        .profile-fixed-section table tbody tr td {
            background: transparent;
            border-bottom: 1px solid #eaeaea;
        }

.valign-super {
    vertical-align: super;
}

.valign-top {
    vertical-align: top;
}

.cs-shadow {
    /*background: #fff;*/
    border: 1px solid #e2e2e2;
    background: transparent !important;
    min-height: 85px;
}

.customLoader { text-align:center;}

.sg-pwd-icon {
    position: absolute !important;
    right: 0;
    top: 10px;
}

.img-h150 {
    height: 150px;
}

/*.icon-invalid .form-control.is-invalid {
    background-position: right calc(.875em + .1875rem) center !important;
}*/

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(0.775em + .1875rem) center !important;
    background-image: none !important;
}

#accordion img {
    max-width: 100%;
    height: auto;
}

ul.top-menu li a.mobIcon {
    padding: 0px !important;
}


@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }

    #addtruck .select2-container {
        width: 245px !important;
    }
}

/*@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}*/

@media(max-width: 992px) {

    ul.top-menu li a.mobIcon {
        padding: .5em 1.1em !important;
    }
}

    @media(min-width: 992px) {

        .max-width {
            max-width: 100% !important;
        }

        .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
            margin-left: 0rem !important;
        }
    }

    @media(min-width:768px) {
        body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
            margin-left: 0px !important;
        }

        #commonDBLayout .bodySection .milesTrackedValue .value {
            min-width: 30px;
        }
    }

    @media (max-width:1330px) {
        #commonDBLayout .bodySection .rangeBar ul li {
            padding: 10px 15px;
        }

        #commonDBLayout .bodySection .mpgValue, #commonDBLayout .bodySection .avgValue {
            padding: 5px !important;
        }
    }

    @media (min-width:1280px) {
        /*.table-responsive {
        overflow-x: hidden !important;
    }*/
    }

    @media (max-width:1199px) {
        table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
            /* text-align: right !important;*/
        }

        #commonDBLayout .chart.tab-pane {
            height: 200px !important;
        }

        #commonDBLayout .overviewContent .headSection .title {
            font-size: 35px;
        }

            #commonDBLayout .overviewContent .headSection .title small {
                font-size: 20px;
            }

        #commonDBLayout .overviewContent .headSection ul li {
            font-size: 17px;
        }

        #commonDBLayout .bodySection .rangeBar ul li {
            padding: 10px;
        }

            #commonDBLayout .bodySection .rangeBar ul li .title {
                font-size: 20px;
                line-height: 16px;
            }

                #commonDBLayout .bodySection .rangeBar ul li .title span {
                    font-size: 14px;
                    line-height: 14px;
                }

            #commonDBLayout .bodySection .rangeBar ul li .value {
                font-size: 35px;
                margin-left: 2px;
            }

        #commonDBLayout .bodySection .mpgValue .value {
            font-size: 26px;
            line-height: 32px;
        }

        #commonDBLayout .bodySection .mpgValue .unit {
            font-size: 12px;
            line-height: 14px;
        }

        #commonDBLayout .bodySection .avgValue .value {
            font-size: 26px;
            line-height: 28px;
        }

            #commonDBLayout .bodySection .avgValue .value i {
                font-size: 14px;
            }

        /*#commonDBLayout .bodySection .milesTrackedValue .value {
            min-width: 22px;
            font-size: 22px;
        }*/

        #commonDBLayout .bodySection .milesTrackedValue .tracked {
            line-height: 16px;
            font-size: 14px;
            margin-left: 5px !important;
        }

        #commonDBLayout .bodySection .totalValue i {
            font-size: 20px;
        }

        .register-page {
            background: #f3f3f3;
            height: auto !important;
        }
    }

    @media(max-width:991px) {
        .container, .container-sm {
            max-width: 100%;
        }

        .user-section {
            border-left: none;
            padding-left: 0em;
            margin-left: 0em;
        }

        .small-menu-icons {
            background: transparent !important;
            font-size: 20px !important;
        }

        .left-section-tabs .nav.nav-tabs .nav-link {
            padding: 10px 10px;
        }

        .nav-link-sm {
            font-size: 12px !important;
            font-weight: 300 !important;
            text-align: center !important;
        }
    }

    @media(max-width:858px) {
        #commonDBLayout .bodySection .rangeBar ul li .value {
            font-size: 25px;
            margin-left: 7px;
        }

        #commonDBLayout .bodySection .mpgValue .value,
        #commonDBLayout .bodySection .avgValue .unit {
            white-space: nowrap;
            width: 100%;
        }

        #select-dwf .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
        #select-dwf .select2.select2-container.select2-container--default.select2-container--above.select2-container--open .selection .select2-selection.select2-selection--single {
            width: 325px !important;
        }
    }

    @media (max-width:767px) {
        div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
            display: none !important;
        }
        /*#customerDatatable_wrapper, #hoursDatatable_wrapper .col-sm-12 {
        width: 50%;
    }*/
        .quick-section .collapse:not(.show) {
            display: none;
        }

        .header-main-icon {
            height: 30px !important;
            width: 30px !important;
            line-height: 30px !important;
        }

        /*.layout-navbar-fixed .wrapper .main-header {
            padding: 13px 0;
        }*/

        .account-active {
            top: 42px;
        }

        /*.header-main-icon i {
            font-size: .75rem !important;
        }*/

        .quick-section {
            padding: 7px 15px 3px 15px;
            border-bottom: 1px solid #dee2e6;
        }

            .quick-section .collapsed i {
                transform: rotate( 180deg );
                transition-property: transform;
                float: right;
                padding: 0 0 3px 0;
            }

        .quick-arrow i {
            float: right;
            padding: 3px 0 0 0;
        }

        .content-wrapper {
            height: 100vh;
        }

        #customerDatatable_wrapper #customerDatatable_filter .form-control-sm {
            width: 58%;
        }

        .headerContent {
            margin: 0 0 10px 0;
        }

        .graph_control {
            flex-direction: column;
        }

        .maintain-con {
            margin: 15px 0 0 0 !important;
        }

        .totalValue {
            flex: 1 1 50% !important;
            margin-bottom: 10px !important;
        }

        #commonDBLayout .bodySection .totalValue .numberVal {
            font-size: 14px !important;
            width: 35px !important;
            height: 35px !important;
            line-height: 35px !important;
        }

        .dash-border-left {
            min-height: 350px !important;
        }

        .headerContent .title h2 {
            font-size: 12px !important;
        }

        .fuel-col {
            flex: 0 0 50% !important;
            color: #222c3c !important;
            display: flex !important;
            align-items: center !important;
            border-radius: 5px !important;
            margin-bottom: 10px;
        }

        .dash-border-left {
            border-left: none !important;
        }

        .profile-fixed-section {
            position: relative;
            width: 100%;
            margin: 0;
        }

        #commonDBLayout .graphWrapper h3 {
            font-size: 21px;
        }

            #commonDBLayout .graphWrapper h3 small {
                font-size: 17px;
                margin-left: 5px !important;
            }

        #commonDBLayout .nav.nav-tabs .nav-link i {
            font-size: 18px;
        }

        /* #commonDBLayout .nav.nav-tabs .nav-link span {
        font-size: 0px;
    }*/

        #commonDBLayout .overviewContent .headSection .title {
            font-size: 30px;
        }

            #commonDBLayout .overviewContent .headSection .title small {
                font-size: 22px;
            }

        #truckListingPage .truckList table th, #truckListingPage .truckList table td {
            padding: 10px;
        }

        .left-section-tabs .nav.nav-tabs .nav-item {
            width: auto;
        }

        /* Mobile Details section */
        /*.dateRange {
        font-size: 1.1em;
        font-weight: 600;
    }*/

        .content-wrapper > .content {
            padding: 0px;
        }

        .rangeBar ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 0;
        }

            .rangeBar ul li {
                width: 48%;
                text-align: center;
            }

        #commonDBLayout .bodySection .rangeBar ul li {
            padding: 2px;
            line-height: 51px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
            width: 48%;
        }

            #commonDBLayout .bodySection .rangeBar ul li .value {
                font-size: 21px;
                margin-left: 5px;
            }

        #commonDBLayout .bodySection .mpgValue .value {
            font-size: 18px;
            line-height: 25px;
        }

        #commonDBLayout .bodySection .mpgValue,
        #commonDBLayout .bodySection .avgValue {
            max-width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        /* #commonDBLayout .bodySection .mpg-section .worst-mpg {
        max-width: 100%;
    }*/

        #commonDBLayout .bodySection .mpg-section,
        #commonDBLayout .bodySection .fuelup-section {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
            /* border-top: 1px solid #e2e2e2; */
            /* border-bottom: 1px solid #e2e2e2; */
            /*padding-top: 14px;
        padding-bottom: 14px;
        margin-bottom: 14px;
        background: #f7f7f7;*/
        }

        #commonDBLayout .bodySection .fuelup-section {
            background: none;
            padding-top: 0px;
        }

        #commonDBLayout .bodySection .avgValue .value {
            font-size: 18px;
            line-height: 25px;
            width: 100%;
        }

            #commonDBLayout .bodySection .avgValue .value i {
                font-size: 14px;
            }

        /*  #commonDBLayout .bodySection .fuelup-section .avg-fuelup {
        max-width: 100%;
    }*/

        #commonDBLayout .bodySection .mpgValue .unit {
            font-size: 12px;
        }

        /*#commonDBLayout .bodySection .milesTrackedValue .value {
            min-width: 22px;
            font-size: 18px;
            line-height: 28px;
            margin: 0px 2px;
        }*/

        #commonDBLayout .bodySection .milesTrackedValue .comma {
            height: 22px !important;
            font-size: 24px !important;
        }

        .milesTrackedValue {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        #commonDBLayout .bodySection .totalValue .textVal {
            line-height: 14px !important;
            font-weight: 700;
            font-size: 11px;
        }

        .truck-name-detail {
            display: block;
            width: 100%;
            margin-right: 0 !important;
            font-size: 14px;
        }

        /*.left-section-tabs .nav.nav-tabs {
            justify-content: space-between;
            background: inherit;
            overflow-x: scroll !important;
        }*/

        .left-section-tabs .nav.nav-tabs .nav-item {
            width: 100%;
            text-align: left;
        }

        /* .left-section-tabs .nav.nav-tabs .nav-link {
            color: #fff;
        }*/

        .left-section-tabs .nav.nav-tabs .nav-link.active,
        .left-section-tabs .nav.nav-tabs .nav-link:hover {
            color: #fff !important;
            border-bottom: 2px solid #792202;
            /* background: #31302f;
                background: rgba(248, 65, 0, 1);*/
        }

        .graph_control .graph_range ul, .graph_control .graph_toggle ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .graph_control .graph_range ul li, .graph_control .graph_toggle ul li {
                width: auto;
                text-align: center;
            }

        #commonDBLayout .bodySection .avgValue .unit {
            font-size: 12px;
            line-height: 14px;
            width: 100%;
        }

        #commonDBLayout .bodySection .avgValue {
            min-height: 70px;
        }

            #commonDBLayout .bodySection .avgValue .value i {
                top: -5px;
            }

        .fuelup-tabs .nav-item {
            width: 100% !important;
        }

            .fuelup-tabs .nav-item .nav-link {
                color: #4c4a4a !important;
                white-space: nowrap;
            }

        .tracked-font {
            font-size: 20px !important;
            width: 100%;
        }

        #select-dwf .select2.select2-container.select2-container--default.select2-container--above.select2-container--open .selection .select2-selection.select2-selection--single,
        #select-dwf .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
            width: 359px !important;
        }
    }

    @media (max-width:575px) {
        .commonLS {
            width: calc(100vw - 30px);
            margin: auto;
        }

        .btn-lg, .btn-group-lg > .btn {
            font-size: 1rem;
        }

        .commonLS .card .card-body .formLinks a {
            font-size: 80%;
        }

        .main-header .navbar-nav .nav-link {
            padding-left: 5px !important;
            padding-right: 5px !important;
            font-size: 14px
        }

        #commonDBLayout .nav.nav-tabs .nav-link {
            padding: 10px 8px;
            text-align: left;
            font-size: 14px;
        }

        #commonDBLayout .graphWrapper .card-header {
            text-align: center;
        }

            #commonDBLayout .graphWrapper .card-header h3, #commonDBLayout .graphWrapper .card-header a {
                float: none !important;
            }

            #commonDBLayout .graphWrapper .card-header h3 {
                margin-bottom: 5px !important;
            }

        #commonDBLayout .graphWrapper h3 small {
            display: none;
        }

        #commonDBLayout .card-body.tabContent {
            padding: 0px;
        }

        #commonDBLayout .overviewContent .headSection .title {
            font-size: 24px;
        }

        #commonDBLayout .overviewContent .headSection ul li {
            font-size: 15px;
            margin-right: 5px;
            line-height: 20px;
        }

            #commonDBLayout .overviewContent .headSection ul li span {
                font-size: 17px;
            }


        #commonDBLayout .bodySection .dateRange .dateStart, #commonDBLayout .bodySection .dateRange .dateEnd {
            font-size: 20px;
        }

        #commonDBLayout .bodySection .dateRange .to {
            font-size: 18px;
            color: #ec7100;
            margin: 0 5px !important;
        }

        /* #commonDBLayout .bodySection .rangeBar ul li {
            margin-right: 5px;
            margin-bottom: 5px;
        }

            #commonDBLayout .bodySection .rangeBar ul li:first-child {
                margin-left: 0px;
            }

            #commonDBLayout .bodySection .rangeBar ul li:last-child {
                margin-right: 0px;
            }*/

        /*  #commonDBLayout .bodySection .mpgValue, #commonDBLayout .bodySection .avgValue {
            display: inline-block;
            margin-bottom: 10px;
        }
          #commonDBLayout .bodySection .avgValue {
            max-width: 140px;
        }*/

        #truckListingPage .headerWrap .headerContent img {
            max-width: 35px;
        }

        #truckListingPage .headerWrap .headerContent .titile h2 {
            font-size: 26px;
        }

        #truckListingPage .headerWrap .headerContent .titile .recordNumber ul li {
            display: none;
        }

        #truckListingPage .truckList table tr th:first-child, #truckListingPage .truckList table tr td:first-child {
            display: none;
        }

        #truckListingPage .truckList .mpgNumber, #truckListingPage .truckList table th, #truckListingPage .truckList table td {
            font-size: 14px;
            padding: 5px;
        }


        /*.headerContent .title h2 {
        font-size: 1.5em;
    }*/

        .headerContent .title .recordNumber {
            flex-wrap: wrap;
            font-size: 14px;
        }

            .headerContent .title .recordNumber label {
                margin-bottom: 8px;
            }

                .headerContent .title .recordNumber label strong {
                    width: 20px;
                    height: 20px;
                    line-height: 20px;
                }

        .main-header .navbar-nav .nav-link {
            font-size: 18px;
            padding: .5em 1.1em !important;
            height: auto;
        }

        .form-design-heading {
            font-size: 1.5em;
        }

        #select-dw .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
            width: 290px !important;
        }
    }

    .textValNew {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        font-weight: bold;
    }

    .sync-icon {
        border-radius: 50%;
        height: 50px;
        width: 70px;
        display: block;
        text-align: left;
        padding: 0;
        line-height: 40px;
        font-size: 16px;
    }

        .sync-icon span {
            color: #000;
            font-size: 14px;
            border-radius: 5px;
            padding: 2px 3px;
            margin: 0 0 0 8px;
            font-weight: bold;
        }

    .rec-div {
        margin-top: 10px;
    }

    .h4-text .title h4 {
        color: #636262;
        font-weight: 300;
    }

    .sepration {
        background: #e8e8e8 !important;
    }

        .sepration tr:hover, .sepration td:hover {
            background: #e8e8e8 !important;
        }

        .sepration td {
            line-height: 24px !important;
            border-top: 2px solid #dbdbdb !important;
        }

    #settlTbody td {
        line-height: 36px;
    }

    .chosen-container-single .chosen-single {
        height: 38px !important;
        line-height: 38px !important;
    }

    .chosen-container-single {
        width: 100% !important;
    }

        .chosen-container-single .chosen-single div b {
            display: block !important;
            width: 100% !important;
            height: 100% !important;
            background-position: 0 8px !important;
        }

    .btn-default.btn-on.active {
        background-color: #fd9232;
        color: white;
        display: flex;
        align-items: center;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        height: 39px;
    }

    .btn-default.btn-off {
        display: flex;
        align-items: center;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        height: 39px;
    }

    .btn-on input, .btn-off input {
        margin-right: 5px;
    }

    .btn-default.btn-on {
        display: flex;
        align-items: center;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        height: 39px;
    }

    .btn-default.btn-off.active {
        background-color: #636262;
        color: white;
        display: flex;
        align-items: center;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        height: 39px;
    }

    .con-cs {
        max-width: 100% !important;
        border: 2px solid #ff9935;
        background: #fff !important;
        border-radius: 10px !important;
    }

    .tracked-font {
        font-size: 18px;
        font-weight: 600;
    }

    .custom-size {
        width: 55px;
    }

        .custom-size select {
            font-size: 14px !important;
            padding: 0 !important;
            height: 25px !important;
        }

    .customLoader {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }

    @media(min-width:1200px) {
        .overflow-xl {
            overflow-x: hidden !important;
        }
    }

    @media(max-width:1920px) {
        .table {
            font-size: 0.75rem !important;
        }

            .table td .btn-sm {
                font-size: .75rem !important;
            }

            .table thead th {
                font-size: 0.75rem !important;
                font-weight: 500;
            }
    }


    @media(min-width:768px) and (max-width:998px) {
        .modal-lg {
            max-width: 700px;
        }
    }

    .padding-choos-file {
        padding: 3px !important;
    }

    .fuel-col {
        flex: 1 0 18%;
        /*margin: 5px;
    border-top: 5px solid #ec7100;*/
        color: #222c3c;
        display: flex;
        align-items: center;
        /*justify-content: space-evenly;*/
        flex-direction: row;
        /*background: #222c3c;*/
        border-radius: 5px;
    }

        .fuel-col span:first-child {
            font-size: 11px;
            margin-top: 10px;
        }

    .fuel-num {
        /*border: 1px solid #ec71005c;
    border-radius: 50px;
    
    width: 125px;
    height: 35px;
    line-height: 40px;*/
        color: #ffffff;
        text-align: right;
        margin: 0 10px 0 0px !important;
        display: flex;
        align-items: center;
        padding: 7px 14px;
        justify-content: space-evenly;
        font-size: 1rem !important;
        background: #D37E33;
    }

        .fuel-num i {
            color: #ec7100;
        }

    .fuel-icon {
        background: #ec7100;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 10px 10px;
    }

    .font12 {
        font-size: 12px;
    }

    .icon-nm-con {
        display: flex;
        justify-content: center;
    }

    /* .cs-shadow {
        box-shadow: 0px 0px 10px #cecece;
        background: #fff;
        border: 1px solid #e2e2e2;
        background: transparent !important;
        min-height: 85px;
    }*/

    .font10 {
        font-size: 10px !important;
    }

    .sub-design-heading {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .dash-border-left {
        border-left: 1px solid #e2e2e2;
        min-height: 800px;
        padding-bottom: 15px;
    }

    #trailerFuelList .dash-border-left,
    #truckListingPage .dash-border-left {
        min-height: auto;
    }

    .hr-17 {
        margin-left: -17px;
        margin-right: -17px;
    }

    .hr-17-1 {
        margin-left: -17px;
        margin-right: -1px;
    }

    .width99 {
        width: 99% !important;
    }

    h2 small {
        font-size: 100% !important;
    }

    .maintain-con {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 15px 0;
    }

    .sg-pwd-icon {
        position: absolute !important;
        right: 0;
        top: 10px;
    }

    .ad-pwd-icon {
        position: absolute !important;
        right: 8px;
        top: 5px;
    }

    .ac-pwd-icon {
        position: absolute !important;
        right: 8px;
        top: 25px;
    }

    .text-grey {
        color: #656565 !important;
    }

    .sum-text-plan {
        line-height: 28px;
        display: flex;
        align-items: center;
        min-height: 119px;
    }

    .Sub-min-height {
        min-height: 250px;
    }
    /*.standard-button, stripe-button, .stripe-button-el span {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
    background-image: none !important;
    border: 0 !important;
}*/
    .stripe-button-el {
        line-height: 36px !important;
        height: 36px !important;
    }

    .stripe-button {
        line-height: 36px !important;
        height: 36px !important;
        border: 0 !important;
        margin-top: 5px !important;
    }

    .stripe-button {
        line-height: 38px !important;
        height: 38px !important;
        border: 1px solid #ccc !important;
        border-radius: 10px;
        margin-right: 10px;
    }

    .font-14 {
        font-size: 14px !important;
    }

    .font-12 {
        font-size: 12px !important;
    }

    .badge-grey {
        background: #222c3c !important;
        color: #fff;
    }

    .membership-account-tab .active, .membership-account-tab .nav-link:hover {
        color: #77c1eb !important;
        border-bottom: 0px solid #fd9232 !important;
        font-weight: 300 !important;
    }

    .top-menu .active {
        text-decoration: underline !important;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #dba22e !important;
        border-bottom: 0px solid #fc7800;
        text-decoration: none !important;
        font-weight: 500;
    }

    .custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::before {
        background: #cccccc;
        border-color: #cccccc;
    }

    .custom-switch.custom-switch-off-danger .custom-control-input ~ .custom-control-label::after {
        background: #fff;
    }

    .custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::before {
        background: #28a745;
        border-color: #28a745;
    }

    .custom-switch.custom-switch-on-success .custom-control-input:checked ~ .custom-control-label::after {
        background: #ffffff;
    }

    .btn-warning {
        color: #fff !important;
    }

    .customTable {
        /*white-space: nowrap !important;*/
    }

    .chosen-container {
        width: 100% !important;
    }

    .chosen-container-multi .chosen-choices {
        box-shadow: none !important;
        border-radius: 5px !important;
        background-image: none !important;
        padding: 5px 5px 4px 5px !important;
        border: 1px solid #ced4da !important;
    }

    .arrow-collapse .fa-minus {
        content: inherit !important;
    }

    .fc-event, .fc-event {
        color: #fff !important;
        text-decoration: none;
        font-size: 10px !important;
        border: 0 !important;
        padding: 2px !important;
    }

        .fc-event, .fc-event:hover {
            color: #fff !important;
            text-decoration: none;
            font-size: 10px;
            border: 0;
            padding: 2px;
        }

    .tyre-popup {
        min-height: 300px;
        overflow-y: scroll;
    }

    .img-h150 {
        height: 150px;
    }

    .btn-outline-secondary {
        border-color: #ced4da !important;
    }

    .valign-middle {
        vertical-align: middle;
    }



    /*  Just add some styles to make it beautiful  */
    *, ::after, ::before {
        box-sizing: border-box;
    }

    .keyHandler {
        float: left;
        width: 250px;
        height: 40px;
    }

        .keyHandler > button {
            float: left;
            height: 100%;
            width: 40px;
            border: none;
            outline: none !important;
            background: #673AB7;
            border-radius: 7px;
            color: white;
            cursor: pointer;
            font-size: 26pt;
        }

        .keyHandler > input {
            float: left;
            width: calc(100 % - 45px);
            margin: 0 0 0 5px;
            height: 38px;
            padding: 0 14px;
            background: #ffffff;
            border: none;
            outline: none !important;
            font-family: monospace;
            border-bottom: 2px solid #673AB7;
        }

    .addedKeysHolder {
        float: left;
        width: 100%;
        height: auto;
        margin: 20px 0 40px 10px;
    }

        .addedKeysHolder > span {
            background: #2196F3;
            padding: 8px 10px 8px 30px;
            float: left;
            margin: 2px;
            border-radius: 100px;
            color: white;
            font-family: monospace;
            font-size: 12pt;
            position: relative;
            cursor: pointer;
        }

            .addedKeysHolder > span:after {
                content: "\d7";
                position: absolute;
                left: 12px;
                top: 0;
                bottom: 0;
                width: 14px;
                height: 14px;
                line-height: .5;
                margin: auto;
                font-size: 17pt;
            }

    .mt {
        margin-top: 21px !important;
    }
}

.Td_Green {
    background-color: #058b05;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.Td_Yellow {
    background-color: yellow;
    padding: 5px 10px;
    border-radius: 5px;
    color: black;
}

.Td_Red {
    background-color: #ea0000;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.Td_DarkRed {
    background-color: #a70606;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}
        

.Td_Green {
    background-color: #058b05;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.Td_Yellow {
    background-color: yellow;
    padding: 5px 10px;
    border-radius: 5px;
    color: black;
}

.Td_Red {
    background-color: #ea0000;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}

.Td_DarkRed {
    background-color: #a70606;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}





/*******************Shiv******************/

#commonDBLayout .bodySection .avgValue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 110px;
}

.dataTables_processing {
    margin-top: -35px !important;
}
#profit-tabs-tabContent .fc-day-grid-event .fc-content {
    white-space: normal;
}

@media screen and (min-width: 992px) and (max-width: 1380px) {
    #nav.main-header .top-menu {
        width: 54%;
        display: flex;
        justify-content: space-between;
    }
    #nav.main-header .top-menu .nav-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0.5em !important;
    }

}
@media screen and (min-width: 992px) and (max-width: 1096px) {
    #nav.main-header .top-menu .nav-link{
        font-size:0.7rem;
    }
}
    .truncate-width {
        max-width: 8rem;
    }

    @media screen and (max-width: 768px) {
        .truncate-width {
            max-width: 3.5rem;
        }
        #select-dwf .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
            width: 325px !important;
        }
    }

    .bolded tbody tr td {
        font-weight: bold !important;
    }

    .multiselect-native-select .multiselect-container {
        transform: translate3d(0px, 38px, 0px) !important;
        font-size: 14px;
    }

    .multiselect-native-select > .btn-group {
        width: 100%;
    }

        .multiselect-native-select > .btn-group > .custom-select {
            font-size: 14px;
            text-align: left;
        }

    .customTableScroller {
        max-height: 650px;
        overflow-y: auto;
    }


    #vert-tabs-tabTempWage {
        position: absolute;
        bottom: 50vh;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    ul.top-menu li.dropdown a.dropdown-item {
        color: rgba(0,0,0,.9) !important;
    }

        ul.top-menu li.dropdown a.dropdown-item.active {
            color: #dba22e !important;
            text-decoration: none !important;
            background: transparent !important;
        }

    .searchboxmaintentance {
        width: 40% !important;
        float: right !important;
        padding: 2px !important;
    }


    #nav.main-header .top-menu .custom_dropdownArrow a:after {
        content: none;
    }

    #nav.main-header .top-menu .custom_dropdownArrow a.dropdown-item:active {
        background-color: #dba22e;
    }

    .tableFixHead {
        overflow: auto;
        height: calc(100vh - 10rem);
    }

        .tableFixHead thead th {
            position: sticky;
            top: -1px;
            z-index: 1;
            background: #fff !important;
        }




    .tyre1,
    .tyre2 {
        width: 3rem;
        height: 3rem;
        background: #ffbf84;
        position: relative;
        cursor: pointer;
        color: #742b03 !important;
        font-size: 1rem;
        border-radius: 50px;
        box-shadow: 1px 1px 4px rgb(0 0 0 / 10%);
    }

    button.multiselect.dropdown-toggle.custom-select {
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .page-link {
        color: #f37c0f;
    }

        .page-link:hover {
            color: #f58c0f;
        }

    .page-item.active .page-link {
        background-color: #f58c0f;
        border-color: #d67603;
    }

#tyrePositionBg{
    position:relative;
}
    #tyrePositionBg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right:0;
        background: url("../files/TyrePositionImage.png") no-repeat center;
        background-size: contain;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
@media screen and (max-width: 768px){

    #custom-tabs-one-tab.bg-white.flex-nowrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    #tyrePositionBg::before{
        opacity:0.2;
        background-size: auto;
    }
}
    
    .tyre1::after,
    .tyre2::after {
        content: '';
        border-left: 45px solid #ffbf84;
        border-bottom: 24px solid transparent;
        clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
        background: #ffbf84;
        position: absolute;
        left: -40px;
    }

    .tyre2::after {
        clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
        right: -35px;
        left: inherit;
    }

.tyre1:hover,
.tyre2:hover, .tyreSelected {
    background: #ff9800;
    color: #fff !important;
}

    .tyre1:hover::after,
    .tyre2:hover::after, .tyreSelected.tyre1::after, .tyreSelected.tyre2::after {
        border-color: #ff9800;
    }

.select2-selection--single {
    height: auto !important;
}
.select2-selection.select2-selection--single {
    /*height: calc(2.875rem + 2px) !important;
    padding: 0.8rem 1rem !important;*/
    height: calc(2.285rem + 2px) !important;
    padding: 0.5rem 1rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    top: 17px !important;
}

.select2-container {
    display: block !important;
    /*width: 100% !important;*/
}
#addtruck.modal .select2-container,
#addtrailer.modal .select2-container {
    display: block !important;
    width: 245px !important;
}

.select2-container.select2-container--default.select2-container--open {
    width: auto !important;
}

#select-dw .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
    width: 332px !important;
}

#select-dwf .select2.select2-container.select2-container--default.select2-container--above.select2-container--open .selection .select2-selection.select2-selection--single,
#select-dwf .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
    width: 373px !important;
}

#truckDiv .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single,
#singupPage .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .selection .select2-selection.select2-selection--single {
    width: auto !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    padding: 0.34rem 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057;
}

/*Select dropdown arrow disable*/
b[role="presentation"]{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    position: absolute;
    right: 5px;
    top: 42%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
    font-size: 0.7rem;
}
.text-normal{
    white-space: normal !important;
}

#tyrePositionImageView .modal-dialog {
    max-width: 650px;
}

#currenttrailername {
    width: 160px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
}

#fuelLocation {
    width: 190px;
    text-align: right;
}
.note-toolbar-wrapper {
    height: 50.6771px !important
}
.isDisabled {
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}

#exampleModalLabel label strong {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #f37c0f;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    margin-right: 5px;
}

.btn-h { height:37px;}
.btn-dark {
    color: #fff;
    background-color: #222c3c !important;
    border-color: #222c3c !important;
    box-shadow: none;
}

.btn-p { padding:2px 5px !important;}

.text-nowrap {
    white-space: nowrap !important;
}
.btn-color {
    background-color: green !important;
    border-color:green !important;
    border:2px;
}
.btn-colordef {
    background-color: blue !important;
    border-color: blue !important;
    border: 2px;
}
.btn-colorreefer {
    background-color: red !important;
    border-color: red !important;
    border: 2px;
}
.btn-colorlub {
    background-color: yellow !important;
    border-color: yellow !important;
    border: 2px;
    color:black !important;
}
#SkipFuelUpTab
{
    margin-left:8px !important;
}
#backFuelUpTab {
    margin-left: 8px !important;
}
.eye-icon-set {
    margin-top: 26px !important;
    margin-right: 9px !important;
}

.height-auto {
    height: auto !important;
}

.word-wrap-normal {
    word-wrap: normal !important;
}

@media screen and (max-width: 768px) {
    #addtruck .select2-container {
        width: 325px !important;
    }

}
.disable-click {
    pointer-events: auto !important;
}

.mt-sa2 {
    margin-top: 2rem !important;
    font-size: 15px;
}
.datatable-verticalScroll
{
    overflow:hidden !important;
}