﻿.searchbar-icon {
    max-height: 100%;
    padding: 5px;
    float: left;
    cursor: pointer;
}

#searcbox-input-wrapper {
    width: 51.8% !important;
    margin-left: 2px !important;
    display: inline-block;
}

#searchInput {
    display: inline-block;
    width: 77.1% !important;
}

#searchbox-wrapper {
    width: 100%;
}

.search-button {
    line-height: 7px;
    margin: 0 0 10px 10px !important;
    display: inline-block;
}

#paging-wrapper {
    width: 46.9%;
    background-color: #e6e6e6;
    height: 35px;
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 0 0 10px;
    text-align: right;
}

.paging-button {
    padding: 0.35rem .5rem !important;
    margin: 0 0 10px 10px !important;
}

.limit-selection {
    width: 57px !important;
    display: inline-block;
}

#limit-selection-wrapper,
#paging-selection-wrapper {
    display: inline-block;
}

@media (min-width: 1200px) {
    #paging-selection-wrapper {
        height: 24px;
    }
}

#paging-wrapper label {
    display: inline-block;
}

@media (max-width: 1199px) {
    #paging-wrapper {
        width: 100%;
        margin: 0 0 10px 0;
        height: 36px;
    }

    #searcbox-wrapper,
    #searcbox-input-wrapper {
        width: 100% !important;
    }

    #searchInput {
        width: 84% !important;
    }
}

@media (max-width: 959px) {
    #searchInput {
        width: 78.2% !important;
    }

    #paging-wrapper {
        height: 35px;
    }
}

@media (max-width: 767px) {
    #searchInput {
        width: 72.9% !important;
    }

    #paging-wrapper {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 480px) {
    #searchInput {
        width: 67.9% !important;
    }

    #paging-wrapper {
        height: 85px
    }

    #next-button {
        margin-right: 6px !important;
    }

    .limit-selection {
        margin-top: 5px;
        margin-right: 5px;
    }
    .searchbar-icon {
        max-height: 50%;
    }

@media (max-width: 419px) {
    #searchInput {
        width: 63.4% !important;
    }
}
