/* Browsehappy class is used in the index.aspx for message displayed when the browser is outdated */
.browsehappy
{
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.form-control:focus, textarea:focus
{
    border-color: #D1D1D1;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(207, 207, 207, 1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(207, 207, 207, 1);
}

.gm-views-container
{
    min-height: 88%;
}

.container.view-animate
{
    padding-bottom: 3em;
    min-height: 90%;
    position: relative;
}

/*Style added because of angular-ui / bootstrap differences. It is mentioned in the angular-ui page */
.nav, .pagination, .carousel, .panel-title a
{
    cursor: pointer;
}
.navbar {
    position: relative;
}
.container-narrow > hr
{
    margin: 30px 0;
}
