/* CSS */

.list-group-input {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background: #03c3ec;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 1;
}
.list-group-input a {
    color: #000;
    display: block;
}
.list-group-input a:hover {
    text-decoration: none;
}
.list-group-input:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.50);
    background: #C0C0C0;   
}