.dataTables_wrapper .top{
    width: 100%;
    display: inline-block;
    position: relative;
}
table.dataTable {
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 15px;
}
table.dataTable.no-footer{
    border-bottom: 1px solid #ddd;;
}
.dataTables_wrapper .dataTables_length{
    float: left;
    display: inline-block;
    background-color: #F9F9FB;
    border: 1px solid #CECECE;
    padding: 10px 15px;
    line-height: 22px;
    border-radius: 5px;
    color: #202224;
    text-transform: uppercase;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_info{
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #202224;
}
.dataTables_wrapper .dataTables_length select{
    float: right;
    margin: 0px 0px 0 10px;
    border: none;
    padding: 0;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_length select:focus{
    outline: none;
}
.dataTables_wrapper .dataTables_length label{
    margin-bottom: 0;
}
thead {
    background-color: #E2EFFD;
    border-top-left-radius: 15px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 15px 0px 15px 20px;
    border-bottom: none;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 20px 8px;
    color: #202224;
    font-size: 13px;
}
table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 600;
    color: #202224;
    font-size: 13px;
    text-transform: uppercase;
    text-shadow: none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
    background-position: center left;
}
table.dataTable thead .sorting {
    background-image: url(../img/sorting.png);
    background-size: 10px;
    background-position: 4% 50%;
}
table.dataTable thead .sorting_asc {
    background-image: url(../img/asc.png);
    background-size: 10px;
    background-position: 4% 50%;
}
table.dataTable thead .sorting_desc {
    background-image: url(../img/desc.png);
    background-size: 10px;
    background-position: 4% 50%;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after{
    cursor: pointer;
}
/***pagination*****/
.dataTables_wrapper .dataTables_paginate .paginate_button {    
    color: #76787A !important;
    border-radius: 2px;
    position: relative;
    float: left;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857143;
    background-color: #FAFBFD;
    border: 1px solid #D5D5D5;
}
.dataTables_wrapper .dataTables_paginate a.previous {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate a.next {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    border: 1px solid #D5D5D5;
    background-color: #FAFBFD;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: linear-gradient(to bottom, #4088D8 0%, #4088D8 100%);
    background-color: #4088D8;
    color: #fff !important;
    box-shadow: none;
    border: 1px solid #D5D5D5;
}
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: right;
    padding-top: 1.5em;
    padding-bottom: 2em;
    display: inline-block;
}
.dataTables_wrapper .bottom{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.dataTables_scrollBody table.dataTable{
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.dataTables_scrollHead table.dataTable{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody{
    border-bottom: 1px solid #D5D5D5;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
table.fixedHeader-floating.dataTable{
    margin-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
}
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after{
    margin-top: 8px;
    font-size: 12px;
    margin-left: -6px;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before{
    margin-top: 5px;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{
    outline: none;
}
#MyTableCheckAllButton .fa-square{
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}
#MyTableCheckAllButton .fa-check-square{
    color: #4088D8;
    font-size: 18px;
    margin-top: 5px;
}
th.select-checkbox{
    padding: 0px 10px 0 15px !important;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after{
    width: 17px;
    height: 17px;
}
table.dataTable tbody .selected td.select-checkbox:before{
    background: #4088D8;
}
 table.dataTable tbody .selected td.select-checkbox:after{
    color: #fff;
 }
 table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before{
    border: 1px solid #707070;
 }
 .status_td{
    position: relative;
 }
 .status_td .status{
    position: absolute;
    top: 2px;
    color: #FF4D4D;
    display: none;
 }
 .status_td .status:before{
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #FF4D4D;
    border-radius: 50px;
    display: inline-block;
 }
 .phone_td:after{
    content: "";
    padding: 7px;
    background: none;
    display: inline-block;
    background-size: contain;
}
 table.dataTable tbody tr:hover .phone_td:after{
    background: url(../img/whatsapp_table.png) no-repeat 0 0 transparent;
    background-size: contain;
 }
 table.dataTable tbody tr:hover .status_td .status{
    display: inline-block;
 }
.name_preview a{
    border-radius: 5px;
    padding: 2px 2px;
    font-size: 15px;
    opacity: 0;
}
table.dataTable tbody tr:hover .name_preview a{
    background: #00B69B;
    color: #fff;
    font-size: 15px;
    opacity: 1;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #d4dbe9;
}

 /********filter section ***************/
 #collapseFilter .form-control{
    font-size: 0.9rem;
    height: calc(1.5em + 1.5rem + 2px);
    padding-right: 20px;
 }
 #toggle_class.colored_active,#toggle_class:hover{
     background: url(../img/filter_hover.png) no-repeat 50% 50% #00B69B;
    background-size: 20px;
 }
  #toggle_class{
    background: url(../img/filter.png) no-repeat 50% 50% #EFF4FF;
    background-size: 20px;
 }
.input-group-text{
    background: transparent;
}
#collapseFilter .form-control.component-datepicker{
    border-right: none;
}
#collapseFilter .form-control:focus{
    box-shadow: none;
    border-color: #bac8f3 !important;
}
/*switch btn*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4088D8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.checkbox_label{
    color: #2C2C2C;
    display: inline-block;
    font-size: 14px;
}
.filter_btns .btn{
    background: #4088D8;
    color: #fff;
    line-height: 30px;
    padding: 5px 30px;
    min-width: 180px;
}
.filter_btns .btn.btn-danger{
    background: #F07780;
    margin: 0 10px;
}
.filter_btns .btn:hover{
    opacity: 0.8;
}
.filter_btns .export_icon:before{
    content: "";
    width: 25px;
    height: 18px;
    background: url(../img/excel.png) no-repeat 50% 0px transparent;
    display: inline-block;
    background-size: contain;
    margin-bottom: -4px;
}
.filter_btns .reset_icon:before{
    content: "";
    width: 25px;
    height: 18px;
    background: url(../img/reset.png) no-repeat 50% 0px transparent;
    display: inline-block;
    background-size: contain;
    margin-bottom: -4px;
}

 /***********end filter section *****************/
 .action_table{
    color: #202224;
    padding: 0 30px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
 }
 .assign{
    background: url(../img/assign.png) no-repeat 10% 45% transparent;
    background-size: 16px;
 }
 .sms{
    background: url(../img/sms.png) no-repeat 10% 50% transparent;
    background-size: 17px;
 }
 .send_mail{
    background: url(../img/send_mail.png) no-repeat 0 40% transparent;
    background-size: 27px;
 }
 .edit{
    background: url(../img/edit.png) no-repeat 10% 50% transparent;
    background-size: 16px;
 }
 .percent_delete{
    background: url(../img/percent_delete.png) no-repeat 5% 40% transparent;
    background-size: 15px;
 }
 /***********scrolled section*************/
 
 .position_relative{
    position: relative;
    width: 100%;
 }
 #table_scrolled_section .card_header_tab a{
    font-size: 13px;
 }
 @media (min-width: 990px) {
    #table_scrolled_section{
        width: 56%;
        position: absolute;
        left: 20%;
        top: 0px;

     }   
 }