.itemContainer {
    width: 100%;
    margin-bottom: .5rem;
    background-color: #fff;
    padding: 5px;
    float: left;
    border-left: 5px solid #24C1E9;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-bottom: .5rem;
}

.itemContainer:last-child {
    margin-bottom: 0;
}

.list-section .labels .item {
    word-break: normal;
    word-wrap: normal;
    line-height: 1.2rem;
}

.itemContainer:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.item-list-container {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.item-list-container .item {
    float: left;
    padding: 5px;
    width: 30% !important;
    font-size: .9rem;
    word-break: break-word;
    word-wrap: break-word;
}

.item-list-container .labels {
    font-weight: bold;
    padding: .5rem 20px 0 25px;
    width: 100%;
    float: left;
    background-color: #ecedee;
}

.item-list-container .item.longField {
    width: 50% !important;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-list-container .item.longField:hover {
    white-space: initial;
    white-space: normal;
}

.item-list-container .item.shortField img {
    width: 22px;
    height: 22px;
}

.item-list-container .item.shortField {
    width: 10% !important;
    word-break: break-word;
    text-overflow: ellipsis;
}

.mobile-label {
    position: absolute;
    left: -1000rem;
}

.grey-background {
    background-color: #ECEDEE;
    width: 100%;
    float: left;
    padding: 15px;
}

.noFilterResults{
    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: .5rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    font-weight: bold;
}

.pagination-controls{
    float: left;
    box-shadow: none;
    border: none;
    padding: 1rem 0px 0px 0px;
    border-top: 1px solid #ccc;
    margin-top: 1rem;
    width: 100%;
}

.pagination-text{
    padding-left:1rem;
}

.pagination-link{
    margin-left:0.5rem;
}

.pagination-link.last{
    margin: 0rem 1.0rem 0rem 0.5rem;
}
.disabledLink{
    color: grey;
    margin-left:0.5rem;
    margin-right: .5rem;
}

.disabledLink.last{
    margin: 0rem 1.0rem 0rem 0.5rem;
}

@media screen and (max-width: 992px) {
    .item-list-container .subGroup {
        float: left;
        width: 100%;
    }

    .mobile-label {
        position: relative;
        left: 0;
    }

    .item-list-container .mobile-label {
        float: left;
        font-weight: bold;
        width: 50%;
        padding: 3px;
    }

    .item-list-container .item {
        width: 50% !important;
    }

    .item-list-container .action.text-right {
        text-align: left;
    }

    .item-list-container .labels {
        display: none;
    }
}

.catSelect{
  overflow: scroll;
}

.catSelect option:checked{
  width: 350px;
}