@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Libre+Barcode+39&display=swap');
.barcode{
    font-family: 'Libre Barcode 39', cursive;
} 
/*.barcode{
    font-family: 'IDAHC39M', 'IDAutomationHC39M', sans-serif;
}*/
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue-Regular.eot');
  src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg'),
       url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
       url('../fonts/BebasNeue-Regular.woff') format('woff'),
       url('../fonts/BebasNeue-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bar-Code39';
  src: url('../fonts/Bar-Code39.eot');
  src: url('../fonts/Bar-Code39.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Bar-Code39.svg#BebasNeue-Regular') format('svg'),
       url('../fonts/Bar-Code39.ttf') format('truetype'),
       url('../fonts/Bar-Code39.woff') format('woff'),
       url('../fonts/Bar-Code39.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'IDAutomationHC39M';
  src: url('../fonts/IDAHC39M-Code-39-Barcode.eot');
  src: url('../fonts/IDAHC39M-Code-39-Barcode.eot?#iefix') format('embedded-opentype'),
       url('../fonts/IDAHC39M-Code-39-Barcode.svg#BebasNeue-Regular') format('svg'),
       url('../fonts/IDAHC39M-Code-39-Barcode.ttf') format('truetype'),
       url('../fonts/IDAHC39M-Code-39-Barcode.woff') format('woff'),
       url('../fonts/IDAHC39M-Code-39-Barcode.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

html, body {
height:100vh;
  margin: 0;
}
.wrapper {
  /* min-height: 100%;
  margin-bottom: -50px; */
  background:#F2F4F6;
} 
/* .footer,
.push {
  height: 50px;
} */

body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #F2F4F6;
	color: #161616;
	font-size: 13px;
	height: 100vh;
}
a{
	/*color: #13487c;*/
	font-weight: 500;
}
a:hover, a:focus{
	/*color: #27c712;*/
	text-decoration: none;
	outline: none;
}
.btn{
	border: 1px solid ;
	font-size: 14px;
	font-weight: 600;
	border-radius: 3px;
	padding: 11px 15px;
	min-width:95px;
}
.btn-group .btn{
    min-width: auto;
}
.btn-sm{
	padding:.25rem .5rem;
}
.section-header .section-actions .btn{
	margin-left:10px;
    height: 40px;
    padding: 9px;
}
.btn-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#26c611+0,26c611+100 */
	background: #26c611; /* Old browsers */
	background: -moz-linear-gradient(top, #26c611 0%, #26c611 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #26c611 0%,#26c611 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #26c611 0%,#26c611 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26c611', endColorstr='#26c611',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: none;
}
.btn:hover, .btn:focus, .btn:active{
	opacity: 0.8;
}
.btn-lg{
	padding: 20px 15px;
}
.btn-default{
	border-color: #CECECE;
	background: #CECECE;
	color: #fff;
}
.site-wrapper{
	padding-top: 95px;
}
.main-content{
	background: #fff;
	margin-left: 245px;
	display: block;
	margin-top: 15px;
}
.site-header{
	background: #fff;
	border-bottom: 1px solid #ebebeb;
	padding: 18px 0;
	height: 80px;
	box-shadow: 0 2px 9px rgba(0,0,0,0.06);
	z-index: 1001;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}
.site-logo{
	width: 100px;
	min-width: 100px;
}
#logo span{
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 15px;
	color: #CECECE;
	font-weight: 500;
}
.site-header a{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.site-header .navbar{
	padding-top: 0;
	padding-bottom: 0;

}
.site-footer{
	background: #f7f7f7;
	padding: 30px 0;
}
.site-footer p{
	margin-bottom: 5px;
}
.site-footer a{
	color: #13487c;
}
.copyright{
	margin-top: 15px;
}
.form-group-ico .form-control{
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 16px;
}
.login-email{
	background-image: url(../images/envelope.svg);
}
.login-password{
	background-image: url(../images/lock.svg);
}
.user-login h2 {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 40px;
	color: #333333;
}
.form-control{
	border-color: #FF7F00;
}
.user-login .form-control{
	padding: 13px 15px
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #2854A5;
}
.btn-theme{
	background: #2854A5;
	color: #fff;
	font-weight: 600;
	border-color: #2854A5
}
.btn-md{
	padding: 16px 35px;
	border-radius: 5px;
	font-size: 20px;
}
.forgot-link{
	font-size: 12px;
	font-weight: 400;
	margin-top: 7px;
}
.custom-control-label{
	line-height: 23px;
}

.login-wrapper{
	background-image: url(../images/login-bg.png);
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	height: 100%;
	background-size: cover;
}
.user-login{
	max-width: 520px;
	background: #fff;
	margin: 0 auto;
	padding: 40px 70px;
	border-radius: 5px;
}
.user-img{
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.user-img img{
	width: 100%;
}
.sidebar {
	width: 245px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	-ms-box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	-webkit-box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	backface-visibility: hidden;
	overflow: auto;
	margin-top: 80px;
	height: auto;
	bottom: 0;
}
.sidebar ul{
	padding: 0;
	list-style: none;
}
.sidebar > ul{
	height:auto;

}
.sidebar > ul > li > a{
	color: #333;
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}
.sidebar > ul > li > a.active{
	border-bottom-color: transparent;
}
.sidebar ul li a{
		color: #333;
	font-weight: 400;
	display: block;
}
.sidebar ul li a:hover{
	color: #F89C1B;
}
.sidebar ul li{
	padding: 0px 15px;
	position: relative;
}
/*.sidebar ul li::after {
	position: absolute;
	content: '';
	left: 15px;
	 width: s; 
	right: 15px;
	height: 1px;
	background: #eee;
	bottom: 0;
}*/
.nav-toggle::after {
	position: absolute;
	content: '\f105';
	height: auto;
	width: auto;
	right: 14px;
	font-family: FontAwesome;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: 0.2s ease;
}
.nav-toggle.active::after {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: 0.2s ease;
}
.link-to-dashboard{
	background: #051C46;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 20px 15px;
	margin-top: 80px;
}
.link-to-dashboard a{
	color: #fff;
}
.sub-menu{
	background: #f8f8f8;
	width: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 0;
}
.sub-menu a{
	font-size: 14px;
	padding: 10px 0;
}
ul .sub-menu {
  padding-left: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  display: none;
}
ul .sub-menu.show {
  /*display: block;*/
}
.navbar-toggler{
	position: relative;
	margin-right: 15px;
	display: inline-block;
}
.navbar-toggler::after {
	position: absolute;
	content: '\f105';
	height: auto;
	width: auto;
	right: 0px;
	font-family: FontAwesome;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	line-height: 100%;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: 0.2s ease;
	top: 2px;
}
.navbar-toggler.collapsed::after {
	
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: 0.2s ease;
}
.section-header{
	height: auto;
	padding: 15px;
	border-bottom: 1px solid #E7E7E7;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-header .section-title{
	font-size: 25px;
	line-height: 30px;
	color: #404041;
	margin-bottom: 0;
}
.section-header .section-title span{
	display: block;
	font-size: 16px;
	color: #CECECE;
	line-height: 100%;
}
.btn-add{
	font-size: 13px;
	border-radius: 3px;
	color: #59BF2C;
	border-color: #EAEBEC;
	background: #F8F8F8;
	padding: 8px 10px;
	font-weight: 400;
}
.btn-add:hover, .btn-add:focus{
	background: #59BF2C;
	border-color: #59BF2C;
	color: #fff;
}
.btn img{
	width: 18px;
	vertical-align: top;
}
.btn span{
	margin-right: 5px;
}
.section-body{
	padding: 15px;
}
#storelocation .navbar-nav .nav-link{
	font-size: 12px;
	padding-top: 10px;
}
.site-header #storelocation{
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
}
/*#userAccount .navbar-inner{
	padding-bottom: 20px;
}*/
#userAccount .dropdown-menu{
	border: none;
	border-radius: 0;
	box-shadow: 0px 10px 34px rgb(0,0,0,0.1);
}
#userAccount .dropdown-item{
	font-size: 12px;
	color: #808284;
}
#userAccount .dropdown-item i {
	width: 20px;
}
.dropdown-item:active{
	background-color: #f8f9fa;
}
.section-body h3{
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}
label{
	color: #888;
	font-weight: 400;
	font-size: 14px;
}
.form-control {
	border-color: #e8ebee;
	height: 40px;
	font-size: 14px;
	border-radius: 2px;
}
.form-control::-webkit-input-placeholder{color:#d2d2d2;opacity:1}
.form-control::-moz-placeholder{color:#d2d2d2;opacity:1}
.form-control:-ms-input-placeholder{color:#d2d2d2;opacity:1}
.form-control::-ms-input-placeholder{color:#d2d2d2;opacity:1}
.form-control::placeholder{color:#d2d2d2;opacity:1}
.form-group .select2-container--default .select2-selection--single{
	border: 1px solid #e8ebee;
	height: 40px !important;
	padding: 6px 5px;
	border-radius: 2px;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 8px;
	right: 5px;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e9ecef;
	border: 1px solid #d0d0d0;
	padding: 2px 5px;
	color: #696969;
	font-size: 13px;
}
.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #161616
}
.form-group .select2-container--default .select2-selection--multiple{
	border: 1px solid #e8ebee;
}
.outer-form-group input[type="checkbox"].c-checkbox + label{
	color: #161616;
}
.inactiveMixin {
  content: "";
  position: absolute;
  display: block;
}
.beforeAnimation {
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
}
.afterAnimation {
  box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
}

.toggleWrapper input.mobileToggle {
  opacity: 0;
  position: absolute;
}
.toggleWrapper input.mobileToggle + label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
  transition: 0.4s ease;
  height: 20px;
  width: 35px;
  border: 1px solid #e4e4e4;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle + label:before {
  content: "";
  position: absolute;
  display: block;
  transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
  height: 20px;
  width: 35px;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.toggleWrapper input.mobileToggle + label:after {
  content: "";
  position: absolute;
  display: block;
  box-shadow: none;
  transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
  background: #97A3B4;
  height: 13px;
  width: 13px;
  top: 3px;
  left: 4px;
  border-radius: 60px;
}
.toggleWrapper input.mobileToggle:checked + label:before {
  background: #59BF2C;
  transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.toggleWrapper input.mobileToggle:checked + label:after {
  left: 18px;
  background: #fff;
}
.toggleWrapper label + span{
	vertical-align: top;
	margin-left: 10px;
	font-weight: 400;
}
.content-filter {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0;
	background: #f9f9f9;
	padding-top: 15px;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.data-search{
	position: relative;
	display: flex;
}
.search-btn:before {
  font-family: 'FontAwesome';
  content: attr(data-fa-icon);
}
.search-btn{
	background: #051C46;
	color: #fff;
	width: 46px;
	border: 1px solid #051C46;
	border-radius: 0 3px 3px 0;
	height: 40px;
}
.data-sorting .form-control{
	background-color: #f8f8f8;
}
.data-search .form-control{
	border-radius: 3px 0 0 3px;
}
select.form-control{
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-size: 12px;
	padding-right:20px;
}
.form-control:focus{
	box-shadow: none !important;
	border-color: #FF7F00;
}
.form-control:disabled:focus, .form-control[readonly]:focus{
	border-color: #e9ecef;
}
.fa-edit{
	font-weight: 400 !important;
}
.table-responsive .fa{
	font-size: 16px;
	color: #333;
}
.pagination_container select.form-control:not([size]):not([multiple]){
	width: auto;
	padding-right: 20px;
	padding-left: 5px;
	background-position: 90% center;
}
.form-group .ui-spinner-button{
		width: 20px;
		padding: 3px 0;
}
/*********************************************************** Tanvi ***********************************************************/


.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-default {
	border-color: #ddd;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}
.panel-group .panel-heading {
	border-bottom: 0;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}
.panel-title{
	padding: 5px 10px;
}
.panel-title a.collapsed:before {
	content: "\f067";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding-right: 7px;
}
.panel-title a:before {
	content: "\f068";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	padding-right: 7px;
	
}
.accordion-forms,.accordion-forms input.btn.btn-success{
	margin: 10px auto;
}
.panel.panel-default textarea.form-control{
	height: 100px;
}
hr{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(64, 64, 64, 0.47);
}
#actionsMenu{
	max-width:225px  !important;
	height: 46px;
}
div#supplier_info{
	text-align: right;
	margin-bottom: 20px;
}
.view-details-table.hide{
	display:none;
}
.view-details-table>td{
	border-top:0px;
}
.view-details-table table{
border:1px solid #dee2e6
}
.view-details-table{
transition: max-height 0.5s, overflow 0.5s 0.5s;
}
.view-details-table .input-group-text{
	background:white;
}
.view-details-table input{
	border: 1px solid #ced4da;
}
.marg-10 {
	margin-top: 10px;
}
.form-group{
	position: relative;
}
.btn.focus, .btn:focus{
	box-shadow: none; 
	-webkit-box-shadow: none; 
	-ms-box-shadow: none; 
}
.table td .toggleWrapper{
	margin-top: 0;
	position: relative;
}
.selectbox .formError{
	left: auto !important;
	right: 0!important;
	top: -7px !important;
	margin-top: 0 !important;
}
.formError .formErrorArrow{
	margin: -2px 13px 0px 0px !important;
	float: right !Important;
}
.f1 fieldset{
	margin-top: -1px;
}
.f1 .active::after {
	height: 20px;
	width: 20px;
	border: 1px solid #d9d9d9;
	transform: rotate(45deg);
	border-right-color: transparent;
	border-bottom-color: transparent;
	bottom: -11px;
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 12;
}
.sidebar-toggle{
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
}
#view_all_pics .hdp_gall_img .pdt_image img{
	/*height: 100%;*/
	object-fit: contain;
	width: 100%;
}
#view_all_pics .hdp_gall_img span.text-primary{
	background: #ffffffe6;
	position: absolute;
	left: 5px;
	right: 0;
	bottom: 5px;
	font-size: 12px;
}
#view_all_pics .hdp_gall_img .pdt_image + br{
	display: none;
}
#estimate_1 th, #estimate_1 td, #estimate_2 th, #estimate_2 td {
	padding: 1rem 0.35rem;
}
.content-filter .disabled_users .btn{
	margin-bottom: 15px;
}
th.sorting a{
	color:black;
	
}
th.sorting a .fa{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.table thead th {
	vertical-align: top;
	position: relative;
	font-weight: 500;
	line-height: 100%;
}
.uk-notification-close{
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.uk-notification div.uk-notification-message{
	padding-right: 35px;
}
.form-group {
	margin-bottom: 20px;
}
.form-group .formError, .input-group .formError {
	position: absolute !important;
	left: 0 !important;
	display: inline-block !important;
	float: left !important;
	clear: both !important;
	bottom: 0 !important;
	margin-top: 0 !important;
	width: 100% !important;
	background: transparent !important;
	top: auto !important;
	bottom: -20px !important;
}
.form-group .formError .formErrorContent, .input-group .formError .formErrorContent{
	background: transparent;
	color: #d0002e;
	padding: 0px;
	border: none;
}
.form-group .formError .formErrorArrow, .input-group .formError .formErrorArrow{
	display: none !Important;
} 
.inventory-cat-list li{
	padding-top: 5px;
	padding-bottom:5px;
	position: relative;
}
.inventory-cat-list li.parent{
	padding-top: 0;
	padding-bottom:0;
}
.inventory-cat-list a.load_ajax{
	position: absolute;
	right: 0;
}
.inventory-cat-list a.delete_on_click {
	position: absolute;
	right: 20px;
}
.inventory-cat-list ul{
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.inventory-cat-list > li.parent div:hover{
	background: #f7f7f7;
}
.inventory-cat-list li > div{
	padding:5px 0;
}
.inventory-cat-list a{
	font-weight: 400;
}
.inventory-cat-list .child{
	position: relative;
}
.inventory-cat-list .child::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background: #ddd;
	left: 2px;
	top: 0;
}
.inventory-cat-list > li:hover{
	background: #f7f7f7;
}

.inventory-cat-list .child li:hover{
	background: #f7f7f7;
}
 .inventory-cat-list li.parent-inner:hover,  .inventory-cat-list li.parent:hover{
	 background: #fff;
 }
 .inventory-cat-list li.parent-inner div:hover{
	 background: #f7f7f7;
 }
 
.f1 {
	padding-top: 25px; 
	background: #fff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}
.f1 h3 { 
	margin-top: 0; 
}
.f1-steps { 
	overflow: hidden; 
	position: relative; 
	width: 60%; 
	margin: 0px auto;
	text-align: center;
}
.f1 .active::after {
	content: " "; 
	display: block; 
	/* width: 10px;
	border-bottom: solid 10px #ccc;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent; */
	margin-left: 40%;
}
.f1-progress { 
	position: absolute; 
	top: 29px; 
	left: 12%; 
	width: 76%; 
	height: 4px; 
	background: #ddd; 
}
.f1-progress-line { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 4px; 
	background: #18bdc7; 
}
.f1-step { 
	position: relative; 
	float: left; 
	width: 20%; 
	padding: 0 5px; 
}
.f1-step-icon {
	display: inline-block; 
	width: 50px; 
	height: 50px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 25px; 
	color: #fff; 
	/*padding: 12px;*/
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #18bdc7; 
	border: 1px solid #18bdc7; 
	color: #fff; 
	/*line-height: 50px;*/
}
.f1-step.active .f1-step-icon {
	width: 60px; 
	height: 60px; 
	margin-top: 0; 
	background: #18bdc7; 
	font-size: 30px; 
	/*padding: 10px;*/
}
.f1-step p { 
	color: #ccc; 
	font-weight:500; 
	padding-top: 6px;
	text-transform: uppercase;
}
.f1-step.active p { 
	color: #848484; 
	font-weight:500; 
	padding-top: 6px;
}
.f1-step.activated p { 
	color: #848484;  
	font-weight:500; 
	padding-top: 6px;
}
.f1 fieldset { 
	display: none; 
	text-align: left; 
	padding: 20px; 
	border: 1px solid #ddd;
}
.f1-buttons { 
	display: flex;
	justify-content: space-between;
	text-align: right !important; 
	align-items: center;
}
.f1-buttons span{
	color: #18bdc7;
	font-size: 50px;
	cursor: pointer;
}
.f1-buttons span:hover{
	background-color: transparent;
	color: #15A7B0;
}
.f1-buttons .btn-previous { 
	text-align: left; 
}
.selected_customer_details table td{
	padding: 3px;
}
.sign-wrapper{
	border-top: 20px solid #1bbdc8;
	text-align: center;
	width: 480px;
	margin: 0 auto;
}
.product-name{
	font-family: 'bebasneue', 'Bebas Neue', sans-serif;
	text-transform: uppercase;
	color: #2854a5;
	margin-top: 0px;
	font-size: 55px;
	line-height: 70px;
	margin-bottom: 10px;
    padding: 0px 15px;
}
.saved-amount{
	font-size: 45px;
	font-family: 'bebasneue', 'Bebas Neue', sans-serif;
	color: #404041;
	text-transform: uppercase;
    height: 65px;
}
.stock-barcode span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 8px;
    letter-spacing: 4px;
}
.stock-barcode td.branded-version{
    /*width: 300px;*/
    text-align: right;
    vertical-align: bottom;
}
.sale-price{
	font-size: 160px;
	line-height: 110px;
	color: #d53a95;
	font-family: 'bebasneue', 'Bebas Neue', sans-serif;
	margin-bottom: 10px;
}
.sign-wrapper sup{
    font-size: 65%;
}
.stock-warning{
    padding-right: 45px;
}
.sale-price span{
	font-size: 60%;
	vertical-align: super;
}
.sign-border{
	margin-top: 5px;
}
.stock-barcode{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-left: 5px;
}
.stock-barcode small{
    font-size: 70%;
    margin-right: 45px;
}
.stock-barcode img{
	height: 30px;
	width: 60px;
}
.p-20 {
	padding: 20px !important;
}
.bg-purple{
	background: #9C27B0;
}
.bg-pink{
	background: #E91E63;
}
.bg-orange{
	background: #F44336;
}
.widget-ten p{
	font-size: 22px;
}
.widget-ten .media-middle{
	display: none;
}
.widget-lg{
	color: #fff;
	align-items: center;
}
.widget-lg .media{
	font-size: 40px;
}
.widget-lg p{
	font-size: 40px;
	line-height: 100%;
}
.bg-blue{
	background: #2854A5;
}
.bg-yellow{
	background: #F89C1B;
}
.item-right{
	opacity: 0.5;
}
.add_remove .well{
	padding-bottom: 20px;
}
.formError .formErrorContent{
	font-size:11px;
}
.min14{
	width: 140px !Important; 
}
.table td, .table th{
	line-height: 100%;
	/*vertical-align: middle;*/
}
table td, table th{
	font-size:13px;
}

/*ticket design*/
.ticket-item-name{
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
	font-weight: 500;
}
.ticket-barcode{
    font-family: 'Bar-Code39';
    font-size: 16px;
}
.ticket-item .ticket-item-name{
    margin-bottom:0
}
.ticket-barcode span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 8px;
	letter-spacing: 5px;
} 
.ticket-price{
    font-size: 40px;
    font-family: 'Bebas Neue';
    padding-right: 0px;
}
.ticket-saving span{
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
    max-width: 30px;
}
.ticket-item{
    width: 280px;
}
.ticket-price{
    line-height: 100%;
}
.ticket-saving, .ticket-price{
    float: left;
}
.ticket-item small{
    /* float: left; 
    width: 100%; */
    font-size: 8px;
}
/*ticket design ends*/

#estimateSelection .custom-control{
    width: 140px;
}
.nav-tabs li {
    margin-bottom: -1px;
}
.nav-tabs li a.active{
    border: 1px solid #ddd;
    border-bottom-color: #fff;
}
.total-card{
    background: #F5F9FE;
    border: 1px solid #E7E7E7;
    width: auto;
    float: right;
    padding: 20px;
}
.nowrap {
    white-space: nowrap;
}
.nowrap .ui-spinner .ui-spinner-input{
    padding: 5px;
}
.nowrap .ui-widget.ui-widget-content.ui-spinner{
    width: 60px;
}
.nowrap .form-control{
    height: 30px;
}
.ps-td-small-label {
    height: 110px;
    width:48%;
}
.relative{
    position: relative; 
}
.form-group .select2{
    width: auto !important;
    display: block;
}
/*Responsive*/

@media (max-width: 1199px){
	.sidebar{
		z-index: 999;
		padding-top: 0;
		top: 0;
		transform: translate(-245px, 0);
		-ms-transform: translate(-245px, 0);
		-webkit-transform: translate(-245px, 0);
		transition: 0.2s ease;
		-ms-transition: 0.2s ease;
		-webkit-transition: 0.2s ease;
		box-shadow: none;
		-ms-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.active-menu .sidebar{
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transition: 0.2s ease;
		-ms-transition: 0.2s ease;
		-webkit-transition: 0.2s ease;
		box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	-ms-box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	-webkit-box-shadow: 5px 0 15px rgba(0,0,0,0.08);
	}
	.main-content{
		margin-left: 0;
	}
	.active-menu .main-content{
		margin-left: 245px;
	}
}
@media (max-width: 991px){

	.location-form-group span.select2-container{
		min-width: 270px;
	}
}
@media (max-width: 768px){
	.active-menu .main-content{
		margin-left: 0px;
	}
	.content-filter{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.data-search, .form-group.location-form-group{
		margin-bottom: 10px;
	}
	.f1-steps{
		width: 100%;
	}
}
@media (max-width: 576px){
	.user-login{
		padding: 30px 15px;
	}
	.btn-md {
		padding: 14px 35px;
		font-size: 16px;
	}
	.user-login h2{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.form-group.location-form-group, .data-search, .filter_by_default_loc{
		width: 100%;
		margin-right: 0;
	}
	.location-form-group span.select2-container{
		min-width: initial;
	}
	.section-header .section-title{
		font-size: 20px;
		margin-bottom: 10px;
	}
	#edit_customer_detail, .back-to-list{
		margin-bottom: 5px;
	}
	 .nav-tabs {
		padding-left:2px;
		padding-right:2px;
	}
	.nav-tabs li {
		display:block !important;
		width:100%;
		margin:0px;
	}
	.nav-tabs li.active {
		border-bottom:1px solid #ddd!important;
		margin: 0px;
	} 
	.innertabs li{
		width: 100%;
	}
	.innertabs li a{
		display: block;
	}
	.innertabs li.active a::after{
		bottom: 0;
	}
	.f1-step-icon{
		font-size: 18px;
	}
	.f1-step.active .f1-step-icon{
		font-size: 18px;
	}
	.f1-step-icon{
		height: 40px;
		width: 40px;
		line-height: 40px;
		margin-top:0;
	}
	.f1-step.active .f1-step-icon{
		 height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.f1-progress{
		height: 2px;
		top: 20px;
	}
	.f1-step p{
		font-size: 12px;
		text-transform: capitalize;
		white-space: nowrap;
	}
	.customer_details_css {
		border:none;
		border-top: 1px solid #ddd;
		padding: 0;
		padding-top: 20px;
	}
	.f1 fieldset{
		padding:15px;
	}
	.site-wrapper .p-container-fluid{
		padding-left:0;
		padding-right:0;
	}
	.f1{
		padding-top: 0;
	}
	.f1-step.activated .f1-step-icon{
		line-height: 40px;
	}
	.form-group{
		margin-bottom:20px;
	}
   .pull-left.alist_pnum_cont{
	   float: left !Important;
	   width: 100%;
   }
   .pull-left.alist_psize_cont{
	   float: right !Important;
   }
   span.alist_psize_text{
	   width: 65px;
	   line-height: 100%;
   }
   .pagination_container{
	   padding: 7px 5px !Important;
   }
} 
@media (max-width: 365px){
	a#delete_selected_user {
		margin-bottom: 5px;
	}
}
td.width_50{
    width:50%;
}
.passformError.parentFormUserProfile2.formError {
    /* margin-top: 10px !important; */
    top: 71px !important;
}

/* angad */
.options_section {
    display: flex;
    justify-content: space-between;
}
#option_details_section {
    text-align: center;
}
#option_details_section{
	display: none;
}
.hidden_class{
	display: none;
}
.trigger_step_linking_options_yes,.trigger_step_linking_options_no,.trigger_step_linking{
	display: none;
}
.new_option_add {
    margin-bottom: 15px;
}
button.btn.btn-theme.show-fields {
    padding: 7px 12px;
}
.linking_column{
	display: none;
}
.trigger_on_fieldType{
	display: none;
}
.step_triggered_div{
	display: none;
}
.field_linking_column{
	display: none;
}
button#add_option_button {
    float: right;
}
#add_option_button, #remove_option_button{
	cursor: pointer;
}
#add_option_button:hover, #remove_option_button:hover{
	cursor: pointer;
	color: #F89C1B;
}
.disable_remove{
	cursor: help;
	color: rgb(170, 169, 169);
}
.page-heading h4 {
    margin-bottom: 0;
    color: black;
}
.page-heading {
    background-color: #e1e1e1;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
	clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%)
}
.note{
	text-align: left;
	padding: 15px 0px;
}
.breadcrumbs a {
    color: #ff8000;
}
@media  (max-width:690px){
	.btn-theme{
		margin-bottom: 10px;
	}
	button#add_option_button {
	    float: none;
	        display: block;
	}
}

@media  (min-width:768px){
	.page-heading {
		width: 50%;
	}
}