﻿/*  number increment plugin styles */

table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right,
table.dataTable tfoot tr > .dtfc-fixed-left,
table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: #546E7A !important;
}

#customersearch-modal {
    z-index: 99999999999999 !important;
}

.datetimepicker {
    z-index: 99999 !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.data-table-wrapper-plr-0 .dataTables_wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.input-group-select2 {
    width: 90%;
}

.input-group-currency-select2 {
    width: 40% !important;
}

.input-group-currency-append {
    width: 60% !important;   
}

.input-group-currency-text {
    width: 90% !important;
    border-start-start-radius: 0px !important;
    border-end-start-radius: 0px !important;
}

.input-group-select2-btn {
    width: 10% !important;
}

.note-modal .checkbox label input {
    margin-right: 8px;
}

/*html, body, a, p, span, h1, h2, h3, h4, h5, h6, label, span {
    font-family: 'Montserrat', sans-serif !important;
}
*/
html, body, a, p, span, h1, h2, h3, h4, h5, h6, label, form, input, li, strong {
    /* font-family: 'Montserrat', sans-serif;*/
}

body {
    font-size: 12px !important;
}

    body.mod-main-boxed.mod-bg-1 {
        background-image: url('../img/body-bg3.png');
        background-size: 65px;
    }

.number-style input {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    border: none;
    font-size: 15px;
    color: #000000;
}

.number-style span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 9px;
    cursor: pointer;
}

    .number-style span.number-minus {
        border: 2px solid #fe0021;
    }

        .number-style span.number-minus::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -1px 0 0 -4px;
            width: 8px;
            height: 2px;
            background-color: #fe0021;
        }

    .number-style span.number-plus {
        border: 2px solid #18a689;
    }

        .number-style span.number-plus::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -1px 0 0 -5px;
            width: 10px;
            height: 2px;
            background-color: #18a689;
        }

        .number-style span.number-plus::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -5px 0 0 -1px;
            width: 2px;
            height: 10px;
            background-color: #18a689;
        }

    .number-style span.disabled {
        border: 2px solid #a4a3a0;
    }

        .number-style span.disabled::after,
        .number-style span.disabled::before {
            background-color: #a4a3a0;
        }

.number-style input[type='number'] {
    -moz-appearance: textfield;
}

.number-style input::-webkit-outer-spin-button,
.number-style input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.number-style {
    border: 1px solid #bfc2c3;
    text-align: center;
    /* display: flex; */
    background: #eee;
    border-radius: 0px;
    width: 100%;
    overflow: hidden;
}

    .number-style input {
        min-width: 45px;
        display: inline-block;
        font-size: 12px !important;
        padding: 0;
    }

/*  number increment plugin styles end */



/* event calender event close button */
.closeon {
    position: absolute;
    right: 1px;
    top: 0px;
    width: 13px;
    text-align: center;
    height: 13px;
    background: #f90632;
    vertical-align: middle;
    line-height: 12px;
    border-radius: 50% 50%;
    font-size: 10px;
    text-transform: lowercase;
}

#event-calendar .fc-view-container .fc-event {
    padding: 2px 25px 2px 12px;
    overflow: hidden;
}

.label-disabled {
    background: #c0c0c0;
}

.fc-ltr .fc-day-grid-event .fc-resizer {
    display: none !important;
}

.calender-disabled-event {
    opacity: 0.7;
    cursor: no-drop;
}

.fc-event-container .short-info {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 17px;
    text-align: center;
    height: 109%;
    /* vertical-align: middle; */
    /* transform: translateY(-50%); */
    justify-content: center;
    align-items: center;
    display: block;
    background: transparent !important;
}

.fc-content .fc-title {
    font-size: 11px;
    /* color: #000; */
    font-weight: bold;
    text-shadow: none !important;
}

#event-calendar .fc-view-container .fc-event {
    padding: 2px 25px 2px 12px;
    overflow: hidden;
    margin-bottom: 5px;
    box-shadow: 1px 3px 3px #ada8a8;
}

#event-calendar .fc-more-popover .fc-body.fc-widget-content {
    height: 200px;
    overflow: scroll;
}

#event-calendar .fc-popover {
    border-width: 1px;
    border-style: solid;
    box-shadow: 1px 4px 10px #8a8787;
}

.fc-event {
    border-radius: 1px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #111;
}

.fc-time-grid-event.fc-short .fc-title, .fc-time-grid-event .fc-time {
    font-size: 1.1em;
}

.table-bordered.table-sales-route tr.shown {
    background: #e9eced;
}

.event-cal-legend-lable {
    line-height: 15px;
    color: #444;
    font-weight: 600;
    display: inline-block;
    width: auto;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right;
}

.visit-plan-legends {
    margin-bottom: 30px;
}

.event-cal-legend-lable span {
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 5px;
}

#event-calendar .fc-event {
    background-color: #4693d2 !important;
}

.route-label {
    position: absolute;
    height: 100%;
    width: 8px;
    left: 0;
    top: 0;
}

/* *********** tooltip *************** */
.arrow_box {
    position: absolute;
    background-image: linear-gradient(to right top, #bdc93f, #cad55d, #d7e279, #e5ee94, #f2fbaf);
    border: 1px solid #000;
    top: -56px;
    width: 280px;
    padding: 5px;
    display: none;
    right: 3px;
    text-align: center;
    box-shadow: 1px 10px 18px #bdbaba;
    border-radius: 3px;
}

    .arrow_box a {
        transition: .75s ease-in-out 1s;
    }

        .arrow_box a:hover {
            transition: .25s ease-in-out 0s;
            color: rgba(84, 82, 85, 0.82);
        }

.tip-close-btn {
    position: absolute;
    right: -9px;
    top: -8px;
    color: #f00;
    background: #fff;
    border-radius: 50% 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    line-height: 14.5px;
    font-size: 15px;
    cursor: pointer;
}

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box::after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #020202;
    border-width: 10px;
    margin-left: -20px;
}

.arrow_box::before {
    /* border-color: rgba(194, 225, 245, 0); */
    /* border-top-color: #BDC93F; */
    border-width: 10px;
    margin-left: -20px;
}

.qtip-btn-inside {
    display: inline-block;
    color: #222;
    padding: 0 7px;
    text-align: center;
    font-size: 12px;
}

    .qtip-btn-inside i {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .qtip-btn-inside span {
    }

/* **************************** */
#uncompletedVisitList li {
    margin-bottom: 5px;
}

custom-plan-label {
    background-color: #814c97;
    width: 8px;
    float: right;
    display: block;
    height: 100%;
}

.pre-sale-plan-label {
    background-color: #8bc34a;
    position: relative;
    float: right;
    width: 8px;
    display: block;
    height: 100%;
}

.itemimages-separator {
    width: 100%;
    clear: both;
    height: 10px;
}

.item-image-wrapper {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.text-red {
    color: crimson;
}

.c-pointer {
    cursor: pointer;
}


.pad-lft-no {
    padding-left: 0 !important;
}

.pad-rgt-no {
    padding-right: 0 !important;
}

.pad-tp-no {
    padding-top: 0 !important;
}

.pad-btm-no {
    padding-bottom: 0 !important;
}

#event-calendar .fc-event.event-is-completed {
    background: #c0c0c0 !important;
    border-color: #c0c0c0 !important;
}

