.itemSelectModal {

  .spin-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .itemSelection {
    position: relative;
    padding: 1.25rem;
    height: 400px;

    #table-loading-overlay {
      display:none;
      top: 0.1rem;
      bottom: 0.1rem;
    }
  }

  .childNode {
    margin-bottom: 1rem;
  }

  .childContent {

  }

  #contentSearch {
    float: none;
    margin: 0;
    width: 100%;
  }

  .fileName {
    width: 184px;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .thumbNail {
    max-height: 53px;
    margin-right: 10px;
    border: 0;
  }

  .thumbnailContainer {
    float: left;
    width: 44px;
    overflow: hidden;
  }

}
