﻿body {
    color: black;
}

#loader-wrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
}

.spiner-example {
    height: 200px;
    padding-top: 250px;
}

.sk-spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    /*background-color: #007bff;*/
    background: linear-gradient(45deg,#16B282,#125C84);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.theme-config {
    top: 140px;
}

.skin-settings .title {
    background: #007bff;
}

/*dropdown no caret*/
.nocaret.dropdown .dropdown-toggle::before {
    display: none;
    content: ''
}

.nocaret.dropdown .dropdown-toggle::after {
    display: none;
    content: ''
}

.wrapper-content {
    padding: 10px 0px 40px !important;
}

.title-action {
    text-align: right;
    padding-top: 15px;
}

.inmodal .modal-header {
    padding: 1rem !important;
    text-align: center;
    display: block;
}

.mini-navbar .navbar-default .nav > li:hover > a:not(.navbar-minimalize) {
    position: relative;
    width: calc(200px + 10px);
    background-color: var(--primary-color);
    color: white !important;
    -webkit-transition: none;
    cursor: pointer;
    transition: none;
}

body .sidebar-collapse ul.nav li.toggler {
    justify-content: space-between
}

    body .sidebar-collapse ul.nav li.toggler a {
        background: transparent !important;
        border-color: transparent
    }

        body .sidebar-collapse ul.nav li.toggler a:hover {
            background: transparent;
            color: white;
        }

li.toggler-body-small {
    display: none
}

@media screen and (max-width:768px) {
    li.toggler-body-small {
        display: block
    }
}

body.mini-navbar .sidebar-collapse ul.nav li.toggler {
    justify-content: center
}

body.mini-navbar .navbar-default .nav li:hover a span {
    display: inline;
    font-size: 13px;
}

.nav.metismenu > li {
    margin: 2px auto;
}


body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level, .mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    border-radius: 0 2px 2px 0;
    min-width: 180px;
    height: auto;
}

.mini-navbar li.active .nav-second-level {
    left: 45px;
}

.chosen-container-single .chosen-single {
    height: 35px !important;
    border-radius: 1px;
    font-size: 0.9rem;
    padding: 6px 12px;
    line-height: 1.5;
    color: black;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px !important;
    user-select: none;
    line-height: 1.5;
    -webkit-user-select: none;
    border-radius: 0 !important;
}

.select2-dropdown {
    border: 1px solid #e7eaec !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e7eaec !important;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 34px !important;
    user-select: none;
    border-radius: 0;
    -webkit-user-select: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e7eaec !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #007bff !important;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 29px;
}

.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #007bff !important;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #007bff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e7eaec !important;
    border-radius: 4px;
}
/*.table > tbody > tr > td > a {
    color: #0056b3;
}*/
a {
    color: #0056b3;
}

.table > tbody > tr > td > a:hover {
    text-decoration: underline;
}

.nav > li.active > a {
    color: #ffffff;
}

.page-item.active .page-link {
    /*// background-color: #0e9aef !important;*/
    /* background-color: #007bff !important;
    border-color: #007bff !important;*/
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}

.client-link {
    font-weight: 600;
    color: inherit;
}

.form-control:focus, .single-line:focus {
    border-color: #007bff;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #fff;
    border: 1px solid #007bff;
}

/*Timeline*/
.timeline-icon {
    width: 55px;
    height: 55px;
    z-index: 1
}