#event-calendar .fc-event.is-vehicle {
    background: #f44336 !important;
    border-color: #f44336 !important;
}

#event-calendar .fc-event {
    border: none !important;
}

.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
    overflow: visible;
}

.modal-content .modal-header .close {
    margin-top: -6px;
    margin-right: -10px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 21px;
    opacity: 1;
    text-shadow: none;
    color: #ffffff;
    font-size: 18px;
}

.full_width {
    width: 100%;
}

[class^="demo-pli-"], [class*=" demo-pli-"], [class^="demo-psi-"], [class*=" demo-psi-"] {
    margin-top: -2px;
    font-size: 17px;
    margin-right: 5px;
}

.mar-top {
    margin-top: 20px;
}

.ierp-main-wrapper .ibox-content {
    /*padding: 35px 20px 20px 20px;*/
    /*padding: 15px 15px 10px 15px !important;*/
}

.inmodal .modal-icon {
    color: #94d3d5;
}

.btn-options {
    background: #dedede;
    border-color: rgba(0, 0, 0, 0.09);
    color: #4e665a;
}

    .btn-options:hover {
        background-color: #18a689;
        border-color: #18a689;
        color: #fff;
    }

a, button {
    transition: all .6s;
    transition-delay: all .6s; /* delays for 1 second */
    -webkit-transition-delay: all .6s; /* for Safari & Chrome */
    -moz-transition-delay: all .6s; /* for firefox */
}

.dropdown-menu:not(.head-list) > li > a:hover {
    background-color: #eaeaea;
}

.page-header .dropdown-menu.show {
    overflow: visible;
}

.dropdown-menu.show {
    overflow: hidden;
}

header.page-header a.header-icon {
    cursor: pointer !important;
}

div.table-responsive table.table.dt-dataTables-data .dropdown-menu > li > a {
    margin: 4px 0px;
    width: 100%;
}

.dt-button-collection.dropdown-menu > li > a:hover {
    background-color: #eaeaea !important;
}

.ibox-footer .btn {
    margin-left: 10px;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    top: 35%;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border-color: #e5e5e5;
}

.has-success .form-control, .form-control {
    border-color: #bfc2c3;
    box-shadow: none;
    border-radius: 3px;
    font-size: 13px;
}

.html5buttons .dt-buttons a.btn {
    margin-right: 0px;
    border: 0;
    color: #fff;
    background-color: #18a689;
    background-image: none;
    /* outline: 1px solid #f3f3f3; */
    /* outline-offset: -3px; */
    padding-top: 6px;
    padding-left: 9px;
    padding-bottom: 7px;
    font-size: 12px;
    border-left: 1px solid #fff;
}

.ibox-title h5 {
    font-size: 15px;
}

.bottom-space {
    margin-bottom: 20px;
}

.help-block {
    line-height: 20px;
    display: block;
}

.has-error .help-block, .field-validation-error {
    font-size: 0.6875rem;
}

.btn-default {
    border: 1px solid #dbdfe1;
}

.input-group-addon {
    border: 1px solid #bfc2c3;
}

/*.inmodal .modal-title {
    font-size: 22px;
}*/

.visit-plan-legends {
    margin-bottom: 45px;
    margin-top: -15px;
    padding: 20px 5px;
}

.text-left {
    text-align: left;
}

.event-cal-legend-lable span {
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin-right: 5px;
    border-radius: 0;
}

#event-calendar .fc-button {
    background-image: none;
    border-radius: 0 !important;
    /* margin: 0 !important; */
    background-color: #18a689;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    border-color: #fff;
    text-transform: capitalize;
    font-size: 13px !important;
    font-family: 'Montserrat', sans-serif;
}

.sub-title {
    border-bottom: 1px solid #e9e1e1;
    padding-bottom: 10px;
}

.section-heading {
    margin-bottom: 15px;
}

