.table-view-input-control{
	margin:-5px;
}
.img_wrp {
  display: inline-block;
  position: relative;
}
.img_wrp_value{
	padding-top:3px;
}
.delete_img_btn {
  position: absolute;
  top: 6px;
  right: 4px;
  z-index:999;
  padding:0 5px 0 5px;
  background:#fff;
}
.update_img_btn {
  position: absolute;
  top: 6px;
  right: 28px;
  z-index:999;
  background:#fff;
  padding:0 5px 0 5px;
}

@media (max-width: 767px) {
	.main-footer{
	  text-align:center;
	}
}
.login-copyrights-text{
	font-size:11px;
	border-top:1px solid #F2F2F2;
	margin:10px 0;
	padding:10px 0;
}
.invalid-feedback{
	margin-top:5px;
	color:#DF0101;
}
.main-footer-sub{
	font-size:12px;
}
.modal-body-prod-img img{
	max-width:250px;
}

.text-area-summernote{width:100%;}

.form-control-user-input{font-weight:normal;margin-top:8px;}

.page-id-style{width:50px;padding:2px;}

/*Tags*/
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 6px 6px;
  color: #555;
  border-radius: 2px;
  width: 100%;
  line-height: 20px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  min-width:60%;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  font-size:12px;
  padding:5px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.model-content-extended{width:800px!important;}
.input-group-extended{width:100%!important;}