@font-face {
    font-family: 'loves';
    src: url('css/fonts/loves-webfont.eot');
    src: url('css/fonts/loves-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/loves-webfont.woff2') format('woff2'), url('css/fonts/loves-webfont.woff') format('woff'), url('css/fonts/loves-webfont.ttf') format('truetype'), url('css/fonts/loves-webfont.svg#lovesreg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('css/fonts/lato-regular-webfont.eot');
    src: url('css/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/lato-regular-webfont.woff2') format('woff2'), url('css/fonts/lato-regular-webfont.woff') format('woff'), url('css/fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    background: #f3f3f3;
    font-family: 'lato';
    overflow-x: hidden;
}

/*CSS Reset*/

a {
    font-size: 16px;
    color: #000;
}

.form-group {
    margin-bottom: 1.2rem;
}

.custom-margin {
    margin: 1rem 0;
}
/*31-august */
/*.mobileView {
    display: none;
}*/

.main-heading {
    font-size: 20px;
    font-weight: 600;
    padding: 15px 5px;
    display: inline-block;
    letter-spacing: .5px;
}

.nav-item {
    margin: 0 10px;
}

.justify-end {
    justify-content: flex-end
}

.p-absolute {
    position: absolute;
}

.error {
    position: absolute;
    font-size: 11px;
    color: #dc3545;
}

.error1 {
    bottom:-15px;
}

.error.p-relative {
    position: relative;
}

    .error.p-relative ul li{
        list-style:none;
    }

    .f-12 {
        font-size: 12px;
    }

.cm {
    margin-top: -6px !important;
}

.input-group-prepend.p-absolute {
    position:absolute;
    right:0;
    height:100%;
}


/*CSS Reset*/
/*CSS for Login Page*/
.login-section {
    background: url(../../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    font-family: 'loves';
}

.login-wrapper {
    width: 50%;
    height: 465px;
    background: #fff;
    text-align: center;
    border: 1px solid #000;
}

.header {
    margin-top: 48px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

    .header h1 {
        font-size: 36px;
        color: #010101;
        margin: 0;
        font-weight: bold;
    }

.login-wrapper h6 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}

.login-wrapper form {
    width: 70%;
    margin: 40px auto 0;
}

.login-wrapper .form-group {
    position: relative;
}

.btn-login {
    width: 100%;
    display: block;
    background: #f8ecd9;
    border-radius: 0;
    font-size: 30px;
    color: #000;
    padding: 0;
    border: 1px solid #000;
    letter-spacing: 1px;
}

.hyperlink-text {
    font-size: 16px;
    color: #000;
}

a.hyperlink-text {
    text-decoration: underline;
}

.justify-content {
    justify-content: space-between;
}

.form-check label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}

.form-check input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}

.login-wrapper .input-group span img {
    width: 16px;
    height: auto;
}

.login-wrapper .input-group-text {
    background: #f8ecd9;
}

.input-group {
    font-family: 'lato';
}

/*Check box*/

.form-check input[type="checkbox"] + .label-text:before {
    content: "\f0C8";
    font-family: "Font Awesome 5 Free";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.form-check input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #2980b9;
    animation: effect 250ms ease-in;
}

.form-check input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}

    .form-check input[type="checkbox"]:disabled + .label-text:before {
        content: "\f0c8";
        color: #ccc;
    }

