:root {
 --navbar-height: 77px;
 --color-white: #FFF;
 --login-height: calc(calc(calc(100vh - 364px) / 2) + 1px);
 --switch-dimen: 28px;
}
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../fonts/SolaimanLipi.eot');
  src: url('../fonts/SolaimanLipi.woff') format('woff'),
       url('../fonts/SolaimanLipi.ttf') format('truetype'),
       url('../fonts/SolaimanLipi.svg#SolaimanLipiNormal') format('svg'),
       url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;	
}
.material-icons {
	color: #b8c7ce;
	font-size: 18px;
}
.disp-none {
	display: none;
}
html {	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	color: #666;
	/*font-family: 'SolaimanLipi';
    font-size: 13px;*/
	font-family: 'Montserrat';
    font-size: 13px;
	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;
}
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, 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: rgba(0,0,0,0.04);
}
/********************************************************
********************************************************/
.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_24 {
	font-size: 24px !important;
}
.font_28 {
	font-size: 28px !important;
}
.font_32 {
	font-size: 32px !important;
}
/********************************************************

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

.skin-black .wrapper {
	background-color: #d2d6de;
}
.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: center;
	font-weight: 600;
	font-size: calc(1vw + 16px);
	margin-top: 10px;
	position: relative;
	margin-left: -69px;
}
.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;
}
.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;
}
.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: auto;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
}
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-top: 1.36em;
	padding-left: 5px;
}
/********************************************************

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

td.ws {
	white-space: nowrap;
}
.skin-black .sidebar-menu .treeview-menu > li {
	padding: 0px 5px 0px 10px;
	border-top: 0;
}
.skin-black .sidebar-menu .treeview-menu > li > a {
	padding: 8px 0px
}
.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";
}

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

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



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

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

.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.42857143;
	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: #6c757d;
	background-color: #e9ecef;
}
 .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: calc(1.5em + 0.75rem + 2px);
	line-height: 1.42857143;
	margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.42857143;
  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: #80bdff;
	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.42857143;
	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;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	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 ul {
	padding: 0px 10px;
	list-style-type: none;
	margin-bottom: 15px;
}
.custom-checkbox-theme ul li {
	padding: 0px 16px;
	margin: 5px 0px;
}
.custom-checkbox-theme .checkbox {
	margin: 0;
}
/********************************************************

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

.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: 4px;
}
.checkbox .styled:not(:checked) + label:before, .checkbox .styled:checked + label:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	width: 16px;
	height: 23px;
	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;
}
/********************************************************
********************************************************/
.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: 14px;
	top: 0;
	bottom: 0;
	text-align: center;
}
.skin-black .sidebar-menu > li > a > span, .skin-black .sidebar-menu .treeview-menu > li > a > span {
	padding-left: 24px;
}
.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 {
  color: #555;
  background-color: var(--white);
  border-radius: 0;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
}
/********************************************************
********************************************************/
small_84 {
	font-size: 84%;
	font-weight: 600;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.bdr-Top {
  border-top: #5b6f77 1px solid;
}
.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;
}
.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;
}
table.dataTable tbody td.button .btn,
table.dataTable ul.dtr-details li.button .btn {
    min-width: 70px;
}
/********************************************************
********************************************************/
.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 solid #ced4da;
	margin-bottom: 30px !important;
}
.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 .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: 141px;
	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 {
	padding: 5px;
}
#bill_calc_tbl tbody tr td .fa-times-circle {
	font-size: 20px;
	vertical-align: middle;
	cursor: pointer;
	color: #dc3545;
}
#bill_calc_tbl tbody tr td .form-control {
	padding: 0;
	background: none;
	border: 0;
}
#bill_calc_tbl 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: 111px;
	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;
}
.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: #2c3b41;
    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: 55px 60px;
	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;
}
/********************************************************
********************************************************/
#payables tbody tr.credit td.pay_amt,
#payables tbody tr.credit + tr.child .pay_amt {
	color: #0c912a;
	font-weight: 600;
}
#payables tbody tr.credit td.bal_amt,
#payables tbody tr.credit + tr.child .bal_amt {
	color: #dc3545;
	font-weight: 600;
}
/********************************************************
********************************************************/
.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;
}
.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;
}
/********************************************************
********************************************************/
.info-box-content span:first-child {
	font-size: calc(8px + 0.6vw);
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: calc(2px + 0.6vw);
}
.info-box-content span:last-child {
	font-size: calc(12px + 1.2vw);
	font-weight: 600;
	line-height: 1;
}
/********************************************************
********************************************************/

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

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

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

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

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

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

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

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

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

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

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

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

/********************************************************
********************************************************/
.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: 600;
}
.stitching-invoice,
.sale-challan-warp tr td,
.sale-challan-warp,
.sale-challan-warp tr {
	border: none;
}

@media print {    
	.printButton {
		visibility: hidden !important;
		display: none !important;
	}
    .prnt-btn {
        display: none;
    }
	.stitching-invoice,
	.sale-challan-warp tr td,
	.sale-challan-warp,
	.sale-challan-warp tr {
		border: none;
	}
}
@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;
	}
}
/********************************************************
********************************************************/



