html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* --------------------text start------------------------------*/
.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}
/* --------------------text end ------------------------------*/

/* --------------------width start ------------------------------*/
.width-100 {
	width: 100% !important;
}

.width-90 {
	width: 90% !important;
}

.width-80 {
	width: 80% !important ;
}

.width-50 {
	width: 50% !important ;
}
/* --------------------width end ------------------------------*/

.mini-labelfield-label {
	text-align: right;
}
.margin-5 {
	margin: 5px;
}

/* --------------------width end ------------------------------*/
.gzpt-search-form td{
	text-align:left ;	
}

/* --------------------checkbox start ------------------------------*/
.gzpt-checkbox-wrapper {
    border: 0px !important;
    float: right !important;
    text-align:left ; 
}
.gzpt-checkbox-wrapper .mini-checkbox {
    margin-left:5px ; 
}
/* --------------------checkbox end ------------------------------*/