@keyframes effect {
    0% {
        transform: scale(0);
    }

    25% {
        transform: scale(1.3);
    }

    75% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

/*Check box*/

form.sign-up-form {
    width: 90%;
}

/*CSS for Login Page*/


/*CSS for Dashboard Page*/

.navbar-custom {
    position: relative;
    background: #fff;
    color: #8d9498;
    box-shadow: 0 0 11px rgba(0, 0, 0, .13);
}

.card-round {
    border-radius: 5px;
}

.card {
    border-radius: 5px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    -moz-box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    box-shadow: 2px 6px 15px 0px rgba(69, 65, 78, 0.1);
    border: 0px;
}

.card-stats .card-body {
    padding: 15px !important;
}

.card-stats .icon-big {
    width: 100%;
    height: 100%;
    font-size: 2.2em;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-stats .col-stats {
    align-items: center;
    display: flex;
    padding-left: 15px;
}

.card-stats .card-category {
    margin-top: 0px;
}

.card-category {
    margin-top: 8px;
    font-size: 14px;
    color: #8d9498;
    margin-bottom: 0px;
    word-break: normal;
}

.card-stats .card-title {
    margin-bottom: 0px !important;
}

.card-title {
    margin: 0;
    color: #2A2F5B;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.custom-card .card-header {
    background: #fff;
}

.custom-card thead tr th {
    color: #6c757d;
    font-size: 14px;
}

.custom-card tbody tr td {
    color: #6c757d;
    font-size: 13px;
    font-weight: lighter;
}

.card-head-row {
    display: flex;
    justify-content: space-between;
}

.custom-card {
    color: #6c757d;
}

    .custom-card .card-title {
        font-size: 18px;
        color: #2a2f5b;
        padding: 5px 0 0;
        font-weight: bold;
    }

    .custom-card .card-body {
        padding: 0 15px 0 15px;
    }

        .custom-card .card-body tr,
        .dt-responsive.nowrap {
            border-bottom: 1px solid #f5f3f3;
            height: 40px;
            text-align: left;
        }

            .dt-responsive.nowrap td,
            .dt-responsive.nowrap th {
                border-bottom: 1px solid #f5f3f3;
            }

.more {
    height: 50px;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

    .more a {
        color: #fff;
        font-size: 14px;
    }

.nav-pills.nav-pills-no-bd li {
    margin: 0 5px;
}

.status-shipped {
    background: #8bc34a;
    color: #fff;
    font-size: 10px;
    padding: 5px 16px;
    text-align: center;
    border-radius: 8px;
}

.status-pending {
    background: #ffb300;
    color: #fff;
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 8px;
}

.status-ready {
    background: #ffb300;
    color: #fff;
    font-size: 10px;
    padding: 5px 26px;
    border-radius: 8px;
}

.status-notready {
    background: #6c757d;
    color: #fff;
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 8px;
}
.status-waiting {
    background: #ffc107cf;
    color: #fff;
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 8px;
}

.status-approved {
    background: rgb(32 177 50 / 75%);
    color: #fff;
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 8px;
}
.status-decline {
    background: rgb(247 10 10 / 55%);
    color: #fff;
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 8px;
}


.num {
    position: absolute;
    top: 0;
    right: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffad46;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}

.nav-pills.nav-pills-no-bd li .nav-link {
    border: 0px !important;
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 10px !important;
    background: rgba(222, 222, 222, 0.4);
}

.nav-pills.nav-secondary .nav-link.active {
    background: #8bc34a;
    border: 1px solid #8bc34a;
}

/*        CSS FOR SIDE NAV*/

.menu {
    width: 0px;
    /*    width: 270px;*/
    transition: all 0.3s;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: #f8f8f8;
    /*    padding-top: 30px;*/
    color: white;
}

    .menu i {
        margin: 5px 0px;
        top: 0px;
        right: 10px;
        position: absolute;
        font-size: 20px;
        color: #969292;
        cursor: pointer;
    }

        .menu i.fas {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 15px;
        }

.fa.fa-bars {
    margin: 5px 0px;
    right: 10px;
    font-size: 24px;
    color: #6c7589;
    z-index: 1;
}

.menu li {
    position: relative;
    list-style: none;
    padding: 14px 25px;
    border-bottom: 1px solid #e6e7ed;
    font-weight: 600;
    font-size: 15px;
    color: #767171;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

    .menu li a {
        font-weight: 600;
        font-size: 15px;
        color: #767171;
        display: block;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
    }

    .menu li img {
        margin-right: 30px;
    }

    .menu li:hover,
    .menu li a:hover
    {
        background: #f2f9ff;
        color: #ffad46;
        cursor: pointer;
    }

.menu ul {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
}

.menuOpen {
    width: 275px;
    background-color: #fff;
    box-shadow: 0 0 11px rgba(0, 0, 0, .13);
    transition: all 0.3s;
}

.menuClose {
    background-color: #673AB7;
    transition: all 0.3s;
    padding-left: 0px !important;
    transition: all 0.3s;
}

.mainOpen {
    transition: all 0.3s;
    margin-left: 275px;
    transition: all 0.3s;
}

.mainClose {
    transition: all 0.3s;
    margin-left: 5px;
    transition: all 0.3s;
}

.menu .logo {
    background: #ffffff;
    padding: 11px;
    box-shadow: 0 0 11px rgba(0, 0, 0, .13);
}

    .menu .logo img {
        height: 34px;
    }

#wrapper.active {
    margin-left: -275px;
}

#wrapper1.active1 {
    margin-left: 0px;
}

#mob-wrapper.active2 {
    width: 275px;
}

#mob-wrapper {
    display: none;
}

/*        CSS FOR SIDE NAV*/

.nav-item .dropdown-menu {
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
}

