.hide
{
	display:none!important;
}

.pull-right
{
	float:right!important;
}

.pull-left
{
	float:left!important;
}

.nodecor
{
	text-decoration:none!important;
}

.v-top
{
	vertical-align: top;
}

.mandatoryicon
{
	position: relative;
    font-size: 26px;
    top: 7px;
}

.txt_red
{
	color:#DC000C;
}

.txt_green
{
	color:#008129;
}

.txt_darkgreen
{
	color:#009C74!important;
}

.txt_orange
{
	color:#F38200!important;
}

.txt_lightgrey
{
	color:#A6A7A7;
}

.txt_darkishblack
{
	color:#1A1311!important;
}

.txt-black
{
	color:#474545!important;
}

.txt-grey
{	
	color:#A5A6A6!important;
}

.txt_createin
{
	color:#5D5D5D;
	font-size:22px;
}

.txt_createin:hover
{
	color:#fff;
	background:#009C74!important;
}

.linkcolor
{
	cursor:pointer;
	text-decoration:underline!important;
	color:#003D76!important;	
}

.notifybubble
{
	top: -5px;
    left: -3px;
    font-size: 12px;
    border-radius: 50px;
}

.featuredfamily
{
	float: right;
    margin-top: -28px;
    margin-right: -24px;
}

.bordertop
{
	border-top: 1px solid #A5A6A6;
}

.overlimit {
    background: #FEF1C4!important;
}