.sub-title-small {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

.section-panel {
    background: #fff;
    margin-bottom: 25px;
    padding: 15px;
    float: left;
    width: 100%;
    clear: both;
    border: 1px solid #ddd;
}

.custom-plan-label {
    background-color: #814c97;
    width: 8px;
    float: right;
    display: block;
    height: 100%;
}

.pre-sale-plan-label {
    background-color: #8bc34a;
    position: relative;
    float: right;
    width: 8px;
    display: block;
    height: 100%;
}

.bdr-lft-white {
    border-left: 1px solid #fff !important;
}

.txt-white {
    color: #fff !important;
}


.ovrflw-hdn {
    overflow: hidden;
}

.group-txt-input {
    padding-right: 25px;
}

.line-height-1-3 {
    line-height: 1.3 !important;
}

.sales-order-tab-sub-title {
    padding-left: 30px;
}


@media (max-width: 767px) {
    .number-style input {
        width: unset;
    }

    .invoice-list-tbl {
        display: block;
        overflow: auto;
    }
}


.ierp-ibox-inner {
    background: none;
    border: none;
    padding-top: 15px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.ierp-ibox-inner-row {
    /*margin-left: -20px;
    margin-right: -20px;*/
}

.ierp-ibox-section {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    float: left;
    width: 49.2%;
}

.ierp-ibox-panel-sub-title {
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

.modal-title-inner {
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

    .modal-title-inner h3 {
        font-size: 15px;
    }

.pad-no {
    padding: 0 !important;
}

.mar-no {
    margin: 0 !important;
}

.modal-title-inner h2 {
    font-size: 17px;
}

.sub-title-medium {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

div.wizard-big div.bootstrap-duallistbox-container label {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #e9e4e4;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 25px;
}
/*div#groupSelectionWidget div.box1.col-md-6 label, div#groupSelectionWidget div.box2.col-md-6 label {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #e9e4e4;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 25px;
}*/
.navbar-fixed-top, .navbar-static-top {
    background: #003c69;
}

.navbar a, .navbar input, .navbar span, .nav.navbar-right > li > a {
    color: #ece7e7;
}

.home-widget-wrapper .widget {
    box-shadow: 1px 1px 10px #f1f1f1;
    -moz-box-shadow: 1px 1px 10px #f1f1f1;
    -webkit-box-shadow: 1px 1px 10px #f1f1f1;
    border-radius: 0px;
}

.nav-header .profile-element {
    text-align: center;
}

    .nav-header .profile-element img.img-circle {
        margin: 0 auto;
    }

/*h2, h1, h3, h4, h5, h6, li, .breadcrumb > li, .breadcrumb > .active {
    color: #314969;
}*/

.ibox .ibox-title {
    border-color: #f58634;
    /*border-color: #003c69;*/
}

.orange-top-border {
    border-top: 2px solid #f58634;
}

.field-validation-error {
    position: absolute;
}

.box-shadow-mini {
    box-shadow: 1px 2px 4px #c9cde3;
    -moz-box-shadow: 1px 2px 4px #c9cde3;
    -webkit-box-shadow: 1px 2px 4px #c9cde3;
}

.has-success .form-control, .form-control,
.select2-container--default .select2-selection--single,
.html5buttons .dt-buttons a.btn, .btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.modal-content .modal-header .close span:nth-child(1) {
    margin-top: -12px;
    margin-left: -6px;
    display: block;
}

.mar-btm-mini {
    margin-bottom: 12px;
}

.mar-tp-twelv {
    margin-top: 12px;
}

div.ibox-content.SalesOrder-LineItem-ibox div.form-group.bottom-space {
    margin-bottom: 70px;
}

div.panel-body.sales-order-customer-info-panel div.form-group.bottom-space {
    margin-bottom: 70px;
}

.bdr-no {
    border: none !important
}

.p-sm-7 {
    padding: 7px !important;
}

/* sales order styles */
/*.sales-orders-create-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.sales-orders-create-wrapper .select2-container .select2-selection--single {
    box-sizing: border-box;
    height: 30px;
}

.sales-orders-create-wrapper .form-control {
    height: 30px;
}

.sales-orders-create-wrapper .input-group-btn .btn, .sales-orders-create-wrapper .cmdbtn {
    padding: 4px 12px;
}*/

.ibox-content .form-group:not(:last-child).border-bottom-mini {
    margin-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 12px;
}

.border-bottom-mini .row .col-xs-6.col-sm-6 div.txt-reverse-space {
    margin-bottom: -4px;
}

.ibox-title.left-pad-ten {
    padding: 15px 10px 7px;
}

.box-border {
    border: 6px solid #FFF;
}

.left-pad-ten {
    padding-left: 10px;
}

.ibox-panel {
    background: #fff;
    margin-bottom: 20px;
}

.no-border-radius {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sales-order-summary-full-width {
    background: #fff;
    padding: 0;
    margin: 0px 15px;
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
}

.select2-container .select2-selection--single {
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.overflow-visible {
    overflow: visible;
}

.btn-info {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
}

.no-pad-btm {
    padding-bottom: 0 !important;
}

.no-pad-top {
    padding-top: 0;
}


.form-group.required label.no-star::after {
    content: "";
}

.ibox-content .i-checks {
    margin-top: 8px;
}

.loginColumns {
    padding-top: 20vh !important;
}

.img-zoom {
    transition: transform .2s;
    z-index: 78;
}

.form-horizontal-label-checkbox-2 {
    margin-left: 0px;
}

.img-zoom:hover {
    /* transform: scale(3);*/
}

div.fileinput.input-group a.input-group-addon.btn.btn-danger {
    background-color: #ed5565 !important;
    border-color: #ed5565 !important;
    color: #FFFFFF !important;
}

.upload-img-preview {
    width: auto;
    height: 34px;
    margin-left: 10px;
}

.html5buttons .btn.btn-default:hover {
    box-shadow: 0px 2px 3px #000;
    -moz-box-shadow: 0px 2px 3px #000;
    -webkit-box-shadow: 0px 2px 3px #000;
}

.hr-imp-profile-img {
    display: block;
    float: left;
    margin-right: 5px;
    z-index: 99;
    position: relative
}

.label-left .form-horizontal .control-label {
    text-align: left;
}

div.fileinput.input-group div.form-control {
    overflow: hidden;
}

    div.fileinput.input-group div.form-control .fileinput-filename {
        display: inline;
        line-height: 1;
    }

.has-error .form-control {
    border-radius: 0;
}



/* ******* drag tax *********** */
#container_sort.handles {
    margin: 0 auto;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #container_sort.handles .draggable {
        list-style: none;
        border: 1px solid #CCC;
        background: #F6F6F6;
        font-family: "Tahoma";
        color: #314969;
        margin: 5px;
        padding: 5px;
        cursor: move;
        margin-bottom: 20px;
        -webkit-box-shadow: 2px 2px 4px #ddd;
        -moz-box-shadow: 2px 2px 4px #ddd;
        box-shadow: 2px 2px 4px #ddd;
        text-align: center;
    }

    #container_sort.handles span {
        cursor: move;
    }

#container_sort li.disabled {
    opacity: 0.5;
}

#container_sort .input-group .form-control {
    z-index: 2 !important;
}

#container_sort .input-group-inline .input-group-btn > .btn {
    min-width: 35px !important;
}

.tax-label-inner {
    font-size: 11px;
    /* letter-spacing: 0px; */
    text-align: center;
    margin-bottom: 5px;
}

.tax-order-no-btn {
    width: 100%;
}

.tax-details-input {
    border: 1px solid #e0dddd;
    height: 100%;
    width: 100%;
    min-height: 35px;
    background: #fff;
    line-height: 32px;
}


.form-horizontal .single-line-form-element label {
    font-weight: bold;
}

.ibox {
    /*box-shadow: 1px 2px 3px #ccc;*/
    /*box-shadow: 0px 4px 10px -5px;*/
}

/* for modals */
.wrapper-content form .ibox .ibox-title {
    padding: 15px 20px 7px 20px;
}

.wrapper-content form .ibox-content {
    padding: 15px 20px 10px 20px !important;
}

/* for index pages */
.wrapper-content .ibox-content {
    padding: 15px 15px 10px 15px !important;
}

.footer {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}

.header-img-pic {
    /* width: 50px; */
    height: 35px;
    margin-left: 10px;
    /* padding: 1px; */
    /* border: 1px solid #ddd; */
}

.no-pad {
    padding: 0 !important;
}

body.canvas-menu nav.navbar-static-side {
    left: -300px;
    display: block;
}

.navbar-default.navbar-static-side.bounceOutLeft {
    left: 0;
}



.logo-element img.small-logo {
    max-width: 70%;
    display: none;
}

.large-logo {
    max-width: 100%;
}

.logo-element-large {
    margin-bottom: 15px;
}

nav.navbar-default.navbar-static-side ul.nav.metismenu li.nav-header {
    padding-top: 15px;
}

body.mini-navbar .logo-element {
    display: block;
    padding-top: 0;
    text-align: center;
}

    body.mini-navbar .logo-element img.small-logo {
        display: block;
        margin: 0 auto;
    }

body.mini-navbar .logo-element-large {
    display: none;
}

/* ********* drag tax end ************ */
@media (max-width: 767px) {
    .responsive-titles-all .breadcrumb > li {
        font-size: 13px;
    }

    .responsive-titles-all .breadcrumb {
        text-align: center;
    }

    .page-heading.responsive-titles-all h2 {
        font-size: 20px;
        text-align: center;
    }

    .responsive-titles-all .title-action {
        text-align: center;
    }
}



.custom-timeline .vertical-timeline-content h2 {
    font-weight: 500 !important;
    padding: 0;
    margin: 0;
    font-size: 13px !important;
}

    .custom-timeline .vertical-timeline-content h2 span {
        font-size: 11px !important;
    }

.custom-timeline .ui-state-default,
.custom-timeline .ui-widget-content .ui-state-default,
.custom-timeline .ui-widget-header .ui-state-default {
    background: transparent !important;
    border: 0px !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    cursor: grab;
}

.ui-sortable li.ui-state-default:first-child {
    border-top: 0;
}

.ui-sortable li.ui-state-default:last-child {
    border-bottom: 0;
}

.ui-sortable-placeholder {
    border: 2px dashed #aaa !important;
    min-height: 80px;
    width: 100%;
    background: transparent !Important;
}

.popup-ibox-reset {
    border: 0px solid #fff !important;
    padding: 0px !important;
}

.timeline-lineTable {
    width: 100%;
}

    .timeline-lineTable .btn-danger {
        transform: scale(0.8);
    }

    .timeline-lineTable p {
        font-size: 11px;
        padding: 0;
        margin: 0;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

    .timeline-lineTable.role-approve p {
        font-size: 12px;
        padding: 8px 0 0 2px;
    }

    .timeline-lineTable b {
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.2px;
    }

.timeline-history .feed-activity-list {
    padding-left: 5px;
}

.timeline-history .approveHistory-typrBorder {
    position: absolute;
    left: 0px;
    width: 4px;
    top: 0px;
    height: 100%;
}

.timeline-linePerson a,
#sortable .feed-activity-list {
    display: block;
    min-height: 57px;
    width: 100%;
    border-radius: 4px;
    text-shadow: none;
}

    #sortable .feed-activity-list .feed-element {
        border-bottom: 0px solid #e7eaec;
    }

#sortable .feed-activity-list {
    border: 1px solid #e4e4e4;
}