.dropdown-menu-list > li a .details {
    font-size: 13px;
}

.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
    border-radius: 50%;
    margin-right: 10px;
}

.dropdown-menu-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
    width: 255px;
}

.label-success {
    color: #5cb85c;
}

.dropdown-menu-list > li > a {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 16px 15px 18px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6 !important;
}

.dropdown-menu-list > li a .time {
    float: right;
    font-size: 11px;
    font-weight: 400;
    max-width: 75px;
    opacity: 0.7;
    padding: 1px 5px;
    text-align: right;
    background: #f1f1f1 none repeat scroll 0 0;
}

.dropdown-toggle::after {
    display: none;
}

/*CSS for Search Section*/

#search-nav input,
#search-nav button[type="reset"] {
    display: none;
}

#search-nav input,
#search-nav button {
    border-radius: 0px;
    border-width: 0px;
    color: #454545;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

#search-nav input {
    border-bottom: 1px solid #ddd;
}

#search-nav .search-submit {
    position: relative;
    bottom: 2px;
}

/*CSS for Avtar section*/

.avtar {
    padding: 0;
}

    .avtar > div {
        width: 36px;
        height: 36px;
        overflow: hidden;
        display: block;
        border-radius: 50%;
        background-clip: padding-box;
    }

        .avtar > div img {
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .avtar .fa {
        position: absolute;
        top: 10px;
        right: -10px;
    }

.dropdown-menu .dropdown-item {
    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    padding: 9px 15px 9px;
    text-shadow: none;
    white-space: normal;
    border-bottom: 1px solid #eff2f6;
}

    .dropdown-menu .dropdown-item img {
        width: 18px;
        margin-right: 10px;
    }

/*CSS for toggle button*/

#nav-icon {
    width: 24px;
    height: 22px;
    position: relative;
    margin: 0px auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 40px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 0px;
        }

        #nav-icon span:nth-child(2) {
            top: 8px;
        }

        #nav-icon span:nth-child(3) {
            top: 16px;
        }

    #nav-icon.open span:nth-child(1) {
        top: 10px;
        transform: rotate(135deg);
    }

    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon.open span:nth-child(3) {
        top: 10px;
        transform: rotate(-135deg);
    }

/*        CSS for Menu Search Section*/


/*CSS for new job page*/

.button-groups {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

    .button-groups .input-group {
        justify-content: flex-end;
    }

    .button-groups .btn {
        width: 120px;
        margin-right: 10px;
        font-weight: 500;
    }

        .button-groups .btn:last-child {
            margin-right: 0px;
        }

.image-container {
    width: 150px;
    height: 150px;
    margin-right: 20px;
    position: relative;
}

    .image-container img {
        padding: 15px;
    }

/*
.gallery {
    min-height: 95px;
}
*/

.gallery .card-body {
    overflow: hidden;
    height: 95px;
}

    .gallery .card-body img {
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

.image-container .box-content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s
}

    .image-container .box-content > div {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

.box-content > div label {
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.image-container:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0)
}

#lightgallery .img-responsive {
    width: 100%;
}

.demo-gallery {
    height: 400px;
    overflow-y: auto;
}

    .demo-gallery > ul {
        margin-bottom: 0;
        padding-left: 15px;
        display: flex;
        flex-wrap: wrap;
    }

        .demo-gallery > ul > li {
            margin-bottom: 20px;
            width: 180px;
            height: 120px;
            display: inline-block;
            margin-right: 15px;
            list-style: outside none none;
            position:relative;
        }

            .demo-gallery > ul > li a {
                border: 3px solid #FFF;
                border-radius: 3px;
                height: 100%;
                display: block;
                overflow: hidden;
                position: relative;
                float: left;
            }

                .demo-gallery > ul > li a > img {
                    -webkit-transition: -webkit-transform 0.15s ease 0s;
                    -moz-transition: -moz-transform 0.15s ease 0s;
                    -o-transition: -o-transform 0.15s ease 0s;
                    transition: transform 0.15s ease 0s;
                    -webkit-transform: scale3d(1, 1, 1);
                    transform: scale3d(1, 1, 1);
                    height: 100%;
                    width: 100%;
                }

                .demo-gallery > ul > li a:hover > img {
                    -webkit-transform: scale3d(1.1, 1.1, 1.1);
                    transform: scale3d(1.1, 1.1, 1.1);
                }

                .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                    opacity: 1;
                }

                .demo-gallery > ul > li a .demo-gallery-poster {
                    background-color: rgba(0, 0, 0, 0.1);
                    bottom: 0;
                    left: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    -webkit-transition: background-color 0.15s ease 0s;
                    -o-transition: background-color 0.15s ease 0s;
                    transition: background-color 0.15s ease 0s;
                }

                    .demo-gallery > ul > li a .demo-gallery-poster > img {
                        left: 50%;
                        margin-left: -10px;
                        margin-top: -10px;
                        opacity: 0;
                        position: absolute;
                        top: 50%;
                        -webkit-transition: opacity 0.3s ease 0s;
                        -o-transition: opacity 0.3s ease 0s;
                        transition: opacity 0.3s ease 0s;
                    }