@font-face {
  font-family: 'D-DIN';
  src: url("../../newintranet/css/fonts/D-DIN.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DIN-Bold';
  src: url("../../newintranet/css/fonts/D-DIN-Bold.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINCondensed';
  src: url("../../newintranet/css/fonts/D-DINCondensed.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINCondensed-Bold';
  src: url("../../newintranet/css/fonts/D-DINCondensed-Bold.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINExp';
  src: url("../../newintranet/css/fonts/D-DINExp.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINExp-Bold';
  src: url("../../newintranet/css/fonts/D-DINExp-Bold.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DINExp-Italic';
  src: url("../../newintranet/css/fonts/D-DINExp-Italic.otf");
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: 'D-DIN-Italic';
  src: url("../../newintranet/css/fonts/D-DIN-Italic.otf");
  font-weight: normal;
  font-style: normal; }
  
  body {
  margin: 0;
  font-family: "D-DIN","Metropolis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #474645;
  text-align: left;
  background-color: #F1F2F9; }

.navitem
{
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}

.navitem:hover
{
	background: #003D76;
	color:#fff!important;
}

.navitem:hover a
{
	color:#fff!important;
}

.sidenav-menu-nested .nav-link:hover:before
{
	content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 9px;
    width: 100%;
    height: 21px;
    border-left: 2px solid #fff;
}

 .navitem.side-menu--active
 {
	 background-color: #003D76;	    
	color:#fff!important;
 }
 
 .nav-link.side-menu--active
 {
	 background-color: #F4B21F!important;	    
	color:#fff!important;
 }

 .navitem.side-menu--active .nav-link
 {
 	color:#fff!important;
 	font-weight: 600;
    font-family: "D-DIN-Bold";
 }
 
 .navitem.side-menu--active .mainlink
 {
 	color:#F4B21F!important;
 	font-weight: 600!important;
    font-family: "D-DIN-Bold"!important;
 }
 
 .navitem.side-menu--active .nav-link-icon
 {
 	color:#F4B21F!important;
 	font-weight: 600;
    font-family: "D-DIN-Bold";
 }
 
 .mainlink:hover .nav-link-icon {
    color: #fff!important;
}
 
 .navitem.side-menu--active .sidenav-collapse-arrow
{
 	color:#fff!important;
}

 .sidenav .sidenav-menu .nav .nav-link .nav-link-icon .feather {
    width: 20px;
    height: 20px;
}
.sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
    padding-right: 0.1rem;
}

.border-white
{
	border-color:#fff;
}

.small
{
	font-size: 12px!important;
    color: #727692;
    font-family: 'D-DIN';
}

.bg-yellow-dashboard
{
	background:#FEB122;
}

.bg-yellow-button
{
	background:#F4B21F!important;
	border-color:#F4B21F!important;
}

.text-dashboard-annoucement
{
	color:#EF9000;
}

.img-fluid-dashboard
{
	max-width: 70%;
    margin-bottom: -48px;
    margin-right: -40px;
}

.nobgborder
{
	background:none;
	border:none;
}

.mw-80
{
	max-width:80%
}

.mw-50
{
	max-width:50%
}

.p-relative
{
	position:relative;
}
.selectstoreicon
{
	position: absolute;
    left: 20px;
    top: 12px;
    z-index: 999;
}

.selectstoreiconright
{
	position: absolute;
    right: 20px;
    top: 12px;
    z-index: 999;
}

.text-grey
{
	color:#A6A7A7
}

.text-xl
{
	font-size: 2em!important;
}

.text-xxl
{
	font-size: 2.3em!important;
}

.card-border
{
	border: 1.2px solid #A6A7A7;
    border-radius: 12px;
}	

.f12
{
	font-size:12px!important;
}

.f18
{
	font-size:18px!important;
}

.f14
{
	font-size:1.2em!important;
}

.bg-lightblue
{
	background:#119EC6;
}

.nobr
{
	border-radius:0px;
}

.bg-topitem1
{
	background:#003D76;
}

.bg-topitem2
{
	background:#005D97;
}

.bg-topitem3
{
	background:#0072B0;
}

.bg-topitem4
{
	background:#6D9DC6;
}

.bg-topitem5
{
	background:#95BBE3;
}

.text-original
{
	color:#fff;
	font-size:16px!important;
}

.dailysalescard
{
	box-shadow: none;
    border: none;
}

.dailysalescard .card-body:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 90px;
    border-right: 1px solid #ccc;
}

.dailysalescard .card-body:last-child {
    
    border-right:none!important;
}

.bg-dashboard-blue
{
	background:#003D76!important
}

.bg-dashboard-orange
{
	background:#EC6C26!important;
}

.bg-dashboard-yellow
{
	background:#FEB122!important;
}

.bg-dashboard-green
{
	background:#009C74!important;
}

.bg-dashboard-darkyellow
{
	background:#F7931E!important;
}

.bg-dashboard-grey
{	
	background:#A5A6A6!important;
}

.no-bg
{
	border: none!important;
    box-shadow: none!important;
    background: none!important;
}

.text-darkblue
{
	color:#003B77;
}

.text-darkblack
{
	color:#302D2C!important;
}

.text-darkgrey
{
	color:#474645!important;
}

.txt-blue
{
	color:#003D76!important;
}

.txt-red
{
	color:#FF0000!important;
}

.txt-darkyellow
{
	color:#F4B21F!important;
}

.txt-darkgreen
{
	color:#009C74!important;
}

.txt-greenshade
{
	color:#39B54A!important;
}

.white-box-shadow
{
	box-shadow: 15px 13px 25px -20px #000000;
	border: 1px solid #ccc;
}

.side-menu--active:before {
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    top: 9px;
    width: 100%;
    height: 21px;
    border-left: 2px solid #fff;
}

.font-normal
{
	 font-weight: 500!important;
	 font-family: 'D-DIN'!important;
}

.table-bg-pink
{
	background: #E65E5B;
    border: none;
    color:#fff;
}

.table-bg-pink thead
{
	background: #E65E5B;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
}

.table-bg-pink tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-pink tbody tr:nth-of-type(even)
{
	background-color:#FDEFEF;
}

.table-bg-pink thead th {
    border-top: none;
    padding-right: 1.4em;
    padding-top: 0.1em;
}

.table-bg-orange
{
	background: #fff;
    border: none;
    color:#fff;
}

.table-bg-orange td
{
	vertical-align: middle;
}

.tr-orangeshade
{
	background:#FDE6CC!important;
}

.table-bg-orange thead
{
	background: #F38200;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
    height: 60px;
}

.table-bg-orange tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-orange tbody tr:nth-of-type(even)
{
	background-color:#FDE6CC;
}

.table-bg-orange thead th {
    border-top: none;
    padding-right: 1.4em;
    vertical-align: middle;
}

.table-bg-lightorange
{
	background: #FBA518;
    border: none;
    color:#fff;
}

.table-bg-lightorange td
{
	vertical-align: middle;
	color:#474645;
}

.table-bg-lightorange thead
{
	background: #FBA518;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
}

.table-bg-lightorange tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-lightorange tbody tr:nth-of-type(even)
{
	background-color:#FEEDD0;
}

.table-bg-lightorange thead th {
    border-top: none;
    padding-right: 1.4em;
    padding-top: 0.1em;
}

.table-bg-blue
{
	background: #005DAB;
    border: none;
    color:#fff;
}

.table-bg-blue a
{
	color:#0092E5!important;
}

.table-bg-blue thead
{
	background: #005DAB;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
}

.table-bg-blue tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-blue tbody tr:nth-of-type(even)
{
	background-color:#E5EEF7;
}

.table-bg-blue thead th {
    border-top: none;
    padding-right: 1.4em;
    padding-top: 0.1em;
}

.table-bg-green
{
	background: #008A2C;
    border: none;
    color:#fff;
}

.table-bg-green thead
{
	background: #008A2C;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
}

.table-bg-green tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-green tbody tr:nth-of-type(even)
{
	background-color:#DFFAE8;
}

.table-bg-green thead th {
    border-top: none;
    padding-right: 1.4em;
    padding-top: 0.1em;
}

.table-bg-darkgreen
{
    border: none;
}

.table-bg-darkgreen thead
{
	background: #009C74;
    border: none;
    color: #fff;
    font-weight: 600;
    font-family: 'D-DIN-BOLD';
    font-size: 1em;
    height: 60px;
}

.table-bg-darkgreen tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-darkgreen tbody tr:nth-of-type(even)
{
	background-color:#DFFAE8;
}

.tr-darkgreenshade
{
	background:#DFFAE8!important;
}

.table-bg-darkgreen thead th {
    border-top: none;
    padding-right: 1.4em;
    vertical-align: middle;
}

.table-bg-red
{
	background:#DA4655;
    border: none;
    color:#fff;
}

.table-bg-red td
{
	vertical-align: middle;
}

.table-bg-red thead
{
	background: #DA4655;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
}

.table-bg-red tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-red tbody tr:nth-of-type(even)
{
	background-color:#FCE6E8;
}

.table-bg-red thead th {
    border-top: none;
    padding-right: 1.4em;
    padding-top: 0.1em;
}

.table-bg-purple
{
	background:#780072;
    border: none;
    color:#fff;
}

.table-bg-purple td
{
	vertical-align: middle;
}

.table-bg-purple thead
{
	background: #780072;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
}

.table-bg-purple tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-purple tbody tr:nth-of-type(even)
{
	background-color:#F1E5F1;
}

.table-bg-purple thead th {
    border-top: none;
    padding-right: 1.4em;
    padding-top: 0.1em;
}

.table-bg-yellow
{
	background: #FEB122;
    border: 1px solid #A6A7A7;
    color:#fff;
}

.table-bg-yellow td
{
	vertical-align: middle;
}

.table-bg-yellow thead
{
	background: #FEB122;
    border: none;
    color:#fff;
    font-weight:600;
    font-family:'D-DIN-BOLD';
    font-size:1.1em;
}

.table-bg-yellow tbody tr:nth-of-type(odd)
{
	background-color:#fff;
}

.table-bg-yellow tbody tr:nth-of-type(even)
{
	background-color:#FFEFD2;
}

.table-bg-yellow thead th {
    border-top: none;
    padding-right: 1.4em;
    padding-top: 0.1em;
}

.bg-grey
{
	background:#A6A7A7;
	border-color:#A6A7A7;
}

.bg-lightgrey
{
	background: #F5F5F5;
    border-color: #F5F5F5;
}

.icon-lg
{
	width: 36px;
    height: 36px;
    margin: 0 auto;
}

.text-align-left
{
	text-align: left;
}

.inventorymajorsfonts
{
	font-size: 1.2em;
    font-weight: 600;
    font-family: 'D-DIN-Bold';
    text-align: center;
}

.inventoryfamilyfonts
{
	font-size: 1.2em;
    font-weight: 600;
    font-family: 'D-DIN-Bold';
    text-align: center;
}

.inventorymajorsBg
{
	background:#474645;
	border-color:#707070;
}

.inventoryfamilyBg
{
	background:#474645;
	border-color:#707070;
}

.inventorymajorsfonts1
{
	color:#fff;
	font-size: 1.1em;
    font-weight: 600;
    font-family: 'D-DIN-Bold';
    text-align: center;
}

.inventorymajorsitemstext1
{
	color:#fff;
}

.text-itemname
{
	color:#474645;
}

.text-active
{
	color:#008129;
}

.text-inactive
{
	color:#DC000C;
}

.text-action
{
	color:#0092E5!important;
}

.inventorymajortag
{
	position: absolute;
    left: 0;
    background: #8CB808;
    color: #fff;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
    top: 10px;
    font-size: 14px;
}

.inventorymajortag.item1
{
	background: #8CB808;
}

.inventorymajortag.item2
{
	background: #F38200;
}

.inventorymajortag.item3
{
	background: #1D56A3;
}

.inventorymajortag.item4
{
	background: #572A06;
}

.inventorymajortag.item5
{
	background: #D6006C;
}

.inventorymajortag.item6
{
	background: #767676;
}

.inventorymajortag.item7
{
	background: #F38200;
}

.btn-grey
{
	background:#474645!important;
	border-color:#474645!important;
}

.btn-darkgreen
{
	background:#009C74;
	border-color:#009C74;
}

.btn-white-background
{
	color:#000000;
	background:#fff;
	border-color:#A5A6A6;
	padding: 10px 60px 10px 60px;
}

.btn-white-background:hover
{
	color:#fff;
	background:#A5A6A6;
	border-color:#A5A6A6;
}

.btn-lightgrey
{
	color:#fff!important;
	background:#A5A6A6!important;
	border-color:#A5A6A6!important;
	padding: 10px 60px 10px 60px;
}

.btn-lightgrey:hover
{
	color:#fff;
	background:#A5A6A6;
	border-color:#A5A6A6;
}

.btn-lightgreen
{
	color:#fff!important;
	background:#009C74!important;
	border-color:#009C74!important;
	padding: 10px 60px 10px 60px;
}

.btn-lightgreen:hover
{
	color:#fff;
	background:#009C74;
	border-color:#009C74;
}

.btn-stocktransferedit
{
	background:#fff;
	border:2px solid #009C74;
	color:#009C74;
	padding: 10px 20px 10px 20px;
}

.btn-stocktransferediti
{
	width:1.4rem!important;
	height:1.4rem!important;
}

.btn-stocktransferdelete
{
	background:#fff;
	border:2px solid #FF0000!important;
	color:#FF0000!important;
	padding: 10px 20px 10px 20px;
}

.btn-stocktransfergreen
{
	background:#009C74;
	border:2px solid #009C74;
	color:#fff;
	padding: 10px 20px 10px 20px;
}

.btn-default-blank
{
	background:transparent;
	color:#474645;
	border:1px solid #474645;
}

.btngreencircle
{
	border-radius: 100px;
    width: 40px;
    height: 40px;
}

.ff10
{
	font-size:10px!important;
}
.ff11
{
	font-size:11px!important;
}
.ff12
{
	font-size:12px!important;
}

.ff14
{
	font-size:14px!important;
}

.ff16
{
	font-size:16px!important;
}

.ff18
{
	font-size:18px!important;
}

.ff20
{
	font-size:20px!important;
}

.uppercase
{
	text-transform: uppercase;
}

.pointer:hover
{
	text-decoration:underline!important;
}

.txtfieldborder
{
	border: 1px solid #A5A6A6!important;
	border-radius: 4px!important;
}

.txtfieldborder.disabled
{
	background: #A5A6A6!important;
}

.paging-blue .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #005DAB!important;
    border-color: #005DAB;
}

.paging-purple .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #005DAB!important;
    border-color: #005DAB;
}

.paging-green .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009C74!important;
    border-color: #009C74;
}

.paging-orange .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #F38200!important;
    border-color: #F38200;
}

.borderleft
{
	border-left:1px solid #474645;
}

.pointsubcat
{
	background:#F9BF35;
	color:#fff;
	border-radius:20px;
	border:1px solid #F9BF35;
	margin:5px;
	padding:5px;
}

.delsubcategory
{
	position: absolute;
    right: -5px;
    background: #000;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 3px;
    top: -5px;
    font-size: 10px;
}

.badge-special {
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 10rem;
    margin-right: 10px;
}

.mob-xl-6
 {
 	width:50%;
 }
 
 .merchanthr
 {
 	margin-top: 0.5rem;
    margin-bottom: 0.5rem;
 }
 
 .merchanthr:last-child {
    
    display:none!important;
}

.linethrough
{
	text-decoration: line-through;
}

.attributeproductitem
{
	background:#fff;
	margin:5px;
	padding:10px;
	border:none;
}

.br-5
{
	border-radius:5px;	
}

.lightborder
{
	border: 1px solid #A6A7A7!important;	
}

.selectcheckbox
{
	position: absolute;
    top: -10px;
    left: -10px;
}

.selectcheckbox input
{
	width: 24px;
    height: 24px;
    border: 1px solid #707070;
}

#appproductselectallcheckbox
{
	width: 1.2rem;
    height: 1.2rem;
    top: -2px;
}

#selecitemselectallcheckbox
{
	width: 1.2rem;
    height: 1.2rem;
    top: -2px;
}

.userspermissioncheckbox
{
	width: 1.2rem;
    height: 1.2rem;
    top: 3px;
    position: relative;
    margin-right: 5px;
}


.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #fff;
  border: 1px solid #A5A6A6;
  border-radius:4px;
}

