.alert {
    font-size:14px;
    z-index: 100;
    /*padding: 20px;
    background-image: url(../images/bg-pattern.png);
    color: white;
    border-color: lightskyblue;
    border-width: medium;*/
}

.snowalert {
    padding: 20px;
    background-color: #363636;
    color: white;
    position: absolute;
    z-index: 100;
    right: 100px;
}

.closebtn {
    margin-left: 15px;
    color: dimgray;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.z-i-0 {
    z-index: 0;
}
/*.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}*/
/* Loading Progress*/
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
}

.loadmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: -1px;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    /*-moz-opacity: 0.8;*/
}

.loadcenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 85px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    /*-moz-opacity: 1;*/
}

/* Full-width inputs */
input[type=text], input[type=password], select {
    width: 100%;
    padding: 5px 5px;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    padding: 5px 5px;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


.input-login {
    width: 100%;
    padding: 12px 20px !important;
    /* margin: 8px 0; */
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
/*.input-validation-error {
            border: 1px solid #ff0000;
            background-color: #ffeeee;
        }*/

/* Set a style for all buttons */
.submitbutton {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}


.cancelbtnn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* The "Forgot password" text */
span.pswn {
    float: right;
    padding-top: 16px;
}

.gaah {
    color: lightgray;
}

    .gaah:hover {
        color: lightskyblue;
    }

@font-face {
    font-family: 'Gunship';
    src: url('../fonts/gunship.ttf'); /* IE9 Compat Modes */
}

.custlabels {
    font-family: Gunship;
    color: black;
}

.loginlabels {
    font-family: Gunship;
    color: black;
    font-size:24px !important;
}
span.forgotPassword {
    float: right;   
    font-size: 24px;
    color: black;
}
.LoginBox {
    padding: 45px !important;
    /* background-color: #3399ff; */
    /*background-image: url(../images/bg-pattern.png);*/    
    /* position: absolute; */
    z-index: 100;
    /* right: 100px; */
    border-color: lightskyblue !important;
    border-width: medium !important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.login-error {
    text-align: center;
     padding: 10px !important; 
    color: red;
}
.login-header {
    text-align: center;
    font-size: 28px;
    font-family: Gunship;
}

.login-div {
    text-align: left;
    width: 40%;
    top: 150px;
    left: 600px;
}

.custtextcentre {
    text-align: center;
}


.redboldcentre {
    text-align: center;
    font-weight: bold;
    color: red;
}

.login-error {
    text-align: center;
    padding: 96px;
    color: red;
}

.forget-div {
    display: none;
    /*text-align: left;
    width: 50%;
    top: 150px;*/
    /*left: 450px;*/
    position: fixed !important;
    top: 40% !important;
    left: 40% !important;
    height: 18em !important;
    margin-top: -9em !important;
    margin-left: -15em !important;
    z-index: 9999;
}

.PassRecov-header {
    text-align: center;
    font-size: 28px;
}

.systemlogclass {
    text-align: left;
    top: 0px;
    right: 127px;
    position: absolute;
    z-index: 4;
    border: none;
}

.bepper-Header {
    text-align: center;
    font-size: 28px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

/*.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loader.gif) center no-repeat #fff;
}*/

.top-bar {
    position: relative;
    z-index: 1;
    margin-bottom: -70px
}

.ScrollDiv {
    position: relative;
    overflow: hidden;
    width: auto;
    height: 901px;
}

.ScrollLeft {
    overflow: hidden;
    width: auto;
    height: 901px;
}

.helpbox {
    font-family: Gunship;
    font-size: 22px;
}

.slimscrollbar {
    background: rgb(220, 220, 220);
    width: 5px;
    position: absolute;
    top: 0px;
    opacity: 0.4;
    display: none;
    border-radius: 7px;
    z-index: 99;
    right: 1px;
    height: 878.773px;
    visibility: visible;
}

.slimscrollrail {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0px;
    display: none;
    border-radius: 7px;
    background: rgb(51, 51, 51);
    opacity: 0.2;
    z-index: 90;
    right: 1px;
}

.ahref {
    margin-right: 55px;
    font-size: 24px;
    margin-top: 9px;
    color: #736f77;
    font-family: 'Arial Rounded MT';
}

.leftnavbarr {
    margin-right: 2px;
    font-size: 52px;
    /*margin-top: 10px;*/
    font-family: Gunship;
}

#versionhistory {
    display: none;
    text-align: left;
    width: 50%;
    top: 150px;
    left: 500px;
}

.versionheader1 {
    text-align: center;
    font-size: 28px;
    font-family: Gunship;
    color: #696969;
}

#versionhistory span {
    font-size: 18px
}

#versionheader h1 {
    background-color: lightskyblue;
    font-family: Gunship;
}

.notifactionalert {
    display: none;
    text-align: center;
    width: 55%;
    top: 250px;
    color: #343333;
    right: 20%
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #979797;
    background-color: #3b9775;
    /*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
        */
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.sss select {
    padding: 0px 5px;
    z-index: 999999999999;
}

#ginfoEditview .text-dark {
    padding-top: 0px;
}

/*#spinnermm {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;   
    z-index: 9999;
    background: url(../images/loader2.gif) 50% 50% no-repeat #736f77;
    opacity: .5;
}*/

.content-page #spinner {
    position: fixed;
    left: 0px;
    top: 0px;    
    width: 90%;
    height: 90%;
    margin-left: 12%;
    margin-top: 4.6%;
    z-index: 9999;
    background: url(../images/loader2.gif) 50% 50% no-repeat #736f77;
    opacity: .5;
}

