.row-space {
    margin-top: 15px !important;
}

.pagination_custom {
    margin: 0;
}

.small-input {
    width: 50px !important;
}

@media(min-width:768px) {
    .row-space {
        margin-top: 15px !important;
    }
}

@media(min-width:992px) {
    .row-space {
        margin-top: 0 !important;
    }
}

@media(min-width:1200px) {
    .row-space {
        margin-top: 0 !important;
    }
}

.pagination_custom li {
    float: left !important;
    padding-top:10px;
}

    .pagination_custom li a {
        position: relative;
        float: left;
        padding: 8px 8px;
        line-height: 1;
        text-decoration: none;
        color: #2fa4e7;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }

    .pagination_custom li a:hover {
        background-color: #eee;
    }


.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.pagination_custom .active a {
    background-color: #eee;
}
