body {
  padding-top: 50px;
}

.display-block {
	background-color: #f7f7f9;
	position: relative;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #888888;
	margin-top: 3px;
	min-height: 220px;
}
.edit-block {
	max-width: 900px;
	margin: 12px auto;
	display:none;
}

.icon{
	width:100px;
	height:100px;
}

.title{
  font-size: 12px;
  font-style: italic;
  width: 50px;
  margin-right: 3px;
  display: inline-block;
}

.error-msg{
	display: none;
}

.modal label{
	font-size:14px;
}

.modal .form-group{
	margin: 3px auto;
}

.edit-button{
	display:""; /* shoould by none for mathc ting's requirement now*/
	position: absolute;
	right:17px;
	top:10px;
	cursor: pointer;
}

.remove-button{
	display:none;
	position: absolute;
	right:20px;
	top:8px;
	cursor: pointer;
}

.remove-button-list{
	display:none;
	position:absolute;
	right:20px;
	top:-5px;
	cursor: pointer;
}

/* Icon wrapper while list */
.belement{
	width:150px;
	height: 220px;
	max-height: 150px;	
	text-align:center;
	vertical-align: top; 
	display: inline-block;
	*display: inline;
	margin: 25px auto;
	position:relative;
}
.belement p{
	font-size: 18px;
	line-height: 20px;
	text-align:center;
}
.jumbotron .belement > a > span{
	font-size: 18px;
	line-height: normal;
	text-align:center;
	padding: 0px;
}
.default-icon{
	width:100px;
	height:100px;
	display:block;
	margin:4px auto;
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	vertical-align: top; 
}

.jumbotron,
.breadcrumb{
	position: relative;
}

.loading{
	position:absolute;
	left:50%;
	margin-left: -12px;
	top:0px;
}

#pagination{
	margin: 50px auto;
	width: 280px; 
	overflow: hidden;
}

/******************* index.html - login.html ********************/
#index-container{
	background: #ffffff url('../img/pc/index-bg.jpg') no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 92%;
	max-width: 100%;
	min-width: 1300px;
	min-height: 600px;		
	position: absolute;
    top:50px; /* navbar height */
    bottom:0;
    right:0;
    left:0;
    overflow:hidden;	
}
/* Login Form */
.form-signin {
	position: absolute;
	width: 500px;
	max-width: 500px;
	padding: 15px;
	right: 10%;
	bottom: 5%;
	color: #ffffff;
}
.form-signin input{
	width: 300px;
	display: inline;
	margin: 7px auto;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.form-signin input[type="checkbox"]{
	width: 20px;
	margin-left: 70px;
}
.form-signin button{
	margin-left: 70px;
	width: 300px;
}
.form-signin a{
	color: #ffffff;
}
.form-signin #register-link{
	margin-left: 80px;
}
.form-signin #error-dialog{
	width: 300px;
	margin-left: 70px;
	margin-bottom: 0px;
}

/******************* floor-list.html ********************/
#index-floor .panel-heading,
#index-layer .panel-heading{
	position: relative;
}
#index-floor .remove-button-list,
#index-layer .remove-button-list{
	display:none;
	position:absolute;
	top: 10px;
	cursor: pointer;
	margin: auto auto;	
}

/******************* Ad New Building Block in building/building-list.html *********************/
#add-building-block{
	width:100%;
	min-width: 280px;
}
#add-building-block .form-control{
	max-width:280px;
	display:inline;
}

/******************* profle.html *********************/
#profile-display-block label{
	min-width: 250px;
	font-size: 16px;
  	font-style: italic;	
}
#profile-display-block span{
	margin-left: 20px;
}
#profile-display-block button{
	float: right;
}
#change-password-form,
#upgrade-developer-form{
	margin-left: 280px;
	display:none;	
}
#binding-social-form{
	margin-left: 280px;	
}
#change-password-form input{
	min-width: 300px;
	margin: 20px auto;
}
#change-password-form button{
	margin: 5px 5px;
}



/******************* profle.html *********************/


/******************* loading-dialog.html  *******************/
#loadingModal .modal-content{
	width: 200px;
	height: 200px;
	margin:auto;
	padding-top: 60px;
	text-align:center;
	vertical-align: middle;
	background-color: black;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);
}
#loadingModal .modal-content > span{
	color: white;
	font-size: 24px;
	margin-left:10px;	
}