.hide{
	display:none;
}
.txc{
	text-align: center;
}
.txl{
	text-align: left;
}

.form-group {
    margin-bottom: 7px;
}
.form-group label{
	font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
}
.errorOnElemet{
  background-color: #ffe7e7;
	border: 1px dotted red;
}
.errorMsgArrow {
	 display: block;
    font: normal 11px/14px arial;
    color: #ff0000;
    /* background-color: #ffe7e7; */
    padding: 2px 0px;
    margin-top: 2px;
    position: relative;
    /*z-index: 10;*/
    text-align: left;
}
.errorMsgArrow em {
	position: absolute;
	width: 12px;
	left: 10px;
	top: -5px;
	height: 5px;
	background-position: -50px -950px;
}
.ar-icon {
	background-image: url(admin-assets/images/icons.png);
	background-repeat: no-repeat;
}

.parentproductgroup {
	border: 1px solid;
}
.ProductGroup{
	margin-left: 0px;
}
.ProductGroup input{
	border: 1px solid #A9ABBE;
    padding: 2px;
    font-size: 11px;
    text-transform: none;
    font-style: normal;
    margin: 5px;
}
.ptr{
	cursor: pointer;
}

.peek-a-bar {
  margin: 0;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  font-size: 18px;
  text-align: center; 
 }


.row > .overlay,
.row > .loading-img, .processing-loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.row > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}
.row > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.row > .loading-img {
  z-index: 1020;
  background: transparent url('assets/images/loader.gif') 50% 50% no-repeat;
}
.row > .processing-loading-img {
  z-index: 1021;
  background: transparent url('assets/images/loader.gif') 50% 50% no-repeat;
}

.error,.errorOnElemet{
  background-color: #ffe7e7;
  border: 1px dotted red;
}
