html,body{
    height: 100%
}

#holder{
    min-height: 100%;
    position:relative;
}

#body{
    padding-bottom: 100px;    /* height of footer */
}

#footer{
    height: 100px; 
    width:100%;
    text-align:center;
}

/* fixing the header in ACE */
.navbar .navbar-inner {
	border-bottom:1px solid #ededed;
	background: #fff;
}

.ace-nav>li {
	line-height:60px;
	max-height:60px;
}

.user-info{
	max-width: 150px;
	top:21px;
}

/* hide the left navigation from ACE Template */
.main-content {
	margin-left: 0px;
}



.map_canvas {
    width: 100%;
    height: 300px;
    margin: 0px 0px 25px 0px;
}

.alert-error {
    display: none;
}


div.brand-image {
    float: left;
}

div.navbar_inner {
    background-color: #354284;
    padding-bottom: 8px;
}

p.brand-name {
    font-size: 1em;
    color: white;
    margin: 10px 0 0;
}

p.brand-slogon {
    font-size: 0.6em;
    color: #faa732;
    margin-top: -5px;
}

div.img-text {
    display: inline-block;
}

div.brand-image a.brand {
    padding: 10px 5px 10px 20px;
}

div.navbar_inner a.brand img {
    max-width: 40px;
}