﻿.formviewer-checkbox-checked {
	background-image: url(../images/formviewer/checkbox/checked.png) !important;
	border-width:  2px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	width: 12px !important;
	height: 15px !important;
	position: relative !important; 
	text-align: center;
	/*margin-left: -2px !important;*/  

	/*margin-top: 1px !important;*/  
}

.formviewer-checkbox-unchecked {
	background-image: url(../images/formviewer/checkbox/unchecked.png) !important;     
	border-width:  2px;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	width: 12px !important;
	height: 15px !important;
	position: relative !important; 
	/*margin-left: -2px !important;*/
	text-align: center;

}

.formviewer-checkbox-checked-calculated {
	background-image: url(../images/formviewer/checkbox/checked-transfered.png) !important;
	border-width:  2px;
	border-style: none;
	width: 12px !important;
	height: 15px !important;
	/*position: relative !important; */
	/*margin-left: -2px !important;*/
	text-align: center;
}

.formviewer-checkbox-unchecked-calculated {
	background-image: url(../images/formviewer/checkbox/unchecked-transfered.png) !important;   
	border-width:  2px;
	border-style: none;
	width: 12px !important;
	height: 15px !important;
	position: relative !important; 
	/*margin-left: -2px !important;*/
	text-align: center;
}

.formviewer-checkbox-checked-flagged {
	background-image: url(../images/formviewer/checkbox/checked-flagged.png) !important;
	border-width:  2px;
	border-style: none;
	width: 12px !important;
	height: 15px !important;
	cursor: pointer;
	cursor: hand;
	/*position: relative !important; */
	/*margin-left: -2px !important;*/
	text-align: center;
}

.formviewer-checkbox-unchecked-flagged {
	background-image: url(../images/formviewer/checkbox/unchecked-flagged.png) !important;   
	border-width:  2px;
	border-style: none;
	width: 12px !important;
	height: 15px !important;
	position: relative !important; 
	cursor: pointer;
	cursor: hand;
	/*margin-left: -2px !important;*/
	text-align: center;
}


.formviewer-checkbox-container {
	width: 12px !important;
	height: 15px !important;  
}

/*.formviewer-checkbox-container:default {
		background: none !important;
	}*/