#wrapper.enlarged .content-page #spinner {
    position: fixed;
    left: 0px;
    top: 0px;    
    width: 100%;
    height: 90%;
    margin-left: 5%;
    margin-top: 11%;
    z-index: 9999;
    background: url(../images/loader2.gif) 50% 50% no-repeat rgba(115, 111, 119, 0.00);
    opacity: .5;
}

#spinner1 {
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: .5;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader2.gif) 50% 50% no-repeat #736f77;
}
#spinner2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 90%;
    height: 90%;
    margin-left: 12%;
    margin-top: 5%;
    z-index: 9999;
    background: url(../images/loader2.gif) 50% 50% no-repeat #736f77;
    opacity: .5;
}

@media (min-width:768px) and (max-width:991px) {
    div.dataTables_wrapper {
        width: 1300px !important;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    div.dataTables_wrapper {
        width: 1300px !important;
        margin: 0 auto;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ahref {
        margin-right: 55px;
        font-size: 14px !important;
        margin-top: 10px;
        color: #736f77;
        font-family: 'Arial Rounded MT';
    }

    .leftnavbarr sub {
        font-size: 7px !important;
    }

    /*.mgl{
        margin-left:7% !important
    }*/

    div.dataTables_wrapper {
        width: 1300px !important;
        margin: 0 auto;
    }
}

.mgl {
    margin-left: 204px;
}

#wrapper.enlarged .topbar .mgl {
    margin-left: 50px !important;
}
/*#wrapper.forced .topbar .mgl {
    margin-left: 50px !important;
}*/

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}
.err-box {
    width: 530px !important;
}

.Customform-group {
    margin-bottom: 0px
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaed;
    border-radius: .25rem;
}