.timeline-linePerson a i {
    padding-top: 13px;
}

.timeline-lineTable small a {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.timeline-lineTable:hover small a {
    opacity: 1;
}

.custom-timeline .vertical-timeline-icon {
    font-size: 16px !important;
    border: 3px solid #ffffff !important;
}

    .custom-timeline .vertical-timeline-icon i {
        width: auto;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0px;
        margin-top: 8px;
        font-size: 12px;
        text-align: center;
    }

.custom-timeline #vertical-timeline::before {
    left: 19px !important;
    width: 3px !important;
    background: #d0d0d0 !important;
}

.timeline-addworkflowStep a {
    float: none !important;
    display: block;
    height: 57px;
    width: 100%;
    border-radius: 4px;
    text-shadow: none;
    padding-top: 18px;
}

.rotingtxt {
    -webkit-transform: rotate(331deg);
    -moz-transform: rotate(331deg);
    -o-transform: rotate(331deg);
    transform: rotate(331deg);
    font-size: 10em;
    color: rgba(255, 5, 5, 0.05);
    position: absolute;
    text-transform: uppercase;
    padding-left: 10%;
    top: 45%;
    left: 12%;
    font-weight: 700;
}

.workflow-ApproveReject button {
    width: 100%;
    max-width: 200px;
}

.Invoice-info-span span {
    display: inline-block;
    width: 10px;
}


.feed-activity-list.person-approved {
    position: relative;
}

    .feed-activity-list.person-approved:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        content: "\f00c";
        position: absolute;
        top: 10px;
        right: 10px;
        color: #1dc9b7;
        font-size: 14px;
    }

.feed-activity-list.person-rejected {
    position: relative;
}

    .feed-activity-list.person-rejected:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        content: "\f00d";
        position: absolute;
        top: 10px;
        right: 10px;
        color: #ff715b;
        font-size: 14px;
    }

.feed-activity-list.person-pending {
    position: relative;
}

    .feed-activity-list.person-pending:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        content: "\f128";
        position: absolute;
        top: 10px;
        right: 10px;
        color: #007bff;
        font-size: 14px;
    }

.feed-activity-list.person-nextLevel {
    pointer-events: none;
    background-color: #d6d6d6 !important;
    color: #232323 !important;
}

    .feed-activity-list.person-nextLevel .text-muted {
        color: #424242 !important;
    }



.approvalAction-Approved,
.approvalAction-Rejected,
.approvalAction-inProgress,
.approvalAction-nextStep {
    position: relative;
}

    .approvalAction-Approved:after {
        content: 'Completed';
        background-color: #1dc9b7;
    }

    .approvalAction-Rejected:after {
        content: 'Rejected';
        background-color: #ff715b;
    }

    .approvalAction-inProgress:after {
        content: 'In Progress';
        background-color: #007bff;
    }

    .approvalAction-nextStep:after {
        content: 'Next Step';
        background-color: #a7a7a7;
    }

    .approvalAction-Approved:after,
    .approvalAction-Rejected:after,
    .approvalAction-inProgress:after,
    .approvalAction-nextStep:after {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 2px 10px;
        border-radius: 2px;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
    }


.approvalAction-Comment {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #888888;
}


.leftradius-4 {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.dt-button-collection.dropdown-menu {
    margin: 0 !important;
    padding: 0 !important;
}

    .dt-button-collection.dropdown-menu a {
        margin: 0 !important;
        padding: 6px 8px 6px 15px;
        border-radius: 0;
        line-height: 20px;
        font-size: 12px;
    }

        .dt-button-collection.dropdown-menu a:active,
        .dt-button-collection.dropdown-menu a:hover,
        .dt-button-collection.dropdown-menu a:focus {
            color: #6e4e9e !important;
            text-decoration: none !important;
            background-color: #f8f9fa !important;
        }

.modal-dialog .modal-header .modal-title {
    font-weight: 400;
    font-size: 16px;
}

.input-group-append .input-group-addon {
    border: 1px solid #E5E5E5;
}

.form-horizontal-label-checkbox {
    line-height: 23px;
    /*margin-left: -10px;*/
}

.btn .ladda-label i {
    margin-right: 10px;
}

.custom-fileUpload {
    height: 36px !important;
    padding: 6px 12px 0px 6px;
    font-size: 12px;
    letter-spacing: 0.2px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-color: #fff;
}

.modal-section-title {
    font-size: 16px;
    font-weight: 500;
    color: #424242;
}

.hr-line-modal {
    margin: 0 0px 15px;
}

.inner-image-prev-wrapper {
    position: relative;
    width: 100%;
    height: 25px;
    z-index: 999;
}

    .inner-image-prev-wrapper .custom-pic-img.img-zoom {
        max-width: 100%;
        /* height: 34px;*/
    }

.panel-container .panel-content .text-right .btn.btn-circle.btn-xs i {
    margin: 0 !important;
}

.panel-container .panel-content .text-right .btn.btn-circle.btn-xs {
    text-align: center;
    padding: 0 !important;
    border-radius: 50% !important;
}

.panel-container .panel-content .text-center a.btn.btn-xs {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    margin-left: 7px;
}

.swal2-container .swal2-image {
    margin: 0 auto 1.25em !important;
}

body .swal2-popup {
    min-width: 30em;
    /*width: auto;*/
}

@media (max-width: 992px) {
    .page-heading {
        margin: -26px -32px 15px -32px !important;
    }
}



.tbl-badge {
    padding: 0.75em 1.4em !important;
    width: 100%;
    max-width: 110px;
    line-height: 1.1 !important;
}

.btn-groupCustom {
    padding-top: 12px;
}

.custom-tags {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
    top: 4px;
}

    .custom-tags .tag {
        display: -webkit-box;
        display: flex;
        cursor: pointer;
        margin: 0 0 5px 0;
        font-weight: 400;
        font-size: 11px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        border-radius: 1rem;
        overflow: hidden;
        justify-content: center;
    }

    .custom-tags h5 {
        font-weight: 600 !important;
        font-size: 12px;
    }

    .custom-tags .tag.active:after {
        opacity: 1;
        visibility: visible;
        max-width: 2rem;
        margin-left: .4rem;
    }

    .custom-tags .tag:after {
        content: 'x';
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        max-width: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

.leadsales-history .tbl-badge {
    width: 100%;
    max-width: none;
    display: inline;
}


.dropdown-menu input[type=checkbox] {
    margin-right: 10px;
}

.dropdown-menu label.dropdown-item {
    font-size: 12px;
    padding: 8px 15px;
    margin: 0;
}

.custom-sortby {
    padding-top: 10px;
}

.form-horizontal-label-checkbox-2 {
    margin-left: -25px;
}

.text-white.bg-primary, .bg-primary.text-white {
    border: 1px solid #886ab5;
}

/* ******************************** */
.custom-file {
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    overflow: hidden;
}

.custom-file-input {
    cursor: pointer;
}

.custom-file .custom-file-label::after {
    color: #fff;
    background-color: #886ab5;
    border-color: #886ab5;
    top: -1px;
    z-index: 10;
    height: calc(1.67em + 1rem);
    line-height: 1.67;
    cursor: pointer;
}

div.custom-file label.custom-file-label {
    overflow: hidden;
    cursor: pointer;
    z-index: 67;
    line-height: 180%;
}

#product-image-container .inner-image-prev-wrapper .custom-pic-img.img-zoom {
    height: 34px;
}

.inner-image-prev-wrapper {
    top: 1px;
}

#product-image-container .custom-file {
    max-width: 300px;
}

