* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

p,
span,
ul li,
ol li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.mr-2 {
    margin-right: 15px;
}

.content-wrapper {
    background-color: #f9f9f9;
    overflow: hidden;
}

.login-page .col-lg-5,
.login-page .col-lg-7 {
    padding: 0px;
    margin: 0px;
}

.login-page {
    height: 100vh;
    width: 100%;
}

.trucker-bg {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.login-form-area {
    height: 100vh;
    width: 100%;
    background-color: #fff;
}

.login-form-content {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    padding: 10px 25%;
}

.check-design label {
    width: 20px;
    height: 21px;
}

.check-design input[type=checkbox] {
    display: none;
    background: url(../images/checkbox.png) 0px 0px no-repeat;
}

.check-design input[type=checkbox]+label {
    background: url(../images/checkbox.png) 0px 0px no-repeat;
    display: inline-block;
}

.check-design input[type=checkbox]:checked+label {
    background: url(../images/checkbox.png) 0px -25px no-repeat;
}

.login-form-content input {
    padding: 13px 15px 13px 47px;
    height: auto;
}

.logo-content h2 {
    font-weight: 600;
    margin-bottom: 0px;
    color: #000000;
}

.logo-content p {
    color: #878787;
    font-size: 15px;
}

.logo-content {
    margin-bottom: 20px;
}

.login-form-content label {
    font-weight: 600;
    font-size: 13px;
    color: #878787;
}

.login-form-content button.btn-primary {
    background-color: #289cf4;
    border: 0px;
    font-size: 16px;
    padding: 13px 15px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-form-content button.btn-primary:hover,
.login-form-content button.btn-primary:focus {
    background-color: #1e7fc8;
}

a.forgot-pass {
    display: block;
    padding-top: 5px;
    color: #878787;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.forgot-pass:hover {
    color: #289cf4;
}

.login-form-content input#email {
    background: url(../images/email-icon.png) 11px 10px no-repeat;
}

.login-form-content input#password {
    background: url(../images/pass-icon.png) 11px 10px no-repeat;
}

.main-sidebar {
    padding-top: 0px;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #222c3c;
}

.sidebar-logo {
    background-color: #182130;
    padding: 15px 25px;
}

.d-flex222 {
    display: flex;
    cursor: pointer;
}

.table>thead>tr>th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #e7e7e7;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
    color: #fff;
    background: transparent;
}

.skin-blue .sidebar-menu>li.active>a {
    border-left-color: transparent;
}

.skin-blue .sidebar-menu>li.header {
    color: #4b646f;
    background: transparent;
}

.main-sidebar {
    width: 250px;
}

.content-wrapper,
.main-footer,
.main-header .navbar {
    margin-left: 250px;
}

.sidebar-menu li>a {
    padding: 5px 0px;
    display: block;
    color: #a9b3c1;
    font-size: 15px;
}

.sidebar-menu li.header {
    padding: 3px 20px;
    font-size: 15px !important;
    color: #5B6779;
}

/* .sidebar {
    padding: 0px 25px;
} */

.sidebar .sidebar-menu {
    padding: 0px 0px;
}

.menu-divider {
    padding: 5px 0px;
    border-bottom: 1px solid #2a3547;
}

.sidebar p {
    color: #576271;
    font-size: 11px;
    padding: 15px 20px;
}

.sidebar-menu li>a>span {
    display: inline-block;
    text-align: right;
    float: right;
    background-color: #dd952a;
    color: #fff;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.menu-divider li.active a {
    color: #fff;
}

.menu-divider li.active {
    position: relative;
}

.menu-divider li.active :after {
    position: absolute;
    top: 11px;
    content: '';
    width: 8px;
    height: 8px;
    left: -22px;
    background-color: #289cf4;
    z-index: 9999;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
    white-space: nowrap;
    overflow: visible;
}

.m-icon .d-icon {
    background: url(../images/def-icon.png) left no-repeat;
}

.m-icon .truck-l-icon {
    background: url(../images/truck-list-icon.png) left no-repeat;
}

.m-icon .truck-m-icon {
    background: url(../images/truck-master-list.png) left no-repeat;
}

.m-icon .add-t-icon {
    background: url(../images/add-truck-master.png) left no-repeat;
}

.locations-icon {
    background: url(../images/location-icon.png) left no-repeat;
}

.route-l-icon {
    background: url(../images/route-icon.png) left no-repeat;
}

.driver-l-icon {
    background: url(../images/driver-icon.png) left no-repeat;
}

.add-d-icon {
    background: url(../images/add-driver-icon.png) left no-repeat;
}

.com-list-icon {
    background: url(../images/company-list.png) left no-repeat;
}

.add-com-icon {
    background: url(../images/add-comapny.png) left no-repeat;
}

.role-list-icon {
    background: url(../images/role-list.png) left no-repeat;
}

.add-role-icon {
    background: url(../images/add-role.png) left no-repeat;
}

.location-b-icon {
    background: url(../images/location-builder.png) left no-repeat;
}

.route-buil-icon {
    background: url(../images/route-builder.png) left no-repeat;
}

.m-icon li>a {
    padding-left: 10px;
}

.main-header .navbar h1 {
    float: left;
    margin: 0px;
    color: #354052;
    font-size: 24px;
    padding: 10px 0px;
    font-weight: 400;
}