.body {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #797979;
    text-align: left;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.breadcrumb > li:last-child {
    color: white;
    /*font-size: 18px;*/
    font-family: 'Hind Madurai',sans-serif;
}
.breadcrumb > li {
    vertical-align: middle;
    font-size: 14px;
}
.breadcrumb > li > a {
    color: white !important;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5 !important;
}
.watermark {
    height:100%;
    width:100%;
}
.watermark-text {
    position: absolute;
    font-size: 5rem;
    opacity: 0.5;
    z-index: 1;
    color: red;
    margin: 0 auto;
    border: 4px solid red;
    left: 40%;
    top: 40%;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(-30deg);
    user-select: none;
    padding: 0 20px;
    border-radius: 10px;
    font-family: 'Hind Madurai',sans-serif;
}

.watermark-text-cancel {
    font-size: 25px;
    opacity: 0.5;
    z-index: 1;
    color: red;
    margin: 0 auto;
    border: 4px solid red;
    left: 40%;
    top: 40%;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(-30deg);
    user-select: none;
    padding: 0 20px;
    border-radius: 10px;
    font-family: 'Hind Madurai',sans-serif;
}

.display-none {
    display: none !important;
}

.app-search input[type="text"] {
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
    width: 200px;
}

.app-search .input-group-addon.text {
    display: none;
}

.app-search.focus-in input[type="text"] {
    width: 300px;
}

.app-search.focus-in .input-group-addon.text {
    display: table-cell !important;
}

.app-search a.icon-close {
    position:absolute;
    top:9px;
    right:23px;
}

.input-group-addon.search-icon {
    padding: 4px 0 4px 8px;
    border-radius: 2px 0 0 2px !important;
    border: none;
    background: #fff;
    box-shadow: none !important
}

.app-search.focus-in .input-group-addon.search-icon {
    border-radius: 0 !important;
}

.line-loader {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    top: 32px;
    left: 34px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    z-index: 4;
}

.line-loader-element {
    height: 6px;
    width: 100%;
    background-color: transparent;
}

.line-loader-element:before {
    content: '';
    display: block;
    background-color: #7fc1fc ;
    height: 6px;
    width: 0;
    animation: getWidth 5s forwards;
}

@keyframes getWidth {
    30% {
        width: 30%;
    }

    60% {
        width: 60%;
    }
    90% {
        width: 90%;
    }
    100% {
        width: 95%
    }
}

.badge-custom {
    background: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-weight: normal;
    margin-bottom: 3px;
    color: #797979;
}

.scroll-thin {
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll-thin::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.scroll-thin::-webkit-scrollbar {
    width: .7em;
    height: .7em;
}

.scroll-thin::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 3px rgba(38, 134, 140, 0.3);
    background-color: #3b9775;
}

.scroll-thin::-webkit-scrollbar-thumb:horizontal {
    background-color: #3b9775;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .95rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f3f3f3;
    border-radius: 0.4rem;
}

.popover-content {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popover-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}

.popover-content::-webkit-scrollbar {
    width: .7em;
}

.popover-content::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 3px rgba(38, 134, 140, 0.3);
    background-color: #3b9775;
}
.user-site .nav-pills > li > a,
#dvItemInfo .nav-pills > li > a {
    border-radius: 2px;
    font-weight: bolder;
    font-size: 15px;
    padding: 5px 10px;
    background-color: teal;
    color: white;
    width: 120px;
    text-align: center;
}

.user-site .nav-pills > li.active > a,
.user-site .nav-pills > li.active > a:focus,
.user-site .nav-pills > li.active > a:hover,
#dvItemInfo .nav-pills > li.active > a,
#dvItemInfo .nav-pills > li.active > a:focus,
#dvItemInfo .nav-pills > li.active > a:hover {
    background-color: green;
}
.user-site .tab-content,
#dvItemInfo .tab-content {
    padding: 5px 0 0 !important;
}
.np-border-yellow {
    border-left: 4px solid #f7e132;
    border-radius: 3px;
}
.np-bg-gray {
    background-color: #f3f3f3 !important;
}
.np-p-2,
.np-p-l-2 {
    padding-left: 0.5em !important;
}
.np-p-2,
.np-p-r-2 {
    padding-right: 0.5em !important;
}

.np-p-2,
.np-p-t-2 {
    padding-top: 0.5em !important;
}
.np-p-2,
.np-p-b-2 {
    padding-bottom: 0.5em !important;
}
.np-h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.np-card-title {
    margin: 0 0 3px !important;
    padding:0 0 2px !important;
    letter-spacing: 0.03em;
    color: black;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: inherit;
}
.np-m-t-3 {
    margin-top: 3px !important;
}

.np-m-t-10,
.np-m-5,
.np-m-y-5 {
    margin-top: 5px !important;
}

.np-m-b-5,
.np-m-5,
.np-m-y-5 {
    margin-bottom: 5px !important;
}

.np-m-l-5,
.np-m-5,
.np-m-x-5 {
    margin-left: 5px !important;
}

.np-m-r-5,
.np-m-5,
.np-m-x-5 {
    margin-right: 5px !important;
}

