
.user_image {
	width:200px;
	height:200px;
	max-width:200px;
	max-height:200px;
	overflow: hidden;
	background:#000;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
    cursor:pointer;
}
.user_image img {
	max-width:200px;
	max-height:200px;
	margin: auto;
	vertical-align:middle;
}

.user_thumb {
	width:50px;
	height:50px;
	max-width:50px;
	max-height:50px;
	overflow: hidden;
	background:#000;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	
}
.user_thumb img {
	max-width:50px;
	max-height:50px;
	margin: auto;
	vertical-align:middle;
}

.header-user-thumb {
    width:25px;
    height:25px;
    max-width:25px;
    max-height:25px;
    overflow: hidden;
}
form[action="account_view.php?"]{
	
	margin: 20px auto;
}

#user_lookup_name {
	background: #F6F7F9;
}
#user-table .btn-xs, #role-table .btn-sm {
	font-weight: bold;
	border: none;
	color: #fff;
	background-color: #00cccc;
}

#add-role-form .btn-default {
	border: none;
	color: #fff;
	background-color: #10CE90;
}

.badge {
	background-color: #10ce90;
}

.activity-table th, .activity-table td {
	text-align: left !important;
}

#admin-user-form select.input-sm {
    height: 34px;
    line-height: 34px;
}

/****** Sign In ******/
#login h4 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
}

.form-signin {
	color: #ffffff;
}

.form-signin .btn-primary {
	color: #fff;
	background-color: #10CE90;
	border-color: #10CE90;
	border-radius: 0;
}

.form-signin a {
	text-align: center;
	display: block;
}

.form-signin .row {
	margin: 0;
}

.form-signin .btn {
	width: 100%;
	margin-bottom: 10px;
}

form[action="activate.php"] a {
	display: inline;
}

.form-signin a.btn {
	display: block;
}

.form-signin div {
	width: 100%;
}

.form-signin .text-muted {
	color: #efefef;
}

#login .btn {
	width: 100%;
}

.profile-container{
	max-width: 1000px;
	margin:auto;
}
.profile-grid{
	display:inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	width:100%;
}
.profile-item{
	margin-bottom:30px;
	width:100%;
	display:inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@media (min-width: 600px){
	.profile-grid{
		margin-left:-30px;
	}
	.profile-item{
		width:50%;
		margin-bottom:0;
		padding-left:30px;
	}
}
@media (min-width: 900px){
	.profile-item:first-child{
		width:130px;
	}
	.profile-item:last-child{
		width:calc(100% - 130px);
	}
}





/* image cropper */
#demo{
	margin-bottom:40px;
	width:300px;
	height:300px;
	padding:5px;
	padding-left:3px;
	border:1px solid #ebebeb;
}

.image-preview img{
	display: block;
	margin-bottom:10px;
}

.image-display a{
	position:relative;
	display:block;
}
.image-display a:before{
	content:"";
	background:#10CE90;
	position: absolute;
	display: block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
		transition:all 300ms ease;
}
.image-display a img{
	width:100%;
}	
.image-display a i{
	font-size:40px;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	opacity:0;
	margin-top:10px;
	transition:all 300ms ease;
}
.image-display a:hover:before{
	opacity:.7;
}
.image-display a:hover i{
	opacity:1;
	margin-top:0;
}
#popup-userimage .modal-dialog{
	width:100%;
	max-width: 332px;
}
.post_img_thumb{width:30px;}
	
	