.item-groups-widget-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden; }
  .item-groups-widget-container .item-group-list-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden; }
    .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header {
      padding: 0 14px 0 14px;
      display: flex;
      font-size: 14px;
      font-family: OpenSansRegular;
      height: 42px;
      line-height: 42px;
      width: 100%;
      cursor: pointer;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      border-bottom-style: solid;
      border-bottom-width: 1px; }
      .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header .item-name-container {
        width: 100%; }
        .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header .item-name-container .item-name {
          overflow: hidden;
          text-overflow: ellipsis; }
      .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header .item-controls {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-left: 10px; }
        .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header .item-controls .item-control {
          width: 28px;
          height: 28px;
          border-radius: 2px;
          margin-right: 2px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .25s ease-in-out; }
    .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header {
      width: 100%;
      height: 35px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      line-height: 33px;
      padding: 0 14px 0 14px;
      font-size: 14px;
      font-family: OpenSansRegular;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header .item-icon {
        margin-right: 8px; }
      .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header .item-name {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis; }
      .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header .item-controls {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-left: 10px; }
        .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header .item-controls .item-control {
          width: 28px;
          height: 28px;
          border-radius: 2px;
          margin-right: 2px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .25s ease-in-out; }
    .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination {
        margin: 8px 0;
        display: inline-block;
        padding-left: 0;
        margin: 10px 0;
        border-radius: 4px; }
        .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination .item-pagination-button {
          display: inline; }
          .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination .item-pagination-button a, .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination .item-pagination-button span {
            font-size: 14px; }
            .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination .item-pagination-button a.item-pagination-total-pages, .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination .item-pagination-button span.item-pagination-total-pages {
              border-width: 0px; }
  .item-groups-widget-container .item-group-pager {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .item-groups-widget-container .item-group-pager .item-group-pagination {
      margin: 8px 0;
      display: inline-block;
      padding-left: 0;
      margin: 10px 0;
      border-radius: 4px; }
      .item-groups-widget-container .item-group-pager .item-group-pagination .item-group-pagination-button {
        display: inline; }
        .item-groups-widget-container .item-group-pager .item-group-pagination .item-group-pagination-button a, .item-groups-widget-container .item-group-pager .item-group-pagination .item-group-pagination-button span {
          font-size: 14px; }
          .item-groups-widget-container .item-group-pager .item-group-pagination .item-group-pagination-button a.item-group-pagination-total-pages, .item-groups-widget-container .item-group-pager .item-group-pagination .item-group-pagination-button span.item-group-pagination-total-pages {
            border-width: 0px; }

.item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header {
  color: #ffffff;
  border-bottom-color: #204971;
  background-color: #2b5e93; }
  .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header.active {
    background-color: #0b3053; }
  .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header .item-name-container .item-count {
    color: #6497cb; }
  .item-groups-widget-container .item-group-list-wrapper .item-group-list .item-group-header .item-controls .item-control:hover {
    background: #133152; }
.item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header {
  background-color: #204971;
  border-bottom-color: #183959;
  color: #ffffff; }
  .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header.active {
    background-color: #0b3053; }
  .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item .item-header .item-controls .item-control:hover {
    background: #133152; }
.item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination .item-pagination-button a, .item-groups-widget-container .item-group-list-wrapper .item-group-list .items .item-pager .item-pagination .item-pagination-button span {
  background-color: #204971;
  border-color: #337ab7;
  color: #fff; }
.item-groups-widget-container .item-group-pager .item-group-pagination .item-group-pagination-button a, .item-groups-widget-container .item-group-pager .item-group-pagination .item-group-pagination-button span {
  background-color: #204971;
  border-color: #337ab7;
  color: #fff; }

/*# sourceMappingURL=item-group-list.css.map */
