body {
	color: #566787;
	background: #f5f5f5;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	overflow-x: hidden;
	overflow-y: auto;
}
.login-page .login-header {
    background: #fff;
}


span#profile-img img{
	height: 55px;
}

.reuired {
    color: #d9534f;
}

h2{
    font-size: 18px;
    font-weight: bold;
}
textarea{
	resize: none;
}

body .page-container .sidebar-menu {
	/*background: #010080;*/ 
	color: #1f1f1f;
}

.form-group{
    margin-bottom: 4px;
}
.page-container .sidebar-menu {
	position: absolute;
	width: 280px;
	top: 0;
	left: 0;
	bottom: 0;
	/*background: #010080;*/
	color: #aaabae;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tile-stats {
	position: relative;
	display: block;
	/*background: #010080;*/
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.tile-stats h3{
  font-size: 13px;
  margin-top: 5px;
}

.alert {
	padding: 5px;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 3px;
}

.alert-default {
	background-color: #f1f1f1;
	border-color: #ebebeb;
	color: #303641;
}

.profile-env section.profile-info-tabs {
	position: relative;
	background: #f1f1f1;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	margin-top: -20px;
	margin-bottom: 30px;
}

.well {
	min-height: 20px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f5f5f6;
	border: 1px solid #e2e2e5;
	border-radius: 3px;
}

.panel-body {
	position: relative;
	padding: 5px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #eeeeee;
}