.table-borderless > thead > tr > th {
    background-color: #ccc;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    height: auto;
}

/*surface pro 7 screen*/
@media (max-width:1400px) {
    .table-borderless > thead > tr > th {
        height: 45px;
    }
    .d-sp7-none {
        display: none !important;
    }
}

    .table-borderless > thead > tr > th,
    .table-borderless > thead > tr > td,
    .table-borderless > tbody > tr > th,
    .table-borderless > tbody > tr > td,
    .table-borderless > tfoot > tr > th,
    .table-borderless > tfoot > tr > td {
        border: none !important;
        padding: 4px !important;
        margin: 0 !important;
        vertical-align: middle !important;
    }

    .np-border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .np-vh-100 {
        height: 100vh;
    }

    .np-item-h {
        height: 315px !important;
    }

    .np-item-h2 {
        min-height: 100px;
        height: 100% !important;
    }

    .np-flex {
        display: flex;
    }

    .np-w-8 {
        min-width: 66.66666666%;
        width: 66.66666666%;
    }

    .np-w-4 {
        min-width: 33.33333333%;
        width: 33.33333333%;
    }

    .np-vh-100 {
        height: 100vh;
    }

.side-bar {
    z-index: 998 !important;
    padding: 5px;
    height: 100vh;
    padding-bottom: 4% !important;
}
.navbar-brand{
    padding:10px 5px 10px 15px;
    margin-top:8px;
}

#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li:first-child > a,
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li:first-child > a:active,
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li:first-child > a:focus,
#wrapper.enlarged .left.side-menu #sidebar-menu > ul > li:first-child > a:hover {
    background-color: none !important;
    width: auto;
}
.rightActionBtn {
    z-index: 999;
    position: fixed;
    top: 48px;
    right: 0;
}
.rightActionBtn a {
    font-size: 32px;
    color: white;
    opacity:0.8;
}
.rightActionBtn a:hover,.rightActionBtn a:focus {
    color: white;
    opacity:1;
}

.rightActionBtn a:hover i {
    background-color:teal;
    transition: all .2s ease-in;
}

.rightActionBtn i {
    padding: 1px 0 1px 7px !important;
    border-radius: 15px 0 0 15px;
    background-color:green
}
.right-bar-actiontoggle.right-menu-item, .right-bar-actiontoggle.cls-mkg-right-menu {
    visibility: hidden !important;
}
.actionBtn a:hover, .actionBtn a:focus {
    color: white;
    opacity: 1;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.hide-page-scrollbar::-webkit-scrollbar {
    display: none !important;
}
   

.nav-pills-custom > li > a {
    color: #aaa;
    background: #fff;
    position: relative;
    width: 200px;
    padding: 15px 10px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .nav-pills-custom > li.active > a,
    .nav-pills-custom > li.active > a:focus,
    .nav-pills-custom > li.active > a:hover,
    .nav-pills-custom > li > a:focus,
    .nav-pills-custom > li > a:hover {
        color: #45b649 !important;
        background: #fff !important;
        box-shadow: -2px 3px 10px rgba(0, 0, 0, 0.4);
    }
    /* Add indicator arrow for the active tab */
    @media (min-width: 992px) {
        .nav-pills-custom > li > a::before {
            content: '';
            display: block;
            border-top: 8px solid transparent;
            border-left: 10px solid #fff;
            border-bottom: 8px solid transparent;
            position: absolute;
            top: 50%;
            right: -10px;
            transform: translateY(-50%);
            opacity: 0;
        }
    }

    .nav-pills-custom > li.active > a::before {
    opacity: 1;
}
.navbar-nppgl .navbar-nav > li > a,
.navbar-nppgl .navbar-nav > li > a,
.navbar-nppgl .navbar-nav > .open > a,
.navbar-nppgl .navbar-nav > .open > a:focus,
.navbar-nppgl .navbar-nav > .open > a:hover {
    padding: 8.8px 3px !important;
}

.navbar-nppgl .navbar-nav > li > a:focus,
.navbar-nppgl .navbar-nav > li > a:hover {
    background: #f3f3f3 !important;
    padding: 8.8px 3px !important;
}

.user-box-icon i {
    font-size: 32px;
    border: 2px solid #fff !important;
    border-radius: 50%;
    margin-top: -4px;
    vertical-align: middle;
}

.navbar-nppgl .navbar-nav > li > a:focus .user-box-icon i,
.navbar-nppgl .navbar-nav > li > a:hover .user-box-icon i {
    border-color: #333 !important;
    color: #555 !important;
}

#divStatus .tagsinput {
    height:inherit !important;
    padding:0;
    margin:0;
}

#divStatus .tagsinput div input {
    padding:3px;
}

