
#dialog-add-device-to-user
{
	padding: 0;
	min-width: 450px;
	max-width: 850px;
	border: 0;
}

.dialog-add-device-to-user-content
{
	margin: 15px;
}

.dialog-add-device-to-user-info
{
	margin-bottom: 10px;
	font-family: helvetica;
}

.dialog-add-device-to-user-button
{
	float: right;
	margin-bottom: 10px;
}

.dialog-add-device-to-user-input input
{
	width: 100%;
	font-size: 25px;
	font-family: helvetica;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dialog-bind-device-btn
{
	border-radius: 5px;
	font-size: 16px;
	font-family: helvetica;
	background-color: #5969d3;
	color: #fff;
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 1px;
}

.dialog-bind-device-btn:hover
{
	background-color: #474d73;
	cursor: pointer;
}

.dialog-bind-device-btn:disabled
{
	background-color: #ccc;
}

.dialog-bind-device-btn:disabled:hover
{
	cursor: default;
}

.dialog-add-device-to-user-error
{
	color: #f00;
	font-size: 12px;
	width: 100%;
	text-align: right;
}