.inner-image-prev-wrapper .custom-pic-img.img-zoom {
    max-width: 100%;
    width: 37px;
    height: 37px;
    object-fit: cover;
    display: none;
    border: 1px solid #ececec;
}

.inner-image-prev-wrapper {
    position: absolute;
    width: 100px;
    height: 35px;
    z-index: 999;
    left: auto;
    top: 0px;
    right: 73px;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

div.custom-file .invalid-tooltip {
    padding: 0.3rem 0;
    margin-top: -4px;
    color: #ff715b;
    background-color: #fff;
}
/* ******************************** */

.page-heading .title-action .btn-outline-info {
    color: #2196F3;
}

    .page-heading .title-action .btn-outline-info:hover {
        color: #fff;
    }



.modal-right-xl {
    max-width: 75% !important;
}

@media (max-width: 992px) {
    .modal-right-xl {
        max-width: 100% !important;
    }
}

.saleslead-secondary-popup.Slidepopup-sm {
    width: 25% !important;
}

.saleslead-secondary-popup.Slidepopup-lg {
    width: 50% !important;
}

.saleslead-secondary-popup.Slidepopup-xl {
    width: 75% !important;
}

.saleslead-secondary-popup {
    position: fixed;
    top: 0;
    right: -25%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 4px;
    outline: 0;
    min-height: 100vh !important;
    left: auto !important;
}

    .saleslead-secondary-popup .modal-header .close {
        margin-top: -18px;
        margin-right: -10px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        line-height: 21px;
        opacity: 1;
        text-shadow: none;
        color: #ffffff;
        font-size: 18px;
    }

    .saleslead-secondary-popup .text-right .btn,
    .saleslead-secondary-popup .modal-footer .btn {
        padding: 6px 30px !important;
        border-radius: 4px !important;
    }




.wr-login-type {
    width: 100% !important;
    background-color: #fff;
    padding: 35px 20px 30px 20px;
    border-radius: 10px;
    position: relative;
    top: -5%;
}

    .wr-login-type a {
        border-radius: 10px;
        background-color: #f7f9fa;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(74, 53, 107, 0.08);
        box-shadow: 0px 0px 13px 0px rgba(74, 53, 107, 0.08);
        position: relative;
        background-color: transparent !important;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 105px 15px 20px 15px !important;
        text-align: center;
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: #7b7b7b !important;
    }

        .wr-login-type a:hover,
        .wr-login-type a:active,
        .wr-login-type a:focus {
            color: #fff !important;
        }

    .wr-login-type .admin-login {
        background: url(../content/app-images/admin-portal.png) no-repeat center top 20px;
    }

        .wr-login-type .admin-login:hover,
        .wr-login-type .admin-login:active,
        .wr-login-type .admin-login:focus {
            background: url(../content/app-images/admin-portal-hov.png) no-repeat center top 20px;
        }

    .wr-login-type .Customer-login {
        background: url(../content/app-images/Customer-portal.png) no-repeat center top 20px;
    }

        .wr-login-type .Customer-login:hover,
        .wr-login-type .Customer-login:active,
        .wr-login-type .Customer-login:focus {
            background: url(../content/app-images/Customer-portal-hov.png) no-repeat center top 20px;
        }

    .wr-login-type .Vendor-login {
        background: url(../content/app-images/Vendor-login.png) no-repeat center top 20px;
    }

        .wr-login-type .Vendor-login:hover,
        .wr-login-type .Vendor-login:active,
        .wr-login-type .Vendor-login:focus {
            background: url(../content/app-images/Vendor-login-hov.png) no-repeat center top 20px;
        }

    .wr-login-type h2 {
        font-weight: 700;
        text-align: center;
        font-size: 28px;
        color: #2c3646 !important;
    }

.hover-white-text:hover, .hover-white-text:hover i {
    color: #fff !important;
}

.dropdown-menu > li > a.hover-colored:focus,
.dropdown-menu > li > a.hover-colored:hover {
    color: #6e4e9e;
    text-decoration: none;
    background-color: #eaeaea;
}

input:read-only,
.form-control[readonly] {
    cursor: no-drop;
}

.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled {
    pointer-events: auto;
    cursor: no-drop !important;
}

.mg-sq {
    width: 30px;
    height: 100%;
    cursor: pointer;
}

.sales-tax-timeline-wrapper .media-body p.sales-tax-name-p {
    margin-right: 10px;
}

.sales-tax-timeline-wrapper .media-body .sales-tax-delete-panel {
    position: absolute;
    right: 5px;
}

.sales-tax-timeline-wrapper .media-body {
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    position: relative;
}

div#sortable div.vertical-timeline-content div.feed-activity-list.sales-tax-timeline-wrapper {
    min-height: 20px;
}

.btn.disabled, .btn:disabled {
    cursor: no-drop !important;
    pointer-events: auto !important;
}

.dataTable .btn.btn-default {
    padding: 0.3rem 0.844rem;
    line-height: 1.5;
}

.dataTable .dropdown-menu {
    padding: 0;
    margin: 0;
    z-index: 99999999999999 !important;
}

