﻿.list-loading-wrapper {
    background: rgba(230, 230, 230, 0.37);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.list-loading-wrapper .list-loading {
    background: url(../_images/list-loading.gif) no-repeat center center #fff;
    border-radius: 12px;
    box-shadow: 0 0 35px 1px #ddd;
    position: absolute;
    left: calc(50% - 110px);
    top: 75px;
    text-align: center;
    width: 220px;
    height: 128px;
    opacity: 0.8;
    padding-top: 100px;
}

.mbd-list-default {
    display: block;
    position: relative;
    margin: 3rem 0;
}

.matches-list{
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
}
.matches-list .match{
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem;
}
.matches-list .match.active{
  background-color:#e6e6e6;
  
}
.matches-list .match:hover{
    background-color:#e6e6e6;
    cursor: pointer;
}
.matches-list .match-paging li a{
    color: vaR(--accent-color);
}
.matches-list .match svg{
  width: 0.5rem;
  stroke: #4d4d4d;
}

/**********************List Recruitment**************************/
.mbd-list-default .grd-item-list .list-detailse {
    border: 0.1rem solid #b4b4b4;
  }
  .mbd-list-default
    .grd-item-list
    .list-detailse
    .branch-table-col:first-of-type {
    border: none;
  }
  .mbd-list-default .grd-item-list .list-detailse .branch-table-col {
    border-right: 0.1rem solid #b4b4b4;
  }
  .mbd-list-default .grd-item-list .list-detailse .branch-table-col > * {
    flex: 0 0 75%;
  }
  .mbd-list-default .list-title {
    border: 0.1rem solid #b4b4b4;
    background: #f2efef;
  }
  .mbd-list-default .list-title span:first-of-type {
    border: none;
  }
  .mbd-list-default .list-title span {
    border-right: 0.1rem solid #b4b4b4;
  }
  .mbd-list-default .ld-paging {
    list-style: none;
  }
  .mbd-list-default li {
    padding: 0 1rem;
  }
  .branch-table-col svg {
    max-height: 1.2em;
    max-width: 1.2em;
  }
  @media screen and (max-width: 991px) {
    .mbd-list-default .grd-item-list .list-detailse .branch-table-col::before {
      content: attr(data-name);
      background: #f2efef;
      flex: 0 0 25%;
      justify-content: center;
      display: flex;
      height: 100%;
      border-top: 0.1em solid var(--accent-color4);
      align-items: center;
    }
    .branch-table-col:last-of-type {
      justify-content: center;
      display: flex;
    }
  }
  