#lg-download {
    display: none;
}

.circle {
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    position: relative;
}

    .circle.active {
        background: #000;
    }

    .circle::after {
        content: "|";
        position: absolute;
        right: -9px;
        top: -6px;
    }

.dropdownItem {
    position: relative;
}

    .dropdownItem.dd:after {
        color: #353535;
        position: absolute;
        right: 8px;
        top: 10px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
    }

ul.price-estimate {
    padding: .4rem;
}

    ul.price-estimate li {
        list-style: none;
        display: inline-block;
        margin-right: 7rem;
    }

.r-40 {
    right: 40px;
}

.rdoshow {
    position: absolute;
    bottom: -30px;
    text-align: center;
    left: 43%;
}

.switchTask {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
}

    .switchTask input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider:before {
    left: 34px;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.saveJobPad10 {
    padding: 10px;
}

.img-thumbnail {
    height: 150px;
}

.color-red{
    color:red;
}

.color-green {
    color: green;
}

.InventoryFormWdt{
    width:100%;
}
}

.page-title {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0rem;
}

.saveSalePad10 {
    padding-top: 10px;
}
.status-sold {
    background: #c11626;
    color: #fff;
    font-size: 12px;
    padding: 5px 33px;
    text-align: center;
    border-radius: 8px;
}
.status-available {
    background: #1c8a15;
    color: #fff;
    font-size: 12px;
    padding: 5px 33px;
    text-align: center;
    border-radius: 8px;
}
.mrgTop_25{
    margin-top:25px;
}

.checkboxSize {
    width: 30px;
    height: 30px;
}

.status-notready {
    background: #b7b7b7;
    color: #fff;
    font-size: 10px;
    padding: 5px 16px;
    border-radius: 8px;
}

.status-return {
    background: #b7b7b7;
    color: #fff;
    font-size: 10px;
    padding: 5px 25px;
    border-radius: 8px;
}

.status-shipped {
    background: #8bc34a;
    color: #fff;
    font-size: 10px;
    padding: 5px 27px;
    text-align: center;
    border-radius: 8px;
}


.status-pending {
    background: #ffb300;
    color: #fff;
    font-size: 10px;
    padding: 5px 20px;
    border-radius: 8px;
}

.status-delivered {
    background: #0062cc;
    color: #fff;
    font-size: 10px;
    padding: 5px 20px;
    border-radius: 8px;
}

.dashbrdPad_5 {
    padding-right: 5px!important;
    padding-left: 5px!important;
}
.dashbrd_main-heading{
    padding:0px!important;
}
.dashbrdPad_card {
    margin-bottom: 15px!important;
}
.DescripHide {
    max-width: 200px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/*.tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip
}*/

.tooltipDes {
    position: initial;
    display: table-cell;
    border-bottom: 0px dotted black;
    max-width: 125px !important;
}


.DescripHide:hover {
    white-space: normal !important;
}

    .tooltipDes:hover .tooltiptextDes {
        visibility: visible;
    }
.DescripHide:hover{
    white-space: normal;
}

table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

 table.dataTable tbody td {
    max-width: 250px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

/*31-august */
.toggle-vis {
    margin:0.2rem;
}
.tab button {
    font-size: 11px !important;
}
.tab{
    border:0px;
    background:#fff;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: contents;
    vertical-align: middle;
}

/* Start 14/09/20*/
.next span:before {
    font-family: "Font Awesome 5 Free"; 
    content: "\f105";
}
.prev span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f104";
}
/*End 14/09/20*/

}
@media screen and (min-width:480px) and (max-width:991px){
    .nav-pills.nav-pills-no-bd li .nav-link {
        padding: 4px 8px !important;
    }
    .form-group.dd:after {
        color: #353535;
        position: absolute;
        right: 0px !important;
        top: 40px;
        z-index: 1;
        width: 10%;
        height: 100%;
        pointer-events: none;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
    }
}

.disabledHref {
    pointer-events: none;
    cursor: default;
}

/*table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
padding-right:0px!important;
}*/