.dataTable ul.dropdown-menu a {
    font-size: 12px;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    padding: 5px 16px !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.row.wrapper.page-heading.animated.fadeInDown,
div.page-content-wrapper .page-content .zfix {
    position: relative;
}

.header-minify-logo-sm {
    display: none;
}

body.nav-function-minify .header-minify-logo-sm {
    display: block;
}

body.nav-function-minify .header-minify-logo {
    display: none;
}

.pagination {
    justify-content: flex-end;
}

.dropdown-item.disabled, .dropdown-item:disabled, #basic-datatable.dataTable .disabled, .dropdown .disabled, .btn.disabled {
    color: #d2d2d2 !important;
    pointer-events: all !important;
    background: #f7f7f7;
    position: relative;
    cursor: no-drop !important;
}

    .dropdown-item.disabled:hover, .dropdown-item:disabled:hover, #basic-datatable.dataTable .disabled:hover, .dropdown .disabled:hover, .btn.disabled:hover {
        color: #d2d2d2 !important;
        pointer-events: all !important;
        background: #f7f7f7;
        position: relative;
        cursor: no-drop !important;
    }

.bootstrap-duallistbox-container .btn-group, .btn-group-vertical {
    width: 100%;
}

.bootstrap-duallistbox-container.row.moveondoubleclick span.info-container button {
    height: 30px;
    margin-top: 22px;
}

.border-style-1 {
    border-left: 3px solid #eee;
    padding-left: 10px;
    margin-bottom: 15px;
}

    .border-style-1 h6 {
        font-weight: 500;
    }

.modal-header {
    min-height: 50px;
}

.img-responsive {
    max-width: 100%;
}

input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

#dt-product-model-mapping .mdc-bg-grey-300.bg-primary-600 {
    height: 30px;
}

.modal.note-modal .modal-header .close {
    float: right;
    position: absolute;
    right: 0;
    top: -10px;
    right: 7px;
}

.modal.note-modal .modal-header {
    background: #7a59ad;
    border: 0;
}

.modal.note-modal .modal-content {
    border: 0;
}

.modal.note-modal .modal-header .modal-title {
    color: #fff;
}

.form-row .note-editor.note-airframe, .form-row .note-editor.note-frame {
    border: 1px solid #E5E5E5;
}

.summernote-area .note-editor.note-frame {
    display: none;
}

.trasactions-extra-details-area-btn {
    justify-content: center;
    float: right;
    margin: 10px 0 10px 0;
    /* padding: 7px 20px;*/
}

.trasactions-extra-details-area .trasactions-extra-details-area-inner {
    display: none;
}

.trasactions-extra-details-area .trasactions-extra-details-area-inner {
    width: 100%;
    float: left;
    background: #f7f9fa;
    padding: 0px 20px;
    margin-top: 10px;
    border: 1px solid #E5E5E5;
}

.arrow-down-to-show {
    background: url('../img/chevron-down.png') no-repeat center center;
    cursor: pointer;
    background-size: 15px;
}

.arrow-up-to-hide {
    background: url('../img/chevron-up.png') no-repeat center center;
    cursor: pointer;
    background-size: 15px;
}

td.details-control {
    background: url('/img/chevron-down.png') no-repeat center center;
    cursor: pointer;
    background-size: 15px;
}

tr.shown td.details-control {
    background: url('/img/chevron-up.png') no-repeat center center;
    cursor: pointer;
    background-size: 15px;
}

.dt-dataTables-data.table-hover tbody tr:hover {
    background-color: inherit;
    box-shadow: none;
}

.input-group-select2-btn.w-20-p {
    width: 20%;
}

.input-group-select2.w-80-p {
    width: 80%;
}

.ovrflw-hdn .input-group-addon {
    padding: 10px;
    text-align: center;
}

.line-items-hidden-row {
    display: none;
}

@media (min-width: 992px) {
    body .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
        min-width: 12rem;
        width: auto;
    }
}


@media (max-width: 767px) {
    .login-transperancy {
        margin-top: 50px;
    }

    .login-user-error-transperancy {
        margin-top: 50px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        top: 0;
    }

    .title-action {
        text-align: center;
        margin-top: 10px;
    }

    div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .pagination {
        justify-content: center;
    }

    div.dt-buttons {
        margin-top: 10px;
    }

    .modal-header {
        min-height: auto;
        padding: 0.8rem 1.25rem !important;
    }

    body .page-wrapper .page-footer {
        padding: 20px;
    }

    body .page-wrapper .page-content .breadcrumb > .breadcrumb-item {
        max-width: none;
    }

    body .breadcrumb > li.breadcrumb-item {
        white-space: normal;
    }

    .inmodal .modal-header {
        min-height: auto;
    }

    body .page-breadcrumb {
        margin: 0 auto;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .subheader-title {
        text-align: center;
        font-size: 20px !important;
    }

    .modal-dialog .modal-header .modal-title {
        font-size: 15px;
    }

    .tabs-container .nav-tabs .nav-link {
        padding: 10px 5px 10px 5px;
    }

    .title-action a, .title-action button {
        margin-right: 7px;
    }

    .page-wrapper .page-content .breadcrumb > .breadcrumb-item {
        max-width: auto;
    }

    div.wizard-big div.bootstrap-duallistbox-container label {
        margin-top: 0;
    }
}

@media only screen and ( max-width: 768px ) {
    .page-wrapper .page-content .breadcrumb > .breadcrumb-item {
        max-width: 100% !important;
    }

    .modal-content .modal-footer {
        justify-content: center;
    }

    .height100vh {
        background: transparent;
    }

    .subheader-title {
        line-height: 1;
    }

    body .page-breadcrumb {
        margin: 8px auto;
    }

    .panel .panel-hdr h2 {
        line-height: 20px;
        padding: 12px;
    }

    #PaymentReceiptSummary small, #PaymentVoucherSummary small {
        font-size: 12px;
    }

    .wrapper .subheader-title {
        font-size: 22px !important;
    }

    #PaymentVoucherSummary .p-3.bg-info-300.rounded.overflow-hidden.position-relative.text-white.mb-g {
        min-height: 115px;
    }

    div.wizard-big div.bootstrap-duallistbox-container label {
        margin-top: 0;
    }

    .page-footer .list-table > li {
        text-align: center;
    }

    .page-footer div, .page-footer .list-table {
        width: 100%;
    }

    .panel-content .input-group.ovrflw-hdn .input-group-addon {
        width: 30px;
        border-radius: 0 !important;
        text-align: center !important;
    }

    .frame-wrap.custom-tags .d-flex.flex-row .text-center .custom-tags .tag {
        display: block;
    }

    .frame-wrap.custom-tags .d-flex.flex-row {
        display: flex;
        justify-content: center;
        max-width: 100%;
        flex-wrap: wrap;
    }

        .frame-wrap.custom-tags .d-flex.flex-row .text-center {
            align-content: center;
            align-items: center;
            margin-bottom: 20px;
        }


    /* sales order item table input */
    .input-group.ovrflw-hdn.sls-order-group-input-panel {
        display: block !important;
        width: 130px;
    }

    .panel-content .input-group.ovrflw-hdn .sls-order-group-input .input-group-addon {
        border-radius: 0px 4px 4px 0px !important;
        width: 50px;
    }

    .sls-order-group-input {
        width: 100%;
    }

        .sls-order-group-input input {
            padding: 5px;
            border-radius: 4px 0px 0px 4px;
        }

    .sls-order-group-input-panel .sls-order-group-input:first-child {
        margin-right: 0;
    }
}