.route-timeline {
    padding: 0 30px 20px 30px;
    overflow-x: hidden;
}

    .route-timeline:hover {
        overflow-x: overlay
    }
    /*.route-timeline .stop{margin-left:56px; flex-shrink:0}*/
    /*.route-timeline .stop::after {
        content: '';
        width: 50px;
        background: #dee2e6;
        height: 5px;
        position: absolute;
        right: -50px;
        bottom: 20px
    }*/

    .route-timeline .timeline-card::after {
        content: '';
        width: 53%;
        background: lightgray;
        height: 5px;
        position: absolute;
        right: 0px;
        top: 34px;
        transition: all ease-in 0.30s;
    }


    .route-timeline .timeline-card.visited::after {
        background: green;
    }


    .route-timeline .timeline-card.visited + .timeline-card::before {
        background: green;
        content: '';
        width: 46%;
        transition: all ease-in 0.30s;
        height: 5px;
        position: absolute;
        left: 0px;
        top: 34px
    }


    .route-timeline .timeline-card + .timeline-card::before {
        background: lightgray;
        content: '';
        width: 46%;
        height: 5px;
        position: absolute;
        left: 0px;
        top: 34px
    }

    .route-timeline .timeline-card.last-stop::after {
        display: none
    }


.visited.timeline-card .timeline-icon i.fa {
    color: green !important;
    transition: all ease-in-out 0.30s
}

/*.route-timeline .timeline-icon::before {
        content: '';
        width: 150px;
        background: green;
        height: 5px;
        position: absolute;
        left: -100px;
    }*/
.route-timeline .stop:first-child {
    margin-left: 0px
}

.route-timeline .stop:last-child::after {
    display: none
}


@media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
        width: 70%;
    }
}

/*.route-timeline::before{position:absolute; content:''; width:70%; background: purple;height:5px; top:30px; left:72px}*/

@keyframes pulsate {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1)
    }
}


@keyframes color-change {
    0% {
        color: #ffc107;
    }

    50% {
        color: #ffcd38 !important;
    }

    100% {
        color: #ffc107;
    }
}

.pulsate {
    animation: pulsate linear 1.3s infinite
}

.timeline-icon.pulsate i.fa {
    animation: color-change linear 1.3s infinite
}
/*Timeline fin*/
/*.skin-1 .nav-header {
    background-color: #2f4050 !important;
    background-image: url(patterns/header-profile.png);
}*/

.skin-1 .spin-icon {
    background: #007bff !important;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: #007bff;
    text-decoration: none;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #007bff;
    background-image: none;
    color: white;
}

.right-auction {
    margin-right: 0px;
    width: 318px;
    overflow: hidden;
    transition: all 0.30s ease-in-out;
}

.wrapper-content.show .right-auction {
    margin-right: -297px;
}

.details-page-tabs li a.active {
    border: none;
    border-bottom: 3px solid #007bff !important;
}

.table.detailspane-table tr td {
    border-top: none;
}

.font-weight-600 {
    font-weight: 600;
}

.open-small-chat {
    height: 38px;
    width: 38px;
    display: block;
    background: #007bff;
    padding: 9px 8px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

    .open-small-chat:hover {
        color: white;
        background: #007bff;
    }

.custom-sidebar {
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(+120%);
    transition: all 0.3s ease-in;
    width: 320px;
    z-index: 2101;
}

    .custom-sidebar.active {
        transform: translateX(0);
    }

#small-chat {
    position: fixed;
    bottom: 45px;
    right: 50px;
    z-index: 2102;
}

.small-chats-box {
    display: block;
    /* position: fixed; */
    bottom: 20px;
    /* right: 75px; */
    background: #fff;
    /* border: 1px solid #e7eaec; */
    /* width: 250px; */
    height: 320px;
    border-radius: 4px;
}

.details-page-tabs.nav-tabs > li > a {
    text-align: center;
    padding: 10px 13px 10px 15px;
}

.small-chats-box .content {
    padding: 15px 15px;
    height: 460px;
}

    .small-chats-box .content .left {
        text-align: left;
        clear: both;
    }

    .small-chats-box .content > div {
        padding-bottom: 20px;
    }

    .small-chats-box .content .chat-message.active {
        background: #007bff;
        color: #fff;
    }

    .small-chats-box .content .chat-message {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 11px;
        line-height: 14px;
        max-width: 80%;
        background: #f3f3f4;
        margin-bottom: 10px;
    }

    .small-chats-box .content .right .chat-message {
        float: right;
    }

    .small-chats-box .content .author-name {
        font-weight: bold;
        margin-bottom: 3px;
        font-size: 11px;
    }

    .small-chats-box .content .right {
        text-align: right;
        clear: both;
    }

    .small-chats-box .content .chat-message {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 11px;
        line-height: 20px;
        max-width: 84%;
        background: #f3f3f4;
        margin-bottom: 10px;
    }

