/**
* BPS citizenlink styles
*
* @package CITIZENLINK
* @subpackage BPS
* @platform MOBILE
* @author KMN
* @since 08/21/2017
*
*/

/*
* Make labels disappear because they are also placeholders in the field
*/
.text-and-button-center .adg-jqm-labelfor-class
{
	opacity: 0;
}

/*
* Inspection actions, hides the action buttons
*/
#spare-inspection-action-buttons,#spare-driving-action-buttons
{
	display: none;
}

/*
*
*/
.inspection-completion-note,.inspection-cancellation-note
{
	width: 90%;
	height: 80px;
	margin: 5px;
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}