html, body{
	height:100%;
}


.container{
	width:100%;
	margin:0;
}
.containerlg{
	width:100%;
	margin:0;
}
.containerlg .row{margin-right:0px;}
.glyphicon-trash{color:#FF0000;}


#main{
	height:100%;
	background:#CCC;
}


#topnav{
	margin-bottom:0;
}
#topnav .navbar-brand{
	padding-left:5px;
}


#logo{
	float:left;
	width:36px;
	margin-top:4px;
	margin-left:13px;
}


#sidebar{
	padding:15px;
	background: #EEE;
}
#sidebar .welcome-title{
	text-align:center;
}


#avatar{
	margin-bottom:20px;
	border:5px solid #FFF;
}


/* General catalogue */
.itemblock{
	padding:10px 0px 5px 0px;
	text-align:center;
}
.itemblock img{
	width:80%;
	border:5px solid #EEE;
}


/* Dashboard */
.fullh{
	height:100%;
	padding-right:0px;
}


/* Establecimientos */
.quarter{
	height:50%;
	background:#333;
}
.quarter .row{height:100%;}
.quarter .row .col-lg-6,
.quarter .row .col-lg-3{height:100%;}

.bg_white{background:#FFF; color:#333;}
.bg_grey{background:#ecf0f1; color:#333;}
.bg_red{background:#c0392b; color:#FFF;}
.bg_green{background:#27ae60; color:#FFF;}
.bg_orange{background:#f39c12; color:#FFF;}
.bg_black{background:#333; color:#FFF;}

.innerbox{
	padding:15px;
}

#twitter-widget-0{height:100%;}
#twitter-widget-0 .timeline{border-radius:0px !important;}

#map{height:100%;min-height: 350px;}


/* Footer */
#footer, footer {
	margin:0;
	padding: 0;
	font-size:12px;
	bottom:0px;
	position:fixed;
	z-index: 999;
}
#footer p{
	margin:0;
	background: rgba(255,255,255,0.9);
	padding: 5px;
}