.skin-1 .ibox-title, .skin-1 .ibox-content {
    border-width: 0px !important;
}

.hidden {
    display: none !important;
}
/*.sortable-list {
    padding: 0;
}*/
.order-total > tbody > tr > td:last-child {
    border-bottom: 0px solid #DDDDDD !important;
    text-align: left;
    width: 42%;
}

.order-total > tbody > tr > td {
    border: 0 none;
    padding: 8px 5px;
}
/*.order-total > tbody > tr > td:first-child {
        text-align: right;
    }*/

.order-total > tbody > tr > .grand-total {
    font-size: 14px;
}

.text-para {
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 325px; */
    /* line-height: 25px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.agile-list li:hover {
    cursor: pointer;
    background: #FAFAFB;
}

.agile-list li {
    background: #fff;
    padding: 0;
}

.cart-product-imitation {
    height: 100px;
    width: 100px;
    padding-top: 0px;
    background: transparent;
}

    .cart-product-imitation img {
        max-width: 100% !important;
    }

.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
    text-align: left !important;
}


.left .left-hide {
    display: none !important
}

.right .right-hide {
    display: none !important
}

.hide {
    display: none;
}

.delete-options {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
}

.delete-optionslist {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
}

.routedelete-options {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
}

.sortable-list.product-list li:hover .delete-options {
    display: block;
}

.btn-outline-danger:hover {
    color: #fff !important;
}

.tabs-container .tabs-addressleft > .nav-tabs {
    float: none;
    margin-right: 19px;
}

    .tabs-container .tabs-addressleft > .nav-tabs > li {
        float: none;
        margin-bottom: -1px;
        width: 100%;
        border: 1px solid #e5e6e7;
        margin-right: 10px;
        position: relative;
    }

.tabs-container .tabs-addressleft .panel-body {
    width: 100%;
    margin-left: 0;
}

.tabs-container .tabs-addressleft > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
    width: 100%;
}
/*.tabs-container .tabs-addressleft.Add-routetab > .nav-tabss, .tabs-container .tabs-right > .nav-tabss {
    width: 100%;
}*/
.tabs-container .tabs-addressleft.Add-routetab > .nav-tabss, .tabs-container .tabs-right > .nav-tabss {
    width: 100%;
    list-style: none;
}

.tabs-container .tabs-addressleft > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    color: black;
}

.tabs-container .tabs-addressleft:not(.Add-routetab) > .nav-tabss > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #e5e6e7;
    color: black;
    padding: 13px;
    margin-bottom: 0px;
    cursor: context-menu;
}

.tabs-addressleft .address_tab.nav-tabs .nav-item.show .nav-link, .address_tab.nav-tabs .nav-link.active {
    color: #007bff !important;
    background-color: #fff !important;
    border-color: #007bff !important;
    border-radius: 0;
}
/*tabs-addressleft .address_tab.nav-tabs .nav-item.show .nav-link, .address_tab.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #007bff !important;
    border: none !important;
}*/
/*.tabs-addressleft .routes_tab.nav-tabs .nav-link:focus, .address_tab.nav-tabs .nav-link:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: #007bff #007bff #fff !important;
}*/
.tabs-addressleft .address_tab.nav-tabs .nav-link:focus, .address_tab.nav-tabs li :hover:not(.delete-btn, .fa) {
    color: #007bff !important;
    background-color: #fff !important;
    border-color: #007bff #007bff #007bff !important;
}

