#saveconfig{
	float: right;
	color: #f6f7f7;
  }
  .genset{
	margin-bottom: 20px;
  }
  #sync_result{
	border: 1px solid #eee;
	padding: 10px;
	margin-left: 20px;
  }
  .syncLoader{
	width: 65px;
	display: none;
  }

  .success-message{
	color: green;
  }

  .failed-message{
	color: red;
  }
  #total_batch{
   color: blue;
  }
   #cancel_batch{
   color: red;
  }

  .button_response{
	width: 30%;
	float: left;
  }
  .sync_response{
	width: 40%;
	float: left;
  }
 .config_button{
	width: 30%;
	float: right;
 }

 .spacemargin{
   padding: 0px 5px 5px 5px;
	font-weight: 700;
 }

 .w3-container{
  background-color: #009688;
  padding: 5px 2px 1px 8px;
 }
 .w3-container h3{
   font-size: 23px;
	color: #fff;
	font-family: serif;
}

.form-internal{
	width: 99%;
	padding: 5px 5px 5px 5px;
}

#is_warranty{
  width: 8%;
}

#is_sync{
  width: 8%;
}

.syncfield{
  pointer-events: none;
}
.options_group_sync1{
  display: none !important;
}

table.wp-list-table .column-name {
  width: 18% !important;
}

.admin-loader-div{
  position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #d9d9d9;
    z-index: 99;
}

.admin-loader-div img{
  position: absolute;
    top: 300px;
    left: 50%;
    z-index: 100;
    width: 100px;
    height: 100px;
}

.prd-updt-form{
		width: 500px;
		margin: 85px auto;
	}

	table.batch-update tr th{
		padding: 5px;
		font-size: 15px;
    	font-weight: 600;
	}
	table.batch-update tr td{
		padding: 5px;
	}
	.batch-update tr td select{
		width: 100%;
		border: 1px solid #d3d2d2;
	}
	.txt-ctr{
		text-align: center;
	}
	.txt-ctr button{
		width: 100%;
	    border: 1px solid #d3d2d2;
	    font-size: 14px;
	    font-family: inherit;
	    padding: 4px 5px;
	}
	
	 #customapp label{
  font-weight: 700;
}

  .printBatches{
  margin-left:-32px !important;
 }
  .printBatches >li{
  font-weight: 700;
 }
 table.fixed {
     table-layout: auto !important; 
}

.test{
  margin-right: 747px;
    margin-bottom: 10px; 
}
#batch_cancel{
margin-left: 138px;
margin-top: -37px;

}

.syncLoader{
  margin-left: 250px;
  margin-top: -64px;
}