@media only screen and ( max-width: 480px ) {
    .text-right.mobile-center, .mobile-center, .text-left.mobile-center {
        text-align: center !important;
        margin-top: 5px;
        padding-bottom: 5px !important;
    }

    .bootstrap-duallistbox-container .box2 {
        margin-top: 25px;
    }

    .panel-content .input-group-append {
        width: 20%;
    }

    .panel-content .input-group.flex-nowrap .input-group-append.input-group-select2-btn {
        width: 20%;
    }

    .panel-content .input-group.flex-nowrap .input-group-append {
        width: auto;
    }

    .panel-content .input-group-select2 {
        width: 80%;
    }

    .col-sm-12.col-md-6.d-flex.align-items-center.justify-content-end.datatable-btns {
        margin: 0;
        padding: 0;
    }

    .mobile-w-1 {
        width: 10% !important;
    }

    .mobile-w-11 {
        width: 90% !important;
    }

    .custom-file .custom-file-label::after {
        content: '+';
        width: 100%;
        text-align: center;
    }

    .page-footer .list-table > li {
        text-align: center;
        font-size: 3vw;
    }

    .panel-content .input-group.ovrflw-hdn .input-group-addon {
        width: 100%;
        border-radius: 0 !important;
        text-align: center !important;
    }

    .mapping-panel .panel-tag {
        font-size: 0.75rem;
    }

    .login-wrapper .text-mobile-center {
        text-align: center !important;
    }

    .title-action .btn-group .btn {
        margin-right: 0;
    }

    .title-action .btn-group {
        margin-top: 10px;
    }

    .frame-wrap.custom-tags .d-flex.flex-row .text-center .custom-tags .tag {
        justify-content: center;
    }

    .frame-wrap.custom-tags .d-flex.flex-row {
        display: flex;
        justify-content: center;
        max-width: 100%;
        flex-wrap: wrap;
    }

        .frame-wrap.custom-tags .d-flex.flex-row .text-center {
            align-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

    .select2-container {
        width: 100% !important;
    }
}



/**** Invoice color pick ****/
.invoice-picker [type='color'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    width: 55px;
    height: 20px;
    border: none;
    cursor: pointer !important;
    margin-right: 10px;
}

    .invoice-picker [type='color']::-webkit-color-swatch-wrapper {
        padding: 0;
    }

    .invoice-picker [type='color']::-webkit-color-swatch {
        border: none;
    }

.invoice-picker .color-picker {
    padding: 12px 15px 8px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #f8f9f9;
    margin-bottom: 15px;
}

    .invoice-picker .color-picker label {
        margin: 0;
    }

.invoice-picker .color-picker-inner p {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.invoice-picker .color-picker span {
    position: relative;
    top: -5px;
}




.createPurchaseOrder-comment textarea {
    min-height: 178px !important;
}

.countryDropdown .select2-container--open .select2-dropdown {
    left: -1px !important;
}

/*
body .select2-container--open .select2-dropdown--above {
    top: 1.8rem !important;
}*/
body .select2-container.select2-dropdown-open {
    width: 170%;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #886ab5;
}

body .select2-container--open .select2-dropdown--below,
body .select2-container--open .select2-dropdown--above {
    border-color: #886ab5;
    padding: 10px;
}

body .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-color: #886ab5;
}

body .select2-container--bootstrap4 .select2-results__option--highlighted,
body .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    background-color: #886ab5;
}

body .select2-search--dropdown::before {
    color: #886ab5;
}

body .select2-container--bootstrap4.select2-container--below.select2-container--open .select2-selection {
    border: 1px solid #886ab5;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

body .select2-container--bootstrap4.select2-container--above.select2-container--open .select2-selection {
    border: 1px solid #886ab5;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}

body .select2-container--bootstrap4 .select2-selection__clear {
    line-height: 1.4em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #f46969;
    font-size: 14px;
    font-weight: bold;
}

body .select2-search--dropdown .select2-search__field {
    padding: 6px;
    padding-left: 30px;
    color: #495057;
}

body .select2-search--dropdown {
    padding: 0;
    margin-bottom: 10px;
}

body .select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #fff;
}

body .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #886ab5;
}

body .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-bottom: 1px solid #886ab5;
}

.select2-container--bootstrap4 .select2-selection,
.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above,
.select2-container--bootstrap4 .select2-dropdown {
    border-color: #886ab5;
}

.select2-search--dropdown::before {
    content: "\f002";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: calc(0.3rem + 0.875rem);
    top: calc(0.3rem + 0.875rem);
    color: #2196F3;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

body .select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.1rem + 2px) !important;
    border: 1px solid #E5E5E5;
}

body .select2-container--bootstrap4.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-heading .breadcrumb-item:first-child {
    font-weight: bold;
}

body .select2-container--open .select2-dropdown--below {
    top: -1px;
}

.dataTable tbody tr td .btn.btn-icon.disabled:hover {
    background: #838486 !important;
    color: #fff !important;
    cursor: no-drop !important;
}

/* datatable legends for product search modal */
.toolbar-dt-legend {
    margin-bottom: 10px;
}

    .toolbar-dt-legend .col-md-x {
        /*min-width: 110px;*/
        font-weight: 500;
    }

    .toolbar-dt-legend span {
        width: 20px;
        height: 18px;
        display: block;
        float: right;
        border: 1px solid #eee;
        margin-left: 5px;
    }

    .toolbar-dt-legend .d-flex {
        justify-content: flex-end;
        text-align: right;
    }

.dt-legend-available {
    background: #c6ffca;
}

.dt-legend-hold {
    background: #fffde7;
}

.dt-legend-out-of-stock {
    background: #ffebee;
}

body .select2-container--default .select2-selection--single {
    border: 1px solid #E5E5E5;
}

.hover-effect-dot:hover::before {
    left: 13%;
}

.slimScrollDiv table.table-bordered.dataTable thead th {
    background: #886ab5;
}

.enimbus360-item-widget .slimScrollDiv table.table-bordered.dataTable thead th, .enimbus360-item-widget .slimScrollDiv table.table-bordered.dataTable thead {
    background: transparent !important;
}

body .note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #E5E5E5 !important;
}

.enimbus360-item-widget input[type="checkbox"] {
    margin-top: 5px;
}

.panel-fullscreen .enimbus360-item-widget .dataTables_scrollHead .dataTables_scrollHeadInner, .enimbus360-item-widget .dataTables_scrollHead .dataTables_scrollHeadInner table {
    width: 100% !important;
}

/*  ====================   z-index set of styles ====================== */
.fc-event-container .short-info {
    z-index: 8890;
}

.saleslead-secondary-popup {
    z-index: 9111 !important;
}
/*.row.wrapper.page-heading.animated.fadeInDown, div.page-content-wrapper .page-content .zfix {
    z-index: 879;
}*/
/*.dropdown-item.disabled, .dropdown-item:disabled, #basic-datatable.dataTable .disabled, .dropdown .disabled, .btn.disabled {
    z-index: 9211;
}*/
.dropdown-item.disabled, .dropdown-item:disabled, #basic-datatable.dataTable .disabled, .dropdown .disabled {
    z-index: 9211;
}

    .dropdown-item.disabled:hover, .dropdown-item:disabled:hover, #basic-datatable.dataTable .disabled:hover, .dropdown .disabled:hover, .btn.disabled:hover {
        z-index: 9211;
    }