#divStatus .tagsinput .tag {
    padding: 4px 16px 2px 4px;
    margin: 2px;
}

#divStatus .tagsinput .tag .tag-remove:before,
#divStatus .tagsinput .tag .tag-remove:after {
    top: 13.5px;
    left: 17px;
}
.btn-anchor {
    color: #337ab7;
    text-decoration: none;
    padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;
    border-style: none;
    background-color: transparent;
}


#suggesstion-box p {
    padding: 0;
    margin: 0;
    line-height: 2;
}

#suggesstion-box p:hover {
        color: green;
        cursor: pointer;
    }

#suggesstion-box {
    padding: 4px;
    border: #f0f0f0 1px solid;
    border-radius: 0 0 4px 4px;
    height: auto;
    max-height: 250px;
}

.search-text #search-box-spinner {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 4;
    /*font-size: 21px;*/
    color: teal;
}
.search-text #search-box-down-arrow {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 4;
    font-size: 20px;
    color: #797979;
}
.search-text {
    position: relative;
}
.well {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    -webkit-box-shadow: none;
    box-shadow:none;
}
.well-sm {
    padding:5px;
}
.np-m-b-0 {
    margin-bottom:0 !important;
}
.np-icon-border {
    border: 1px solid black;
    border-radius: 0.25rem;
    height: 40px;
    width: 40px;
    margin: auto;
}

.np-check::before {
    font: normal normal normal 20px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    margin-top: 33px !important;
    margin-left: -24px;
    position: absolute;
    background: #f3f3f3;
    border-radius: 100%;
}

.np-icon-check2::before,
.np-icon-circle-up2::before,
.np-icon-close2::before {
    font: normal normal normal 20px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    margin-top: 31px !important;
    margin-left: 73px;
    position: absolute;
    background: #f3f3f3;
    border-radius: 100%;
}
.np-icon-check2::before,
.np-check::before {
    content: "\f058";
}
.np-icon-circle-up2::before {
    content: "\f139";
}
.np-icon-close2::before {
    content: "\f057";
}


.np-icon-check::before,
.np-icon-circle-up::before,
.np-icon-close::before {
    font: normal normal normal 20px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    margin-top: 31px !important;
    margin-left: 33px;
    position: absolute;
    background: #f3f3f3;
    border-radius: 100%;
}

.np-icon-check::before,
.np-check::before {
    content: "\f058";
}

.np-icon-circle-up::before {
    content: "\f139";
}

.np-icon-close::before {
    content: "\f057";
}

.np-icon-right-arrow::before {
    content: "\f056";
    font: normal normal normal 20px/1 "Material Design Icons";
    -webkit-font-smoothing: antialiased;
    margin-top: 25px !important;
    margin-left: 7px;
    position: absolute;
    background: #f3f3f3;
    border-radius: 100%;
}

.np-fs-55 {
    font-size: 55px !important;
}

.np-fs-40 {
    font-size: 40px !important;
}

#dvJobList li a {
    display: inline-block;
    border: 2px solid #dddddd;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 8px;
    border-radius: 0.5rem;
}
    #dvJobList li a:hover, #dvJobList li a:focus {
        background: #3b9775;
        color: #fff;
    }
#dvJobList li.skeleton-text a:hover, #dvJobList li.skeleton-text a:focus {
    background: none !important;
    color: none !important;
    cursor:default !important;
}
/* Skeleton Loader */
.skeleton {
    animation: loading 1.5s infinite;
}
.skeleton-text {
    min-height: 15px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}