.tabs-addressleft .address_tab.nav-tabs li :hover .delete-optionslist a {
    color: #dc3545 !important;
    background-color: #fff !important;
    border-color: #dc3545 !important;
}

.tabs-addressleft .address_tab.nav-tabss .nav-link:focus, .address_tab.nav-tabs li a:not(.delete-btn) {
    color: #000 !important;
    /*background-color: #fff;*/
    /*// border-color: #007bff #007bff #fff !important;*/
}

.tabs-addressleft .address_tab.nav-tabss .nav-link:focus, .address_tab.nav-tabs li.active a {
    color: #fff !important;
    /*background-color: #fff;*/
    /*// border-color: #007bff #007bff #fff !important;*/
}
/*.tabs-addressleft .address_tab.nav-tabss .nav-link:focus, .address_tab.nav-tabs li :hover  {
    color: #fff !important;
    background-color: #fff;
    // border-color: #007bff #007bff #fff !important;
}*/

.tabs-addressleft .address_tab li:hover .delete-options {
    display: block;
}

.custom-sidebar {
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(+120%);
    transition: all 0.3s ease-in;
    width: 375px;
    z-index: 2103;
}

    .custom-sidebar .align-items-center.d-flex {
    }

    .custom-sidebar.active {
        transform: translateX(0);
    }

.theme-config {
    position: absolute;
    top: 90px;
    right: 0;
    overflow: hidden;
    z-index: 10;
}

.stream-small {
    margin: 20px 0;
}

.bg-secondary {
    background-color: #f5f5f5 !important;
}

.spin-icon {
    top: 27px !important;
}

.vertical-timeline-icon i {
    font-size: 20px !important;
}

.sub-info {
    margin: 0;
    font-size: 0.78rem;
}

.content.filter-form {
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: #6c757d white;
    scrollbar-width: thin;
}

    /* .content.filter-form:hover {
        overflow: overlay;
    }*/

    .content.filter-form::-webkit-scrollbar {
        width: 0.3em;
    }

    .content.filter-form::-webkit-scrollbar-thumb {
        background-color: #6c757d;
        outline: 1px solid slategrey;
    }

.deliver-product-imitation > img {
    text-align: center;
    padding-top: 0px;
    height: 100px;
    width: 100px;
    background-color: #f8f8f9;
}

.left-icon i {
    font-size: 15px;
}

.small-chats-box .content .left .delete-chat {
    display: none;
    /*color: inherit;*/
}

.small-chats-box .content .left :hover .delete-chat {
    display: block;
}

.small-chats-box .content .right .delete-chat {
    display: none;
    color: inherit;
}

.small-chats-box .content .right:hover .delete-chat {
    display: block;
}

.no-data h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.hidden_destiny {
    display: none;
}

.fc-event, .fc-agenda .fc-event-time, .fc-event a {
    padding: 4px 6px;
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 4px 1px !important;
}

.fc-state-active {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
}

.fc-state-default.fc-button {
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
    color: #ffffff !important;
}

