.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{
    color: #a1a5b7;
    border-bottom: 1px dashed #eff2f5;
  }
  #table_data thead tr th{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 16px;
    padding-right: 0px;
    /* padding: 12px 16px 12px; */
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #a1a5b7;
    font-weight: 500 !important;
    text-transform: uppercase;
  }
  #table_data tbody tr td{
    border-bottom: 1px dashed #eff2f5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-right: 0px;
    /* padding: 13px 16px 13px; */
    font-size: 14px;
    color: #3f4254;
    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 ;
}
#table_data tbody td .btn.btn-icon{
  display: contents;
}

form .has-danger{
  border-color: red;
}
.short-list {
  padding: 13px 9px !important;
}
#limit{
  height: calc(1.6em + 1.3rem + 2px) !important;
}
@media only screen and (max-width: 1200px){
.footer-align{
  padding-right: 20px !important;
}
#kt_footer{
  margin-left: -22px;
}
.aside-minimize #kt_footer{
  margin-left: 0px;
}
}
