.detail_company_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  .detail_company_popup_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    width: 970px;
    height: 80vh;
    background: #fff;
    border-radius: 3px;
    padding: 28px 20px;
    overflow: hidden;
    .detail_company_popup_box {
      ul.detailed_checkList {
        width: 780px;
        p {
          cursor: pointer;
        }
      }
      .sales_company_list ul.detailed_checkList {
        width: 100%;
      }
    }
    .company_search_scrollBar {
      i.common_checkbox {
        cursor: pointer;
        margin: 0 5px 0 0;
      }
      ul.detailed_checkList {
        width: 100%;
        .ellipsis_search {
          max-height: none;
          height: 25px;
        }
      }
    }
    .sales_company_list {
      ul {
        li {
          > div {
            i.common_checkbox {
              cursor: pointer;
              margin: 2px 10px 2px 2px;
            }
            p {
              width: 96%;
              cursor: pointer;
            }
            i.fa {
              font-size: 18px;
              margin-top: 2px;
              cursor: pointer;
            }
          }
        }
      }
    }
    .detail_company_popup_btn {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 111;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.04);
      border-radius: 0px 0px 3px 3px;
      padding: 14px 24px;
      text-align: center;
      .return_btn {
        display: inline-block;
        width: 130px;
        height: 42px;
        background: #fafafa;
        border: 1px solid #95a5b1;
        border-radius: 3px;
        margin-right: 1em;
        line-height: 42px;
        color: #666666;
        cursor: pointer;
      }
      .select_btn {
        display: inline-block;
        width: 200px;
        height: 42px;
        background: #4d4d4d;
        border-radius: 3px;
        line-height: 42px;
        color: #ffffff;
        cursor: pointer;
      }
    }
  }
}

.company_scrollBar {
  height: 80vh;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #999999 !important;
}

.mCSB_scrollTools {
	opacity: 0.75;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #eee !important;
}

.mCSB_inside>.mCSB_container {
	margin-right: 15px;
	margin-left: 0;
	padding-bottom: 110px;
}
