/* html, body
{
	padding: 0;
	margin: 0;
}
body {
	background-color: #eee;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: #333;
	text-decoration: none;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#page nav
{
	display: none;
}

#header,
.header
{
	background:#0066a5;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	line-height: 40px;
	height: auto;
	padding: 5px 20px;
}

#header a.friends,
.header a.friends
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);}
#header a.right,
.header a.right
{
	left: auto;
	right: 10px;
}
#content,
.content
{
	padding:0 20px;
}

a{text-decoration:none;}
.lastlogin{font-size:11px; color:orange;}

.logo img{padding-top:10px;}

.error {

    display: block;
   
}
.success {

    display: none;
   
}

label.error {
    color: #FF0000;
    display: none;
    font-size: 11px;
    font-style: italic;

}
#pagination-flickr li{border:0; margin:0; padding:0;font-size:11px;list-style:none;float:left;padding:4px 2px;}
#pagination-flickr a{border:solid 1px #666666;color:#000;margin-right:2px;}
#pagination-flickr .previous-off,#pagination-flickr .next-off {color:#000;display:block;float:left;font-weight:bold;padding:3px 4px;}
#pagination-flickr .next a,#pagination-flickr .previous a {font-weight:bold;border:solid 1px #000;color:#000;}
#pagination-flickr .active{color:#2E8BCC !important;font-weight:bold;display:block;float:left;padding:4px 2px;}
#pagination-flickr a:link,#pagination-flickr a:visited {color:#000;display:block;float:left;padding:3px 6px;text-decoration:none;}
#pagination-flickr a:hover{border:solid 1px #00ACED;}
 */
.dashaboard [class*="span"], .dashaboard .row [class*="span"]{ margin-left:1.5% !important;margin-right:0 !important;}
.dashaboard [class*="span"]:first-child,.dashaboard .row-fluid [class*="span"]:first-child{ margin-left:0 !important;margin-right:0 !important;}
.dashaboard .tile{ height:144px;}
.dashaboard .tile span{ display:inline-block !important; line-height:16px !important;}

@media (min-width: 1080px) {
	.dashaboard .span3{ width:18% !important;}
}

@media all and (max-width:1080px){
	.dashaboard-wrap .dashaboard-left{ width:100%!important;  margin-left:0 !important;margin-right:0 !important;}
	.dashaboard-wrap .dashaboard-right{width:100%!important;  margin-left:0 !important;margin-right:0 !important;}
}

@media only screen and (min-width: 768px) and (max-width:980px){
	.dashaboard [class*="span"]:last-child{margin-left:0 !important;}
}
@media all and (max-width:767px){
	.dashaboard [class*="span"], .dashaboard .row [class*="span"]{ margin-left:0 !important;margin-right:0 !important;}
}