.checkboxcontainer:hover input ~ .checkmark {
  background-color: #fff;
}

.checkboxcontainer input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

.checkboxcontainer .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #009C74;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmarksmall {
  top: 7px;
  left: 0;
  width: 1rem;
  height: 1rem;
}

.checkboxcontainer .checkmarksmall:after {
  left: 5px;
    top: 1px;
    width: 5px;
    height: 10px  
}


.invalidproduct
{
	border: 2px solid RED;
}

.text-red
{
	color:RED;
}

.border-start-success {
    border-left-color: #009C74 !important;
}

.border-start-orange {
    border-left-color: #F38200 !important;
}

.border-start-blue {
    border-left-color: #003B77 !important;
}

.border-start-grey {
    border-left-color: #5D5D5D !important;
}

.border-start-lg {
    border-left-width: 0.25rem !important;
}

.productimageholder
{
	width:100px;
	height:100px;
	box-shadow: 15px 13px 25px -20px #707070;
	display: inline;
    overflow: hidden;
}

.inventorymajorrow
{
	padding:10px;
	text-decoration:none!important;
}

.inventorymajorrow:hover
{
	background:#F0F1F8;	
	text-decoration:none!important;
}

.inventorymajorrow.selected
{
	background:#F0F1F8;
}

.warehousedashboardstockvalueselection
{
	color:#A5A6A6!important;
	font-size:20px;
	text-decoration:none;
}

.warehousedashboardstockvalueselection.selected
{
	color:#009C74!important;
	font-weight: 600;
    font-family: "D-DIN-Bold";
	font-size:20px;
	border-bottom:2px solid #009C74;
	padding-bottom:10px!important;
}

.systemmodulecategoryclass:hover
{
	background:#F0F1F8;	
	text-decoration:none!important;
}

.systemmodulecategoryclass.selected
{
	background:#F0F1F8;
}
    
@media (max-width: 576px) {
  .tbl-responsive {
    display: block;
    width: 100%;
    overflow-x: auto; }
    
    .mob-hide
    {
    	display:none!important;
    }
    
    .col-xl-6
    {
    	width:50%;
    }
    .mob-xl-6
    {
    	width:50%;
    }
    .xs-mr-2
    {
    	margin-right: 0.5rem!important;
    }
    .perioddate
    {
    	max-width: 112px!important;
    }
    .xs-mt-2
    {
    	margin-top:0.5rem!important;
    }
    
    .mw-80
    {
    	max-width: 76%!important;
    }
    
    .mob-pt-0
    {
    	padding-top:0px!important;
    }
    
    .mob-xl-3
    {
    	width:33%;
    }
 }