:root {
    --navbar-height: 77px;
    --color-white: #FFF;
    --login-height: calc(calc(calc(100vh - 364px) / 2) + 1px);
    --switch-dimen: 28px;
}
.padView {
	padding-top: calc(1px + 0.1vw);
}
.w-auto {
	width: auto !important;
	min-width: auto !important;
	max-width: auto !important; 
}
.text-upper {
	font-size: 121%;
	font-weight: 600;
	color: #000;
}
.material-icons {
    color: #b8c7ce;
    font-size: 18px;
}
.text-under-line {
	border-bottom: 2px solid #000;
	padding-bottom: 2px;
}
.disp-none {
    display: none;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.content {
  height: auto;
}
.addMoreFab, .addMoreSize, .addMoreRow {
	cursor: pointer;
}
div.table-header div {
	color: #212529;
	background: rgba(0, 0, 0, 0.05);
	font-size: calc(8px + 0.4vw);
	line-height: 1.4;
	padding: calc(2px + 0.4vw) calc(4px + 0.4vw);
	font-weight: bold;
}
.chln-head-h1 {
	font-size: calc(10px + 0.4vw);
}
.chln-head-h2 {
	font-size: calc(10px + 0.3vw);
}
tr.table-header th,
tr.table-header td {
	color: #212529;
	background: rgba(0, 0, 0, 0.05);
	font-size: calc(8px + 0.4vw);
	line-height: 1.4;
	font-weight: bold;
}
tr.table-body td {
	font-size: calc(8px + 0.4vw);
	line-height: 1.4;
}
.bg-gray {
	color: #212529;
	background: rgba(0, 0, 0, 0.05);
	font-size: calc(8px + 0.4vw);
	line-height: 1.4;
	padding: calc(2px + 0.4vw) calc(4px + 0.4vw);
	font-weight: bold;
}
.colour-1 {
  background: #483C46;
  color: #fff;
}

.colour-2 {
  background: #3C6E71;
}

.colour-3 {
  background: #70AE6E;
}

.colour-4 {
  background: #82204A;
}

.colour-5 {
  background: #558C8C;
}

.colour-6 {
  background: #917C78;
}
html {
    /*-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
	height: 100% !important;
}
body {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    color: #666;
    /*font-family: 'Montserrat';*/
	font-family: 'Encode Sans', sans-serif;
    font-size: calc(8px + 0.35vw);
    font-weight: 500;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline: 0;
}
a:hover, li a:hover {
    text-decoration: none;
}
.no-resize {
    resize: vertical !important;
}
.letter_space_1 {
	letter-spacing: 1px;
}
small_90, .small_90 {
  font-size: 90%;
  font-weight: 600;
}
small_85, .small_85 {
  font-size: 85%;
  font-weight: 600;
}
small_80, .small_80 {
  font-size: 80%;
  font-weight: 600;
}
input[type="file"].form-control {
    height: auto !important;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input[type="file"]:focus, select.custom-select:focus, .custom-select:focus, .uneditable-input:focus, div:focus, div.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}
.pull-left {
    float: left;
}
.fieldset-bg-red {
    background: rgba(255, 0, 0, 0.05);
}
.fieldset-bg-grn {
    background: rgba(0, 255, 0, 0.05);
}
.fieldset-bg-blu {
    background: rgba(0, 0, 255, 0.05);
}
.fieldset-bg-gra {
    background-color: rgba(0, 0, 0, 0.04);
}

th.tbl-bg-gray,
td.tbl-bg-gray {
	background: rgba(0, 0, 0, 0.04) !important;
}
/********************************************************
********************************************************/
.main-sidebar ul>li>a,
.main-sidebar ul>li>a+ul>li>a,
.main-sidebar ul>li>a+ul>li>a+ul>li>a {
	background: #1d282c;
}
.skin-black .sidebar-menu .treeview-menu > li > a {
    padding: 10px 5px 10px 30px
}
.skin-black .sidebar-menu .treeview-menu .treeview-menu > li > a {
    padding: 10px 5px 10px 45px
}
.main-sidebar ul>li>a,
.main-sidebar ul>li>a+ul>li>a,
.main-sidebar ul>li>a+ul>li>a+ul>li>a {
	border-bottom: #2e393d 1px solid;
}
/********************************************************
********************************************************/
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.highcharts-credits {
    display: none !important;
}
/********************************************************
********************************************************/
.pad0T {
    padding-top: 0px !important;
}
.pad0R {
    padding-right: 0px !important;
}
.pad0B {
    padding-bottom: 0px !important;
}
.pad0L {
    padding-left: 0px !important;
}
.pad0A {
    padding: 0px !important;
}
/********************************************************

********************************************************/
.pad5T {
    padding-top: 5px !important;
}
.pad5R {
    padding-right: 5px !important;
}
.pad5B {
    padding-bottom: 5px !important;
}
.pad5L {
    padding-left: 5px !important;
}
.pad5A {
    padding: 5px !important;
}
/********************************************************

********************************************************/
.pad10T {
    padding-top: 10px !important;
}
.pad10R {
    padding-right: 10px !important;
}
.pad10B {
    padding-bottom: 10px !important;
}
.pad10L {
    padding-left: 10px !important;
}
.pad10A {
    padding: 10px !important;
}
/********************************************************

********************************************************/
.pad15T {
    padding-top: 15px !important;
}
.pad15R {
    padding-right: 15px !important;
}
.pad15B {
    padding-bottom: 15px !important;
}
.pad15L {
    padding-left: 15px !important;
}
.pad15A {
    padding: 15px !important;
}
/********************************************************

********************************************************/
.pad20T {
    padding-top: 20px !important;
}
.pad20R {
    padding-right: 20px !important;
}
.pad20B {
    padding-bottom: 20px !important;
}
.pad20L {
    padding-left: 20px !important;
}
.pad20A {
    padding: 20px !important;
}
/********************************************************

********************************************************/
.pad30T {
    padding-top: 30px !important;
}
.pad30R {
    padding-right: 30px !important;
}
.pad30B {
    padding-bottom: 30px !important;
}
.pad30L {
    padding-left: 30px !important;
}
.pad30A {
    padding: 30px !important;
}
/********************************************************

********************************************************/
.pad40T {
    padding-top: 40px !important;
}
.pad40R {
    padding-right: 40px !important;
}
.pad40B {
    padding-bottom: 40px !important;
}
.pad40L {
    padding-left: 40px !important;
}
.pad40A {
    padding: 40px !important;
}
/********************************************************

********************************************************/
.mrg0T {
    margin-top: 0px !important;
}
.mrg0R {
    margin-right: 0px !important;
}
.mrg0B {
    margin-bottom: 0px !important;
}
.mrg0L {
    margin-left: 0px !important;
}
.mrg0A {
    margin: 0px !important;
}
/********************************************************

********************************************************/
.mrg5T {
    margin-top: 5px !important;
}
.mrg5R {
    margin-right: 5px !important;
}
.mrg5B {
    margin-bottom: 5px !important;
}
.mrg5L {
    margin-left: 5px !important;
}
.mrg5A {
    margin: 5px !important;
}
/********************************************************

********************************************************/
.mrg10T {
    margin-top: 10px !important;
}
.mrg10R {
    margin-right: 10px !important;
}
.mrg10B {
    margin-bottom: 10px !important;
}
.mrg10L {
    margin-left: 10px !important;
}
.mrg10A {
    margin: 10px !important;
}
/********************************************************

********************************************************/
.mrg15T {
    margin-top: 15px !important;
}
.mrg15R {
    margin-right: 15px !important;
}
.mrg15B {
    margin-bottom: 15px !important;
}
.mrg15L {
    margin-left: 15px !important;
}
.mrg15A {
    margin: 15px !important;
}
/********************************************************

********************************************************/
.mrg20T {
    margin-top: 20px !important;
}
.mrg20R {
    margin-right: 20px !important;
}
.mrg20B {
    margin-bottom: 20px !important;
}
.mrg20L {
    margin-left: 20px !important;
}
.mrg20A {
    margin: 20px !important;
}
/********************************************************

********************************************************/
.mrg30T {
    margin-top: 30px !important;
}
.mrg30R {
    margin-right: 30px !important;
}
.mrg30B {
    margin-bottom: 30px !important;
}
.mrg30L {
    margin-left: 30px !important;
}
.mrg30A {
    margin: 30px !important;
}
/********************************************************

********************************************************/
.mrg40T {
    margin-top: 40px !important;
}
.mrg40R {
    margin-right: 40px !important;
}
.mrg40B {
    margin-bottom: 40px !important;
}
.mrg40L {
    margin-left: 40px !important;
}
.mrg40A {
    margin: 40px !important;
}
/********************************************************

********************************************************/
.font_10 {
    font-size: 10px !important;
}
.font_12 {
    font-size: 12px !important;
}
.font_13 {
    font-size: 13px !important;
}
.font_14 {
    font-size: 14px !important;
}
.font_16 {
    font-size: 16px !important;
}
.font_18 {
    font-size: 18px !important;
}
.font_20 {
    font-size: 20px !important;
}
.font_22 {
    font-size: 22px !important;
}
.font_24 {
    font-size: 24px !important;
}
.font_28 {
    font-size: 28px !important;
}
.font_32 {
    font-size: 32px !important;
}

.font_24A {
    font-size: calc(14px + 0.9vw)  !important;/*24px*/
}
.font-lg .font_22 {
	font-size: 24px !important;
}
/********************************************************
********************************************************/
.w161 {
    width: 161px !important;
}
.h131 {
    height: 131px !important;
}
.h88 {
    height: 88px !important;
}
.textRight {
	text-align: right !important;
}
.l1h8 {
	line-height: 1.5 !important;
}
/********************************************************
********************************************************/
.font_13_vw {
	font-size: calc(8px + 0.35vw);
}
.font_15_vw {
	font-size: calc(8px + 0.45vw);
}
.font_17_vw {
	font-size: calc(8px + 0.55vw);
}
/********************************************************
********************************************************/
.skin-black .wrapper {
    background-color: none;
}
.main-header .logo-lg img {
    /*height: var(--navbar-height);*/
}
.main-header .logo-mini img {
    /*height: calc(var(--navbar-height) /2);*/
}
.navbar .heading h2 {
    color: green;
    text-align: left;
    font-weight: 600;
    font-size: calc(1vw + 16px);
    margin-top: 10px;
    position: relative;
    /*margin-left: -69px;*/
	padding-left: 15px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.main-header {
    max-height: var(--navbar-height);
}
.skin-black .main-header .logo {
    border-bottom: 1px solid #eee;
}
/********************************************************

********************************************************/
.main-sidebar {
    padding-top: var(--navbar-height);
}
.main-header .logo {
    height: var(--navbar-height);
}
.skin-black .main-header .logo, .skin-black .main-header .logo:hover {
    background-color: var(--color-white);
}
.main-header .sidebar-toggle {
    padding-top: calc(calc(var(--navbar-height) - 38px) / 2);
    padding-bottom: calc(calc(var(--navbar-height) - 38px) / 2);
    padding-left: 15px;
    padding-right: 30px;
}
.skin-black .main-header .navbar .navbar-custom-menu .navbar-nav > li > a {
    padding-top: calc(calc(var(--navbar-height) - 23px) / 3);
    padding-bottom: calc(calc(var(--navbar-height) - 23px) / 3);
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}
.main-header .navbar .nav > li {
    position: relative;
	background: #FFF;
}
.main-header .navbar .nav > li > a > .label {
    font-size: 11px;
    font-weight: 400;
    padding: 2px 4px;
    border-radius: 50%;
    text-align: center;
    width: auto;
    top: 25px;
    left: 12px;
    right: auto;
}
/********************************************************

********************************************************/
.login-box, .register-box {
    width: 360px;
    /*margin-top: var(--login-height);*/
    margin: var(--login-height) auto;
    /*margin: calc(50vh - 165px) auto;*/
}
.login-logo, .register-logo {
    margin-bottom: 0;
}
.form-control-feedback {
    /*top: calc(calc(34px - 14px) / 2);*/
    display: inline-block;
    height: 14px;
}
.invalid-feedback {
    font-weight: 400;
    color: #dd4b39;
    font-size: 11px;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}
.valid-feedback {
    font-weight: 400;
    color: #008000;
    font-size: 11px;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}
.main-footer {
    font-weight: 400;
    font-size: 12px
}
.has-feedback .form-control {
    padding-right: 32px;
}
/********************************************************

********************************************************/
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    margin-bottom: 0;
	font-size: calc(10px + 0.35vw);
}
.skin-black .main-header li.user-header {
    background-color: #222d32;
}
.dropdown-menu {
    border-color: #ddd;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
/********************************************************

********************************************************/
.breadcrumb {
    background: var(--color-white);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}
.breadcrumb li a {
    color: green;
    text-decoration: none;
    text-transform: capitalize;
}
/********************************************************

********************************************************/
.table tbody tr td.button, .table tbody tr td.button .checkbox {
    white-space: nowrap;
    vertical-align: middle;
    margin: 0px;
}
/********************************************************

********************************************************/
.login-box .form-control:focus {
    border: 1px solid #008d4c;
}
.login-box .form-control:focus + .form-control-feedback::before {
    color: #008d4c;
}
/********************************************************

********************************************************/
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
    text-align: left;
    white-space: nowrap;
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_length select, div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_length select {
    padding: 5px 25px 5px 5px;
}
div.dataTables_wrapper div.dataTables_filter input {
    text-align: left;
}
div.dataTables_wrapper div.dataTables_length select:focus, div.dataTables_wrapper div.dataTables_filter input:focus {
    border: #d2d6de 1px solid;
}
div.dataTables_wrapper div.dataTables_paginate .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0;
    border-radius: 0px;
}
div.dataTables_wrapper div.dataTables_info {
	padding: calc(3px + 6px) 3px;
	line-height: 1.25;
}
div.dataTables_wrapper div.dataTables_paginate {
	padding: calc(3px + 6px) 0px;
	line-height: 0;
}
/********************************************************
********************************************************/
td.ws {
    white-space: nowrap;
}
.skin-black .sidebar-menu .treeview .treeview-menu {
	border-left: 3px solid transparent;
}
.skin-black .sidebar-menu .treeview.active .treeview-menu {
	border-left: 3px solid #FFF;
}
.skin-black .sidebar-menu .treeview.active .treeview-menu .treeview-menu {
	border-left: 0px solid #F0F;
}
.skin-black .sidebar-menu .treeview-menu > li > a:before {
    /*content: "";*/
    border-left: #8aa4af 1px solid;
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
}
.skin-black .sidebar-menu .treeview-menu > li > a:hover:before {
    border-left: #FFF 1px solid;
}
.skin-black .sidebar-menu .treeview-menu > li > a > .fa-circle-o::before {
    content: "\f111";
}
/********************************************************
********************************************************/
.dataTable table tbody th,
.dataTable table tbody td {
	padding: calc(2px + 0.4vw) 0px;
	border: none !important;
	line-height: 1;
}
/********************************************************
********************************************************/
.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}
.form-inline .input-group, .form-inline .custom-select {
    width: auto;
}
.input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-select {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    font-weight: 500;
    vertical-align: middle;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
}
.custom-select:focus {
    border-color: #00a65a;
    outline: 0;
    box-shadow: none;
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #555;
    background-color: #eee;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 458'%3e%3cpath fill='%23333333' d='M24,213.5l119,119c9.4,9.4,24.6,9.4,33.9,0l119.1-119c15.1-15.1,4.4-41-17-41H41	C19.6,172.5,8.9,198.4,24,213.5z'/%3e%3c/svg%3e") #fff no-repeat center right 0.5em/calc(0.65em + 0.65em) calc(0.60em + 0.65em);
}
.custom-number {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23333333' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3e%3c/svg%3e") #fff no-repeat center right 0.5em/calc(0.65em + 0.65em) calc(0.60em + 0.65em);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 1.4;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    line-height: 1.4;
    margin: 0;
    opacity: 0;
    border-radius: 0;
}
.custom-file-label, .custom-file-label:after {
    border-radius: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #00a65a;
    box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    overflow: hidden;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: auto;
    font-size: 14px;
    line-height: 1.4;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}
