.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 13px;
}

.has-error .file-input-img-span {
	border-color: #a94442;
}

.form-group.has-error .help-block {
	color: #a94442;
	margin-top: 5px;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
	border-color: #a94442;
}

.btn-pd{
    padding: 12px !important;
}

select.form-control {
    color: #212529 !important;
}
.select2-container{
	color: #212529 !important;
	padding: 0.4375rem 0.75rem !important;
    border: 0 !important;
    outline: 1px solid #ebedf2 !important;
	font-family: "ubuntu-regular", sans-serif;
    font-size: 0.8125rem;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px !important;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #212529 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:  #9a55ff !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #9a55ff !important;
	color: white !important;
}
.report-wrapper .select2-container{
	margin-right: 10px;
}
.forgot-password-text{
	float: right;
    padding-top: 15px;
}
.product-border{
	border-style: solid; 
	border-width:thin; 
	border-color: #dab0b0;
	padding: 10px;
}
.float-right{
	float: right;
}
.mb-5{
	margin-bottom: 5px !important;
}

/*status switch */
.switch {
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #d0cece;
	width: 62px;
	height: 26px;
	overflow: hidden;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	cursor: pointer;
	display: inline-block;
}
.switch.on {
	background: linear-gradient(to right, #da8cff, #9a55ff);
}
.switch .knob {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	position: absolute;
	top: 3px;
	left: 3px;
	background: #FFF;
	font-size: 12px;
	line-height: 15px;
	color: linear-gradient(to right, #da8cff, #9a55ff);
	text-decoration: none;
	color: #d8dad9;
	text-align: center;
	-webkit-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
	-moz-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
	-o-transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
	transition: all .4s cubic-bezier(0.33, 1.6, 0.66, 1);
}
.switch.on .knob {
	left: 40px;
}
.switch .knob:before,
.switch .knob:after {
	font-size: 13px;
	font-weight: 400;
	position: absolute;
	top: 3px;
}
.switch .knob:before {
	content: "OFF";
	color: #676767;
	left: 24px;
	word-break: keep-all;
}
.switch .knob:after {
	content: "ON";
	color: white;
	left: -30px;
}
/* end status switch*/

/* ALERT */
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
  
.close:hover {
	color: #000;
	text-decoration: none;
}
  
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: .75;
}
  
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
  
a.close.disabled {
	pointer-events: none;
}

  /* END ERROR CSS */
  .search-btn{
	min-width: 40px !important;
	margin-left: 5px !important;
  }
  .search-textbox{
	min-width: 100px !important;
	width: 100px !important;
	flex: 33% !important;
  }
  .all-btn{
	min-width: 60px !important;
	margin-left: 5px !important;
  }
  .margin-right{
	margin-right: 5px;
  }
  .select-css{
	padding: 0.94rem 1.375rem !important;
	line-height: 1 !important;
  }
  .extra_btn{
	min-width: 10px !important;
  }
  .display-flex{
	display: flex;
  }
  .display-none{
	display: none;
  }
  .partychallan_qty_text,.partychallan_qty_old_text , .challan_qty_text , .challan_qty_old_text{
	color: red;
  }
  .stock-updated{
	background-color: #0080002e;
  }
.page-item.active .page-link {
	color: #fff !important;
    background-color:  #9a55ff !important;
    border-color:  #9a55ff !important;
}
.page-link {
	color: #9a55ff !important;
}
.navbar .navbar-brand-wrapper .dashboard-logo img{
	height: 30px !important;
}
.navbar .navbar-brand-wrapper .dashboard-mini-logo img{
	width: calc(70px - 40px) !important;
	height: 32px !important;
}
.navbar .dropdown-item:hover {
    color: #000 !important;
}
.ds-flex{
	display: flex;
    justify-content: space-between;
}
.clr-red{
	color: red;
	font-size: large;
}