div#qr_container
{
	margin:20px;
}
div#qr_container div.section_title
{
	font-weight:bold;
	font-size:14px;
}
div#qr_container input[type="text"]
{
	width:250px;
}
div.qr_section_details
{
	float:left;
	width:180px;
}
div.qr_section_details div
{
	text-align:center;
}
div.qr_section_tools div
{
	margin-left:2px;
	margin-right:2px;
	float:left;
}
div#qr_create_msg
{
	color:#f00;
	display:none;
}
div#qr_section_edit
{
	display:none;
}
div#qr_section_download
{
	display:none;
}
div#qr_section_analytics
{
	display:none;
}
div.qrcode_loader
{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
div.qrcode_loader img
{
	width:80%;
}
div#qr_section_analytics_info
{
	display:none;
}
table.qrcode_tb
{
	border:0;
	border-spacing:0;
	font-size:12px;
	margin:10px 0;
	width:100%;
	border-collapse:collapse;
	color:#3b3b3b;
	line-height:1.5;
}
table.qrcode_tb thead tr
{
	background-color:rgba(0,0,0,0.063);
}
table.qrcode_tb thead th
{
	background-color:rgba(0,0,0,0.51);
	border-bottom-style:none;
	color:#fff;
	font-weight:bold;
	padding:4px 9px;
	border:1px solid #fff;
}
table.qrcode_tb tbody
{
	border-top:1px solid #ccc;
	display:table-row-group;
}
table.qrcode_tb tbody tr
{	
	border-bottom:1px solid #ccc;
}
table.qrcode_tb tbody tr.odd
{
	background-color:rgba(0,0,0,0.105);
}
table.qrcode_tb tbody tr.even
{
	background-color:rgba(0,0,0,0.063);
}
table.qrcode_tb tbody td
{
	padding:4px 9px;
	border:1px solid #fff;
}
table.qrcode_tb tbody td.qrcode_tb_heading
{
	font-weight:bold;
}
div.qrcode_pagination
{
	text-align:center;
}
div.qrcode_pagination span
{
	margin:0px 5px;
}
div#qr_section_user
{
	display:none;
}

#id_social_form input[type='text'],
#id_social_form input[type='password'],
#id_social_form input[type='file']
{
	width:70%;
	background-color: #E9E9E9;
	border: 1px solid #C5C5C5;
	padding: 5px;
}

#qr_section_social_media_codes
{
	border-bottom:3px solid #929292;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:5px;
}

.qrcode-info,
.section_title
{
	margin-top:5px;
	margin-bottom:5px;
}

.qrcode-textline
{
	padding-bottom:5px;
}
