.container{
  width:100% !important;
}
.row {
   margin-right: 0px !important; 
   margin-left:  0px !important; 
}
#table_data, #table_data table{
    width:100%;
  }
  #table_data table{
    margin-bottom: 3%;
  }
  
  #roleaccess #table_data table, #roleaccess .role-acc-btn{
    margin-bottom: 2%;
  }
  
  .pagination{
    width: 100%;
    margin: 0px 0px !important;
  }
  #pagination nav{
    /*width: 23%;
    margin: 0 auto;*/
  }
  #table_data .col-sm-9{
    width: 100%;
    max-width: 100%;
  }
  #table_data thead tr{
    /*background: #eff0f4;*/
  }
  #table_data thead tr th{
    padding: 12px 16px 12px;
    background: #eff0f4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    /*color: #525357;*/
    color: #4e4e4f;
  }
  #table_data tbody tr td{
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 16px 13px;
    font-size: 13px;
    color: #727272;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  #table_data thead tr th:first-child{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  #table_data thead tr th:last-child{
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }

  .fa-submenu{
    display: none;
  }

  .fa-ellipsis-v{
    position: relative;
    color: #727272;
  }

  .fa-ellipsis-v:hover .fa-submenu{
    display: block;
    position: absolute;
    right: 2px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px #aaa9ab;
    background-color: white;
    z-index: 1;
    padding: 2px 0px;
  }

  .fa-ellipsis-v .fa-submenu a{
    color: #525265;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 4px 35px 4px 6px;
    display: block;
    font-weight: 600;
  }

  .fa-ellipsis-v .fa-submenu a:hover{
    color: #bf4d07;
  }

  .col-lg-9, .col-xl-8, .col-md-4{
    padding-left: 0px !important;
  }

  #table_data .edit-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: #47b021 ;
}
#table_data .delete-icon.svg-icon-primary svg g [fill] {
  transition: fill 0.3s ease;
  fill: red ;
  stroke: red;
}
#table_data .list-redspan:hover .delete-icon.svg-icon-primary svg g [fill] {
    stroke: #fff !important;
}
#table_data tbody td .btn.btn-icon{
  display: contents;
}

form .has-danger{
  border-color: red;
}
.short-list {
  padding: 13px 9px !important;
}
#table_data .action-flex button[data-toggle="tooltip"] .edit-icon.svg-icon-primary svg g [fill]{
  opacity: 1 !important;
}
.action-flex button[data-toggle="tooltip"] .tool-tip .tool-tiptext{
  white-space: normal;
  padding: 5px 5px !important;
}

.qualifysubtable > tbody > tr:last-child td{
    border-bottom: none !important;
}