html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#wrapper {
    min-height:100%;
    position:relative;
}
#header {
    background:#ededed;
    padding:10px;
}
#content {
    padding-bottom:49px; /* Height of the footer element */
}
#footer {
    background-color: #333;
    color: #ccc;
    width:100%;
    position:absolute;
    padding: 17px 0;
    text-align: center;
    border-top: solid 1px #555;
    bottom:0;
    left:0;
}

.panel.panel-card .panel-heading img {
    width: 100%;
}

.icon-nav .primary {
    text-align: center;
    /*min-width: 120px;*/
    max-width: 140px;
	min-height: 100px;
}

.icon-nav .primary a > i {
    width: 100%;
    font-size: 30px;
}
.icon-nav .primary a > i.fa-stack {
    font-size: 16px;
	height:30px;
}

.navbar-light-blue {
    background-color: #0099da !important;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #006C9B;
}

.header-full-dark ~ .navbar-dark {
    border-top: solid 1px #0099da;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
}

#Filter-Container .mix {
    display: none;
}

.filter-input {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    transition: border-bottom ease-in-out 0.25s, font-size ease-in-out 0.25s;
}

.filter-input:focus {
    font-size: 20px;
    border-bottom: 2px solid #144496;
}

.navbar-static-top {
    z-index: 20;
}