
body { -webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
  padding-bottom: 60px;
}
a { -webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none; }




.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    
	margin-top: 150px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading {
    margin: 0 0 20px 0;
}

.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 14px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

		


.user_avatar {

	width: 50px;
	float: left;
	margin-right: 20px;
	/*margin-bottom: 20px;*/	
}

.user_name
{
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

.user_status
{
	font-size: 10pt;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

.user_updated
{
	float: left;
	font-size: 10pt;
	color: #aaa;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}


.user_group
{
	float: right;
	font-size: 10pt;
	color: #aaa;
	padding-bottom: 0px;
	margin-bottom: 0px;	
}

.user_custom
{
	float: right;
	font-size: 10pt;
	color: #aaa;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	margin-left: 5px;
}


.user_history
{
	float: right;
	font-size: 12pt;
	color: #aaa;
	padding-bottom: 0px;
	margin-bottom: 0px;	
	margin-left: 5px;
}

.panel-body
{
	padding: 5px !important;
}

.user_status_icon
{
	float: right;	
}

#logo 
{
	width: 90px;
}

.quickFilter {
	font-size: 16pt;
	padding-right: 20px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

