body {
    font-family: Raleway;
    padding-bottom: 20px;
    background-color: #efefef;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-navigation {
    position: fixed;
    width: 48px;
    height: 100%;
    border-right: 1px solid #eee;
}

.side-navigation a {
    width: 48px;
    height: 48px;
    padding-top: 18px;
    vertical-align: center;
    display: inline-block;
    text-align: center;
    color: #444;
    border-bottom: 1px solid #eee;
}

.side-navigation a:hover, .side-navigation  a.active {
    background-color: #444;
    color: #fff;
}

#viewport {
    height: 100%;
}

.map-container {
}

.btn, .dropdown-menu {
    border-radius: 0;
}

.panel-body {
    min-height: 350px;
    padding: 2%;
}

.panel {
    border-radius: 0;
}

.map-panel {
    height: 350px;
    overflow: hidden;
}

.panel .ember-view {
    border-radius: 0;
}

.dashboard-tab-panel {
    position: relative;
}

.dashboard-tab-panel .nav-tabs {
    border-bottom: none;
}

.dashboard-tab-panel .dropdown {
    position: absolute;
    right: 10px;
    top: 7px;
}

.table-container {
    margin-bottom: 20px;
}

.loading-spinner {
    display: inline-block;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: inline-block;
}

.footer {
    width:100%;
    height:80px;
    position:absolute;
    bottom:0;
    left:0;
    background:#ee5;
}

.dropdown-menu a.active {
    background-color: #337ab7;
    color: #fff;
}

#logo-link {
    text-decoration: none;
    color: inherit;
}

.galleria{
    background: #000;
    height: 36em;
    width: 100%;
    margin-bottom:3em;
}