html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    text-align: center;
    border-top: 1px solid #d3e0e9;
}

.form-control.error {
    border: 1px solid red;
}

.form-control.error:focus {
    border-color: #FF0000;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.panel-body ul {
    padding: 0;
    margin: 0;
}

.panel-body ul li {
    position: relative;
    padding: 10px 0 10px 0;
    margin: 0;
    min-height: 120px;
    border-bottom: 1px solid #eee;
    list-style-type: none;
    cursor: pointer;
}

.panel-body ul li:hover {
    background-color: #eee;
}

.panel-body ul li img {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 100px;
}

.panel-body ul li p {
    margin: 0 0 0 120px;
    padding: 0;
    font-size: 16px;
}

img.smallimg {
    max-width: 500px;
}

i.fa-flag {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

#searchTerm {
    display: inline-block;
    width: auto;
}

#pendingTable {
    width: 100%;
}

#pendingTable td {
    padding: 5px;
    border: 1px solid grey;
}