.nav-function-fixed.nav-function-top.header-function-fixed .page-sidebar {
    z-index: 9212;
}

.page-content-wrapper .page-header {
    z-index: 9263;
}

body .select2-container--open .select2-dropdown--below, body .select2-container--open .select2-dropdown--above {
    z-index: 9212;
}

.panel-toolbar .btn-toolbar-master + .dropdown-menu {
    z-index: 5;
}

.modal {
    z-index: 9265 !important;
}

.modal-backdrop {
    z-index: 9264 !important;
}

.swal2-container {
    z-index: 9273;
}

.tooltip {
    z-index: 9267 !important;
}

ul.dt-button-collection.dropdown-menu {
    z-index: 9265;
}

body .datepicker {
    z-index: 9267 !important;
}

body .iti__country-list {
    z-index: 925;
}

body .panel.panel-fullscreen {
    z-index: 9265;
    width: 100% !important;
}

body .popover {
    z-index: 9278;
}

body .note-popover.popover {
    z-index: 3;
}

.panel-fullscreen .select2-container {
    /*z-index: 9264;*/
}

.header-function-fixed.nav-function-top.nav-function-fixed .datepicker {
    z-index: 9211 !important;
}

.slimScrollRail {
    z-index: 4 !important;
}
/*  ====================   END of z-index styles  ====================   */
.select2-container {
    width: 100% !important;
}

.avatar-sm {
    width: 300px;
    cursor: pointer;
}
/*
.panel-fullscreen .panel .panel-toolbar:last-child {
    display: none;
}*/
.panel-fullscreen .panel .panel-toolbar {
    margin-right: 10px;
}

body .panel.panel-fullscreen .js-panel-locked {
    display: block;
}

.input-group button i {
    color: #fff;
}

.modal-body .sk-loading {
    overflow: hidden;
}

.input-group.ovrflw-hdn.sls-order-group-input-panel {
    display: flex;
    flex-wrap: nowrap;
}

.sls-order-group-input:first-child {
    margin-right: 5px;
}

.sls-order-group-input {
    margin-bottom: 8px;
}

    .sls-order-group-input .input-group-addon.btn-secondary {
        width: 30px;
        display: block;
    }

.note-btn.btn.btn-default.btn-sm.dropdown-toggle::after {
    display: none;
}

textarea.form-control {
    min-height: 55px;
}

.sls-order-group-input-panel input {
    padding: 0.5rem 0px 0.5rem 5px;
}

.input-group.ovrflw-hdn.sls-order-group-input-panel .d-flex.sls-order-group-input:nth-child(1) input {   
    padding-right: 5px;
}

.input-group.ovrflw-hdn.sls-order-group-input-panel .d-flex.sls-order-group-input:nth-child(2) input {
    width: 50px;
    padding-right: 5px;
}

body .text-danger {
    color: #e40000 !important;
}

div.dt-button-background {
    display: none !important;
    z-index: -55 !important;
}

.dt-dataTables-data thead tr th {
    color: #fff;
    border-color: #fff !important;
}

.title-action a.btn.btn-primary {
    color: #fff;
}

body.panel-fullscreen .animated {
    animation-fill-mode: inherit;
}

body.panel-fullscreen div#panel-product-settings .panel-fullscreen div.panel-container.show div.panel-content div.form-row div.col-md-12.mb-3 div.row.mb-2 div.col-1 {
    max-width: 40px;
}

body.modal-open .select2-container.select2-container--default.select2-container--open {
    z-index: 9265 !important;
}

.inventory-error-row-highlight {
    background-color: #FFEBEE !important;
}

.datatable-row-selected {
    background-color: #FFF8E1 !important;
}

.btn.btn-default.buttons-collection.buttons-colvis {
    margin-right: 6px;
}

.dropdown-item.js-panel-refresh {
    display: none !important;
}

div.form-group:only-child {
    margin-bottom: 1.4rem;
}



.login-redirect h2 {
    font-size: 32px;
}

.login-redirect p {
    font-size: 14px;
    color: #818181;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.letterhead,
.letterhead a {
    color: #000 !important;
    text-decoration: none;
    text-decoration: none !important;
}

    .letterhead img {
        max-width: 220px;
        max-height: 125px;
        margin-bottom: 10px;
    }

    .letterhead h2 {
        padding: 0;
        margin: 0;
        font-weight: 500;
        font-size: 24px;
    }

    .letterhead h3 {
        padding: 0;
        margin: 0 0 10px 0;
        font-weight: 500;
        font-size: 13px;
        line-height: 1;
    }

    .letterhead p {
        padding: 0;
        margin: 0;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.2;
    }

    .letterhead a[target]:not(.btn) {
        text-decoration: none !important;
    }


.table.dataTable {
    width: 100% !important;
}

#purchaseorder-item-details-table table td .sls-order-group-input input {
    width: 100% !important;
    padding: 5px;
    margin-right: -1px;
    border-radius: 4px 0 0 4px !important;
}


.invoice-flex-2 input {
    width: auto !important;
    height: 36px;
    font-size: 12px;
    border-radius: 3px 0 0 3px;
    padding: 0.5rem 8px 0.5rem 2px;
    max-width: 80px;
}

.invoice-flex-2 .sls-order-group-input{
    width:50%;
}
@media only screen and ( max-width: 768px ) {
    .invoice-flex-2 .input-group-addon {
        width: 30px !important;
    }
}

.myfiles-file-section-nodata-message {
    padding: 1.5rem;
    width: 100%;
    display: block;
    align-content: center;
    text-align: center;
    background-color: white;
    height: 100%;
    background-image: url('/img/dms-icons/dms-folder-empty-message.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.myfiles-file-section-dataloading-message {
    align-content: center;
    text-align: center;
    background-color: white;
    background-image: url('/img/animated-images/document.gif');
    background-repeat: no-repeat;
    background-position: 50% 15%;
    background-size: 150px;
    z-index: 999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 30vh;
    padding-top: 150px;
    font-size: 16px;
}

.clickable {
    cursor: pointer;
}

.dms-document-explorer-dropzone {
    width: 100%;
    height: 400px;
    border: 2px dashed #ccc;
    display: block;
    /*align-items: center;
    justify-content: center;
    text-align: center;*/
    color: #aaa;
    cursor:pointer;
}

.dms-document-explorer-dropzone-emptycontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dms-document-explorer-dropzone-selectedfilecontent {
    padding: 20px 25px 10px 18px;
    display: block;
}

.dms-document-explorer-dropzone-fileupload-progress {
    padding: 20px 25px 10px 18px;
    display: block;
}

.dms-document-explorer-alert-max-height {
    max-height: 50px !important;
}

.dms-document-explorer-alert-progress-max-height {
    max-height: 80px !important;
}

.bootstrap-tagsinput {
    display: block !important;
    min-height: calc(2.1rem + 2px) !important;
    line-height: 28px;
}

.bootstrap-tagsinput .tag{
    /*margin-top:5px !important*/
}