.skin-blue .main-header .navbar {
    background-color: #FFFFFF;
    padding: 6px 26px;
    border-bottom: 1px solid #dfe3e9;
}

.navbar-custom-menu ul.user-pop {
    position: absolute;
    width: 132px;
    background-color: #fff;
    padding: 10px 20px;
    right: 0;
    top: 66px;
    z-index: 999;
    display: none;
}

ul.user-pop li>a {
    color: #7F8FA4;
    font-size: 14px;
    padding: 3px 0 3px 21px;
    display: block;
}

ul.user-pop li.profile-icon a {
    background: url(../images/profile-icon.png) left no-repeat;
}

ul.user-pop li.sign-out-icon a {
    background: url(../images/sign-out-icon.png) left no-repeat;
}

.navbar-custom-menu li.dropdown a>img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #ccc;
    margin-right: 14px;
}

.navbar-custom-menu li.dropdown>a:before {
    position: absolute;
    top: 50%;
    content: '';
    background: url(../images/arrow-down.png) right no-repeat;
    width: 7px;
    height: 4px;
    right: 0;
}

.navbar-custom-menu ul.user-pop:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    right: 26px;
}

.navbar-custom-menu ul li {
    list-style: none;
}

.total-job {
    background: rgba(124, 196, 252, 1);
    background: -moz-linear-gradient(top, rgba(124, 196, 252, 1) 0%, rgba(39, 147, 229, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(124, 196, 252, 1)), color-stop(100%, rgba(39, 147, 229, 1)));
    background: -webkit-linear-gradient(top, rgba(124, 196, 252, 1) 0%, rgba(39, 147, 229, 1) 100%);
    background: -o-linear-gradient(top, rgba(124, 196, 252, 1) 0%, rgba(39, 147, 229, 1) 100%);
    background: -ms-linear-gradient(top, rgba(124, 196, 252, 1) 0%, rgba(39, 147, 229, 1) 100%);
    background: linear-gradient(to bottom, rgba(124, 196, 252, 1) 0%, rgba(39, 147, 229, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cc4fc', endColorstr='#2793e5', GradientType=0);
    border-radius: 5px;
    padding: 20px 20px;
    min-height: 70px;
}

.total-job.cj {
    background: rgba(116, 211, 52, 1);
    background: -moz-linear-gradient(top, rgba(116, 211, 52, 1) 0%, rgba(108, 196, 49, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(116, 211, 52, 1)), color-stop(100%, rgba(108, 196, 49, 1)));
    background: -webkit-linear-gradient(top, rgba(116, 211, 52, 1) 0%, rgba(108, 196, 49, 1) 100%);
    background: -o-linear-gradient(top, rgba(116, 211, 52, 1) 0%, rgba(108, 196, 49, 1) 100%);
    background: -ms-linear-gradient(top, rgba(116, 211, 52, 1) 0%, rgba(108, 196, 49, 1) 100%);
    background: linear-gradient(to bottom, rgba(116, 211, 52, 1) 0%, rgba(108, 196, 49, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#74d334', endColorstr='#6cc431', GradientType=0);
}

.total-job.rj {
    background: rgba(254, 171, 47, 1);
    background: -moz-linear-gradient(top, rgba(254, 171, 47, 1) 0%, rgba(219, 148, 42, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 171, 47, 1)), color-stop(100%, rgba(219, 148, 42, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 171, 47, 1) 0%, rgba(219, 148, 42, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 171, 47, 1) 0%, rgba(219, 148, 42, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 171, 47, 1) 0%, rgba(219, 148, 42, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 171, 47, 1) 0%, rgba(219, 148, 42, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feab2f', endColorstr='#db942a', GradientType=0);
}

.total-job.tk {
    background: rgba(253, 108, 88, 1);
    background: -moz-linear-gradient(top, rgba(253, 108, 88, 1) 0%, rgba(214, 91, 75, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253, 108, 88, 1)), color-stop(100%, rgba(214, 91, 75, 1)));
    background: -webkit-linear-gradient(top, rgba(253, 108, 88, 1) 0%, rgba(214, 91, 75, 1) 100%);
    background: -o-linear-gradient(top, rgba(253, 108, 88, 1) 0%, rgba(214, 91, 75, 1) 100%);
    background: -ms-linear-gradient(top, rgba(253, 108, 88, 1) 0%, rgba(214, 91, 75, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 108, 88, 1) 0%, rgba(214, 91, 75, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd6c58', endColorstr='#d65b4b', GradientType=0);
}

.total-job p {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.total-job h2 {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

.total-job h2>span {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 0px;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.monthy-recap-report {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    min-height: 442px;
    border: 1px solid #e7e9ed;
}

.dashboard-map {
    margin-top: 20px;
}

.dashboard-header {
    margin: 0px;
    padding: 20px 25px;
    border-bottom: 1px solid #e7e9ed;
}

.dashboard-header h2 {
    font-size: 18px;
    color: #354052;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.dashboard-map {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #e7e9ed;
}

.map-part {
    margin: 20px 0px;
}

#donutchart {
    padding-top: 40px;
}

.monthy-recap-report h2 {
    font-size: 18px;
    color: #354052;
    font-weight: 600;
    margin: 0px;
    padding: 20px 25px;
    border-bottom: 1px solid #e7e9ed;
}

.monthy-recap-report h2>span {
    float: right;
    cursor: pointer;
    display: inline-block;
    margin-top: -9px;
}

.monthy-recap-report h2>a {
    font-size: 12px;
    float: right;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.monthy-recap-report table {
    width: 100%;
    border-collapse: collapse;
}

.monthy-recap-report table>thead {
    background-color: #f5f8fa;
}

.monthy-recap-report table>thead>tr>th {
    padding: 10px 12px;
    color: #7f8fa4;
    font-weight: 600;
    font-size: 14px;
}

.monthy-recap-report table>tbody>tr>td {
    padding: 17px 20px;
    border-bottom: 1px solid #e7e9ed;
    border-top: 1px solid #e7e9ed;
    font-weight: 600;
    font-size: 15px;
}

.monthy-recap-report table>tbody>tr>td {
    padding: 17px 20px;
    border-bottom: 1px solid #e7e9ed;
    border-top: 1px solid #e7e9ed;
    font-weight: 600;
    font-size: 15px;
}

.dv_pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 10px;
}

.dashboard-header h2>span {
    float: right;
    cursor: pointer;
    display: inline-block;
    margin-top: -9px;
}

.dashboard-map ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.dashboard-map ul li {
    list-style: none;
    padding: 20px 15px;
    display: inline-block;
}

.dashboard-map ul li>a {
    display: block;
    color: #7F8FA4;
    font-size: 14px;
}

.dashboard-map ul li>a>span {
    display: inline-block;
    padding: 1px 19px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-right: 11px;
}

.dashboard-map ul li.tdr>a>span {
    background-color: #1875f0;
}

.dashboard-map ul li.adr>a>span {
    background-color: #6fcb32;
}

.dashboard-map ul li.fdr>a>span {
    background-color: #db9916;
}

.dashboard-header,
.report-header {
    position: relative;
}

.driver-filter-form,
.report-filter-form {
    position: absolute;
    right: 0;
    display: none;
    background-color: #fff;
    z-index: 999;
    padding: 20px;
    box-shadow: 0px 3px 4px #ccc;
    top: 71px;
    border-top: 2px solid #1875f0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    width: 300px;
}

#exp_start_date,
#exp_end_date {
    background: url(../images/calendar-icon.png) 98% no-repeat;
}

.driver-filter-form:before,
.report-filter-form:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1875f0;
    left: 60%;
}

.driver-filter-form .form-items,
.report-filter-form .form-items {
    margin-bottom: 10px;
}

.driver-filter-form .form-items label,
.report-filter-form .form-items label {
    display: block;
    font-size: 13px;
    color: #7F8FA4;
    font-weight: 600;
    margin-bottom: 2px;
}

.driver-filter-form .form-items input,
.report-filter-form .form-items input {
    padding: 9px 15px;
    border: 1px solid #e7e9ed;
    font-size: 14px;
    width: 100%;
}

.driver-filter-form form input[type='submit'],
.report-filter-form form input[type='submit'] {
    background: #1875f0;
    width: 100%;
    color: #fff;
    border: 0px;
    font-weight: 600;
    padding: 10px 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.ui-autocomplete {
    z-index: 99999;
}

.l-part {
    position: relative;
}

.l-part .form-item {
    float: left;
    margin-right: 5px;
}

.l-part .form-item .driver-filter-form {
    top: 50px;
    left: 0;
    width: 500px;
}

.l-part .form-item .driver-filter-form .form-items.even {
    width: 49%;
    float: left;
}

.l-part .form-item .driver-filter-form .form-items.odd {
    width: 49%;
    float: right;
}

.l-part .form-item .driver-filter-form:before {
    right: 0;
    left: 0;
    margin: 0 auto;
}

.scroll_h {
    height: 300px;
}

.search-form {
    position: relative;
}

.search-form input[type='text'] {
    border: 1px solid #dfe3e9;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 600;
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.search-form input[type='submit'] {
    background: url(../images/search-icon.png) right no-repeat;
    position: absolute;
    top: 2px;
    right: 13px;
    font-size: 0px;
    width: 17px;
    height: 17px;
    box-shadow: none;
    border: 0px;
    padding: 16px;
    outline: none;
}

.r-part ul {
    float: right;
    margin-top: 5px;
    padding: 0px;
}

.r-part ul>li {
    list-style: none;
    float: left;
}

.r-part ul>li>a {
    padding: 10px 17px 10px 31px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-left: 5px;
}

.r-part ul>li>a.add-d-icon {
    background: url(../images/add-user.png) 8px no-repeat;
    background-color: #70cd33;
    border: 1px solid #5abc1a;
}

.r-part ul>li>a.invite-d-icon {
    background: url(../images/add-icon.png) 8px no-repeat;
    background-color: #2b9ff6;
    border: 1px solid #1585d8;
}

.r-part ul>li>a.create-newj-icon {
    background: url(../images/add-icon.png) 8px no-repeat;
    background-color: #2b9ff6;
    border: 1px solid #1585d8;
}

.r-part ul>li>a.assign-job-icon {
    background: url(../images/job-icon.png) 8px no-repeat;
    background-color: #eda02d;
    border: 1px solid #cc8213;
}

.r-part ul>li>a.assign-job-icon1 {
    background: url(../images/job-icon.png) 8px no-repeat;
    background-color: #eda02d;
    border: 1px solid #cc8213;
    cursor: pointer;
}

.all-driver-search-area {
    padding: 14px 15px;
    border-bottom: 1px solid #e6eaee;
}

.driver-list-area {
    padding: 14px 15px;
    padding-bottom: 100px;
    overflow: hidden;
}

.driver-list-area table {
    width: 100%;
    border-collapse: separate;
}

.driver-list-area thead tr>th {
    color: #7F8FA4;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6eaee;
    margin-bottom: 15px;
}

.driver-list-area tbody tr {
    background-color: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #e6eaee;
    margin-bottom: 5px;
}

.driver-list-area tbody tr>td {
    color: #354052;
    font-weight: 400;
    font-size: 16px;
    border-top: 1px solid #e6eaee;
    border-bottom: 1px solid #e6eaee;
    padding: 18px 10px !important;
}

.driver-list-area tbody tr>td>a {
    color: #354052;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.driver-list-area tbody tr>td>a:hover {
    color: #06a4fd;
}

.driver-list-area tbody tr>td .driver-details img {
    float: left;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.check-design {
    margin-top: 7px;
}

.driver-list-area tbody tr>td .driver-details>p {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    vertical-align: middle;
    word-break: break-all;
}

.driver-list-area tbody tr>td .driver-details>p>span {
    display: block;
    color: #7c8ca5;
    font-size: 14px;
}

.driver-list-area tbody tr td:first-child {
    border-top-left-radius: 10px;
}

.driver-list-area tbody tr td:last-child {
    border-top-right-radius: 10px;
}

.driver-list-area tbody tr td:first-child {
    border-bottom-left-radius: 10px;
}

.driver-list-area tbody tr td:last-child {
    border-bottom-right-radius: 10px;
}

.driver-list-area tbody tr>td.active {
    padding: 0px !important;
    border-left: 5px solid #70cd33;
}

.driver-list-area tbody tr>td.blocked {
    padding: 0px !important;
    border-left: 5px solid #e50c0c;
}

.driver-list-area tbody tr>td.pending {
    padding: 0px !important;
    border-left: 5px solid #eda02d;
}

.driver-list-area tbody tr>td.inactive {
    padding: 0px !important;
    border-left: 5px solid #8a8a8a;
}

.form-items ul {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.form-items ul li {
    color: #fff;
    padding: 2px 15px;
    border-radius: 50px;
    float: left;
    list-style: none;
    margin-right: 5px;
}

.form-items ul li.tactive {
    background-color: #70cd33;
}

.form-items ul li.tinactive {
    background-color: #8a8a8a;
}

.form-items ul li.tpending {
    background-color: #eda02d;
}

.form-items ul li.tblock {
    background-color: #e50c0c;
}

.form-items ul li>label {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    margin: 0px;
    padding: 0px;
}

.form-items ul li>label input {
    width: auto !important;
    margin-right: 4px;
}

.filter-driverers,
.sort-driver {
    cursor: pointer;
}

/* 	.form-items ul li input[type=checkbox] {
    display: none;
	background: url(../images/check-white.png) 0px 0px no-repeat;
}
.form-items ul li>label:before {  
	    content: "";
	    width: 15px;
	    height: 15px;
	    position: absolute;  
	    left: 0;
	}

	
.form-items ul li label:before {
		background: url(../images/check-white.png) 0px 0px no-repeat;
    margin-top: 2px;
	}
	
.form-items ul li input[type=checkbox]:checked + label:before {  
	       background: url(../images/check-white.png) 0px -15px no-repeat  
	} 
	 */
.l-part .form-item.short-by-driver {
    position: relative;
}

.l-part .form-item.short-by-driver .driver-filter-form:before {
    left: 47px;
}

.l-part .form-item.short-by-driver .driver-filter-form {
    width: 300px;
    left: 0;
    right: initial
}

.driver-filter-form form select {
    padding: 9px 15px;
    border: 1px solid #e7e9ed;
    font-size: 14px;
    width: 100%;
}

.invite-drivers-area,
.assign-job-area {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.invite-drivers-popup,
.assign-job-popup {
    width: 600px;
    background-color: #fff;
    left: 50%;
    position: absolute;
    margin-left: -250px;
    top: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.invite-drivers-popup h2,
.assign-job-popup h2 {
    border-bottom: 1px solid #e7e9ed;
    padding: 11px 15px;
    font-size: 18px;
    color: #354052;
    margin: 0px;
    overflow: hidden;
    line-height: 40px;
}

.invite-drivers-popup h2>span,
.assign-job-popup h2>span {
    float: right;
}

.pop-area-invite {
    padding: 15px 20px;
}

.open-t-form {
    overflow: hidden;
}

.open-t-form>p {
    float: left;
    padding-top: 7px;
    color: #7F8FA4;
    font-weight: 600;
    font-size: 14px;
}

.open-t-form form {
    float: right;
}

.invite-area {
    border: 1px solid #dfe3e9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px;
    margin: 10px 0px;
    overflow: hidden;
}

.invite-area.active {
    border: 1px solid #299df5;
}

.invite-area h3 {
    margin: 0px;
    padding: 0px;
    color: #354052;
    font-size: 20px
}

.invite-area ul {
    margin: 0px;
    padding: 0px;
}

.invite-area ul li {
    list-style: none;
    padding: 10px 0px;
    width: 32%;
    float: left;
    color: #354052;
    font-size: 16px;
    font-weight: 600;
}

.invite-area ul li>span {
    display: block;
    color: #7F8FA4;
    font-weight: 600;
    font-size: 14px;
}

.sub-btn input[type="submit"] {
    width: 100%;
    background-color: #1991EB;
    color: #fff;
    padding: 13px 15px;
    border: 1px solid #1585D8;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.driver-img-list {
    width: 100%;
    overflow: hidden;
}

ul.driver-img-list li {
    list-style: none;
    float: left;
    padding-right: 5px;
}

ul.driver-img-list li img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}

.pop-area-invite>p {
    color: #7F8FA4;
    font-weight: 600;
    font-size: 14px;
}

.close-drive-popup {
    cursor: pointer;
}

.user-form {
    background-color: #fff;
    padding: 20px 40px;
    overflow: hidden;
    border-radius: 5px;
}

.user-form label,
.edit-user-form label,
.edit-f-data label {
    color: #354052;
    font-weight: 600;
    font-size: 14px;
}

.user-form input,
.user-form select,
.edit-user-form input,
.edit-user-form select,
.edit-f-data input,
.edit-f-data select {
    border: 1px solid #DFE3E9;
    height: auto;
    padding: 12px 15px;
    border-radius: 5px;
}

.user-form button,
.edit-user-form button,
.edit-f-data .box-footer button {
    background-color: #1991EB;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 25px;
    border: 1px solid #1585D8;
    border-radius: 5px;
}

.edit-profile {
    background-color: #fff;
    border: 1px solid #dfe3e9;
}

.edit-profile .col-md-9 {
    border-left: 1px solid #dfe3e9;
    padding-left: 0px;
}

.edit-user-form {
    padding: 20px 40px;
}

.edit-profile .col-md-9 h2 {
    border-bottom: 1px solid #dfe3e9;
    margin: 0px;
    padding: 15px 36px;
    font-size: 20px;
    color: #354052;
    box-sizing: border-box;
}

.edit-profile .col-md-3 .add-photo {
    width: 200px;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding-top: 10%;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #dfe3e9;
}

.profile-photos img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.profile-photos {
    border-radius: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #dfe3e9;
    width: 200px;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin: 0 auto;
}

.add-photo>a {
    background: url(../images/add-photo.png) center center no-repeat;
    width: 55px;
    height: 55px;
    display: block;
    font-size: 0px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin-left: -22px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.profile-photo p {
    text-align: center;
    color: #354052;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}

.profile-photo {
    margin-top: 53px;
}

.edit-photo {
    background: url(../images/edit-photo.png) center center no-repeat;
    position: absolute;
    top: -19px;
    right: -18px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    cursor: pointer;
}

.docuemnt-content {
    width: 20%;
    float: left;
    padding: 20px;
}

.driver-doc-add {
    width: 100%;
    margin: 0 auto;
    background-color: #F8F8F8;
    padding-top: 10%;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #dfe3e9;
}

.driver-doc-add>a {
    background: url(../images/add-photo.png) center center no-repeat;
    width: 55px;
    height: 55px;
    display: block;
    font-size: 0px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin-left: -22px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.docuemnt-content p {
    text-align: center;
    color: #354052;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}

.driver-doc img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #dfe3e9;
}

.driver-doc {
    border-radius: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #dfe3e9;
    width: 100%;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin: 0 auto;
}

.driver-doc-edit {
    background: url(../images/edit-photo.png) center center no-repeat;
    position: absolute;
    top: -19px;
    right: -9px;
    width: 40px;
    height: 40px;
    font-size: 0px;
    cursor: pointer;
}

.document-area {
    overflow: hidden;
    width: 100%;
    margin-top: 42px;
}

.document-area h2 {
    border-bottom: 1px solid #dfe3e9;
    margin: 0px;
    padding: 15px 36px;
    font-size: 20px;
    color: #354052;
    box-sizing: border-box;
    border-top: 1px solid #dfe3e9;
}

.all-document-area {
    margin-top: 15px;
}

.create-task-area {
    background-color: #fff;
    padding: 20px 40px;
    overflow: hidden;
    border-radius: 5px;
}

.create-task-area label {
    color: #354052;
    font-weight: 600;
    font-size: 14px;
}

.create-task-area input,
.create-task-area select {
    border: 1px solid #DFE3E9;
    height: auto;
    padding: 12px 15px;
    border-radius: 5px;
}

.create-task-area button {
    background-color: #1991EB;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 25px;
    border: 1px solid #1585D8;
    border-radius: 5px;
}

.add-ano-truck {
    position: relative;
}

.add-ano-truck .add-new {
    position: absolute;
    top: 31px;
    right: 8px;
    background: url(../images/add-truck.png) right no-repeat;
    width: 33px;
    height: 33px;
    cursor: pointer;
    font-size: 0px;
}

.add-another-truck {
    display: none;
}

.driver-p-area {
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.driver-profile {
    padding: 20px;
}

.user-pic {
    background-color: #8E8E8E;
    height: 200px;
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    float: left;
    margin-right: 25px;
}

.user-pic>img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.driver-p-data h2 {
    font-size: 24px;
    color: #47505C;
    margin: 0px;
    padding-bottom: 10px;
}

.driver-p-data h2>span {
    margin-left: 25px;
    font-size: 14px;
}

.driver-p-data ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.driver-p-data ul>li {
    list-style: none;
    float: left;
    padding-right: 25px;
    color: #56688A;
    font-size: 17px;
}

.driver-p-data ul>li>span {
    display: block;
    font-size: 12px;
    color: #818EA7;
}

.driver-p-data {
    width: 60%;
    float: left;
}

.driver-p-data p {
    color: #56688A;
    padding-top: 10px;
    font-size: 14px;
}

.driver-features {
    padding: 20px;
    border-top: 1px solid #dfe3e9;
    border-bottom: 1px solid #dfe3e9;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.driver-features ul {
    margin: 0px;
    padding: 0px;
}

.driver-features ul li {
    list-style: none;
    float: left;
    width: 19%;
}

.driver-features ul li>img {
    float: left;
    margin-right: 15px;
}

.driver-features ul li>p {
    color: #354052;
    font-size: 16px;
    padding: 6px 0px;
    line-height: 18px;
    margin-bottom: 0px;
}

.driver-features ul li>p>span {
    color: #7C8CA5;
    font-size: 12px;
    display: block;
}

.driver-overview {
    padding: 20px 30px;
}

.driver-over-container .driver-p-graph {
    float: left;
    width: 300px;
}

.driver-p-details ul>li {
    font-size: 14px;
    color: #354052;
    font-weight: 600;
    margin-bottom: 0px;
    list-style: none;
}

.driver-p-details ul>li .progress {
    height: 11px;
    margin-bottom: 12px;
    margin-top: 0px;
}

.driver-p-details ul>li .progress-bar {
    line-height: 12px;
}

.driver-p-details>p {
    color: #56688A;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.driver-p-details {
    float: right;
    width: 44%;
    padding-right: 15px;
    padding-top: 6%;
}

.driver-overview h2 {
    font-size: 20px;
    color: #354052;
}

.more-option {
    padding: 8px 20px 0px 20px;
    width: 100%;
    position: relative;
    margin-bottom: 23px;
}

.more-option img {
    float: right;
}

.driver-e-pop {
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 45px;
    z-index: 999;
    width: 124px;
    box-shadow: 0px 2px 3px #ccc;
    text-align: center;
    border-top: 2px solid #1875f0;
    border-radius: 5px;
    display: none;
}

.driver-e-pop ul {
    margin: 0px;
    padding: 10px;
}

.driver-e-pop:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1875f0;
    right: 27px;
}

.driver-e-pop ul li {
    list-style: none;
    padding: 6px 0px;
}

.driver-e-pop ul li>a {
    color: #56688A;
    font-size: 14px;
    display: block;
}

.more-option img,
.table-pop img {
    cursor: pointer;
}

.table-pop img {
    padding-right: 21px;
}

td.table-pop {
    position: relative;
}

.table-pop .driver-e-pop {
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 100%;
}

.pagination {
    display: block;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 4px;
    text-align: center;
    margin: 20px auto;
}

.pagination>li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.page-top-link {
    background-color: #fff;
    border-bottom: 1px solid #dfe3e9;
    overflow: hidden;
    padding: 0 26px;
}

.page-top-link ul {
    margin: 0px;
    padding: 0px;
}

.page-top-link ul li {
    float: left;
    list-style: none;
    margin-right: 30px;
}

.page-top-link ul li>a {
    color: #7F8FA4;
    font-size: 16px;
    display: block;
    padding: 14px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 2px solid #fff;
}

.page-top-link ul li>a.active,
.page-top-link ul li>a:hover {
    color: #1D2531;
    font-size: 16px;
    border-bottom: 2px solid #1D93ED;
    display: block;
}

.dv-name span {
    display: block;
    color: #7C8CA5;
    font-size: 14px;
}

.job-popup-area {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.job-popup-area.active {
    visibility: visible;
    opacity: 1;
}

.job-popup-container {
    width: 600px;
    position: fixed;
    right: 0;
    background-color: #fff;
    height: 100%;
    padding: 0px 5px 0px 40px;
}

.all-areas {
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 40px;
}

.job-popup-container .row {
    margin-right: -10px;
    margin-left: -10px;
}

ul.task-over-detail {
    overflow: hidden;
    margin: 10px 0px;
    padding: 0px;
}

ul.task-over-detail li {
    color: #7F8FA4;
    font-weight: 600;
    font-size: 14px;
    list-style: none;
    float: left;
    margin-right: 10px;
}

.job-popup-container h2 {
    color: #354052;
    font-size: 24px;
}

.job-popup-container p {
    color: #56688A;
    font-size: 14px;
}

.truck-details {
    margin: 15px 0px;
}

.truck-details .col-md-6 p {
    color: #7F8FA4;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

.truck-details .col-md-6 label {
    color: #354052;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.asigned-to-driver>p {
    color: #7F8FA4;
    font-size: 14px;
    font-weight: 600;
}

.asigned-to-driver>p>span {
    float: right;
    font-size: 14px;
}

.before-task-area {
    position: relative;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 0px 3px;
    outline: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-disabled {
    display: none !important;
}

.slick-prev {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 48px;
    z-index: 9;
    font-size: 0px;
    border: 0px;
    background: url(../images/prev-arrow.png) left no-repeat;
    width: 33px;
    height: 33px;
    z-index: 99;
    outline: none;
}

.slick-next {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 9;
    font-size: 0px;
    border: 0px;
    background: url(../images/next-arrow.png) left no-repeat;
    width: 33px;
    height: 33px;
    z-index: 99;
    outline: none;
}

.before-task-area,
.after-task-area {
    position: relative;
    overflow: hidden;
    margin: 25px 0px;
}

.task-img img {
    height: 140px;
    width: 100%;
}

.before-task-area p,
.after-task-area p {
    color: #56688A;
    font-size: 14px;
    font-weight: 600;
}

.recent-activity-area>p {
    color: #7F8FA4;
    font-size: 14px;
    font-weight: 600;
}

.recent-activity-area>p>span {
    float: right;
    font-size: 14px;
}

.recent-activity-area ul {
    margin: 0px;
    padding: 0px;
}

.recent-activity-area ul>li {
    list-style: none;
    padding: 4px 0px;
}

.recent-activity-area ul>li>img {
    margin-right: 10px;
}

.recent-activity-area ul>li>span {
    float: right;
    color: #7F8FA4;
    font-size: 12px;
    DISPLAY: INLINE-BLOCK;
    PADDING-TOP: 10PX;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    width: 100%;
    height: 100%;
}

.scroll-wrapper>.scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0 !important;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
    overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
    display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
    background-color: #3ca4e6;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-radius: 0px;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.close-pop-con {
    float: right;
    padding: 10px;
    cursor: pointer;
}

.map-area {
    width: 60%;
    float: left;
}

.polyline-content {
    width: 40%;
    float: right;
    background-color: #fff;
    height: 90vh;
}

.content-areas {
    padding: 20px 30px;
}

.content-areas>h2 {
    color: #354052;
    font-size: 24px;
    margin: 0px;
    padding-bottom: 10px;
}

.content-areas p {
    color: #56688A;
    font-size: 14px;
}

.content-areas ul.exp-date {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.content-areas ul.exp-date li {
    color: #354052;
    font-size: 16px;
    float: left;
    margin-right: 25px;
    list-style: none;
}

.content-areas ul.exp-date li>span {
    display: block;
    color: #7F8FA4;
    font-size: 14px;
}

.polyline-content h4 {
    color: #7F8FA4;
    font-size: 14px;
    padding: 16px 30px;
    border-top: 1px solid #E6EAEE;
    border-bottom: 1px solid #E6EAEE;
    font-weight: 600;
}

ul.start-loc {
    margin: 0px;
    padding: 0px;
    /*  border-left: 2px solid #ccc; */
    position: relative;
    margin-left: 10px;
}

/* ul.start-loc:before {
    content: '';
    background: #fff;
    width: 8px;
    height: 7px;
    position: absolute;
    top: 0;
    left: -4px;
} */
/* ul.start-loc:after {
    content: '';
    background: #fff;
    width: 8px;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: -4px;
} */
ul.start-loc>li {
    padding: 7px 20px;
    color: #354052;
    font-size: 15px;
    position: relative;
    list-style: none;
}

/* ul.start-loc>li.fc:before {
    content: '';
    width: 16px;
    height:16px;
    background-color: #07a4fb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: -9px;
} */
/* ul.start-loc>li.lc:before {
    content: '';
     width: 16px;
    height:16px;
    background-color: #3ab470;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: -9px;
} */
.content-areas table tr td {
    padding: 0px 10px 10px 0px;
    vertical-align: top;
}

.content-areas table tr td:first-child {
    padding-left: 15px;
}

.content-areas table {
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #ccc;
    position: relative;
    margin-left: 10px;
}

.content-areas table:before {
    content: '';
    background: #fff;
    width: 8px;
    height: 7px;
    position: absolute;
    top: 0;
    left: -4px;
}

ul.start-loc:before {
    content: '';
    background: url(../images/g-flag.png) no-repeat;
    width: 20px;
    height: 27px;
    position: absolute;
    top: 0px;
    left: -9px;
}

ul.start-loc:after {
    content: '';
    background: url(../images/b-flag.png) no-repeat;
    width: 20px;
    height: 27px;
    position: absolute;
    bottom: 0px;
    left: -9px;
}

table.pick-drop:after {
    content: '';
    background: url(../images/b-flag.png) no-repeat;
    width: 20px;
    height: 27px;
    position: absolute;
    bottom: 0px;
    left: -7px;
    /*  background: #fff;
    width: 8px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: -4px; */
}

.content-areas table tr {
    padding: 7px 20px;
    color: #354052;
    font-size: 15px;
    position: relative;
    list-style: none;
}

.content-areas table tr.rcom:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #45B854;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: -8px;
}

.content-areas table tr.rpen:before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: -8px;
    border: 2px solid #1875F0;
}

ul.view-point>li>span {
    float: right;
    width: 34%;
    /* text-align: right; */
    text-align: center;
}

ul.view-point>li>span>i {
    width: 100px;
    display: inline-flex;
    text-align: center;
    font-style: normal;
}

.sheed-graph {
    text-align: center;
    width: 100%;
}

.sheed-graph #chart_div {
    margin: 0 auto;
    display: inline-block;
}

.map-area #map {
    width: 100%;
    height: 90vh;
}

.content-areas form label {
    color: #354052;
    font-size: 14px;
    font-weight: 600;
}

.content-areas form input,
.content-areas form select,
.content-areas form textarea {
    border: 1px solid #DFE3E9;
    height: auto;
    padding: 10px 15px;
    border-radius: 5px;
}

#locations,
#locationsp,
#encodedPolyline {
    width: 100%;
    height: 200px;
}

.add-loc-btn input[type="button"] {
    width: 100%;
    background-color: #1991EB;
    padding: 14px 15px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.search-map {
    position: relative;
}

.search-map input[type="button"] {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #1991EB;
    color: #fff;
    padding: 7px 15px !important;
    height: auto;
    margin: 2px;
}

.del-btn-group {
    overflow: hidden;
}

.del-btn-group li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.del-btn-group li input[type="button"] {
    width: 100%;
    background-color: #1991EB;
    padding: 14px 15px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.content-areas .form-group input[type="button"] {
    background-color: #1991EB;
    padding: 12px 15px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-areas form button {
    width: 100%;
    background-color: #1991EB;
    padding: 12px 15px;
    border: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-areas form button:hover,
.content-areas .form-group input[type="button"]:hover {
    background-color: #0564ac;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map1 #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 12px;
}

.menu-divider li>ul>li {
    list-style: none;
}

.m-icon li.treeview>a {
    padding-left: 0px;
    background: url(../images/plus-icon.png) right no-repeat;
}

.m-icon li.treeview.menu-open>a {
    background: url(../images/minus-icon.png) right no-repeat;
}

.treeview-menu ul.treeview-menu {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.treeview.menu-open ul.treeview-menu {
    display: block;
}

.driver-e-pop li input {
    background-color: transparent;
    /* color: #fff; */
    border: 0px;
}

.driver-e-pop li input:hover {
    background-color: transparent;
}

.mce-menubtn button,
.mce-btn button {
    color: #595959;
    background-color: #fff;
    border: 0px;
}

.task_completed {
    border-left: 4px solid #2298F1;
}

.task_active {
    border-left: 4px solid #45B854;

}

.task_pending {
    border-left: 4px solid #EDA02D;
}

.task_running {
    border-left: 4px solid #2c5a02;
}

.task_expired {
    border-left: 4px solid #a10404;
}

.task_cancelled {
    border-left: 4px solid #ff0000;
}

.task_paused {
    border-left: 4px solid #777777;
}

ul.task-over-detail li {
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

ul.task-over-detail li.in_completed {
    background-color: #2298F1;
}

ul.task-over-detail li.in_active {
    background-color: #45B854;
}

ul.task-over-detail li.in_pending {
    background-color: #EDA02D;
}

ul.task-over-detail li.in_running {
    background-color: #2c5a02;
}

ul.task-over-detail li.in_expired {
    background-color: #a10404;
}

ul.task-over-detail li.in_cancelled {
    background-color: #ff0000;
}

ul.task-over-detail li.in_paused {
    background-color: #777777;
}


textarea {
    resize: none;
}

.view-d-details {
    cursor: pointer;
}

.recent-activity-area {
    margin-top: 22px;
}

.all-areas h1 {
    font-size: 30px;
}

.pick-drop tr:last-child:before {
    visibility: hidden;
}

.pac-card {
    width: 252px;
}

#pac-input {
    width: 90%;
}

.scrol-table {
    display: block;
    overflow-x: scroll;
}

.scrol-table tbody tr td {
    white-space: nowrap;
}

#upload-Preview {
    width: 300px;
    height: auto;
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
}

.text_nw * {
    white-space: nowrap;
}

label {
    font-size: 15px;
    font-weight: normal !important;
}

.text_nw th {
    font-weight: 600;
    font-size: 15px;
    color: #333;
}

.text_nw td {
    font-size: 15px;
    color: #888;
}

.user-menu a:before {
    display: none
}

.fc-field-list {
    width: 100%;
    height: 256px;
    margin: 0px;
    padding: 3px;
    border: 1px solid #ddd;
    overflow-y: scroll;
    background: #fff;
}

.fc-field-list div:hover span,
.fc-field-list div>span.active {
    background: red;
    color: #fff;
}

.fc-field-list div>span {
    margin: 2px 1px;
    background: #1ab394;
    display: inline-block;
    padding: 0 8px 0 0;
    width: 100%;
    color: #fff;
    border-radius: 6px;
    line-height: 22px;
    border: none;
    cursor: pointer;
}

.ddddd {
    background: #ddd;
    border-radius: 5px 0 0 5px;
    color: #333;
    padding: 2px 9px;
    display: inline-block;
    text-align: left;
    width: calc(100% - 25px);
    position: relative;
}

.p-0 {
    padding: 0 !important
}

.ddddd span {
    position: absolute;
    right: -25px !important;
    width: 25px !important;
    padding: 0 0 0 7px !important;
    margin: 0 !important;
    top: 2px !important;
}

.mxw150 {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.treeview-menu a.active {
    color: #fff !important;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin: 0 0 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    overflow: hidden;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

table.table thead tr th {
    vertical-align: middle;
}

.table-search {
    overflow: hidden;
}

.table-search .form-group {
    float: left;
    margin-right: 10px;
}

.table-search .form-group label {
    display: block;
}

.table-areas {
    margin: 15px 0px;
}

.table-search .form-groups {
    width: 100%;
    clear: both;
}

.add-more-data .form-group i.trash {
    display: none;
}

.table-search .form-group i.trash {
    color: #616161;
    font-size: 21px;
    padding: 5px 0px;
    cursor: pointer;
}

.add-more-data-form .real-data {
    width: 100%;
    clear: both;
    background-color: #f7f7f7;
    overflow: hidden;
    padding: 10px 15px;
    margin: 25px 0px;
    border: 1px solid #ccc;
}

.add-more-data {
    width: 100%;
    overflow: hidden;
    margin-top: 19px;
    display: inline-block;
}