/********************************************************
********************************************************/
.custom-checkbox-theme {
    margin-bottom: 30px;
}
.custom-checkbox-theme ul {
    list-style-type: none;
    /*height: 100%;*/
	padding: calc(2px + 0.4vw) calc(4px + 1vw);
	font-size: calc(8px + 0.35vw);
}
.custom-checkbox-theme ul li ul {
    padding: 0px 10px;
    list-style-type: none;
}
.custom-checkbox-theme ul li ul li:last-child {
    margin-bottom: 5px;
}
.custom-checkbox-theme ul li ul li {
    padding: 0px 16px;
    margin: 5px 0px;
}
.custom-checkbox-theme .checkbox {
    margin: 0;
    display: inline-block;
}
.custom-checkbox-theme ul li .checkbox {
    margin: 1px 0px;
}
.custom-checkbox-theme .checkbox:hover label {
    color: #00a65a;
    cursor: pointer !important;
}
/********************************************************

********************************************************/
.checkbox, .radio {
    display: inline-block;
    white-space: nowrap;
    margin: 5px 10px;
}
.checkbox .styled:not(:checked), .checkbox .styled:checked {
    position: absolute;
    left: -99999px;
}
.checkbox .styled:not(:checked), .checkbox .styled:checked + label {
    color: #00a65a;
}
.checkbox .styled:not(:checked) + label:before, .checkbox .styled:checked + label:before {
    margin-right: 0;
}
.checkbox .styled:not(:checked) + label:before, .checkbox .styled:checked + label:before {
    font-family: 'FontAwesome';
    font-size: calc(8px + 0.6vw);
    width: calc(6px + 0.8vw);
    height: auto;
    display: inline-block;
}
.checkbox .styled:not(:checked) + label:before {
    content: '\f096';
}
.checkbox .styled:checked + label:before {
    content: '\f046';
}
.radio .styled:not(:checked), .radio .styled:checked {
    position: absolute;
    left: -99999px;
}
.radio .styled:not(:checked) + label:before, .radio .styled:checked + label:before {
    margin-right: 4px;
}
.radio .styled:not(:checked) + label:before, .radio .styled:checked + label:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.radio .styled:not(:checked) + label:before {
    content: '\f10c';
}
.radio .styled:checked + label:before {
    content: '\f192';
}
.checkbox .styled + label, .checkbox .styled + label, .radio .styled + label, .radio .styled + label {
    margin-bottom: 0;
}
/********************************************************
********************************************************/
.d-inline-block {
    display: inline-block;
}
/********************************************************
********************************************************/
.tbl-btn.btn .fa {
    font-size: 24px !important;
}
/********************************************************
********************************************************/
.switch {
    position: relative;
    display: inline-block;
    width: calc(var(--switch-dimen) * 2);
    height: var(--switch-dimen);
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 2px;
}
.slider:before {
    position: absolute;
    content: "";
    height: calc(var(--switch-dimen) - 4px);
    width: calc(var(--switch-dimen) - 4px);
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #008d4c;
}
input:not(:checked) + .slider {
    background-color: #d73925;
}
input:focus + .slider {
    box-shadow: none;
}
input:checked + .slider:before {
    -webkit-transform: translateX(var(--switch-dimen));
    -ms-transform: translateX(var(--switch-dimen));
    transform: translateX(var(--switch-dimen));
}
/* Rounded sliders */
.slider.round {
    border-radius: var(--switch-dimen);
}
.slider.round:before {
    border-radius: 50%;
}
/********************************************************

********************************************************/
.swal2-icon.swal2-warning {
    color: #f39c12 !important;
    border-color: #f39c12 !important;
}
.swal2-actions button {
    min-width: 104px;
    text-align: center;
}
.swal2-cancel {
    margin-right: 5px;
    min-width: 66px;
    text-align: center;
}
.swal2-confirm {
    margin-left: 5px;
    min-width: 66px;
    text-align: center;
}
/********************************************************
********************************************************/
.eyeToggle > .input-group-text {
	width: calc(33px + 2vw);
	text-align: center;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #ced4da;
	cursor: pointer;
}
.product-select .form-control {
	padding: calc(3px + 0.6vw) calc(10px + 1.6vw) calc(3px + 0.6vw) calc(6px + 0.7vw);
  	font-size: calc(10px + 0.5vw);
	letter-spacing: 1px;
}
.product-select {
	position: relative;
}
.product-select .input-group .input-group-text .fa-caret-down {
	font-size: calc(12px + 1vw);
}
.product-select .search-container {
	position: absolute;
	z-index: 9;
	width: 100%;
	border: #d2d6de 1px solid;
	border-top: 0;
	background: #FFF;
	padding: 10px;
	font-size: calc(7px + 0.55vw);
}
.product-select .search-container .form-control {
	padding: 7px 14px;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 500
}
.product-select .search-container .result-container {
	display: inline-block;
	width: 100%;
}
.product-select .search-container .result-container .result-warp {
	display: inline-block;
	width: 100%;
	border: #d2d6de 1px solid;
	padding: 5px 10px;
	margin-top: 5px;
	cursor: pointer;
	background: #ffc107;
}
.product-select .search-container .result-container .result-warp:hover {
	cursor: pointer;
	background: #00a65a;
	color: #FFF;
}
/********************************************************
********************************************************/
.form-floating {
    position: relative;
}
.has-feedback label ~ .form-control-feedback {
    top: 0;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 5px;
    height: 100%;
    padding: 5px 5px;
    pointer-events: none;
    border: none;
    transform-origin: 0 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 1.6;
    opacity: 0.8;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 6px;
    padding-bottom: 6px;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(.85) translateY(-7px) translateX(5px);
    background: #FFF;
    height: auto;
    line-height: 1;
    opacity: 1;
    padding: 0px 5px;
    color: #006939;
}
.form-floating > .form-control ~ label ~ span, .form-floating > .form-control ~ label ~ span {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-floating > .form-control:focus ~ label ~ span, .form-floating > .form-control:not(:placeholder-shown) ~ label ~ span {
    color: #006939;
}
/********************************************************

********************************************************/
.skin-black .sidebar-menu .treeview-menu > li > a > .fa-circle-o::before {
    content: "\f111";
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 1;
}
.skin-black .sidebar-menu > li > a > span, .skin-black .sidebar-menu .treeview-menu > li > a > span {
    padding-left: 24px;
}
.callout.alert {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.skin-black .sidebar-menu > li > a > i, .skin-black .sidebar-menu .treeview-menu > li > a > i {
    position: absolute;
    margin: auto;
    width: 14px;
    height: 11px;
    top: 0;
    bottom: 0;
    text-align: center;
}
ul.treeview-menu > li > a > i {
	font-size: 10px;
}
.skin-black .sidebar-menu > li > a > span {
    padding-left: 24px;
}
.skin-black .sidebar-menu .treeview-menu > li > a > span {
    padding-left: 20px;
}
.tbl-btn {
    display: inline-table;
    width: auto;
}
.tbl-btn i, .tbl-btn span {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 767px) {
    /*.main-sidebar {

	 padding-top: calc(var(--navbar-height) * 2);

	}*/
    .content-wrapper {
        /*padding-top: var(--navbar-height);*/
        display: inline-block;
    }
    .content-wrapper section {
        display: inline-block;
        width: 100%;
    }
    .input-group-text {
        border-radius: 0;
    }
    .breadcrumb > li + li::before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }
}
/********************************************************
********************************************************/
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.bdr-All {
    border: 1px solid #dee2e6;
}
.bdr-Top {
    border-top: 1px solid #dee2e6;
}
.bdr-Bot {
    border-bottom: 1px solid #dee2e6;
}
.bdr-Left {
    border-left: 1px solid #dee2e6;
}
.bdr-Right {
    border-right: 1px solid #dee2e6;
}

.bdr-Top-no {
    border-top: 0px solid #dee2e6;
}
.bdr-Bot-no {
    border-bottom: 0px solid #dee2e6;
}
.bdr-Left-no {
    border-left: 0px solid #dee2e6;
}
.bdr-Right-no {
    border-right: 0px solid #dee2e6;
}
@media print {
	#vew_table tbody {
		border-bottom: 2px solid #cdd1d5;
	}
}
#vew_table tbody:last-child {
	border-bottom: 0px solid #dee2e6;
}
.pos-left-table {
    background: #ffffff;
    padding: 30px;
    color: #000;
    border-right: 0;
}
.pos-bill-table {
    border: #000000 1px solid;
    background: #ffffff;
    padding: 30px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.pos-left-table .heading {
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #333;
}
.pos-left-table .tbl-row {
    margin-right: 0;
    margin-left: 0;
}
.pos-left-table .tbl-row > div {
    padding: 5px 15px;
    border: #44555c 1px solid;
    border-top: 0;
    color: #44555c;
}
.pos-left-table .tbl-row > div:first-child {
    border-right: 0;
}
.pos-left-table .tbl-row:first-child {
    border-top: #5b6f77 1px solid;
}
.btn-purple {
    background-color: #8e44ad;
    border-color: #632f79;
    color: #FFF !important;
}
.btn-brown {
    background-color: #795547;
    border-color: #554433;
    color: #FFF !important;
}
.btn-pink {
    background-color: #d9116f;
    border-color: #ae0e5a;
    color: #FFF !important;
}
.text-purple {
    color: #8e44ad;
}
.text-brown {
    color: #795547;
}
.text-pink {
    color: #d9116f;
}
.btn-warp {
    /*display: table;*/
    width: 100%;
    /*height: 100px;*/
    text-align: center;
    padding: 5px;
}
.btn-warp .btn-txt {
    background-color: #44555c;
}
.btnc {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 3.6rem;
    width: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 0px;
    margin-bottom: 2px;
}
.btnc:active {
    outline: none;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
    border: 2px solid rgba(0, 0, 0, 0.4);
    margin-top: 2px;
    margin-bottom: 0px;
}
/********************************************************
********************************************************/
.bill-table .row {
    margin-bottom: 10px;
}
.b-tbl .row.header {
    margin-bottom: 0px;
    border: none;
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.billing-row .row {
    margin-bottom: 0px;
}
.billing-row .row:nth-child(even) {
    background: #eee;
}
.billing-row .row [class*="col-"] {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: bottom;
}
.b-tbl .row.price {
    margin-bottom: 5px;
    border: none;
    margin-left: 0;
    margin-right: 0;
}
.b-tbl .row.price.bdr {
    border-top: #000 1px solid;
    padding-top: 5px;
}

/********************************************************
********************************************************/
.swal2-popup {
    font-size: 0.8rem !important;
    width: 25em !important;
}
#saleBillTbl tr th, #saleBillTbl tr td {
    padding: 0.4rem;
}
#saleBillTbl tr td.ttl, #saleTotal, #amount, #totalAmount, #cashTendered, #change, #cgst, #sgst, #billingRow .ttl {
    letter-spacing: 1px;
}
#saleBillTbl tr td.ttl:before, #saleTotal:before, #amount:before, #totalAmount:before, #cashTendered:before, #change:before, #billingRow .ttl:before {
    content: '₹';
}
#cgst:after, #sgst:after {
    content: '%';
}
#stockError .callout.alert .close {
    padding: 5px 10px;
    line-height: 0.6;
}
#billingTable tr th, #billingTable tr td {
    padding: 1px 5px;
}
.amtWord, .totalAmount {
    padding-left: 15px !important;
    background: #FFF;
    font-style: italic;
}
/********************************************************
********************************************************/
#posBillTable {
    border-left: 0;
    padding-top: 20px;
}
.pos-bill-table {
    width: 88mm;
    margin: 0px auto;
    border: 1px solid #dee2e6;
    padding: 5px;
}
.headerTable tr td {
    padding: 5px 1px;
}
.amtWord, .totalAmount {
    padding-left: 15px !important;
    font-style: italic;
    /*background-color: rgba(0, 0, 0, 0.05);*/
}
.headerTable tr td {
    line-height: 1.2;
    padding: 4px 0px;
}
.headerTable tr:first-child {
    font-size: 16px;
}
.headerTable tr:first-child td {
    padding-top: 6px;
    padding-bottom: 0;
    line-height: 1.2;
}
.headerTable tr:last-child td {
    width: 25%;
}
.custom-checkbox-theme > ul {
    border: 1px dashed #696969;
}
.custom-checkbox-theme.bdr {
    border: #d2d6de 1px solid;
    padding: 0 5px;
}
.custom-checkbox-theme.bdr .checkbox {
    margin: 15px;
}
.custom-checkbox-theme.bdr .checkbox .styled:checked + label:before, .custom-checkbox-theme.bdr .checkbox .styled:checked + label {
    color: #00a65a;
}
.custom-checkbox-theme.bdr .checkbox .styled:checked + label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox-theme.bdr .checkbox .styled + label:before, .custom-checkbox-theme.bdr .checkbox .styled + label {
    cursor: pointer;
}
/********************************************************
********************************************************/
.swal2-input {
    border-radius: 0 !important;
    height: auto !important;
    padding: 0.375rem 0.75rem !important;
    margin: 20px 0px 5px !important;
    max-width: 100% !important;
}
.swal2-input:focus {
    border-color: #00a65a !important;
    box-shadow: none !important;
}
/********************************************************
********************************************************/
#insertAfter .row .form-group input[type="tel"], .row.insertAfter .form-group input[type="tel"] {
    opacity: 0.1 !important;
    display: none !important;
    position: absolute;
    left: 99999999px;
}
/********************************************************
********************************************************/
.sidebar-menu.tree hr {
    display: inline-block;
    height: 33px;
    width: 100%;
    padding: 0;
    margin: 0 !important;
}
.qty_msg {
    display: inline-block;
}
#insertAfter fieldset:nth-child(odd) {
    background: rgba(255, 0, 0, 0.04);
}
#insertAfter fieldset:nth-child(even) {
    background: rgba(0, 255, 0, 0.04);
}
#insertAfter fieldset:first-child {
    background: rgba(0, 0, 0, 0.03);
}
#insertAfter fieldset.no-bg {
    background: none !important;
}
/********************************************************
********************************************************/
.box-body.print, .box-body.print table tr td, .box-body.print div {
    font-size: 15px;
    border: 4px solid #FF0;
}
/********************************************************
********************************************************/
.stitching-invoice {
    font-size: 14px;
    border: #eeeeee 1px solid;
    padding: 20px 40px;
    color: #000;
}
.stitching-invoice .com-header .name {
    font-size: 22px;
}
.stitching-invoice .com-header .address {
    font-size: 16px;
}
.stitching-invoice .com-header .txt {
    text-decoration: underline;
}
.stitching-invoice .worker-details .row:nth-child(odd) > div {
    padding: 5px 15px;
}
.stitching-invoice .sl-number-full .worker-details .row:nth-child(odd) > div {
    padding: 0px 15px;
}
.stitching-invoice .worker-details > div > div {
    margin-bottom: 5px;
}
.stitching-invoice .worker-details > div > div:first-child {
    min-width: 119px;
}
.stitching-invoice .job-details {
    font-size: 14px;
}
.stitching-invoice .job-details .row {
    border: #eeeeee 1px solid;
    border-bottom: 0;
}
.stitching-invoice .job-details .row:last-child {
    border-bottom: #eeeeee 1px solid;
}
.stitching-invoice .job-details .row div:first-child {
    min-width: 161px;
    text-align: right;
}
.stitching-invoice .job-details .row .col-auto {
    min-width: 94px;
    border-right: #eeeeee 1px solid;
    padding: 10px 10px;
}
.stitching-invoice .job-details .row .col {
    padding: 10px 10px;
}
.snipper {
    width: 1px;
    height: 100%;
    display: inline-block;
    border-left: #ddd 2px dashed;
    position: relative;
}
.snipper .icon:before {
    content: "\f0c4";
    font-family: FontAwesome;
    position: relative;
    width: 10px;
    height: 10px;
    z-index: 999;
    left: 3px;
    display: inline-block;
    transform: rotate(90deg);
    font-size: 18px;
    color: #CCC;
}
.snipper .icon:before {
    margin-top: 123px;
}
/********************************************************
********************************************************/
#info {
    color: red;
    font-size: 12px;
}
#finishStock .checkbox label::before {
    font-weight: normal;
    font-size: 19px;
    margin: 0;
    line-height: 1;
    height: 18px;
    cursor: pointer;
    color: #333;
}
#finishStock .checkbox #th:checked + label::before {
    content: '\f0fe';
    color: #444;
}
#finishStock .checkbox #th:indeterminate + label::before {
    content: '\f146';
    color: #444;
}
/********************************************************
********************************************************/
#bill_calc_tbl tbody tr td,
#insertToBox tbody tr td {
    padding: 5px;
}
#bill_calc_tbl tbody tr td .fa-times-circle,
#insertToBox tbody tr td .fa-times-circle {
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
    color: #dc3545;
}
#bill_calc_tbl tbody tr td .form-control,
#insertToBox tbody tr td .form-control {
    padding: 0;
    background: none;
    border: 0;
}
#bill_calc_tbl tbody tr td input.bdr,
#insertToBox tbody tr td input.bdr {
    padding: 2px 10px;
    background: none;
    border: 1px solid #ced4da;
}
/********************************************************
********************************************************/
.sale-challan-warp {
    border: #dddddd 1px solid;
    font-weight: 500;
    font-size: 14px;
}
.sale-challan-warp tr {
    border-bottom: #dddddd 1px solid;
}
.sale-challan-warp tr td {
    border-right: #dddddd 1px solid;
}
.sale-challan-warp tr td div {
    margin-bottom: 1px;
}
.sale-challan-warp .strong {
    font-weight: 500;
    color: #000000;
    font-size: 13px;
}
.vl-bot td {
    vertical-align: bottom;
}
.sale-challan-warp .small {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}
.sale-challan-warp .dspch-thr:empty::before {
    content: attr(data-placeholder);
    text-transform: uppercase;
    display: block;
    height: 100%;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
}
.sale-challan-warp .dspch-thr {
    font-weight: bold;
    text-transform: uppercase;
}
.sale-challan-warp .hsn-code:empty::before {
    content: attr(data-placeholder);
    display: block;
    height: 100%;
    color: rgba(0, 0, 0, 0.4);
}
.signature {
    color: #000;
}
.sale-challan-warp .wdth {
    width: 141px;
}
.divEditable {
    font-size: 16px;
    font-weight: 500;
}
.divEditable .sl-number {
    width: auto;
    float: left;
    min-width: 181px;
    height: auto;
    min-height: 22px;
    color: #000;
    border-bottom: 2px dotted #000;
}
.sl-number-full .divEditable .sl-number {
    width: 100%;
    float: left;
    min-width: 181px;
    height: auto;
    min-height: 22px;
    color: #000;
    border-bottom: 2px dotted #000;
}
.worker-details .col-auto {
    min-width: auto !important;
}
/********************************************************
********************************************************/
.min-w-222 {
    min-width: 292px !important;
}
/********************************************************
********************************************************/
.custom-file .custom-file-label {
    white-space: nowrap;
}
.swal2-shown .swal2-backdrop-show {
	background: rgba(0,0,0,.6) !important;
	-webkit-backdrop-filter: blur(2px);
	-o-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Remove blur from the main modal content */
.swal2-shown .swal2-backdrop-show .swal2-show {
	-webkit-backdrop-filter: none;
	-o-backdrop-filter: none;
	backdrop-filter: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.modal-open .wrapper > :not(.content-wrapper) {
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal-open .content-wrapper > :not(.modal) {
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.modal-backdrop.show {
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/********************************************************
********************************************************/
#popupModal .modal-body {
    padding: 0;
}
#popupModal .modal-body button.close {
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    position: absolute;
    height: 33px;
    width: 33px;
    display: inline-block;
    right: 20px;
    opacity: 1;
    top: 15px;
}
#popupModal .modal-body button.close .fa::before {
    text-shadow: 2px 2px 8px rgba(255, 255, 255, 1), -2px 2px 8px rgba(255, 255, 255, 1), 2px -2px 8px rgba(255, 255, 255, 1), -2px -2px 8px rgba(255, 255, 255, 1);
}
#printImage {
    position: absolute;
    bottom: 15px;
    right: 15px;
    -webkit-box-shadow: 2px 2px 16px rgba(255, 255, 255, 0.6), -2px 2px 16px rgba(255, 255, 255, 0.6), 2px -2px 16px rgba(255, 255, 255, 0.6), -2px -2px 16px rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 16px rgba(255, 255, 255, 0.6), -2px 2px 16px rgba(255, 255, 255, 0.6), 2px -2px 16px rgba(255, 255, 255, 0.6), -2px -2px 16px rgba(255, 255, 255, 0.6);
}
/********************************************************
********************************************************/
.taskbar a {
    margin: 5px;
    background: #1e282c;
    display: table;
}
/********************************************************
********************************************************/
.fontstl {
    font-weight: 500;
    font-size: 14px;
}
.form-group label span, #insertAfter fieldset legend {
    position: relative;
}
.form-group label span .astheric, #insertAfter fieldset legend .astheric {
    position: absolute;
    font-size: 18px;
    color: #dc3545;
    font-weight: 800;
    line-height: 0;
    right: -8px;
    top: 8px;
}
/********************************************************
********************************************************/
.custom-switch .custom-control-label {
    width: 52px;
    cursor: pointer;
}
.custom-switch span {
    display: inline-block;
    padding-top: 7px;
}
.switch-danger .custom-control-input ~ .custom-control-label::before {
    color: #fff;
    border-color: #c82333;
    background-color: #bd2130;
}
.switch-danger .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #218838;
    background-color: #1e7e34;
}
/********************************************************
********************************************************/
.state-table {
    display: table;
    width: 100%;
}
.state-table .cell {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.tbl-row td {
    white-space: nowrap;
}
.tbl-row td .discount {
    width: auto;
    display: inline-block;
}
.tbl-row td .discount .form-control {
    width: 55px;
    display: inline-block;
}
#pkg_chg input[name='pkg_chg'] {
    width: 88px;
    display: inline-block;
    white-space: nowrap;
}
/********************************************************
********************************************************/
.padPrintDiv {
    padding: 45px 40px;
    padding-bottom: 0;
}
#finishStock tbody tr td .checkbox, #finishStock tbody tr td .checkbox label {
    height: 18px;
    display: inline-block;
    margin-top: 2;
    margin-bottom: 2;
}
.fieldset-legend .chk_all {
    margin: 0px;
    font-size: 13px;
    cursor: pointer;
}
.fieldset-legend .chk_all .styled + label::before {
    margin: 0px;
    font-size: 15px;
    width: 13px;
}
/********************************************************
********************************************************/
.add-sup-vnd {
    float: right;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
.table-filter .custom-select {
    min-width: 181px;
}
/********************************************************
********************************************************/
.fieldset-legend .chk_all {
    margin: 0px;
	font-size: calc(8px + 0.4vw);
    cursor: pointer;
}
.fieldset-legend .chk_all .styled + label::before {
    margin: 0px;
    width: 13px;
	font-size: calc(8px + 0.6vw);
}
.fieldset-legend.lg .chk_all .styled + label::before {
    margin: 0px;
    width: 13px;
	font-size: calc(8px + 4vw);
}
.gdi_id {
    font-size: 22px;
    color: #7b7b7b;
    line-height: 1;
}
/********************************************************
********************************************************/
.fieldset-gray {
    background: rgba(0, 0, 0, 0.04);
}
.fieldset-red {
    background: rgba(255, 0, 0, 0.04);
}
.fieldset-green {
    background: rgba(0, 255, 0, 0.04);
}
/********************************************************
********************************************************/
#mrg15B {
    margin-bottom: 15px;
}
.dsg_id_warp {
    position: relative;
}
.dsg_id_warp .dsg_id_list {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    z-index: 99;
    /*padding: 0px;
	border: 0px solid #ced4da;*/
    padding: 0;
    list-style-type: none;
    font-size: 13px;
    background: #FFF;
    display: none;
    margin-bottom: 0;
}
.dsg_id_warp .dsg_id_list li {
    display: list-item;
    padding: 5px;
    color: #000;
}
input[name="lot_id"]:focus + .dsg_id_list {
    display: block;
}
/********************************************************
********************************************************/
.dsg_id_warp .dsg_id_list li {
    border: 1px solid #ced4da;
    background: #FFF;
    border-bottom: 0px;
}
.dsg_id_warp .dsg_id_list li span {
    display: inline-block;
    width: 100%;
    background: rgba(0, 0, 0, 0.11);
    padding: 5px 10px;
    color: #000;
}
.dsg_id_warp .dsg_id_list li:last-child {
    border-bottom: 1px solid #ced4da;
}
.dsg_id_warp .dsg_id_list li:first-child {
    border-top: 0px solid #ced4da;
}
.dsg_image span {
    display: inline-block;
}
/********************************************************
********************************************************/
.dsg_image span, .fab_image span {
    /*float: left;*/
    padding: 5px;
}
.dsg_image span img.rounded, .fab_image span img.rounded {
    padding: 3px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    /*float: left;*/
}
td.dsg_image {
    padding: 5px 5px !important;
}
.btn-group-justified {
    display: flex;
}
.btn-group-justified .btn {
    flex-grow: 1;
    white-space: nowrap;
}
.tbl_img img{
	margin: 2px 0px;
}
/********************************************************
********************************************************/
.dt-bootstrap4 input,
.dt-bootstrap4 select {
	min-width: 101px;
		min-width: auto
}
.dt-bootstrap4 select[name='printingProcessList_length'] {
	min-width: auto !important;
}
.img-thumb .dsg_image img {
	object-fit: cover;
	/*height: 141px;
	width: 141px;*/
	flex-grow: 0;
}
.page-no {
	padding: 15px 15px;
	font-size: 12px;
	color: #555555;
}
.page-no.mrg {
	margin: 9px 0px;
}
.sale-print {
	color: #000000;
	overflow: hidden !important;
}
.sale-print hr {
	margin: 1px 0px;
}
.lh-1_4 {
	line-height: 1.4 !important;
}
._567 {
	height: 863px;
}
/*.sale-print .table th,
.sale-print .table td {
	padding: 6px 10px;
	line-height: 1;
	height: 30px !important;
}*/
.sale-print ul {
	list-style-type: decimal;
	margin: 0;
	padding-left: 22px;
}
.sale-print ul li {
	padding: 3px 0px;
}
.sale-print .tbl-row {
  white-space: nowrap;
}
.sale-print .tbl-row .discount {
  width: auto;
  display: inline-block;
}
.sale-print .tbl-row .discount .form-control {
  width: 55px;
  display: inline-block;
}
.sale-print .billPad {
	margin-top: 15px;
}
.sale-print .form-control{
	padding: 2px 10px;
}
.sale-print .form-control-bnk{
	padding: calc(2px + 0.35vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.35vw);
	line-height: 1.4;
}
.mh101 {
	min-height: auto !important;
}
.pad10_10 {
	padding: 6px 0px;
}
.mh-tc {
	min-height: 91px !important;
}
/********************************************************
********************************************************/
.product-select .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    user-select: none;
    -webkit-user-select: none;
	/*padding: 0.75rem 2rem 0.75rem 1rem;*/
	padding: calc(3px + 0.6vw) calc(10px + 1.6vw) calc(3px + 0.6vw) calc(6px + 0.7vw);
}
.product-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: calc(2px + 0.8vw);
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	width: 22px;
	right: calc(1px + 0.8vw);
}
.product-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 0px;
	padding: calc(1px + 0.4vw) calc(2px + 0.8vw);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23333333' d='M24,213.5l119,119c9.4,9.4,24.6,9.4,33.9,0l119.1-119c15.1-15.1,4.4-41-17-41H41 C19.6,172.5,8.9,198.4,24,213.5z'/%3e%3c/svg%3e") #fff no-repeat center right 0px/calc(12px + 1vw);
}
.product-select .select2-container--default .select2-selection--single .select2-selection__placeholder,
.product-select .select2-container--default .select2-search--dropdown .select2-search__field,
.product-select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.product-select .select2-container--default .select2-results__option--selectable,
.product-select .select2-container .select2-selection--single .select2-selection__rendered{
	font-size: calc(10px + 0.5vw);
}
.product-select .select2-container .select2-selection--single .select2-selection__clear {
	font-size: calc(14px + 0.8vw);
	line-height: 1;
	position: relative;
	top: -2px
}
/********************************************************
********************************************************/
.tbl-bg-gray{
	background: rgba(0, 0, 0, 0.04) !important;
}
.sale-print .dth, 
.sale-print .dtd {
	padding: 10px;
	text-align: center;
	font-weight: 600;
}
.bdr-thead {
    border: 1px solid #dee2e6;
}
.bdr-thead div {
    border-right: 1px solid #dee2e6;
}
.bdr-thead div:last-child {
    border-right: 0;
}
.second-dot div:last-child,
.second-dot div + div{
	/*border-bottom: 2px dotted #333;*/
	background-image: linear-gradient(to right, #999 36%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.form-group .select2-selection__clear {
	display: block!important;
}
.form-group.no-clear .select2-selection__clear {
	display: none !important;
}
/********************************************************
********************************************************/
#check_child .checkbox {
	margin: 10px 15px;
	margin: calc(2px + 0.8vw) calc(4px + 0.8vw);
	line-height: 1.2;
	margin-top: 0;
}
#check_child legend {
  margin-bottom: 0;
}
.edt-img{
	position: relative;
}
.edt-img .fa-solid {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #666666;
}
#fab_img_upload .modal-footer {
	justify-content: center;
}
.callout {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
	position: relative;
}
/********************************************************
********************************************************/
.highcharts-label span {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.highcharts-xaxis-labels tspan {
	display: none;
}
/********************************************************
********************************************************/
fieldset.form-control {
	padding: calc(4px + 0.6vw) calc(10px + 1vw);
	margin-bottom: calc(10px + 1vw);
}
fieldset.form-control legend {
	font-size: calc(9px + 0.4vw);
	font-weight: 600;
}
.form-group,
.form-group .custom-select,
.form-group .add-sup-vnd,
.select2-results__option,
.custom-file-label,
.custom-file-label::after{
	font-size: calc(8px + 0.35vw);
}
.form-control,
.custom-select,
.custom-file,
.input-group-text,
.custom-file-label {
	padding: calc(2px + 0.4vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.35vw);
}
.custom-file-sm,
.custom-select-sm,
.input-group-text-sm,
.custom-file-label-sm {
	padding: calc(2px + 0.35vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.35vw);
}
.form-control-sm {
	padding: calc(2px + 0.35vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.35vw);
	line-height: 1.4;
	border-radius: 0;
}
.custom-select-sm + .select2-container .select2-selection--single {
	padding: calc(2px + 0.35vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.35vw);	
}
.dt-bootstrap4 .btn-sm,
.btn-group-sm > .btn {
	padding: calc(2px + 0.35vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.35vw);
	line-height: 1.4;
}
.custom-select-sm + .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: calc(0.36rem + 0.15vw);
}
.custom-select-sm + .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-top: calc(1px - 0.14vw);
}
.form-group-lg.form-group .custom-select {
	padding: calc(2px + 0.4vw) calc(4px + 0.4vw);
	font-size: calc(8px + 0.35vw);
	font-weight: 500;
}
.form-group {
	margin-bottom: calc(5px + 0.6vw);
}
.form-group label,
.form-group .label {
	margin-bottom: calc(3px + 0.4vw);
	line-height: 1;
}
.custom-file-label {
	line-height: 1.4 !important;
	margin-bottom: 0 !important;
}
.custom-file-label::after {
	line-height: calc(2px + 1.2vw) !important;
}
@media (min-width: 992px) {
	.mrg30T_R {
		margin-top: 30px;
	}
}
/********************************************************
********************************************************/
.swal2-actions .btn {
	padding: calc(2px + 0.35vw) calc(2px + 2.6vw);
	font-size: calc(12px + 0.35vw);
	min-width: 80px;
}
/********************************************************
********************************************************/
.dataTable tr .form-control,
.dataTable tr .custom-select,
.dataTable tr .custom-file,
.dataTable tr .input-group-text,
.dataTable tr .custom-file-label {
	padding: calc(1px + 0.4vw) calc(2px + 0.4vw);
	padding-right: calc(4px + 1vw);
	font-size: calc(8px + 0.35vw);
	width: auto;
	min-width: auto; 
	font-weight: 600;
}
/********************************************************
********************************************************/
.dtr-title {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}
.table_img img {
	width: 6vw;
	cursor: pointer;
}
.table_img_66 img {
	padding: calc(0.07rem + 0.1vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: calc(18px + 2.4vw);
	width: calc(18px + 2.4vw);
	flex-grow: 0;
	cursor: pointer;
}
.table_img_88 img {
	padding: calc(0.07rem + 0.1vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: calc(28px + 2.5vw);
	width: calc(28px + 2.5vw);
	flex-grow: 0;
	cursor: pointer;
}
.table_img_101 img {
	padding: calc(0.01rem + 0.2vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: calc(18px + 4vw);
	width: calc(18px + 4vw);
	flex-grow: 0;
	cursor: pointer;
}
.table_img_121 img {
	padding: calc(0.01rem + 0.2vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: 6vw;
	width: 6vw;
	flex-grow: 0;
	cursor: pointer;
}
.table_img_141 img {
	padding: calc(0.03rem + 0.24vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: calc(26px + 3.5vw);
	width: calc(26px + 3.5vw);
	flex-grow: 0;
	cursor: pointer;
}
.table_img_161 img {
	padding: calc(0.16rem + 0.1vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: calc(44px + 5vw);
	width: calc(44px + 5vw);
	flex-grow: 0;
	cursor: pointer;
}
.table_img_212 img {
	padding: calc(0.16rem + 0.35vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: calc(66px + 8vw);
	width: calc(66px + 8vw);
	flex-grow: 0;
	cursor: pointer;
}
.src_icon img {
	padding: calc(0.01rem + 0.1vw);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
	object-fit: cover;
	height: calc(12px + 2vw);
	width: calc(12px + 2vw);
	flex-grow: 0;
	cursor: pointer;
}
.img_sw {
	display: inline-block;
	width: 100%;
}
.dtr-data .img_sw {
	display: inline-block;
	width: auto;
}
/********************************************************
********************************************************/
.action-button .row .btn-group .font_tbl_btn {
	margin: calc(4px + 0.2vw) 0 calc(4px + 0.2vw) calc(4px + 0.2vw) !important;
	font-size: calc(8px + 0.4vw);
}
.action-button .row .btn-group .font_tbl_btn:last-child {
	margin-right: calc(4px + 0.2vw) !important;
}
.action-button .row:nth-child(even) .btn-group .font_tbl_btn {
	margin-top: 0 !important;
}
.font_tbl_vew {
	font-size: calc(8px + 0.4vw);
}
/*#vew_table th,
#vew_table td {
	padding: calc(4px + 0.6vw) calc(6px + 0.6vw);
}*/
#row_btn .btn-sm input[type="radio"] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}
/********************************************************
********************************************************/
.modal-dialog.w-316 {
	min-width: 316px;
}
#select_rcv_del {
	padding-right: calc(14px + 1vw);;
}
.modal-body .modal-title {
	font-size: calc(18px + 0.6vw);
}
.modal-body .modal-sub {
	font-size: calc(10px + 0.25vw);
}
.modal-body .modal-info {
	border-color: #f39c12 !important;
	color: #f39c12 !important;	
}
.modal-body .modal-error {
 border-color: #f05e5e !important;
 color: #f05e5e !important;
}
.modal-body .modal-success {
 border-color: #69c634 !important;
 color: #69c634 !important;
}
.modal-body .modal-icon {	
	position: relative;
	box-sizing: content-box;
	justify-content: center;
	width: calc(34px + 2vw);
	height: calc(34px + 2vw);
	margin: calc(2px + 0.8vw) auto calc(4px + 0.8vw);
	border: calc(2px + 0.14vw) solid transparent;
	border-radius: 50%;
	font-family: inherit;
	cursor: default;
	font-size: calc(22px + 2vw);
}
.modal-body .modal-foot-btn .btn:first-child {
	margin-right: calc(10px + 0.6vw);
}
.modal-body .modal-foot-btn .btn:lat-child {
	margin-left: calc(10px + 0.6vw);
}
.modal-body .modal-icon i {
	vertical-align: top;
	line-height: calc(36px + 2vw);
}
/********************************************************
********************************************************/
.bank-select {
	padding: 0;
	border: none;
	cursor: pointer;
	color: #000;
	margin-bottom: 1px;
}
#purIn {
	border-right-width: 2px;
}
#purOut {
	border-left-width: 2px;
}
#purIn .pur_data,
#purOut .pur_data {
	white-space: nowrap !important;
}
/********************************************************
********************************************************/
.dom_pad > [class*="col-"],
.dom_pad > .col {
	padding: 0px 5px;
}
/********************************************************
********************************************************/
.div-prn-tbl > div {
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 6px 10px;
	line-height: 1.2;
	min-height: 28px;
}
.div-prn-tbl > div:first-child {
	border-left: 0;
}
.border-left{
	border-left: 1px solid #dee2e6;
}
.border-right{
	border-right: 1px solid #dee2e6;
}
.border-top{
	border-top: 1px solid #dee2e6;
}
.border-bottom{
	border-bottom: 1px solid #dee2e6;
}
.div-prn-row {
	border: 1px solid #dee2e6;
}

.div-prn-row .div-prn-tbl.tbl-th > div {
	border-bottom: 2px solid #dee2e6;
	font-weight: 600;
}

.bdr_lr {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
.div-prn-tbl .col-1 {
	-ms-flex: 0 0 14.333333%;
	flex: 0 0 14.333333%;
	max-width: 14.333333%;
}
.div-prn-tbl .col-2 {
	-ms-flex: 0 0 20.666666%;
	flex: 0 0 20.666666%;
	max-width: 20.666666%;
}
.div-prn-tbl .col-3 {
	-ms-flex: 0 0 14.333333%;
	flex: 0 0 14.333333%;
	max-width: 14.333333%;
}
.div-prn-tbl .col-4 {
	-ms-flex: 0 0 42.999999%;
	flex: 0 0 42.999999%;
	max-width: 42.999999%;
}
.div-prn-tbl .col-3-2 {
	-ms-flex: 0 0 42.999999%;
	flex: 0 0 42.999999%;
	max-width: 42.999999%;
}
.mrg11Nl {
	margin-left: -11px !important;
	margin-right: -11px !important;
}
.div-prn-tbl .div-prn-tbl > div {
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding: 6px 10px;
	line-height: 1.2;
	min-height: 31px;
	border-top: 0;
}
.div-prn-tbl .div-prn-tbl > div:first-child {
	border-left: 0;
}
.div-prn-tbl .div-prn-tbl:last-child > div {
	border-bottom: 0;
}
.mrg14T {
	margin-top: 10px;
}
.mrg14B {
	margin-bottom: 10px;
}
.iner_tbl td {
  line-height: 1.4 !important;
}
/********************************************************
********************************************************/
#payables tbody tr.credit td.pay_amt,
#payables tbody tr.credit + tr.child .pay_amt,
#payables tbody tr.credit td.amt_pay,
#payables tbody tr.credit + tr.child .amt_pay {
    color: #008d4c;
}
#payables tbody tr:first-child td:last-child {
    color: #d73925;
	font-weight: 600;
}
/********************************************************
********************************************************/
.letter_spacing_1 {
	letter-spacing: 1px;
}
.add-icon {
	color: #00a65a;
	margin-left: 5px;
	cursor: pointer;
}
.del-icon {
	color: #dd4b39;
	margin-left: 5px;
	cursor: pointer;
}
.challan-header {
	border: #eeeeee 1px solid;
}
/********************************************************
********************************************************/
.bom_row {
	padding-bottom: 10px;
}
.bom_row hr {
	margin: 5px 0px;
}
.chl-tbl-hr{
	text-align: right;
	vertical-align: bottom !important;
}
table.bom {
	table-layout: fixed;
	white-space: nowrap;
	text-transform: uppercase;
}
tr.bomA th,
tr.bomA td {
	padding: 15px 20px;
	white-space: nowrap;
}
tr.bomB th,
tr.bomB td,
tr.bomB td div {
	padding: calc(2px + 0.4vw) calc(4px + 0.4vw);
	white-space: nowrap;
}
tr.bomB.bg_gray th {
	background: rgba(0, 0, 0, 0.05);
}
tr.bomB td hr {
	margin: 0;
	margin-top: 8px;
}
tr.bomB td div {
	padding-bottom: 0;
}
tr.bomB td div:last-child {
	padding-bottom: 8px;
}
/********************************************************
********************************************************/
table.dataTable table.report_tbl td {
	padding: 0.2vw 0px;
	border: none !important;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: nowrap;
}
table.dataTable table.report_tbl td small, .small {
	font-size: 85%;
	font-weight: 500;
	line-height: 1.6
}
/********************************************************
********************************************************/
#vew_table tbody.bdr-Bot-no {
    border-bottom: 2px solid #dee2e6;
}
.billing .select2-container--default .select2-selection--single {
	border: none;
	padding: 0;
	background-image: linear-gradient(to right, #999 36%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
}
.second-dot div + div.bdr-none,
.second-dot div.billing,
.second-dot .billing {
	background-image: none;
}
.billing .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 0;
}
.billing .select2-container--default .select2-selection--single .select2-selection__clear {
	margin-right: calc(22px + 0.8vw);
}
.billing .select2-container .select2-selection--single {
	font-size: 14px !important;
}
/********************************************************
********************************************************/
.swal2-input-label {
	margin: 1em auto 5px !important;
	font-weight: 600;
	position: relative;
	display: inline-block !important;
	width: auto !important;
}
.swal2-input-label:after {
	content: '*';
	font-size: 18px;
	color: #dc3545;
	font-weight: 800;
	line-height: 0;
	position: absolute;
	right: -10px;
  	top: 8px;
}
.swal2-input {
	margin: 5px 0px 5px !important;	
}
.swal2-file, .swal2-input, .swal2-textarea {
  box-shadow: none !important;
}
.swal2-image {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	object-fit: cover;
	flex-grow: 0;
	cursor: pointer;
}
/********************************************************
********************************************************/
.padLR td div {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

[class*='table_img_'] {
	position: relative;
	display: inline-block;
}
.img-lrg-view {
	position: absolute;
	top: 0;
	right: calc(0.08rem + 0.3vw);
	font-size: calc(10px + 0.4vw);
	cursor: pointer;
	color: white;
	text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.8);
}
/********************************************************
********************************************************/
.dsg_id_list {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	font-weight: 500;
	list-style-type: none;
	margin: 0;
	border: #d2d6de 1px solid;	
	padding: 0px calc(4px + 0.4vw);
	background: #EEE;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dsg_id_list li {
	padding-bottom: calc(2px + 0.35vw);
	padding-top: calc(2px + 0.35vw);
	border-bottom: #d2d6de 1px solid;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dsg_id_list li:last-child {
	border-bottom: none;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
input[name="dsg_name"]:focus + .dsg_id_list {
	display: block;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/********************************************************
********************************************************/
.badge-pill-squer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
    padding: 0;
    border: #008d4c 2px solid !important;
}
.badge-pill-squer p {
	width: calc(10px + 1vw);
	height: calc(10px + 1vw);
	border-radius: 50%;
    padding: 0;
    background: #00a65a;
    border: #008d4c 2px solid;
    margin: calc(1px + 0.4vw);
}
.container.tracking .bdr-right {
    border-right: #00a65a 2px solid;
}
.container.tracking small_90,
.container.tracking .card-text{
    font-weight: 500;
}
.container.tracking small_90 {
    color: #666;
    font-size: 90%
}
.container.tracking .card-text{
    color: #000;
    font-size: calc(11px + 0.2vw);
}
.container.tracking .card {
    border: #00a65a 1px solid;
}
.container.tracking .card hr {
     border-top: #00a65a 1px solid;
}
.container.tracking .card .card-body {
    padding: calc(18px + 0.2vw);
    font-size: calc(11px + 0.2vw);
}
.container.tracking .card .card-body:not(:first-child) {
    padding-top: 0;
}
.container.tracking .card .card-body h6 {
    margin-bottom: calc(6px + 0.2vw);
    font-size: calc(14px + 0.2vw);
    color: #666;
}
.container.tracking .sec-row:last-child .m-0 + .row.h-50 .bdr-right {
    border-right: none;
}
.container.tracking .sec-row h5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/********************************************************
********************************************************/
.report-table td div {
    font-size: calc(12px + 0.2vw);
}
.report-table td div small_80 {
    font-size: 80%;
    font-weight: 500;
}
/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/

/********************************************************
********************************************************/
#d_amt {
	letter-spacing: 1px;
}
.sale-print .tbl-row .discount .form-control {
  width: 62px;
  display: inline-block;
}
.stl-foot {
	background: #EEEEF4;
	color: #212529 !important;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 15px;
	line-height: 1.2;
	border: 1px solid #dee2e6;
}
/********************************************************
********************************************************/
#vendorPayablesPaid tfoot tr th {
	letter-spacing: 1px;
}
.add-fab-pur .img-thumb .dsg_image img {
	object-fit: cover;
	height: 121px;
	width: 121px;
	flex-grow: 0;
}
.add-fab-pur__141 .img-thumb .dsg_image img,
.add-fab-pur__141 .img-thumb-L .dsg_image img {
	object-fit: cover;
	height: 141px;
	width: 141px;
	flex-grow: 0;
}
.foot_div_table {
	display: inline-block;
	width: 100%;
	padding: 0px 15px;
}
.foot_div_table .row {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
.foot_div_table .row {
	border-top: 1px solid #dee2e6;
}
.foot_div_table .row:last-child {
	border-bottom: 1px solid #dee2e6;
}
.foot_div_table.table-header .row {
	border: 1px solid #dee2e6;
}
.foot_div_table .row div {
	background: rgba(0, 0, 0, 0.05);
	border-right: 1px solid #dee2e6;
	padding: 5px 15px;
	font-size: calc(8px + 0.4vw);
	line-height: 1.4;
	font-weight: 700;
	color: #333;
}
.foot_div_table .row div:last-child {
	border-right: 0;
}
/********************************************************
********************************************************/
.sale-challan-warp tr td.cng {
    padding: 4px 2px;
}
.sale-challan-warp tr td.cng:first-child {
    padding-left: 0;
}
.sale-challan-warp tr td.cng:last-child {
    padding-right: 0;
}
.sale-challan-warp tr td.cng .inner-border {
    border: #444 1px solid;
    padding: 10px 0.75rem;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-top: 0;
}
.sale-challan-warp tr td.cng .inner-border:first-child {
    border-top: #444 1px solid;
}
.sale-challan-warp tr.cng {
    border: #444 1px solid;
}
.sale-challan-warp tr.cng td {
    border: #444 1px solid;
}
.font_15 {
    font-size: 15px !important;
}
.sale-challan-warp tr.cng td.fontstl {
    font-weight: 700;
}
.sale-challan-warp tr.cng td.fntn {
    border: #444 1px solid;
    font-weight: 500;
}
.sale-challan-warp tr.bng, .sale-challan-warp tr.bng td {
    border-left: #444 1px solid;
    border-right: #444 1px solid;
}
.sale-challan-warp tr.bng td {
    padding: 10px;
}
.w500 {
    font-weight: 500;
}
.w600 {
    font-weight: 600;
}
.stitching-invoice, .sale-challan-warp tr td, .sale-challan-warp, .sale-challan-warp tr {
    border: none;
}
.bg-light-gray {
	background: #F2F4F6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
@media print {
    .printButton, .prnt-btn, .prn_hdn,
	table.dataTable > thead .sorting::before,
	table.dataTable > thead .sorting::after{
        visibility: hidden !important;
        display: none !important;
    }
    .stitching-invoice, .sale-challan-warp tr td, .sale-challan-warp, .sale-challan-warp tr {
        border: none;
    }
	#vendorPayablesPaid thead tr th:last-child,
	#vendorPayablesPaid tbody tr td:last-child,
	#vendorPayablesPaid tfoot tr th:last-child {
		display: none !important;
	}
	#vendorPayablesPaid thead tr {
		border: 1px solid #dee2e6;
	}
	.foot_div_table .row:first-child {
		border-top: none !important;
	}
}
@media (min-width: 992px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    .main-sidebar {
        padding-top: calc(var(--navbar-height) * 2.6);
    }
    .content-wrapper {
        padding-top: calc(var(--navbar-height) * 1.4);
        display: inline-block;
        width: 100%;
    }
    #navbarSupportedContent {
        border-left: 1px solid #eee;
    }
    #navbarSupportedContent .heading.ml-auto.mr-auto {
        border-bottom: 1px solid #eee;
    }	
}
.disp-none {
    display: none;
}
/********************************************************
********************************************************/
.dnone {
	display: none;
}
.cus-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255,255,255,0.6);
	z-index: 2222;
}
.profile-main-loader{
    width: 70px;
	height:70px;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.profile-main-loader .loader {
  position: relative;
  margin: 0px auto;
  width: 70px;
  height:70px;
}
.profile-main-loader .loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #00a65a;
  }
  40% {
    stroke: #00a65a;
  }
  66% {
    stroke: #00a65a;
  }
  80%, 90% {
    stroke: #00a65a;
  }
}
@keyframes color {
  0% {
    stroke: #00a65a;
  }
  40% {
    stroke: #00a65a;
  }
  66% {
    stroke: #00a65a;
  }
  80%, 90% {
    stroke: #00a65a;
  }
}
/********************************************************
********************************************************/