@charset "utf-8";

/* New CSS Document for do the changes as per PPT  */
.pname img {
    display: none;
}

.pname:hover .pname img {
    display: inline-block;
    float: right;
}

.chip-radio {
    padding-right: 15px;
}

.heatmapbox .h-val {
    font-size: 20px;
    font-weight: 0;
    position: absolute;
    bottom: 12px;
}

.heatmaps {
    margin: 20px 0;
    border: none;
}

.thead-fix tbody {
    height: auto !important;
}

.page-height {
    min-height: 500px;
}
.pname img{
    display:none;
  }

  .pname:hover .pname img{
    display:inline-block;
    float:right;
  }
/* ///////select 2 css////// */

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    height: calc(2.9rem + 2px);
    padding: .395rem .25rem;
    border-radius: 0px;
    
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.select2-selection--single:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px;
}
/* ///////select 2 css////// */

.clear_filter{
    padding:0px 10px!important;
  }

  .reset_btn {
    background: none !important;
    width: auto !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    color: #d6d6d6 !important;
     margin: 0!important;
     padding:0px!important;
  }

  .reset_btn_active {
    background: none !important;
    width: auto !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    color: #110f0f !important;
     margin: 0!important;
     padding:0px!important;
  }