/*.skeleton-text:last-child {
    width: 70%;
}*/
@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.SkeletonLoader-Box {
    width: 140px !important;
    height: 30px !important;
    border: none !important;
    padding: 5px !important;
    margin: 8px 0 8px !important;
    border-radius: 0.5rem !important;
    margin-top: 0px !important;
}

.scroll-thin-h > .row {
    overflow-x: auto;
    overflow-y:hidden;
    white-space: nowrap;
}

    .scroll-thin-h > .row > .np-div-inline {
        display: inline-block !important;
        float: none !important;
    }
.scroll-h-bg-teal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
}
.scroll-h-bg-teal::-webkit-scrollbar {
    height: .7em;
}
.scroll-h-bg-teal::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 3px rgba(38, 134, 140, 0.3);
    background-color: #3b9775;
}
.np-fs-l {
    font-size: large !important;
}
.np-fs-11 {
    font-size: 11px !important;
}
.np-fs-12 {
    font-size: 12px !important;
}
.np-fs-14 {
    font-size: 14px !important;
}
.np-fs-16 {
    font-size: 16px !important;
}
.np-fw-unset {
    font-weight: unset !important;
}
.np-m-t-15,
.np-m-15,
.np-m-y-15 {
    margin-top: 15px !important;
}
.np-m-b-15,
.np-m-15,
.np-m-y-15 {
    margin-bottom: 15px !important;
}
.np-m-l-15,
.np-m-15,
.np-m-x-15 {
    margin-left: 15px !important;
}
.np-m-r-15,
.np-m-15,
.np-m-x-15 {
    margin-right: 15px !important;
}
.np-m-r-20,
.np-m-20,
.np-m-x-20 {
    margin-right: 20px !important;
}
.np-m-r-25,
.np-m-25,
.np-m-x-25 {
    margin-right: 25px !important;
}
.np-m-r-30,
.np-m-30,
.np-m-x-30 {
    margin-right: 30px !important;
}
.np-m-r-50,
.np-m-50,
.np-m-x-50 {
    margin-right: 50px !important;
}

.np-border-1 {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

.fixTableHead {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 500px;
}

.fixTableHead thead th {
    position: sticky;
    top: -0.02px;
}

.fixTableHead table {
    border-collapse: collapse;
    width: 100%;
}

.fixTableHead th,
.fixTableHead td {
    padding: 8px 15px;
    border: 2px solid #529432;
}

.fixTableHead th {
    background: #ABDD93;
    z-index: 3;
}

.fixTableHead .table > tbody > tr > td {
    padding: 8px 15px !important;
    text-align: left;
}

.fixTableHead .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 2 !important;
}
.h-auto {
    height: inherit !important;
    min-height: inherit !important;
}
/**/


.file-block {
    color: initial;
    display: inline-flex;
    background: #fff;
    padding: 3px;
    margin-bottom: 3px;
    border-radius: 30px;
    border: 2px solid #f3f3f3;
    width: 100%;
}

.file-block > span.name {
    padding-right: 10px;
    /*width: max-content;*/
    display: inline-flex;
}

.file-delete {
    display: flex;
    /*width: 24px;*/
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 5px;
    cursor: pointer;
    align-items:center;
}

.file-delete > i {
    color: #a7a5a5;
    font-size: 16px;
}
.file-delete > i:hover {
    color: #e70000;
}
.np-flex-col {
    justify-content: space-around;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}

.np-icon-check-o::before,
.np-icon-circle-up-o::before,
.np-icon-close-o::before {
    font: normal normal normal 20px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    margin-top: 27px !important;
    margin-left: 12px;
    position: absolute;
    background: #f3f3f3;
    border-radius: 100%;
}

.np-icon-check-o::before {
    content: "\f058";
}

.np-icon-circle-up-o::before {
    content: "\f139";
}

.np-icon-close-o::before {
    content: "\f057";
}

.np-cancel-row {
    background-color: rgba(255,0,0,0.22) !important;
}

.table-hover tr.np-cancel-row:hover {
    background-color: rgba(255,0,0,0.6) !important;
    color: black !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.np-panel-title {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: 0.03em;
}