#myTable_length, #myTable_paginate, #myTable_info{
    display:none;
}

#myTable th{
    background-color: rgba(235, 235, 235, 1) !important;
    color: rgba(79, 79, 79, 1) !important;
    font-weight: 700;
    font-size: 14px;
}

#myTable table.dataTable.hover tbody tr:hover, #myTable table.dataTable.display tbody tr:hover{
    background-color: rgba(0, 87, 162, 1);
    color: white !important;
}

table.dataTable.display tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1{
    background-color: rgba(0, 87, 162, 1);
    color: white !important;
}

table.dataTable.display tbody tr:hover>.sorting_1 a, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 a{
    background-color: rgba(0, 87, 162, 1);
    color: white !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover{
    background-color: rgba(0, 87, 162, 1);
    color: white !important;
}

table.dataTable.hover tbody tr:hover a, table.dataTable.display tbody tr:hover a{
    color: white !important;
}


#myTable tr td a{
    color: rgb(94 94 94);
}

#myTable table.dataTable.nowrap th, #myTable table.dataTable.nowrap td{
    white-space: normal !important;
}

.search-area{
    margin-top: 20px;
}

.search-line{
    display: inline-block;
    position: relative;
    margin-left: 3%;
    width: 21%;
}

@media screen and (max-width:1000px){
    .search-area{
        margin-bottom: 30px;
    }
    .search-line{
        width: 100%;
        margin-left: 0%;
    }
    #search-top input[type="text"].job_search_field{
        top: -18px !important;
    }
    .select2-container{
        width: 100% !important;
    }
}

@media screen and (max-width: 1300px){
    .job-table{
        width: 100% !important;
    }
}


.job-table .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
.job-table .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    line-height: 1.4;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .job-table .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #000000;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }


  .job-table .select2-container--default .select2-results__option--selected:before{
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #000000;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }

  .job-table .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .job-table .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .job-table .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .job-table .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .job-table .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #ccc;
      border-width: 1px;
  }
  .job-table .select2-container--default .select2-selection--multiple {
      border-width: 1px;
  }
  .job-table .select2-container--open .select2-dropdown--below {
      
      border-radius: 4px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }


  /* ul.select2-selection__rendered {
    padding-right: 30px !important;
} */

.job-table ul.select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.job-table .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }

  .job-table .select2-selection{
    overflow-y:inherit;
    overflow: hidden;
    white-space:nowrap;
    cursor: pointer !important;
  }
  
  .job-table ul.select2-selection__rendered{  
      white-space: nowrap;
  }

  .job-table .select2-container--default .select2-selection--multiple .select2-selection__choice{
      background-color: transparent;
      border-color: transparent;
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 5px;
      color: black;
  }

  .job-table .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
      display: none;
  }

  .job-table .select2-results__option{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .job-table .select2-container{
      display: inline-block !important;
  }


  #search-top input[type="text"].job_search_field{
    background-color: white !important;
    color: black;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    max-height: 34px;
    margin: 0;
    display: block;
    zoom: 1;
    box-sizing: border-box;
    position: absolute;
    top: -26px;
  }