.fc-state-default {
    background-color: #57b495;
    background-image: -moz-linear-gradient(top, #57b495, #57b495);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#57b495), to(#57b495));
    background-image: -webkit-linear-gradient(top, #57b495, #57b495);
    background-image: -o-linear-gradient(top, #57b495, #57b495);
    background-image: linear-gradient(to bottom, #57b495, #57b495) !important;
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*select.input-validation-error + div {
    border: 1px solid #ed5565 !important;
}*/
select.input-validation-error + div.chosen-container {
    border: 1px solid red !important;
}
/*
select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}*/

.middle-box.login-main {
    max-width: 350px;
    width: auto;
    position: relative;
    top: 50%;
    transform: translateY(-65%);
}

.passwordBox.forgotpass-main {
    max-width: 460px;
    /* margin: 0 auto; */
    padding: 40px 0px 0px 0px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -15%;
    transform: translate(-50%, -50%);
}

.middle-box h1 {
    font-size: inherit;
}

.passwordBox h1 {
    font-size: inherit;
    text-align: center;
}

.card-profile .card-avatar {
    width: 126px;
    height: 126px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card-profile {
    width: 126px;
    height: 126px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 0 16px 38px -12px rgb(255, 255, 255), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}


    .card-profile .fileupload.btn {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(33, 33, 33, 0.5);
        border-radius: 0;
        padding: 3px 10px;
        border: none;
    }

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}

.fileupload.btn .upload-icon i {
    color: #fff;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.profile-content .profile-information {
    border-top: 1px solid rgba(204, 204, 204, 0.35);
    margin: 0px 0 20px 0;
    width: 100%;
    color: #444;
}

    .profile-content .profile-information ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.profile-information ul li {
    list-style: none;
    font-size: 14px;
    margin: 0 0 12px 0;
    line-height: 18px;
    padding-top: 15px;
}

.profile-content .profile-information ul li span.left-data strong {
    float: right;
    font-weight: normal;
    margin-right: 17px;
}

.profile-content .profile-information ul li span.left-data {
    width: 45%;
}

.profile-information ul li span.right-data {
    width: 50%;
    float: right;
}

.orange {
    color: #ffa500;
}

.ck-editor__editable_inline {
    min-height: 200px !important;
}

.w-56 {
    width: 64% !important;
}


/**switch css*/
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #427bff;
}

input:focus + .slider {
    box-shadow: 0 0 1px #427bff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.form-control.datepicker {
    padding: 6px 12px !important;
    border-radius: 1px;
}

.dropdown-mega {
    width: 462px;
    padding: 5px 10px;
}

    .dropdown-mega a {
        color: #5e5f60;
        display: inline-block;
        padding: 4px 5px !important;
        min-height: auto !important;
    }

        .dropdown-mega a:hover, .dropdown-mega a:focus {
            color: #427bff;
        }

.img-block {
    width: 120px !important;
    height: 120px !important;
    text-align: center;
}

.upload-sec input {
    display: none
}

.upload-sec a span {
    color: #427bff;
    display: block;
    margin: 2px 0 0 0;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.upload-sec a i {
    color: #427bff;
    font-size: 20px;
    display: block;
}

.upload-sec a {
    position: relative;
    top: 35px;
    display: block;
}

.topround {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
    line-height: 27px;
    /*min-height: auto !important;*/
    text-align: center;
    color: #6c757d;
}

    .topround.btn-outline-secondary:focus {
        box-shadow: none !important;
        color: #fff !important;
        background: #6c757d !important
    }
/*dropdown*/
.dropdown-menu {
    border-radius: 7px;
    padding: 0;
}

td .dropdown-item {
    padding: 0.45rem 0.8rem;
    border-bottom: 1px solid #f1f1f1;
    color: #212529;
    font-size: 0.8rem;
}

td .dropdown-item {
    font-size: 0.8rem;
    color: #4b4b4b;
}

.dropdown-menu {
    /*max-height: 200px !important;*/
    overflow-y: auto !important;
    overflow-x: hidden;
}

.datepicker-dropdown.dropdown-menu {
    max-height: 300px !important;
    overflow: unset !important;
}

.scrollstyle::-webkit-scrollbar {
    width: 5px;
}

.scrollstyle::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.scrollstyle::-webkit-scrollbar-thumb {
    background: #ccc;
}

    .scrollstyle::-webkit-scrollbar-thumb:hover {
        background: #e7eaec;
    }

.center-orientation .vertical-timeline-content {
    width: 45%;
}

.set-activity-height {
    height: calc(100vh - 100px);
    overflow-y: auto
}

.plan-title:after {
    content: "";
    position: absolute;
    background: #427bff;
    width: 37px;
    height: 4px;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.planprice small {
    font-size: 16px;
}

.planbox {
    cursor: pointer;
}

    .planbox.selected::after {
        font-family: "Font Awesome 5 Free";
        content: "\f058";
        color: #1ab394;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 20px;
    }

.payment-card {
    position: relative;
    cursor: pointer;
}

.selected-paymentmethod:after {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #1ab394;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.payment-icon-big {
    font-size: 40px;
    color: #d1dade;
}

.dropright .dropdown-menu {
    left: 130px !important;
}

.planbox.selected {
    cursor: pointer;
    background: #dcffe4 !important;
}

    .planbox.selected .btn-secondary {
        background-color: rgb(47 162 18) !important;
        border-color: rgb(47 162 18) !important;
    }


/*Rewammp Style*/

.table-custom tr th, .table-custom tr th strong {
    color: #a9a9a9;
    font-weight: 500 !important;
    padding: 10px 5px !important;
}

.table-hover tbody tr:hover {
    background-color: #fcfcfc;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fcfcfc;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.custom-sec .form-control {
    padding: 4px 10px;
}

.custom-sec .btn {
    padding: 4px 10px;
    line-height: 20px;
}

.close {
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important
}

.back-arrow {
    color: #000;
    font-size: 18px;
    top: 2px;
}

.font-14 {
    font-size: 20px;
}

.badge-inverse {
    background-color: #3e495f;
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #427bff;
}

    .progress-bar.progress-bar-success {
        background-color: #1ab394;
    }

.contact-info .badge {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.contact-info .badge-success {
    background-color: #d5feeb;
    color: #73e9c2;
}

.contact-info .badge-warning {
    background-color: #fcf3d5;
    color: #f6d45f;
}

.contact-info .badge-primary {
    background-color: #d5edff;
    color: #57acff;
}

.new-add {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    cursor: pointer;
}

.added {
    background-color: #d5feeb;
}

.new-add h5 {
    font-size: 15px;
}

.new-add .btn-primary {
    background-color: #d5edff;
    border-color: #d5edff;
}

.new-add .btn-success {
    background-color: #73e9c2;
    border-color: #73e9c2;
}

.new-add a {
    background-color: #fff;
    border-color: #eaeaea;
}

.new-add i {
    /*  color: #aeaeae;
    background-color: #efefef;*/
    font-size: 12px;
}


.new-add:hover, .new-add:active, .new-add:focus, .highlighted {
    background-color: #0e9aef;
}

    .new-add:hover h5, .new-add:hover span, .new-add:active h5, .new-add:active span, .new-add:focus h5, .new-add:focus span, .highlighted h5, .highlighted span {
        color: #fff;
    }

    .new-add:hover a, .new-add:active a, .new-add:focus a, .highlighted a {
        background-color: #fff;
        border-color: #fff;
    }

    .new-add:hover i, .new-add:active i, .new-add:focus i, .highlighted i {
        color: #0e9aef;
        /* background-color:#fff;
        font-size:7px;*/
    }

.add-dotted {
    border: 1px dotted #0e9aef;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 20px;
}

    .add-dotted:hover {
        background-color: #fff;
    }

        .add-dotted:hover i {
            color: #fff;
            background-color: #0e9aef;
            font-size: 15px;
        }

    .add-dotted i {
        padding-top: 15px;
        font-size: 14px;
        background-color: #fff;
    }

    .add-dotted:hover i {
        color: #fff;
    }

.newadd-btn {
    position: absolute;
    top: 5px;
    right: 11px;
    padding: 0;
    width: 24px;
    height: 24px;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
    border-radius: 50%;
}

.tab-search {
    background-color: #f6f6f6;
    border: none;
    width: 250px;
    position: relative;
}

    .tab-search::after {
        content: "\f002";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
        top: 2px;
    }

.text-primary1 {
    color: #007bff;
}

.table-details td {
    vertical-align: middle !important
}

.custom-contact-card .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    padding: 2px 5px !important;
    font-size: 10px !important;
}

.badge-success {
    background-color: #5dbe1d;
}

.nav.navbar-right > li > a {
    color: #999c9e;
}

.navbar-top-links li {
    position: relative;
}

    .navbar-top-links li::after {
        content: none;
        width: 1px;
        height: 10px;
        position: absolute;
        right: 0;
        background: #f4f4f5;
        top: 3px;
        height: 44px;
    }

    .navbar-top-links li:last-child::after {
        content: none;
    }

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.details-table tr th {
    color: #888888 !important;
    font-size: 13px;
    font-weight: 300;
    border: none !important;
}

.details-table tr td {
    border-top: 0px solid #ccc !important;
    border-bottom: 1px solid #ecebeb;
}

.details-table tr:last-child td {
    border-top: 0px solid #ccc !important;
    border-bottom: 0px solid #ecebeb;
}

table.table.table-week tr td {
    border: none !important;
    text-align: center;
    padding: 5px 3px;
    color: #8c8b8b;
}

    table.table.table-week tr td.active {
        background: #427bff;
        border-radius: 50%;
        color: #fff;
        width: 30px;
    }

.border.week-sec.position-relative {
    padding: 3px 20px;
}

.prev-week {
    position: absolute;
    left: 2px;
    height: 66px;
    background: #e4e7ec;
    width: 15px;
    line-height: 70px;
    text-align: center;
    top: 2px;
    bottom: 2px;
}

.next-week {
    position: absolute;
    right: 2px;
    height: 66px;
    background: #e4e7ec;
    width: 15px;
    line-height: 70px;
    text-align: center;
    top: 2px;
    bottom: 2px;
}

.metismenu li a i {
    width: 25px;
    text-align: center;
}

/**Route Screen*/
.table-route tbody tr td, .table-route thead tr td {
    width: 200px !important;
    white-space: nowrap;
}

.table-route .item {
    position: relative;
    cursor: pointer
}

    .table-route .item p {
        font-size: 12px;
    }


.bg-blue {
    background: #ebedf1 !important
}

.bg-orange {
    background-color: #fff1e1 !important;
}

.content-block {
    position: relative
}

.legendcolor {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 1px;
}

.color-processing {
    background: #dbe6ff;
}

.color-completed {
    background: #e7fbe7;
}

.color-pending {
    background: #fdfccf;
}

#divDeliveries thead tr:nth-child(1) th {
    /*background: white;*/

    z-index: 10;
}

thead .dropdown-menu.show {
    top: 30px !important
}

.payment-card {
    position: relative;
    cursor: pointer;
}

.selected-paymentmethod:after {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #1ab394;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
}

.payment-icon-big {
    font-size: 40px;
    color: #d1dade;
}

.route-list {
    max-height: 100vh;
    overflow-y: hidden;
    min-height: calc(100vh - 330px);
}

    .route-list:hover {
        overflow-y: auto;
    }


.bg-dark {
    background-color: #7b7c7d !important;
}

a.viewseclink {
    position: relative;
    display: block;
    font-weight: 600;
}

.route-column a.dropdown-item i {
    width: 15px;
    text-align: center;
}

.route-column a.dropdown-item {
    width: auto;
    padding: 6px 8px;
}

.route-list li:last-child {
    border-bottom: none !important
}

.status_completed {
    background-color: #e7fbe7;
}

.status_pending {
    background-color: #fdfccf;
}

.status_processing {
    background-color: #dbe6ff;
}

.status_urgent {
    background-color: #ffe8e8;
}

.route-column {
    min-width: 240px;
    max-width: 300px;
    height: 400px;
}

.route-outer-scroll {
    overflow-x: auto;
}
/*.headerTop{
    position:sticky;
    top:0px;
}*/

/*end*/
#main #instructions-accordion .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    position: absolute;
    right: 30px;
    font-size: 20px;
    top: 8px;
}


#main #instructions-accordion .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
}

    #main #instructions-accordion .card .card-header .btn-header-link.collapsed:after {
        content: "\f106";
    }

#main #instructions-accordion .card .card-header {
    background: #fff
}

.order-box {
    display: block;
    width: 150px;
    padding: 5px;
    background-color: #fff;
}

    .order-box.active {
        background-color: #007bff;
        border: 1px solid #007bff !important;
    }

        .order-box.active .text-muted {
            color: #fff !important;
        }


.order-slider .owl-next {
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 20px !important;
}

.order-slider .owl-prev {
    position: absolute;
    top: 10px;
    left: -10px;
    font-size: 20px !important;
}

.custom-tab {
    display: none;
}

    .custom-tab.in {
        display: block;
    }

.rounded-upload {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 16px;
    color: #333;
}

.card-bg {
    background-image: url(../images/waves.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.addnewcard-link {
    border-style: dashed !important;
    border-width: 2px !important;
    color: #868686 !important;
    border-color: #868686 !important;
}

.subscription-body ul li .bg-primary {
    background-color: #427bff !important;
    color: #fff !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
}

.subscription-body ul li .bg-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 9px;
}

.subscription-header h2 small {
    font-size: 60%;
}

.selected-plan {
    background-color: #427bff !important;
    border-color: #427bff !important;
    color: #fff !important;
}

    .selected-plan ul li {
        color: #fff !important;
    }

    .selected-plan .subscription-body ul li .bg-primary {
        background-color: #fff !important;
        color: #427bff !important;
    }

.subscription-body .btn-white {
    color: #427bff !important;
}

.check-success {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #427bff;
    border: 2px solid #427bff;
}

.successbox .text-primary {
    color: #427bff !important;
}

.successbox .close {
    float: none !important;
    margin: 0 !important;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
}

.cancleBtn {
    padding: 7px 13px;
}

.trashIcon {
    line-height: 23px !important;
}

.newadd-btn .fa {
    line-height: 23px !important;
}

.radio label {
    padding-left: 5px;
}

.removeitemwo .fa {
    line-height: 35px;
    display: block;
    text-align: center;
}

.table-updateinvoice thead tr:nth-child(1) th {
    background: #fff;
}

.product-list-item img {
    width: 50px;
}

.table_image img {
    width: 100%;
}

/*Velmurugan*/
.sidebar-collapse {
    padding: 0 10px;
}

body.mini-navbar .sidebar-collapse {
    padding: 0 4px;
}

.skin-1 .nav > li.active > a {
    color: #000 !important;
}

.nav-second-level a {
    color: #000 !important;
}

.nav > li > a {
    font-weight: 400;
    padding: 10px 20px 10px 20px;
    display: block;
}

.menu-top-border {
    border-top: 1px solid #75d0b6;
    border-bottom: 1px solid #75d0b6;
    /* border: solid; */
    margin-bottom: 10px;
}

.table .thead-light th {
    font-weight: 400;
    vertical-align: middle !important;
}

td.nowrap, th.nowrap {
    white-space: nowrap
}

.topround-new {
    width: 25px !important;
    height: 25px !important;
    line-height: 23px;
    color: #fff !important;
    background: var(--primary-color-2);
}

.badge {
    padding-bottom: 5px;
}
/*.navbar-minimalize:hover, .navbar-minimalize:focus {
    border-color: #51a897 !important;
    background: #51a897 !important;
}*/
label {
    font-size: 0.8rem;
}


.input-group.custom-search span.input-group-btn {
    border-color: #e5e6e7;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-radius: 0 0.25rem 0.25rem 0
}

.input-group.custom-search input {
    border-radius: 0.25rem 0 0 0.25rem
}

    .input-group.custom-search input:focus + span.input-group-btn {
        border-color: var(--primary-color)
    }

.input-group.custom-search span.input-group-btn i.fa {
    color: #6c757d
}

.input-group.custom-search input:focus + span.input-group-btn i.fa {
    color: var(--primary-color)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black !important;
    line-height: 2.5 !important;
    font-size: 0.9rem !important;
}



.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}
